@charset "UTF-8";

#jto-contents {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Times New Roman", Meiryo, serif;*/
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  margin-top: 20px;
}

@media (max-width: 640px) {
  #jto-contents {
    margin-bottom: 5%;
  }
}

/*#jto-contents * {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em; }*/
#jto-contents section {
  width: 980px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

#jto-contents #sec1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#jto-contents #sec2 {
  padding: 1em 0 2em;
}

#jto-contents img {
  max-width: 100%;
  vertical-align: bottom;
}

/*#jto-contents #mv {
  background-image: url(../images/mv_bg.jpg);
}*/
#jto-contents #mv img {
  max-width: 100%;
  vertical-align: bottom;
}

/*#jto-contents #sec1 .inner_box {
    margin: 3% 0; }
  @media (max-width: 768px) {
    #jto-contents #sec1 p {
      font-size: 8px; } }
  #jto-contents #main {
    background-color: #e9f1f6; }
    #jto-contents #main .inner .inner_box {
      padding: 4% 0 9%; }*/
#jto-contents .c_box1 {
  background-color: #fff;
  padding: 2% 3% 3%;
}

@media (max-width: 640px) #jto-contents .c_box1 {
  padding: 4% 6% 6%;
}

#jto-contents .sec {
  padding: 2% 0 1%;
}

#jto-contents section h2 {
  font-size: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 1.4em;
  text-align: center;
  font-weight: bold;
}

#jto-contents #sec1 h2 {
  font-size: 1.3em;
  padding-top: 1.5em;
  text-align: center;
  font-weight: bold;
  background-image: url("../images/h2_bg.jpg")
}

#jto-contents section h3 {
  font-size: 1.2em;
  font-weight: bold;
}

#jto-contents #sec1 span {
  color: #e75247;
}

#jto-contents #sec2 span {
  color: #7b8d42;
}

#jto-contents #sec3 span {
  color: #2b4e84;
}

#jto-contents #sec4 span {
  color: #f39800;
}

#jto-contents #sec5 span {
  color: #ffdb4f;
}

#jto-contents #inner_bgc1 {
  background-color: #f9f6ef;
}

#jto-contents #inner_bgc2 {
  background-color: #eae6d9;
}

#jto-contents #inner_bgc3 {
  background-image: url("../images/sec1_bg.jpg");
  background-repeat: repeat;
}

#jto-contents .box {
  width: calc((100% - 80px) / 2.001);
  float: left;
  margin: 0 20px 1.8em 20px;
}

#jto-contents #sec2 .box {
  width: calc((100% - 100px) / 3.001);
  float: left;
  margin: 0 16px 1.8em 16px;
  position: relative;
}

#jto-contents #sec2 .box h4 {
  font-weight: bold;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 7px;
}

#jto-contents #sec2 h4.hotel1 {
  background-color: #006e54;
}

#jto-contents #sec2 h4.hotel2 {
  background-color: #f39800;
}

#jto-contents #sec2 h4.hotel3 {
  background-color: #2b4e84;
}

#jto-contents #sec2 h4.hotel4 {
  background-color: #e75247;
}

#jto-contents #sec3 .box_wrap a:only-child {
	display: flex;
	justify-content: center;
}

#jto-contents .box .btn_wrap a {
  color: #b38c0b;
  background-color: #fff6e1;
}

#jto-contents .box .btn_wrap2 a {
  color: #b38c0b;
  background-color: #fff6e1;
}

#jto-contents .btn_wrap a {
  border: 1px solid #a59154;
  width: 380px;
  max-width: 80%;
  padding: .8em;
  display: inline-block;
  color: #735d11;
  background-color: #f6f2e7;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}

#jto-contents .btn_wrap a:hover {
  text-decoration: none;
}

#jto-contents .btn_wrap a:before {
  font-family: FontAwesome;
  content: "\f054";
  font-weight: normal;
  position: absolute;
  font-size: 1.1em;
  margin-right: 0.4em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#jto-contents .mini_atten {
  font-size: 10px;
}

#jto-contents .btn_wrap {
  text-align: center;
}

