@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:970px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  background: #ad1524;
  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;
  }
}
.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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}

a.godetail{
	width: 46%;
	margin: 0 2% 20px;
	line-height:1.5;
	text-align: center;
	text-decoration: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  font-weight: bold;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  padding-right: 20px;
  background-color: rgba(173,21,36,0.8);
}
a.godetail:hover {
	text-decoration: none !important;
	opacity: 0.8;
  background-color: #ffc2ca;
  color: #ad1524 !important;
  background-image: url("../images/arrow_red.svg");
}
a.godetail.gray{
  background: rgba(0,0,0,0.4);
	padding-right:0;
	pointer-events: none;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    height: 45px;
    font-size: 100%;
    background-size: 15px;
    padding-right: 10px;
  }

}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images/bg_top3.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.page_roof > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background:  rgba(229,229,229,0.2);
}
.page_roof h2{
  width: 100%;
  max-width: 950px;
	margin: 0 auto;
  text-align: center;
}
.page_roof h2 img{
  width:100%;
}
.page_roof p{
  position: absolute;
  bottom:50px;
  left:0;
  right:0;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  text-align: right;
  font-weight: bold;
  font-size: 150%;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4), 2px 2px 4px rgba(0,0,0,0.4), -2px -2px 4px rgba(0,0,0,0.4), -2px -2px 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 30vh;
  }
  .page_roof p{
    bottom:10px;
    font-size: 100%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#pageNav {
	width: 100%;
  background: #ad1524;
}
#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap:nowrap;
  justify-content:space-around;
  align-items: center;
  padding:10px 0;
}
#pageNav ul a{
  background: url("../images/menu_line.svg") no-repeat center right ;
  background-size: 1px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 120%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#pageNav ul a:hover{
	color: #ffc2ca;
	text-decoration: none !important;
}
@media screen and (max-width: 759.9px){
	#pageNav ul a{
    font-size: 90%;
    height: 40px;
	}
}
#pageNav ul a:last-child{
	background:none;
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ   --------------*/
/*.pageContent {
  width: 100%;
  background: url("../images/bg_page.png")repeat-y center top;
  background-size: 1100px auto;
}*/
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
.pageContent .title{
  margin-bottom: 30px;
  font-size: 100%;
}
.pageContent .title h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 140%;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
}
.pageContent .title h2 span{
  font-size: 200%;
  background: url("../images/bg_title.png")no-repeat bottom center;
  background-size: 100% 15px;
  padding: 0 50px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
@media screen and (max-width: 759.9px){
  /*.pageContent {
    background: url("../images/bg_page.png")repeat-y center top;
    background-size: 110% auto;
  }*/
  .pageContent .title{
    font-size: 70%;
  }
  .pageContent .title h2 span{
    font-size: 180%;
    background: url("../images/bg_title.png")no-repeat bottom center;
    background-size: 100% 10px;
    padding: 0 10px;
    white-space: nowrap;
  }
}

.pageContent .box_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#buffet .box_unit,
#breakfast .box_unit{
  justify-content: center;
}

.pageContent .box_unit .box {
  width: 47%;
  margin:0 1.5% 30px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  font-size: 100%;
}
@media screen and (max-width: 759.9px){
  .pageContent .box_unit .box {
    width: 90%;
    margin:0 auto 30px;
    font-size: 90%;
  }
}
.box h3 {
	font-size: 160%;
	font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
	/*background: rgba(253,239,245,0.2);*/
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(156,57,6,0.5);
	padding: 2px;
	border-radius: 30px;
}
.box .reservation{
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 5px 0;
  margin: -45px 0 10px auto;
  width: 7em;
}
.box .photo {
  width: 100%;
  margin-bottom: 10px;
}
.box .photo img{
  width: 100%;
}
.box .campaign {
	font-size: 140%;
  font-weight: bold;
  margin:0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 760px){
	.box .campaign.vadjust {
		height: 3em;
	}
}
.box .kikan {
	font-size: 130%;
  font-weight: bold;
  background: url("../images/bg_kikan.png")repeat center;
  background-size: cover;
  padding: 5px 5px;
  text-align: center;
  margin-bottom: 10px;
}
.box .comment {
  margin-bottom: 30px;
}
.box .comment p {
	font-size: 110%;
}
.comment .caution{
  border: 1px dotted #FFFFFF;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.comment .caution h4{
  display: inline;
  border: 1px dotted #FFFFFF;
  padding: 2px 10px;
  font-size: 100%;
}
.comment .caution p{
  margin-top: 10px;
  font-size: 100%;
  text-align: left;
}
.yoyaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*margin: auto 0 0 0;*/
}
.yoyaku p{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
	font-size: 110%;
}

@media screen and (max-width: 759.9px){
  .box h3 {
    font-size: 150%;
  }
  .box .campaign {
    font-size: 120%;
  }
  .box .reservation{
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 2px 0;
    margin: -35px 0 10px auto;
    width: 6em;
  }
}


/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	border: 1px solid #CCC;
	width: 100%;
	/*margin-bottom: 5px;*/
}
.swiper-container .swiper-slide p{
	/*margin-bottom: 20px;*/
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}
