@charset "UTF-8";
/* Scss Document */
/*=============================================================
プラン設定
=============================================================*/
.plan .archive #com-page-intro .com-btn {
  margin-top: 30px;
}
@media screen and (min-width: 768.9px) {
  .plan .archive #com-page-intro .com-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768.9px) {
  .plan .archive .col3 {
    display: grid;
    gap: 50px 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768.9px) {
  .plan .archive .col3-item:first-of-type {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .plan .archive .col3-item {
    margin: 48px 0 0 0;
  }
}
.plan .archive .col3-item .tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768.9px) {
  .plan .archive .col3-item .date {
    margin: 8px 0 0 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768.9px) {
  .plan .archive .col3-item .date span {
    display: block;
  }
}
.plan .single #plan-intro {
  text-align: left;
  position: relative;
}
.plan .single #plan-intro::before {
  content: "";
  display: block;
  width: 40%;
  background-color: rgba(118, 87, 47, 0.08);
  position: absolute;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-intro::before {
    width: 90%;
    bottom: -5vw;
    right: 0;
    height: 40vw;
  }
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-intro::before {
    height: 25vw;
    top: 10vw;
    left: 0;
  }
}
.plan .single #plan-intro .col2 {
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin: 60px auto 78px auto;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-intro .col2 {
    display: grid;
    gap: 0px 104px;
    grid-template-columns: 1fr 1fr;
    margin: 120px auto 156px auto;
    max-width: 90%;
  }
}
.plan .single #plan-intro .col2-left {
  margin-top: 40px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-intro .col2-left {
    order: 1;
    margin-top: 0;
  }
}
.plan .single #plan-intro .col2-right {
  order: 2;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-intro .col2-right {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-intro .col2 .thumb img {
    width: 90%;
  }
}
.plan .single #plan-intro .col2 .data {
  display: flex;
  align-items: center;
}
.plan .single #plan-intro .col2 .data .time {
  margin-right: 20px;
}
.plan .single #plan-intro .col2 .tit {
  font-size: clamp(17px, 5vw, 28px);
  margin-top: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-intro .col2 .tit {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.plan .single #plan-intro .col2 .lead {
  font-size: clamp(15px, 3vw, 18px);
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.plan .single #plan-intro .col2 table {
  width: 100%;
  font-size: clamp(15px, 3vw, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-top: 1px solid #CECCC2;
  margin-top: 40px;
}
.plan .single #plan-intro .col2 table th {
  padding: 20px 60px 20px 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #CECCC2;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-intro .col2 table th {
    display: block;
    padding-bottom: 0;
    border: none;
  }
}
.plan .single #plan-intro .col2 table td {
  padding: 20px 0;
  border-bottom: 1px solid #CECCC2;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-intro .col2 table td {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-intro .col2 table td p br {
    display: none;
  }
}
.plan .single #plan-detail {
  text-align: left;
}
.plan .single #plan-detail .container {
  width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail .container {
    padding: 0 20px;
  }
}
.plan .single #plan-detail dl dt {
  font-size: clamp(15px, 3vw, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-detail dl dt {
    margin-bottom: 28px;
  }
}
.plan .single #plan-detail dl dd table {
  margin: 0 0 60px 0;
}
.plan .single #plan-detail dl.drink dt {
  border-bottom: 1px solid #333333;
  display: inline-block;
  margin-bottom: 14px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-detail dl.drink dt {
    padding-bottom: 8px;
    margin-bottom: 28px;
  }
}
.plan .single #plan-detail dl.drink dd {
  display: flex;
  gap: 0px 20px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-detail dl.drink dd {
    gap: 0 88px;
  }
}
.plan .single #plan-detail table {
  width: 100%;
  font-size: clamp(18px, 3vw, 24px);
  border-top: 1px solid #CECCC2;
  margin-top: 20px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768.9px) {
  .plan .single #plan-detail table {
    margin-top: 40px;
    margin-bottom: 160px;
  }
}
.plan .single #plan-detail table th {
  padding: 60px 104px 60px 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #CECCC2;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail table th {
    display: block;
    border: none;
    padding: 20px 0 10px 0;
  }
}
.plan .single #plan-detail table td {
  padding: 60px 0;
  border-bottom: 1px solid #CECCC2;
  font-size: clamp(15px, 3vw, 17px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail table td {
    display: block;
    padding: 0 0 20px 0;
  }
}
.plan .single #plan-detail table td table {
  width: auto;
  border: none;
  margin-top: 0px;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail table td table {
    margin-bottom: 20px;
  }
}
.plan .single #plan-detail table td table th {
  font-size: clamp(14px, 3vw, 17px);
  padding: 8px 36px 8px 0;
  border: none;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail table td table th {
    padding: 8px 0px 0px 0;
  }
}
.plan .single #plan-detail table td table td {
  font-size: clamp(14px, 3vw, 17px);
  padding: 8px 36px 8px 0;
  border: none;
}
@media screen and (max-width: 768.9px) {
  .plan .single #plan-detail table td table td {
    padding: 0px 0px 8px 0;
  }
}
.plan .single .com-btn {
  width: 90%;
  margin: 0 auto;
}

