@charset "UTF-8";
/* 全体に適用 */
html{
		font-size: 62.5%;
}
	/*	16*62.5%=10px */
body{
	background-color: #fff8f6;
	font-family: 'BIZ UDPMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 color: #5c595c;
 font-weight: normal;
 /* box-sizing: border-box; */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing:grayscale;
 vertical-align: bottom;
}
@media(min-width:769px){
.pc_none{
	display: none!important;
}

}
@media(max-width:768px){
	.sp_none{
		display: none!important;
	}
}
.inner{
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h2{
	font-weight: normal;
}
h3{
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
}
h4{
	font-weight: normal;
}
h5{
	font-weight: normal;
}
p{
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #c590a0;
	transition: .4s;
}
/* a:hover{
	background-color: #ffefff;
} */
@media(max-width:768px){
	.inner{
		max-width: 92%;
	}
	h3{
		font-size: 1.8rem;
	}
	h4{
		font-size: 1.6rem;
	}
	.btn{
		font-size: 1.4rem;
	}
	/* a:hover{
	background-color: #fff;
	} */

}







/* ヘッダー開始 */

header{
	background-color: #e1b6b9;
	width: 100%;
	height: auto;
	z-index: 9998;
	position: relative;
	position: fixed;
	padding: 0 1%;
}
header .sns{
	display: flex;
	list-style: none;
	position: absolute;
	z-index: 9997;
}
header .sns li{
	width: 28px;
	height: auto;
	margin: 15px 15px 0 0;
}
header .sns_1{
	margin-left: 15px;
}
header h1{
	/*padding-top: 15px;
	text-align: center;*/
}
.logo{
	max-width: 400px;
	height: 70px;
	margin: 0 auto;
	padding-top: 15px;
  text-align: center;
}
header li a img{
	width: 30px;
}


nav ul{
	display: flex;
	justify-content: space-around;
	list-style: none;
}
#nav li a{
	display: block;
	font-size: 1.4rem;
	height: 42px;
	color: #faf6f6;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
	justify-content: space-between;
	width: 100%;
}

.logo a:hover{
	background-color: #e1b6b9;
}
.sub sp_none a:hover{
	background-color: #c590a0;
}

/* nav プルダウン
============================= */

ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav a{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#nav {
  display: flex;
  justify-content: space-around;
  align-items: end;
  width: 100%;
}

#nav > li {
  position: relative;
  /* width: 16%; */
} 

#nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}
#nav li{
  flex-flow: row wrap;
}
#nav a {
  padding: 0.5em 0;
  font-size: 1.4rem;
  text-align: center;
}
.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.75;
  background-color: #e1b6b9;
}
.sub > li > a:hover {
  background-color: #c590a0;
  opacity: 1;
}
.nav_border{
	display: block;
	font-size: 24px;
	margin-left: 15px;
	padding: 2px;
	color: #faf6f6;
	width: 1%;
}
.n-about,.n-menu{
	padding: 0 3rem;
}
@media(max-width:768px){
    header {
        height: 60px;
    }
	header #nav.show{
		display: block;
		opacity: 1;
		visibility: visible;
	}
	header #nav{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: rgba(197, 144, 160, .85);
		z-index: 500;
		opacity: 0;
		visibility: hidden;
		transition: all .7s;
	}
	header .hans_sub{
		align-items: center;
	}
	header li{
		width: 60%;
		font-size: 2.4rem;
		margin: 0 auto 3.5rem;
		text-align: center;
	}
	header li a{
		display: block;
	}
	header .sp_sns{
		display: flex;
	}
	header li a img{
		width: 30px;
	}
	#nav a:hover{
	background-color: inherit;
	}
	header li.sp_sns_button {
		width: auto;
		margin: 0;
	}
/* =====humger====
================ */
#nav_toggle{
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 9999;
}
#nav_toggle i{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: transform .7s, opacity .7s;
}
#nav_toggle i:nth-child(1){
	top: 0;
}
#nav_toggle i:nth-child(2){
	top: 0;
	bottom: 0;
	margin: auto;
}
#nav_toggle i:nth-child(3){
	bottom: 0;
}
#nav_toggle.show i:nth-child(1) {
	transform: translateY(8px) rotate(-45deg);
}
#nav_toggle.show i:nth-child(2) {
	opacity: 0;
}
#nav_toggle.show i:nth-child(3) {
	transform: translateY(-9px) rotate(45deg);
}
.logo{
	max-width: 211px;
	height: 36px;
}
}
@media (min-width:769px){
	#nav_toggle{
		display: none;
	}
}

