@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 60px;
}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
  font-family: 'Shippori Mincho', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color:#F9031A;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.marker {
	background: linear-gradient(transparent 85%, #ffd22c 85%);
  margin-left: 3px;
  margin-right: 3px;
  font-size: 110%;
}
p.credit{
  position: absolute;
	bottom:10px;
  right: 10px;
	text-align: right;
  padding: 2px 15px;
  color: #FFFFFF;
  font-size: 12px;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  /*display: none;*/
}
a.godetail{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  height: 60px;
	text-decoration: none;
	z-index: 10;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-weight: bold;
	background: #29546D;
	transition: 0.3s;
}
a.godetail::before {
  content:"";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #488AB8;
  transition: 0.2s;
}
a.godetail:hover::before {
  top: 0;
  left: 0;
}
a.godetail:hover {
	color: #29546D;
  background-color: #e8e9fc;
	opacity: 1;
}
a.godetail.limited{
	background-color:#93446E;
}
a.godetail.limited::before {
  border: 2px solid #D366A5;
}
a.godetail.limited:hover {
	color: #93446E;
  background-color: #f9dcec;
}
a.godetail.gray{
	background-color:rgba(180,180,180,0.8);
	pointer-events: none;
  color:#666666;
}
a.godetail.gray::before {
  border: 2px solid #666666;
}

.slash span{
  display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    height:50px;
  }
	.slash span{
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:8px;
	}
  p.credit{
    bottom:5px;
    right: 5%;
    padding: 0 5px;
    font-size: 10px;
  }

}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 450px;
}
.page_roof .inner {
	width: 100%;
  height: 100%;
}
.page_roof h2{
	width: 100%;
  height: 100%;
}
.page_roof h2 img{
	width: 100%;
  height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 30vh;
  }
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*-------------ナビPC--------------*/
#pageNav {
	background:#29546d;
	width: 100%;
	z-index: 20;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
#pageNav ul {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #79a9bc;
}
#pageNav ul a,
#pageNav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
	cursor: pointer;
	flex-grow: 1;
}
#pageNav ul a li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 110%;
	border-right: 1px solid #79a9bc;
}
#pageNav ul a:hover li{
	background:#79a9bc;
}
#pageNav ul a.selected li{
	background-color:#0ACDBD;
}
#pageNav ul li.icon_room {
	background-image: url("../images/icon_room.png");
}
#pageNav ul li.icon_breakfast {
	background-image: url("../images/icon_breakfast.png");
}
#pageNav ul li.icon_spa {
	background-image: url("../images/icon_spa.png");
}
#pageNav ul li.icon_access {
	background-image: url("../images/icon_access.png");
}
#pageNav ul li.icon_spend {
	background-image: url("../images/icon_spend.png");
}
@media screen and (max-width: 759.9px){
	#pageNav ul a li{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 10px;
		line-height: 1.4;
	}
	#pageNav ul a li span{
		font-size: 125%;
	}
}
/*-----------pageTopLead-------------*/
#pageTopLead .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
}
#pageTopLead .inner h2{
	font-size: 220%;
	text-align: center;
	margin-bottom: 20px;
}
#pageTopLead .inner p.lead{
	font-size: 150%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
#pageTopLead .inner p{
	font-size: 150%;
	text-align: center;
}

@media screen and (max-width: 759.9px){
	#pageTopLead .inner h2{
		font-size: 180%;
	}
	#pageTopLead .inner p{
		font-size: 120%;
	}
}
/*-------------ページコンテンツ--------------*/
.pageContent {
  width: 100%;
  padding: 60px 0 40px;
}
.pageContent.adjustment {
  width: 100%;
  padding:0;
}

.pageContent .inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
	position: relative;
}
.pageContent:nth-of-type(odd) .inner::before{
	content: "";
	position: absolute;
	top:-200px;
	left:-200px;
	width: 100%;
	height: 500px;
	background: url("../images/bg_page1.png")no-repeat top left;
	background-size: contain;
	z-index: -1;
}
.pageContent:nth-of-type(even) .inner::before{
	content: "";
	position: absolute;
	top:-200px;
	right:-200px;
	width: 100%;
	height: 500px;
	background: url("../images/bg_page2.png")no-repeat top right;
	background-size: contain;
	z-index: -1;
}
#gaikan.pageContent .inner::after,
#room.pageContent .inner::after,
#breakfast.pageContent .inner::after,
#spa.pageContent .inner::after{
	content: "";
	position: absolute;
	top:40%;
	left:0;
	right:0;
	width: 100%;
	height: 60%;
	background:#fcf7e0;
	z-index: -1;
}
.pageContent .inner h2{
	width: 70%;
	margin: 0 auto;
	font-size: 50px;
	text-align: left;
}
.pageContent .inner h2 span{
	font-size: 24px;
  margin-left: 1em;
}

