@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body {
  color: #000;
}

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}

.-spOnly {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }

  .-spOnly {
    display: block !important;
  }
}

a {
  transition: .4s;
}

a:hover {
  transition: .4s;
  opacity: .7;
  text-decoration: none;
}

a:focus, button:focus {
  outline: transparent;
}

div[class*="pic"] img {
  vertical-align: top;
}


.c-courseSec {
  position: relative;
  z-index: 0;
}

.c-courseSec::after {
  content: '';
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vw; */
  height: 100%;
  z-index: -1;
}


.c-innerWrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 20px;
}

.c-courseSec .c-innerWrap {
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  .c-innerWrap {
    width: 100%;
    padding: 40px 10px 0;
  }

  .c-courseSec .c-innerWrap {
    padding: 60px 20px;
  }
}


.c-secTit {
  text-align: center;
  margin: auto;
}

.c-txt {}


.c-btnWrap {
  text-align: center;
}

.c-btnWrap .c-linkBtn a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c90000;
  padding: 15px 30px;
  min-width: 335px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #c90000;
}

@media screen and (max-width: 960px) {
  .c-btnWrap .c-linkBtn a {
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    line-height: 2;
  }
}


/* ------------------------------------------------------------------------------------------
compo none
------------------------------------------------------------------------------------------ */

.pageTtl {
  margin-bottom: 0;
}

.contentsInr .hotelArea .ttlLv1, .contentsInr .hotelArea .contactBlock {
  margin-left: 0;
  margin-right: 0;
  display: contents;
}

.btn-tit span.btnInr {
  line-height: 1.2;
  display: block;
}

.slick-box, .slick-box2, .slidType_thumb {
  margin-top: 0px;
}

.clm_1_2col.colWrap .col {
  width: calc(50% - 30px);
}

.clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0px;
  margin-left: 60px;
}

.hotel-secTit .ttlLv2 {
  padding-top: 40px;
}

.hotel-secTit .ttlLv2 .heading {
  border-left: 4px solid #0a2d32;
  font-size: 2rem;
}

.table_typeA table {
  border-top: none;
  margin-top: -1px;
}

.table_typeA table tr th {
  background: #e0ddd9;
  color: #000;
  border-top: none;
  border-left: 1px solid #ccc;
  font-weight: normal;
}

.table_typeA table tr:first-child td {
  border-top: none;
}

.table_typeA table tr td {
  line-height: 2rem;
  padding: 10px 5px;
}

.hotelArea .acodBlock > .content {
  padding: 40px;
}

.btn-adj .full .btn {
  width: 400px;
  font-family: auto;
  margin: 40px auto 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .fs18 {
    font-size: 1.6rem !important;
  }
}

/* ------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------ */

.ctm_contentsFull {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  padding: 80px 0;
}

.ctm_contentsFull.full01 {
  color: #fff;
  background-color: #0a2d32;
  padding: 20px 0;
}

.mv_comment p {
    text-align: right;
    padding-right: 20px;
}

.settei.txt {
  padding: 30px 0px;
  background-color: #e6eaea;
  position: relative;
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  overflow-y: hidden;
}

.settei.txt::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/kominka/img_sites/bg_tatami.png") repeat-y center/contain;
  width: 80px;
  height: 300px;
  top: 0;
  left: 0;
}

.settei.txt::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/kominka/img_sites/bg_tatami.png") repeat-y center/contain;
  width: 80px;
  height: 300px;
  top: 0;
  right: 0;
}

.ctm_contentsFull.wt {
  background-color: #fff;
}

.ctm_contentsFull.color {
  background-color: #f1efed;
}

.ctm_contentsFull.color .hotel-bgBox {
  background-color: #fff;
}

.contentsUnit {
  width: 960px;
  margin: auto;
}

.settei {
    font-size: 24px;
    color: #fff;
    letter-spacing: .1em;
}

.settei.txt p {
  font-size: 18px;
  color: #0a2d32;
  text-align: center;
}

.box_typeA {
  border: 1px solid #cc0000;
  padding: 20px;
  margin-top: 80px;
}

.c-txt p {
  font-size: 14px;
  line-height: 1.7;
}
.c-txt p strong {
  color: #000;
  font-weight: bold;
}

.comment {
  color: #666;
  margin-top: 10px;
}

