@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
}
#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: #FA5700;
}
.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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.invalid{
	pointer-events: none;
}
a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-align: center;
  text-decoration: none;
  /*background: #00A99D;*/
  background: #134C36;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #76CDC2;
  transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 45px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #76CDC2;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #76CDC2;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
@media screen and (max-width: 759.9px){
  .deco{
    display: inline-block;
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 10px;
	}
}
p.credit {
	position: absolute;
	/*top:10px;*/
	bottom:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
	font-family: Verdana,"Droid Sans","メイリオ",sans-serif;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	/*background: url("../images/top.jpg") no-repeat center;*/
	background: url("../images/top_kakou.jpg") no-repeat center;
	background-size: cover;
	height: 450px;
  margin-bottom: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.page_roof > .inner {
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width: 100%;
	height: 100%;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.page_roof h2 img{
  width: 65%;
	height: 80%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height:30vh;
  }
	.page_roof h2{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content:flex-end;
	}
	.page_roof h2 img{
		width: 65%;
		height: 80%;
		object-fit: contain;
		object-position: bottom;
	}
}
/*------------pageTopLead--------------*/
.yoyaku_wrap {
	width: 100%;
	max-width: 950px;
	margin:0 auto 30px;
}
/*------------pageTopLead--------------*/
#pageTopLead {
	width: 100%;
	margin-bottom: 30px;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead img {
	width: 40%;
	max-width: 220px;
	height: auto;
	margin-bottom: 0.5em;
}
#pageTopLead h2 {
  font-size:200%;
  text-align: center;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
#pageTopLead p {
  font-size:180%;
  text-align: center;
	margin-bottom: 0.3em;
}
#pageTopLead h2 span.uline1 {
	background: linear-gradient(transparent 70%, rgba(0,169,157,0.8) 70%);
	padding: 0 10px 5px;
}
#pageTopLead h2 span.uline2 {
	background: linear-gradient(transparent 70%, rgba(249,192,75,0.8) 70%);
	padding: 0 10px 5px;
}
@media screen and (max-width: 759.9px){
  #pageTopLead h2{
    font-size:140%;
  }
  #pageTopLead p{
    font-size:120%;
  }

}
/*-------------背景--------------*/
#point1,
#point3{
  background: url("../images/bg_point1.png")repeat-y top center;
  background-size: 100% auto;
}
#point2 {
  background: url("../images/bg_point2_left.png")no-repeat center left,url("../images/bg_point2_right.png")no-repeat center right rgba(237,250,216,0.1);
  background-size: auto 100%,auto 100%;
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom:50px;
}
.pageContent .inner{
  width: 100%;
  max-width: 950px;
	margin:0 auto;
  position: relative;
  padding: 20px 20px;
  z-index: 0;
}
@media screen and (min-width: 760px){
  .inner .point_no {
    position: absolute;
    top:-70px;
    left:-20px;
    width: 20%;
    z-index: 1;
  }
  .pageContent .h2_icon{
		margin-bottom: 20px;
  }
	.pageContent .h2_icon h2 {
    font-size:270%;
		text-align: center;
		padding-left:2em;
  }
	.pageContent .inner > h2 {
		font-size:270%;
		text-align: center;
		margin-bottom: 20px;
  }

	.pageContent .icon{
		display: flex;
		justify-content: center;
		align-items: center;
		margin:15px 0 10px;
	}
	.pageContent .icon li{
		width: 50px;
		margin: 0 15px;
	}
	.pageContent .icon li img{
		width: 150%;
	}
}

@media screen and (max-width: 759.9px){
  .inner .point_no {
    width: 30%;
    margin:-20px auto 0;
  }
  .pageContent h2 {
    font-size:140%;
    text-align: center;
		margin-bottom: 20px;
  }
	.pageContent .icon{
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 10px 0;
	}
	.pageContent .icon li{
		width: 40px;
		margin: 0 3px;
	}
	.pageContent .icon li img{
		width: 100%;
	}
}

.inner .point_no  img{
  width: 100%;
}
.pageContent .comment{
  background: rgba(255,255,255,0.5);
  padding: 15px;
  display: flex;
  flex-direction:column;
  align-items: center;
}
.comment p{
	font-size: 130%;
	line-height: 2;
  text-align: left;
}
.wineglass{
  position: relative;
  padding-right:160px;
}
.wineglass::before{
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 140px;
  height: 280px;
  background: url("../images/wineglass.jpg")no-repeat center;
  background-size: contain;
}