/* メインビジュアル開始 */
.mainvisual h2{
	font-size: 3.6rem;
	color: #fffeff;
	text-shadow: -1px 0px 41px rgba(255, 0, 157, 0.77);
}
.mainvisual p{
	font-size: 2.4rem;
	color: #fffeff;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	text-shadow: -1px 0px 41px rgba(255, 0, 157, 0.77);
}
.mainvisual img{
	width: 100%;
	height: auto;
	margin-top: 78px;
}
.mainvisual{
	position: relative;
	overflow: hidden;
}
.main_text{
	position: absolute;
	top: 50%;
	left: 2%;
}
@media(max-width:768px){
	.mainvisual h2{
		font-size: 1.8rem;
		text-shadow: -1px 0px 41px rgba(255, 0, 157, 0.77);
	}
	.mainvisual p{
		font-size: 1.2rem;
		text-shadow: -1px 0px 41px rgba(255, 0, 157, 0.77);
	}
	.mainvisual img{
		margin-top: 7%;
	}
}

/* アバウト開始 */
.about .inner{
	background-image: url(../img/flower_1.png);
	background-position: 100% 8%;
	padding: 0 1%;
}
.about h3{
	text-align: center;
	margin-top: 150px;
}
.about_img{
	/* max-width: 48%; */
	max-width: 480px;
}
.about_text{
	max-width: 52%;
}
.flex{
	display: flex;
	justify-content: space-around;
	margin-top: 45px;
}
.about h4{
	margin: 30px 0 30px 30px;
	font-size: 2.4rem;
}

.about_text p{
	display: block;
	margin-left: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 1.6rem;
}
.about .about_btn{
	margin:75px 0 0 80%;	
	background-color: #fff;
	height: 60px;
	max-width: 260px;
	text-align: center;
	line-height: 60px;
	color: #c590a0;
	font-size: 2rem;
	/* width: 20%; */
}
.about a{
	text-decoration: none;
	display: block;
}
.about span{
	display: block;
}
.about a:hover{
	background-color: #faf6f6;
}
@media(max-width:768px){
	.about h3{
		margin-top: 60px;
		font-size: 1.8rem;
	}
	.about .inner{
		padding: 0;
	}
	.about .flex{
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-left: 0;
		margin-top: 40px;
	}
	.about_img{
		max-width: 345px;
	}
	.about_text{
		max-width: 100%;
	}
.about h4{
	font-size: 1.6rem;
	text-align: left;
	margin: 0 0 30px 0;
}
.about_text p{
	font-size: 1.4rem;
	text-align: left;
	margin: 0 0 20px 0;
	margin-bottom: 1.4rem;
}
.flex .about_img{
	/* max-width: 100%; */
	margin: 0 auto 10px;
}
.about .about_btn{
 max-width: 345px;
 height: 45px;
 line-height: 45px;
 margin: 0 auto;
 font-size: 1.6em;
}
.about .inner{
	background-image: url(../img/flower_1.png);
	background-position: 100% 15%;
	background-size: 138px;
}
.about a:hover{
	background-color: #fff;
}
}
/* メニュー開始 */
.menu{
	background-image: url(../img/flower_3.png);
	background-position: 50% 114%;
	padding: 0 1%;
}
.menu h3{
	/* margin: 185px 0 50px 0; */
	padding-top: 185px;
	margin-bottom: 50px;
}
.menu_list{
  display: flex;
  flex-wrap: wrap;
	width: 50%;
	margin-bottom: 50px;
	max-width: 100%;
}
.menu_01{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	font-size: 1.6rem;
}
.menu_list01{
  margin-left:30px;
}
.menu_list .btn{
	display: block;
}
.menu_list01 h4{
  margin-bottom: 20px;
}
.menu .menu_time{
	margin-bottom: 20px;
}
.menu .second_theme{
	margin-bottom: 20px;
	line-height: 22px;
}
.menu .btn{
	text-align: center;
    /* padding: 1rem; */
    background-color: #fff;
		width: 220px;
}
.menu_list a{
	display: block;
}
.menu a{
	display: block;
	padding: 1rem;
}
.menu a:hover{
 background-color: #faf6f6;
}
.second_theme span{
	margin-left: 51px;
}
.second_theme .menu_span{
	margin-left: 72px;
}
.second_theme .menu_span02{
	margin-left: 62px;
}
.second_theme .second_price{
	margin-left: 16px;
}
@media screen and (min-width:769px) and ( max-width:1035px){
	.menu_01{
		max-width: 700px;
    margin: 0 auto;
}
	.menu_list {
    width: auto;
    display: block;
}
}


