@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 120px;
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'M PLUS 1p', sans-serif;
	background: #FFFAF5;
}
#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: #B20202;
	border-bottom: 1px solid #B20202;
}
.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;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.color1 {color:#ff0000;}
.color2 {color:#f15a24;}
.color3 {color:#009245;}
.color4 {color:#0071bc;}
.color5 {color:#bc1982;}
.slash {
	width: fit-content;
	margin: 0 auto 20px;
	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){
	.slash{
		padding: 0 12px;
		background-size:8px;
	}
}
#staylist .slash {
	background: url("../images/slash2_left.svg") no-repeat center left,url("../images/slash2_right.svg") no-repeat center right ;
	background-size:12px;
}

a.godetail {
  display: flex;
	justify-content: center;
  align-items: center;
  position: relative;
	height: 60px;
  color: #FFFFFF;
  font-size: 110%;
  background-color: #9a8470;
  transition: 0.3s;
	line-height: 1.2;
	text-align: center;
}
a.godetail::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
	border-radius: 10px;
  transition: 0.2s ease 0s;
}
a.godetail::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
a.godetail:hover::before {
	width: 0;
}
a.godetail:hover::after {
  height: 0;
}
a.godetail:hover {
  text-decoration: none;
  background-color: #C49097;
}
@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 55px;
		font-size: 100%;
	}
}
a.godetail.gray {
  background-color: #9C9C9C;
  pointer-events: none;
}
a.godetail.gray:hover {
  transform: none;
}


/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
	margin-bottom: 40px;
}
.page_roof .inner{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.page_roof .inner h2{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 1.5s;
}
.page_roof .inner h2 img{
	width: 70%;
	height: 60%;
	object-fit: contain;
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
@media (max-width:767px){
	.page_roof {
		margin-bottom: 30px;
	}
}
/*-------------#toplead--------------*/
#toplead {
	text-align: center;
}
#toplead h2{
	font-size: 300%;
	font-family: 'Zen Maru Gothic', sans-serif;
	background: url("../images/title_toplead.png")no-repeat top center;
	background-size: auto 100px;
	padding: 110px 0 0 0;
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#toplead p{
	font-size: 120%;
	margin-bottom: 10px;
}
#toplead h3{
	font-size: 140%;
	margin-bottom: 10px;
}
@media screen and (max-width: 759.9px) {
	#toplead h2{
		font-size: 7vw;;
		background: url("../images/title_toplead.png")no-repeat top center;
		background-size: auto 80px;
		padding: 90px 0 0 0;
	}
	
}
/*-----予約----------------*/
.yoyaku {
	margin-top: 30px;
}
.yoyaku p {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}
.yoyaku .yoyaku_unit {
	display: flex;
	justify-content: center;
	align-items: center;
}
.yoyaku_unit a.godetail {
  width: 45%;
  max-width: 320px;
  margin: 0 2.5% 20px;
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*-------------ナビ--------------*/
#pageNav {
	width: 100%;
	z-index: 20;
	margin-bottom: 20px;
}
#pageNav ul a,
#pageNav ul a:hover{
	color: inherit;
	text-decoration: none !important;
}
#pageNav ul {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
}
#pageNav ul a{
	width: 24%;
	margin: 0 0.5%;
}
#pageNav ul li{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #333;
	border-radius: 10px;
	background-image: url("../images/arrow_down.svg");
	background-repeat: no-repeat;
	background-position: center bottom 5px;
	background-size: auto 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 100%;
	line-height: 1.2;
}
#pageNav ul a.selected li,
#pageNav ul a:hover li{
	background-image: url("../images/arrow_down_white.svg");
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
#pageNav ul #nav_modelcourse.selected li,
#pageNav ul #nav_modelcourse:hover li{
	background-color:#e56371;
}
#pageNav ul #nav_sweets.selected li,
#pageNav ul #nav_sweets:hover li{
	background-color:#F8B931;
}
#pageNav ul #nav_eventinfo.selected li,
#pageNav ul #nav_eventinfo:hover li{
	background-color:#FFFAF5;
	color: #333333;
	border: 2px solid #333333;
	background-image: url("../images/arrow_down.svg");
}
#pageNav ul #nav_staylist.selected li,
#pageNav ul #nav_staylist:hover li{
	background-color:#371172;
}