/*-------------ここからタブレット-------------*/
@media (max-width: 800px) {
  #jto-contents .sec {}

  #jto-contents section {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  #jto-contents section h2 {
    font-size: 3vw;
  }

  #jto-contents #sec1 h2 {
    font-size: 3vw;
    padding: 1vw 0 1vw;
  }

  #jto-contents section h3 {
    font-size: 1.2em;
  }

  #jto-contents #sec2 .box h4 {
    font-size: 2vw;
  }

  #jto-contents #sec2 .box {
    width: calc((100% - 100px) / 3.001);
    float: left;
    margin: 0 16px 2vw 16px;
    position: relative;
  }

  #jto-contents #inner_bgc1 #sec .box {
    width: calc((100% - 80px) / 2.001);
    float: left;
    margin: 0 20px 2vw 20px;
  }

  #jto-contents .box {
    width: calc((100% - 80px) / 2.001);
    float: left;
    margin: 0 20px 1vw 20px;
  }

  #jto-contents #sec2 .btn_wrap2 {
    margin: 10px 0 0 0;
  }
  .btn_1 {
    font-size: 18px !important;
  }
}

/*-------------ここからスマホ-------------*/
@media (max-width: 640px) {
  #jto-contents .sec {}

  #jto-contents section h2 {
    font-size: 5.5vw;
  }

  #jto-contents #sec1 h2 {
    font-size: 5.5vw;
    padding: 3vw 0 3vw;
  }

  #jto-contents section h3 {
    font-size: 4vw;
  }

  #jto-contents #sec2 .box h4 {
    font-size: 4vw;
  }

  #jto-contents section .box {
    width: 100%;
    margin: 0;
    margin-bottom: 6vw;
    margin-left: auto;
    margin-right: auto;
  }

  #jto-contents #sec2 .box {
    width: 100%;
    margin: 0;
    margin-bottom: 10vw;
  }

  #jto-contents .btn_wrap {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

/*@media (max-width: 640px) {
    #jto-contents #sec1 .i_div1 img,
    #jto-contents #sec1 .i_div2 img{
      width: 100%; } }
  @media (min-width: 641px) {
    #jto-contents #sec1 .i_div1 {
      float: left; } }:*/
@media (max-width: 1060px) {
  #jto-contents #sec1 .i_div1 {
    width: 57.6%;
  }
}

@media (max-width: 640px) {
  #jto-contents #sec1 .i_div1 {
    width: auto;
  }
}

@media (min-width: 641px) {
  #jto-contents #sec1 .i_div2 {
    float: right;
  }
}

@media (max-width: 1060px) {
  #jto-contents #sec1 .i_div2 {
    width: 39.1%;
  }
}

@media (max-width: 640px) {
  #jto-contents #sec1 .i_div2 {
    margin-top: 5%;
    width: auto;
  }
}

#jto-contents #sec2 {
  background-color: #eae6d9;
  padding: 2% 0 4%;
}

@media (max-width: 640px) {
  background-color: #eae6d9;
  padding: 2% 0 8%;
}

#jto-contents #sec3 {
  background-color: #f8f6ef;
}

@media (max-width: 640px) {
  #jto-contents .i_list1>li {
    padding: 4% 5% 6%;
  }
}

#jto-contents .i_list1>li+li {
  margin-top: 3%;
}

#jto-contents .i_list1 .p1 {
  font-size: 26px;
  color: #1072cc;
}

#jto-contents .i_list1 .p2 {
  margin-top: .5em;
}

#jto-contents .i_list1 .p2 span {
  background-color: #dcdcdc;
  font-size: 14px;
  display: inline-block;
  padding: .2em 1em;
  font-weight: bold;
}

#jto-contents .i_list1 .p3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

#jto-contents .i_list1 .p4 {
  margin-top: 0;
  margin-bottom: 2em;
}

.btn_1 {
  display: block;
  position: relative;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 13px 45px;
  background: #333;
  font-size: 32px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}
.btn_1:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn_1:before {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  content: '';
}
.btn_1:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform-origin: 100% 0;
  rotate: 45deg;
  content: "";
}

@media (min-width: 641px) {
  #jto-contents .i_list1 .i_sub_list1>li {
    width: calc((100% - 32px) / 3.001);
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  #jto-contents .i_list1 .i_sub_list1>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  #jto-contents .i_list1 .i_sub_list1 li {
    margin-bottom: 5%;
  }
}

@media (max-width: 640px) {
  #jto-contents .btn_wrap {
    margin-top: 1em;
  }
}

@media (max-width: 640px) {
  #jto-contents .btn_wrap2 {
    margin: 0 0 0px 0;
  }
}

@media (max-width: 640px) {
  #jto-contents #inner_bgc2 {
    padding: 0 0px 20px 0px;
  }
}

/*# sourceMappingURL=common.css.map */
