@charset "utf-8";
/*
Theme Name:bihada ec
Author:NCCA
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #3e3a39; }
a:hover  { text-decoration: none; color: #3e3a39; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #3e3a39; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */

@font-face {
  /*フォントの名前*/
  font-family: "copper";
  src: url("font/coppersubset.woff") format("woff");
}

.copper{
  font-family: "copper";
}

.jura{
	font-family: 'Jura', sans-serif;
}
.robotoC{
	font-family: 'Roboto Condensed', sans-serif;
}
.maru{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-feature-settings : "palt";
}
.yumin{
    font-family: "Noto Serif JP", serif;
}
.oswald{
    font-family: 'Oswald', sans-serif;
}
.bold{
	font-weight: bold;
}

/* JURA FONT WEIGHT */
/* -------------------------------------------------- */

.w300{font-weight: 300 !important;} /*Light*/
.w400{font-weight: 400 !important;} /*Regular*/
.w500{font-weight: 500 !important;} /*Medium*/
.w600{font-weight: 600 !important;} /*Semi-Bold*/
.w700{font-weight: 700 !important;} /*Bold*/

/* ROBOTO FONT WEIGHT */
/* -------------------------------------------------- */

.w100{font-weight: 100 !important;} /*Thin*/
.w100i{font-weight: 100 !important; font-style: italic !important;} /*Thin Italic*/
.w300{font-weight: 300 !important;} /*Light*/
.w300i{font-weight: 300 !important; font-style: italic !important;} /*Light Italic*/
.w400{font-weight: 400 !important;} /*Regular*/
.w400i{font-weight: 400 !important; font-style: italic !important;} /*Regular Italic*/
.w500{font-weight: 500 !important;} /*Medium*/
.w500i{font-weight: 500 !important; font-style: italic !important;} /*Medium Italic*/
.w700{font-weight: 700 !important;} /*Bold*/
.w700i{font-weight: 700 !important; font-style: italic !important;} /*Bold Italic*/
.w900{font-weight: 900 !important;} /*Black*/
.w900i{font-weight: 900 !important; font-style: italic !important;} /*Black Italic*/

/* NOTO SANS FONT WEIGHT */
/* -------------------------------------------------- */

.w200{font-weight: 200 !important;} /*Thin*/
.w300{font-weight: 300 !important;} /*Light*/
.w400{font-weight: 400 !important;} /*Regular*/
.w500{font-weight: 500 !important;} /*Medium*/
.w700{font-weight: 700 !important;} /*Bold*/
.w900{font-weight: 900 !important;} /*Black*/

/* LETTER SPACING */

.l90{letter-spacing: 0.09em;}
.l100{letter-spacing: 0.1em;}
.l190{letter-spacing: 0.19em;}
.l350{letter-spacing: 0.35em;}

.noPd{
	padding-top: 0 !important;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #FFFFFF;
	color: #3e3a39;
	font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
	position: relative;
	overflow: hidden;
}


img{
    width: 100%;
    height: auto;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1280px;
    }
    .contentWrap{
        width: 1200px;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 1134px;
        margin: 0 auto;
    }
    #header {
        width: 100%;
        height: 168px;
        background: #fff;
        box-sizing: border-box;
        z-index: 10;
        top: 0;
        transition: 0.3s;
        position: fixed;
    }
	/*スクロール時設定*/
	
	#header.smaller{
		height: 80px;
        position: fixed;
	}

    #menu{
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        position: relative;
        letter-spacing: -0.4em;
    }
    .headerLogo{
        width: 371px;
        display: inline-block;
        vertical-align: top;
		padding-top: 24px;
    }
    #header.smaller .headerLogo{
        width: 200px;
        display: inline-block;
        vertical-align: top;
		padding-top: 9px;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
	