.pageContent:nth-child(odd) .inner h2{
	text-align: right;
}
.pageContent .inner h2:first-letter{
	font-size: 150%;
}

@media screen and (max-width: 759.9px){
  .pageContent {
    padding: 40px 0 20px;
  }
	.pageContent .inner h2{
		width: 80%;
		margin: 0 auto;
		font-size: 30px;
	}
  .pageContent .inner h2 span{
		display: block;
    font-size: 16px;
		margin: -8px 0 10px;
  }
}
.parent_wrapper .comment {
	width: 90%;
	margin: 10px auto;
}
.parent_wrapper .parent .photo,
.parent_wrapper .parent .photo img{
	width: 100%;
}
.parent_wrapper .comment h3{
	text-align: center;
	font-size: 200%;
	margin-bottom: 10px;
	line-height: 1.5;
}
.parent_wrapper .comment p.lead{
	font-size: 130%;
	text-align: center;
	margin-bottom: 5px;
}
.parent_wrapper .comment p{
	font-size: 130%;
}
.parent_wrapper .comment ul{
	width: fit-content;
	margin: 0 auto;
}
.parent_wrapper .comment ul li{
	text-indent: -1.5em;
	margin-left: 1.5em;
}

@media screen and (max-width: 759.9px){
	.parent_wrapper .comment {
		width: 100%;
	}
	.parent_wrapper .comment h3{
		font-size: 120%;
		margin-bottom: 5px;
	}
	.parent_wrapper .comment p.lead{
		font-size: 120%;
	}
	.parent_wrapper .comment p{
		font-size: 110%;
	}
}
/*-------------アクセス--------------*/
#access.pageContent .inner{
	background:url("../images/bg_access.png")repeat center;
	background-size: 100%;
	padding: 20px 0;
}
#access.pageContent .inner h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#access.pageContent .inner h2 img{
	width: 60px;
}
#access .comment{
	width: 80%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
}
#access .comment p{
	font-size: 130%;
}
#access ul{
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 110%;
	padding: 10px;
}
@media screen and (min-width: 760px){
	#access ul.w60{
		width: 60%;
	}
}
#access ul li{
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#access ul li.start{
	background: #488ab8;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	width: 15%;
}
#access ul li .start{
	background: #488ab8;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	margin: 10px 0;
}

#access ul li.station{
	background: #FFFFFF;
	border:1px solid #488ab8;
	color: #488ab8;
	padding: 10px 0;
	width: 18%;
}
#access ul li .station{
	background: #FFFFFF;
	border:1px solid #488ab8;
	color: #488ab8;
	padding: 10px 0;
	width: 100%;
}

#access ul li.logo{
	border:1px solid #dadada;
	padding: 0;
	width: 20%;
}
#access ul li.transportation {
	position: relative;
	line-height: 2;
	width: 22%;
}
#access ul li .transportation {
	position: relative;
	line-height: 2;
	width: 100%;
}
#access ul li p.hadjst {
	height: 40px;
	font-size: 12px;
	line-height: 1.4;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	margin-top:-10px;
}

#access ul li.transportation::before{
	content: "";
	position: absolute;
	top:calc(50% - 2px);
	left:0;
	right:0;
	width: 100%;
	height: 5px;
	background: #dadada;
}
#access ul li .transportation::before{
	content: "";
	position: absolute;
	top:calc(50% - 2px);
	left:0;
	right:0;
	width: 100%;
	height: 5px;
	background: #dadada;
}