.btn-adj .full .btn {
  width: 400px;
  font-family: auto;
  margin: 40px auto 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .ctm_contentsFull.full01 {
    padding: 10px;
  }

  .settei.txt {
    padding: 0 20px 60px;
  }

  .contentsUnit {
    width: auto;
    margin: auto;
  }

  .settei {
    font-size: 16px;
  }

.settei.txt {
    padding: 15px;
}

.mv_comment p {
    text-align: center;
    padding-right: 0;
}

.settei {
    font-size: 16px;
}

.settei p {
    text-align: center !important;
}

  .box_typeA {
    border: 1px solid #cc0000;
    padding: 20px 15px 20px 10px;
    font-size: 13px;
    margin-top: 60px;
  }

  .settei.txt {
    padding: 20px;
}

.settei.txt p {
    font-size: 16px;
}

/* .settei.txt::before {
    content: '';
    position: absolute;
    background: url("/jp/ja/domtour/jaldp/kominka/img_sites/bg_tatami.png") repeat-x center/contain;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
} */

.settei.txt::before {
  content: none;
}

/* .settei.txt::after {
    content: '';
    position: absolute;
    background: url("/jp/ja/domtour/jaldp/kominka/img_sites/bg_tatami.png") repeat-x center/contain;
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
} */

.settei.txt::after {
  content: none;
}

.ctm_contentsFull {
    padding: 40px 20px;
}

.table_typeA {
  background: none;
}

}

/* hotel ----------------------------------------------------------------------------------*/

.btn-tit a.btn {
  background-color: #0a2d32;
  font-size: 38px;
  text-align: left;
  padding: 15px 20px 10px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}

.btn-tit a.btn span.small {
  font-size: 28px;
}

span.hotel-area {
  font-size: 18px;
  vertical-align: 8px;
  background-color: #fff;
  color: #0a2d32;
  padding: 8px 3px 7px 10px;
  margin-right: 20px;
}

.hotel-txt p {
  font-size: 16px;
  line-height: 1.7;
}

.btn-tit .btn.iconOther .altIcon {
  width: 24px;
  height: 20px;
  right: 20px;
}

.hotelBlock {
  margin-top: 20px;
}

.hotel-detailBox:not(.hotel-secFlex .hotel-detailBox) {
  margin-bottom: 20px;
}

.hotel-itemBox {
  width: 135px;
  background-color: #e0ddd9;
  text-align: center;
  font-size: 15px;
  padding: 5px 0 4px;
  margin-bottom: 10px;
}

.hotel-itemBox.large {
  width: 300px;
}

.hotel-detail.-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hotelBox .responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  display: block;
  width: auto;
}

.hotel-detailBox.map .linkbtn.btnBox {
  width: 110px;
  display: block;
}
.mapBtn a.btn.iconOther {
  margin: 0;
  width: 110px;
  background-color: #fff;
}

.hotel-bgBox {
  background-color: #f1efed;
  padding: 0 40px 40px;
  margin-top: 40px;
}

.acd {
  margin-top: 60px;
}

.hotel-l-secTit {
  text-align: center;
  margin-top: 80px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.hotel-l-secTit .ttlLv1 .heading {
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
}

.hotel-secFlex.recom .clm_1_2col.colWrap .col:nth-child(odd) {
  margin-left: 0px;
  width: 60%;
}

.hotel-secFlex.recom .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-left: 30px;
  width: 35%;
  margin: 0 0 0 auto;
}

.hotel-secFlex.recom.-adj .clm_1_2col.colWrap .col:nth-child(odd) {
  width: 47%;
}

.hotel-secFlex.recom.-adj .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  width: 47%;
}

.hotel-secFlexBox .column:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #ccc;
}

@media screen and (min-width: 960px) {
  .acodBlock .table_typeA table {
    width: 100%;
  }
  
  .table_typeA {
    overflow: unset;
    white-space: unset;
    background: transparent;
  }
}

@media screen and (max-width: 960px) {
  span.hotel-area {
    font-size: 15px;
    display: block;
    width: 150px;
    margin: 0 auto 10px;
    padding: 5px;
}

.btn-tit a.btn {
    font-size: 24px;
    text-align: center;
    padding: 13px 0px 10px;
    margin-bottom: 15px;
}

.btn-tit .btn.iconOther .altIcon {
    width: 16px;
    height: 14px;
    right: 15px;
}

.hotel-txt p {
    line-height: 1.4;
}

.hotelBlock .colWrap.clm_1_2col {
    flex-direction: column;
}

.clm_1_2col.colWrap .col {
    width: 100%;
}

.clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-top: 30px;
    margin-left: 0;
}

