@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

img { vertical-align: bottom;}




/* SP用 */


/*共通*/
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
}

header {
	width: 100%;
	padding:0px 30px 30px 0px;
	min-height: 90px;
/*	background-color: rgba(246,244,244,0.8);*/
  background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 200;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
	}


header .logo_sp {
	display: block;
	width: 200px;
	position: fixed;
}

header .logo_sp img {
	width: 100%;
	height: auto;
	margin: 60px auto auto 20px;
	z-index: 100;
}

header .logo_pc {
	display: none;
}

.pc {display: none;}


.hamburger {
	width: 36px;
	height: 55px;
	background-color: transparent;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 300;
}
.hamburger span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FCAE59;
	position: absolute;
	transform: translate(0, -50%);
	transition: all .4s ease;

}

.hamburger span:first-child {top: 30%;}
.hamburger span:nth-child(2) {top: 50%;}
.hamburger span:last-child {top: 70%;}

.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: translate(0,-50%) rotate(45deg)
}

.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
}
	
	
	
.drawer {
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .6s ease;
	z-index: 100;
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 8vh;
}
.drawer ul.nav li { margin-top: 25px; }
.drawer ul.nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 13px;
    color: #4F4843;
	font-size: 180%;
	letter-spacing: .2em;
}

.drawer ul li a:hover {
	color: white;
}

.drawer ul li a span { padding-left: .2em; }




.form {
    position: absolute;
    position: fixed;
    top: 130px ;
    right: 0px;
    writing-mode: vertical-rl;
    z-index: 200;
    border-radius: 20px 0 0 20px;
    font-size: 120%;
    text-decoration: none;
    width: 20px;



}
.form a {
    display: block;
    padding:26px 18px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: #4F4843;
    border-radius: 20px 0 0 20px;


}
.form a:hover {
    color: white;
    text-decoration: none;

    background-color: #FCAE59
}



footer {
    height: 570px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul.foot {
	margin-top: 55px;
}
footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}

.sen {
    display: none;
}





/*ホーム*/
.price_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
	margin-top: 150px;
}

.price_img_sp img {
	width: 300px;
}
.price_img_sp {
	text-align: center;
	padding-top: 30px;
}
.price_img_pc img{
    display: none;
}

.subttl_pay::before {
	content: url("../../room/image/nikukyu.svg");
  display: inline-block;
  width: 20px;
  height: auto;
  padding-right: 8px;
}



.subttl_pay {
width: 174px;
margin-left: 50px;
display: block;
padding-top: 80px;
}
.nikukyu_pay {
    width: 20px;
}
.pay_ttl {
    margin-top: -18px;
    margin-bottom: -10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 0 30px;
}
.nikukyu_pay_2 {
    margin: -16px auto auto 150px;
    width: 20px;
}





.card_pay,.bank_pay {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.card_txt {
	position: absolute;
	top: 156px;
	left: 92px;
}
.bank_txt {
	position: absolute;
	top: 166px;
	left: 123px;
}


.card_img {
	width: 220px;
	margin: 40px auto 0 auto;
}
.bank_img {
	width: 220px;
	margin: 40px auto 0 auto;
}

/*
.card {
	text-align: center;
	padding-top: 60px;
}
.bank {
	text-align: center;
	padding-top: 40px;
}
*/
.pay_txt {
	margin: 40px auto auto 38px;
	font-size: 12px;
	line-height: 20px;
}


.cancel {
	background-color: #f9f5f4;
	margin-top: 60px;
	height: 480px;
}

.subttl_cancel::before {
	content: url("../../room/image/nikukyu.svg");
  display: inline-block;
  width: 20px;
  height: auto;
  padding-right: 8px;
}



.subttl_cancel {
width: 193px;
margin-left: 50px;
display: block;
padding-top: 80px;
padding-bottom: 10px;
}
.nikukyu_cancel {
    width: 20px;
}
.cancel_ttl {
    margin-top: -18px;
    margin-bottom: -10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 0 30px;
}
.nikukyu_cancel_2 {
    margin: -16px auto auto 171px;
    width: 20px;
}

.cancel_sp_img {
	margin-top: 30px;
	text-align: center;
}
.cancel_pc_img {
    display: none;
}


.cancel_txt {
	margin: 40px 38px auto 38px;
	font-size: 12px;
 	line-height: 20px;
}































/* PC用 */
@media only screen and (min-width:960px){

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
}


.wrapper {
	width: 1000px;
	margin: 0 auto;
}



header {
	width: 100%;
	padding:0px 60px 8px 60px;
	min-height: 140px;
  background-color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
/*    text-shadow: 0 0 10px white;*/
	}
    
header .logo_sp {
    display: none;
	}
	
header .logo_pc {
    display: block;
    margin:25px;
    position: absolute;
    text-align: center;
  top: 0%;
	}
header .logo_pc img {
    width: 100px;
	}
	
  
  
nav {
  width: 100%;
  text-align: center;
}

nav ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  display: inline-block;
}

