@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&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:'Kiwi Maru', serif;
	/*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%;
}
/*--------.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: 23vh;
  }
}
/*-------------トップリード   --------------*/
#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:#59caf6;
	width: 100%;
  z-index: 20;
  margin-bottom: 30px;
  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;
  font-family: 'Noto Sans JP', sans-serif;
}
#pageNav ul a{
  flex-grow:1;
  height: 60px;
  background: url("../images/menu_line.svg") no-repeat center right ;
  background-size: 1px;
  width: 100%;
}
#pageNav ul a:first-child{
  background: url("../images/menu_line.svg") no-repeat center left,
    url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
}
#pageNav ul a li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	font-size: 120%;
}
#pageNav ul a.selected{
  background-color:#0ACDBD;
}

@media (max-width:767px){
  #pageNav ul a{
		height: 50px;
    width:auto;
	}
	#pageNav ul a li{
		font-size: 100%;
		text-align: center;
	}
  #pageNav ul a:first-child{
    background:url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }
  #pageNav ul a:last-child{
    background:none;
  }
}
@media (min-width:768px){
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin:0 auto;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  /*padding-bottom: 40px;*/
}

/*-----------------------*/
.ttl-back{
  padding-top: 50px;
  width: 100%;
  /*position: relative;*/
}
.ttl-back h2{
  text-align: center;
  font-size: 2.6rem;
}

