@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;
	padding:0;
 	font-size:16px;
	line-height:1.6;
  overflow: hidden;
	/*font-family: 'Noto Serif JP', 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: #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%;
  color: #B20202;
}
.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;
	align-items: center;
	justify-content: center;
  height: 50px;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	z-index: 10;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.5;
  padding-bottom: 5px;
}
a.godetail.kochi{
	background: url("../images/button_kochi.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: 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){
  a.godetail{
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}
p.credit {
	position: absolute;
	top:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images/top.jpg")no-repeat center center;
	background-size: cover;
	height: 450px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width:100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof img{
	height: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height: 28vh;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead .inner p{
	font-size: 160%;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner p{
    font-size: 120%;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
.paddingTop{
	padding-top: 60px;
}
@media (max-width:767px){
	.paddingTop{
		padding-top: 50px;
	}
}
#pageNav {
	background:#00aeff;
	width: 100%;
  z-index: 20;
  padding: 0;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
#pageNav ul a,
#pageNav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#pageNav ul {
  width: 100%;
    max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
}
#pageNav li {
  /*flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;*/
  width: calc( 100%/5 );
  text-align: center;
  border-left:1px solid #fff;
}

  #pageNav ul li:first-child{
    border-left:none;
  }
#pageNav ul a{
  width: 100%;
  padding: 1rem 0.5rem;
  display: block;
}
#pageNav ul a.selected{
  background-color:#0ACDBD;
}

@media screen and (max-width: 759.9px){
  #pageNav ul {
    flex-wrap: wrap;
    padding: 0.25rem 0;
  }
  #pageNav li {
    width: calc( 100%/5 );
    font-size: 0.86rem;
    display: block;
  }
}
/*-------------ページコンテンツ   --------------*/

.pageContent {
  width: 100%;
	margin:0 auto;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  /*padding-bottom: 40px;*/
}

/*-----------------------*/

/*タイトル*/

#Read{
  padding: 4rem 0 2rem;
  text-align: center;
}
  #Read h2{
    padding-bottom: 2rem;
  }
  #Read P{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
      font-weight: 700;
      font-size: 1.1rem;
  }

@media screen and (max-width: 759.9px){
  #Read{
    padding: 4rem 0.75rem 2rem;
    text-align: center;
  }
  #Read h2 img{
    width: 100%;
  }
  #Read P{text-align: left;
  }
}
  /*-----------------------*/

.Read_bk{
  background-image: url('../images/back-main.jpg');
  background-repeat: repeat-y;
  /*border-bottom: 2px solid #e0e0e0;*/
}
  .Read_bk .Read_bk_in{
    background-image: url('../images/back-cnt01.png');
    background-repeat: no-repeat;
    background-position: top -155px center;
    padding-bottom: 4rem;
  }
