@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');*/
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  /* background: url("../images/bg_page.png")repeat-y top center;
  background-size: 100%; */
  /*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;
  border-bottom: 1px solid #B20202;
}

.text_bold {
  font-weight: bold;
  font-size: 120%;
}

.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;
  line-height: 1.5;
  text-align: left;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

.deco {
  font-weight: normal;
  padding: 0 20px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: 12px;
}

@media screen and (max-width: 759.9px) {
  .deco {
    display: inline-block;
    padding: 0 12px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: 8px;
  }
}

/*------------------------------
Important news
------------------------------*/
@media screen and (min-width: 760px){
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
}
@media screen and (max-width: 759.9px) {
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
}
/*Important news----------------*/

a.godetail {
  width: 90%;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 15px;
  padding: 10px 0 15px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
}

a.godetail.chubu {
  background: url("../images/button_chubu.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;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    width: 95%;
    font-size: 90%;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  position: relative;
  width: 100%;
  background: url("../images/top_pixta42394792.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
}

.page_roof > .inner {
  position: absolute;
  width: 100%;
  max-width: 970px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.akaakalogo {
  position: absolute;
  top:0;
  left:0;
  width: 30%;
}

.akaakalogo img {
  width: 100%;
  height: auto;
}

.page_roof h2 {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof h2 img {
  max-width: 70%;
  max-height: 80%;
}

.japanillust {
  width: 100%;
  max-width: 800px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.recommend_title {
  width: 70%;
  max-width: 500px;
  margin: 0 auto 20px;
  display: block;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    height: 25vh;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.paddingTop {
  padding-top: 80px;
}

#wrapper nav {
  background: #358683;
  width: 100%;
  z-index: 99;
  margin-bottom: 40px;
  padding: 0;
}

#wrapper nav ul a,
#wrapper nav ul a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#wrapper nav 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;
}

#wrapper nav ul a {
  flex-grow: 1;
  height: 80px;
  background: url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
  /*width: 100%;*/
}

#wrapper nav 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;
}

#wrapper nav ul a li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#wrapper nav ul a li p {
  text-align: center;
  line-height: 1.4;
}

#wrapper nav ul a li img {
  max-height: 110%;
}

@media screen and (min-width: 760px) {
  #wrapper nav ul a li:after {
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 759.9px) {
  #wrapper nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #wrapper nav ul a {
    height: 60px;
    width: 25%;
    border-bottom: 1px solid #daa520;
  }
}

/*------------pageTopLead--------------*/
#pageTopLead {
  width: 100%;
  margin-bottom: 20px;
}

#pageTopLead .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

#pageTopLead .inner h2 {
  display: inline-block;
  text-align: center;
  font-size: 220%;
  background: url("../images/icon_train.svg")no-repeat center left;
  background-size: 35px;
  padding: 20px 0 20px 40px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 759.9px) {
  #pageTopLead {
    margin-bottom: 30px;
  }

  #pageTopLead .inner h2 {
    font-size: 180%;
    background-size: 30px;
    padding: 10px 0 10px 35px;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin-bottom: 40px;
}

.pageContent .inner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 40px;
}

.pageContent .inner>h2 {
  text-align: center;
  margin-bottom: 40px;
}

.pageContent .inner>h2 span {
  background: url("../images/title_top.png")no-repeat top right,
    url("../images/title_bottom.png")no-repeat bottom left, rgba(255, 255, 255, 0.6);
  background-size: auto 60%;
  padding: 20px 50px;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
  font-size: 110%;
  font-family: serif;
}

.pageContent .inner .box_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pageContent .inner .box_unit>.box,
.pageContent .inner .box_unit>a {
  width: 23%;
  /*3個ずつなら31.3%*/
  margin: 10px 1%;
  background: #FFFFFF;
  text-decoration: none;
  color: inherit;
  border: 1px solid #CCC;
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 759.9px) {
  .pageContent .inner .box_unit >.box,
  .pageContent .inner .box_unit >a {
    width: 48%;
    margin: 10px 1%;
  }
}

.pageContent .inner .box_unit > a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: inherit !important;
}

.pageContent .inner .box_unit .box h3 {
  display: inline-block;
  font-size: 130%;
  text-align: left;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}

.pageContent .inner .box_unit .box .comment {
  padding: 10px 5px;
}

.pageContent .inner .box_unit .box .godetail {
  width: 80%;
  max-width: 160px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 90%;
  padding: 5px 0 7px;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100% auto;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 100;
}

.pageContent .inner .box_unit .box .photo {
  position: relative;
  padding-top: 66%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EDEDED;
  overflow: hidden;
}

.pageContent .inner .box_unit .box .photo>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}

.pageContent .inner .box_unit .box .photo p.credit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 10px;
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.pageContent .inner .box_unit>a:hover .photo img {
  transform: scale(1.1, 1.1);
}

.img_contain {
  object-fit: contain !important;
}
@media screen and (max-width: 759.9px) {
  .pageContent .inner .box_unit .box h3 {
    font-size: 110%;
    font-weight: bold;
  }
}

p.slash {
  text-align: center;
  margin: 0 -10px 10px -10px;
  font-weight: bold;
}

.slash span {
  background: url("../images/slash_left.svg")no-repeat center left,
    url("../images/slash_right.svg")no-repeat center right;
  background-size: 10px;
  padding: 0 12px;
}

.caution {
  width: 90%;
  margin: 15px auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 10px;
  border: 3px solid #930003;
}

.caution h2 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
}

.caution p {
  font-size: 95%;
}

.caution ul {
  margin: 5px 0 0 10px;
}

.caution ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

@media screen and (max-width: 759.9px) {
  .caution ul {
    margin: 5px 0 0 0;
  }
}

#sec_serch .inner{
  margin: 40px auto;
  border: 2px solid #358683;
  padding: 50px 5px;
}
#sec_serch h2 {
  font-family: serif;
  /* font-size: 200%; */
}
.serch_box {
  display: flex;
}
.serch_box .godetail {
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 20px auto 0;
  padding: 15px 0 18px;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100% auto;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 100;
}

@media screen and (max-width: 759.9px){
  .serch_box .godetail{
    display: block;
    margin: 20px 5px 0;
  }
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container {
  width: 100%;
  margin: 0 auto;
}

.swiper-container .swiper-slide {
  text-align: center;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

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