@charset "utf-8";
/*
Theme Name:Hara
Author:Aerial Design
*/

/* 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: #333333; }
a:hover  { text-decoration: none; color: #333333; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #333333; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */
.maru{
	font-family: "M PLUS Rounded 1c";
	font-feature-settings : "palt";
}
.yumin{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.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;}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}
/* MARGIN */
/* -------------------------------------------------- */

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb100{margin-bottom: 100px !important;}

.mb1rem{margin-bottom: 1.0rem !important}
.mb3rem{margin-bottom: 3.0rem !important}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #FFFFFF;
	color: #323232;
	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: clip;
}

/* COMMON */
/* -------------------------------------------------- */



/* COMMON TITLE */
/* -------------------------------------------------- */

/* CONTENT TITLE */



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1200px;
    }
    .contentWrap1{
        width: 1110px;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 760px;
        margin: 0 0 0 auto;
    }
    #header{
        position: relative;
    }

    .headerW{
        position: relative;
        height: 70px;
        color: #707070;
        z-index: 10;
        padding-top: 10px;
    }
    .headerLogo{
        position: absolute;
        left: 0;
        top: 0;
        width: 255px;
        display: inline-block;
        box-shadow: 4px 4px 2px rgba(0,0,0,0.16);
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
    .headerTelW{
        display: inline-block;
        float: right;
        /*! padding-top: 26px; */
        padding-left: 20px;
    }
    .headerTel{
        position: relative;
        padding-left: 30px;
        font-size: 2.5rem;
        line-height: 3.2rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel:before{
        content: "";
        background: url("img/icon_header_tel.svg") no-repeat;
        background-size: contain;
       width: 18px;
       height: 28px;
       position: absolute;
       left: 3px;
       top: 6px;
       display: block;
    }
    .headerAdd{
        font-size: 1.4rem;
        letter-spacing: 0.04em;
    }
    

    .headerTelW2{
        display: inline-block;
        float: right;
        /*! padding-top: 25px; */
	padding-right: 20px;
        border-right: 1px solid #323232;
    }
    .headerTel2{
        position: relative;
        padding-left: 30px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel2:before{
        content: "";
        background: url("img/icon_header_tel.svg") no-repeat;
        background-size: contain;
        width: 22px;
        height: 28px;
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
    }
    .headerAdd2{
        font-size: 1.4rem;
        letter-spacing: 0.04em;
    }


    .headerTelW3{
        display: inline-block;
        float: right;
        /*! padding-top: 26px; */
	padding-right: 20px;

    }
    .headerTel3{
        position: relative;
        padding-left: 30px;
        font-size: 3.2rem;
        line-height: 3.2rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel3:before{
        content: "";
        background: url("img/instagram_banner_55.svg") no-repeat;
        background-size: contain;
        width: 300px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 3px;
        display: block;
    }
    .headerAdd3{
        font-size: 1.4rem;
        letter-spacing: 0.04em;
    }


    #menu{
		display: block;
        position: absolute;
        padding-top: 10px;
        background: #fff;
        border-bottom: 1px solid #3782C8;
        z-index: 100;
        width: 100%;
        bottom: -100px;
    }
    /*スクロール時設定*/
	

    #header.smaller #menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 100;
        padding-top: 0px;
        bottom: inherit;
    }
	.menuSlide01{
        width: 1110px;
        margin: 0 auto;
        position: relative;
	}
    .menuLists{
        white-space: nowrap;
		position: relative;
		z-index: 20;
		text-align: center;
        border-left: 1px solid #3782C8;
        display: flex;
        height: 90px;
    }
    #header.smaller .menuLists{
        height: 60px;
    }
    .homeBtn{
        display: flex;
		letter-spacing: 0em;
        position: relative;
        width: 110px;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #3782C8;
    }
    .menuList{
        display: flex;
		letter-spacing: 0em;
        position: relative;
        width: 250px;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #3782C8;
    }
    .menuLink1{
        display: inline-block;
        color: #333333 !important;
        font-size: 1.8rem;
        position: relative;
        transition: 0.3s;
        font-weight: 500;
    }
    .menuLink1:hover{
        color: #3782C8 !important;
    }
    .menuListEn{
        display: block;
        text-align: center;
        font-size: 1.2rem;
        margin-top: 4px;
    }
    .subLists{
        display: none;
        position: absolute;
        text-align: left;
        font-size: 1.4rem;
        left: 50%;
        transform: translateX(-50%);
        top: 90px;
        width: 100%;
    }
    #header.smaller .subLists{
        top: 60px;
    }
    .subList{
        position: relative;
    }
    .menuLink2{
        color: #fff !important;
        background: #3782C8;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        display: block;
        line-height: 4rem;
        position: relative;
        text-align: center;
    }
    .menuLink2:hover{
        background: #5f503c;
    }
    .topMain{
        padding-top: 100px;
    }
    

    /*中面ヘッダー*/
    
    #inHeader{
        position: absolute;
        width: 100%;
        background: #fff;
    }
    .inHeaderLogo{
        position: absolute;
        left: 0;
        top: 0;
        width: 255px;
        display: inline-block;
    }
    .inHeaderLogoS{
        position: absolute;
        left: 0;
        top: 0;
        width: 255px;
        display: none;
    }
    #inHeader.smaller .inHeaderLogo{
        display: none;
    }
    #inHeader.smaller .inHeaderLogoS{
        display: inline-block;
    }
    .inHaderLogo img{
        width: 100%;
        height: auto;
    }
    .inMenuLists{
        width: 855px;
        margin: 0 0 0 auto;
        white-space: nowrap;
		position: relative;
		z-index: 20;
		text-align: center;
        display: flex;
        height: 90px;
    }
    #inHeader.smaller #inMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 100;
        padding-top: 0px;
    }
    #inMenu{
		display: block;
        position: relative;
        padding-top: 10px;
        background: #fff;
        border-bottom: 1px solid #3782C8;
    }
    #inHeader.smaller .inMenuLists{
        height: 60px;
    }
    .homeBtn{
        display: flex;
		letter-spacing: 0em;
        position: relative;
        width: 110px;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #3782C8;
    }
    .menuList{
        display: flex;
		letter-spacing: 0em;
        position: relative;
        width: 250px;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #3782C8;
    }
    #inHeader.smaller .subLists {
        top: 60px;
    }
    #inHeader .menuLink1{
        font-size: 1.5rem;
    }
    
    /*中面共通*/
    
    .inMainW{
        display: flex;
        justify-content: space-between;
        padding-top: 181px;
        margin-bottom: 90px;    }
    .inAside{
        order: 1;
        width: 255px;
        text-align: center;
        border-right: 1px solid #3782C8;
    }
    .inSubMenuW{
        display: block;
        padding: 135px 0 0px;
        position: sticky;
        text-align: center;
        box-sizing: border-box;
        top: 60px;
    }
    .inSubTtl{
        font-size: 1.8rem;
        font-weight: 500;
        color: #3782C8;
        display: block;
    }
    .inSubTtlS{
        font-size: 1.2rem;
        color: #3782C8;
        display: inline-block;
        margin-bottom: 25px;
    }
    .inSubLists{
        display: inline-block;
        padding-left: 10px;
    }
    .inSubList{
        text-align: left;
        font-size: 1.6rem;
        line-height: 4.8rem;
    }
    .inSubList a:hover{
        color: #3782C8 !important;
    }
    
    .inMain{
        order: 2;
        width: 855px;
    }
    
    
    #goTop{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width: 50px;
        height: 50px;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/

    footer{
        background: #F2F2F2;
    }
    footer a:hover{
        text-decoration: underline;
    }
    .footerWrap{
        width: 1110px;
        margin: 0 auto;
        padding: 55px 0 60px;
    }
    #footerL{
        width: 350px;
        float: left;
        box-sizing: border-box;
    }
    .footerLogo{
        margin-bottom: 10px;
    }
    .footerLogo2{
    margin-bottom: 10px;
    padding-left: 1080px;
    width: 50px;
    height: 50px;
    }
    .footerAdd{
        margin-bottom: 7px;
        font-size: 1.5rem;
    }
    .footerTelW{
        text-align: center;
        border-bottom: 1px solid #323232;
        box-sizing: border-box;
        padding-bottom: 12px;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
    }
    .footerTel{
        font-size: 2.5rem;
        font-weight: bold;
        display: inline-block;
        padding-left: 22px;
        position: relative;
    }
    .footerTel:before{
        content: "";
        background: url("img/icon_footer_tel.svg") no-repeat;
        width: 18px;
        height: 23px;
        position: absolute;
        left: 0px;
        top: 7px;
        display: inline-block;
    }
    .footerFax{
        font-size: 1.6rem;
        font-weight: bold;
        display: inline-block;
        position: relative;
        top: 9px;
    }
    .footerTime{
        margin-bottom: 8px;
        font-size: 2.1rem;
        font-weight: bold;
    }
    .footerDate{
        margin-bottom: 8px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .footerDep{
        line-height: 2.4rem;
        box-sizing: border-box;
    }
    .footerDep .indent{
        display: inline-block;
        padding-left: 7.2rem;
    }
    .footerLabel{
        display: inline-block;
        width: 4em;
        -moz-text-align-last: justify;
        text-align-last: justify;
        text-justify:inter-ideograph;
        margin-right: 0.5em;
        font-size: 1.6rem;
        font-weight: 500;
    }
    
    #footerR{
        width: 690px;
        float: right;
        box-sizing: border-box;
    }
    .footerNavW{
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
    .footerLists{
        display: inline-block;
        vertical-align: top;
    }
    .footerTtl a{
        display: block;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 10px;
        color: #3782C8 !important;
        padding-left: 20px;
        position: relative;
    }
    .footerTtl a:before{
        content: "";
        background: url("img/arrow_r_2.svg") no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    .footerList{
        line-height: 3rem;
        padding-left: 20px;
    }
    #copyright{
        background: #707070;
    }
    .copyW{
        width: 1110px;
        margin: 0 auto;
        text-align: left;
        line-height: 4rem;
        box-sizing: border-box;
        font-size: 1.2rem;
        position: relative;
        color: #fff;
    }
    .copyW p{
        float: left;
    }
    .privacyLink{
        display: inline-block;
        float: right;
        color: #fff !important;
    }

/*commonタイトル*/
    
/*commonタイトル*/
    .commonTtl01 {
        font-size: 2.3rem;
        line-height: 4rem;
        text-align: center;
        position: relative;
    }
	.commonTtl02{
		font-size: 2rem;
		color: #3782C8;
		margin-bottom: 40px;
        background: #fff;
        line-height: 4.4rem;
        text-align: center;
        border-radius: 8px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.16);
        border: 3px solid #3782C8;
        font-weight: bold;
        width: 160px;
        box-sizing: border-box;
	}
    .commonTtl03{
        font-size: 1.8rem;
        color: #3782C8;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .commonTtl04{
        font-size: 2.5rem;
        text-align: left;
        padding-bottom: 12px;
        margin-bottom: 17px;
        border-bottom: 1px solid #3782C8;
        color: #3782C8;
        font-weight: 500;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .commonTtl05{
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .commonTtl06{
        font-size: 2.5rem;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
        color: #3782C8;
    }
    .commonTtl07{
        background: #3782C8;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        border-radius: 6px;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 15px;
        padding: 6px 0;
    }
    .commonTtl07 span{
        font-size: 1.6rem;
    }
    .commonTtl08{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #3782C8;
    }
    .commonTtl008{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #323232;
    }
    .commonTtl09{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #3782C8;
        padding-bottom: 10px;
        border-bottom: 1px solid #3782C8;
    }
    .commonTtl10{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 3.2rem;
    }
    .commonTtl11{
        font-size: 3rem;
        line-height: 6rem;
        border-left: 5px solid #3782C8;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .commonTtl11 .notNow {
        font-size: 1.4rem;
        font-weight: 500;
        display: inline-block;
        margin-left: 30px;
        line-height: 4rem;
        padding: 0 10px;
        text-align: center;
        border-radius: 6px;
        background: #323232;
        color: #fff;
        position: relative;
        top: -5px;
    }
    .commonTtl12{
        font-size: 1.6rem;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #707070;
    }
    .commonTtl13{
        font-size: 1.8rem;
        line-height: 3rem;
        border-left: 5px solid #3782C8;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .commonTtl14{
        font-size: 2.5rem;
        text-align: left;
        padding-bottom: 12px;
        margin-bottom: 17px;
        border-bottom: 1px solid #3782C8;
        font-weight: 500;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .commonTtl14S{
        display: inline-block;
        color: #3782C8;
        font-size: 1.5rem;
        margin-left: 20px;
    }
    .commonTtl15{
        font-size: 1.6rem;
        font-weight: 500;
    }
	
/*commonテキスト*/
    .commonTxt01{
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
	.commonTxt02{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
    .commonTxt03{
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .commonTxt04{
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .commonTxt05{
        font-size: 1.6rem;
        margin-bottom: 30px;
        line-height: 2.7rem;
    }
    .commonTxt06{
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: 2.7rem;
    }
    .commonTxt07{
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 2.7rem;
    }
    .commonTxt08{
        font-size: 1.8rem;
        line-height: 2.6rem;
        font-weight: 500;
    }
    .commonTxt09{
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 500;
        color: #3782C8;
    }
    .commonTxt10{
        font-size: 1.3rem;
    }
    .commonTxt11{
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .last{
        margin-bottom: 0;
    }

/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
		color: #3782C8 !important;
		position: relative;
		font-size: 1.6rem;
        line-height: 4rem;
        box-sizing: border-box;
        text-align: center;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #3782C8;
        width: 212px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.commonBtn01:after{
		content: "";
        background: url("img/arrow_r_1.svg") no-repeat;
        background-size: contain;
        width: 7px;
        height: 13px;
        position: absolute;
        display: block;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
	}
	.commonBtn01:hover{
		background: #3782C8;
        color: #fff !important;
	}
	.commonBtn01:hover:after{
        background: url("img/arrow_r_1_ov.svg") no-repeat;
	}
    .commonBtn02{
        display: inline-block;
        width: 212px;
        line-height: 4rem;
        background: #787878;
        color: #fff !important;
        text-align: center;
    }
    .commonBtn02:hover{
        background: #3782C8;
    }

}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */

    #container {
        width: 100%;
        overflow: hidden;
    }
    .contentWrap1{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        position: relative;
    }

    .headerW {
        position: fixed;
        height: 68px;
        color: #707070;
        z-index: 1000;
        width: 100%;
        top: 0;
        background: #fff;
    }
    .headerW2 {
        position: fixed;
        height: 68px;
        color: #707070;
        z-index: 1000;
        width: 100%;
        top: 0;
        background: #fff;
    }
    .headerW3 {
        position: fixed;
        height: 68px;
        color: #707070;
        z-index: 1000;
        width: 100%;
        top: 0;
        background: #fff;
    }
    .headerLogo {
        position: absolute;
        left: 10px;
        top: 70px;
        width: 120px;
        display: inline-block;
        box-shadow: 4px 4px 2px rgba(0,0,0,0.16);
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
    .headerTelW {
        display: inline-block;
        float: right;
        padding-top: 14px;
        margin-right: 50px;
    }
    .headerTel {
        position: relative;
        padding-left: 10px;
        font-size: 2.1rem;
        line-height: 2.1rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel:before {
        content: "";
        background: url(img/icon_header_tel.svg) no-repeat;
        background-size: contain;
        width: 10px;
        height: 17px;
        position: absolute;
        left: 0px;
        top: 5px;
        display: block;
    }
    .headerAdd{
        font-size: 0.9rem;
        letter-spacing: 0.04em;
    }
    .headerTelW2 {
        display: inline-block;
        float: right;
        padding-top: 14px;
        margin-right: 5px;
    }


    .headerTel2 {
        position: relative;
        padding-left: 20px;
        font-size: 2.1rem;
        line-height: 2.1rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel2:before {
        content: "";
        background: url(img/icon_header_tel.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
    }
    .headerAdd2{
        font-size: 0.9rem;
        letter-spacing: 0.04em;
    }


    .headerTelW3 {

    }
    .headerTel3 {
        position: relative;
        padding-left: 20px;
        font-size: 2.2rem;
        line-height: 2.2rem;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .headerTel3:before {
        content: "";
        background: url(img/icon_Instagram.svg) no-repeat;
        background-size: contain;
        width: 13px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
    }
    .headerAdd3{
        font-size: 1rem;
        letter-spacing: 0.04em;
    }
    #menu{
        width: 95%;
        margin: 0 auto;
        color: #fff;
        position: relative;
    }

    /*中面ヘッダー*/
    
    #inHeader{
        position: absolute;
        width: 100%;
        background: #fff;
    }
    .inHeaderLogo{
        position: absolute;
        left: 10px;
        top: 70px;
        width: 120px;
        display: inline-block;
    }
    .inHeaderLogoS{
        position: absolute;
        left: 0px;
        top: 0;
        width: 130px;
        display: none;
    }
    .inHeaderLogo img{
        width: 100%;
        height: auto;
    }
    #inHeader.smaller .inHeaderLogo{
        display: none;
    }
    #inHeader.smaller .inHeaderLogoS{
        display: inline-block;
    }
    .inMenuLists {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    
    /*中面共通*/
    
    .inMainW{
        width: 100%;
        padding-top: 68px;
        margin-bottom: 90px;    }
    .inAside{
        display: none;
    }  
    .inMain{
    }

    #goTop{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 0;
        bottom: 30px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:40px;
        height: 40px;
        background: #5f503c;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    #gMap{
        width: 100%;
        height: 300px;
    }
    #gMap iframe{
        width: 100%;
        height: 300px;
    }

    /*Footer*/

    footer{
        background: #F2F2F2;
    }
    footer a:hover{
        text-decoration: underline;
    }
    .footerWrap{
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
    #footerL{
        box-sizing: border-box;
    }
    .footerLogo{
        margin-bottom: 10px;
    }
    .footerLogo img{
        width: 100%;
        height: auto;
    }

    .footerLogo2{
        margin-bottom: 10px;
    }
    .footerLogo2 img{
        width: 20%;
        height: auto;
    }

    .footerAdd{
        margin-bottom: 7px;
        font-size: 1.5rem;
    }
    .footerTelW{
        text-align: center;
        border-bottom: 1px solid #323232;
        box-sizing: border-box;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footerTel{
        font-size: 2.5rem;
        font-weight: bold;
        display: inline-block;
        padding-left: 22px;
        position: relative;
    }
    .footerTel:before{
        content: "";
        background: url("img/icon_footer_tel.svg") no-repeat;
        width: 18px;
        height: 23px;
        position: absolute;
        left: 0px;
        top: 7px;
        display: inline-block;
    }
    .footerFax{
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        position: relative;
        top: 9px;
        text-align: center;
    }
    .footerTime{
        margin-bottom: 8px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .footerDate{
        margin-bottom: 8px;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .footerDep{
        line-height: 2.4rem;
        box-sizing: border-box;
    }
    .footerDep .indent{
        display: inline-block;
        padding-left: 7.2rem;
    }
    .footerLabel{
        display: inline-block;
        width: 4em;
        -moz-text-align-last: justify;
        text-align-last: justify;
        text-justify:inter-ideograph;
        margin-right: 0.5em;
        font-size: 1.6rem;
        font-weight: 500;
    }
    
    #copyright{
        background: #707070;
    }
    .copyW{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        line-height: 4rem;
        box-sizing: border-box;
        font-size: 1.2rem;
        position: relative;
        color: #fff;
    }
    .copyW p{
    }
    .privacyLink{
        display: inline-block;
        color: #fff !important;
        padding-bottom: 20px;
    }


/*メニュー用*/

    .headerMenuBtn {
        position: fixed;
        right: 2px;
        top: 10px;
        z-index: 1001;
    }
    .menuSlide01 {
        position: fixed;
        top: 68px;
        width: 100%;
        height: calc(100vh - 68px);
        background: rgba(255,255,255,1);
        padding: 50px 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
        overflow-y: scroll;
    }
    .menuSlide01.current{
        left: 0;
    }
    .menuLists {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .homeBtn {
        width: 36px;
        margin: 0 auto 20px;
    }
    .menuList{
        display: block;
    }
    .menuLink1 {
        display: block;
        background: #3782C8;
        color: #fff !important;
        margin-bottom: 2px;
        line-height: 3rem;
        font-size: 1.5rem;
    }
    .subLists {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .subList {
        width: 49%;
        display: inline-block;
    }
    .menuLink2 {
        display: block;
        background: rgba(55,130,200,0.3);
        margin-bottom: 2px;
        line-height: 2.6rem;
        font-size: 1.4rem;
    }

/*commonタイトル*/
    
/*commonタイトル*/
    .commonTtl01 {
        font-size: 1.8rem;
        line-height: 3rem;
        text-align: center;
        position: relative;
    }
	.commonTtl02{
		font-size: 1.4rem;
		color: #3782C8;
		margin-bottom: 20px;
        background: #fff;
        line-height: 3rem;
        text-align: center;
        border-radius: 8px;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.16);
        border: 3px solid #3782C8;
        font-weight: bold;
        width: 160px;
        box-sizing: border-box;
	}
    .commonTtl03{
        font-size: 1.8rem;
        color: #3782C8;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .commonTtl04{
        font-size: 2rem;
        text-align: left;
        padding-bottom: 12px;
        margin-bottom: 17px;
        border-bottom: 1px solid #3782C8;
        color: #3782C8;
        font-weight: 500;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .commonTtl05{
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .commonTtl06{
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
        color: #3782C8;
    }
    .commonTtl07{
        background: #3782C8;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        border-radius: 6px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 4rem;
        margin-bottom: 15px;
    }
    .commonTtl08{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #3782C8;
    }
    .commonTtl008{
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #323232;
    }
    .commonTtl09{
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #3782C8;
        padding-bottom: 10px;
        border-bottom: 1px solid #3782C8;
    }
    .commonTtl10{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 3.2rem;
    }
    .commonTtl11{
        font-size: 2rem;
        line-height: 4rem;
        border-left: 5px solid #3782C8;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .commonTtl12{
        font-size: 1.6rem;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #707070;
    }
    .commonTtl13{
        font-size: 1.6rem;
        line-height: 3rem;
        border-left: 5px solid #3782C8;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .commonTtl14{
        font-size: 2rem;
        text-align: left;
        padding-bottom: 12px;
        margin-bottom: 17px;
        border-bottom: 1px solid #3782C8;
        font-weight: 500;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .commonTtl14S{
        display: inline-block;
        color: #3782C8;
        font-size: 1.5rem;
        margin-left: 20px;
    }
    .commonTtl15{
        font-size: 1.4rem;
        font-weight: 500;
    }
	
/*commonテキスト*/
    .commonTxt01{
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
	.commonTxt02{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
    .commonTxt03{
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    .commonTxt04{
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .commonTxt05{
        font-size: 1.4rem;
        margin-bottom: 30px;
        line-height: 2.7rem;
    }
    .commonTxt06{
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 2.7rem;
    }
    .commonTxt07{
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 2.7rem;
    }
    .commonTxt08{
        font-size: 1.4rem;
        line-height: 2.6rem;
        font-weight: 500;
    }
    .commonTxt09{
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 500;
        color: #3782C8;
    }
    .commonTxt10{
        font-size: 1.3rem;
    }

/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
		color: #3782C8 !important;
		position: relative;
		font-size: 1.2rem;
        line-height: 3rem;
        box-sizing: border-box;
        text-align: center;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #3782C8;
        width: 212px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.commonBtn01:after{
		content: "";
        background: url("img/arrow_r_1.svg") no-repeat;
        background-size: contain;
        width: 7px;
        height: 13px;
        position: absolute;
        display: block;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
	}
	.commonBtn01:hover{
		background: #3782C8;
        color: #fff !important;
	}
	.commonBtn01:hover:after{
        background: url("img/arrow_r_1_ov.svg") no-repeat;
	}
    .commonBtn02{
        display: inline-block;
        width: 212px;
        line-height: 4rem;
        background: #787878;
        color: #fff !important;
        text-align: center;
    }
    .commonBtn02:hover{
        background: #3782C8;
    }
    


}


/*ハンバーガメニュー*/
/*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        width: 48px;
        height: 48px;
        position: relative;
        float: left;
        margin: 12px 0 0 24px;
        z-index: 104;
    }
    .menu-trigger {
        float: right;
        margin: 0;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 9px;
        width: 28px;
        height: 4px;
        background-color: #5f503c;
        border-radius: 29px;
    }
    .menu-trigger.current span{
        background-color: #5f503c;
    }

    .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: 12px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 4px;
    }
    .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;
    }
	
/************************************
** sp_menu
************************************/

    .gnav {
        position: fixed;
        width: 100%;
        top: 86px;
        text-align: center;
        margin: 0;
        right: 0;
        transition: 0.5s;
      }
    .gnav .current {
        background: #595757;
        color: #fff;
        border-radius: 5px;
    }
    .gnav li {
        display: inline-block;
        margin: 0 8px 12px;
        width: 136px;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        color: #fff;
    }
    .gnav li {
        display: inline-block;
        padding: 0;
        margin: 0 5px 10px;
        width: 45%;
      }
    .gnav li a {
        font-size: 14px;
        line-height: 30px;
        display: block;
        color: #fff;
    }
    .gnav li a::after {
        content: "";
        height: 2px;
        width: 34px;
        background: #000;
    }
    .gnav li a:hover {
        background: #595757;
        color: #fff;
        opacity: 1;
        border-radius: 5px;
    }

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

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