.Main_blk{
  width: 100%;
  background-image: url('../images/main01.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 450px;
}
  .Main_blk img{
    width: 100%;
  }
@media screen and (max-width: 759.9px){
  .Read_bk .Read_bk_in{
    background-position: top -50px center;
    background-size: 100%;
    padding-bottom: 0;
  }
  .Main_blk{
    background-size: 100%;
    padding-top: 64%;
    overflow: hidden;
    position: relative;
  }
  .Main_blk img{
    position:absolute;
    left: -36%;
    bottom: 0;
    width: 660px;
  }
  .mainImg img{
    width: 100%;
  }
}

/* tab */

nav.selecter_group ul{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 1rem;
}

nav.selecter_group ul li{
  width: calc(100% / 3 - 0.5rem);
  margin-bottom: 0.5rem;
}

nav.selecter_group ul li P{
  width: 100%;
  text-align: center;
  background-color: #ddd;
  border: 2px solid #ddd;
    color: #a1a1a1;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}

nav.selecter_group ul li.selecter P{
  background-color: #8c642a;
  border: 2px solid #8c642a;
  width: 100%;
  padding: 1rem;
  text-align: center;
   color: #FFF;
   font-size: 1.1rem;
   font-weight: bold;
   cursor:pointer;
   position: relative;
}
  nav.selecter_group ul li.selecter P::after{
    content: '';
    background-image: url('../images/icon-btn.png');
    width: 18px;
    height: 18px;
      position: absolute;
      top:0;
      bottom: 0;
      right: 10px;
      margin: auto;
  }
  nav.selecter_group ul li.selecter P.active{
    background-color: #FFF;
    color: #e83421;
    border: 2px solid #e83421;
  }
    nav.selecter_group ul li.selecter P.active::after{
      display: none;
    }
@media screen and (max-width: 759.9px) {
  nav.selecter_group ul li{
    width: calc(100% / 2 - 0.25rem);
  }
}

/* ttl */

.ttl-back img{
  width: 100%;
}

/* area */

.main_cnt{
  background-image: url('../images/bk-maincnt.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.area_group{
  width: auto;
    min-width: 920px;
    margin: auto;
    padding: 3rem 1rem;
}

.area_group .panel {
	display: none;
}
.area_group .panel.show {
	display: block;
}

.ttl-back{
  padding: 3rem 0 1rem;
}
  .ttl-back:first-child{
    padding-top: 0;
  }

  .box_unit  + .box_unit {
    margin-top: 2rem;
  }

.box_unit ul.food_list li{
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgb(161, 161, 161,0.6);
  padding: 2rem;
  margin-bottom: 2rem;
}
.box_unit ul.food_list li:last-child{
  margin-bottom: 0rem;
}

.box_unit ul.food_list li dl{
  display: flex;
  justify-content: space-between;
  align-items: start;
    flex-wrap: wrap;
}
.box_unit ul.food_list li dl dd{
  width: calc(100% / 2 - 1rem);
  margin-top: 2rem;
}

.box_unit ul.food_list li dl dd:nth-child(1),
.box_unit ul.food_list li dl dd:nth-child(2){
  margin-top: 0rem;
}

.box_unit ul.food_list li .ttl-area .Shopttl{
  background-image: url('../images/back-main.jpg');
  padding: 0.5rem 1rem;
  text-align: center;
  position: relative;
  margin: 2rem 0;
}

.box_unit ul.food_list li .ttl-area .Shopttl span{
  position: absolute;
  background-color: #000;
  padding: 0.5rem 1rem;
    color: #FFF;
  top:-20px;
  left: -10px;
}
  .box_unit ul.food_list li .ttl-area .Shopttl h4{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .box_unit ul.food_list li .Pointarea{
      border-radius: 8px;
      padding: 1rem;
      margin-top: 2rem;
  }
    .ctA.box_unit ul.food_list li .Pointarea{
      background-color: #ffe9db;
    }
    .ctB.box_unit ul.food_list li .Pointarea{
      background-color: #ebe5cf;
    }
    .ctC.box_unit ul.food_list li .Pointarea{
      background-color: #daf4e4;
    }

  .box_unit ul.food_list li .Pointarea P{
    background-color: #FFF;
    padding: 0.5rem 1rem;
      text-align: center;
      font-family: 'Noto Serif JP', serif;
      font-size: 1.3rem;
      font-weight: bold;
    margin-bottom: 2rem;
  }

@media screen and (max-width: 759.9px) {
  .area_group{
    width: 100%;
      min-width: inherit;
      padding: 3rem 0.5rem;
  }
  .ttl-back h3 img{
    width: 100%;
  }
  .box_unit ul.food_list{
    width: 100%;
  }
  .box_unit ul.food_list li{
    width: 100%;
    padding: 1rem;
  }
  .box_unit ul.food_list li dl dd{
    width: calc(100% / 1 - 0rem);
  }
  .box_unit ul.food_list li .ttl-area{
    padding-bottom: 1rem;
  }
  .box_unit ul.food_list li .ttl-area .Shopttl span{
    top:-40px
  }
  .box_unit ul.food_list li .ttl-area .Shopttl h4{
    font-size: 1.4rem;
  }
  .box_unit ul.food_list li .Pointarea{
    font-size: 0.9rem;
  }
  .box_unit ul.food_list li .Pointarea P{
    font-size: 1.1rem;
  }
.box_unit ul.food_list li dl dd:nth-child(2){
  margin-top: 2rem;
}
}

/*ボタン*/

.yoyaku_unit {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.yoyaku_unit p{
  width: calc(100% / 3 - 1rem);
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #dc2357;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #d67893;
  transition: 0.2s;
  padding: 0.5rem;
    border-radius: 25px;
}

a.godetail.shuto{
  background-color: #e83421;
  box-shadow: 5px 5px 0 #ff7263;
}

a.godetail.chubu{
  background-color: #d09a36;
  box-shadow: 5px 5px 0 #ffd993;
}

a.godetail.yado{
  background-color: #166aca;
  box-shadow: 5px 5px 0 #519cf1;
}

@media screen and (max-width: 759.9px) {
  .yoyaku_unit p{
    width: calc(100% / 1 - 0rem);
    padding-bottom: 1rem;
  }
    .yoyaku_unit p:last-child{
      padding-bottom: 0;
    }
  a.godetail {
    height: 40px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #CE7C76;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #e83421;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}

a.godetail.shuto:hover {
  background-color: #e83421;
}

a.godetail.chubu:hover {
  background-color: #d09a36;
}
a.godetail.yado:hover{
  background-color: #166aca;
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img,
.swiper-container .no-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;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin:0 auto;
}
.swiper-container.inbox .swiper-slide,
.swiper-container.inbox .no-swiper-slide{
	text-align: center;
  padding: 0.5rem 0.5rem 2rem;
  height: auto;
    /*min-height: 350px;*/
}
  .swiper-container.inbox .swiper-slide .box{
    height: 750px;
  }

.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-container.inbox .swiper-pagination {
	bottom: 0px;
}
.swiper-pagination-bullet-active{
  background: #66cfdf;
}
.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.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}

.swiper-nonslide img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
  .swiper-container.inbox .swiper-pagination {
    bottom: 0px;
  }
	.swiper-button-prev.inbox{
    display: none;
		left:-15px;
		top:46%;
	}
	.swiper-button-next.inbox{
    display: none;
		right:-15px;
		top:46%;
	}
}