.mapBtn a.btn.iconOther {
    margin: 0;
    width: 90px;
    font-size: 13px;
    min-height: 30px;
    padding: 10px 10px 10px 0;
}

.hotel-detailBox.map .linkbtn.btnBox {
    width: 90px;
    margin-top: -5px;
}

.hotel-bgBox {
    padding: 0px 20px 30px;
    margin-top: 20px;
}

.hotel-secTit .ttlLv2 .heading {
    border-left: 4px solid #0a2d32;
    font-size: 1.8rem;
}

.hotel-bgBox .acodBlock.type_normal > .heading {
    background-color: #fff;
}

.acd {
    margin-top: 40px;
}

.hotel-l-secTit {
    margin-top: 60px;
    margin-bottom: 20px;
}

.hotel-l-secTit .ttlLv1 .heading {
    font-size: 22px;
}

.hotel-secFlex.recom .colWrap.clm_1_2col {
    flex-direction: column-reverse;
}

.hotel-secFlex.recom .clm_1_2col.colWrap .col:nth-child(odd) {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
}

.hotel-secFlex.recom .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    width: 100%;
    margin: auto;
}

.hotel-secFlex.recom.-adj .clm_1_2col.colWrap .col:nth-child(odd) {
  width: 100%;
}

.hotel-secFlex.recom.-adj .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  width: 100%;
}

.comment p {
    font-size: 14px;
}

.btn-adj .full .btn {
    width: auto;
    margin: 20px auto 0;
}

.btn-tit a.btn span.small {
    font-size: 14px;
    vertical-align: 3px;
}

.hotelArea .acodBlock > .content {
    padding: 20px;
}

.content.JS_tglSldC .aem-Grid .table:nth-of-type(n+2) .acd-table .table_typeA .scrollNote {
  display: none;
}

.scrollNote {
  margin-top: 0;
  margin-bottom: 15px;
}
}


/* option ---------------------------------------------------------------------------------*/

.optionArea {
  padding: 80px 0 20px;
  /* font-family: sans-serif; */
}

.option-tit p {
  font-size: 34px;
  font-family: serif;
}

.optionBlock {
  margin-top: 40px;
}

.optionBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.optionBox .responsivegrid:nth-of-type(n+2) {
  width: 190px;
}

.optionItemBox-tit p {
  font-size: 24px;
  white-space: nowrap;
  font-family: serif;
  margin-bottom: 10px;
}

.optionItemBox.picSide {
  width: 190px;
}

.optionBtn a {
  width: 40%;
  margin: 30px auto 0;
  display: block;
}

.optionArea .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0px;
  margin-left: 20px;
}

.optionArea .clm_1_2col.colWrap .col {
  width: calc(50% - 10px);
}

.optionArea .clm_1_2col.colWrap .col {
  padding: 20px 15px;
}

.optionItemBox-txt p {
  font-size: 13px;
}

.optionArea .linkbtn.btnBox.btnRD {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {

  .optionArea p {
    font-size: 14px;
}

.optionArea li {
    font-size: 12px;
}

  .option-tit p {
    font-size: 24px;
    letter-spacing: 0;
}

.optionArea {
    padding: 40px 0 20px;
}

.optionBlock {
    margin-top: 20px;
}

.optionBlock .colWrap.clm_1_2col {
    flex-direction: column;
}

.optionArea .clm_1_2col.colWrap .col {
    width: 100%;
}

.optionItemBox.picSide {
    width: 140px;
    margin-left: 20px;
}

.optionItemBox.picSide.-adj {
    margin-left: -10px;
}

.optionItemBox-tit p {
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.optionBtn a {
    width: 80%;
    margin: 20px auto 0;
}

.optionArea .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-top: 20px;
    margin-left: 0px;
}

.optionItemBox-txt p {
  display: inline;
}

.optionItemBox-txt.-adj {
  width: 90%;
}

}

/*----- 240327終了対応　----*/
.attnBox {border:2px solid #cc0000; padding: 18px;margin-bottom: 20px;}

