﻿@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.display-none {
  display: none !important
}
@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important
  }
}
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important
  }
}
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important
  }
}
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important
  }
}
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important
  }
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.otf") format("opentype"), url("/sample/assets/fonts/NotoSansCJKjp-Light.woff") format("woff")
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype"), url("/sample/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff")
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype"), url("/sample/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff")
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Helvetica', serif, 'Arial', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 10px
  }
}
body *:focus {
  outline: none
}
img {
  width: 100%;
  display: block
}
a {
  color: #000;
  display: block;
  outline: none;
  text-decoration: none
}
ul {
  list-style-type: none
}
span {
  display: inline-block
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important
  }
}
.wrapper {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto
}
.overflow {
  overflow: hidden
}
.tsukuard {
  font-family: fot-tsukuardgothic-std, sans-serif
}
.btn_box {
  display: flex;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .btn_box {
    display: block
  }
}
.btn_box li {
  width: 400px;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
　transition: all 0.2s ease 0s;
}
.btn_box li:hover {
  transform: translateY(0.2em);
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .btn_box li {
    /*width: 20rem;*/
	width: 95%;
    margin: 0 auto 1rem
  }
}
.btn_box li a {
  opacity: 1;
  width: 100%;
  height: 90px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .btn_box li a {
    height: 60px;
    font-size: 20px
  }
}
.btn_box li a span:nth-child(1) {
  width: 100%
}
.btn_box li a span:nth-child(2) {
  width: 210px;
  padding: 7px 0;
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #ff4f24;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .btn_box li a span:nth-child(2) {
    width: 155px;
    padding: 2px 0;
    font-size: 10px
  }
}
.btn_box li:nth-child(1) {
  background-color: #5eb000
}
.btn_box li:nth-child(2) {
  background-color: #ff4f24
}
.column2 {
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .column2 {
    display: block
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  height: 80px
}
@media screen and (min-width: 769px) {
  header {
    min-width: 900px
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 50px
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}
@media screen and (max-width: 768px) {
  header .wrapper {
    width: 100%;
    padding: 0 5%
  }
}
header h1 {
  width: 330px
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 215px
  }
}
header .menu_btn {
  width: 16px;
  height: 14px;
  position: relative
}
@media screen and (min-width: 769px) {
  header .menu_btn {
    display: none
  }
}
header .menu_btn span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all .4s
}
header .menu_btn span:nth-child(1) {
  top: 0
}
header .menu_btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto
}
header .menu_btn span:nth-child(3) {
  bottom: 0
}
header .menu_btn.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg)
}
header .menu_btn.active span:nth-child(2) {
  opacity: 0
}
header .menu_btn.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg)
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    border-top: 1px #000 solid;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100
  }
}
header nav ul {
  display: flex
}
@media screen and (max-width: 768px) {
  header nav ul {
    height: 100%;
    padding-bottom: 20%;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
  }
}
header nav ul li {
  padding: 2px 0 2px 30px;
  border-left: 1px #000 solid;
  margin-left: 30px
}
@media screen and (max-width: 768px) {
  header nav ul li {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    margin: 0;
    font-size: 1rem
  }
  header nav ul li a {
    width: 200px;
    padding: 17px 0;
    border-bottom: 1px #000 solid;
    margin: 0 auto
  }
  header nav ul li:last-child a {
    border: none
  }
}
.mv {
  margin-top: 80px
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 50px
  }
}
.mv > div:nth-child(1) {
  padding: 60px 0 25px;
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
  background-position: top center
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) {
    padding: 120px 0 10px;
    background-image: url(../img/mv_sp.jpg);
    display: flex;
    justify-content: center
  }
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper {
    width: auto
  }
}
.mv > div:nth-child(1) .wrapper > p {
  width: 280px;
  padding: 11px 0 35px;
  background: url(../img/balloon01.png) no-repeat;
  background-size: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper > p {
    width: 125px;
    padding: 5px 0 16px;
    font-size: 16px
  }
}
.mv > div:nth-child(1) .wrapper h2 {
  padding-left: 1.8em;
  font-size: 80px;
  font-weight: bold;
  line-height: 78px;
  text-indent: -1.8em;
  letter-spacing: -0.1em;
  color: #fff;
  text-shadow: 0 0 12px #00c997, 0 0 12px #00c997, 0 0 12px #00c997, 0 0 12px #00c997, 0 0 12px #00c997;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper h2 {
    font-size: 48px;
    line-height: 46px;
    text-shadow: 0 0 6px #00c997, 0 0 6px #00c997, 0 0 6px #00c997, 0 0 6px #00c997, 0 0 6px #00c997;
    margin-bottom: 10px
  }
}
.mv > div:nth-child(1) .wrapper h2 span {
  font-size: 70px;
  text-indent: 0
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper h2 span {
    font-size: 40px
  }
}
.mv > div:nth-child(1) .wrapper ul {
  display: flex
}
.mv > div:nth-child(1) .wrapper ul li {
  width: 170px;
  padding: 36px 0 28px;
  border: 2px #30b7b9 solid;
  background: #fff url(../img/star_icon01.png) no-repeat;
  background-size: 35px;
  background-position: top 15px center;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: #42210b;
  margin-right: 10px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper ul li {
    width: 100px;
    padding: 22px 0 10px;
    background-size: 20px;
    background-position: top 10px center;
    line-height: 14px;
    margin: 0 2px
  }
}
.mv > div:nth-child(1) .wrapper ul li span:nth-child(1) {
  height: 44px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper ul li span:nth-child(1) {
    height: 28px
  }
}
.mv > div:nth-child(1) .wrapper ul li .tsukuard {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.1em;
  color: #30b7b9;
  display: block
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(1) .wrapper ul li .tsukuard {
    font-size: 14px;
    line-height: 18px
  }
}
.mv > div:nth-child(2) {
  padding: 15px 0 55px;
  background: url(../img/bg01.jpg) repeat-y center top;
  background-size: 100%;
  position: relative
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) {
    padding: 0 0 .5rem
  }
}
.mv > div:nth-child(2) > div {
  color: #fff
}
.mv > div:nth-child(2) > div h3 {
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div h3 {
    width: 100%;
    height: auto;
    margin-bottom: 0
  }
  .mv > div:nth-child(2) > div h3 img {
    width: 100%;
    height: auto
  }
}
.mv > div:nth-child(2) > div > div {
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div > div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0
  }
}
.mv > div:nth-child(2) > div > div p {
  display: flex;
  align-items: flex-end;
  align-content: flex-end
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div > div p:nth-child(2) {
    margin-top: 10px
  }
}
.mv > div:nth-child(2) > div > div p span {
  font-weight: bold
}
.mv > div:nth-child(2) > div > div p span:nth-child(1) {
  font-size: 50px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div > div p span:nth-child(1) {
    font-size: 26px
  }
}
.mv > div:nth-child(2) > div > div p span:nth-child(2) {
  font-size: 40px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div > div p span:nth-child(2) {
    font-size: 20px
  }
}
.mv > div:nth-child(2) > div > div p span:nth-child(3) {
  font-size: 28px
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) > div > div p span:nth-child(3) {
    font-size: 16px
  }
}
.mv > div:nth-child(2) > div .balloon {
  padding: 20px 38px 22px 48px;
  background: url(../img/balloon02.png) no-repeat;
  background-size: 100%;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1em;
  color: #534741
}
.mv > div:nth-child(2) .pc_only {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center
}
.mv > div:nth-child(2) .pc_only > div p span:nth-child(4) {
  padding-left: 1em;
  font-weight: 500;
  line-height: 22px;
  text-indent: -1em
}
.mv > div:nth-child(2) .btn_box {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  margin: auto
}
@media screen and (max-width: 768px) {
  .mv > div:nth-child(2) .btn_box {
    position: static
  }
}
.trouble {
  padding-top: 105px
}
@media screen and (max-width: 768px) {
  .trouble {
    padding-top: 45px
  }
}
.trouble h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  color: #30b7b9;
  margin-bottom: 80px;
  position: relative
}
@media screen and (max-width: 768px) {
  .trouble h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2rem
  }
}
.trouble h2:after {
  content: "";
  width: 130px;
  height: 90px;
  background: url(../img/trouble_icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -40px;
  right: 590px;
  left: 0;
  margin: auto
}
@media screen and (max-width: 768px) {
  .trouble h2:after {
    width: 68px;
    height: 48px;
    top: -30px;
    right: 280px
  }
}
@media screen and (min-width: 769px) {
  .trouble > div {
    width: 235px;
    margin: 0 auto;
    position: relative
  }
  .trouble > div p {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 29px;
    text-align: center;
    color: #534741;
    position: absolute
  }
  .trouble > div p:nth-of-type(1) {
    width: 350px;
    padding: 20px 20px 26px 0;
    background-image: url(../img/balloon03.png);
    bottom: 70px;
    left: -410px
  }
  .trouble > div p:nth-of-type(2) {
    width: 300px;
    padding: 36px 0 56px;
    background-image: url(../img/balloon04.png);
    bottom: 245px;
    left: -290px
  }
  .trouble > div p:nth-of-type(3) {
    width: 300px;
    padding: 36px 0 56px 10px;
    background-image: url(../img/balloon05.png);
    right: -290px;
    bottom: 245px
  }
  .trouble > div p:nth-of-type(4) {
    width: 320px;
    padding: 18px 0 26px 25px;
    background-image: url(../img/balloon06.png);
    right: -380px;
    bottom: 70px
  }
}
@media screen and (max-width: 768px) {
  .trouble > div {
    width: 100%
  }
  .trouble > div img {
    width: 100%;
    height: auto
  }
}
.feature {
  padding: 70px 0 80px;
  background: url(../img/bg02.jpg) repeat-y;
  background-size: 100%
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 3rem 0
  }
}
.feature .ttl {
  width: 660px;
  padding-bottom: 15px;
  background: linear-gradient(transparent 80%, #ff0 80%);
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  font-weight: bold;
  color: #006c6e;
  margin: 0 auto 90px
}
@media screen and (max-width: 768px) {
  .feature .ttl {
    width: 94%;
    margin: 0 auto 2rem;
    padding-bottom: 10px
  }
}
.feature .ttl p {
  font-size: 27px;
  text-align: center;
  margin-left: -20px
}
@media screen and (max-width: 768px) {
  .feature .ttl p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0
  }
}
@media screen and (max-width: 320px) {
  .feature .ttl p {
    font-size: 12px
  }
}
.feature .ttl p span {
  font-size: 36px;
  display: block;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .feature .ttl p span {
    font-size: 18px;
    margin-top: 5px
  }
}
@media screen and (max-width: 320px) {
  .feature .ttl p span {
    font-size: 15px
  }
}
.feature .ttl h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  position: relative
}
@media screen and (max-width: 768px) {
  .feature .ttl h2 {
    font-size: 18px;
    line-height: 20px
  }
}
.feature .ttl h2:after {
  content: "";
  width: 67px;
  height: 74px;
  background: url(../img/feature_icon01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -25px;
  left: 90px
}
@media screen and (max-width: 768px) {
  .feature .ttl h2:after {
    width: 36px;
    height: 40px;
    top: -20px;
    left: 50px
  }
}
.feature .ttl h2 img {
  width: auto;
  height: 94px;
  margin: 0 3px -3px 10px
}
@media screen and (max-width: 768px) {
  .feature .ttl h2 img {
    height: 46px
  }
}
.feature .ttl h2 span {
  font-size: 40px
}
@media screen and (max-width: 768px) {
  .feature .ttl h2 span {
    font-size: 20px
  }
}
.feature .column2 {
  align-items: center;
  align-content: center;
  margin-bottom: 50px
}
.feature .column2:nth-child(1) .img_box {
  width: 420px
}
@media screen and (max-width: 768px) {
  .feature .column2:nth-child(1) .img_box {
    width: 80%;
    margin: 1rem auto 0
  }
}
.feature .column2:nth-child(3) {
  margin: 0
}
.feature .column2:nth-child(2n) {
  flex-direction: row-reverse
}
.feature .column2 .text_box {
  width: 51%
}
@media screen and (max-width: 768px) {
  .feature .column2 .text_box {
    width: 100%
  }
}
.feature .column2 .text_box h3 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  color: #00999c;
  display: flex;
  margin-bottom: 40px
}
.feature .column2 .text_box h3 img {
  width: auto;
  height: 70px;
  margin-right: 20px
}
@media screen and (max-width: 768px) {
  .feature .column2 .text_box h3 {
    margin-bottom: 2rem;
    font-size: 1.2rem
  }
  .feature .column2 .text_box h3 img {
    margin: .2rem 1rem 0 0;
    height: 3rem
  }
}
.feature .column2 .text_box p {
  line-height: 1.8;
  font-size: 18px
}
.feature .column2 .text_box p span {
  font-size: 22px;
  color: #ff0000;
  display: inline
}
.feature .column2 .text_box p.notice {
  color: #555;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .feature .column2 .text_box p {
    font-size: .8rem
  }
  .feature .column2 .text_box p span {
    font-size: 1rem
  }
}
.feature .column2 .img_box {
  width: 45%
}
@media screen and (max-width: 768px) {
  .feature .column2 .img_box {
    width: 80%;
    margin: 1rem auto
  }
}
.contact {
  padding: 30px 0 25px;
  text-align: center;
  color: #00999c
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 1rem 0 1.5rem
  }
}
.contact h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 1.5rem;
    line-height: 1.4
  }
}
.contact .tel_box {
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  .contact .tel_box {
    margin: 0 auto
  }
}
.contact .tel_box p {
  font-weight: bold
}
.contact .tel_box p:nth-child(1) {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 50px;
  margin-bottom: 10px;
  font-family: 'Helvetica', sans-serif
}
@media screen and (max-width: 768px) {
  .contact .tel_box p:nth-child(1) {
    margin: 1.5rem auto .5rem;
    font-size: 2rem
  }
}
.contact .tel_box p:nth-child(1):before {
  content: "";
  width: 64px;
  height: 42px;
  background: url(../img/tel_icon.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 15px
}
@media screen and (max-width: 768px) {
  .contact .tel_box p:nth-child(1):before {
    width: 3rem;
    height: 2rem;
    margin-right: 1rem;
    background-size: auto 100%
  }
}
.contact .tel_box p:nth-child(2) {
  font-size: 18px
}
@media screen and (max-width: 768px) {
  .contact .tel_box p:nth-child(2) {
    font-size: .6rem
  }
}
.detail {
  padding: 65px 0 50px;
  background: url(../img/bg01.jpg) repeat-y;
  background-size: 100%
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 3rem 0 1rem
  }
}
.detail h2 {
  width: 380px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto 25px;
  position: relative
}
.detail h2 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 14px #ffff00
}
@media screen and (max-width: 768px) {
  .detail h2 span {
    padding-bottom: 5px;
    border-bottom: solid 8px #ffff00
  }
}
@media screen and (max-width: 768px) {
  .detail h2 {
    width: 100%;
    font-size: 1.5rem
  }
}
.detail h2:before, .detail h2:after {
  content: "";
  width: 67px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -35px
}
@media screen and (max-width: 768px) {
  .detail h2:before, .detail h2:after {
    width: 5rem;
    height: 3rem;
    top: -1rem
  }
}
.detail h2:before {
  background-image: url(../img/detail_icon01.png);
  background-position: left top;
  left: -75px
}
@media screen and (max-width: 768px) {
  .detail h2:before {
    left: 2rem
  }
}
.detail h2:after {
  background-image: url(../img/detail_icon02.png);
  background-position: right top;
  right: -75px
}
@media screen and (max-width: 768px) {
  .detail h2:after {
    right: 2rem
  }
}
.detail .wrapper > div {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div {
    margin-bottom: 1rem
  }
}
.detail .wrapper > div:nth-child(2) {
  background: none;
  border-radius: 0;
  align-items: stretch;
  align-content: stretch
}
.detail .wrapper > div:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) {
  width: 70%
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div:nth-child(2) > div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 0 5%
  }
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul {
  width: 32%
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul {
    width: 100%;
    margin-top: 1rem
  }
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul li {
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul li:last-child {
  margin: 0
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul li span:nth-child(1) {
  width: 60px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(1) ul li span:nth-child(2) {
  width: calc(100% - 70px)
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(2) {
  display: block;
  width: 28%
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div:nth-child(2) > div:nth-of-type(2) {
    width: 100%;
    padding: 0 0 5%
  }
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(2) ul {
  padding: 0 10px
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div:nth-child(2) > div:nth-of-type(2) ul {
    width: 100%;
    margin-top: 1rem;
    padding: 0 5%;
    box-sizing: border-box
  }
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(2) ul li {
  padding-left: 18px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  margin-bottom: 5px;
  font-size: 13px
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(2) ul li:after {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0
}
.detail .wrapper > div:nth-child(2) > div:nth-of-type(2) ul li:last-child {
  margin: 0
}
.detail .wrapper > div:nth-child(2) > div h3 {
  width: calc(100% - 23px);
  margin-left: 23px;
  padding: 20px 0 8px 15px;
  border-left: 8px #54c8cd solid;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #54c8cd;
  margin-bottom: 15px
}
@media screen and (max-width: 768px) {
  .detail .wrapper > div:nth-child(2) > div h3 {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0 .5rem 1rem;
    font-size: 1.3rem
  }
}
.detail .wrapper > div:last-child {
  flex-direction: row-reverse;
  margin: 0
}
@media screen and (max-width: 768px) {
  .detail .wrapper .flow {
    margin-bottom: 1rem
  }
}
.detail .wrapper .flow img {
  width: 1000px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .detail .wrapper .flow img {
    width: 100%;
    margin: 0
  }
}
.detail .wrapper .column2 {
  align-items: center;
  align-content: center
}
.detail .wrapper .column2 .text_box {
  width: 47.5%;
  padding: 0 30px;
  box-sizing: border-box
}
@media screen and (max-width: 768px) {
  .detail .wrapper .column2 .text_box {
    width: 100%;
    padding: 8% 5% 5%
  }
}
.detail .wrapper .column2 .text_box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px
}
.detail .wrapper .column2 .text_box h3 span {
  font-size: 32px;
  color: #00999c;
  margin-top: 10px
}
@media screen and (max-width: 768px) {
  .detail .wrapper .column2 .text_box h3 {
    margin-bottom: 1rem;
    font-size: 1rem
  }
  .detail .wrapper .column2 .text_box h3 span {
    font-size: 1.5rem
  }
}
.detail .wrapper .column2 .text_box p {
  font-size: 20px;
  line-height: 1.8
}
@media screen and (max-width: 768px) {
  .detail .wrapper .column2 .text_box p {
    font-size: .8rem
  }
}
.detail .wrapper .column2 img {
  width: 52.5%
}
@media screen and (max-width: 768px) {
  .detail .wrapper .column2 img {
    width: 100%;
    margin: 0 auto
  }
}
.price {
  padding: 105px 0 40px;
  background: url(../img/bg02.jpg) repeat-y;
  background-size: 100%
}
@media screen and (max-width: 768px) {
  .price {
    padding: 5rem 0 1rem
  }
}
.price .wrapper {
  padding: 145px 0 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative
}
@media screen and (max-width: 768px) {
  .price .wrapper {
    padding: 3rem 0 1px
  }
}
.price .wrapper h2 {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0
}
.price .wrapper h2 img {
  width: 100%;
  height: auto
}
@media screen and (min-width: 769px) {
  .price .wrapper .column2 {
    width: 790px;
    padding-bottom: 20px;
    border: 4px #ff961e solid;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto 25px
  }
}
@media screen and (max-width: 768px) {
  .price .wrapper .column2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border: 2px #ff961e solid;
    box-sizing: border-box;
    border-radius: 10px
  }
}
.price .wrapper .column2 > div {
  width: 50%;
  font-weight: bold
}
.price .wrapper .column2 > div:nth-of-type(2) p {
  border: none !important
}
.price .wrapper .column2 > div p {
  text-align: center
}
.price .wrapper .column2 > div p:nth-of-type(1) {
  width: 300px;
  padding: 15px 0;
  background-color: #ff961e;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  margin: -30px auto 25px
}
@media screen and (max-width: 768px) {
  .price .wrapper .column2 > div p:nth-of-type(1) {
    width: 80%;
    height: 2rem;
    margin: -1rem auto 1rem;
    padding: 0;
    line-height: 2rem;
    border-radius: 1rem;
    font-size: .7rem
  }
}
.price .wrapper .column2 > div p:nth-of-type(2) {
  border-right: 4px #ff961e solid;
  font-size: 36px
}
.price .wrapper .column2 > div p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 30px
}
.price .wrapper .column2 > div p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 20px
}
@media screen and (max-width: 768px) {
  .price .wrapper .column2 > div p:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 1
  }
  .price .wrapper .column2 > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 1rem
  }
  .price .wrapper .column2 > div p:nth-of-type(2) span:nth-of-type(2) {
    display: block;
    margin-top: .5rem;
    font-size: .7rem
  }
}
@media screen and (min-width: 769px) {
  .price .wrapper ul {
    display: flex;
    justify-content: center
  }
}
.price .wrapper ul li {
  width: 280px;
  padding: 25px;
  box-sizing: border-box;
  background: url(../img/bg04.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0 15px
}
@media screen and (max-width: 768px) {
  .price .wrapper ul li {
    width: 90%;
    padding: 5% 3%;
    margin: 1rem auto
  }
}
.price .wrapper ul li h3 {
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff6f00;
  margin-bottom: 15px
}
@media screen and (max-width: 768px) {
  .price .wrapper ul li h3 {
    height: auto;
    margin-bottom: 1rem;
    font-size: 1.4
  }
}
.price .wrapper ul li h3 img {
  width: auto;
  height: 60px;
  margin-right: 10px
}
.price .wrapper ul li p {
  line-height: 1.5
}
@media screen and (max-width: 768px) {
  .price .wrapper ul li p {
    font-size: .9rem
  }
}
.voice {
  padding: 40px 0;
  background: url(../img/bg03.jpg) repeat-y;
  background-size: 100%
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 0 0 1rem
  }
}
.voice h2 {
  width: 1000px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .voice h2 {
    width: 100%
  }
}
.voice h2 img {
  width: 100%;
  height: auto
}
.voice .wrapper {
  width: 800px;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px
}
@media screen and (max-width: 768px) {
  .voice .wrapper {
    width: 90%;
    padding: 5%
  }
}
.voice .wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5
}
@media screen and (max-width: 768px) {
  .voice .wrapper h3 {
    font-size: 1rem;
    margin-bottom: 1rem
  }
}
.voice .wrapper > p {
  color: #808080;
  margin-bottom: 30px;
  line-height: 1.4
}
@media screen and (max-width: 768px) {
  .voice .wrapper > p {
    margin-bottom: 1rem
  }
}
.voice .wrapper .column2 {
  align-items: flex-start;
  align-content: flex-start
}
.voice .wrapper .column2 img {
  width: 300px
}
@media screen and (max-width: 768px) {
  .voice .wrapper .column2 img {
    width: 100%
  }
}
.voice .wrapper .column2 p {
  width: 435px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify
}
@media screen and (max-width: 768px) {
  .voice .wrapper .column2 p {
    width: 100%;
    margin-top: 1rem;
    font-size: .8rem
  }
}
.place {
  background-color: #30b7b9
}
.place h2 {
  padding: 49px 0;
  background: url(../img/place.jpg) no-repeat center center;
  background-size: cover;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
}
@media screen and (max-width: 768px) {
  .place h2 {
    padding: 1.5rem 0;
    font-size: 1.2rem
  }
}
.place .wrapper {
  padding: 60px 0;
  box-sizing: border-box
}
@media screen and (max-width: 768px) {
  .place .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 5% 5% .5rem
  }
}
@media screen and (min-width: 769px) {
  .place .wrapper > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
  }
}
@media screen and (min-width: 769px) {
  .place .wrapper > div:last-child {
    margin: 0
  }
}
.place .wrapper > div > p, .place .wrapper > div ul li {
  background-color: #fff;
  border-radius: 4px
}
@media screen and (min-width: 769px) {
  .place .wrapper > div > p a, .place .wrapper > div ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center
  }
}
.place .wrapper > div > p a span:nth-child(1), .place .wrapper > div ul li a span:nth-child(1) {
  text-decoration: underline;
  font-size: 22px;
  color: #30b7b9
}
@media screen and (max-width: 768px) {
  .place .wrapper > div > p a span:nth-child(1), .place .wrapper > div ul li a span:nth-child(1) {
    font-size: .8rem
  }
}
.place .wrapper > div > p a span:nth-child(2), .place .wrapper > div ul li a span:nth-child(2) {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.4;
  margin-top: 15px;
  position: relative;
  font-size: 14px
}
@media screen and (max-width: 768px) {
  .place .wrapper > div > p a span:nth-child(2), .place .wrapper > div ul li a span:nth-child(2) {
    margin-top: .5rem;
    padding-left: 1rem;
    font-size: .6rem
  }
}
.place .wrapper > div > p a span:nth-child(2):before, .place .wrapper > div ul li a span:nth-child(2):before {
  content: "";
  width: 16px;
  height: 100%;
  background: url(../img/place_icon.png) no-repeat;
  background-size: 100%;
  background-position: left 2px;
  position: absolute;
  top: 0;
  left: 0
}
@media screen and (max-width: 768px) {
  .place .wrapper > div > p a span:nth-child(2):before, .place .wrapper > div ul li a span:nth-child(2):before {
    width: .7rem
  }
}
.place .wrapper > div > p {
  width: 20%
}
.place .wrapper > div > p a {
  width: 100%;
  height: 100%;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .place .wrapper > div > p {
    width: 100%;
    margin-bottom: 2%;
    padding: 1rem 0;
    text-align: center
  }
}
.place .wrapper > div ul {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .place .wrapper > div ul {
    width: 100%
  }
}
.place .wrapper > div ul li {
  width: 48.8%;
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  .place .wrapper > div ul li {
    width: 49%;
    margin-top: 2%
  }
}
.place .wrapper > div ul li:nth-child(-n+2) {
  margin: 0
}
.place .wrapper > div ul li a {
  position: relative;
  height: 100px;
  padding: 0 40px 0 20px
}
@media screen and (max-width: 768px) {
  .place .wrapper > div ul li a {
    height: auto;
    padding: 5% 1.4rem 5% 5%;
    text-align: justify
  }
}
.place .wrapper > div ul li a::before {
  position: absolute;
  right: 10px;
  top: 50%;
  content: 'keyboard_arrow_right';
  display: block;
  font-family: "Material Icons";
  font-size: 1.5rem;
  text-align: center;
  color: #30b7b9;
  line-height: 1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%)
}
@media screen and (max-width: 768px) {
  .place .wrapper > div ul li a::before {
    right: 0;
    font-size: 1.3rem
  }
}
@media screen and (max-width: 768px) {
  .place .wrapper > div {
    width: 100%;
    margin-bottom: 1rem
  }
  .place .wrapper > div.half {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    flex-direction: column
  }
  .place .wrapper > div.half ul {
    display: flex;
    flex-grow: 1
  }
  .place .wrapper > div.half li {
    width: 100%
  }
}
footer {
  padding: 30px 0;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1rem 0
  }
}
footer p {
  line-height: 1.8
}
@media screen and (max-width: 768px) {
  footer p {
    text-align: center
  }
}
footer p:nth-child(1) {
  color: #4d4d4d;
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  footer p:nth-child(1) {
    margin-bottom: 1rem
  }
}
footer p:nth-child(2) {
  width: 100%;
  text-align: center;
  color: #666666
}
@media screen and (max-width: 768px) {
  footer a {
    display: inline-block
  }
}