@media(max-width:768px){
	.menu h3{
		/* margin: 60px 0 30px; */
		font-size: 1.8rem;
		padding-top: 80px;
		margin-bottom: 40px;
	}
	.menu_01{
		flex-direction: column;
	}
	.menu_list{
		display: block;
		margin: 0 auto;
		max-width: 345px;
		width: 100%;
	}
	.menu_list01{
		margin-left: 0;
		text-align: left;
		font-size: 1.6rem;
	}
	.menu_list01 h4{
		margin: 20px 0 10px;
	}
	.menu .menu_time{
		margin-bottom: 10px;
	}
	.menu .second_theme{
		margin-bottom: 10px;
	}
	.menu .btn{
		/* width: 345px; */
		width: 100%;
	}
	.menu_list .btn{
		margin: 0 auto 60px;
	}
	.menu{
		background-image: url(../img/flower_3.png),url(../img/flower_3.png);
		background-size: 90px;
		background-position: 76% 2.5%,24% 2.5%
	}
	.menu a:hover{
		background-color: #fff;
	}
	/* .menu .btn:nth-child(4){
		margin-bottom: 40px;
	} */
.menu_list .btn_4{
	margin-bottom: 40px;
}
}


.trip{
	text-align: center;
	color: #5c595c;
	/* margin-top: 40px; */
}
.trip h5{
	font-size: 1.8rem;
}
.trip .add{
	font-size: 1.6rem;
}
.trip p{
	font-size: 1.4rem;
	color: #ec4ea0;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
 
.head-border:before,
.head-border:after {
    content: '';
		border-top: 2px dashed;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 145px;
}
 
.head-border:before {
    left: -30%;
}
 
.head-border:after {
    right: -30%;
}
@media(max-width:768px){
	.head-border:before,
.head-border:after {
	max-width: 45px;
}
.head-border:before {
    left: 0%;
}
.head-border:after {
    right: 0%;
}
.trip h5{
	font-size: 1.6rem;
}
.trip .add{
	font-size: 1.4rem;
}
.trip p{
	font-size: 1.2rem;
}
.add{
	display: block;
}
.head-border:before,
.head-border:after {
	top: 75%;
}
}

/* ====voice 
===========*/
.voice .inner{
	background-image: url(../img/flower_2\ copy.png),url(../img/flower_2.png);
	background-position: 106% 2%, -10% 80%;
}
.voice h3{
	margin: 145px 0 50px;
}
.voice_banner{
	display: flex;
	justify-content: space-between;
}
.voice_img{
	/* margin: 0 5%; */
	max-width: 500px;
	padding: 0 2%;
}
.voice_banner li{
	list-style: none;
}

.voice .voice_text{
	background-color: #fff;
	width: 47%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #c590a0;
	margin: 24px 0 150px 48%;
	font-size: 2rem;
}
.voice .btn a {
	display: block;
}
.voice .btn a:hover{
 background-color: #faf6f6;
}
@media(max-width:768px){
	.voice_banner{
		flex-direction: column;
	}
	.voice_img{
		max-width: 345px;
		padding: 0;
		/* margin: 0 9%; */
	}
	.voice ul{
		margin: 0 auto;
	}
	.voice .voice_text{
		margin: 20px auto 40px;
	}
	.voice h3{
		margin: 80px 0 40px;
	}
	.voice_img2{
		margin-top: 30px;
	}
	.voice .voice_text{
		font-size: 1.4rem;
		width: 100%;
	}
	.voice .inner{
		background-image: url(../img/flower_2\ copy.png),url(../img/flower_2.png);
		background-position: 137% 0%, -39% 33%;
		background-size: 161px,161px;
	}
	.voice_banner{
		background-image: url(../img/flower_2\ copy.png),url(../img/flower_2.png);
		background-position: 125% 58%, -30% 96%;
		background-size: 161px,161px;
	}
	.voice .btn a:hover{
		background-color: #fff;
	}

}



/* reserve */
.reserve .inner{
		background-image: url(../img/resavation_pic.jpg);
	background-position: center;
	background-size: cover;
	padding: 5rem 0;
}


.reserve_cover{
	justify-content: center;
	background-color: #fff;
	padding: 42px;
	width: 53%;
	margin: 0 auto;
}
.reserve h3{
	text-align: center;
	margin-bottom: 30px;
} 
.reserve_web {
	font-size: 2.4rem;
	text-align: center;
	background-color: #e1b6b9;
	/* padding: 38px 0; */
	width: 500px;
	/* line-height: 100px; */
	margin-bottom: 50px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 8px #e1b6b9;
	width: 100%;
	/* display: block; */
}
.reserve_web a{
	padding: 38px 0;
	display: block;
}
.reserve_line {
	font-size: 2.4rem;
	text-align: center;
	background-color: #e1b6b9;
	width: 500px;
	margin-bottom: 50px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 8px #e1b6b9;
	width: 100%;
}
.reserve_line a{
	padding: 38px 0;
	display: block;
}
.reserve_contact{
	font-size: 2.4rem;
	text-align: center;
	background-color: #e1b6b9;
	width: 500px;
	margin-bottom: 50px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 8px #e1b6b9;
	width: 100%;
}
.reserve_contact a{
	padding: 38px 0;
	display: block;
}

/* 修正必要 */
.reserve a{
	/* margin: 55px 0 50px; */
	color: #fff;
	text-decoration: none;
}
.reserve a:hover{
	background-color: #c590a0;
	box-shadow: 0 0 0 2px #fff, 0 0 0 8px #c590a0;
}
.reserve img{
	vertical-align: bottom;
    margin-right: 10px;
		width: 25px;
	}
@media(max-width:768px){
	.reserve_cover{
		padding: 36px;
    width: 81%
	}
	.reserve_web{
		font-size: 1.6rem;
		line-height: 23px;
		
		margin-bottom: 30px;
		/* height: 50px;
		line-height: 50px; */
	}
	.reserve_web a{
		padding: 12px 0;
		text-align: center;
	}
	.reserve_line{
		font-size: 1.6rem;
		margin-bottom: 30px;
		line-height: 23px;
	}
	.reserve_line a{
		padding: 12px 0;
	}
	.reserve_contact{
		font-size: 1.6rem;
		margin-bottom: 30px;
		line-height: 23px;
	}
	.reserve_contact a{
		padding: 12px 0;
	}
	/* .reserve_text a:hover{
		background-color: #e1b6b9;
		box-shadow: 0 0 0 2px #fff, 0 0 0 8px #e1b6b9;
	} */
	.reserve_text img{
		max-width: 25px;
	}
	.reserve img{
	vertical-align: bottom;
    margin-right: 10px;
	}
	.reserve a:hover{
		background-color: #e1b6b9;
		box-shadow: 0 0 0 2px #fff, 0 0 0 8px #e1b6b9;
	}
}

/* ====アクセス＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.access .inner{
	background-image: url(../img/flower_1\ copy.png);
	background-position: 100% -1%;
}
.access{
	margin-bottom: 150px;
}

.access h3{
	margin:145px 0 50px 0;
}

.access_map{
	display: flex;
}
.map{
	width: 550px;
	height: auto;
	width: 53%;

}
.map iframe{
	max-width: 100%;
}
.access ul{	
	font-size: 1.6rem;
}
.access li{
	font-weight: normal;
	display: block;
	margin:35px 0 0 48px;
}
.access li:first-child{
	margin-top: 35px;
}
.access .map_btn a{
	background-color: #fff;
	padding: 18px;
	display: block;
	text-align: center;
	margin: 71px 0 0 96px;
	color: #c590a0;
	text-decoration: none;
}
.map_btn a:hover{
 background-color: #faf6f6;
}
.access li a{
	color: #5c595c;
}
@media(max-width:1024px) {
	.access .inner {
		padding: 0 2%;
	}
}
@media(max-width:768px){
	.access h3{
		margin: 80px 0 40px;
	}
	.access_map{
		flex-direction: column;
	}
	.map{
		width: 100%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
	}
	.access li{
		margin:20px 0 0 0;
	}
	.access li:first-child{
		margin-top: 20px;
	}
	.access .map_btn a{
	max-width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 15px;
	}
	.map_btn a:hover{
		background-color: #fff;
	 }
	.access ul{
		font-size: 1.4rem;
	}
	.access .inner{
		background-image: url(../img/flower_1\ copy.png);
		background-position: 99% 87%;
		background-size: 138px;
	}
}




/* contact */
.contact{
	background-color: #e1b6b9;
	text-align: center;
	color: #fffeff;
	margin-top: 40px;
}
.contact h5{
	padding-top: 40px;
	font-size: 1.6rem;
}
.contact .tel{
	margin: 20px auto 10px;
	font-size: 3.5rem;
}
.contact .tel a{
	color: #fff;
}
.contact .mail{
	margin-bottom:20px;
	font-size: 1.5rem;
}
.contact .mail a{
	color: #fff;
}
.contact ul{
	display: flex;
	justify-content: center;
	list-style: none;
}
.contact li{
	margin-left: 2rem;
}
.contact img{
	width: 30px;
	height: auto;
}
.tel img{
	margin-right: 5px;
}
.time{
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 1.2rem;
}
footer{
	background-color: #e1b6b9;
	text-align: center;
	color: #fff;
}
.copyright {
	font-size: 10px;
	padding: 7px;
}

@media(max-width:768px){
.contact h5{
	padding-top: 30px;
	font-size: 1.6rem;
}
.contact .tel{
	margin: 8px 0 20px;
	font-size: 2.6rem;
}
.contact .mail{
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.time{
	font-size: 1.4rem;
	padding-bottom: 10px;
}
.contact li img{
	width: 40px;
}
.tel img{
	width: 20px;
}
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}