/*=============================================================
事例設定
=============================================================*/
@media screen and (min-width: 768.9px) {
  .case .archive .col3 {
    display: grid;
    gap: 50px 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768.9px) {
  .case .archive .col3-item:first-of-type {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 768.9px) {
  .case .archive .col3-item {
    margin: 48px 0 0 0;
  }
}
.case .archive .col3-item .date {
  line-height: 1.8;
  margin-top: 0;
}
.case .single #case-intro {
  text-align: left;
  margin-top: 60px;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-intro {
    margin-top: 120px;
  }
}
.case .single #case-intro .data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-intro .data {
    margin-bottom: 40px;
  }
}
.case .single #case-intro .data .time {
  margin-right: 20px;
}
.case .single #case-intro .col2 {
  margin: 0 auto 64px auto;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-intro .col2 {
    display: grid;
    gap: 0px 96px;
    grid-template-columns: 1fr 3fr;
    margin: 0 auto 128px auto;
    align-items: center;
  }
}
.case .single #case-intro .col2-right {
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768.9px) {
  .case .single #case-intro .col2-right {
    margin-top: 24px;
  }
}
.case .single #case-detail {
  font-size: clamp(15px, 3vw, 17px);
  overflow: hidden;
}
.case .single #case-detail h3,
.case .single #case-detail h4,
.case .single #case-detail h5,
.case .single #case-detail h6,
.case .single #case-detail p {
  text-align: left;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 400;
}
.case .single #case-detail h3 {
  font-size: clamp(16px, 4.5vw, 24px);
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail h3 {
    margin-top: 120px;
  }
}
.case .single #case-detail p {
  margin-top: 20px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail p {
    margin-top: 40px;
  }
}
.case .single #case-detail img {
  /* 画像配置 左 */
}
.case .single #case-detail img.alignleft {
  display: block;
  width: 92%;
  margin: 60px auto 0px 0px;
  max-height: 600px;
  object-fit: cover;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail img.alignleft {
    margin-top: 120px;
    width: 90%;
  }
}
.case .single #case-detail img.alignleft:first-of-type {
  margin-top: 0px;
}
.case .single #case-detail img {
  /* 画像配置 中央 */
}
.case .single #case-detail img.aligncenter {
  display: block;
  margin: 0px auto;
}
.case .single #case-detail img {
  /* 画像配置 右 */
}
.case .single #case-detail img.alignright {
  width: 92%;
  display: block;
  margin: 60px 0px 0px auto;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail img.alignright {
    margin-top: 120px;
    width: 90%;
  }
}
.case .single #case-detail img.alignright:first-of-type {
  margin-top: 0px;
}
.case .single #case-detail .gallery,
.case .single #case-detail .movie {
  margin-top: 92px;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail .gallery,
  .case .single #case-detail .movie {
    margin-top: 184px;
  }
}
.case .single #case-detail .gallery-tit,
.case .single #case-detail .movie-tit {
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 1360px;
  max-width: 90%;
}
.case .single #case-detail .gallery-tit:before,
.case .single #case-detail .movie-tit:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail .gallery-tit:before,
  .case .single #case-detail .movie-tit:before {
    width: 16px;
  }
}
.case .single #case-detail .gallery-tit span,
.case .single #case-detail .movie-tit span {
  font-size: clamp(14px, 3.5vw, 21px);
  margin-left: 10px;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail .gallery-tit span,
  .case .single #case-detail .movie-tit span {
    margin-left: 20px;
  }
}
.case .single #case-detail .gallery p,
.case .single #case-detail .movie p {
  max-width: 100%;
}
.case .single #case-detail .com-youtube {
  margin: 32px auto 0 auto;
}
@media screen and (min-width: 768.9px) {
  .case .single #case-detail .com-youtube {
    width: 1360px;
    max-width: 100%;
    margin: 64px auto 0 auto;
  }
}
.case .single .slider_room {
  margin-bottom: 64px;
}
@media screen and (max-width: 768.9px) {
  .case .single .slider_room .swiper-slide {
    width: 85%;
  }
}
@media screen and (min-width: 768.9px) {
  .case .single .slider_room .swiper-slide {
    width: 51%;
  }
}
.case .single .slider_room .swiper-slide {
  /* ←これで左右が見える */
}
.case .single .slider_room .swiper-slide-active {
  /* opacity: 0.2;*/
}
.case .single .com-btn {
  margin: 60px auto 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768.9px) {
  .case .single .com-btn {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .case .single .com-btn {
    margin-top: 120px;
    max-width: 80%;
  }
}

/*=============================================================
お知らせ設定
=============================================================*/
#com-page-tit.news.single {
  display: none;
}

