@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%;
	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;
	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%;
}

P.atten{
  padding-top: 1rem;
  font-size: 0.66rem;
  line-height: 1.6;
}
/*--------.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{
    font-size: 2rem;
  }

@media screen and (max-width: 759.9px){
  #Read h2{
    font-size: 1.4rem;
    text-align: left;
  }
}
  /*-----------------------*/

.Read_bk{
  background-image: url('../images/back-main.jpg');
  background-repeat: repeat-y;
  /*border-bottom: 2px solid #e0e0e0;*/
}

.step_unit{
  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: 1rem auto 2rem;
}
  .step_unit .step_box{
    width: calc(100% / 3 - 0.5rem);
    margin-bottom: 0.5rem;
    padding: 2.5rem 2rem 0;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 20%);
    border-radius: .4rem;
    min-height: 24rem;
    position: relative;
  }
  .step_unit .step_box h3{
    position: absolute;
    left: 0;
    right: 0;
    top:-2rem;
    text-align: center;
    margin: auto;
  }
  .step_unit .step_box h3 img{
    width: 75%;
  }
  .step_unit .step_box img{
    width: 100%;
  }
  .step_unit .step_box .code,
  .step_unit .step_box .reading{
    text-align: center;
  }
    .step_unit .step_box .code img{
      width: 80%;
    }
      .step_unit .step_box .reading img{
        padding-top: 1rem;
      }
  .access_site {
    background: url("../images/icon_access.jpg")no-repeat left center;
    background-size: 40px;
    padding-left: 45px;
    text-align: center;
    font-size: .82rem;
  }
  .entry_site {
    background: url("../images/receiving_screen.png")no-repeat left top;
    background-size: 50%;
    padding: 0px 0 0px 50%;
    text-align: left;
    margin-top: 1rem;
  }
  .entry_site li{
    margin-bottom: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }
  .entry_site li:last-child{
    margin-bottom: 0;
  }

  @media screen and (max-width: 759.9px){
    .step_unit{
      padding: 0 1rem;
    }
    .step_unit .step_box{
      width: calc(100% / 1 - 0rem);
      padding: 1.5rem;
      margin-bottom: 4rem;
      min-height: inherit;
    }
      .step_unit .step_box:last-child{
        margin-bottom: 0rem;
      }
    .step_unit .step_box h3{
      top:-2.5rem;
    }
    .step_unit .step_box h3 img{
      width: 60%;
    }
  }
/* tab */

.mainttl-area{
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 759.9px){
  .mainttl-area img{
    width: 100%;
  }
}

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% / 5 - 0.5rem);
}

nav.selecter_group ul li 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;
   border-radius: 0.5rem 0.5rem 0 0;
}
  nav.selecter_group ul li 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.selecterAll P.active,
  nav.selecter_group ul li.selecter1 P.active,
  nav.selecter_group ul li.selecter2 P.active,
  nav.selecter_group ul li.selecter3 P.active,
  nav.selecter_group ul li.selecter4 P.active{
    background-color: #FFF;
    color: #e83421;
    border: 2px solid #e83421;
  }
    nav.selecter_group ul li.selecterAll P.active::after,
    nav.selecter_group ul li.selecter1 P.active::after,
    nav.selecter_group ul li.selecter2 P.active::after,
    nav.selecter_group ul li.selecter3 P.active::after,
    nav.selecter_group ul li.selecter4 P.active::after{
      display: none;
    }

    @media screen and (max-width: 759.9px){
      nav.selecter_group ul li{
        width: calc(100% / 1 - 0rem);
        margin-bottom: 2px;
      }
      nav.selecter_group ul li P{
         border-radius: 0;
      }
      
    }

