@charset "UTF-8";

html {
  -webkit-text-size-adjust: none;
}

body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  min-width: 1000px;
  background: #FFF;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  }
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
navi,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
brockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 165%;
  color: #1c1c1c;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #1c1c1c;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

.table {
  display: table;
}

.table .t-tr {
  display: table-row;
}

.table .t-tr .t-th,
.table .t-tr .t-td {
  display: table-cell;
}

.col2 {
  letter-spacing: -0.4em;
}

.col2 .col2_cnt {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .col2 .col2_cnt {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.col2 .col2_cnt:nth-of-type(even) {
  margin-right: 0;
}

.bdgray {
  border: 3px solid #bdc0ba;
  padding: 32px 30px 35px;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 45px;
  right: 5px;
  z-index: 10000000;
  display: none;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 480px) {
  .hnavi_btn {
    position: fixed;
    display: block;
  }

  .hnavi_btn.active {
    top: 10px;
  }
}

.hnavi_btn.active {
  top: 10px !important;
}

.hnavi_btn.active .menu-button i {
  background: none;
}

.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .hnavi_btn.active .menu-button i:after {
    background: #FFF;
  }
}

.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
}

@media screen and (max-width: 480px) {
  .hnavi_btn.active .menu-button i:before {
    background: #FFF;
  }
}