#access ul li.logo{
	width: 24%;
}
#access ul li.logo img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
	#access.pageContent .inner h2{
		margin-bottom: 10px;
	}
	#access.pageContent .inner h2 img{
		width: 40px;
	}
	#access .comment{
		width: 90%;
		margin: 0 auto 20px;
	}
	#access .comment p{
		font-size: 120%;
	}
	#access ul{
		width: 95%;
		font-size: 12px;
		padding: 10px 0;
	}
	#access ul li{
		text-align: center;
		flex-grow: 1;
		font-size: 12px;
	}
	#access ul li.logo{
		border:1px solid #dadada;
		padding: 0;
	}
	#access ul li.transportation {
		width: auto;
		font-size: 12px;
	}
	#access ul li.transportation p span {
		font-size: 10px;
	}
	#access ul li.transportation::before{
		height: 3px;
	}
	#access ul li.logo{
		width: 20%;
	}
}
/*-------------過ごし方--------------*/
#spend.pageContent {
	margin-bottom: 20px;
}
#spend.pageContent .inner::before{
	background: none;
}

#spend.pageContent .inner h2{
	text-align: center;
	background: url("../images/line_deco.png")repeat-x center bottom;
	background-size: auto 6px;
	padding-bottom: 10px;
	font-size: 36px;
	margin-bottom: 20px;
}
#spend.pageContent .inner h2:first-letter{
	font-size: 100%;
}
#spend .comment{
	width: 80%;
	margin: 0 auto 20px;
}
#spend .comment p{
	font-size: 130%;
	text-align: center;
}
#tabNav ul{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#tabNav li {
	width: 20%;
	cursor: pointer;
	margin: 0 10px;
	/*background: url("../images/day_gray.png")no-repeat center;
	background-size: 100%;*/
}
#tabNav li img{
	width: 100%;
	opacity: 0.3;
	filter: grayscale(1);
}
#tabNav li.selected img{
	opacity: 1;
	filter: grayscale(0);
}
@media screen and (max-width: 759.9px){
	#spend.pageContent .inner h2{
		text-align: center;
		background: url("../images/line_deco.png")repeat-x center bottom;
		background-size: auto 4px;
		padding-bottom: 8px;
		font-size: 6vw;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#spend .comment{
		width: 100%;
		margin: 0 auto 20px;
	}
	#spend .comment p{
		font-size: 110%;
	}
	#tabNav ul{
		display: flex;
		justify-content: center;
	}
	#tabNav li {
		width: 20%;
		cursor: pointer;
		margin: 0 10px;
		background: url("../images/day_gray.png")no-repeat center;
		background-size: 100%;
	}
	#tabNav li img{
		width: 100%;
		opacity: 0.5;
	}
	#tabNav li.selected img{
		opacity: 1;
	}
}
/*------------モデルコース--------------*/
.modelcourse dl{
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 40px;
}
.modelcourse dl::before{
	content: "";
	position: absolute;
	top:-10%;
	left: 10%;
	right: 10%;
	bottom: -10%;
	background-image: url("../images/bg_mesh.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.modelcourse dl:nth-child(even)::before{
	background-position: left center;
}
.modelcourse dl::after{
	content: "";
	position: absolute;
	bottom:-40px;
	left: 0;
	right: 0;
	height: 60px;
	background-image: url("../images/footprints_dot.png");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: contain;
	opacity: 0.6;
}
.modelcourse dl:nth-child(even)::after{
	transform: scale(-1,1);
}
.modelcourse dl:last-child::after{
	height: 0;
}
@media screen and (min-width: 760px){
	.modelcourse dl:nth-child(even){
		flex-direction: row-reverse;
	}
}
.modelcourse dl dt{
	width: 50%;
	text-align: center;
}
.modelcourse h3{
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 15px;
	padding-bottom: 15px;
	font-size: 160%;
	margin-bottom: 30px;
}
#day_first .modelcourse h3{
	background-image: url("../images/line_first.png");
}
#day_second .modelcourse h3{
	background-image: url("../images/line_second.png");
}
.modelcourse dl dt .photo{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.modelcourse dl dt .photo img{
	width: 100%;
	border: 1px solid #CCC;
}
.modelcourse dl dd{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.modelcourse dl dd p{
	width: 90%;
	font-size: 120%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.modelcourse dl .time{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 140%;
	line-height: 2;
	font-family: Tahoma, Geneva, "sans-serif";
	z-index: 10;
}
@media screen and (min-width: 760px){
	.modelcourse dl:nth-child(odd) .time{
		background-image: url("../images/bg_time1.png");
		transform: rotate(-5deg);
		position: absolute;
		top:10px;
		right: -110px;
	}
	.modelcourse dl:nth-child(even) .time{
		background-image: url("../images/bg_time2.png");
		transform: rotate(5deg);
		position: absolute;
		top:10px;
		left: -110px;
	}
}
@media screen and (max-width: 759.9px){
	.modelcourse dl{
		width: 80%;
		margin:0 auto 30px;
		flex-direction: column;
		border: 1px solid #CCC;
		padding: 10px 0;
		position: relative;
	}
	.modelcourse dl::before{
		content: "";
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: -10%;
		background-image: url("../images/bg_mesh.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}
	.modelcourse dl::after{
		content: "";
		position: absolute;
		bottom:-30px;
		left: 0;
		right: 0;
		height: 40px;
		background-image: url("../images/footprints_dot.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
	}
	.modelcourse dl dt{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.modelcourse h3{
		background-size: auto 10px;
		padding-bottom: 10px;
		font-size: 120%;
		margin-bottom: 10px;
	}
	.modelcourse dl dt .photo{
		width: 90%;
		margin: 0 auto;
	}
	.modelcourse dl dd{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
	}
	.modelcourse dl dd p{
		width: 95%;
		font-size: 100%;
	}
	.modelcourse dl .time{
		width: 100px;
		height: 30px;
		font-size: 90%;
	}
	.modelcourse dl:nth-child(odd) .time{
		background-image: url("../images/bg_time1.png");
		transform: rotate(-5deg);
		position: absolute;
		bottom:10px;
		left: -10px;
	}
	.modelcourse dl:nth-child(even) .time{
		background-image: url("../images/bg_time2.png");
		transform: rotate(5deg);
		position: absolute;
		bottom:10px;
		right: -10px;
	}
}
.modelcourse .yoyaku{
	background: #FFFFFF;
	border: 2px dotted #7486DE;
	margin:20px 0 0;
	padding: 10px 0;
	position: relative;
	z-index: 3;
}
.modelcourse .yoyaku a.godetail{
	height: 45px;
	width: 40%;
	font-size: 90%;
}
.modelcourse .yoyaku p{
	font-size: 110%;
}
.modelcourse .yoyaku .yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
	flex-wrap: wrap;
  margin: 20px auto 10px;
}
.modelcourse .yoyaku .yoyaku_unit a.godetail{
	height: 40px;
	width: 40%;
  margin: 0 2%;
}
@media screen and (max-width: 759.9px){
	.modelcourse .yoyaku .yoyakuContent .inner p{
		font-size: 100%;
	}
  .modelcourse .yoyaku .yoyaku_unit a.godetail{
    width: 75%;
    margin: 0 auto 15px;
  }
	.modelcourse .yoyaku{
		width: 90%;
		margin:20px auto 10px;
	}

}

/*-------------限定特典--------------*/
#limited.pageContent {
	margin-bottom: 20px;
}
#limited .inner{
  background-color:#ebf4fc;
  padding: 20px 20px;
  background-image: url("../images/box_corner1.png"), url("../images/box_corner2.png"), url("../images/box_corner3.png"), url("../images/box_corner4.png");
  background-repeat: no-repeat;
  background-position: top left,top right,bottom right,bottom left;
  background-size: 10% auto;
}

#limited .bg{
  background: rgba(255,255,255,0.4);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#limited h3{
	text-align: center;
	font-size: 140%;
	margin-bottom: 20px;
}
#limited p{
	font-size: 110%;
	margin-bottom: 1em;
}
#limited .photo_unit{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 20px;
}
#limited .photo_unit li{
  width: 31.33%;
  margin: 0 1%;
  padding: 5px;
  background: #29546d;
}
#limited .photo_unit li img{
  width: 100%;
  height: 140px;
  object-fit: cover;
}
#limited .photo{
  width: 90%;
	max-width: 500px;
	margin: 0 auto 20px;
  padding: 5px;
  background: #29546d;
}
#limited .photo img{
  width: 100%;
  height: auto;
}

