@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	width: 100%;
	/* min-width: 980px; */
    color: #333;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;/* IE8 */ 
    font-size: 1.6em;
    line-height: 1.8em;
	margin:0 !important;
}
.sans_serif {
	font-family: 'Dosis', sans-serif;
}
.block_center {
	display: block;
	width: 953px;
	height: 238px;
	margin: 110px auto 0;
}
.text-center {
	text-align: center !important;
}
.appeal_text {
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 60px 0 170px;
	color: #474747;
}
.under_line {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.arrow_white {
	width: 100%;
	min-width: 980px;
	height: 3px;
	background: #4b443a;
	position: relative;
}
.arrow_white img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
table .bg_white {
	background: #fff !important;
}
.block_h2 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	color: #474747;
}
.block_h2 span {
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #eacd0e;
	margin-bottom: 25px;
}
#wrapper {
	width: 100%;
	background: #fff;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color: #fff;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.contents_inner{
	width: 980px;
	/* width: 90%; */
	margin: 0 auto;
}
a, a:link, a:visited {
    color: #272727;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
@media screen and (max-width: 980px) {
	.contents_inner{
		width: 90%;
	}
}
/*
    clearfix
--------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.row_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	background: #ffffff;
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
}
header .contents_inner {
	width: 100%;
	max-width: initial;
}
header .header_wrapper {
	align-items: center;
}
header .logo_area {
	width: 240px;
	margin-left: 40px;
}
header h1 {
    display: inline-block;
    font-size: 13px;
    max-width: 240px;
    width: 100%;
    height: 100%;
}
header h1 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header h1 a p {
    display: inline-block;
    font-size: 12px;
    max-width: 240px;
	line-height: 1.5;
}
/* header .logo_area h1 a, header .logo_area h1 a img {
    display: block;
    width: 100%;
} */
#nav_pc {
	width: max-content;
	align-items: center;
}
#nav_pc li {
	position: relative;
}
#nav_pc li:not(:last-of-type) {
	margin-right: 38px;
}
#nav_pc li:last-of-type {
	margin-right: 40px;
}
#nav_pc li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 85px;
	letter-spacing: 0;
	text-align: center;
	height: 85px;
	position: relative;
}
#nav_pc li a::before {
	content: "";
	display: block;
	background: #FFF100;
	width: 100%;
	height: 3px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	opacity: 0;
	transition: 0.3s;
}
@media (hover: hover) {
	#nav_pc li a:hover::before {
		opacity: 1;
	}
}
#nav_sp{
	display: none;
}
@media screen and (max-width: 1350px) {
	#nav_pc li:not(:last-of-type) {
		margin-right: 20px;
	}	
	#nav_pc li:last-of-type {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1200px) {
	header .logo_area {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	#nav_pc {
		display: none;
	}
	#nav_sp{
		display: block;
	}
	#menu{
		display: none;
		background: #fff;
		width: 100%;
		position: fixed;
		left: 0;
		top: 85px;
		width: 100%;
		margin: 0 auto;
		z-index: 99;
	}
	#menu ul {
		border-bottom: 1px solid #CFCFCF;
	}
	#menu li {
		text-align: center;
		width: 50%;
		border-top: 1px solid #CFCFCF;
	}
	#menu li:nth-of-type(6) {
		position: relative;
	}
	#menu li:nth-of-type(6)::after {
		content: "";
		display: block;
		background: #CFCFCF;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	#menu li:nth-of-type(odd) {
		border-right: 1px solid #CFCFCF;
	}
	#menu li a {
		display: block;
		font-size: 16px;
		font-weight: 700;
		padding: 16px 0;
	}
	#sp-icon {
		display: block;
		width: 60px;
		height: 34px;
		position: fixed;
		top: 26px;
		right: 30px;
		z-index: 9999;
		transition: 0.3s;
		cursor: pointer;
	}
	#sp-icon span,
	#sp-icon span:before,
	#sp-icon span:after {
		display: inline-block;
		width: 60px;
		height: 3px;
		background: #272727;
		position: absolute;
		transition: 0.3s;
	}
	#sp-icon span {
		left: 50%;
		top: 50%;
		transform: translate( -50%, -50% );
	}
	#sp-icon span:before {
		content: "";
		transform: translateY( -15px ) rotate( 0deg );
	}
	#sp-icon span:after {
		content: "";
		transform: translateY( 15px ) rotate( 0deg );
	}
	.sp-open span {
		background: transparent !important;
	}

	.sp-open span:before {
		transform: rotate( 45deg ) !important;
	}

	.sp-open span:after {
		transform: rotate( -45deg ) !important;
	}
}
@media screen and (max-width: 1020px) {
    header h1 a p {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 840px) {
    header .logo_area p {
        font-size: 10px;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 640px) {
	/* header h1 {
        padding: 10px 0;
    } */
	header .logo_area {
        width: 141px;
        margin-top: 14.3px;
        margin-left: 13px;
        margin-bottom: 14.3px;
    }
	}
	#menu {
		top: 72.61px;
	}
	#menu li a {
		font-size: 12px;
		font-weight: 500;
		padding: 12px 0;
	}
	#sp-icon {
		width: 40px;
		height: 31px;
		top: 23px;
		right: 15px;
	}
	#sp-icon span,
	#sp-icon span:before,
	#sp-icon span:after {
		width: 40px;
	}
	#sp-icon span:before {
		transform: translateY( -13px ) rotate( 0deg );
	}
	#sp-icon span:after {
		transform: translateY( 13px ) rotate( 0deg );
	}
}

