@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
    letter-spacing: 0.1rem;
  }
}

.main-bg {
  background: #f0eeec;
}

.wht-bg {
  background: #fff;
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
  .widebox .inbox {
    width: 100%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
    padding: 8px 10px;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
    padding: 8px 10px 15px;
  }
}
.com-dl > .in-dl > dd a {
  color: #000;
}

.title01 {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 28px;
    margin-bottom: 25px;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.3rem;
  }
}

.title02 {
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #b5bab8;
  position: relative;
}
.title02:before {
  content: "";
  display: block;
  height: 1px;
  background: #a81705;
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 24px;
    letter-spacing: 0.6rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .title02:before {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 17px;
    letter-spacing: 0.3rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .title02:before {
    width: 30px;
  }
}

.c-title {
  font-weight: 500;
  line-height: 1.6;
}
.c-title .sub {
  display: inline-block;
}
.c-title .ic-border {
  position: relative;
  display: block;
}
.c-title .ic-border:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  height: 1px;
}
.c-title .ic-border-after:before {
  right: 0;
}
.c-title .ic-border-before:before {
  left: 0;
}
.c-title .main {
  display: block;
}
.c-title-wht {
  color: #fff;
}
.c-title-wht .sub .ic-border-after:before {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 45px;
  }
  .c-title .lang-en {
    letter-spacing: 0.5rem;
    line-height: 1;
  }
  .c-title .sub {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .c-title .ic-border:before {
    width: 30px;
  }
  .c-title .ic-border-before {
    padding-left: 50px;
  }
  .c-title .ic-border-after {
    padding-right: 50px;
  }
  .c-title .main {
    font-size: 56px;
  }
  .c-title-small .main {
    font-size: 32px;
  }
  .c-title-small .main small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 25px;
  }
  .c-title .lang-en {
    letter-spacing: 0.4rem;
    line-height: 1.2;
  }
  .c-title .sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .c-title .ic-border:before {
    width: 15px;
  }
  .c-title .ic-border-before {
    padding-left: 30px;
  }
  .c-title .ic-border-after {
    padding-right: 30px;
  }
  .c-title .main {
    font-size: 28px;
  }
  .c-title-small .main {
    font-size: 24px;
  }
  .c-title-small .main small {
    font-size: 16px;
  }
}

.lang-en {
  font-family: "Cinzel", serif;
  letter-spacing: 0.2rem;
}

