@charset "UTF-8";
/* ____ foundation ____ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* 明朝体指定
font-family: 'Sawarabi Mincho', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;
*/
/* ゴシック体指定
font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
*/
*, *::before, *::after {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 87.5%;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #e35390;
}

/* ____ layout ____ */
.l-main {
  text-align: center;
  background: #fff url("../img/body_bg.gif");
}

@media screen and (min-width: 768px) {
  .l-fv {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .l-sect {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
  }
}

/* ____ component ____ */
.c-txt-caution {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .c-txt-caution {
    font-size: 11px;
  }
}

.c-sect-tourinfo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sect-tourinfo {
    padding: 0 70px;
  }
}

.c-list-ttl {
  display: inline-block;
  text-align: center;
  min-height: 23px;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-list-ttl {
    min-height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-size: 100% auto;
  }
}

.c-txt-oneline {
  line-height: 1;
}

.c-pic-ttl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-pic-ttl {
    width: auto;
    max-width: 100%;
  }
}

.c-btn,
.c-pic-link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-btn:hover,
.c-pic-link:hover {
  opacity: 0.8;
}

/* ____ project ____ */
body {
  font-size: 15px;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

.only-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.trans {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.trans:hover {
  opacity: 0.85;
}

a {
  color: #272727;
  text-decoration: none;
}

.main-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 20%;
  background-image: url(../img/sp/body_bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .main-wrapper {
    padding-bottom: 65px;
    border-radius: 20px;
    background-image: url(../img/body_bg.png);
  }
}

header {
  position: relative;
  width: 100%;
}
header img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header {
    margin: 0 auto;
  }
}

.p-pic-tfmlogo {
  text-align: right;
  position: absolute;
  right: 5%;
  top: 1.5%;
}
@media screen and (min-width: 768px) {
  .p-pic-tfmlogo {
    width: 170px;
    padding: 2% 17px 0 0;
  }
}
.p-pic-tfmlogo img {
  width: 65%;
  max-width: 135px;
}
@media screen and (min-width: 768px) {
  .p-pic-tfmlogo img {
    width: 100%;
    max-width: 147px;
  }
}
@media screen and (min-width: 768px) {
  .p-pic-tfmlogo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
  }
}

section {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 13.5%;
  }
}
section h2 {
  position: relative;
  text-align: center;
}
section h2 .ttl {
  padding-right: 5%;
  width: 100%;
  max-width: 194px;
}
@media screen and (max-width: 768px) {
  section h2 .ttl {
    width: 48%;
    max-width: 351px;
  }
}

