@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
  color: #614343;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  background: #fff6f6;
}

#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 {
  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;
}

.disnon {
  display: none;
}

.deco {
  font-weight: normal;
  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%;
}

.deco_small {
  font-size: 80%;
}

@media screen and (max-width: 759.9px) {
  .deco {
    padding: 0 25px;
    background: url("../images/deco_left.png") no-repeat center left 5px, url("../images/deco_right.png") no-repeat center right 5px;
    background-size: auto 60%;
    display: inline-block;
  }
}

a.godetail {
  width: 80%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1% 20px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: auto 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 99;
}

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: auto 100%;
  pointer-events: none;
}

a.gotop {
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
  opacity: 0.8;
}

/*--------.page_roof-------------*/
.page_roof {
  position: relative;
  width: 100%;
  background: url("../images/topbg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 450px;
}

.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;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.page_roof h2 img {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.page_roof p {
  text-align: center;
  padding: 30px;
  font-size: 130%;
  font-weight: bold;
  color: rgb(142, 85, 106);
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    padding-top: 30vh;
  }

  .page_roof p {
    font-size: 100%;
    padding: 25px 10px;
  }

  .calendar h2 img {
    margin-top: 50px;
  }
}

/*-------------グリーン車プラン--------------*/
#greencar {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 30px;
  background: url("../images/bg_greencar.png")no-repeat center;
  background-size: cover;
  padding: 50px;
}

#greencar .inner {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 10px 5px;
  text-align: center;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#greencar .inner h2 {
  font-size: 160%;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 760px) {
  #greencar .jreast {
    font-size: 90%;
    color: #FFF;
    text-shadow: 1px 1px 0 #333,
      -1px 1px 0 #333,
      1px -1px 0 #333,
      -1px -1px 0 #333;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-family: sans-serif;
  }
}

#greencar .yoyaku_inner {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  #greencar .inner img {
    width: 25%;
    position: absolute;
    bottom: 20px;
    right: -20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    transform: rotate(-6deg);
  }
}

@media screen and (max-width: 759.9px) {
  #greencar {
    padding: 25px;
  }

  #greencar .inner h2 {
    font-size: 120%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }

  #greencar .inner img {
    width: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    transform: rotate(-10deg);
  }

  #greencar .jreast {
    width: 80%;
    font-size: 90%;
    color: #FFF;
    text-shadow: 1px 1px 0 #333,
      -1px 1px 0 #333,
      1px -1px 0 #333,
      -1px -1px 0 #333;
    font-family: sans-serif;
    margin: 0 auto 30px;
    text-align: right;
  }

}

/*-------------コンテンツ--------------*/
.tab_wrap {
  width: 100%;
}

.tab_wrap .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.pink .inner {
  background: url("../images/line_flower.png")no-repeat center bottom;
  background-size: contain;
}

.orange .inner {
  background: url("../images/line_fruit.png")no-repeat center bottom;
  background-size: contain;
}

.tab_wrap h3 {
  font-size: 250%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #865858;
}

.tab_wrap h3 span {
  font-size: 70%;
}

.tab_wrap span.area {
  background: #ffdfdf;
  font-size: 60%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  margin-right: 15px;
  font-weight: normal;
  vertical-align: 5px;
}

@media screen and (max-width: 759.9px) {
  .tab_wrap .inner {
    padding: 10px 0 50px;
  }

  .tab_wrap h3 {
    font-size: 160%;
    text-align: center;
  }
}

.ph_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.ph_info h4 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 15px;
}

.ph_info .photo {
  width: 55%;
  position: relative;
  padding: 0 15px 15px;
}

.ph_info .photo p.credit {
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: right;
  font-size: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 0 5px 3px;
  border-radius: 5px;
}

.ph_info p {
  font-size: 130%;
}

.ph_info p.attention {
  font-size: 110%;
  margin-top: 10px;
}

.ph_info p.migoro {
  background: rgba(181, 215, 242, 0.7);
  font-size: 100%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: -10px 0 10px;
}

.ph_info .photo img {
  width: 100%;
  border: 5px solid #ffcbce;
}

.ph_info.reverse {
  flex-direction: row-reverse;
}

.data {
  width: 100%;
  border-bottom: dotted 1px #CCCCCC;
  margin-bottom: 10px;
}

.data dt {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  vertical-align: top;
}

.data dd {
  display: inline-block;
  padding: 3px 0 3px 10px;
}

.data dd span {
  font-weight: 800;
  color: #ff0054;
}

.info {
  width: 45%;
  border-top: 1px dotted #CCCCCC;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
}

.info h4 {
  font-size: 130%;
  margin-bottom: 5px;
  text-indent: -0.4em;
}

.info p {
  font-size: 90%;
}

.info a {
  word-break: break-all;
  display: inline-block;
  font-size: 90%;
}

p.migoro {
  background: rgba(181, 215, 242, 0.7);
  font-size: 100%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: -10px 0 10px;
}

@media screen and (max-width: 759.9px) {
  .ph_info .photo {
    width: 100%;
  }

  .ph_info .info {
    width: 100%;
  }

  .ph_info h4 {
    font-size: 120%;
  }

  .ph_info p {
    font-size: 100%;
  }

  .inner h3+p.migoro {
    background: rgba(181, 215, 242, 0.7);
    font-size: 90%;
    width: 70%;
    text-align: left;
    padding: 2px 10px 3px;
    border-radius: 5px;
    display: block;
    margin: -10px auto 10px auto;
  }
}

.yoyaku_inner {
  margin: 20px 0 20px;
  text-align: center;
}

.yoyaku_inner h2 {
  font-size: 140%;
  margin-bottom: 20px;
}

.yoyaku_inner .yoyaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 759.9px) {
  .yoyaku_inner h2 {
    font-size: 120%;
  }
}

/*-----スライド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;
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox {
  margin: 0 auto;
}

.swiper-pagination.inbox {
  bottom: 15px;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

.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.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }

  .swiper-button-prev.inbox {
    left: 3px;
    top: 46%;
  }

  .swiper-button-next.inbox {
    right: 3px;
    top: 46%;
  }
}