.accent {
  color: #a81705;
}
.accent-border {
  padding-bottom: 3px;
  border-bottom: 1px solid #a81705;
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.tag-list {
  display: flex;
  gap: 8px 8px;
  font-size: 12px;
}
.c-list-item {
  position: relative;
  box-sizing: border-box;
}
.c-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 767px) {
  .c-list-item {
    position: relative;
    padding-left: 12px;
  }
  .c-list-item:before {
    top: 1.5rem;
    width: 4px;
    height: 4px;
  }
}
.c-tel-txt {
  text-align: right;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .c-tel-number {
    font-size: 36px;
    line-height: 1;
  }
  .c-tel-number small {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-tel-number {
    font-size: 24px;
    line-height: 1;
  }
  .c-tel-number small {
    font-size: 15px;
  }
}

.c-sns-list-item .text {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-sns-list-item {
    margin-bottom: 20px;
  }
  .c-sns-list-item a {
    transition: 0.1s all ease-in;
  }
  .c-sns-list-item a:hover {
    transform: scale(0.98);
  }
  .c-sns-list-item:last-child {
    margin-bottom: 0;
  }
  .c-sns-list-item .ic {
    width: 32px;
  }
  .c-sns-list-item .text {
    padding-left: 15px;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-sns-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .c-sns-list-item a {
    transition: 0.1s all ease-in;
  }
  .c-sns-list-item:last-child {
    margin-bottom: 0;
  }
  .c-sns-list-item .ic {
    width: 32px;
  }
  .c-sns-list-item .text {
    display: none;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.tag-list li {
  border-right: 1px solid #b5bab8;
  padding-right: 5px;
}
.tag-list li:last-of-type {
  padding-right: 0;
  border-right: none;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: solid 1px #000;
  position: relative;
  transition: 0.2s all;
  line-height: 1.3;
  padding: 0 40px;
  box-sizing: border-box;
}
.c-button .text,
.c-button .bi {
  transition: 0.2s all;
}
.c-button .text {
  color: #000;
}
.c-button .bi {
  position: absolute;
}
.c-button.blk-button {
  background: #000;
}
.c-button.blk-button .text,
.c-button.blk-button .bi {
  color: #fff;
}
.c-button.wht-button {
  background: #fff;
}
.c-button.wht-button .text,
.c-button.wht-button .bi {
  color: #000;
}
.c-button.wht-frame {
  border: solid #fff 1px;
  color: #fff;
}
.c-button.wht-frame .text {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
  }
  .c-button:hover {
    background: #a81705;
    border: solid 1px #a81705;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #fff;
  }
  .c-button .bi {
    right: 20px;
  }
  .c-button-small {
    width: 220px;
  }
  .c-button-middle {
    width: 300px;
  }
  .c-button-long {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
  }
  .c-button:hover {
    background: #a81705;
    border: solid 1px #a81705;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #fff;
  }
  .c-button .bi {
    right: 20px;
  }
  .c-button-small {
    width: 220px;
  }
  .c-button-middle {
    width: 80%;
  }
  .c-button-long {
    width: 90%;
  }
}

.map-link .ic-text {
  padding-bottom: 2px;
  color: #a81705;
  border-bottom: 1px solid #a81705;
  transition: 0.1s all ease;
}
.map-link .ic-text:hover {
  opacity: 0.8;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #000;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-btn a {
    font-size: 13px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
  width: 90px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 5px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right a,
  .page-btn .left a {
    font-size: 16px;
  }
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  text-align: left;
  left: 0;
}
.page-btn .right {
  right: 0;
  text-align: right;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #bread-clumb li {
    position: relative;
    color: #000;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #000;
  }
  #bread-clumb li a:hover {
    color: #a81705;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  background: #f0eeec;
}
.header #gt_float_wrapper {
  position: absolute !important;
  z-index: 1 !important;
}
@media screen and (min-width: 767px) {
  .header {
    height: 125px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .header-wrp {
    height: 100%;
  }
  .header .header-l {
    width: 315px;
  }
  .header .header-r {
    box-sizing: border-box;
    padding-right: 100px;
    width: calc(100% - 315px);
  }
  .header #gt_float_wrapper {
    top: 45px;
    right: 340px !important;
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 0 0 2.5%;
    box-sizing: border-box;
  }
  .header-wrp {
    height: 100%;
  }
  .header .header-l {
    width: 150px;
  }
  .header .header-r-item {
    display: none;
  }
  .header .header-r .lang-selector {
    display: block;
  }
  .header #gt_float_wrapper {
    width: 192px;
    height: 45px;
    top: 10px;
    right: 0 !important;
    z-index: 1 !important;
  }
  .header #gt_float_wrapper .gt_options.gt-open {
    width: 192px;
  }
}