.c-sect1 {
  position: relative;
}
.c-sect1 img {
  width: auto;
}
.c-sect1 .sec-img {
  position: absolute;
}
.c-sect1 .sec-img.img1 {
  top: -1%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-sect1 .sec-img.img1 {
    top: -3%;
  }
  .c-sect1 .sec-img.img1 img {
    width: 25vw;
    max-width: 191px;
  }
}
.c-sect1 .sec-img.img2 {
  top: 0%;
  left: 80%;
}
@media screen and (max-width: 768px) {
  .c-sect1 .sec-img.img2 {
    top: 9%;
    left: auto;
    right: 0;
  }
  .c-sect1 .sec-img.img2 img {
    width: 28vw;
    max-width: 200px;
  }
}
.c-sect1 .sec-img.img3 {
  top: 46%;
  left: 2.5%;
}
.c-sect1 .sec-img.img4 {
  top: 22%;
  right: 0%;
}
@media screen and (max-width: 860px) {
  .c-sect1 .sec-img.img4 img {
    width: 20vw;
  }
}
.c-sect1 .sec-img.img5 {
  top: 82%;
  left: 0;
}
@media screen and (max-width: 860px) {
  .c-sect1 .sec-img.img5 img {
    width: 16vw;
  }
}
.c-sect1 .sec-img.img6 {
  top: 80%;
  right: 5%;
}
.c-sect1 h2 {
  position: relative;
}
.c-sect1 .sec1-txt {
  font-size: 16px;
  line-height: 2.5;
  width: 80%;
  margin: 0 auto 55px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.c-sect1 .sec1-txt.first {
  margin: 55px auto;
}
@media screen and (max-width: 768px) {
  .c-sect1 .sec1-txt {
    width: 90%;
    margin: 0 auto 6%;
  }
  .c-sect1 .sec1-txt.first {
    margin: 8vw auto 6%;
  }
}
@media screen and (max-width: 400px) {
  .c-sect1 .sec1-txt.first {
    margin: 14vw auto 10%;
  }
}
.c-sect1 .sec1-txt p {
  display: inline;
  background-image: url(../img/sec1_dot.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
  padding-bottom: 4px;
}
.c-sect1 .sec1-txt strong {
  color: #a90909;
}

.c-sect2 {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .c-sect2 {
    margin-top: 26%;
  }
}

.sec2-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec2-wrap {
    margin: 10% auto 0;
  }
}
.sec2-wrap .sec2-box {
  background-color: #f7f5ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  margin: 55px auto;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .sec2-box {
    display: block;
    padding: 10% 5%;
    margin: 5% auto;
  }
}
.sec2-wrap .box-con {
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con {
    width: 100%;
  }
}
.sec2-wrap .box-con img {
  width: 100%;
  max-width: 240px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con img {
    width: 70%;
    max-width: 400px;
    margin: 5% auto 0;
    padding: 0;
  }
}
.sec2-wrap .box-con p {
  text-align: left;
}
.sec2-wrap .box-con .ttl {
  background-color: #be1616;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 0 3px 10px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con .ttl {
    margin-bottom: 5%;
    padding: 1px 0 1px 2%;
  }
}
.sec2-wrap .box-con .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con .name {
    margin-bottom: 5%;
  }
}
.sec2-wrap .box-con .profile {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con .profile {
    font-size: 14px;
  }
}
.sec2-wrap .box-con .profile span {
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec2-wrap .box-con .profile span {
    margin-bottom: 1%;
  }
}

.c-sect3 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .c-sect3 {
    margin-top: 30%;
  }
}

