@charset "utf-8";
/*
Theme Name:MenuSite
*/

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

/* FONT FAMILY */
/* -------------------------------------------------- */
.jura{
	font-family: 'Jura', sans-serif;
}
.robotoC{
	font-family: 'Roboto Condensed', sans-serif;
}
.maru{
	font-family: "M PLUS Rounded 1c";
	font-feature-settings : "palt";
}
.yumin{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-weight: bold;
}
.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: #000;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.19em;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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



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

/* CONTENT TITLE */



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

    #menu{
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        position: relative;
        letter-spacing: -0.4em;
    }
    .headerLogo{
        height: 70px;
        display: inline-block;
        vertical-align: top;
		float: left;
    }
    .headerLogo img{
        height: 100%;
        width: auto;
    }
    .headerTxt{
        display: inline-block;
        font-size: 1.4rem;
        padding-top: 40px;
        vertical-align: top;
        letter-spacing: normal;
    }
	.menuSlide01{
		display: inline-block;
		float: right;
        padding-top: 20px;
	}

    .menuLists{
        white-space: nowrap;
		position: relative;
		z-index: 20;
		text-align: right;
    }
    .menuList{
        display: inline-block;
        margin-right: 35px;
		letter-spacing: 0.14em;
    }
	.menuList:last-child{
		margin-right: 0;
	}
    .menuLink{
        display: inline-block;
        color: #fff !important;
        font-size: 1.7rem;
        position: relative;
    }
    .menuList:last-child .menuLink{
        margin-right: 0;
    }

    #goTop{
        width:79px;
        height: 80px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:80px;
        height: 80px;
        background: #333;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/

    footer{
        color: #fff;
    }
    footer a{
        color: #fff !important;
    }
    footer a:hover{
        text-decoration: underline;
        color: #fff;
    }
    .footerWrap{
        width: 1000px;
        margin: 0 auto;
    }
    .footerNav{
        width: 100%;
        padding: 20px 0;
        text-align: center;
        background: #666;
    }
    .footerMenuW{
        display: inline-block;
        letter-spacing: -0.4em;
    }
    .footerMenu{
        display: inline-block;
        letter-spacing: normal;
        margin-right: 30px;
    }
    .footerMenu:last-child{
        margin-right: 0;
    }
    #footer01{
        background: #000;
        width: 100%;
        box-sizing: border-box;
        padding: 45px 0 45px 0;
    }
    #footer01L{
        width: 500px;
        float: left;
        box-sizing: border-box;
        padding:20px 0 0 180px;
    }
    #footer01R{
        width: 500px;
        float: right;
        box-sizing: border-box;
        padding: 0px 0 0 25px;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .honsha{
    }
    .cName{
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    .footer01RW{
        overflow: hidden;
    }
    .fName{
        font-size: 1.6rem;
        margin-bottom: 7px;
    }
    .fAdd{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .mMarker:before{
        position: relative;
        content: url(img/pointer.png);
        top:3px;
        margin-right: 3px;
    }
    #copyright{
        background: #000;
        text-align: center;
        height: 80px;
        padding-top: 30px;
        box-sizing: border-box;
    }

/*commonタイトル*/
    
.contentTtl01 {
	font-size: 3.0rem;
	color: #fff;
    text-align: center;
	position: relative;
}
.contentTtl02 {
	font-size: 3.0rem;
	color: #fff;
    text-align: center;
	padding-bottom: 50px;
    margin-bottom: 30px;
	position: relative;
}
.contentTtl02:after {
    content: "";
    background-color: #fff;
	width: 1px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.contentTtl03 {
	font-size: 2.4rem;
	color: #fff;
    text-align: center;
    margin-bottom: 50px;
	position: relative;
}
	
/*commonタイトル*/
	.commonTtl02{
		font-size: 2.1rem;
		color: #333;
		margin-bottom: 20px;
	}
	.commonTtl02:before{
		content: "◆";
		color: #d7000f;
		margin-right: 5px;
	}
	
/*commonテキスト*/

	.commonTxt02{
		font-size: 1.6rem;
		letter-spacing: 0.14em;
		line-height: 2.8rem;
	}
	.commonTxt02b{
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 2.8rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(102,102,102,0.3);
	}
/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
		background: #fff;
		color: #0d3576 !important;
		position: relative;
		padding: 8px 15px;
		font-size: 2.1rem;
	}
	.commonBtn01:after{
		content: ">";
		margin-left: 10px;
	}
	.commonBtn01:hover{
		opacity: 0.8;
	}


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

    #container {
        width: 100%;
        overflow: hidden;
    }
    .contentWidth{
        width: 95%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 60px;
        background: rgba(0,0,0,0.8);
        box-sizing: border-box;
        position: fixed;
        z-index: 9999;
        top: 0;
    }

    #menu{
        width: 95%;
        margin: 0 auto;
        color: #fff;
        position: relative;
    }
    .headerLogo{
        height: 40px;
        display: inline-block;
        padding-top: 10px;
        vertical-align: top;
        margin-right: 30px;
    }
    .headerLogo img{
        height: 100%;
        width: auto;
    }
    .headerSns{
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
        margin-right: 15px;
    }
    .snsIcon{
        width: 30px;
    }
    .snsIcon img{
        width: 100%;
        height: auto;
    }
    .snsIcon a:hover{
        opacity: 0.8;
    }
    .headerTel{
        display: inline-block;
        vertical-align: top;
        margin-top: 14px;
        margin-right: 20px;
        text-align: center;
    }
    .headerTel .telLink{
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: 0 !important;
        font-weight: bold;
        color: #fff !important;
    }
    .headerTel .telLink a{
        color: #fff !important;
    }
    .telTxt{
        font-size: 1.1rem;
        letter-spacing: 0 !important;
    }
    .headerLine{
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
    }
    .headerLineBtn{
        display: inline-block;
        width: 30px;
    }
    .headerLineBtn img{
        width: 100%;
        height: auto;
    }

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

    /*Footer*/

    footer{
        color: #fff;
    }
    footer a{
        color: #fff !important;
    }
    footer a:hover{
        text-decoration: underline;
        color: #fff;
    }
    .footerWrap{
        width: 95%;
        margin: 0 auto;
    }
    .footerNav{
        width: 100%;
        padding: 20px 0 10px;
        text-align: center;
        background: #666;
    }
    .footerMenuW{
        display: inline-block;
        letter-spacing: -0.4em;
    }
    .footerMenu{
        display: block;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .footerMenu:last-child{
        margin-right: 0;
    }
    #footer01{
        background: #000;
        width: 100%;
        box-sizing: border-box;
        padding: 45px 0 45px 0;
    }
    #footer01L{
        width: 92px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #footer01L img{
        width: 100%;
        height: auto;
    }
    #footer01R{
        box-sizing: border-box;
        padding: 30px 0;
        font-size: 1.3rem;
        line-height: 1.8rem;
        text-align: center;
    }
    .honsha{
    }
    .cName{
        margin-bottom: 20px;
    }
    .footer01RW{
        overflow: hidden;
    }
    .fName{
        margin-bottom: 7px;
    }
    .fAdd{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .mMarker:before{
        position: relative;
        content: url(img/pointer.png);
        top:3px;
        margin-right: 3px;
    }
    #copyright{
        background: #000;
        text-align: center;
        height: 40px;
        padding-top: 10px;
        box-sizing: border-box;
    }