.news #gheader .header-navi li a {
  color: #333;
}
.news #com-page-tit {
  height: 300px;
}
@media screen and (min-width: 768.9px) {
  .news #com-page-tit {
    height: 500px;
  }
}
.news #com-page-tit:before,
.news #com-page-tit .pic {
  display: none;
}
.news #com-page-tit .inner {
  color: #333333;
}
.news .container {
  width: 1360px;
}
.news .archive .post-col2 {
  border-top: 1px solid #CECCC2;
  border-bottom: 1px solid #CECCC2;
  margin-top: -1px;
  padding: 20px 0;
}
@media screen and (min-width: 768.9px) {
  .news .archive .post-col2 {
    display: grid;
    gap: 0px 64px;
    grid-template-columns: 1fr 2fr;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .news .archive .post-col2:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .news .archive .post-col2-left {
    margin-bottom: 16px;
  }
}
.news .archive .post-col2 .data {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768.9px) {
  .news .archive .post-col2 .data {
    margin-bottom: 32px;
  }
}
.news .archive .post-col2 .data .time {
  margin-right: 20px;
}
.news .archive .post-col2 .data .cate span,
.news .archive .post-col2 .data .cate a {
  border-radius: 5px;
}
.news .archive .post-col2 .tit {
  font-size: clamp(15px, 3vw, 20px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news .single {
  text-align: left;
  padding-top: 120px;
  padding-bottom: 92px;
}
@media screen and (min-width: 768.9px) {
  .news .single {
    padding-top: 240px;
    padding-bottom: 184px;
  }
}
.news .single.container {
  width: 1120px;
}
.news .single-header {
  border-bottom: 1px solid #CECCC2;
  padding-bottom: 20px;
}
@media screen and (min-width: 768.9px) {
  .news .single-header {
    padding-bottom: 40px;
  }
}
.news .single-header .data {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.news .single-header .data .time {
  margin-right: 20px;
}
.news .single-header .data .cate a,
.news .single-header .data .cate span {
  margin-right: 10px;
  border-radius: 5px;
}
.news .single-header .tit {
  line-height: 1.4;
  font-size: clamp(18px, 5vw, 24px);
}
.news .single .post-inner {
  font-size: clamp(16px, 4vw, 17px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news .single .post-inner p {
  line-height: 1.8;
  margin-top: 30px;
}
.news .single .post-inner .com-btn {
  display: inline-block;
}
@media screen and (min-width: 768.9px) {
  .news .single .post-inner-col2 {
    display: grid;
    gap: 0px 84px;
    grid-template-columns: repeat(2, 1fr);
    margin: 68px 0 0 0;
  }
}
@media screen and (min-width: 768.9px) {
  .news .single .post-inner-col2:nth-of-type(even) .post-inner-col2-item:nth-child(1) {
    order: 2;
  }
}
@media screen and (min-width: 768.9px) {
  .news .single .post-inner-col2:nth-of-type(even) .post-inner-col2-item:nth-child(2) {
    order: 1;
  }
}
.news .single .com-btn.back {
  margin-top: 60px;
}
@media screen and (min-width: 768.9px) {
  .news .single .com-btn.back {
    margin-top: 88px;
  }
}
@media screen and (max-width: 768.9px) {
  .news .single .com-btn.back a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.news .drawer-hamburger-icon:before {
  background-color: #707070;
}
.news .drawer-hamburger-icon:after {
  background-color: #707070;
}

/*=============================================================
recommended設定
=============================================================*/
#post-recommended {
  background-color: rgba(118, 87, 47, 0.08);
  padding: 60px 0 70px 0;
  margin-top: 92px;
  overflow: hidden;
}
@media screen and (min-width: 768.9px) {
  #post-recommended {
    padding: 120px 0 140px 0;
    margin-top: 184px;
  }
}
@media screen and (min-width: 768.9px) {
  #post-recommended .swiper-pagination {
    display: none;
  }
}
#post-recommended .title {
  font-size: clamp(20px, 7vw, 40px);
  color: #76572F;
  font-weight: normal;
  margin-bottom: 28px;
}
@media screen and (min-width: 768.9px) {
  #post-recommended .title {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768.9px) {
  #post-recommended .swiper-wrapper {
    display: block;
    transform: none !important;
  }
}
@media screen and (min-width: 768.9px) {
  #post-recommended .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
#post-recommended .col3 {
  text-align: left;
}
@media screen and (max-width: 768.9px) {
  #post-recommended .col3 {
    margin: 32px 0;
  }
}
@media screen and (min-width: 768.9px) {
  #post-recommended .col3 {
    margin-top: 64px;
    display: grid;
    gap: 0px 68px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#post-recommended .col3-item .txt,
#post-recommended .col3-item .date {
  line-height: 1.8;
  margin-top: 0;
}

/*=============================================================
共通設定
=============================================================*/
.post .data .time {
  font-size: clamp(14px, 3vw, 18px);
  color: #76572F;
  line-height: 1;
}
.post .data .cate {
  font-size: clamp(14px, 3vw, 12px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.post .data .cate a,
.post .data .cate span {
  display: inline-block;
  border: 1px solid #76572F;
  border-radius: 50px;
  padding: 0.2em 1em;
  line-height: 1;
  margin-right: 5px;
  color: #76572F;
}
.post .tit {
  line-height: 1.8;
  font-weight: 400;
}
.post .com-btn.back {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 3vw, 17px);
  margin: 104px 0 0 0;
}

/*=============================================================
 ワードプレス　シングル記事ページャー
=============================================================*/
.com_wp_btn01 {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.com_wp_btn01 li {
  width: 30%;
}
@media screen and (min-width: 768.9px) {
  .com_wp_btn01 li {
    width: 20%;
  }
}
.com_wp_btn01 li:nth-child(1) i {
  margin-right: 1em;
}
.com_wp_btn01 li:nth-child(2) {
  margin: 0 20px;
}
.com_wp_btn01 li:nth-child(3) i {
  margin-left: 1em;
}
.com_wp_btn01 li a {
  display: block;
  height: 100%;
  color: #76572F;
  border: 1px #ccc solid;
  padding: 0 10px;
  line-height: 45px;
}
.com_wp_btn01 li a:hover {
  background-color: #F0F0F0;
  color: #76572F;
  opacity: 1;
}

/*=============================================================
 ワードプレス　アーカイブページナビ
=============================================================*/
.com_wp_pagenavi {
  text-align: center;
  font-size: clamp(14px, 3vw, 18px);
  margin-top: 60px;
}
@media screen and (min-width: 768.9px) {
  .com_wp_pagenavi {
    margin-top: 80px;
  }
}
.com_wp_pagenavi span,
.com_wp_pagenavi a {
  display: inline-block;
  width: 30px;
  color: #ACABA5;
}
@media screen and (min-width: 768.9px) {
  .com_wp_pagenavi span,
  .com_wp_pagenavi a {
    width: 40px;
  }
}
.com_wp_pagenavi a:hover,
.com_wp_pagenavi .current {
  color: #76572F;
}
.com_wp_pagenavi .previouspostslink,
.com_wp_pagenavi .nextpostslink {
  height: 100%;
  text-indent: -10000px;
  position: relative;
}
.com_wp_pagenavi .previouspostslink:before,
.com_wp_pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/common/ico_arrow01.png") no-repeat center center;
  background-size: auto auto;
  position: absolute;
  top: 0;
  left: 0;
}
.com_wp_pagenavi .nextpostslink:before {
  transform: scaleX(-1);
}
.com_wp_pagenavi .first,
.com_wp_pagenavi .last,
.com_wp_pagenavi .extend,
.com_wp_pagenavi .pages,
.com_wp_pagenavi .next,
.com_wp_pagenavi .prev {
  display: none;
}/*# sourceMappingURL=style_post.css.map */