@charset 'UTF-8';

/***** CSS Document ASAHIZUSHI *****/
.sp,
ipad {
  display: none !important;
}
.pc {
  display: block !important;
}

/***** typography *****/
body,
.cont,
.cont th,
.cont td,
.cont4,
#result h5 {
  font-size: 14px;
  line-height: 1.74;
}
.cont2 {
  font-size: 20px;
  line-height: 1.74;
}
h3,
.cont3 {
  font-size: 26px;
  line-height: 1.74;
}

/***** header *****/
.navigation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation > li:nth-of-type(1) {
  margin-right: auto;
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hamburger {
  display: none;
}
.navigation li:nth-of-type(n + 2) {
  margin-top: 0;
}
.logo {
  width: auto;
}
.navigation li:nth-of-type(n + 2),
.navigation li:nth-of-type(n + 2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation li:nth-of-type(n + 2) ul a,
.navigation li:nth-of-type(n + 2) ul span,
.navigation li:nth-of-type(n + 2).yoyaku-pc.ipad a {
  font-size: 13px;
  padding: 1rem 0.5vw;
  letter-spacing: -0.01em;
}
.navigation li:nth-of-type(n + 2).yoyaku-pc span,
.navigation li:nth-of-type(n + 2).yoyaku-pc.ipad a {
  display: block;
  margin: 0 0 0 10px;
  padding: 0 1rem;
  height: 80px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  background: url(../img/bg-100.jpg) no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
}
.yoyaku a,
.yoyaku span {
  display: block;
  cursor: default;
  margin: 30px auto 0;
  background: url(../img/bg-100.jpg) no-repeat 0 0;
  background-size: cover;
  height: 90px;
  font-size: 2.2vw;
  line-height: 90px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
}

/***** main *****/

.text-box .img-right img,
.text-box.img-right img,
.text-box .img-left img,
.text-box.img-left img {
  max-width: 50%;
}

.btn-box li,
.photo-box li,
.photo-box li:nth-of-type(-n + 1) {
  flex: 0 0 33.33%;
  padding: 1rem;
  margin: 0;
}
/* 2つの場合 */
.btn-box li:first-child:nth-last-child(2),
.btn-box li:first-child:nth-last-child(2) ~ li {
  flex: 0 0 50%;
}

.photo-box.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.photo-box li:nth-of-type(-n + 1) .photo {
  padding-top: 80%;
}
.pagetop {
  bottom: 10px;
}
.grecaptcha-badge {
  bottom: 160px !important;
}

footer {
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .lg-flex {
    display: flex;
  }
}

/* 縦に積むテーブルレスポンシブ */
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: table-cell;
    border-bottom: none;
    width: auto;
  }
  .tbl-r02 tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
  }
  .tbl-r02 th {
    width: 26%;
    vertical-align: top;
  }

/***** metaslider *****/
.metaslider .caption {
  border-radius:0;
}

/***** maincatch *****/
/* #maincatch .bnr.box li {
 width: 23%;
}
#maincatch .bnr.box li:last-of-type {
 display: block;
} */
/***** photo *****/
#photo iframe {
  width: 100%;
  max-height: 530px;
  border: none;
}

/* header */
@media screen and (min-width: 810px) {
  .navigation li:nth-of-type(n + 2) ul a,
  .navigation li:nth-of-type(n + 2) ul span,
  .navigation li:nth-of-type(n + 2).yoyaku-pc span,
  .navigation li:nth-of-type(n + 2).yoyaku-pc.ipad a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .yoyaku a,
  .yoyaku span {
    font-size: 26px;
  }
}
/* ipad tate */
@media screen and (min-width: 768px) and (max-width: 769px) {
  /* header nav */
  .navigation li:nth-of-type(n + 2) ul a,
  .navigation li:nth-of-type(n + 2) ul span,
  .navigation li:nth-of-type(n + 2).yoyaku-pc.ipad a {
    padding: 0 0.4rem;
  }

  /* yoyaku */
  .pc.yoyaku,
  .pc.yoyaku-pc {
    display: none !important;
  }
  .ipad.yoyaku,
  .ipad.yoyaku-pc {
    display: block !important;
  }
}
/* ipad yoko */
@media screen and (min-width: 1024px) and (max-width: 1025px) {
  /* yoyaku */
  .pc.yoyaku,
  .pc.yoyaku-pc {
    display: none !important;
  }
  .ipad.yoyaku,
  .ipad.yoyaku-pc {
    display: block !important;
  }
}

@media screen and (min-width: 800px) {
  #result .menu-nav a {
    font-size: 1.5vw;
    letter-spacing: -0.1px;
  }
}
@media screen and (min-width: 1100px) {
  #result .menu-nav a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
/***** ハック ie10～ *****/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainimg {
    padding-bottom: 5%;
  }
  .maincatch .bnr.box {
    max-width: 420px;
    /*1個の時*/
    width: 95%;
    /*1個の時*/
  }
  .maincatch .bnr.box a {
    /*width: 47%;2個の時*/
    width: 100%;
  }
  .maincatch .bnr.box a:nth-of-type(2n) {
    margin-right: 0;
  }
}
