@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;
    background-color: #F9F5F4;
}


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: 700;
    background-color: #4F4843;
    border-radius: 20px 0 0 20px;


}
.form a:hover {
    color: white;
    text-decoration: none;
    background-color: #FCAE59;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
}



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;
}









/*ホーム*/

.room_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
	margin-top: 150px;
}

.standerd_img {
	text-align: center;
	margin-top: 30px;
}
.standerd_img img {
  width: 280px;
}

.standerd_ttl {
	margin: 20px auto 0 70px;
	font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.standerd_txt {
	margin: 10px auto 0 70px;
	line-height: 28px;
}

.deluxe_img {
	text-align: center;
	margin-top: 30px;
}
.deluxe_img img {
  width: 280px;
}

.deluxe_ttl {
	margin: 20px auto 0 70px;
	font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.deluxe_txt {
	margin: 10px auto 0 70px;
	line-height: 28px;
}

.setubi {
	background-color: #F9F5F4;
	padding-bottom: 40px;
  margin-top: 140px;
}

.subttl {
display: block;
	padding-top: 55px;

}




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

.setubi_ttl {
    margin-top: -18px;
    margin-bottom: -10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
		padding-left: 40px;

}




.setubi_bg {
	background-color: white;
	margin: 20px 40px 30px 40px;
	border-radius: 30px;
	padding-bottom: 40px;
}

.setubi_img img {
	width: 200px;
}

.setubi_img {
	text-align: center;
	padding-top: 40px;
}

.setubi_txt {
	text-align: center;
	margin-top: 10px;
	line-height: 20px;
}




















































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


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;
	
}








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

.room {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.standerd {
  margin-left: 100px;
}

.standerd_img {
	text-align: center;
	margin-top: 80px;
}
.standerd_img img {
  width: 330px;
}

.standerd_ttl {
	margin: 30px auto 0 50px;
	font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.standerd_txt {
	margin: 10px auto 0 50px;
	line-height: 28px;
}
.deluxe {
  margin-right: 100px;
}

.deluxe_img {
	text-align: center;
	margin-top: 80px;
}
.deluxe_img img {
  width: 330px;
}

.deluxe_ttl {
	margin: 30px auto 0 55px;
    font-size: 110%;
    	font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

.deluxe_txt {
	margin: 10px auto 0 55px;
	line-height: 28px;
}


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



.setubi {
	background-color: #F9F5F4;
	padding-bottom: 100px;
}

.setubi_f {
    display: flex;
    justify-content: space-between;
    margin: 20px 80px 20px 80px;
}

.subttl {
width: 128px;
margin: 0 100px;
display: block;
	padding-top: 55px;

}

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

.setubi_ttl {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 0 0px;
}


.setubi_bg {
	background-color: white;
	width: 1000px;
    padding-top: 20px;
    margin: 100px auto 0 auto;
	border-radius: 30px;
	padding-bottom: 40px;
}

.setubi_img img {
	width: 250px;
}

.setubi_img {
	text-align: center;
	padding-top: 40px;
}

.setubi_txt {
	text-align: center;
	margin-top: 10px;
	line-height: 20px;
}














































}