@media screen and (max-width: 759.9px) {
	#pageNav ul li{
		width: 100%;
		height: 60px;
		border-radius: 10px;
		background-image: url("../images/arrow_down.svg");
		background-repeat: no-repeat;
		background-position: center bottom 3px;
		background-size: auto 15px;
		padding-bottom: 10px;
		font-size: 90%;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	padding-bottom: 30px;
}
.pageContent .inner {
  width: 98%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
.pageContent .inner .title_roof {
	position: absolute;
	width: 75%;
	max-width: 400px;
	top:-100px;
	left:0;
	right:0;
	margin: 0 auto ;
}
.pageContent .title{
	text-align: center;
	position: relative;
	z-index: 1;	
}
.pageContent .title h2{
	font-size: 200%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.pageContent .title h2::before{
	content:"";
	width: 50px;
	height: 8px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.pageContent .title h2::after{
	content:"";
	width: 50px;
	height: 8px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 759.9px) {
	.pageContent .inner .title_roof {
		top:-70px;
	}
	.pageContent .title h2{
		font-size: 160%;
		gap:10px;
	}
	.pageContent .title h2::before{
		content:"";
		width: 30px;
		height: 5px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	.pageContent .title h2::after{
		content:"";
		width: 30px;
		height: 5px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
}
/*-------------#modelcourse--------------*/
#modelcourse {
	background: #E56371;
	margin: 150px 0 0;
	padding-bottom: 100px;
}
.modelcourse_wrap{
	width: 98%;
	background: url("../images/bg_modelcourse.png")repeat-y top left;
	margin: 0 auto;
}
.modelcourse_wrap .nday{
	width:225px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/title_nday.png")no-repeat center;
	background-size: contain;
	font-size: 180%;
	line-height: 1;
	padding-right: 50px;
	margin-bottom: 20px;
	position: relative;
}
#start::before{
	content: "";
	position: absolute;
	top:-50px;
	left:30px;
	width: 65px;
	height: 50px;
	background: url("../images/flag_start.png")no-repeat bottom center;
	background-size: contain;
}
.modelcourse_wrap .nday#goal{
	background: url("../images/title_goal.png")no-repeat center;
	background-size: contain;
	padding-right: 0;
	margin-top: 50px;
}
#goal::before{
	content: "";
	position: absolute;
	top:-50px;
	right:30px;
	width: 65px;
	height: 50px;
	background: url("../images/flag_goal.png")no-repeat bottom center;
	background-size: contain;
}


.modelcourse_wrap dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0 0 20px 10%;
}
.modelcourse_wrap dl dt{
	width: 45%;
}
.modelcourse_wrap dl dt img{
	width: 100%;
}
.modelcourse_wrap dl dd{
	width: 50%;
}
.modelcourse_wrap dl dd h4{
	margin-bottom: 20px;
}
.modelcourse_wrap .pin{
	background: url("../images/arrow_line.svg")no-repeat bottom right;
	background-size:auto 15px;
	color: #FFFFFF;
	font-size: 160%;
	padding: 15px 20px 15px 45px;
	position: relative;
	line-height: 1.5;
	width: fit-content;
}
.modelcourse_wrap .pin::before{
	content: "";
	position: absolute;
	left:0;
	bottom:15px;
	width: 35px;
	height: 60px;
	background: url("../images/icon_pin.png")no-repeat bottom center;
	background-size: contain;
}
.modelcourse_wrap p{
	color: #FFFFFF;
	font-size: 120%;
}
.modelcourse_wrap .route{
	display: flex;
	align-items: center;
	padding-left: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size:contain;
	margin-bottom: 20px;
	height: 80px;
}
.modelcourse_wrap .route p{
	font-size: 130%;
}
.modelcourse_wrap .route img{
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.modelcourse_wrap .route.bus{
	background-image: url("../images/icon_bus.png");
}
.modelcourse_wrap .route.walk{
	background-image: url("../images/icon_walk.png");
}
.modelcourse_wrap .route.no1{
	background-image: url("../images/no01.png");
}
.modelcourse_wrap .route.no2{
	background-image: url("../images/no02.png");
}
.modelcourse_wrap .route.no3{
	background-image: url("../images/no03.png");
}
.modelcourse_wrap .route.no4{
	background-image: url("../images/no04.png");
}
.modelcourse_wrap .route.no5{
	background-image: url("../images/no05.png");
}
@media screen and (max-width: 759.9px) {
	#modelcourse {
		background: #E56371;
		margin: 100px 0 0;
		padding-bottom: 75px;
	}
	.modelcourse_wrap{
		background: url("../images/bg_modelcourse.png")repeat-y top left;
		background-size: 50px auto;
		margin-top: 50px;
	}
	.modelcourse_wrap .nday{
		width:150px;
		height: 35px;
		font-size: 140%;
		padding-right: 30px;
		margin-bottom: 20px;
		position: relative;
	}
	#start::before{
		content: "";
		position: absolute;
		top:-40px;
		left:20px;
		width: 50px;
		height: 40px;
		background: url("../images/flag_start.png")no-repeat bottom center;
		background-size: contain;
	}
	.modelcourse_wrap .nday#goal{
		background: url("../images/title_goal.png")no-repeat center;
		background-size: contain;
		padding-right: 0;
		margin-top: 50px;
	}
	#goal::before{
		content: "";
		position: absolute;
		top:-40px;
		right:-20px;
		width: 50px;
		height: 40px;
		background: url("../images/flag_goal.png")no-repeat bottom center;
		background-size: contain;
	}
	.modelcourse_wrap dl{
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin:0 0 10px 15%;
	}
	.modelcourse_wrap dl.sp_reverse{
		flex-direction:column-reverse;
	}
	.modelcourse_wrap dl dt{
		width: 80%;
		margin-bottom: 10px;
	}
	.modelcourse_wrap dl dd{
		width: 100%;
		margin-bottom: 10px;
	}
	.modelcourse_wrap dl dd h4{
		margin-bottom: 10px;
	}
	.modelcourse_wrap .pin{
		background: url("../images/arrow_line.svg")no-repeat bottom right;
		background-size:auto 10px;
		color: #FFFFFF;
		font-size: 120%;
		padding: 10px 10px 10px 35px;
		position: relative;
		line-height: 1.5;
		width: fit-content;
	}
	.modelcourse_wrap .pin::before{
		content: "";
		position: absolute;
		left:0;
		bottom:10px;
		width: 30px;
		height: 40px;
		background: url("../images/icon_pin.png")no-repeat bottom center;
		background-size: contain;
	}
	.modelcourse_wrap p{
		color: #FFFFFF;
		font-size: 110%;
	}
	.modelcourse_wrap .route{
		display: flex;
		align-items: center;
		padding-left: 60px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size:contain;
		margin-bottom: 20px;
		height: 50px;
	}
	.modelcourse_wrap .route p{
		font-size: 110%;
		line-height: 1.4;
	}
	.modelcourse_wrap .route img{
		width: 50px;
		height: 50px;
		object-fit: contain;
	}
}
/*-------------#sweets--------------*/
#sweets {
	background: #F8B931;
	padding-bottom: 100px;
}
#sweets .sweets_unit {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}
#sweets .sweets_box {
	width: 45%;
	margin: 0 2.5% 30px;
	background: #FFFAF5;
	border:1px solid #000000;
	border-radius: 20px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}
