*{
	box-sizing: border-box;
}

html,body {
	height: 100%;
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
	color:#222;
	font-weight:normal;
	font-size:75%;
	line-height:170%;
	letter-spacing:2px;
	background-color:#FFF;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}


*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

table {/* IE6用 */
	font-size:100%;
	line-height:170%;
}
table td{ vertical-align:top;}
th{text-align:left;}

a,a:link,a:active,a:visited{
	color:#f1c400;

}
a:hover{
	color:#f1c400;
	text-decoration:underline;
}

img{
	border:0px;
	vertical-align:top;
}

li{list-style:none}


/*utility*/
/*------------------------------------------------------------------------------*/

.m3 { margin-bottom:3px;}
.m4 { margin-bottom:4px;}
.m5 { margin-bottom:5px;}
.m6 { margin-bottom:6px;}
.m7 { margin-bottom:7px;}
.m8 { margin-bottom:8px;}
.m9 { margin-bottom:9px;}
.m10 { margin-bottom:10px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.m30 { margin-bottom:30px;}
.m35 { margin-bottom:35px;}
.m40 { margin-bottom:40px;}
.m45 { margin-bottom:45px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}
.m70 { margin-bottom:70px;}
.m80 { margin-bottom:80px;}
.m90 { margin-bottom:90px;}
.m100 { margin-bottom:100px;}

.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt35 { margin-top:35px;}
.mt40 { margin-top:40px;}
.mt45 { margin-top:45px;}
.mt50 { margin-top:50px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px;}
.mr45 { margin-right:45px;}
.mr50 { margin-right:50px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt15 { padding-top:15px;}
.pt20 { padding-top:20px;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}
.pt35 { padding-top:35px;}
.pt40 { padding-top:40px;}
.pt45 { padding-top:45px;}
.pt50 { padding-top:50px;}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb25 { padding-bottom:25px;}
.pb30 { padding-bottom:30px;}
.pb35 { padding-bottom:35px;}
.pb40 { padding-bottom:40px;}
.pb45 { padding-bottom:45px;}
.pb50 { padding-bottom:50px;}

.pl5 { padding-left:5px;}
.pl10 { padding-left:10px;}
.pl15 { padding-left:15px;}
.pl20 { padding-left:20px;}
.pl25 { padding-left:25px;}
.pl30 { padding-left:30px;}
.pl35 { padding-left:35px;}
.pl40 { padding-left:40px;}
.pl45 { padding-left:45px;}
.pl50 { padding-left:50px;}

.pr5 { padding-right:5px;}
.pr10 { padding-right:10px;}
.pr15 { padding-right:15px;}
.pr20 { padding-right:20px;}
.pr25 { padding-right:25px;}
.pr30 { padding-right:30px;}
.pr35 { padding-right:35px;}
.pr40 { padding-right:40px;}
.pr45 { padding-right:45px;}
.pr50 { padding-right:50px;}

.mtb10 { margin:10px 0;}
.mtb20 { margin:20px 0;}
.mtb30 { margin:30px 0;}

.ptb10 { padding:10px 0;}
.ptb20 { padding:20px 0;}
.ptb30 { padding:30px 0;}

.flt { float:left;}
.flr { float:right;}

.txt_l, td.txt_l, .txt_l td{ text-align:left;}
.txt_r, td.txt_r, .txt_r td{ text-align:right;}
.txt_c, td.txt_c, .txt_c td{ text-align:center;}

.valign_t, td.valign_t, .valign_t td{ vertical-align:top;}
.valign_m, td.valign_m, .valign_m td{ vertical-align:middle;}
.valign_b, td.valign_b, .valign_b td{ vertical-align:bottom;}

.clear{clear:both;}

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.section{width:100%; clear:both;}
.section:before, .section:after { content: ""; display: block;}
.section:after { clear: both; }

.pb img{border:#CCC solid 1px;}
.pb2 img{border:#CCC solid 1px; padding:1px;}

.fs80{font-size:80%; line-height:120%;}
.fs90{font-size:90%; line-height:140%;}
.fs110{font-size:110%; line-height:130%;}
.fs120{font-size:120%; line-height:150%;}
.fs140{font-size:140%; line-height:180%;}
.fs150{font-size:150%; line-height:180%;}
.fs170{font-size:170%; line-height:200%;}
.fs200{font-size:200%; line-height:230%;}

.fs80b{font-size:80%; line-height:120%; font-weight:bold;}
.fs90b{font-size:90%; line-height:120%; font-weight:bold;}
.fs110b{font-size:110%; line-height:130%; font-weight:bold;}
.fs120b{font-size:120%; line-height:140%; font-weight:bold;}
.fs140b{font-size:140%; line-height:150%; font-weight:bold;}
.fs150b{font-size:150%; line-height:160%; font-weight:bold;}
.fs200b{font-size:200%; line-height:210%; font-weight:bold;}

.underline{text-decoration:underline;}

.blk {color: #000000;}
.blk_bold {color: #000000; font-weight:bold;}
.orange {color: #FF9900;}
.orange_bold {color: #FF9900; font-weight:bold;}
.gold{color: #f1c400;}
.gold_bold{color: #f1c400; font-weight:bold;}
.green{color: #00c300;}
.green_bold{color: #00c300; font-weight:bold;}
.wht{color: #FFFFFF;}
.wht_bold{color: #FFFFFF; font-weight:bold;}

.type_none li{list-style:none;}
.type_disc li{ list-style-type:disc; margin-left:20px;}
.type_square li{ list-style-type:square; margin-left:17px;}
.type_decimal li{ list-style-type:decimal; margin-left:25px;}


/*------------------------------------------------------------------------------*/


/*ローダー*/
#loader {
    width:128px;
    height:128px;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-32px;
    margin-left:-16px;
    z-index:9999;
}
 
#fade {
    width:100%;
    height:100%;
    display:none;
    background-color:#f3f3f3;
    position:absolute;
    top:0px;
    left:0px;
    z-index:9998;
}

#loader{
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 6px solid #f1c400;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
}
#loader{
    animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    -webkit-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}
@keyframes spin
{
    0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); -webkit-transform: rotate(180deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}
/*ローダー*/




/*layout*/
/*------------------------------------------------------------------------------*/

#wrapper{
	width:100%;
}

#container{

	width:100%;
	margin:75px auto 0px;
	text-align:left;
}

#content{	
	width:100%;
	height:100%;
	text-align:left;
}


#header{
	width:100%;
	height:75px;
    background-image: url(../img/header_back.png);
	margin:0;
	padding:0;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
}


.header_box{
	width:100%;
	height:75px;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
.header_box:before, .header_box:after { content: ""; display: block;}
.header_box:after { clear: both;}

.header_menu{
    text-align: center;
	width:42%;
	float:left;
}
.header_menu ul{
text-align: right;
margin-right: 2%;
}
.header_menu li{
	font-family: "Font_PUS01";
	font-weight:bold;
	line-height:240%;
    display:inline-block;
    padding:22px 5px 0px 0px;
	font-size:12px;
}
.header_menu li a {
	color:#FFF;
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.header_menu li a:hover,a:active,a:visited{
	color:#f1c400;
	text-decoration:none;
}
.header_menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#f1c400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.header_menu li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.header_logo{
    text-align: center;
	width:16%;
	float:left;
}
.header_logo h1 a{
	width:100%;
	height:30px;
    background-image: url(../img/header_logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
	margin:0 auto;
	padding:70px 0 0 0;
	text-indent:-9999px;
	display:block;
}
.header_logo h1 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.header_info{
	width:42%;
	float:right;
}
.header_info .header_address{
	width:90%;
	height:60px;
    background-image: url(../img/header_address.png);
    scale: 0.9;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
	margin:0 auto;
	margin-left: 0%;
	padding:75px 0px 0px 0px;
	text-indent:-9999px;
}

#PageTop {
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 64px;
    background-image: url(../img/PageTop.png);
    background-position: center center;
    background-repeat: no-repeat; 
    display: none;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateZ(0);
	text-indent:-9999px;
}
#PageTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


#footer{
	width:100%;
	background-color:#279b8d;
	margin:0px auto 0px;
	padding:0;
}
#footer_wht{
	width:100%;
	margin:0px auto 0px;
	padding:0;
}
.footer_box{
	margin:0 auto;
	padding:100px 0 80px;
}
.footer_logo{
	width:436px;
	height:200px;
    background-image: url(../img/footer_logo.png);
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat; 
	margin:0 auto 10px;
	padding:0;
	text-indent:-9999px;
}
.footer_address{
	width:360px;
	height:110px;
    background-image: url(../img/footer_address.png);
    background-position: center center;
    background-repeat: no-repeat; 
	margin:0 auto 40px;
	padding:0;
	text-indent:-9999px;
}


ul.footer_menu{
    text-align: center;
    list-style-type: none;
    padding-left: 0;
	margin-top:50px;
	margin-bottom:50px;
}
ul.footer_menu li{
	font-family: "Font_PUS01";
	font-weight:bold;
    display:inline;
    padding:0px 10px 0px 10px;
	font-size:12px;
	line-height:12px;
}
ul.footer_menu li a{
	color:#FFFFFF;
	text-decoration: none;
}
ul.footer_menu li a:hover,a:active,a:visited{
	color:#f1c400;
	text-decoration:underline;
}

.footer_copy{
	font-family: "Font_PUS01";
	color:#FFF;
	text-align:center;
	margin-top:80px;
}

.breadcrumbs_area{
	width:100%;
	height:auto;
	background-color:#279b8d;
}
.breadcrumbs{
	margin:0 auto;
	padding: 10px 0px;
	margin-left: 3%;
	text-align:left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size:12px;
	color:#FFF;
}

.top_breadcrumbs_area{
	width:100%;
	height:auto;
	background-color:#f4f4f4;
}
.top_breadcrumbs{
	margin:0 auto;
	padding: 10px 0px;
	margin-left: 3%;
	text-align:left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size:12px;
	color:#000;
}
#footer .footer_area {
    width: 100%;
    height: auto;
    background-color: #279b8d;
    overflow: hidden;
}
#footer_menu2 {
    width: 320px;
    margin: 0px auto 20px;
}
#footer_menu2 ul li {
    width: 160px;
	float: left;
    font-size: 13px;
    font-family: "Font_PUS01";
    font-weight: bold;
    text-align: center;
    list-style-type: none;
    margin-bottom: 10px;
}
.copy {
    width: 100%;
    height: 50px;
    font-family: "Font_PUS01";
    font-weight: bold;
    font-size: 8px;
    color: #cccccc;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0;
}
.page_top {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    margin: 0;
    padding: 30px 0;
	display: none;
}

/*layout*/













/*subtitle*/
/*------------------------------------------------------------------------------*/
.subTitle_area{
	margin:0 auto;
	padding:30px 0 0 0;
}
.subTitle01{
    background-image: url(../img/subTitle01.png);
    background-position: center top;
    background-repeat: no-repeat; 
	margin:50px auto 50px;
	padding:0;
	text-align:center;
	font-family: "Font_PUS01";
	font-weight:bold;
	color:#279b8d;
	font-size:60px;
	line-height:60px;
	letter-spacing:1px;
}
.subTitle02{
    background-image: url(../img/subTitle02.png);
    background-position: center top;
    background-repeat: no-repeat; 
	margin:50px auto 50px;
	padding:0;
	text-align:center;
	font-family: "Font_PUS01";
	font-weight:bold;
	color:#FFFFFF;
	font-size:60px;
	line-height:60px;
	letter-spacing:1px;
}
.subTitle01 span.fs14, .subTitle02 span.fs14{
	font-size:14px;
	letter-spacing:4px;
	font-weight:bold;
	color:#f1c400;
}
.subTitle03{
    background-image: url(../img/subTitle03.png);
    background-position: center bottom;
    background-repeat: no-repeat; 
	margin:0px auto 30px;
	padding:0 0 15px 0;
	font-family: "Font_PUS01";
	font-weight:bold;
	text-align:center;
	font-size:30px;
	line-height:40px;
}
.subTitle03_02{
    background-image: url(../img/subTitle03.png);
    background-position: center bottom;
    background-repeat: no-repeat; 
	margin:0px auto 30px;
	padding:0 0 15px 0;
	font-family: "Font_PUS01";
	font-weight:bold;
	text-align:center;
	font-size:30px;
	line-height:30px;
}
.subTitle03_02 span.fs14{
	font-size:14px;
	letter-spacing:4px;
	font-weight:bold;
}
.subTitle04{
	height:34px;
	margin:0px auto 20px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-indent:30px;
	line-height:34px;
	border-left: solid 8px #f1c400;
}
.Txt_School01{
	font-family: "Font_PUS01";
	color:001133 !important;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.Txt_School02{
	font-family: "Font_PUS01";
	color:00c7c7 !important;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.Title_School01{
	height:78px;
    background-image: url(../img/school01.jpg), url(../img/subTitle01.png);
    background-position: center , center bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: 160px 48px, 160px 16px;
	-webkit-background-size: 160px 48px, 160px 46px;
	-moz-background-size: 160px 48px, 160px 16px;
	padding:0;
	margin:0px auto 6px;
	text-indent:-9999px;
}
.Title_School02{
	height:78px;
    background-image: url(../img/school02.jpg), url(../img/subTitle01.png);
    background-position: center , center bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: 160px 48px, 160px 16px;
	-webkit-background-size: 160px 48px, 160px 46px;
	-moz-background-size: 160px 48px, 160px 16px;
	padding:0;
	margin:0px auto 6px;
	text-indent:-9999px;
}
.Title_School03{

	text-indent:-9999px;
}
.Title_School04{

	text-indent:-9999px;
}

/*subtitle*/



/*-ボタン-*/
.btn_box,.btn_box2{
	width: 240px;
	height:auto;
	margin:0 auto;
	padding:0px;
}

.btn_tel {
    font-family: "Font_PUS01";
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
    text-indent: 26px;
    text-align: center;
    border: 2px solid #f1c400;
	width: 240px;
}
.btn_tel2 {
    font-family: "Font_PUS01";
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 2px;
    text-indent: 26px;
    text-align: center;
    border: 2px solid #f1c400;
	width: 240px;
	margin: 0 auto;
}
.btn_tel a{
	width:240px;
	height:40px;
	display:block;
    background-image: url(../img/icon_tel.png);
    background-position: 14% 50%;
    background-repeat: no-repeat;
	background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	color:#f1c400;
	text-decoration:none;
}
.btn_tel2 a{
	width:240px;
	height:40px;
	display:block;
    background-image: url(../img/icon_tel.png);
    background-position: 14% 50%;
    background-repeat: no-repeat;
	background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	color:#f1c400;
	text-decoration:none;
}
.btn_tel a:hover,.btn_mail a:hover{
	text-decoration:none;
}
.tel_time {
	font-family: "Font_PUS01";
	font-weight:bold;
	line-height:150%;
	font-size:13px;
	text-align:center;
}
.btn_mail {
    font-family: "Font_PUS01";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
.btn_mail a {
    background-image: url(../img/icon_mail.png);
    background-position: 20% 50%;
    background-repeat: no-repeat;
    padding: 12px 40px 12px 64px;
    border: 2px solid #f1c400;
    color: #f1c400;
	text-decoration: none;
}
.btn_mail a:hover{
    background-image: url(../img/icon_mail_hover.png);
    background-position: 20% 50%;
    background-repeat: no-repeat; 
	color:#FFFFFF;
	background-color:#f1c400;
	padding:12px 40px 12px 64px;
	border:2px solid #f1c400;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.time{
	height:auto;
	font-family: "Font_PUS01";
	font-weight:bold;
	font-size:16px;
	line-height:38px;
	letter-spacing:3px;
	text-indent:0px;
	text-align:center;
	display:block;
    background-image: url(../img/icon_time.png);
    background-position: 10% 50%;
    background-repeat: no-repeat;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
}
.pickup {
    display: block;
	position:absolute;
	right:0;
	top: 0;
	z-index:9000}
.icon_new {
    display: block;
	position:absolute;
	left:8px;
	top:280px;
	z-index:9000;
}
.icon_flow:after{
	content:" ";
	background-image:url(../img/flow_icon.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 21px 12px;
	-webkit-background-size: 21px 12px;
	-moz-background-size: 21px 12px;
	display:block;
	width:71px;
	height:12px !important;
	margin:20px auto 50px;
	padding:30px 0 20px;
	visibility:visible !important;
}
.line_txt a{
	font-size:16px;
	color:#00c300!important;
	font-family: "Font_PUS01";
	font-weight:bold;
	text-align:center;
}
.line_txt a:hover{
	color:#00c300!important;
	text-decoration:underline;
}
/*-ボタン-*/



/* ハンバーガーメニュー */
  /* CORE STYLES  */
  :root {
    --primary-color: #2b9921 transparent;
    --overlay-color: #279b8d;
    --menu-speed: 0.75s;
  }
  
   /* MENU STYLES */
   .menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 21;
  }
  
  /* MENU STYLES ハンバーガー記号 上　見えない　反応するところ */
  .menu-wrap .toggler {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 22;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  
  /* MENU STYLES ハンバーガー記号 見た目 */
  .menu-wrap .hamburger {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 21;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  
  /* Hamburger Line  空間*/
  .menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 60%;
    height: 2px;
    background: #f1c400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  
  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 21;
    top: -7px;
    width: 100%;
    height: 2px;
    background: inherit;
  }
  
  /* Moves Line Down */
  .menu-wrap .hamburger > div::after {
    top: 7px;
  }
  
  /* Toggler Animation　×片割れ */
  .menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  
  /* Turns Lines Into X 　×片割れ*/
  .menu-wrap .toggler:checked + .hamburger > div:before,
  .menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  
  /* Rotate On Hover When Checked  ×触ったとき*/
  .menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  
  /* Show Menu クリックした時に表示する*/
  .menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
  }
  
  .menu-wrap .toggler:checked ~ .menu > div {
    transform: translate(0px, 0px);
    transition-duration: var(--menu-speed);
  }
  
  .menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
  }
  
  .menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu-wrap .menu > div {
    background: var(--overlay-color);
    opacity: 0.9;
    width: 100%;
    height: 100vh;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: translate(0, -100vh);
    transition: all 0.7s ease;
  }
  
  .menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 80vh;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .menu-wrap .menu > div > div > ul {
    color: #f1c400;
  }
  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    display: block;
    font-family: "Font_PUS01";
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
  }
  
  .menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
  }
  .menu_tel{
	font-family: "Font_PUS01";
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	text-indent:20px;
	text-align:center;
	border:2px solid #f1c400;
	margin:10px auto 20px;
}
.menu_tel a{
	width:240px;
	display:block;
    background-image: url(../img/icon_tel.png);
    background-position: 13% 50%;
    background-repeat: no-repeat;
	background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	color:#f1c400;
}
.time2{
	height:auto;
	font-family: "Font_PUS01";
	font-weight:bold;
	font-size:16px;
	line-height:38px;
	letter-spacing:3px;
	text-indent:0px;
	text-align:center;
	display:block;
    background-image: url(../img/icon_time.png);
    background-position: 18% 50%;
    background-repeat: no-repeat;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	margin: 0 auto;
}
  /* ハンバーガーメニュー */
  




@media (max-width: 1024px) {
.header_menu li{
	font-size:10.5px;
    padding:24px 2px 0px 0px;
}
}
@media (max-width: 999px) {
	.header_menu ul{
		text-align: center;
		margin-right: 0%;
		}
.header_logo,.header_info{
    display: none;
} 
.header_menu{
    width: 100%;
}
.header_menu li{
	font-size:16px;
    padding:24px 16px 0px 0px;
}
}
@media (min-width: 650px) {
.menu-wrap{
    display: none;
  }
.footer_area{
	display: none;
}
  }
@media (max-width: 649px) {
	.footer_box {
		margin: 0 auto;
		padding: 50px 0 40px;
	}
	.btn_box {
		clear: both;
		margin-top: 120px;
	}
	.btn_box2{
		width: 240px;
		height:auto;
		margin:0 auto;
		padding:0px;
	}
	.subTitle_area{
		padding:0;
	}
.footer1{
	display: none;
}
.header_menu{
    display: none;
}  
#header{
	height:52px;
    z-index: 9994;
}
#header h1 {
    z-index: 9999;
}
#header h1 a{
	position: relative;
    z-index: 9999;
    width: 270px;
	height:32px;
	margin:9px 0px 9px 10px;
	background: url(../img/logo.png) no-repeat center left;
	background-size: 270px 32px;
	-webkit-background-size: 270px 32px;
	-moz-background-size: 270px 32px;
	display:block;
	text-indent: -9999px;
}
.page_top {
    display: block;
}
#PageTop {
    z-index: -9999;
}
.footer_logo{
	width:300px;
	height:130px;
}
.subTitle01,.subTitle02 {
    font-size: 44px;
    letter-spacing: 0px;
}
.subTitle01 span.fs14, .subTitle02 span.fs14 {
    font-size: 12px;
	line-height: 80px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #f1c400;
}
}