nav ul p {
  display: inline-block;
  margin: 0 10px;
}

nav ul p.logo {
  margin: 0;
}

nav ul p.logo img {
  height: auto;
  width: 100px;
}
  

  .header_sp { display: none; }
  .header_pc {
    display: block;
    min-height: 100px;
  }

.drawer ul.nav li:nth-of-type(2) a {
  margin-right: 210px;
}
  
	
	
.hamburger {
	display: none;
}
	

	
	
.drawer {
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	padding: 0;
}
.drawer ul {
	display: flex;
	flex-wrap: wrap;

}
.drawer ul li { margin: 0 40px; }
  .drawer ul.nav li {
      margin-top: 0px;
  }
.drawer ul li a {
	padding: 6px 14px;
	font-size: 140%;
	transition: all 1s ease;
	white-space: nowrap;
	color: #4F4843;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 0;
}


.drawer ul.nav li a {
	text-decoration: none;
    color: #4F4843;
	font-size: 18px;;
	letter-spacing: .2em;
	margin-bottom: 10px;
  margin-top: 15px;

}



.drawer ul li a span { padding-left: .2em; }



.drawer ul.nav li a {
	display: block;
	border-radius: 30px;
}

.form {
    top: 140px ;
    font-size: 18px;
		right: -10px;
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
.nav li:nth-child(-n+5) a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.nav li:nth-child(-n+5).current a{
	color:#FCAE59;
}



.nav li:nth-child(-n+5) a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#FCAE59;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.nav li:nth-child(-n+5).current a::after,
.nav li:nth-child(-n+5) a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*==================================================
===================================*/







.pc {display: block;}






footer {
    height: 400px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul {
    display: flex;
    width: 600px;
}

footer ul.foot {
    margin: 55px auto 0 auto;
}

footer ul li {
    margin: auto;
    list-style: none;
}

.sen {
    display: block;
    color: white;
    margin-top: 12px;
}



footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}



/*ホーム*/
.price_ttl {
    margin-top: 250px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}


.price_img_pc img {
	width: 650px;
  margin: 30px auto 0 auto;
  display: block;
}
.price_img_pc {
	padding-top: 30px;
}
.price_img_sp {
    display: none;
}

.pay_f {
    display: flex;
    margin: 0 160px;
}

.subttl_pay::before {
	content: url("../../room/image/nikukyu.svg");
  display: inline-block;
  width: 24px;
  height: auto;
  padding-right: 8px;
}

.subttl_pay {
  width: 226px;
  margin: 0 170px;
  display: block;
	padding-top: 100px;

}
.nikukyu_pay {
    width: 25px;
}
.pay_ttl {
    margin-top: -25px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 0 38px;
}
.nikukyu_pay_2 {
    margin: -20px auto auto 198px;
    width: 25px;
}


.card_pay,.bank_pay {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.card_txt {
	position: absolute;
	top: 232px;
	left: 70px;
}
.bank_txt {
	position: absolute;
	top: 240px;
	left: 142px;
}


.card_img {
	width: 240px;
	margin: 60px auto 0 10px;
}
.bank_img {
	width: 240px;
	margin: 60px 10px 0 auto;
}

/*
.card {
	text-align: center;
	padding-top: 60px;
}
.bank {
	text-align: center;
	padding-top: 40px;
}
*/
.pay_txt {
	margin: 60px auto auto 38px;
    padding: 0 0 0 300px;
	font-size: 12px;
	line-height: 20px;
}


.cancel {
	background-color: #f9f5f4;
	margin-top: 100px;
	height: 450px;
}

.subttl_cancel::before {
	content: url("../../room/image/nikukyu.svg");
  display: inline-block;
  width: 24px;
  height: auto;
  padding-right: 8px;
}

.subttl_cancel {
  width: 226px;
  margin: 0 170px;
  display: block;
	padding-top: 100px;

}
.nikukyu_cancel {
    width: 25px;
}
.cancel_ttl {
    margin-top: -25px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 0 38px;
}
.nikukyu_cancel_2 {
    margin: -20px auto auto 225px;
    width: 25px;
}
.cancel_sp_img {
    display: none;
}
.cancel_pc_img {
    display: block;
	margin-top: 60px;
	text-align: center;
}
.cancel_pc_img img {
    width: 600px;
}

.cancel_txt {
	margin: 40px 38px auto 240px;
	font-size: 12px;
 	line-height: 20px;
}











































}