.sweets_box .title {
	padding: 20px 0;
	margin-bottom: 15px;
	background: url("../images/arrow_line.svg")no-repeat bottom right 8px;
	background-size: auto 20px;
}
.sweets_box .title h3{
	text-align: center;
	font-size: 160%;
}
.sweets_box .photo {
	width: 100%;
}
.sweets_box .photo img{
	width: 100%;
}
.sweets_box .lead {
	padding: 20px 0;
	background: url("../images/arrow_dot_left.png")no-repeat bottom left,url("../images/arrow_dot.png")no-repeat bottom right;
	background-size: auto 20px, auto 20px;
}
.sweets_box .lead p{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	font-size: 140%;
	font-weight: bold;
}
.sweets_box .comment {
	padding: 20px 0;
}
.sweets_box .comment p{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	font-size: 120%;
}
.sweets_box .info{
	width: 90%;
	margin: auto auto 0 auto;
	background: #1a1a1a;
	border-radius: 10px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 90%;
}
@media screen and (max-width: 759.9px) {
	#sweets {
		background: #F8B931;
		padding-bottom: 100px;
	}
	#sweets .sweets_unit {
		margin-top: 30px;
		display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
		overflow-x:scroll;
	}
	#sweets .sweets_box {
		width: 80%;
		flex-shrink: 0; /*縮小させない*/
		margin: 0 2.5% 30px;
		background: #FFFAF5;
		border:1px solid #000000;
		border-radius: 20px;
		padding-bottom: 15px;
		display: flex;
		flex-direction: column;
	}
	.sweets_box .title {
		padding: 15px 0;
		margin-bottom: 10px;
		background: url("../images/arrow_line.svg")no-repeat bottom right 8px;
		background-size: auto 15px;
	}
	.sweets_box .title h3{
		text-align: center;
		font-size: 140%;
	}
	.sweets_box .lead {
		padding: 15px 0;
		background: url("../images/arrow_dot_left.png")no-repeat bottom left,url("../images/arrow_dot.png")no-repeat bottom right;
		background-size: auto 15px, auto 15px;
	}
	.sweets_box .lead p{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		font-size: 120%;
	}
	.sweets_box .comment {
		padding: 20px 0;
	}
	.sweets_box .comment p{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		font-size: 110%;
	}
	.sweets_box .info{
		width: 90%;
		margin: auto auto 0 auto;
		background: #1a1a1a;
		border-radius: 10px;
		padding: 10px;
		color: #FFFFFF;
		font-size: 90%;
	}
}
/*-------------#eventinfo--------------*/
#eventinfo {
	background: #FFFAF5;
	padding-bottom: 100px;
}
#eventinfo .title h2{
	color: #1a1a1a;;
}
#eventinfo .title h2::before{
	border-top: 2px solid #1a1a1a;
	border-bottom: 2px solid #1a1a1a;
}
#eventinfo .title h2::after{
	border-top: 2px solid #1a1a1a;
	border-bottom: 2px solid #1a1a1a;
}
#eventinfo .bg_event {
	width: 95%;
	margin: 30px auto;
	background:url("../images/bg_event.png")repeat-y top center;
	background-size: 100% auto;
	padding: 30px 20px;
}
#eventinfo .bg_event h3{
	width: fit-content;
	margin: 0 auto 20px;
	background:#a50e24;
	padding: 10px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 180%;
	position: relative;
}
#eventinfo .bg_event .fukidashi::before{
	content: "";
	position: absolute;
	bottom:-10px;
	left: -5px;
	right: -5px;
	height: 40px;
	background:url("../images/fukidashi.png")no-repeat center bottom;
	background-size: 100% auto;
}
#eventinfo .bg_event .inner{
	width: 95%;
	background:rgba(255,2555,255,0.8);
	padding: 20px 20px 30px;
	border-radius: 20px;
}
#eventinfo .date{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#eventinfo .date dt{
	background: #1A1A1A;
	padding: 10px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 130%;
}
#eventinfo .date dd{
	padding: 10px;
	font-size: 130%;
}
#eventinfo p.tokuten{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}
#eventinfo p.attention{
	width: 80%;
	margin: 0 auto 20px;
	font-size: 110%;
	display: flex;
	justify-content: center;
	text-indent: -1em;
	padding-left: 1em;
}