.menu-button {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.menu-button i {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #595757;
  transition: background 0.5s;
  position: relative;
  top: 16px;
  left: 5px;
}

.menu-button i:before,
.menu-button i:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #595757;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}

.menu-button i:before {
  transform: translateY(8px);
}

.menu-button i:after {
  transform: translateY(-8px);
}

.header {
  padding: 15px 40px 16px;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .header {
    padding: 8px 10px 16px;
  }
}

.header:after {
  content: '.';
  visibility: hidden;
  height: 1px;
  display: block;
  clear: both;
}

.header .hcopy {
  font-size: 13px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .header .hcopy {
    padding-right: 90px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.header .hlogo {
  float: left;
  padding-left: 5px;
}

@media screen and (max-width: 480px) {
  .header .hlogo {
    padding-left: 0;
  }
}

.header .gnavi {
  display: block;
  float: right;
}

@media screen and (max-width: 1400px) {
  .header .gnavi {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header .gnavi {
    float: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 92, 175, 0.9);
    z-index: 10000;
  }
}

.header .gnavi ul {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 480px) {
  .header .gnavi ul {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #FFF;
  }
}

.header .gnavi ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 20px;
}

.header .gnavi ul li.pcn {
  display: none;
}

@media screen and (max-width: 480px) {
  .header .gnavi ul li {
    width: 53%;
    margin-left: 0;
    line-height: 44px;
    box-sizing: border-box;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }

  .header .gnavi ul li:nth-of-type(even) {
    border-right: none;
    width: 47%;
  }

  .header .gnavi ul li.pcn {
    display: inline-block;
  }

  .header .gnavi ul li a {
    color: #FFF;
  }
}

.header .gnavi2 {
  position: relative;
  z-index: 100;
  float: right;
}

@media screen and (min-width: 1400px) {
  .header .gnavi2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header .gnavi2 {
    display: none;
  }
}

.header .gnavi2 ul {
  letter-spacing: -0.4em;
}

.header .gnavi2 ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.header .gnavi2 ul li span {
  cursor: pointer;
  display: block;
}

.header .gnavi2 ul li span:after {
  content: '▼';
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}

.header .gnavi2 ul li ul {
  display: none;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  letter-spacing: normal;
  padding: 15px 20px 10px;
  width: 150%;
}

.header .gnavi2 ul li ul li {
  display: block;
  margin-left: 0;
  vertical-align: top;
  margin-bottom: 8px;
}

.header .gnavi2 ul li ul li:before {
  content: '▶';
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

.header .lang {
  float: right;
  letter-spacing: -0.4em;
  margin-top: 2px;
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .header .lang {
    position: absolute;
    float: none;
    top: 10px;
    right: 10px;
    margin-top: 0;
    margin-left: 0;
  }
}

.header .lang li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.contents {
  width: 980px;
  margin: 0 auto 160px;
}

@media screen and (max-width: 480px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}

.fcontact {
  text-align: center;
  font-size: 22px;
  border-top: 2px solid #eee;
  padding-top: 80px;
}

.fcontact .ttl {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .fcontact .ttl {
    font-size: 19px;
    text-align: left;
    margin-bottom: 15px;
  }
}

.fcontact .ttl2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
  color: #0070ba;
}

.fcontact p {
  line-height: 1.6;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .fcontact p {
    margin-bottom: 12px;
  }
}

.fcontact .memo {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .fcontact .memo {
    font-size: 16px;
    text-align: left;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
}

@media screen and (max-width: 480px) {
  .pagetop {
    right: 0;
    bottom: 0;
  }
}

.pagetop a {
  background: #0070ba;
  display: block;
  width: 48px;
  height: 44px;
}

.wrap_footer {
  background: #0070ba;
  padding: 90px 0 30px;
  height: 330px;
  box-sizing: border-box;
}

@media screen and (min-width: 481px) {
  .wrap_footer {
    background: #0070ba url("../img/common/fbg.jpg") no-repeat top center;
  }
}

@media screen and (max-width: 480px) {
  .wrap_footer {
    background: #0070ba url("../img/common/spfbg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 60px;
  }
}

.wrap_footer .footer {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .wrap_footer .footer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.wrap_footer .footer .fnavi {
  float: left;
}

@media screen and (max-width: 480px) {
  .wrap_footer .footer .fnavi {
    float: none;
    display: none;
  }
}

.wrap_footer .footer .fnavi ul {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #FFF;
  margin-right: 60px;
  padding: 5px 0 5px 15px;
}

.wrap_footer .footer .fnavi ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

.wrap_footer .footer .fnavi ul li:last-of-type {
  margin-bottom: 0;
}

.wrap_footer .footer .fnavi ul li a {
  color: #FFF;
}

.wrap_footer .footer .fcnt {
  float: right;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .wrap_footer .footer .fcnt {
    float: none;
  }
}

.wrap_footer .footer .fcnt a {
  color: #FFF;
}

.wrap_footer .footer .fcnt p {
  color: #FFF;
  font-size: 15px;
  line-height: 1.8;
}

.wrap_footer .footer .fcnt .flogo {
  margin-bottom: 16px;
}

.wrap_footer .footer .copyright {
  clear: both;
  padding-top: 40px;
  color: #FFF;
  font-size: 14px;
}

.wrap_footer .footer .copyright span {
  margin-left: 20px;
  font-size: 13px;
}

.wrap_footer .footer .copyright span a {
  color: #FFF;
}

.top_mv {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .top_mv {
    margin-bottom: 10px;
  }
}

.top_mv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .top_mv img {
    width: 140%;
    max-width: none;
  }
}

.top_mv .bx-controls-direction {
  display: none;
}

.top_mv .bx-pager {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 15px 0;
}

.top_mv .bx-pager .bx-pager-item {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 5px;
}

.top_mv .bx-pager .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-indent: 120%;
  white-space: nowrap;
  background: #DDD;
  overflow: hidden;
}

.top_mv .bx-pager .bx-pager-item a.active {
  background: #0070ba;
}

.important_message {
  border: 3px solid #b70013;
  width: 800px;
  margin: 0 auto 75px;
  padding: 12px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .important_message {
    width: calc(100% + 10px);
    margin: 0 -5px 50px;
    border: 2px solid #b70013;
    padding: 12px 15px;
  }
}

.important_message p {
  font-size: 20px;
  color: #b70013;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .important_message p {
    font-size: 16px;
  }
}

.top_copy {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .top_copy {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.top_lead {
  margin-bottom: 70px;
}

@media screen and (max-width: 480px) {
  .top_lead {
    margin-bottom: 50px;
  }
}

.top_ttl2 {
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 36px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .top_ttl2 {
    margin-bottom: 24px;
  }
}

.top_info {
  margin-bottom: 50px;
}

.top_info.event {
  margin-bottom: 90px;
}

.top_info .list {
  border: 3px solid #bdc0ba;
  padding: 15px 20px;
}

.top_info .list h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}

@media screen and (max-width: 480px) {
  .top_info .list h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.top_info .list ul {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 14px;
  padding-left: 2px;
}

@media screen and (max-width: 480px) {
  .top_info .list ul {
    padding-left: 0;
  }
}

.top_info .list ul:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.top_info .list ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .top_info .list ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.top_contents {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .top_contents {
    margin-bottom: 60px;
  }
}

.top_contents ul {
  letter-spacing: -0.4em;
}

.top_contents ul li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 310px;
}

@media screen and (max-width: 480px) {
  .top_contents ul li {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
  }

  .top_contents ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.top_contents ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .top_contents ul li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .top_contents ul li:nth-of-type(3n):nth-of-type(even) {
    margin-right: 0;
  }

  .top_contents ul li:nth-of-type(3n):last-of-type {
    display: block;
    margin: 0 auto 30px;
  }
}

.top_contents ul li a {
  display: block;
}

.top_contents ul li img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}

.top_contents ul li span {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .top_contents ul li span {
    font-size: 14px;
  }
}

.top_contents ul li span:after {
  content: '▶';
  font-size: 10px;
  vertical-align: top;
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .top_contents ul li span:after {
    font-size: 8px;
    margin-left: 5px;
  }
}

.top_gallery {
  margin-bottom: 90px;
}

.top_gallery ul {
  letter-spacing: -0.4em;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .top_gallery ul {
    margin-bottom: 50px;
  }
}

.top_gallery ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .top_gallery ul li {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 5px;
  }

  .top_gallery ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.top_gallery ul li:nth-of-type(4n) {
  margin-right: 0;
}

.top_movie {
  position: relative;
  width: 800px;
  height: 450px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 480px) {
  .top_movie {
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }
}

.top_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top_fujisan p {
  margin-bottom: 50px;
}

.top_fujisan ul {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 480px) {
  .top_fujisan ul {
    text-align: center;
  }
}

.top_fujisan ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .top_fujisan ul li {
    margin-bottom: 18px;
  }
}

.top_fujisan ul li span {
  display: block;
}

.top_fujisan ul li:nth-of-type(3) {
  margin-right: 0;
}

.mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 560px;
  margin-bottom: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .mv {
    height: 240px;
    margin-bottom: 50px;
  }
}

.mv.camp {
  background-image: url("../img/camp/camp_ttl.jpg");
}

.mv.cabin {
  background-image: url("../img/cabin/cabin_ttl.jpg");
}

.mv.hostel {
  background-image: url("../img/hostel/hostel_ttl.jpg");
}

.mv.tento {
  background-image: url("../img/tento/tento_ttl.jpg");
}

.mv.diving {
  background-image: url("../img/diving/diving_ttl.jpg");
}

.mv.windsurfing {
  background-image: url("../img/windsurfing/windsurfing_ttl.jpg");
  background-position: center left;
}

.mv.restaurant {
  background-image: url("../img/restaurant/restaurant_ttl.jpg");
}

.mv.faq {
  background-image: url("../img/faq/faq_ttl.jpg");
}

.mv.activity {
  background-image: url("../img/activity/activity_ttl.jpg");
}

.mv.access {
  background-image: url("../img/access/access_ttl.jpg");
}

.mv h1 {
  color: #FFF;
  font-size: 38px;
  text-shadow: 0 0 8px #000;
}

@media screen and (max-width: 480px) {
  .mv h1 {
    font-size: 24px;
    text-align: center;
  }
}

.main_copy {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .main_copy {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.main_lead {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .main_lead {
    margin-bottom: 50px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .wind .main_lead {
    text-align: left;
  }
}

.clead {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .clead {
    text-align: left;
  }
}

.cnt_gallery {
  margin-bottom: 90px;
}

.cnt_gallery ul {
  letter-spacing: -0.4em;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .cnt_gallery ul {
    margin-bottom: 50px;
  }
}

.cnt_gallery ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .cnt_gallery ul li {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 5px;
  }

  .cnt_gallery ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.cnt_gallery ul li:nth-of-type(4n) {
  margin-right: 0;
}

.camp_price {
  margin-bottom: 70px;
}

.camp_price h3 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.camp_price .price_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 48%;
}

.camp_price .price_box.col3 {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.4%;
  margin-bottom: 30px;
  width: 32%;
}

.camp_price .price_box.col3:nth-of-type(3n) {
  margin-right: 0;
}


@media screen and (max-width: 480px) {
  .camp_price .price_box {
    margin-right: 0;
    width: 100%;
  }

  .camp_price .price_box.col3 {
    margin-right: 0;
    width: 100%;
  }
}

.camp_price .price_box:last-of-type {
  margin-right: 0;
}


.camp_price .row.cabin .col-6-c {
  flex: none;
  max-width: 70%;
}

@media screen and (max-width: 480px) {
  .camp_price .row.cabin .col-6-c {
    max-width: 100%;
  }
}

.camp_price .price_box h3 {
  text-align: center;
}

.camp_price .memo {
  font-size: 15px;
  text-align: right;
}

.camp_price .memo a {
  text-decoration: underline;
  margin: 0 5px;
}

.camp_price .price_box.cabin {
  width: 70%;
  margin: 0 auto 60px;
  display: block;
}

.camp_price table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .camp_price table {
    width: 100%;
  }
}

.camp_price table tr td,
.camp_price table tr th {
  border: 2px solid #bdc0ba;
  padding: 8px 10px;
  font-size: 15px;
}

.camp_price table tr th {
  text-align: left;
}

.camp_price table tr td {
  text-align: right;
}

.annai {
  margin-bottom: 90px;
}

.annai ul {
  padding: 25px 35px 25px 42px;
}

.annai ul li {
  list-style-type: disc;
  line-height: 2;
}

.map .lead {
  text-align: center;
  margin-bottom: 40px;
}

.campsite {
  margin-bottom: 90px;
}

.campsite .col2_cnt .ttl {
  font-weight: bold;
  font-size: 18px;
  padding: 0 5px;
}

.campsite .col2_cnt .txt {
  padding: 0 5px;
}

.campsite .col2_cnt .txt a {
  text-decoration: underline;
  display: inline-block;
}

.campsite .col2_cnt .txt a.matori_img {
  margin-top: 5px;
}

.camp_map {
  margin-bottom: 80px;
}

.notes {
  margin-bottom: 100px;
}

.notes .notes_cnt {
  border: 3px solid #bdc0ba;
  padding: 32px 30px 35px;
}

.notes h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 20px;
}

.notes h3:first-of-type {
  margin-top: 0;
}

.notes h3:nth-of-type(2) {
  margin-top: 20px;
}

.notes h3:before {
  content: '■';
  margin-right: 2px;
}

.notes ul {
  padding-left: 25px;
}

.notes ul li {
  list-style-type: disc;
}

.notes .memo {
  margin-top: 25px;
}

.hostel_img {
  margin-bottom: 80px;
}

.hostel_img .col3 {
  letter-spacing: -0.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .hostel_img .col3 {
    text-align: center;
  }
}

.hostel_img .col3 li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 480px) {
  .hostel_img .col3 li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.hostel_img .col3 li:nth-of-type(3n) {
  margin-right: 0;
}

.hostel_price {
  margin-bottom: 100px;
}

.hostel_price table {
  width: 800px;
  margin: 0 auto 10px;
  border-collapse: collapse;
}

@media screen and (max-width: 480px) {
  .hostel_price table {
    width: 100%;
  }
}

.hostel_price table tr td,
.hostel_price table tr th {
  border: 2px solid #bdc0ba;
  padding: 8px 10px;
  font-size: 15px;
}

.hostel_price table tr th {
  text-align: left;
}

.hostel_price table tr th .memo {
  font-size: 14px;
  font-weight: normal;
}

.hostel_price table tr td {
  text-align: right;
}

.hostel_price table tr:first-of-type th {
  text-align: center;
}

.menu {
  margin-bottom: 100px;
}

.menu .wrap_menu_cnt {
  border: 3px solid #eee;
  background: #FCFAF2;
  padding: 22px 20px 25px;
  letter-spacing: -0.4em;
  overflow: hidden;
}

.menu .wrap_menu_cnt .menu_l {
  float: left;
}

@media screen and (max-width: 480px) {
  .menu .wrap_menu_cnt .menu_l {
    float: none;
  }
}

.menu .wrap_menu_cnt .menu_r {
  float: right;
}

@media screen and (max-width: 480px) {
  .menu .wrap_menu_cnt .menu_r {
    float: none;
  }
}

.menu .wrap_menu_cnt .ttl {
  letter-spacing: normal;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.menu .wrap_menu_cnt .menu_cnt {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 45px;
}

@media screen and (max-width: 480px) {
  .menu .wrap_menu_cnt .menu_cnt {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

.menu .wrap_menu_cnt .menu_cnt:last-of-type {
  margin-right: 0;
}

.menu .wrap_menu_cnt .menu_cnt p {
  font-weight: bold;
}

.menu .wrap_menu_cnt .menu_cnt table {
  margin-bottom: 20px;
  font-size: 15px;
  width: 100%;
}

.menu .wrap_menu_cnt .menu_cnt table tr td:first-of-type {
  width: 200px;
}

.menu .wrap_menu_cnt .menu_cnt table tr td:last-of-type {
  text-align: right;
}

.faq {
  margin-bottom: 100px;
}

.faq_list {
  margin: 0 auto 80px;
  border: 3px solid #bdc0ba;
  padding: 22px 30px 25px;
}

.faq_list .ttl {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 17px;
}

.faq_list ul {
  margin-bottom: 25px;
  padding-left: 10px;
}

.faq_list ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 5px;
}

.faq_list ul li:before {
  content: 'Q';
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  color: #b70013;
}

.faq_list ul li a {
  text-decoration: underline;
}

.faq_list p a {
  text-decoration: underline;
  font-weight: bold;
  margin: 0 5px;
}

.faq_box {
  margin-bottom: 60px;
}

.faq_box .top_ttl2 {
  margin-bottom: 30px;
}

.faq_box .faq_cnt {
  border: 3px solid #0070ba;
  padding: 25px 28px 25px;
  margin-bottom: 25px;
}

.faq_box .faq_cnt .q {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 17px;
}

.faq_box .faq_cnt .q:before {
  content: 'Q';
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: -1px;
  font-size: 24px;
  color: #b70013;
}

.faq_box .faq_cnt .a {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
}

.faq_box .faq_cnt .a:before {
  content: 'A';
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: -1px;
  font-size: 24px;
  color: #0070ba;
}

.faq_box .faq_cnt a {
  text-decoration: underline;
  margin: 0 5px;
  font-weight: bold;
}

.map {
  margin-bottom: 60px;
}

.map p {
  text-align: right;
  padding-right: 5px;
}

.map p a {
  text-decoration: underline;
}

.map .gmap {
  width: 100%;
  height: 500px;
}

.map .gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .map .gmap {
    height: 300px;
  }
}

#user_gmap {
  width: 980px;
  height: 500px;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  #user_gmap {
    width: 100%;
    height: 300px;
  }
}

.access_cnt {
  width: 900px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 480px) {
  .access_cnt {
    width: 100%;
  }
}

.access_cnt .top_ttl2 {
  margin-bottom: 20px;
}

.access_cnt h3 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #0070ba;
}

.access_cnt .access_box {
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 480px) {
  .access_cnt .access_box {
    margin-bottom: 50px;
  }
}

.access_cnt .access_box .start,
.access_cnt .access_box .start2,
.access_cnt .access_box .way,
.access_cnt .access_box .goal {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}

.access_cnt .access_box .start {
  border: 1px solid #000;
  width: 280px;
  height: 44px;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .access_cnt .access_box .start {
    width: 100%;
    display: block;
  }
}

.access_cnt .access_box .start2 {
  border: 1px solid #000;
  width: 280px;
  height: 88px;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .access_cnt .access_box .start2 {
    width: 100%;
    display: block;
  }
}

.access_cnt .access_box .way {
  width: 340px;
  height: 54px;
  position: relative;
  padding-top: 34px;
  box-sizing: border-box;
  color: #0070ba;
  font-weight: bold;
}

.access_cnt .access_box .way:after {
  content: '';
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  background: #0070ba;
}

@media screen and (max-width: 480px) {
  .access_cnt .access_box .way {
    width: 100%;
    height: 100px;
    display: block;
  }

  .access_cnt .access_box .way:after {
    display: none;
  }

  .access_cnt .access_box .way:before {
    content: '';
    width: 8px;
    height: 100px;
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    top: 0;
    background: #0070ba;
    opacity: 0.3;
  }
}

.access_cnt .access_box .goal {
  border: 1px solid #000;
  width: 280px;
  height: 44px;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .access_cnt .access_box .goal {
    width: 100%;
    display: block;
  }
}

.access_btn {
  margin-top: 24px;
  display: flex;
  margin-bottom: 32px;
}

.access_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #0070ba;
  border-radius: 8px;
  color: #FFF;
  font-weight: bold;
}

.activity_price {
  margin-bottom: 90px;
}

.activity_price .lead {
  text-align: center;
  margin-bottom: 30px;
}

.activity_price h3 {
  border-left: 6px solid #0070ba;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 10px;
  margin-bottom: 18px;
}

.activity_price .price_box {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box {
    display: block;
  }
}

.activity_price .price_box.other .cnt {
  padding-bottom: 15px;
}

.activity_price .price_box.other .cnt h4 {
  font-size: 16px;
}

.activity_price .price_box.other .cnt .taiken {
  width: 35%;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box.other .cnt .taiken {
    width: 100%;
  }
}

.activity_price .price_box.other .cnt .rental {
  width: 30%;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box.other .cnt .rental {
    width: 100%;
  }
}

.activity_price .price_box .img {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  line-height: 0.7;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box .img {
    display: block;
    width: 100%;
  }

  .activity_price .price_box .img img {
    width: 100%;
    height: auto;
  }
}

.activity_price .price_box .cnt {
  display: table-cell;
  vertical-align: top;
  padding: 15px 18px 0;
  background: #f1f1f1;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box .cnt {
    display: block;
    padding-bottom: 20px;
  }
}

.activity_price .price_box .cnt.diving_price {
  padding: 18px;
}

.activity_price .price_box .cnt h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.activity_price .price_box .cnt .taiken {
  display: table-cell;
  padding-right: 40px;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box .cnt .taiken {
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.activity_price .price_box .cnt .taiken table {
  width: 100%;
}

.activity_price .price_box .cnt .rental {
  display: table-cell;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box .cnt .rental {
    display: block;
  }
}

.activity_price .price_box .cnt .rental table {
  width: 100%;
}

.activity_price .price_box .cnt p {
  margin-bottom: 8px;
}

.activity_price .price_box .cnt p:last-of-type {
  margin-bottom: 0;
}

.activity_price .price_box .cnt p.memo {
  font-size: 15px;
}

.activity_price .price_box .cnt table {
  border-collapse: collapse;
  margin-bottom: 8px;
  background: #FFF;
  border: 2px solid #ededed;
}

.activity_price .price_box .cnt table th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ededed;
  padding: 2px 10px;
  font-size: 15px;
}

.activity_price .price_box .cnt table td {
  padding: 2px 5px 2px 40px;
  border: 1px solid #ededed;
  font-size: 15px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .activity_price .price_box .cnt table td {
    padding: 2px 5px;
  }
}

.activity_price p a {
  text-decoration: underline;
  margin: 0 5px;
}

.ac {
  text-align: center;
  margin-bottom: 100px;
}

.ac a {
  border: 3px solid #0070ba;
  padding: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #0070ba;
}

@media screen and (max-width: 480px) {
  .ac a {
    display: block;
  }
}

.windsurfing_course,
.windsurfing_taiken {
  margin-bottom: 90px;
}

.windsurfing_course .lead,
.windsurfing_taiken .lead {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .lead,
  .windsurfing_taiken .lead {
    text-align: left;
  }
}

.windsurfing_course h3,
.windsurfing_taiken h3 {
  border-left: 6px solid #0070ba;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 10px;
  margin-bottom: 18px;
}

.windsurfing_course .course,
.windsurfing_taiken .course {
  margin-bottom: 50px;
  display: table;
  width: 100%;
}

.windsurfing_course .course.rental,
.windsurfing_taiken .course.rental {
  display: block;
  vertical-align: top;
  padding: 15px 18px;
  background: #f1f1f1;
  box-sizing: border-box;
}

.windsurfing_course .course.rental table,
.windsurfing_taiken .course.rental table {
  border-collapse: collapse;
  margin-bottom: 8px;
  background: #FFF;
  border: 2px solid #ededed;
}

.windsurfing_course .course.rental table th,
.windsurfing_taiken .course.rental table th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ededed;
  padding: 4px 20px;
  font-size: 15px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course.rental table th,
  .windsurfing_taiken .course.rental table th {
    padding: 4px 10px;
  }
}

.windsurfing_course .course.rental table td,
.windsurfing_taiken .course.rental table td {
  padding: 4px 5px 4px 60px;
  border: 1px solid #ededed;
  font-size: 15px;
  text-align: right;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course.rental table td,
  .windsurfing_taiken .course.rental table td {
    padding: 2px 5px;
  }
}

.windsurfing_course .course.rental .memo,
.windsurfing_taiken .course.rental .memo {
  font-size: 15px;
}

.windsurfing_course .course .img,
.windsurfing_taiken .course .img {
  display: table-cell;
  width: 280px;
  vertical-align: top;
  line-height: 0.7;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course .img,
  .windsurfing_taiken .course .img {
    display: block;
    width: 100%;
  }

  .windsurfing_course .course .img img,
  .windsurfing_taiken .course .img img {
    width: 100%;
    height: auto;
  }
}

.windsurfing_course .course .cnt,
.windsurfing_taiken .course .cnt {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  background: #f1f1f1;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course .cnt,
  .windsurfing_taiken .course .cnt {
    display: block;
  }
}

.windsurfing_course .course .cnt .txt,
.windsurfing_taiken .course .cnt .txt {
  font-size: 15px;
  margin-bottom: 16px;
}

.windsurfing_course .course .cnt .txt .memo,
.windsurfing_taiken .course .cnt .txt .memo {
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
}

.windsurfing_course .course .cnt table,
.windsurfing_taiken .course .cnt table {
  border-collapse: collapse;
  margin-bottom: 012px;
  background: #FFF;
  border: 2px solid #ededed;
  width: 100%;
}

.windsurfing_course .course .cnt table th,
.windsurfing_taiken .course .cnt table th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ededed;
  padding: 5px 20px;
  font-size: 15px;
  width: 100px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course .cnt table th,
  .windsurfing_taiken .course .cnt table th {
    width: 90px;
    padding: 5px 10px;
  }
}

.windsurfing_course .course .cnt table td,
.windsurfing_taiken .course .cnt table td {
  padding: 5px 5px 5px 20px;
  border: 1px solid #ededed;
  font-size: 15px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .course .cnt table td,
  .windsurfing_taiken .course .cnt table td {
    padding: 2px 5px;
  }
}

.windsurfing_course .course .cnt .memo,
.windsurfing_taiken .course .cnt .memo {
  font-size: 15px;
}

.windsurfing_course .wrap_taiken_cnt,
.windsurfing_taiken .wrap_taiken_cnt {
  border: 3px solid #eee;
  background: #FCFAF2;
  padding: 50px 50px 50px 65px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .wrap_taiken_cnt,
  .windsurfing_taiken .wrap_taiken_cnt {
    padding: 30px;
  }
}

.windsurfing_course .taiken_cnt,
.windsurfing_taiken .taiken_cnt {
  display: table;
  width: 100%;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .taiken_cnt,
  .windsurfing_taiken .taiken_cnt {
    display: block;
  }
}

.windsurfing_course .taiken_cnt .flow,
.windsurfing_taiken .taiken_cnt .flow {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .taiken_cnt .flow,
  .windsurfing_taiken .taiken_cnt .flow {
    display: block;
    margin-bottom: 30px;
  }
}

.windsurfing_course .taiken_cnt .flow ul,
.windsurfing_taiken .taiken_cnt .flow ul {
  border-left: 5px solid #0070ba;
  padding: 18px 80px 18px 40px;
  position: relative;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .taiken_cnt .flow ul,
  .windsurfing_taiken .taiken_cnt .flow ul {
    padding: 18px 0 18px 30px;
  }
}

.windsurfing_course .taiken_cnt .flow ul:after,
.windsurfing_taiken .taiken_cnt .flow ul:after {
  content: '';
  display: block;
  position: absolute;
  left: -18px;
  bottom: -20px;
  width: 0px;
  border-color: #0070ba;
  border-style: solid;
  border-width: 16px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.windsurfing_course .taiken_cnt .flow ul li,
.windsurfing_taiken .taiken_cnt .flow ul li {
  margin-bottom: 36px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.windsurfing_course .taiken_cnt .flow ul li:before,
.windsurfing_taiken .taiken_cnt .flow ul li:before {
  content: '●';
  font-size: 12px;
  vertical-align: top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.windsurfing_course .taiken_cnt .flow ul li span,
.windsurfing_taiken .taiken_cnt .flow ul li span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.windsurfing_course .taiken_cnt .img,
.windsurfing_taiken .taiken_cnt .img {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}

.windsurfing_course .taiken_cnt .img img,
.windsurfing_taiken .taiken_cnt .img img {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {

  .windsurfing_course .taiken_cnt .img,
  .windsurfing_taiken .taiken_cnt .img {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.dving_shop {
  margin-top: 110px;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .dving_shop {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.dving_shop .lead {
  text-align: center;
  margin-bottom: 40px;
}

.dving_shop .shop_contact {
  border: 3px solid #0070ba;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .dving_shop .shop_contact {
    padding: 20px;
  }
}

.dving_shop .shop_contact .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .dving_shop .shop_contact .ttl {
    font-size: 19px;
  }
}

.dving_shop .shop_contact p {
  font-size: 21px;
}

@media screen and (max-width: 480px) {
  .dving_shop .shop_contact p {
    font-size: 18px;
  }
}

.en .header .gnavi {
  display: block;
}

@media screen and (max-width: 1400px) {
  .en .header .gnavi {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .en .header .gnavi {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .en .header .gnavi ul li {
    display: block;
    width: 100%;
  }

  .en .header .gnavi ul li:nth-of-type(even) {
    width: 100%;
  }
}

.en .top_contents {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .en .top_contents {
    margin-bottom: 60px;
  }
}

.en .top_contents ul {
  letter-spacing: -0.4em;
}

.en .top_contents ul li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 310px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
  }

  .en .top_contents ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.en .top_contents ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .en .top_contents ul li:nth-of-type(3n):nth-of-type(even) {
    margin-right: 0;
  }

  .en .top_contents ul li:nth-of-type(3n):last-of-type {
    display: block;
    margin: 0 auto 30px;
  }
}

.en .top_contents ul li a {
  display: block;
}

.en .top_contents ul li img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}

.en .top_contents ul li span {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li span {
    font-size: 14px;
  }
}

.en .top_contents ul li span:after {
  content: '▶';
  font-size: 10px;
  vertical-align: top;
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li span:after {
    font-size: 8px;
    margin-left: 5px;
  }
}

.en .top_contents ul li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 230px;
}

.en .top_contents ul li:nth-of-type(3) {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
  }

  .en .top_contents ul li:nth-of-type(even) {
    margin-right: 0;
  }

  .en .top_contents ul li:nth-of-type(3) {
    margin-right: 2%;
  }
}

.en .top_contents ul li:nth-of-type(4) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li:nth-of-type(4) {
    margin-right: 2%;
  }

  .en .top_contents ul li:nth-of-type(4):nth-of-type(even) {
    margin-right: 0;
  }

  .en .top_contents ul li:nth-of-type(4):last-of-type {
    display: inline-block;
    margin: 0 0 30px;
  }
}

.en .top_contents ul li span {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li span {
    font-size: 14px;
    display: block;
    line-height: 1.4;
  }
}

.en .top_contents ul li span:after {
  content: '▶';
  font-size: 10px;
  vertical-align: top;
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .en .top_contents ul li span:after {
    font-size: 8px;
    margin-left: 5px;
  }
}

.en .mv {
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
}

.en #user_gmap iframe {
  width: 980px;
  height: 500px;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .en #user_gmap iframe {
    width: 100%;
    height: 300px;
  }
}

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

/* 村上追加 */
.camp_price {
  margin-bottom: 0;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-custom {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  font-weight: bold;
}

.btn-custom:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-custom2 {
  color: #fff;
  background-color: #215370;
  border-color: #215370;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  font-weight: bold;
}

.btn-custom2:hover {
  color: #fff;
  background-color: #215370;
  border-color: #215370;
}

.btn-custom3 {
  color: #fff;
  background-color: #969524;
  border-color: #969524;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  font-weight: bold;
}

.btn-custom3:hover {
  color: #fff;
  background-color: #969524;
  border-color: #969524;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-4-c,
.col-6-c,
.col-8-c,
.col-12-c {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col-4-c {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-6-c {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-6-c {
  margin-left: 25%;
}

.col-8-c {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-12-c {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 480px) {

  .col-4-c,
  .col-6-c,
  .col-8-c {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-6-c {
    margin-left: 0;
  }
}

.mt-2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.table1 {
  width: 100%;
}

.table1 th {
  text-align: left !important;
  font-weight: bold;
}

.bt0 {
  border-top-width: 0 !important;
}

.bb0 {
  border-bottom-width: 0 !important;
}

.bl0 {
  border-left-width: 0 !important;
}

.br0 {
  border-right-width: 0 !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.mb-1 {
  margin-bottom: 1rem;
}


.main_lead.rental {
  margin-bottom: 30px;
}

.rental_bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.rental_bnr.jcc {
  justify-content: center;
}

.rental_bnr li {
  width: 50%;
  text-align: center;
  font-size: 0;
}

.main_lead a {
  text-decoration: underline;
}

.rental_bnr li.naturally {
  border: 3px solid #000;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.rental_bnr li.naturally .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.rental_bnr li.naturally .ttl span {
  margin-left: 8px;
}

.rental_bnr li.naturally .tel {
  font-size: 16px;
}

.rental_bnr li.naturally .email {
  font-size: 15px;
}

.col2.rental {
  margin-bottom: 80px;
}

.col2.rental table {
  width: 100%;
}

.tdu {
  text-decoration: underline;
}

.btn_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.btn_list li {
  width: 48%;
}

.btn_list li .reserve_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #6EC6B3;
  border-radius: 5px;
  height: 66px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .btn_list {
    flex-direction: column;
  }

  .btn_list li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}


.btn_list li .reserve_tel span {
  display: block;
}

.btn_list li .btn-custom {
  margin-bottom: 0;
}

.cabin_fee_txt {
  margin-bottom: 24px;
  font-size: 15px;
}

.cabin_fee_txt2 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.main_lead_cabin {
  margin-bottom: 70px;
  text-align: center;
}

.main_lead_cabin p {
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .main_lead_cabin {
    margin-bottom: 50px;
    text-align: left;
  }
}

.wrap_cabin_type .cabin_type:nth-of-type(even) {
  flex-direction: row-reverse;
}

.cabin_type_sec {
  margin-bottom: 80px;
}

.cabin_type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.cabin_type img {
  max-width: 100%;
  height: auto;
}

.cabin_cnt1 {
  width: 470px;
}

.cabin_cnt2 {
  width: 470px;
}

.type_head {
  padding-left: 24px;
  position: relative;
  margin-bottom: 32px;
}

.type_head::before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: #0070ba;
  position: absolute;
  left: 0;
  top: 0;
}

.cabin_type .type_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
}

.cabin_type .type_ttl span {
  margin-left: 12px;
}

.cabin_type .cabin_price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

.cabin_type .cabin_price span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}

.type_txt {
  margin-bottom: 32px;
}

.type_txt p {
  margin-bottom: 20px;
}

.cabin_type .reserve_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  width: 240px;
  height: 54px;
  font-size: 16px;
  background: #0070ba;
  border-radius: 8px;
}

.cabin_type .reserve_btn a.reserve_tel {
  flex-direction: column;
  border-radius: 5px;
  height: 66px;
  color: #FFF;
  font-weight: bold;
}

.cabin_type .reserve_btn a.reserve_tel span {
  display: block;
  font-size: 14px;
}

.reserve_btn_en {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.reserve_btn_en a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  max-width: 480px;
  width: 100%;
  height: 54px;
  font-size: 16px;
  background: #0070ba;
  border-radius: 8px;
}

.reserve_btn_en a.reserve_tel {
  flex-direction: column;
  border-radius: 5px;
  height: 66px;
  color: #FFF;
  font-weight: bold;
}

.reserve_btn_en a.reserve_tel span {
  display: block;
  font-size: 14px;
}


.cabin_type .item-slider {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .wrap_cabin_type .cabin_type:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .cabin_type_sec {
    margin-bottom: 80px;
  }

  .cabin_type {
    display: block;
    margin-bottom: 80px;
  }

  .cabin_cnt1 {
    width: 100%;
    margin-bottom: 48px;
  }

  .cabin_cnt2 {
    width: 100%;
  }

  .type_head {
    padding-left: 20px;
    position: relative;
    margin-bottom: 24px;
  }

  .cabin_type .type_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .cabin_type .type_ttl span {
    margin-left: 12px;
  }

  .cabin_type .cabin_price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .cabin_type .cabin_price span {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
  }

  .type_txt {
    margin-bottom: 32px;
  }

  .type_txt p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .cabin_type .reserve_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    width: 240px;
    height: 54px;
    font-size: 18px;
    background: #0070ba;
    border-radius: 8px;
  }

  .cabin_type .item-slider {
    width: 100%;
    margin: 0 auto 24px;
  }
}

.cabin_type .item-slider .swiper-slide {
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabin_type .thumb-list {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cabin_type .thumb-list li {
  width: 19%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-right: 1.25%;
  margin-bottom: 10px;
  font-size: 0;
}

.cabin_type .thumb-list li:nth-of-type(5n) {
  margin-right: 0;
}

.cabin_type .thumb-list li img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}


@media screen and (max-width: 767px) {
  .cabin_type .thumb-list li {
    width: 19%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-right: 1.25%;
    margin-bottom: 1vw;
  }

  .cabin_type .thumb-list li:nth-of-type(5n) {
    margin-right: 0;
  }

  .cabin_type .thumb-list li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.cabin_type .thumb-item {
  list-style: none;
  width: 33%;
}

.cabin_type .thumb-link {
  display: block;
  width: 100%;
  height: 50px;
}

.cabin_memo {
  margin-bottom: 60px;
}

.cabin_memo ul {
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .cabin_memo ul {
    margin-left: 24px;
  }
}

.cabin_memo ul li {
  list-style-type: disc;
}

.cabin_memo2 h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 60px;
}

.cabin_memo2 p {
  margin-bottom: 24px;
}

.cabin_memo2 p b {
  margin-right: 10px;
}

.cabin_memo2 ul li {
  margin-bottom: 4px;
}

.cabin_memo2 ul li b {
  display: inline-block;
  width: 160px;
}

.cabin_price {
  margin-bottom: 80px;
}

.cabin_price .row {
  justify-content: center;
}

.cabin_price .row .col-6-c {
  flex: none;
  max-width: 70%;
}

.cabin_price table th {
  width: 480px;
}

.cabin_spec_table table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #ddd;
}

.cabin_spec_table tr th,
.cabin_spec_table tr td {
  padding: 8px;
  border: 1px solid #FFF;
  border-right: none;
}

.cabin_spec_table tr th {
  text-align: left;
  background: #f6f6f6;
}

.cabin_spec_table tr td {
  text-align: center;
  font-weight: bold;
}

.cabin_spec_table tr:first-of-type td:nth-of-type(1) {
  background: rgb(246, 197, 85);
}

.cabin_spec_table td:nth-of-type(1) {
  background: rgba(246, 197, 85, 0.18);
}

.cabin_spec_table tr:first-of-type td:nth-of-type(2) {
  background: rgb(123, 162, 63);
}

.cabin_spec_table td:nth-of-type(2) {
  background: rgba(123, 162, 63, 0.18);
}

.cabin_spec_table tr:first-of-type th {
  background: #f6f6f6;
}

.cabin_spec_table tr:first-of-type td:nth-of-type(3) {
  background: rgb(88, 178, 220);
}

.cabin_spec_table td:nth-of-type(3) {
  background: rgba(88, 178, 220, 0.18);
}

.cabin_spec_table tr:nth-of-type(even) th {
  background: #fff;
}

.cabin_spec_table tr:nth-of-type(even) td:nth-of-type(1) {
  background: rgba(246, 197, 85, 0.12);
}

.cabin_spec_table tr:nth-of-type(even) td:nth-of-type(2) {
  background: rgba(123, 162, 63, 0.12);
}

.cabin_spec_table tr:nth-of-type(even) td:nth-of-type(3) {
  background: rgba(88, 178, 220, 0.12);
}

.cabin_map {
  margin-bottom: 60px;
}

.cabin_type_photo {
  margin-bottom: 100px;
}

.cabin_type_photo h3 {
  font-weight: bold;
  font-size: 20px;
}

.cabin_type_photo .cnt_gallery {
  margin-bottom: 60px;
}

.cabin_type_photo .cnt_gallery ul {
  margin-bottom: 10px;
}

.cabin_type_photo .cnt_gallery .tent {
  margin-bottom: 32px;
}

.cabin_type_photo .cnt_gallery ul li {
  width: 230px;
  margin-bottom: 0;
}

.cabin_type_photo .cnt_gallery img {
  max-width: 100%;
  height: auto;
}

.cabin_type_photo .cnt_gallery .memo .img {
  width: 230px;
}


@media screen and (max-width: 480px) {
  .cabin_spec_table {
    width: 100%;
    overflow: auto;
    padding: 0 0 20px;
  }

  .cabin_spec_table table {
    width: 720px;
  }

  .cabin_spec_table tr td,
  .cabin_spec_table tr th {
    font-size: 14px;
  }

  .cabin_memo2 h3 {
    font-size: 18px;
    margin-top: 48px;
  }

  .cabin_memo2 p {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .cabin_memo2 ul li {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .cabin_memo2 ul li b {
    width: auto;
    display: block;
    font-size: 15px;
  }

  .cabin_type_photo .cnt_gallery ul {
    margin-bottom: 24px;
  }

  .cabin_type_photo .cnt_gallery ul li {
    width: 48%;
  }

  .main_lead.rental {
    margin-bottom: 24px;
  }

  .rental_bnr {
    display: block;
    margin-bottom: 24px;
  }

  .rental_bnr li {
    width: 100%;
    margin-bottom: 12px;
  }

  .rental_bnr li.naturally {
    border: 2px solid #000;
    height: 100px;
  }

  .rental_bnr li.naturally .ttl {
    font-size: 18px;
    margin-bottom: 0;
  }

  .rental_bnr li.naturally .ttl span {
    margin-left: 8px;
  }

  .rental_bnr li.naturally .tel {
    font-size: 15px;
  }

  .rental_bnr li.naturally .email {
    font-size: 14px;
  }

  .cabin_price .row .col-6-c {
    max-width: 100%;
  }

  .cabin_price table th {
    width: 200px;
  }

}




.top_bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.top_bnr.jcc {
  justify-content: center;
}

.top_bnr li {
  width: 50%;
  max-width: 468px;
  text-align: center;
  font-size: 0;
}

.main_lead a {
  text-decoration: underline;
}

.top_bnr li.naturally {
  border: 3px solid #000;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.top_bnr li.naturally .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.top_bnr li.naturally .ttl span {
  margin-left: 8px;
}

.top_bnr li.naturally .tel {
  font-size: 16px;
}

.top_bnr li.naturally .email {
  font-size: 15px;
}


@media screen and (max-width: 480px) {
  .top_bnr {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }

  .top_bnr li {
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
  }

  .top_bnr li.naturally {
    border: 2px solid #000;
    height: 100px;
  }

  .top_bnr li.naturally .ttl {
    font-size: 18px;
    margin-bottom: 0;
  }

  .top_bnr li.naturally .ttl span {
    margin-left: 8px;
  }

  .top_bnr li.naturally .tel {
    font-size: 15px;
  }

  .top_bnr li.naturally .email {
    font-size: 14px;
  }
}