/*Mainvisual
=========================================================*/
.mainvisual .inbox {
  position: relative;
}
.mainvisual-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.mainvisual-catch {
  letter-spacing: 0.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.mainvisual-catch > span {
  display: block;
}
.mainvisual-catch .accent {
  font-weight: 700;
}
.mainvisual-fiexd_bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background: url(../img/top/mv_img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .mainvisual-catch {
    min-height: 300px;
    background: #f0eeec url(../img/top/mv_bg.jpg) no-repeat center top/100%;
    font-size: 32px;
  }
  .mainvisual-catch > span {
    width: 700px;
  }
  .mainvisual-catch .accent {
    font-size: 40px;
  }
  .mainvisual-img-l {
    left: -75px;
    bottom: 5px;
  }
  .mainvisual-img-r {
    right: 0;
  }
  .mainvisual-container {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-catch {
    min-height: 200px;
    background: #f0eeec url(../img/top/mv_bg.jpg) no-repeat center top/100%;
    font-size: 18px;
    padding: 20px 30px 50px;
    box-sizing: border-box;
  }
  .mainvisual-catch > span {
    width: 700px;
  }
  .mainvisual-catch .accent {
    font-size: 22px;
  }
  .mainvisual-img-l {
    width: 80px;
    left: 0;
    bottom: 5px;
  }
  .mainvisual-img-r {
    width: 70px;
    right: 0;
  }
  .mainvisual-container {
    padding-top: 300px;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-brand
=========================================================*/
.top-brand {
  background: #fff;
}
.top-brand-container {
  background: #f0eeec;
}
@media screen and (min-width: 767px) {
  .top-brand {
    padding: 0 0 100px;
  }
  .top-brand-container {
    padding: 150px 0 0;
  }
  .top-brand .widebox {
    min-height: 615px;
    position: relative;
  }
  .top-brand-img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-brand-text {
    width: 450px;
  }
  .top-brand-text .com-txt {
    margin-bottom: 50px;
  }
  .top-brand-gallery-pc {
    padding-top: 150px;
    position: relative;
  }
  .top-brand-gallery-pc:before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: #f0eeec;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .top-brand-gallery-pc-img {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-brand-container {
    padding: 60px 0;
  }
  .top-brand .widebox {
    position: relative;
    flex-wrap: wrap;
  }
  .top-brand-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-brand-text {
    width: 100%;
  }
  .top-brand-text .com-txt {
    margin-bottom: 50px;
  }
  .top-brand-gallery-sp {
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
  }
  .top-brand-gallery-card {
    width: 20%;
  }
  .top-brand .c-button {
    margin: 0 auto;
  }
}

/*top-plan
=========================================================*/
.top-plan {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .top-plan {
    padding: 100px 0 150px;
  }
  .top-plan-contents {
    margin-bottom: 50px;
  }
  .top-plan-info {
    margin-bottom: 80px;
  }
  .top-plan-info:nth-of-type(odd) .top-plan-info-contents-box {
    padding-left: 150px;
  }
  .top-plan-info:nth-of-type(odd)
    .top-plan-info-contents-box
    .c-title-small
    .sub {
    left: 10px;
    top: 0;
  }
  .top-plan-info:nth-of-type(even) .top-plan-info-contents-box {
    margin: 0 0 0 auto;
    padding-right: 100px;
    box-sizing: border-box;
  }
  .top-plan-info:nth-of-type(even)
    .top-plan-info-contents-box
    .c-title-small
    .sub {
    right: 10px;
    top: 0;
  }
  .top-plan-info:last-of-type {
    margin-bottom: 0;
  }
  .top-plan-info-img,
  .top-plan-info-contents {
    width: 50%;
  }
  .top-plan-info-img {
    position: relative;
    height: clamp(580px, 35vw, 680px);
  }
  .top-plan-info .ic-img {
    position: absolute;
  }
  .top-plan-info .package01-img {
    background: url(../img/top/top_accomodation-sudomari.jpg) no-repeat
      center/cover;
  }
  .top-plan-info .package01-img .ic-img {
    right: -60px;
    bottom: 0;
  }
  .top-plan-info .package02-img {
    background: url(../img/top/top_accomodation-bbq.jpg) no-repeat center/cover;
  }
  .top-plan-info .package02-img .ic-img {
    left: -95px;
    bottom: 0;
  }
  .top-plan-info-contents {
    position: relative;
  }
  .top-plan-info-contents-box {
    box-sizing: border-box;
    width: 640px;
  }
  .top-plan-info-contents .c-title-small .sub {
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 40px;
  }
  .top-plan-info-contents .c-title-small .sub .ic-border {
    padding: 50px 0 0 0;
  }
  .top-plan-info-contents .c-title-small .sub .ic-border:before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
  .top-plan .c-button-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-plan {
    padding: 60px 0;
  }
  .top-plan-contents {
    margin-bottom: 30px;
  }
  .top-plan-info {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .top-plan-info:last-of-type {
    margin-bottom: 0;
  }
  .top-plan-info-img {
    position: relative;
    width: 100%;
    padding-top: 70%;
    margin-bottom: 30px;
  }
  .top-plan-info .ic-img {
    position: absolute;
  }
  .top-plan-info .package01-img {
    background: url(../img/top/top_accomodation-sudomari.jpg) no-repeat
      center/cover;
  }
  .top-plan-info .package01-img .ic-img {
    left: 10px;
    bottom: 5px;
    width: 80px;
  }
  .top-plan-info .package02-img {
    background: url(../img/top/top_accomodation-bbq.jpg) no-repeat center/cover;
  }
  .top-plan-info .package02-img .ic-img {
    width: 100px;
    right: 10px;
    bottom: 0;
  }
  .top-plan-info-contents {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .top-plan-info-contents-box {
    box-sizing: border-box;
  }
  .top-plan-info-contents .c-title-small .sub {
    font-size: 26px;
  }
  .top-plan-info-contents .c-title-small .sub .ic-border:before {
    width: 15px;
    height: 1px;
    top: 50%;
    left: 0;
  }
  .top-plan .c-button-box {
    margin-top: 50px;
  }
  .top-plan .c-button-box .c-button {
    margin: 0 auto;
  }
}

/*top-rooms
=========================================================*/
.top-rooms {
  background: #f0eeec;
}
@media screen and (min-width: 767px) {
  .top-rooms {
    padding: 150px 0 100px;
  }
  .top-rooms-box {
    margin-bottom: 45px;
  }
  .top-rooms-box .c-title {
    width: 320px;
    margin-bottom: 0;
  }
  .top-rooms-box-text {
    width: calc(100% - 320px);
  }
  .top-rooms-list {
    gap: 80px;
  }
  .top-rooms-list-card {
    width: 600px;
  }
  .top-rooms-list-card-img {
    margin-bottom: 30px;
  }
  .top-rooms-list-title {
    margin-bottom: 15px;
  }
  .top-rooms-list-title .lang-ja,
  .top-rooms-list-title .lang-en {
    display: block;
    width: 50%;
  }
  .top-rooms-list-title .lang-ja {
    font-size: 28px;
  }
  .top-rooms-list-title .lang-en {
    font-size: 40px;
    text-align: right;
  }
  .top-rooms-list-title .lang-en .ic-border {
    display: inline-block;
  }
  .top-rooms-list .c-button-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-rooms {
    padding: 60px 0;
  }
  .top-rooms-box {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .top-rooms-box .c-title {
    width: 100%;
  }
  .top-rooms-box-text {
    width: 100%;
  }
  .top-rooms-list {
    gap: 80px;
  }
  .top-rooms-list-card {
    width: 100%;
  }
  .top-rooms-list-card-img {
    margin-bottom: 30px;
  }
  .top-rooms-list-title {
    margin-bottom: 25px;
  }
  .top-rooms-list-title .lang-ja {
    display: block;
    width: 30%;
  }
  .top-rooms-list-title .lang-en {
    display: block;
    width: 70%;
  }
  .top-rooms-list-title .lang-ja {
    font-size: 28px;
  }
  .top-rooms-list-title .lang-en {
    font-size: 28px;
    text-align: right;
  }
  .top-rooms-list-title .lang-en .ic-border {
    display: inline-block;
  }
  .top-rooms-list .c-button-box {
    margin-top: 50px;
  }
}

/*top-food
=========================================================*/
@media screen and (min-width: 767px) {
  .top-food {
    padding: 125px 0;
    position: relative;
    box-sizing: border-box;
    height: 654px;
    background: #fff url(../img/top/top_food-bg.png) no-repeat left bottom;
  }
  .top-food-img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 40px);
    max-width: 1000px;
  }
  .top-food-contents {
    width: 550px;
  }
  .top-food .c-button-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-food {
    padding: 60px 0;
    position: relative;
    box-sizing: border-box;
    background: #fff url(../img/top/top_food-bg.png) no-repeat left bottom/70%;
  }
  .top-food-img {
    width: 95%;
    text-align: right;
    margin: 0 0 30px auto;
  }
  .top-food .c-button-box {
    margin-top: 50px;
  }
  .top-food .c-button-box .c-button {
    margin: 0 auto;
  }
}

/*top-
=========================================================*/
.top-news {
  background: #f0eeec;
}
.top-news-contents {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news-contents {
    padding: 50px 40px;
  }
  .top-news-list {
    gap: 30px;
  }
  .top-news-card {
    width: 380px;
    transition: 0.1s all ease-in;
  }
  .top-news-card:hover {
    transform: scale(0.97);
  }
  .top-news .com-img {
    height: 270px;
    margin-bottom: 5px;
  }
  .top-news-time-tags {
    margin-bottom: 5px;
  }
  .top-news-time-tags time {
    width: 40%;
    font-size: 12px;
  }
  .top-news-time-tags .tag-list {
    width: 60%;
    justify-content: flex-end;
    align-items: center;
  }
  .top-news-title {
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
  }
  .top-news-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #a81705;
    position: absolute;
    bottom: -1px;
    right: 0;
  }
  .top-news-post-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 40px 0;
    box-sizing: border-box;
  }
  .top-news .c-title {
    width: 40%;
  }
  .top-news .c-button-box {
    width: 60%;
  }
  .top-news .c-button-box .c-button {
    width: 140px;
    height: 40px;
    padding: 0 25px;
    margin: 0 0 0 auto;
  }
  .top-news .c-button-box .c-button .text {
    font-size: 12px;
  }
  .top-news .c-button-box .c-button .bi {
    right: 10px;
  }
  .top-news-contents {
    padding: 40px 20px;
  }
  .top-news-list {
    gap: 30px;
  }
  .top-news-card {
    width: 100%;
    transition: 0.1s all ease-in;
  }
  .top-news-card:hover {
    transform: scale(0.97);
  }
  .top-news .com-img {
    padding-top: 72%;
    margin-bottom: 20px;
  }
  .top-news-time-tags {
    margin-bottom: 5px;
    flex-direction: column;
  }
  .top-news-time-tags time {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .top-news-time-tags .tag-list {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-news-title {
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
  }
  .top-news-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #a81705;
    position: absolute;
    bottom: -1px;
    right: 0;
  }
  .top-news-post-txt {
    font-size: 13px;
  }
}

/*top-access
=========================================================*/
.top-access {
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-access {
    padding: 150px 0;
    background: #fff url(../img/top/top_ac);
  }
  .top-access-img {
    position: absolute;
    right: 0;
    top: 115px;
    width: 50%;
  }
  .top-access-container {
    width: calc(50% - 90px);
  }
  .top-access-container dl {
    margin-bottom: 40px;
  }
  .top-access-container dl:last-of-type {
    margin-bottom: 0;
  }
  .top-access-infobox {
    display: flex;
    margin-bottom: 10px;
  }
  .top-access-infobox:last-of-type {
    margin-bottom: 0;
  }
  .top-access-infobox dt,
  .top-access-infobox dd {
    box-sizing: border-box;
  }
  .top-access-infobox dt {
    width: 100px;
  }
  .top-access-infobox dd {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .top-access-howtobox {
    margin-bottom: 15px;
  }
  .top-access-howtobox:last-of-type {
    margin-bottom: 0;
  }
  .top-access-howtobox dt {
    border-bottom: 1px solid #b5bab8;
    margin-bottom: 5px;
  }
  .top-access-howtobox dd {
    font-size: 12px;
  }
  .top-access-howtobox dd .c-list-item:before {
    top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-access {
    padding: 60px 0;
    background: #fff url(../img/top/top_ac);
  }
  .top-access-img {
    width: 95%;
    margin: 50px auto 0;
    text-align: center;
    display: block;
  }
  .top-access-container dl {
    margin-bottom: 40px;
  }
  .top-access-container dl:last-of-type {
    margin-bottom: 0;
  }
  .top-access-infobox {
    display: flex;
    margin-bottom: 10px;
  }
  .top-access-infobox:last-of-type {
    margin-bottom: 0;
  }
  .top-access-infobox dt,
  .top-access-infobox dd {
    box-sizing: border-box;
    font-size: 14px;
  }
  .top-access-infobox dt {
    width: 100px;
  }
  .top-access-infobox dd {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .top-access-howtobox {
    margin-bottom: 25px;
  }
  .top-access-howtobox:last-of-type {
    margin-bottom: 0;
  }
  .top-access-howtobox dt {
    font-size: 16px;
    border-bottom: 1px solid #b5bab8;
    margin-bottom: 5px;
  }
  .top-access-howtobox dd {
    font-size: 13px;
  }
  .top-access-howtobox dd .c-list-item:before {
    top: 1.2rem;
  }
}

/*l-banner
=========================================================*/
.l-banner {
  background: url(../img/common/com_cta-ttl-bg.jpg) no-repeat center/cover;
}
.l-banner-container {
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .l-banner {
    padding: 120px 0;
  }
  .l-banner-container {
    padding: 50px 100px;
  }
  .l-banner .c-banner-list {
    margin-bottom: 50px;
    gap: 35px;
  }
  .l-banner .c-banner-list-item {
    width: 400px;
  }
  .l-banner .c-title-small {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .l-banner .c-benefit-list {
    margin-top: 30px;
    gap: 30px;
  }
  .l-banner .c-benefit-text {
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-banner {
    padding: 60px 0;
  }
  .l-banner-container {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .l-banner .c-banner-list {
    margin-bottom: 40px;
    gap: 15px;
  }
  .l-banner .c-banner-list-item {
    width: 95%;
    margin: 0 auto;
  }
  .l-banner .c-title-small {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .l-banner .c-benefit-list {
    margin-top: 30px;
    gap: 25px;
    flex-wrap: wrap;
  }
  .l-banner .c-benefit-list-item {
    width: 100%;
    text-align: center;
  }
  .l-banner .c-benefit-list-item .workstime {
    text-align: center;
  }
  .l-banner .c-benefit .c-button {
    margin: 0 auto;
  }
  .l-banner .c-benefit-text {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer {
    padding: 100px 0 20px;
    background: #f0eeec url(../img/common/ft_bg.jpg) no-repeat center
      bottom/100%;
  }
  .footer-logo {
    width: 320px;
  }
  .footer-top {
    margin-bottom: 70px;
  }
  .footer-top-left,
  .footer-top-right {
    width: 50%;
    box-sizing: border-box;
  }
  .footer-top-left {
    gap: 100px;
  }
  .footer-top-right {
    padding-left: 45px;
  }
  .footer-address,
  .footer-workstime {
    margin-bottom: 15px;
  }
  .footer-nav {
    width: calc(100% - 220px);
  }
  .footer-nav-list {
    width: calc(100% - 170px);
  }
  .footer-nav-list-fist-child {
    width: 170px;
  }
  .footer-nav-list-item {
    margin-bottom: 20px;
  }
  .footer-nav-list-item:last-child {
    margin-bottom: 0;
  }
  .footer-nav-list-item a {
    transition: 0.1s all ease;
  }
  .footer-nav-list-item a:hover {
    color: #a81705;
  }
  .footer-sns {
    box-sizing: border-box;
    background: #fff;
    width: 220px;
    padding: 20px 30px;
  }
  .footer-sns .c-title {
    margin-bottom: 15px;
  }
  .footer-sns .c-title .ic-border-after {
    padding-right: 25px;
  }
  .footer-sns .c-title .ic-border-after:before {
    width: 20px;
  }
  .footer-sns .c-title .small {
    letter-spacing: 0.25rem !important;
  }
  .footer-bottom-nav,
  .footer-bottom #copyright {
    width: 50%;
  }
  .footer-bottom-nav {
    order: 2;
    justify-content: flex-end;
  }
  .footer-bottom-nav li {
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b5bab8;
  }
  .footer-bottom-nav li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .footer-bottom-nav li a {
    transition: 0.1s all ease;
  }
  .footer-bottom-nav li a:hover {
    color: #a81705;
  }
  .footer-bottom #copyright {
    order: 1;
  }
  .footer-bottom #copyright small {
    font-size: 12px;
    color: #000;
  }
  .footer-bottom #copyright small a {
    font-size: 12px;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 50px;
    background: #f0eeec url(../img/common/ft_bg.jpg) no-repeat center
      bottom/100%;
  }
  .footer-logo {
    width: 140px;
    display: inline-block;
  }
  .footer-top {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 30px;
  }
  .footer-top-left,
  .footer-top-right {
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-left {
    gap: 30px;
    flex-direction: column;
  }
  .footer-top-right {
    flex-direction: column;
    gap: 30px;
  }
  .footer-address,
  .footer-workstime {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav-list {
    width: calc(100% - 170px);
  }
  .footer-nav-list-fist-child {
    width: 170px;
  }
  .footer-nav-list-item {
    margin-bottom: 10px;
  }
  .footer-nav-list-item:last-child {
    margin-bottom: 0;
  }
  .footer-nav-list-item a {
    transition: 0.1s all ease;
    font-size: 13px;
  }
  .footer-nav-list-item a:hover {
    color: #a81705;
  }
  .footer-sns {
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    padding: 10px 30px 20px;
    text-align: center;
  }
  .footer-sns .c-title {
    margin-bottom: 10px;
  }
  .footer-sns .c-title .ic-border-after {
    padding-right: 25px;
    display: inline-block;
  }
  .footer-sns .c-title .ic-border-after:before {
    width: 15px;
  }
  .footer-sns .c-title .small {
    letter-spacing: 0.25rem !important;
  }
  .footer-sns .c-sns-list {
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom-nav,
  .footer-bottom #copyright {
    width: 100%;
  }
  .footer-bottom-nav {
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-bottom-nav li {
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b5bab8;
  }
  .footer-bottom-nav li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .footer-bottom-nav li a {
    transition: 0.1s all ease;
    font-size: 12px;
  }
  .footer-bottom #copyright {
    text-align: center;
  }
  .footer-bottom #copyright small {
    font-size: 11px;
    color: #000;
  }
  .footer-bottom #copyright small a {
    font-size: 11px;
    color: #000;
  }
}

/*がもう家について
=========================================================*/
.history .c-contents-rl-detail:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .history .c-contents-rl-detail {
    margin-bottom: 100px;
  }
  .history .c-contents-rl-imglist {
    gap: 33px;
  }
  .history .c-contents-rl-img {
    width: 600px;
  }
  .history .c-contents-rl-textbox {
    width: 430px;
  }
  .history .c-contents-rl-textbox .com-txt {
    line-height: 2.5;
  }
  .history .c-contents-single-gallery {
    gap: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .history .c-contents-rl-detail {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .history .c-contents-rl-imglist {
    margin-top: 30px;
  }
  .history .c-contents-rl-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .history .c-contents-single-gallery {
    gap: 10px;
    margin-top: 50px;
  }
  .history .c-contents-single-gallery-item {
    width: calc(50% - 5px);
  }
  .history .c-contents-single-gallery-item:nth-of-type(1) {
    width: 100%;
  }
}

/*宿泊プラン
=========================================================*/
.plan-all-card {
  box-sizing: border-box;
  background: #fff;
}
.plan-all-card:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .plan-all-card {
    padding: 50px;
    margin-bottom: 80px;
  }
  .plan-all .tag-list {
    margin-bottom: 25px;
  }
  .plan-all-gallery {
    gap: 17px;
    margin-bottom: 35px;
  }
  .plan-all-gallery-card {
    width: 315px;
    height: 225px;
  }
  .plan-all-contents {
    gap: 0 60px;
    margin-top: 40px;
  }
  .plan-all-contents-box {
    width: 460px;
    display: flex;
    border-bottom: 1px solid #b5bab8;
    padding: 15px 0;
  }
  .plan-all-contents-box:nth-child(1) {
    order: 1;
  }
  .plan-all-contents-box:nth-child(2) {
    order: 3;
  }
  .plan-all-contents-box:nth-child(3) {
    order: 5;
  }
  .plan-all-contents-box:nth-child(4) {
    order: 2;
  }
  .plan-all-contents-box:nth-child(5) {
    order: 4;
  }
  .plan-all-contents-box dt {
    width: 100px;
  }
  .plan-all-contents-box dd {
    box-sizing: border-box;
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .plan-all-text {
    margin-top: 50px;
  }
  .plan .c-button-box {
    margin-top: 60px;
  }
  .plan .c-button-box .c-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .plan-all-card {
    padding: 30px;
    margin-bottom: 80px;
  }
  .plan-all .tag-list {
    margin-bottom: 25px;
  }
  .plan-all-gallery {
    gap: 10px;
    margin-bottom: 35px;
  }
  .plan-all-gallery-card {
    width: calc(50% - 5px);
    padding-top: 35%;
  }
  .plan-all-contents {
    gap: 0;
    margin-top: 30px;
  }
  .plan-all-contents-box {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #b5bab8;
    padding: 15px 0;
    font-size: 12px;
  }
  .plan-all-contents-box dt {
    width: 90px;
  }
  .plan-all-contents-box dd {
    box-sizing: border-box;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .plan-all-text {
    margin-top: 50px;
    overflow-wrap: break-word;
    font-size: 14px;
  }
  .plan .c-button-box {
    margin-top: 60px;
  }
  .plan .c-button-box .c-button {
    margin: 0 auto;
  }
}

/*お部屋
=========================================================*/
.rooms-type-detail {
  box-sizing: border-box;
}
.rooms-type-detail dt {
  border-bottom: 1px solid #b5bab8;
}
@media screen and (min-width: 767px) {
  .rooms-type {
    padding: 130px 0 150px;
  }
  .rooms-type-img {
    width: 600px;
  }
  .rooms-type-textbox {
    width: calc(100% - 600px);
    box-sizing: border-box;
    padding-left: 45px;
  }
  .rooms-type-text {
    line-height: 2.4;
  }
  .rooms-type-detail {
    padding: 50px;
    margin-top: 65px;
    flex-direction: row-reverse;
  }
  .rooms-type-detail-dl {
    width: 540px;
    line-height: 1.9;
  }
  .rooms-type-detail-dlbox {
    margin-bottom: 15px;
  }
  .rooms-type-detail-dl dt {
    color: #a81705;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .rooms-type-detail-img {
    width: 390px;
  }
  .rooms-type-gallery {
    gap: 14px;
    margin-top: 50px;
  }
  .rooms-type-gallery li {
    width: 260px;
  }
  .rooms .c-button-box {
    margin-top: 50px;
  }
  .rooms .c-button-box .c-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .rooms-type {
    padding: 60px 0;
  }
  .rooms-type-contents {
    flex-direction: column;
  }
  .rooms-type-img {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .rooms-type-textbox {
    width: 100%;
    box-sizing: border-box;
  }
  .rooms-type-detail {
    padding: 25px;
    margin-top: 40px;
    flex-direction: column;
  }
  .rooms-type-detail-dl {
    width: 100%;
    line-height: 1.9;
    font-size: 14px;
  }
  .rooms-type-detail-dlbox {
    margin-bottom: 20px;
  }
  .rooms-type-detail-dl dt {
    color: #a81705;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .rooms-type-detail-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .rooms-type-gallery {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .rooms-type-gallery li {
    width: calc(50% - 5px);
  }
  .rooms .c-button-box {
    margin-top: 50px;
  }
  .rooms .c-button-box .c-button {
    margin: 0 auto;
  }
}

/*お食事
=========================================================*/
.food {
  position: relative;
}
.food .dinner-info-detail {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .food .breakfast {
    position: relative;
    padding: 100px 0;
  }
  .food .breakfast-box {
    width: 590px;
    background: #f0eeec;
    position: relative;
    z-index: 10;
    min-height: 465px;
    padding: 0 60px 20px;
    box-sizing: border-box;
  }
  .food-bg {
    height: calc(100% - 200px);
    position: absolute;
    top: 100px;
  }
  .food-bg-l {
    width: 22%;
    left: 0;
    background: url(../img/food/food_breakfast-img-left.jpg) no-repeat
      center/cover;
  }
  .food-bg-r {
    width: calc(100% - 465px - 22%);
    right: 0;
    background: url(../img/food/food_breakfast-img-right.jpg) no-repeat left
      center/cover;
  }
  .food .dinner {
    padding: 100px 0;
  }
  .food .dinner-info-item {
    margin-bottom: 70px;
  }
  .food .dinner-info-item:last-of-type {
    margin-bottom: 0;
  }
  .food .dinner-info-imgbox {
    width: 540px;
  }
  .food .dinner-info-imgbox .num {
    position: relative;
    padding-left: 50px;
    line-height: 1;
    font-size: 40px;
    font-weight: 500;
    bottom: -8px;
  }
  .food .dinner-info-imgbox .num:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .food .dinner-info-textbox {
    width: 510px;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .food .dinner-info-text {
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  .food .breakfast {
    position: relative;
    padding: 50px 0 50%;
  }
  .food .breakfast-box {
    background: #f0eeec;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    margin: 0 0 0 auto;
  }
  .food .breakfast-text {
    font-size: 14px;
  }
  .food-bg {
    padding-top: 40%;
    position: absolute;
    top: 50px;
  }
  .food-bg-l {
    display: none;
  }
  .food-bg-r {
    width: 100%;
    height: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background: url(../img/food/food_breakfast-img-right.jpg) no-repeat left
      center/cover;
  }
  .food .dinner {
    padding: 60px 0 80px;
  }
  .food .dinner-info-item {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .food .dinner-info-item:last-of-type {
    margin-bottom: 0;
  }
  .food .dinner-info-imgbox {
    margin-bottom: 20px;
  }
  .food .dinner-info-imgbox .num {
    position: relative;
    padding-left: 25px;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    bottom: -4px;
  }
  .food .dinner-info-imgbox .num:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .food .dinner-info-textbox {
    box-sizing: border-box;
  }
}

.subvisual .inbox {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .subvisual {
    height: 300px;
    background: url(../img/common/sv-l.png) no-repeat left bottom,
      #f0eeec url(../img/common/sv-r.png) no-repeat right bottom;
  }
  .subvisual .inbox {
    background: url(../img/common/sv-ttl-bg.png) no-repeat left top;
  }
  .subvisual-catch {
    line-height: 1.2;
    letter-spacing: 0.5rem;
  }
  .subvisual-catch .sub {
    font-size: 32px;
    display: inline-block;
    position: relative;
    padding-right: 40px;
  }
  .subvisual-catch .sub:before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
  }
  .subvisual-catch .main {
    display: block;
    font-size: 62px;
    letter-spacing: 0.45rem;
    margin-top: 15px;
  }
  .subvisual-catch .main:first-letter {
    color: #a81705;
  }
  .subvisual-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .subvisual {
    padding: 30px 0 50px;
    box-sizing: border-box;
    background: url(../img/common/sv-l.png) no-repeat left bottom/30%,
      #f0eeec url(../img/common/sv-r.png) no-repeat right bottom/30%;
  }
  .subvisual-catch {
    line-height: 1.2;
    width: 100%;
    letter-spacing: 0.2rem;
    padding-right: 70px;
    box-sizing: border-box;
  }
  .subvisual-catch .sub {
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  .subvisual-catch .sub:before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
  }
  .subvisual-catch .main {
    display: block;
    font-size: 25px;
    letter-spacing: 0.25rem;
    margin-top: 15px;
  }
  .subvisual-catch .main:first-letter {
    color: #a81705;
  }
  .subvisual-img {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .contact .title01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact .title01 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl {
  font-family: "Zen Old Mincho", serif;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 5px;
  top: 16px;
  background: #a81705;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
  font-weight: 700;
  background: transparent;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
.cont-dl .in-dl dt a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #000;
  background-color: #000;
  border-radius: 100px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #000;
  color: #000;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #000;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #000;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #000;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #000;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #000;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #000;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #000;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #000;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #000;
  line-height: 1;
  font-size: 14px;
  color: #000;
}
#contents-u.s-post .tag-name span {
  color: #000;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #000;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #000;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover {
    color: #a81705;
  }
  #site-map ul li a:hover:before {
    left: 10px;
    background: #a81705;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #000;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #000;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #000;
  font-weight: bold;
} /*# sourceMappingURL=style.css.map */