.chuki{
	margin:10px 0 20px;
	display: flex;
	justify-content: center;
	padding-left: 1em;
}
.chuki p{
	font-size: 110%;
	line-height: 1.6;
	color: #FF0000;
}
.chuki p span,
.chuki a{
	font-weight: bold;
}
.pageContent .photo{
  width: 100%;
  margin-bottom: 20px;
}
.photo img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
  .pageContent .comment{
    padding: 10px;
  }
	.comment p{
		font-size: 110%;
	}
	.wineglass{
		position: relative;
		padding-right:130px;
	}
  .wineglass::before{
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 120px;
    height: 250px;
    background: url("../images/wineglass.jpg")no-repeat center;
    background-size: contain;
  }
  .chuki p{
    font-size: 100%;
  }
}
.comment dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment dl dd {
  padding:0 10px;
}
.comment dl dt{
	width: 40%;
	text-align: center;
}
.comment dl dt p{
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
	
}
.comment dl dt img{
  width: 120px;
}
@media screen and (max-width: 759.9px){
  .comment dl {
    flex-direction: column;
    align-items: center;
  }
	.comment dl dt{
		width: 100%;
		margin-top: 10px;
	}
  .comment dl dt img{
    width: 100px;
  }
  
}
.info {
  background: rgba(205,169,151,0.6);
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
}
.info a{
  font-size: 90%;
}

@media screen and (max-width: 759.9px){
  .info {
    padding: 20px 15px 10px 15px;
  }
}
.info dl{
  display: flex;
  border-bottom: 1px dotted #FFFFFF;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.info dl dt{
  width: 7em;
  text-align: right;
  padding-right: 0.6em;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}
.info dl dd{
  width: 100%;
  border-left: 1px dotted #FFFFFF;
  padding-left: 0.6em;
}
@media screen and (max-width: 759.9px){
	.info dl dt{
		width: 6em;
		padding-right: 0.5em;
		font-size: 80%;
	}
}
.yoyaku{
	text-align: center;
}
.yoyaku p{
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}
.yoyaku_unit{
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.yoyaku_unit a{
	width: 35%;
	margin: 0 2% 20px;
}
@media screen and (max-width: 759.9px){
	.yoyaku_unit{
		justify-content:space-between;
		width: 95%;
		margin: 0 auto;
	}
	.yoyaku_unit a{
		width: 46%;
		margin-bottom: 20px;
	}
}

/*-------------about--------------*/
#about {
	margin-bottom: 30px;
}
#about .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#about p{
	width: 80%;
	font-size: 110%;
	line-height: 1.8;
	margin:0 auto 30px;
	text-align: left;
}
#about img{
	width: 60%;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 759.9px){
	#about h2{
		font-size: 160%;
	}
	#about p{
		width: 90%;
		font-size: 100%;
	}
	#about img{
		width: 80%;
	}
}
/*-----202305 ホテルボックス追加------------------*/
.hotel_unit {
	display: flex;
	flex-wrap: wrap;
}
.hotelbox {
	width: 48%;
	margin: 0 1% 20px;
	border: 1px solid #CCCCCC;
	background: rgba(255,255,255,0.8);
	padding: 10px 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
}
.hotelbox h3 {
	font-size: 130%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}
.hotelbox .photo {
	width: 100%;
	margin-bottom: 10px;
}
.hotelbox .photo img{
	width: 100%;
}
.hotelbox p {
	font-size: 110%;
	margin: 10px 10px 15px;
}
.hotelbox .tokuten {
	font-size: 120%;
	text-align: center;
	margin-bottom: 15px;
}
.hotelbox .yoyaku_unit {
	margin: auto auto 0;
	width: 95%;
	justify-content: space-between;
}
.hotelbox .yoyaku_unit a{
	width: 45%;
	margin-bottom: 10px;
	height: 40px;
}
@media screen and (max-width: 759.9px){
	.hotelbox {
		width: 90%;
		margin: 0 auto 20px;
	}
	.hotelbox h3 {
		font-size: 120%;
	}
	.hotelbox p {
		font-size: 100%;
		margin: 10px 10px 15px;
	}
	.hotelbox .tokuten {
		font-size: 110%;
	}
}
/*-----renewalopen------------------*/
#renewal {
	width: fit-content;
	max-width: 90%;
	margin: 0 auto 15px;
	position: relative;
	overflow: hidden;
}
#renewal img{
	width: 100%;
}
#renewal::before {
  content:"";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
  transform: skewX(-25deg);
	animation: shine 2s infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-prev.inbox img{
	width: 100%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}