#limited h4{
	text-align: center;
	font-size: 140%;
	margin-bottom: 1em;
}
#limited .data_unit {
  margin-bottom: 20px;
}
#limited .data_unit > li{
  font-size: 110%;
  margin-bottom: 5px;
}
#limited .data_unit ul {
  font-size: 100%;
  margin:0 0 0 2em;
}
#limited .data_unit ul li {
	text-indent: -1em;
	margin-left: 1em;
}
#limited .guide {
  margin-bottom: 20px;
}
#limited .guide li{
  font-size: 110%;
  text-indent: -1em;
  margin-bottom: 5px;
  margin-left: 1em;
}
#limited p{
  font-size: 110%;
}
@media screen and (max-width: 759.9px){
  #limited h3{
    font-size: 110%;
  }
	#limited .photo_unit{
		width: 100%;
	}
	#limited .photo_unit li{
		padding: 3px;
	}
  #limited .photo_unit li img{
    height: 80px;
  }

  #limited h4{
    font-size: 100%;
  }
}
/*-------------動画紹介--------------*/
#movie.pageContent {
	margin-bottom: 20px;
}
#movie.pageContent .inner::before{
	background: none;
}
#movie.pageContent .inner h2{
	text-align: center;
	background: url("../images/line_deco.png")repeat-x center bottom;
	background-size: auto 6px;
	padding-bottom: 10px;
	font-size: 40px;
	margin-bottom: 20px;
}
#movie.pageContent .inner h2:first-letter{
	font-size: 100%;
}
#movie {
	text-align: center;
}
#movie video {
	background: #848484;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 759.9px){
	#movie.pageContent .inner h2{
		text-align: center;
		background: url("../images/line_deco.png")repeat-x center bottom;
		background-size: auto 4px;
		padding-bottom: 8px;
		font-size: 6vw;
		line-height: 1.4;
		margin-bottom: 20px;
	}
 	#movie video {
		width: 90vw;
		height:auto; 
	}
}