/*メニュー用*/

    .headerMenuBtn{
        position: absolute;
        right: 2px;
        top: 5px;
    }
    .menuSlide01{
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        background: rgba(0,0,0,0.5);
        padding: 20px 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
    }
    .menuSlide01.current{
        left: 0;
    }
    .menuLists{
        text-align: center;
    }
    .menuList{
        display: block;
    }
    .menuLink{
        display: inline-block;
        background: #fff;
        padding: 10px 15px;
        color: #9fa0a0 !important;
        font-size: 1.8rem;
        position: relative;
        width: 80%;
        margin: 0 auto 20px;;
    }
    .menuLink:after{
        content: "";
        background: url("img/menu_after.png") no-repeat;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .menuList:last-child .menuLink{
        margin-bottom: 0;
    }

/*commonタイトル*/
    
.contentTtl01 {
	font-size: 2.0rem;
	color: #fff;
    text-align: center;
	position: relative;
}
.contentTtl02 {
	font-size: 2.0rem;
	color: #fff;
    text-align: center;
	padding-bottom: 30px;
    margin-bottom: 20px;
	position: relative;
}
.contentTtl02:after {
    content: "";
    background-color: #fff;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.contentTtl03 {
	font-size: 1.6rem;
	color: #fff;
    margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.contentTtl04 {
	font-size: 1.4rem;
	color: #fff;
    margin-bottom: 30px;
	position: relative;
	text-align: center;
}

/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
		background: #d7000f;
		color: #fff !important;
		position: relative;
		padding: 8px 15px;
		font-size: 1.6rem;
	}
	.commonBtn01:after{
		content: ">";
		margin-left: 10px;
	}
	.commonBtn01:hover{
		opacity: 0.8;
	}

}


/*ハンバーガメニュー*/
/*ベース*/
    .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: #fff;
        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: 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;
  }
}