/* 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;
    margin: auto;
    padding: 3rem 1rem;
}

.area_group .panel {
	display: none;
}
.area_group .panel.show {
	display: block;
}

  .box_unit ul.food_list{
    display: flex;
    justify-content: space-between;
    align-items: start;
      flex-wrap: wrap;
      padding: 2rem 0 1rem;
  }  

  .box_unit ul.food_list::after{
    content:"";
    display: block;
    width: calc(100% / 3 - 0.5rem);
    }

.box_unit ul.food_list li{
  position: relative;
  width: calc(100% / 3 - 0.5rem);
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgb(161, 161, 161,0.6);
  padding: 2rem 0.75rem;
  margin-bottom: 3rem;
}
.box_unit ul.food_list li:last-child{
  margin-bottom: 0rem;
}

.box_unit ul.food_list li .ttl-area .Shopttl{
  padding: 0.5rem;
  text-align: center;
  margin: 1rem 0 0;
}

@media screen and (max-width: 759.9px) {
  .box_unit ul.food_list{
      padding: 3rem 0 0;
  }  
  .box_unit ul.food_list li .ttl-area .Shopttl{
    margin: 2rem 0 0;
  }
}

.box_unit ul.food_list li .KenName{
  position: absolute;
    top:-2rem;
    left: 0;
    right: 0;
  width: 80px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
  border-radius: 50%;
    background-color: #fabe00;
    border: 2px solid #000;
    margin: auto;
}

.box_unit ul.food_list li .ttl-area .Shopttl span{
  position: absolute;
  background-color: #715600;
  padding: 0.25rem 0.5rem;
    color: #FFF;
  top:0px;
  left: 0px;
  border-radius: 8px 0 0 0;
    font-size: 0.86rem;
}
  .box_unit ul.food_list li .ttl-area .Shopttl h4{
    font-size: 1.2rem;
    font-weight: bold;
  }

  .box_unit ul.food_list li .Pointarea{
      border-radius: 8px;
      padding: 0.75rem;
      background-color: #fffcca;
      font-size: 0.85rem;
      height: auto;
        min-height: 9rem;
  }
  .box_unit ul.food_list li .Pointarea.Line1{
    min-height: auto;
  }
  .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: 1rem;
      font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .box_unit ul.food_list li .Pointarea P span{
    font-size: 1rem;
  }

@media screen and (max-width: 759.9px) {
  .box_unit ul.food_list li{
    width: calc(100% / 1 - 0rem);
    padding: 1rem;
  }
  .box_unit ul.food_list li .Pointarea{
      min-height: inherit;
  }
}

.AllLink{
  text-align: center;
  padding: 4rem 0;
}
.AllLink .Allsec{
  width:100%;
  padding: 2rem;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 20%);
  border-radius: .4rem;
  position: relative;
}

.AllLink h2{
  font-size: 1.3rem;
}

@media screen and (max-width: 759.9px) {
  .AllLink{
    padding: 3rem 1rem;
  }
  .AllLink .Allsec{
    padding: 1rem;
  }
}

/*ボタン*/

.yoyaku_unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.box_unit ul.food_list li .yoyaku_unit p{
  width: calc(100% / 1 - 0rem);
}

.box_unit ul.food_list li .yoyaku_unit p a.godetail.chubu{
  margin-bottom: 1rem;
}

.yoyaku_unit p{
  width: calc(100% / 2 - 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: #00c46f;
  box-shadow: 5px 5px 0 #74f1bb;
}

a.godetail.chubu{  
  background-color: #e83421;
  box-shadow: 5px 5px 0 #ff7263;
}

a.godetail.pdfLink{
  background-color: #e83421;
  box-shadow: 5px 5px 0 #ff7263;
  font-weight: bold;
  font-size: 1.2rem;
  background-image: url('../images/icon_pdf.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 30px center;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 759.9px) {
  .yoyaku_unit p{
    width: calc(100% / 1 - 0rem);
  }
  a.godetail {
    height: 40px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #CE7C76;
  }
  a.godetail.pdfLink{
    width: 98%;
    height: 60px; 
    border-radius: 30px;
  }
  .Allsec .yoyaku_unit p a.godetail.chubu{
    margin-bottom: 1rem;
  }
}

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: #00c46f;
}

a.godetail.chubu:hover {
  background-color: #e83421;
}

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;
}
.onry_image img{
  width: 100%;
  margin-bottom: 2rem;
}

/*-----スライド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%;
}
@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%;
	}
}