/*-------------yoyaku--------------*/
.yoyakuContent .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 30px;
}
.yoyakuContent .inner h2{
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}
.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
	flex-wrap: wrap;
  margin: 20px auto 30px;
}
.yoyaku_unit a.godetail{
	width: 29.33%;
  margin: 0 2% 20px;
}
@media screen and (max-width: 759.9px){
	.yoyakuContent .inner h2{
		font-size: 110%;
	}
  .yoyaku_unit a.godetail{
    width: 75%;
    margin: 0 auto 20px;
  }
}


/*-----swiperInbox----------------*/
.swiper-container.inbox{
	margin-bottom: 20px;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	display: none;
}
@media screen and (max-width: 759.9px){
}
/*-----親swiper -----------------*/
.parent_wrapper{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 759.9px){
	.parent_wrapper{
		width: 100%;
		margin: 0 auto;
	}
}

#location .parent_wrapper::after{
	content: "";
	position: absolute;
	top:-50px;
	left:10px;
	width:35%;
	margin: auto;
	height: 150px;
	background: url("../images/letter_location.png")no-repeat center;
	background-size: contain;
	z-index: 10;
}
#room .parent_wrapper::after{
	content: "";
	position: absolute;
	top:-30px;
	right:10px;
	width:30%;
	margin: auto;
	height: 100px;
	background: url("../images/letter_room.png")no-repeat center;
	background-size: contain;
	z-index: 10;
}
#breakfast .parent_wrapper::after{
	content: "";
	position: absolute;
	top:-30px;
	left:10px;
	width:30%;
	margin: auto;
	height: 100px;
	background: url("../images/letter_breakfast.png")no-repeat center;
	background-size: contain;
	z-index: 10;
}
#spa .parent_wrapper::after{
	content: "";
	position: absolute;
	top:-30px;
	right:10px;
	width:30%;
	margin: auto;
	height: 100px;
	background: url("../images/letter_spa.png")no-repeat center;
	background-size: contain;
	z-index: 10;
}
.parent,
.swiper-container.parent{
	width: 85%;
	margin: 0 auto;
  padding-bottom: 30px;
}
.swiper-button-prev.parent::after,
.swiper-button-next.parent::after{
  display: none;
}
.swiper-button-prev.parent,
.swiper-button-next.parent{
  cursor: pointer;
  z-index: 20;
}
.swiper-button-prev.parent{
  left:0.5em;
}
.swiper-button-next.parent{
  right:0.5em;
}
.swiper-button-prev.parent img{
	width: 40px;
	margin: 0 auto 0 0;
}
.swiper-button-next.parent img{
	width: 40px;
	margin: 0 0 0 auto;

}
@media (max-width:767px){
	.swiper-button-prev.parent img,
	.swiper-button-next.parent img{
		width: 20px;
	}
	
}