.ttl-back .info {
  font-size: 180%;
  width: 100%;
  /*color: #0f94b7;*/
  color: #00c921;
  font-weight: bold;
  text-align: center;
}
  .ttl-back .info span{
    background: linear-gradient(transparent 75%, #ffff7f 75%);
  }

.name span{
  font-size: 0.66rem;
}

@media screen and (max-width: 759.9px){
  .ttl-back{
    padding-top: 40px;
  }
  .ttl-back h2{
    font-size: 1.6rem;
  }
  .ttl-back .info {
    font-size: 140%;
  }
}
/*-------------紹介--------------*/
.box_unit{
  width: 100%;
  max-width: 950px;
	margin:0 auto;
  display: flex;
  flex-wrap: wrap;
	padding: 2rem;
}
   .Access_bk{
      background-image: url("../images/bg-4.gif");
      background-size: cover;
      background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
   }
   .Ehime_bk{
    background-image: url("../images/bg-1.gif");
    background-size: cover;
    background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
    }
 .Kochi_bk{
  background-image: url("../images/bg-2.gif");
  background-size: cover;
  background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
    }

    @media screen and (max-width: 759.9px){
      .box_unit{
        padding: 2rem 0.5rem;
      }
    }
.box_unit .box{
  width: 100%;
  /*margin:0.5rem;*/
  border-radius: 10px;
    background-color: #FFF;
    padding: 1rem;
}
.box .icon_name {
  margin-bottom: 5px;
  margin-right: -10px;
  display: flex;
}
.box .icon_unit img{
  width: 3em;
  margin-right: 3px;
}
.box .name{
  position: relative;
  width: 100%;
}
.box .name p{
  font-size: 85%;
  background-color: #fff600;
    padding: 0.3rem;
    border-radius: 25px;
      width: 105px;
    text-align: center;
    position: absolute;
    right: 0px;
    top:-10px;
}
.box .name h3{
  font-size: 120%;
  font-weight: bold;
}
.box .photo {
	width:100%;
	margin-bottom:10px;
	position: relative;
}
.box .photo img{
	width:100%;
	margin: 0;
}

.box .det-txt{
  height: auto;
    min-height: 7rem;
  margin-bottom: 10px;
}

.box .yoyaku{
	width: 98%;
  margin:0 auto;
  text-align: center;
}
.box .yoyaku > a{
  width: 80%;
  max-width: 350px;
	margin: 0 1% 15px;
}

.box .yoyaku p{
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 15px;
}
.box .yoyaku .yoyaku_unit{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box .yoyaku .yoyaku_unit > div,
.box .yoyaku .yoyaku_unit > a{
  width: 48%;
  max-width: 350px;
	margin: 0 1% 15px;
}

@media screen and (max-width: 759.9px){
  .box .yoyaku .yoyaku_unit > div,
  .box .yoyaku .yoyaku_unit > a{
    width: 100%;
    max-width: inherit;
  }
}

.box .yoyaku .yoyaku_unit > a.w80{
  width: 80%;
	margin: 0 auto 15px;
}

.box.btn_Area .yoyaku .yoyaku_unit{
  margin: auto;
}

.box .yoyaku .yoyaku_unit > div p{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.box .yoyaku .yoyaku_unit > div a.godetail{
	width: 100%;
	display: block;
}
.box.btn_Area{
  width: 100% !important;
    background: none;
    margin-top: 2rem;
}

@media screen and (max-width: 759.9px){
	.box_unit{
		justify-content: center;
	}
	.box_unit .box{
		width:100%;
		margin-bottom:20px;
	}
	.box .name {
    padding-top: 15px;
		margin-bottom: 5px;
	}
 	.box .name p{
    position: absolute;
    top:-10px;
    right: 0;
    padding: 2px 1em 3px;
    width: auto;
	}
  .box .name h3{
    font-size: 120%;
    white-space: nowrap;
  }
  .box .icon_unit img{
    width: 3.5em;
    margin-left:2px;
  }
}
/*-----スライド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;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin:0 auto;
}
.swiper-container.inbox .swiper-slide{
	text-align: center;
  padding: 0.5rem;
  height: auto;
    min-height: 350px;
}
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-container.inbox .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.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%;
	}
}

ul.Tenpo-Area{
  display: flex;
  align-items: flex-start;
	justify-content: start;
  height: auto;
  min-height: 260px;
}

ul.Tenpo-Area li.Tenpo-Img{
  width: 40%;
}

ul.Tenpo-Area li.Tenpo-Img img,
.Spot-Img img{
  width: 100%;
}

ul.Tenpo-Area li.Tenpo-Dit{
  width: 60%;
  padding-left: 1rem;
  text-align: left;
}

@media screen and (max-width: 759.9px){
  ul.Tenpo-Area{
    display: block;
  }
  ul.Tenpo-Area li.Tenpo-Img,
  ul.Tenpo-Area li.Tenpo-Dit{
    width: 100%;
    display: block;
    padding: 0;
  }
  ul.Tenpo-Area li.Tenpo-Dit P{
    padding-top: 0.5rem;
  }
}

dd.Ulr{
  word-break: break-all;
  font-size: 0.8rem;
}

.Sabttl-back{
  width: 100%;
}

.Spot_bk .Spot-box{
  flex: 1;
  padding: 0.25rem;
}

.Spot-Img{
  position: relative;
}
.Spot-Img span{
  position: absolute;
  top:10px;
  left: 10px;
  background-color: #000;
    padding: 0.25rem 0.5rem;
    color: #FFF;
    font-size: 0.86rem;
}

#wrapper h5{
  font-weight: bold;
    font-size: 1.6rem;
      margin: 2rem 0 0.5rem;
}

.Sabttl-back{
  display: flex;
  align-items: flex-start;
	justify-content: start;
  padding: 1rem;
  background:rgba(255,255,255,0.5);
}

.Sabttl-back h3{
  width: 380px;
  height: auto;
  font-size: 1.6rem;
  display: block;
  margin-right: 1rem;
  background-color: #B20202;
  color: #FFF;
    text-align: center;
    padding: 1rem;
}

.Sabttl-back img{
  width: 80%;
  margin-bottom: 0.5rem;
  margin: auto;
}

.Sabttl-back .Read-txt{
  width: 100%;
  font-size: 1.1rem;;
}

@media screen and (max-width: 759.9px){
  .Sabttl-back{
    display: block;
  }
  .Sabttl-back h3{
    width: 100%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
      margin-bottom: 0.5rem;
      padding:0.5rem;
  }
  .Sabttl-back img{
    width: 60px;
    padding-right: 0.25rem;
  }
  .Sabttl-back h3 P{
    width: 100%;
  }
  .Spot_bk .Spot-box{
    flex: inherit;
  }
}

.Tenpo-Area h4 {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: #fff600 solid 5px;
}
.Tenpo-Dit dl{
  margin-top: 1rem;
  background-color: #DDD;
  padding: 1rem;
}

.autoslide .swiper-slide,
.Spot-box P{
  font-size: 0.86rem;
}

.Map-img{
  text-align: center;
  position: relative;
}

.Map-img a.BtnA{
  position: absolute;
  top: 481px;
  left: 370px;
  z-index: 1;
}
.Map-img a.BtnB {
  position: absolute;
  top: 442px;
  left: 19px;
  z-index: 1;
}

.Map-img .Map img{
  width: 1000px;
    margin: auto;
    z-index: 0;
}

.Spot_bk{
  /*background-image: url("../images/bg-3.gif");
  background-size: cover;*/
  margin-top: 2rem;
  background: rgba(255,255,255,0.5);
}

.Spot_bk h5{
  text-align: center;
}

.Spot_bk h5 P span {
  padding-bottom: 0.25rem;
  text-decoration:underline wavy #00c921;
  -webkit-text-decoration: underline wavy #00c921;
}

.Spot_bk .box_unit{
  padding-top: 0rem;
}

@media screen and (max-width: 759.9px){
  .Access_bk .box_unit{
    padding-top: 0rem;
  }
  .Map-img{
    position: inherit;
  }
  .Map-img a.BtnA,
  .Map-img a.BtnB {
    position: inherit;
    text-align: center;
  }
  .Map-img a.BtnA img,
  .Map-img a.BtnB img{
    width: 90%;
  }
  .Map-img .Map img{
    width: 100%;
  }
}