.sec3-box {
  width: 92%;
  margin: 95px 23px 80px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec3-box {
    width: 90%;
    margin: 13.5% auto;
  }
}
.sec3-box .product-img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sec3-box .product-img {
    position: relative;
  }
}
.sec3-box .notice {
  text-align: left;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec3-box .notice {
    margin-top: 1%;
  }
}
.sec3-box .subttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec3-box .subttl {
    margin-bottom: 6%;
  }
}
.sec3-box .subttl img {
  width: 100%;
  max-width: 113px;
}
@media screen and (max-width: 768px) {
  .sec3-box .subttl img {
    max-width: 130px;
  }
}
.sec3-box .name {
  font-size: 24px;
  color: #a90909;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec3-box .name {
    font-size: 20px;
    margin-bottom: 6%;
  }
}
.sec3-box .txt-box {
  position: relative;
  text-align: center;
  z-index: 10;
}
.sec3-box .description p {
  background-color: #ffffff;
  display: inline;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
}
.sec3-box .attach-img {
  position: absolute;
}
.sec3-box.box-1 {
  padding-left: 329px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 {
    padding: 0;
  }
}
.sec3-box.box-1 .product-img {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 .product-img {
    width: 65%;
    margin: 10% auto 0;
  }
}
.sec3-box.box-1 .product-img img {
  max-width: 309px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 .product-img img {
    width: 100%;
    max-width: 100%;
  }
}
.sec3-box.box-1 .txt-box {
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 .txt-box {
    margin: 0 auto;
  }
}
.sec3-box.box-1 .attach-img {
  top: -8%;
  right: 4%;
}
@media screen and (max-width: 850px) {
  .sec3-box.box-1 .attach-img {
    top: -7%;
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 .attach-img {
    top: -1.5%;
    right: 0;
    left: 75%;
    width: 20%;
    max-width: 91px;
  }
}
.sec3-box.box-1 .attach-img img {
  width: 100%;
  max-width: 91px;
}
@media screen and (max-width: 850px) {
  .sec3-box.box-1 .attach-img img {
    width: 95%;
    max-width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .sec3-box.box-1 .attach-img img {
    width: 100%;
    max-width: 91px;
  }
}
.sec3-box.box-2 {
  padding-right: 463px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-2 {
    padding: 0;
    margin: 20% auto 13.5%;
  }
}
.sec3-box.box-2 .product-img {
  top: 25px;
  right: 0;
}
.sec3-box.box-2 .product-img img {
  max-width: 443px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-2 .product-img img {
    width: 100%;
    max-width: 100%;
  }
}
.sec3-box.box-2 .name {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-2 .name {
    margin-bottom: 6%;
  }
}
.sec3-box.box-2 .txt-box {
  margin-right: -110px;
}
@media screen and (max-width: 768px) {
  .sec3-box.box-2 .txt-box {
    margin: 0 auto;
  }
}
.sec3-box.box-2 .attach-img {
  top: 5%;
  left: 0%;
}
@media screen and (max-width: 850px) {
  .sec3-box.box-2 .attach-img {
    top: 5%;
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .sec3-box.box-2 .attach-img {
    width: 18%;
    max-width: 72px;
    top: -1.5%;
    left: auto;
    right: 80%;
  }
}
.sec3-box.box-2 .attach-img img {
  width: 100%;
  max-width: 72px;
}

.c-sect4 {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .c-sect4 {
    margin-top: 30%;
  }
}
.c-sect4 .btn a {
  width: 454px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-sect4 .btn a {
    width: 90%;
  }
}
.c-sect4 .btn a:hover {
  opacity: 0.8;
}
.c-sect4 .btn a img {
  width: 100%;
}
.c-sect4 .btn + .notice {
  font-size: 12px;
  text-align: center;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .c-sect4 .btn + .notice {
    margin: 3% auto 0;
  }
}

.sec4-box {
  background-color: #f7f5ed;
  width: 90%;
  margin: 45px auto 65px;
  padding: 45px 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec4-box {
    margin: 10% auto 10%;
    padding: 10% 0;
    border-radius: 5% 5%/ 3% 3%;
  }
}
.sec4-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 45px;
  width: 90%;
  padding-bottom: 45px;
  background-image: url(../img/sec4_dot.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
}
@media screen and (max-width: 768px) {
  .sec4-box dl {
    display: block;
    margin: 0 auto 8%;
    padding-bottom: 8%;
    text-align: center;
  }
}
.sec4-box dl:last-child {
  margin: 0 auto;
  background: none;
  padding: 0;
}
.sec4-box dl dt {
  background-color: #ffffff;
  width: 150px;
  height: 32.4px;
  border-radius: 20px;
  margin: 0 50px auto 0;
  padding: 5px 0;
  color: #a90909;
}
@media screen and (max-width: 768px) {
  .sec4-box dl dt {
    margin: 0 auto 2.5%;
    padding: 1% 3%;
  }
}
.sec4-box dl dd {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec4-box dl dd {
    text-align: center;
    width: 100%;
  }
}
.sec4-box dl dd strong {
  font-size: 20px;
  color: #a90909;
}
@media screen and (max-width: 768px) {
  .sec4-box dl dd strong {
    font-size: 18px;
  }
}
.sec4-box dl dd p {
  margin-top: 8px;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .sec4-box dl dd p {
    margin-top: 1%;
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
    text-align: left;
  }
}

.btn a {
  width: 475px;
  margin: 75px auto 140px;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 85%;
    margin: 15% auto 20%;
  }
}
.btn a:hover {
  opacity: 0.8;
}
.btn a img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */