@charset "UTF-8";
.entry__content-detaillink, .contents__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry__content-detaillink > *, .contents__center > * {
  min-height: 0%;
}

.tour__common, .contents__container {
  box-sizing: content-box !important;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

/* common:start */
.contents a img {
  transition: all ease 0.2s;
}
.contents .cource__title {
  background-color: #00b7f3;
  height: 120px;
  position: relative;
  margin-bottom: 50px;
}
.contents .cource__title-image {
  display: block;
  margin: 0 auto;
}
.contents .cource__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #00b7f3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.contents .clubArea {
  width: 950px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.contents .clubArea .club {
  padding: 20px;
  border: 2px solid #cc0000;
  font-size: 26px;
  line-height: 1.5;
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}

.domtour940 .seaBox.step4 dl.clm1:nth-child(1) .ttl span {
  font-weight: bold !important;
  font-family: sans-serif !important;
  color: #cc0000 !important;
}

/* common:end */
/* tour:start */
.tour {
  margin-bottom: 40px;
}
.tour__banner {
  text-align: center;
  margin-bottom: 100px;
}
.tour__banner-title {
  margin-bottom: 20px;
}
.tour__banner-link {
  display: block;
}
.tour__banner-link02 {
  display: block;
  margin-top: 40px;
}

/* tour:end */
/* mv:start */
.mv {
  margin-top: 40px;
  width: 100%;
}
.mv__tab {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 60px;
}
.mv li {
  box-shadow: 0 2px 8px rgba(1, 0, 0, 0.16);
}

/* mv:end */
/* overview:start */
.overview {
  margin: 0 auto;
}

/* overview:end */
/* point:start */
.point {
  background-color: #fbefef;
  padding-bottom: 80px;
}
.point__hdg {
  background-color: #fe8b8b;
  text-align: center;
  position: relative;
}
.point__hdg::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #fe8b8b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.point__content {
  margin: 50px auto 0 auto;
  background-color: #ffffff;
  width: 870px;
  border-radius: 12px;
  padding: 35px 40px 0;
}
.point__pt-each {
  display: flex;
}
.point__pt-each02 {
  display: flex;
  padding-top: 35px;
}
.point__pt-each03 {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.point__pt-each04 {
  display: flex;
}
.point__pt-each05 {
  position: relative;
  padding-bottom: 40px;
}
.point__pt-each06 {
  padding-top: 40px;
}
.point__pt-each07 {
  padding-left: 160px;
  padding-top: 30px;
}
.point__pt-each08 {
  padding-bottom: 35px;
}
.point__pt-mark {
  margin-right: 15px;
}
.point__pt-textarea {
  display: flex;
  align-items: center;
  position: relative;
}
.point__pt-icon {
  position: absolute;
  top: 50px;
  left: 630px;
}
.point__pt-icon01 {
  position: absolute;
  top: 65px;
  left: 520px;
}
.point__pt-icon02 {
  position: absolute;
  top: 45px;
  left: 440px;
}
.point__pt-icon03 {
  position: absolute;
  top: 137px;
  left: 600px;
}
.point__pt-seat {
  display: flex;
  justify-content: center;
  margin: 40px 0 35px;
}
.point__pt-txt {
  padding-top: 35px;
}
.point__pt-txt02 {
  margin-left: 155px;
  padding-top: 30px;
  margin-bottom: 35px;
}
.point__pt-detail {
  display: flex;
  padding-left: 160px;
  padding-top: 40px;
  margin-bottom: 30px;
}
.point__operation {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-right: 175px;
}
.point__operation-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  background-color: #cc0000;
}
.point__operation-link::after {
  content: "";
  display: inline-block;
  background-image: url(/commonY15/img/icon_ext_white_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 10px;
  top: 16px;
  left: 190px;
}

/* point:end */
/* intro:start */
.intro {
  background-color: #fbefef;
}
.intro__hdg {
  background-color: #fe8b8b;
  text-align: center;
  position: relative;
}
.intro__hdg::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #fe8b8b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.intro__content {
  background-color: #ffffff;
  padding: 35px 40px 30px;
  margin-top: 50px;
  border-radius: 12px;
}
.intro__content-list--bold {
  font-weight: bold;
}
.intro__content-list--differ {
  padding-left: 85px;
}
.intro__content-list li {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.intro__content-list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.intro__content-lst li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.intro__content-lst li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.intro__content-lst li:first-child::before {
  content: none;
}
.intro__content-graph {
  margin: 25px 0 35px;
}

.hotel {
  margin-top: 55px;
}
.hotel__head {
  padding-bottom: 40px;
}
.hotel__intro {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.hotel__intro:first-child {
  padding-bottom: 20px;
}
.hotel__intro:nth-child(3) {
  margin-bottom: 25px;
}
.hotel__intro-imagearea {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.hotel__intro-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1 !important;
}
.hotel__intro-title--differ {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
}
.hotel__intro-lead01 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
}
.hotel__intro-lead01--differ {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  padding-top: 3px;
}
.hotel__intro-lead02 {
  font-size: 1.6rem;
  line-height: 1.625;
}
.hotel__intro-apartment01 {
  background-color: #4682f1;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  width: 148px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.hotel__intro-apartment02 {
  background-color: #4682f1;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  width: 180px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel__intro-apartment03 {
  background-color: #4682f1;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  width: 148px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.hotel__intro-apartment04 {
  background-color: #4682f1;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  width: 130px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel__intro-apartment05 {
  background-color: #fa7070;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.2 !important;
  color: #ffffff;
  font-weight: bold;
  width: 196px;
  height: 45px;
  padding: 3px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.hotel__intro-apartment06 {
  background-color: #4682f1;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  width: 180px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel__lead {
  background-image: url(../img/txt_hotel_text01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 872px;
  height: 622px;
}
.hotel__lead-list {
  padding: 75px 20px 0 20px;
}
.hotel__lead-list li {
  padding-bottom: 35px;
}
.hotel__lead-list li:nth-child(2) {
  padding-bottom: 40px;
}
.hotel__lead-link {
  margin-top: 15px;
}
.hotel__lead-imagearea {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 30px;
}
.hotel__intro--differ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 20px 10px;
}
.hotel__image-main {
  display: flex;
  justify-content: space-between;
}
.hotel__image-sub {
  background-color: #fffee5;
  margin-top: 40px;
  padding: 20px;
}
.hotel__image-textarea {
  margin-left: 40px;
}
.hotel__image-textarea p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}
.hotel__image-list li {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  display: flex;
  align-items: center;
}
.hotel__image-list li::before {
  content: "";
  display: inline-block;
  background-color: #fa7070;
  width: 9px;
  height: 8px;
  margin-right: 3px;
}
.hotel__image-operation {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-top: 35px;
}
.hotel__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  background-color: #cc0000;
}
.hotel__image-link::after {
  content: "";
  display: inline-block;
  background-image: url(/commonY15/img/icon_ext_white_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 10px;
  top: 16px;
  left: 190px;
}
.hotel__lead {
  margin: 40px 0 60px;
}

.price__head {
  margin-bottom: 40px;
}
.price__list {
  padding-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.price__list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.price__list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.price__list--red {
  color: #cc0000;
  font-weight: bold;
}
.price__contain {
  margin-top: 35px;
}
.price__contain-title {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: bold;
}
.price__contain-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1em;
  text-indent: -1em;
}
.price__contain-list li {
  padding-right: 25px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.price__contain-list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 4px;
}

/* intro:end */
/* guide:start */
.guide {
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: 80px;
}
.guide__head {
  height: 60px;
  background-color: #cc0000;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: bold;
  color: #ffffff;
}
.guide__content {
  padding: 35px 40px 30px;
}
.guide__content-list {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.guide__content-list li {
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.guide__content-list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.guide__content-title {
  display: inline-block;
  margin-bottom: 5px;
  background: linear-gradient(transparent 60%, #ffef38 60%);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 10px;
}
.guide__content-subtitle {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: bold;
}
.guide__content-detaillink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  margin: 15px 0 20px;
  background-color: #eeeeee;
  border: 1px solid #d9d9d9;
  width: 170px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
}
.guide__content-detaillink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/commonY15/img/icon_ext_red_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  right: 20px;
}
.guide__content-cancel {
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 3px;
  margin-left: 10px;
  font-weight: bold;
}

/* guide:end */
/* checklist:start */
.checklist {
  background-color: #fbefef;
  padding: 80px 0 80px;
}
.checklist__container {
  width: 870px;
  margin: 0 auto;
  border: 4px solid #cc0000;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 40px 40px;
  position: relative;
}
.checklist__image {
  padding-bottom: 35px;
}
.checklist__list {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 40px;
}
.checklist__list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #cc0000;
}
.checklist__list li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #cc0000;
  margin-right: 5px;
}
.checklist__btn {
  font-size: 2rem;
  line-height: 1.2;
  color: #cc0000;
  font-weight: bold;
  position: absolute;
  top: 230px;
  left: 80px;
}

/*チェックボックスデザイン*/
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  margin-bottom: 5px;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 4px solid #cc0000;
  width: 16px; /*チェックボックスの横幅*/
  height: 16px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

input[type=checkbox]::after {
  border-bottom: 2px solid #cc0000; /*チェックの太さ*/
  border-left: 2px solid #cc0000; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 5px; /*チェックの高さ*/
  width: 10px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -5px; /*チェック時の位置調整*/
  left: 6px; /*チェック時の位置調整*/
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

/* checklist:end */
/* entry:start */
.entry {
  max-width: 870px;
  margin: 95px auto 80px;
  position: relative;
}
.entry__title {
  position: absolute;
  top: -15px;
  left: 65px;
}
.entry__content {
  padding: 65px 30px 55px 35px;
  border: 25px solid #fbefef;
  border-radius: 20px;
}
.entry__content-lead {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
}
.entry__content-red {
  color: #cc0000;
}
.entry__content-title {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffef38 60%);
  margin-bottom: 15px;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.entry__content-form {
  position: relative;
  width: 200px;
  height: 36px;
  margin: 25px 0 15px;
}
.entry__content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  background-color: #cc0000;
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
  box-sizing: border-box;
  margin: 18px 0 25px;
}
.entry__content-link a {
  color: #fff;
}
.entry__content-link::before {
  content: "";
  display: block;
  background-image: url(/commonY15/img/icon_ext_white_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 10px;
  left: 35px;
}
.entry__content-lst {
  padding-bottom: 8px;
  margin-left: 1em;
  text-indent: -1em;
}
.entry__content-lst li {
  color: #cc0000;
  margin-left: 1em;
}
.entry__content-lst li:not(:last-child) {
  color: #333333;
  margin-left: 0;
}
.entry__content-lst li:not(:last-child)::before {
  content: "";
  display: inline-block;
  background-color: #007151;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.entry__content-caution {
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding-bottom: 10px;
}
.entry__content-text {
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.entry__content-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.entry__content-txt:first-child {
  margin-left: 1em;
}
.entry__content-txt:nth-child(2) {
  margin-left: 1em;
  padding-bottom: 30px;
}
.entry__content-detaillink {
  padding-right: 15px;
  margin: 15px 0 13px;
  background-color: #eeeeee;
  border: 1px solid #d9d9d9;
  width: 170px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 300;
  position: relative;
  box-sizing: border-box;
}
.entry__content-detaillink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/commonY15/img/icon_ext_red_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  right: 20px;
}
.entry__content-subtitle {
  font-weight: bold;
}
.entry__content-addition {
  padding: 32px 15px 0 0;
  font-size: 2.4rem;
  text-align: right;
}
.entry__caution-list {
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 10px;
}
.entry__caution-list li {
  color: #cc0000;
}
.entry__caution-lst {
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.entry__caution-lst li {
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.entry__caution-lst li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.entry__caution-lt {
  padding-left: 1em;
  text-indent: -1em;
}
.entry__caution-lt li {
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.entry__caution-lt li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.entry__list-red {
  padding-left: 1em;
  text-indent: -1em;
}
.entry__list-red li {
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.entry__list-red li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #cc0000;
  margin-right: 5px;
}
.entry__rule {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.entry__rule::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #fa7070;
  margin-right: 5px;
}
.entry__cancel {
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 3px;
  margin-left: 10px;
}

.outer__contact-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.outer__dial {
  font-size: 2.4rem;
  line-height: 1.25 !important;
  font-weight: bold;
  color: #cc0000;
}
.outer__dial-txt {
  color: #cc0000;
}

/* entry:end */
html {
  font-size: 62.5%;
}

.body {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contents img {
  vertical-align: top;
}