#eventinfo .photo_unit{
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#eventinfo .photo_unit img{
	width: 48%;
	height: auto;
	border-radius: 20px;
}

@media screen and (max-width: 759.9px) {
	#eventinfo .title h2::before{
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
	}
	#eventinfo .title h2::after{
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
	}
	#eventinfo .bg_event {
		width: 95%;
		margin: 20px auto;
		padding: 20px 10px;
	}
	#eventinfo .bg_event h3{
		width: fit-content;
		margin: 0 auto 20px;
		background:#a50e24;
		padding: 5px 15px;
		border-radius: 10px;
		color: #FFFFFF;
		font-size: 140%;
		position: relative;
	}
	#eventinfo .bg_event .fukidashi::before{
		content: "";
		position: absolute;
		bottom:-10px;
		left: -5px;
		right: -5px;
		height: 40px;
		background:url("../images/fukidashi.png")no-repeat center bottom;
		background-size: 100% auto;
	}
	#eventinfo .bg_event .inner{
		padding: 15px 10px 20px;
		border-radius: 15px;
	}
	#eventinfo .date{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	#eventinfo .date dt{
		background: #1A1A1A;
		padding: 5px 20px;
		border-radius: 10px;
		color: #FFFFFF;
		font-size: 110%;
		margin-bottom: 10px;
	}
	#eventinfo .date dd{
		padding: 10px;
		font-size: 120%;
	}
	#eventinfo p.tokuten{
		text-align: center;
		font-size: 130%;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#eventinfo p.attention{
		width: 90%;
		font-size: 100%;
	}
	#eventinfo .photo_unit img{
		border-radius: 15px;
	}
}

