@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Sans JP', sans-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.godetail {
  width: 40%;
  max-width: 300px;
  height: 60px;
  margin: 0 2%;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  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;
}

a.godetail.stay {
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
}

a.godetail.jr {
  background: url("../images/button_jr.png") no-repeat center bottom;
  background-size: 100%;
}

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;
}

a.btn {
  width: 60%;
  max-width: 350px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #00c6b4;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
  color: #FFFFFF;
}

.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 {
    padding: 10px 0 15px;
    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;
  }
}

/*-------------トップリード   --------------*/

#mainVisual {
  max-width: 100%;
  margin-bottom: 30px;
}

#mainVisual .bg {
  max-width: 100%;
  text-align: center;
  position: relative;
}

#mainVisual .bg>img {
  max-width: 100%;
  filter: opacity(0.5);
}

.pageTopLead {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 300%;
  padding: 10px 0;
  text-align: left;
}

.pageTopLead h2 {
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px #00a57e;
  -webkit-text-stroke: 2px rgba(131, 186, 137, 0.5);
  font-size: 150%;
}

.toplead_small {
  color: #00a57e;
  margin-bottom: 10px;
  font-size: 80%;
  text-shadow: 0 0 10px #ffffff;
}

.top_comment {
  margin-bottom: 20px;
  font-size: 140%;
}

.offer {
  text-align: right;
  font-weight: lighter;
  margin-top: 10px;
  font-size: 90%;
}

@media screen and (min-width: 760px) {

  .toplead_small {
    font-size: 70%;
  }

  #mainVisual .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 950px;
    margin: 0 auto 30px;
  }

  #mainVisual .chart {
    width: 85%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mainVisual .chart img {
    margin: 0 0.5%;
  }

  #mainVisual .chart img:first-child {
    width: 30%;
  }

  #mainVisual .chart img:nth-child(2) {
    width: 30%;
  }

  #mainVisual .chart img:last-child {
    width: 40%;
  }

  */ #mainVisual h2 span {
    font-size: 120%;
  }

  #mainVisual .lead {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    color: #555555;
    margin: 10px 0;
  }
}

@media screen and (max-width: 759.9px) {
  .pageTopLead h2 {
    font-size: 80%;
    -webkit-text-stroke: 0.5px rgba(112, 112, 112, 0.5);
    text-shadow: 2px 2px #00a57e;
  }

  .toplead_small {
    font-size: 40%;
  }

  #mainVisual .inner {
    width: 90%;
    margin: -150px auto 0;
    z-index: 1;
    position: relative;
  }

  #mainVisual .chart {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mainVisual .chart img {
    margin: 0 0.5%;
  }

  #mainVisual .chart img:first-child {
    width: 30%;
  }

  #mainVisual .chart img:nth-child(2) {
    width: 30%;
  }

  #mainVisual .chart img:last-child {
    width: 40%;
  }

  #mainVisual h2 span {
    font-size: 150%;
  }

  #mainVisual .lead {
    font-size: 110%;
    text-align: left;
    margin-top: 10px;
  }

  .offer {
    font-size: 70%;
  }
}

/*-------------information--------------*/
#information {
  width: 90%;
  max-width: 750px;
  margin: 70px auto 0;
  color: #555555;
}

#information dl {
  width: 90%;
  margin: 0 auto 10px;
  display: flex;
}

#information dl dt {
  white-space: nowrap;
  text-align: left;
}

#information dl dd {
  text-align: left;
  padding-left: 10px;
}

h3 {
  font-size: 150%;
  margin-bottom: 20px;
}

.thanks {
  font-size: 250%;
  padding-bottom: 15px;
  color: #ff806d;
  border-bottom: solid;
}

#information p {
  font-size: 110%;
}

#information span {
  color: #FF0000;
  font-size: 140%;
  font-weight: bold;
}

.info_ul {
  text-align: left;
  margin: 0 auto 10px;
}

.info_li::before {
  content: "※";
  font-size: 90%;
  margin-right: 3px;
}

.info_lili::before {
  content: "　・";
  font-size: 90%;
  margin-right: 3px;
}

@media screen and (max-width: 759.9px) {
  #information dl {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
  }

  #information dl dt {
    width: 100%;
  }

  #information dl dd {
    width: 100%;
    padding-left: 1em;
  }
}

/*-------------チャート--------------*/
@media screen and (min-width: 760px) {
  .flow_unit {
    width: 100%;
    margin: 10px auto 30px;
    display: flex;
    justify-content: center;
  }

  .flow_unit .flow {
    width: 25%;
    text-align: center;
    position: relative;
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flow_unit .flow p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 110%;
    text-align: center;
  }

  .flow img {
    width: 70%;
  }

  .flow_unit .flow::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 84%;
    width: 33%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
  }

  .flow_unit .flow:last-child::before {
    content: "";
    background: none;
  }
}

@media screen and (max-width: 759.9px) {
  .flow_unit {
    width: 110%;
    height: 330px;
    margin: 30px -5%;
    position: relative;
  }

  .flow_unit .flow {
    width: 40%;
    text-align: center;
    position: relative;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flow_unit .flow p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 100%;
    text-align: center;
  }

  .flow img {
    width: 80%;
  }

  .flow:first-child {
    position: absolute;
    top: 35%;
    left: 0;
  }

  .flow:nth-child(2) {
    position: absolute;
    top: 0;
    left: 30%;
  }

  .flow:nth-child(3) {
    position: absolute;
    top: 35%;
    right: 0;
  }

  .flow:last-child {
    position: absolute;
    bottom: -10%;
    left: 30%;
  }

  .flow_unit .flow:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -10%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(-40deg);
    z-index: 1;
  }

  .flow_unit .flow:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 60%;
    right: -10%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(40deg);
    z-index: 1;
  }

  .flow_unit .flow:last-child::before {
    content: "";
    position: absolute;
    top: 5%;
    right: -10%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: scale(-1, 1) rotate(40deg);
    z-index: 1;
  }
}

/*-------------yoyaku--------------*/
.yoyaku {
  width: 100%;
  margin: 50px auto 40px;
}

.yoyaku h2 {
  margin: 0 auto 10px;
}

.deco {
  margin: 0 auto 10px;
  display: table;
}

.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}

/*-------------about --------------*/
#about {
  background-color: #f0fffc;
  border-radius: 40px;
}

#about h2 {
  text-align: center;
  color: #50776d;
  font-size: 160%;
  padding: 50px 0 20px;
}

@media screen and (max-width: 759.9px) {
  #about h2 {
    font-size: 130%;
  }
}

#about dl {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

#about dl dt {
  padding: 0 20px;
}

#about dl dt img {
  width: 100%;
  max-width: 300px;
}

#about .comment {
  width: 90%;
  text-align: left;
  margin: 0 auto 30px;
  color: #555555;
}

#about .offer {
  margin: -15px 0 10px 0;
}

@media screen and (max-width: 759.9px) {
  #about dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  #about dl dt {
    margin-bottom: 20px;
  }

  #about dl dt img {
    width: 70%;
  }

  #about dl dd {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  #about dl dd iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}