/*メニュー用*/

    .headerR{
        display: inline-block;
        float: right;
        padding-top: 40px;
        letter-spacing: -0.4em;
    }
    .headerMenuW{
        display: inline-block;
        vertical-align: top;
        margin-right: 100px;
    }
    .headerIconW{
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }
    #header.smaller .headerR{
        display: inline-block;
        float: right;
        padding-top: 10px;
    }
    .headerMenuBtn{
        position: absolute;
        right: 0;
        letter-spacing: normal;
        width: 100px;
        height: 95px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 20px;
        border-right: 1px solid rgba(180,180,180,0.5);
    }
    #header.smaller .headerMenuBtn{
        height: 60px;
        padding-top: 0;
    }
    .headerMenu01{
        display: flex;
    }
    .headerList01{
        position: relative;
        letter-spacing: 0.1em;
        color: #000 !important;
        border-right: 1px solid rgba(180,180,180,0.5);
        text-align: center;
        overflow: hidden;
        height: 95px;
        display: flex;
        align-items: center;
    }
    .headerList01:before{
        content: "";
        background: #f2f2f3;
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 0;
        transition: 0.3s;
    }
    .headerList01:hover:before{
        left: 0;
    }
    .headerList01 a{
        position: relative;
        z-index: 1;
        height: 95px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header.smaller .headerList01{
        position: relative;
        letter-spacing: 0.1em;
        color: #000 !important;
        border-right: 1px solid rgba(180,180,180,0.5);
        text-align: center;
        height: 60px;
    }
    #header.smaller .headerList01 a{
        height: 60px;
    }
    .headerMenu02{
        margin-top: 22px;
    }
    #header.smaller .headerMenu02{
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }
    .headerList02{
        display: inline-block;
        position: relative;
        letter-spacing: 0.1em;
        color: #000 !important;
        margin-right: 15px;
    }
    .headerList02:last-child{
        margin-right: 0;
    }
    .headerMenu03W {
        display: flex;
        justify-content: space-between;
        width: 300px;
        margin: 0 auto 50px;
        padding-top: 20px;
    }
    .headerMenu03 {
        text-align: left;
    }
    .headerList03 {
        font-size: 1.8rem;
        line-height: 3.4rem;
    }
    .headerLink03 {
        color: #fff !important;
    }
    .menuTxt{
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .menuTtl{
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
        display: block;
        margin-top: 5px;
    }
    
    .menuSlide2{
        position: fixed;
        top: 168px;
        width: 100%;
        background: #74A7B0;
        padding: 80px 0 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 90;
        letter-spacing: normal;
		overflow-x: scroll;
        height: calc(100vh - 168px);
    }
    header.smaller .menuSlide2{
        top: 80px;
		overflow-x: scroll;
        height: calc(100vh - 80px);
    }
    .menuSlide2.current{
        left: 0;
    }
    .menuSlide2 .headerMenu01 {
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
        width: 600px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .menuSlide2 .headerList01 {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        box-sizing: border-box;
        text-align: left;
        padding: 0px 0;
        font-size: 1.8rem;
        border-right: none;
        height: 60px;
    }
    .menuSlide2 .headerList01:before{
        content: "";
        background: rgba(255,255,255,0.3);
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 0;
        transition: 0.3s;
    }
    .menuSlide2 .headerList01:hover:before{
        left: 0;
    }
    .menuSlide2 .headerList01 a {
        display: flex;
        position: relative;
        padding-left: 80px;
        color: #fff !important;
        height: 60px;
    }
    .menuSlide2 .headerList01 a:before{
        content: ">";
        color: #fff;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menuSlide2 .headerInqBtn{
        display: block;
        background: #5b98d2;
        border-radius: 6px;
        color: #fff !important;
        text-align: center;
        letter-spacing: 0.1em;
        position: relative;
        line-height: 3.6rem;
        width: 80%;
        margin: 0 auto 15px;
    }
    .menuSlide2 .headerInqBtn span{
        display: inline-block;
        padding-left: 34px;
        position: relative;
    }
    .menuSlide2 .headerInqBtn span:before{
        content: "";
        background: url("img/header_mail_icon.png") no-repeat;
        background-size: contain;
        width: 24px;
        height: 18px;
        position: absolute;
        left: 00px;
        top: 10px;
        display: block;
    }
    .menuSlide2 .headerMenu02 {
        display: inline-block;
        width: 300px;
        padding-top: 20px;
        text-align: left;
    }
    .menuSlide2 .menuInfoW {
        background: #fff;
        width: 100%;
        border-radius: 8px;
        padding: 10px 0 10px 70px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 10px;
    }

    .menuSlide2 .menuInfoW:before {
        content: "";
        background: url(img/icon_phone.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 40px;
        display: block;
        position: absolute;
        left: 23px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menuSlide2 .menuInfo {
        color: #74A7B0;
    }
    .menuSlide2 .menuTel {
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        line-height: 2.8rem;
        margin-bottom: 5px;
    }
    .menuSlide2 .menuInfoTime {
        color: #74A7B0;
    }
    .menuSlide2 .menuLine {
        background: #fff;
        display: block;
        border-radius: 8px;
        font-size: 2rem;
        font-weight: bold;
        color: #74A7B0 !important;
        padding: 10px 10px 10px 70px;
        position: relative;
        margin-bottom: 10px;
    }
    .menuSlide2 .menuLine:before{
        content: "";
        background: url("img/icon_line.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    .menuSlide2 .menuContact {
        background: #fff;
        display: block;
        border-radius: 8px;
        font-size: 2rem;
        font-weight: bold;
        color: #74A7B0 !important;
        padding: 10px 10px 10px 70px;
        position: relative;
    }
    .menuSlide2 .menuContact:before{
        content: "";
        background: url("img/icon_ope.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }


/*ハンバーガメニュー*/
/*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        width: 40px;
        height: 44px;
        position: relative;
        margin: 0px auto 0;
        z-index: 104;
    }
    .menu-trigger {
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
		transform: translateX(-50%);
        width: 35px;
        height: 4px;
        background-color: #000;
    }
    .menu-trigger.current span{
        background-color: #000;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 19px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 13px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) translateX(-20px) rotate(-210deg);
		transform: translateY(20px) translateX(-20px) rotate(
		-210deg);
		top: 0px;
		width: 40px;
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) translateX(-20px) rotate(210deg);
        transform: translateY(-20px) translateX(-20px) rotate(210deg);
        bottom: 0px;
		width: 40px;
    }
    .menuBtnTxt{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        font-size: 1.2rem;
    }
    #header.smaller .menuBtnTxt{
        bottom: 5px;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    .overlayW{
        width: 95%;
        margin: 0 auto;
    }
    
    .fixedIconW{
        position: fixed;
        left: 0;
        top: 200px;
        width: 56px;
        z-index: 10;
    }
    .fixedIcon {
        background: rgba(255,255,255,0.8);
        border: solid rgba(60,60,60,0.3);
        border-width: 1px 1px 1px 0px;
        border-radius: 0 10px 10px 0;
        margin-bottom: 20px;
        display: block;
    }
    .fixedIcon:hover{
        background: rgba(242,242,242,0.8);
    }
    .iconTxt {
        font-size: 1rem;
        text-align: center;
        position: relative;
        margin-top: -10px;
        padding-bottom: 5px;
    }
    .goTopBtn{
        position: fixed;
        right: 50px;
        bottom: 50px;
        z-index: 100;
        width:81px;
        height: 75px;
        display: block;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
    }
    .footerMenuW1{
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .footerMenu1{
        display: inline-block;
        position: relative;
    }
    .footerMenu1:before{
        content: "";
        background: url("img/arrow_u.png") no-repeat;
        width: 19px;
        height: 13px;
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        opacity: 0;
        transition: 0.3s;
    }
    .footerMenu1:hover:before{
        opacity: 1;
    }
    .footerMenu1.active:before{
        opacity: 1 !important;
    }
    .footerLink1:before{
        content: "";
        background: #74A7B0;
        position: absolute;
        left: -100%;
        top: 0;
        width: 285px;
        height: 70px;
        transition: 0.3s;
        display: block;
        z-index: 0;
    }
    .footerLink1:hover:before{
        left: 0;
    }
    .footerMenu1.active a:before{
        left: 0;
    }
    .footerLink1{
        width: 285px;
        display: inline-block;
        font-size: 1.8rem;
        box-sizing: border-box;
        padding: 0 20px;
        position: relative;
        line-height: 6.5rem;
        overflow: hidden;
        background: #f2f2f3;
        border-radius: 10px;
    }
    .footerLink1 span{
        position: relative;
        z-index: 1;
    }
    .footerLink1:hover span{
        color: #fff !important;
    }
    .footerMenu1.active a span{
        color: #fff !important;
    }
    .footerLink1:hover:before{
        left: 0;
    }
    .footerMenu1.active a:before{
        left: 0;
    }
    .footerBg{
        background: #74A7B0;
    }
    .footerW{
        padding: 55px 0 0;
        margin-bottom: 230px;
    }
    .footerL{
        width: 640px;
        float: left;
    }
    .footerSnsW{
        display: flex;
        justify-content: space-between;
    }
    .footerSnsW a{
        display: block;
        vertical-align: top;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 15px 15px 15px 85px;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        width: 310px;
    }
    .footerSnsW a:after{
        content: "";
        left: -100%;
        display: block;
        width: 310px;
        height: 100px;
        position: absolute;
        top: 0;
        transition: 0.3s;
    }

    .footerSnsW a:hover:after{
        left: 0;
    }
    .footerLine{
        color: #00a75b !important;
    }
    .footerLine:before{
        content: "";
        background: url("img/icon_line_3.png") no-repeat;
        background-size: contain;
        width: 61px;
        height: 61px;
        display: inline-block;
        position: absolute;
        left: 11px;
        top: 13px;
        z-index: 1;
    }
    .footerSnsW a:hover{
        color: #fff !important;
    }

    .footerLine:after{
        background: #00a75b;
        z-index: 0;
    }
    .footerContact:after{
        background: #167ac6;
        z-index: 0;
    }
    .footerContact:before{
        content: "";
        background: url("img/icon_ope.png") no-repeat;
        background-size: contain;
        width: 44px;
        height: 55px;
        display: inline-block;
        position: absolute;
        left: 0;
        left: 15px;
        top: 15px;
        z-index: 1;
    }
    .footerContact:hover:before{
        background: url("img/icon_ope_ov.png") no-repeat;
    }
.ftLineTtl{
    font-size: 2.4rem;
    z-index: 1;
    position: relative;
}
.ftLineTxt{
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
}
.ftContTtl{
    font-size: 2.4rem;
    text-align: center;
    z-index: 1;
    position: relative;
}
.ftContTxt{
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
}

    .footerR{
        float: right;
        width: 530px;
        color: #fff;
    }
    .footerMenuW2{
        display: flex;
        justify-content: space-between;
        margin-bottom: 23px;
    }
    .footerLink2{
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #fff !important;
    }
    .footerLink2:hover{
        text-decoration: underline;
    }
    .footerTelW{
        
    }
    .footerTel{
        font-size: 4.3rem;
        line-height: 4.3rem;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        padding-left: 35px;
        position: relative;
    }
    .footerTel:before{
        content: "";
        background: url("img/icon_phone2.png") no-repeat;
        width: 26px;
        height: 40px;
        background-size: contain;
        left: 0;
        top: 3px;
        display: inline-block;
        position: absolute;
    }
    .footerTime{
        line-height: 4.3rem;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .copyright{
        padding: 0 0 60px;
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
    }



/*commonタイトル*/
	
    .commonTtl01{
        font-size: 6rem;
        letter-spacing: 0.12em;
        line-height: 6rem;
        font-weight: 500;
    }
    .commonTtl02{
        font-size: 2.8rem;
        line-height: 7.6rem;
        color: #fff;
        padding-left: 25px;
        text-align: left;
        font-weight: 500;
        border-radius: 6px;
    }
    .commonTtl03{
        font-size: 2.1rem;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
        font-weight: 500;
        color: #74A7B0;
    }
    .commonTtl04{
        font-size: 3.6rem;
        line-height: 3.6rem;
        letter-spacing: 0.1em;
        font-weight: 500;
    }
    .commonTtl05{
        font-size: 3.6rem;
        line-height: 100px;
        letter-spacing: 0.1em;
        font-weight: 500;
        background: #EFEFEF;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 40px;
    }


/*commonテキスト*/
    .commonCopy01{
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .commonTxt01{
        font-size: 1.6rem;
        line-height: 3.8rem;
    }
    .commonTxt02{
        font-size: 1.6rem;
        line-height: 3.8rem;
        letter-spacing: 0.05em;
    }
    .commonTxt03{
        font-size: 3rem;
        line-height: 5rem;
        color: #fff;
    }

/*commonボタン*/

    .commonBtn01W{
        text-align: center;
    }
    .commonBtn01{
        background: #5b98d2;
        border-radius: 5px;
        color: #fff !important;
        text-align: center;
        display: inline-block;
        line-height: 4rem;
        padding: 0 15px;
        border: 1px solid rgba(91,152,210,0.3);
        box-sizing: border-box;
    }
    .commonBtn01:hover{
        color: #5b98d2 !important;
        background: #fff;
    }

/*中面共通*/

/*オープニングモーダル動画*/
    
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 640px;
    z-index: 2;
    border-radius: 3px;
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
    opacity: 0.7;
}
.modalCloseButton {
    position: absolute;
    left: 92%;
    top: -48px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 2rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}
.modalBottom {
    padding: 22px 30px;
}
.modalBottom p {
    margin: 0;
}    
}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */

    #container {
        width: 100%;
        overflow: hidden;
    }
    .contentWrap{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 237px;
        background: #fff;
        box-sizing: border-box;
        position: absolute;
        z-index: 9999;
        top: 0;
        text-align: center;
    }
    #header.smaller{
        width: 100%;
        height: 60px;
        background: #fff;
        box-sizing: border-box;
        position: fixed;
        z-index: 9999;
        top: 0;
        text-align: center;
    }

    #menu{
        width: 95%;
        margin: 0 auto;
        color: #fff;
        position: relative;
    }
    .headerLogo{
        height: 55px;
        padding-top: 5px;
        vertical-align: top;
        display: none;
    }
    .headerLogoSp{
        padding-top: 40px;
        display: inline-block;
        width: 200px;
    }
    header.smaller .headerLogo{
        height: 55px;
        padding-top: 5px;
        vertical-align: top;
        display: inline-block;
    }
    header.smaller .headerLogoSp{
        display: none;
    }
    .headerLogo img{
        width: auto;
        height: 100%;
    }
    .headerIconW{
        display: inline-block;
        position: absolute;
        right: 50px;
        top: 12px;
    }
    .headerMenu02 {
        display: inline-block;
    }
    .headerList02 {
        position: relative;
        display: inline-block;
        height: 30px;
        margin-right: 10px;
    }
    .headerList02 img {
        height: 100%;
        width: auto;
    }
/*メニュー用*/
    .haedrR{
        display: inline-block;
    }

    .headerMenuBtn{
        vertical-align: top;
        letter-spacing: normal;
        width: 60px;
        padding-top: 5px;
        text-align: center;
        position: absolute;
        right: -9px;
        top: 0;
        height: 60px;
        box-sizing: border-box;
        z-index: 100;
    }
    .menuSlide{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: #74A7B0;
        padding: 80px 0 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 90;
        letter-spacing: normal;
		overflow-x: scroll;
    }
    .menuSlide.current{
        left: 0;
    }
    .menuSlide2{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: #74A7B0;
        padding: 80px 0 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 90;
        letter-spacing: normal;
		overflow-x: scroll;
    }
    .menuSlide2.current{
        left: 0;
    }
    .headerMenu01 {
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
        width: 80%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .headerList01 {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        box-sizing: border-box;
        text-align: left;
        padding: 10px 0;
        font-size: 1.6rem;
    }
    .headerList01 a {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        color: #fff !important;
    }
    .headerList01 a:before{
        content: ">";
        color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerInqBtn{
        display: block;
        background: #5b98d2;
        border-radius: 6px;
        color: #fff !important;
        text-align: center;
        letter-spacing: 0.1em;
        position: relative;
        line-height: 3.6rem;
        width: 80%;
        margin: 0 auto 15px;
    }
    .headerInqBtn span{
        display: inline-block;
        padding-left: 34px;
        position: relative;
    }
    .headerInqBtn span:before{
        content: "";
        background: url("img/header_mail_icon.png") no-repeat;
        background-size: contain;
        width: 24px;
        height: 18px;
        position: absolute;
        left: 00px;
        top: 10px;
        display: block;
    }
    .headerMenu02 {
        display: inline-block;
        width: 80%;
        padding-top: 20px;
        text-align: left;
    }
    .headerMenu03W {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .headerMenu03 {
        text-align: left;
    }
    .headerList03 {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .headerLink03 {
        color: #fff !important;
    }
    .menuInfoW {
        background: #fff;
        width: 100%;
        border-radius: 8px;
        padding: 10px 0 10px 70px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 10px;
    }

    .menuInfoW:before {
        content: "";
        background: url(img/icon_phone.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 40px;
        display: block;
        position: absolute;
        left: 23px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menuInfo {
        color: #74A7B0;
    }
    .menuTel {
        font-size: 2.8rem;
        letter-spacing: 0.05em;
        line-height: 2.8rem;
        margin-bottom: 5px;
    }
    .menuInfoTime {
        color: #74A7B0;
    }
    .menuLine {
        background: #fff;
        display: block;
        border-radius: 8px;
        font-size: 2rem;
        font-weight: bold;
        color: #74A7B0 !important;
        padding: 10px 10px 10px 70px;
        position: relative;
        margin-bottom: 10px;
    }
    .menuLine:before{
        content: "";
        background: url("img/icon_line.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    .menuContact {
        background: #fff;
        display: block;
        border-radius: 8px;
        font-size: 2rem;
        font-weight: bold;
        color: #74A7B0 !important;
        padding: 10px 10px 10px 70px;
        position: relative;
    }
    .menuContact:before{
        content: "";
        background: url("img/icon_ope.png") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    /*ハンバーガメニュー*/
    /*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        height: 47px;
        width: 40px;
        position: relative;
        z-index: 104;
        margin: 0;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 6px;
        width: 28px;
        height: 4px;
        background-color: #000;
        border-radius: 29px;
    }
    .menu-trigger.current span{
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 11px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 21px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 11px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 3px;
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
        bottom: 0;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    .overlayW{
        width: 95%;
        margin: 0 auto;
    }
    .fixedIconW {
        position: absolute;
        top: 237px;
        width: 100%;
        z-index: 10;
        display: flex;
        justify-content: space-between;
    }
    header.smaller .fixedIconW {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 10;
        display: flex;
        justify-content: space-between;
    }
    .fixedIcon {
        background: rgba(255,255,255,0.8);
        border: 1px solid rgba(60,60,60,0.3);
        width: 50%;
        display: inline-block;
    }
    .fixedIcon img {
        display: inline-block;
        width: 23px;
    }
    .fixedIcon:hover{
        background: rgba(242,242,242,0.8);
    }
    .iconTxt {
        font-size: 10px;
        text-align: center;
        position: relative;
        margin-top: -10px;
        padding-bottom: 5px;
        display: inline-block;
    }
    #goTop{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 0;
        bottom: 0px;
    }
    .goTopBtn {
        display: block;
        width: 30px;
        height: 30px;
        position: fixed;
        bottom: 90px;
        right: 10px;
        z-index: 100;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
    }
    .footerMenuW1{
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: -0.4em;
    }
    .footerMenu1{
        display: block;
        position: relative;
        letter-spacing: normal;
    }
    .footerMenu1S{
        display: inline-block;
        width: 48%;
    }
    .footerMenu1S:first-child{
        margin-right: 4%;
    }
    .footerLink1{
        display: block;
        font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 20px;
        position: relative;
        line-height: 4rem;
        overflow: hidden;
        background: #f2f2f3;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .footerBg{
        background: #74A7B0;
    }
    .footerW{
        padding: 30px 0 0;
        margin-bottom: 40px;
    }
    .footerL{
        width: 640px;
        float: left;
    }
    .footerSnsW{
        display: none;
    }
    .footerR{
        width: 100%;
        color: #fff;
    }
    .footerMenuW2 {
        text-align: center;
        letter-spacing: -0.4em;
    }
    .footerMenu2 {
        display: inline-block;
        letter-spacing: normal;
        margin-right: 10px;
    }
    .footerMenu2:last-child {
        margin-right: 0px;
    }
    .footerLink2{
        font-size: 1.2rem;
        color: #fff !important;
    }
    .footerLink2:hover{
        text-decoration: underline;
    }
    .footerTelW{
        text-align: center;
    }
    .footerTel{
        font-size: 3rem;
        line-height: 3rem;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        padding-left: 25px;
        position: relative;
    }
    .footerTel:before{
        content: "";
        background: url("img/icon_phone2.png") no-repeat;
        width: 26px;
        height: 28px;
        background-size: contain;
        left: 0;
        display: inline-block;
        position: absolute;
        top: 3px;
    }
    .footerTime{
        line-height: 4.3rem;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .copyright{
        padding: 0 0 100px;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
    }

	
    .commonTtl01{
        font-size: 3.6rem;
        line-height: 4.8rem;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .commonTtl01En{
        font-size: 1rem;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .commonTtl02{
        font-size: 2rem;
        margin-bottom: 10px;
        color: #fff;
        padding: 5px 20px;
        box-sizing: border-box;
        border-radius: 6px;
    }
    .commonTtl03{
        
    }
    .commonTtl05{
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: 0.07em;
        font-weight: 500;
        background: #EFEFEF;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 30px;
    }

/*commonテキスト*/
    .commonCopy01{
        font-size: 2.1rem;
        margin-bottom: 10px;
        color: #74A7B0;
        text-align: center;
    }
    .commonTxt01{
        font-size: 1.4rem;
        line-height: 2.8rem;
        letter-spacing: 0.05em;
    }
    .commonTxt02{
        font-size: 1.4rem;
        line-height: 2.8rem;
        letter-spacing: 0.05em;
    }
    .commonTxt03{
        font-size: 1.8rem;
        color: #fff;
    }

    
/*中面共通*/


/*オープニングモーダル動画*/
    
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  z-index: 2;
  border-radius: 3px;
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
    opacity: 0.7;
}
.modalCloseButton {
    position: absolute;
    left: 92%;
    top: -48px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 2rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}
.modalBottom {
    padding: 22px 30px;
}
.modalBottom p {
    margin: 0;
}
iframe#movie2 {
    width: 100%;
    height: 45vw;
}
}


/*ハンバーガーメニュー動き*/

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