/*-------------#staylist--------------*/
#staylist {
	background: #371172;
	padding-bottom: 30px;
}
#staylist .shisetsu_wrap{
	margin-top: 20px;
}
#staylist .shisetsu_wrap dl{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.shisetsu_wrap dl dt{
	width: 50%;
}
.shisetsu_wrap dl dt h3{
	font-size: 160%;
	margin-bottom: 10px;
}
.shisetsu_wrap dl dt .photo{
	width: 100%;
}
.shisetsu_wrap dl dt .photo img{
	width: 100%;
	border-radius: 10px;
}
.shisetsu_wrap dl dd{
	width: 50%;
	padding: 20px 10px 0 10px;
}
.shisetsu_wrap dl dd .lead{
	width: fit-content;
	margin: 0 auto 10px;
	background: url("../images/kumo_left.png")no-repeat center left,
		url("../images/kumo_right.png")no-repeat center right;
	background-size: contain;
	padding: 10px 50px;
}
.shisetsu_wrap dl dd .lead p{
	font-size: 130%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.shisetsu_wrap dl dd .access{
	width: fit-content;
	margin: 0 auto 10px;
	background: url("../images/arrow_line_write.svg")no-repeat top right;
	background-size:auto 20px;
	padding: 30px 10px 20px;
}
.shisetsu_wrap dl dd .access p{
	font-size: 120%;
	display: flex;
	justify-content: center;
	align-items: center;

}
@media screen and (max-width: 759.9px) {
	#staylist .shisetsu_wrap {
		margin-top: 30px;
		display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
		overflow-x:scroll;
	}
	#staylist .shisetsu_wrap dl {
		width: 85%;
		flex-shrink: 0; /*縮小させない*/
		margin: 0 0 30px;
	}
	#staylist .shisetsu_wrap dl{
		display: flex;
		flex-direction: column;
		justify-content:flex-start;
		align-items: center;
		color: #FFFFFF;
		margin-bottom: 40px;
	}
	.shisetsu_wrap dl dt{
		width: 100%;
		text-align: center;
	}
	.shisetsu_wrap dl dt h3{
		font-size: 130%;
		margin-bottom: 10px;
	}
	.shisetsu_wrap dl dt .photo{
		width: 80%;
		margin: 0 auto;
	}
	.shisetsu_wrap dl dd{
		width: 100%;
	}
	.shisetsu_wrap dl dd .lead{
		padding: 10px 30px;
	}
	.shisetsu_wrap dl dd .lead p{
		font-size: 120%;
	}
	.shisetsu_wrap dl dd .access{
		padding: 30px 10px 0;
	}
	.shisetsu_wrap dl dd .access p{
		font-size: 110%;
	}

}
/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
	height: 550px;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img{ 
    animation: zoomUp 12s linear 0s;
    animation-fill-mode: both;
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
		height: 40vh;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
	bottom: 5px;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	display: none;
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}