/*-----------------------------------

	contact

-----------------------------------*/
.contact {
	width: 100%;
	min-width: 980px;
	padding: 40px 0 20px;
	background-image: url(../img/common/contact_bg.jpg);
	background-size: cover;
}
.contact .block_h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
.contact p {
	color: #fff;
}
.contact #two_box {
	margin-bottom: 30px;
}
.contact .contact_btn {
	display: block;
	width: 376px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/contact_arrow.png) no-repeat #f15b42;
	background-position: 93% center;
	margin: 20px 0 0 28px;
	padding: 35px 0 35px 38px;
	border-bottom: 6px solid #4a1c14;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact .contact_btn:hover {
	background: url(../img/common/contact_arrow.png) no-repeat #bd321b;
	background-position: 93% center;
}
.contact #contact_form,
.contact #contact_tel {
	width: 50%;
}
.contact #contact_form h3,
.contact #contact_tel h3 {
	width: 418px;
	height: 46px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.contact #contact_form h3 {
	background-image: url(../img/common/contact_h3_01.png);
}
.contact #contact_tel h3 {
	background-image: url(../img/common/contact_h3_02.png);
}
.contact #contact_form h3 span,
.contact #contact_tel h3 span {
	position: absolute;
	top: 8px;
	left: 32%;
}
.contact #contact_tel .tel {
	font-family: 'Assistant', sans-serif;
	font-size: 70px;
	font-size: 7.0rem;
	font-weight: bold;
	color: #ffeb3e;
	margin: 45px 0 30px 20px;
}
.contact #contact_tel .time {
	font-size: 20px;
	margin-left: 100px;
}
.contact .btm_text {
	text-align: center;
	margin-top: 25px;
}
.contact .official_link {
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
}
.contact .official_link a {
	color: #ffeb3e;
	text-decoration: underline;
}
.contact .official_link a:hover {
	color: #ffeb3e;
	text-decoration: none;
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    padding: 40px 0;
}
footer .copy {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
}
@media screen and (max-width: 640px) {
	footer {
        padding: 20px 0;
    }
	footer .copy {
        font-size: 10px;
        line-height: 1.2;
    }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
	width: 50px;
	height: 50px;
	background: url(../img/common/pagetop.png) #777777;
	background-repeat: no-repeat;
	background-position: center 18px;
	position: fixed;
	right: 20px;
	bottom: 70px;
	padding: 10px;
	cursor: pointer;
	z-index: 999;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pagetop_sp{
	display: none;
}
#pagetop:hover{
	background: url(../img/common/pagetop.png) #212121;
	background-repeat: no-repeat;
	background-position: center 20px;
}