@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;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;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #292a28;
  font-weight: 500;
  word-break: break-word;
  background: #fffbed;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

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

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(41, 42, 40, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(41, 42, 40, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #78a67c;
  }
  .border-org {
    border: solid 3px #c2c2c2;
  }
  .border-top-bottom-red {
    border-top: 10px solid #78a67c;
    border-bottom: 10px solid #78a67c;
  }
  .border-top-red {
    border-bottom: 10px solid #78a67c;
  }
  .border-bottom-red {
    border-bottom: 10px solid #78a67c;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #78a67c;
  }
  .border-org {
    border: solid 2px #c2c2c2;
  }
  .border-top-bottom-red {
    border-top: 5px solid #78a67c;
    border-bottom: 5px solid #78a67c;
  }
  .border-top-red {
    border-bottom: 5px solid #78a67c;
  }
  .border-bottom-red {
    border-bottom: 5px solid #78a67c;
  }
}

.bg-frame {
  background: url(../img/common/wave-top-bg.png) no-repeat center top/100%, url(../img/common/wave-bottom-bg.png) no-repeat center bottom -2px/100%, url(../img/common/com-green-bg.jpg) repeat;
}
@media screen and (min-width: 768px) {
  .bg-frame {
    padding: 160px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .bg-frame {
    padding: 80px 0 100px;
  }
}
.bg-green {
  background: url(../img/common/com-green-bg.jpg);
}
.bg-border {
  position: relative;
}
.bg-border:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #292a28;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .bg-border:before {
    width: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

.icon {
  position: relative;
  padding-left: 40px;
}
.icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-home:before {
  width: 28px;
  height: 25px;
  background: url(../img/common/icon-home.png) no-repeat center/contain;
}
.icon-arrow:before {
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-arrow-right-circle.png) no-repeat center/contain;
}
.icon-sp {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .icon-sp {
    padding-left: 50px;
    font-size: 20px;
  }
  .icon-sp:before {
    width: 27px;
    height: 35px;
    background: url(../img/common/icon-sp.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .icon-sp {
    padding-left: 30px;
  }
  .icon-sp:before {
    width: 20px;
    height: 28px;
    background: url(../img/common/icon-sp.png) no-repeat center/contain;
  }
}
.icon-sp-small {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .icon-sp-small {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .icon-mail {
    padding-left: 60px;
  }
  .icon-mail:before {
    width: 37px;
    height: 37px;
    background: url(../img/common/icon-mail.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .icon-mail {
    padding-left: 40px;
  }
  .icon-mail:before {
    width: 24px;
    height: 24px;
    background: url(../img/common/icon-mail.png) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .icon-mail-small {
    padding-left: 35px;
  }
  .icon-mail-small:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .icon-mail-small {
    padding-left: 30px;
  }
  .icon-mail-small:before {
    width: 20px;
    height: 20px;
  }
}

.main-visual .inbox {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .main-visual {
    background: url(../img/top/main-visual-bg.jpg) no-repeat center/cover;
    height: 100vh;
    min-height: 650px;
    margin-top: -100px;
  }
  .main-visual-title {
    margin-bottom: 5%;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 260px;
    margin-top: -70px;
    background: url(../img/top/main-visual-bg.jpg) no-repeat center right -20px/cover;
  }
  .main-visual-title {
    width: 45px;
    margin: 0 60px 5% 0;
    z-index: 10;
  }
}

.c-table-item {
  border-bottom: 1px solid #292a28;
  display: grid;
}
.c-table-item dd a {
  color: #292a28;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    padding: 25px 0;
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    padding: 20px 0;
    display: block;
    grid-template-columns: 80px 1fr;
    font-size: 14px;
  }
  .c-table-item dt {
    margin-bottom: 10px;
    font-weight: 700;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #292a28;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .c-link-list {
    width: 640px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-link-list-item-item a {
    height: 165px;
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ee9328;
    border-radius: 30px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
  }
  .c-link-list-item-item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-link-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-link-list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ee9328;
    border-radius: 15px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    width: 100%;
    aspect-ratio: 1/1;
    row-gap: 10px;
  }
  .c-link-list-item a .icon-img {
    width: 30px;
    aspect-ratio: 1/1;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #ee9328;
  border-radius: 100px;
  line-height: 1.3;
  box-sizing: border-box;
}
.c-button .text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 200px;
    min-height: 50px;
    padding: 15px 30px;
  }
  .c-button:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    min-height: 50px;
    padding: 10px 15px;
  }
}

.c-button-arrow-inline {
  gap: 15px;
  display: inline-flex;
  align-items: center;
}
.c-button-arrow-inline .bi-arrow-right-short {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #292a28;
  color: #fffbed;
}
.c-button-arrow-inline .text {
  padding-bottom: 3px;
  border-bottom: 2px solid #292a28;
}
.c-button-arrow-inline:hover {
  color: #ee9328;
}
.c-button-arrow-inline:hover .text {
  border-bottom: 2px solid #ee9328;
}
.c-button-arrow-inline:hover .bi-arrow-right-short {
  background: #ee9328;
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

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

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #292a28;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  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: #78a67c;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-visual-title {
  background: #fff;
  color: #292a28;
}
.sub-visual-about-bg {
  background-image: url(../img/about/sub-visual-about-bg.jpg);
}
.sub-visual-room-spa-bg {
  background-image: url(../img/room-spa/sub-visual-room-spa-bg.jpg);
}
.sub-visual-cuisine-bg {
  background-image: url(../img/cuisine/sub-visual-cuisine-bg.jpg);
}
.sub-visual-access-bg {
  background-image: url(../img/access/sub-visual-access-bg.jpg);
}
.sub-visual-news-bg {
  background-image: url(../img/news/sub-visual-news-bg.jpg);
}
.sub-visual-contact-bg {
  background-image: url(../img/contact/sub-visual-contact-bg.jpg);
}
.sub-visual-complete-bg {
  background-image: url(../img/complete/sub-visual-complete-bg.jpg);
}
.sub-visual-privacy-bg {
  background-image: url(../img/privacy/sub-visual-privacy-bg.jpg);
}
.sub-visual-site-bg {
  background-image: url(../img/site/sub-visual-site-bg.jpg);
}
.sub-visual-notfound-bg {
  background-image: url(../img/notfound/sub-visual-notfound-bg.jpg);
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 500px;
    margin-top: -100px;
    padding: 0 0 100px 100px;
  }
  .sub-visual-title {
    font-size: 48px;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 150px;
    padding: 5%;
    margin-top: -70px;
  }
  .sub-visual-title {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 700;
  }
}

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

.text-white {
  color: #fff;
}
.text-accent {
  color: #ee9328;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.c-title {
  display: grid;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 25px;
  }
  .c-title .main {
    letter-spacing: 0.3rem;
    font-size: 80px;
  }
  .c-title .main.ja {
    font-size: 60px;
  }
  .c-title .main.base {
    font-size: 40px;
  }
  .c-title .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 25px;
  }
  .c-title .main {
    letter-spacing: 0.3rem;
    font-size: 40px;
  }
  .c-title .main.ja {
    font-size: 30px;
  }
  .c-title .main.base {
    font-size: 24px;
  }
  .c-title .sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .title01 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
.title02 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #292a28;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #292a28;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #292a28;
    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: #292a28;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #292a28;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
.googlemap-banner-container {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url(../img/common/com-banner-bg.png) no-repeat center/cover;
}
.googlemap-banner .inbox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .googlemap-banner {
    padding: 100px 0 120px;
  }
  .googlemap-banner-container {
    border: solid 5px #3b5c49;
    min-height: 200px;
    border-radius: 30px;
    font-size: 40px;
    font-weight: 700;
    width: 1000px;
    margin: 0 auto;
  }
  .googlemap-banner-container small {
    font-size: 32px;
  }
  .googlemap-banner-price {
    background: #ee9328;
    display: inline-block;
    line-height: 1;
    border-radius: 8px;
    padding: 2px 20px 10px;
  }
  .googlemap-banner .number {
    font-size: 80px;
  }
  .googlemap-banner .benefit {
    font-size: 48px;
  }
  .googlemap-banner-img {
    position: absolute;
    right: -70px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .googlemap-banner {
    padding: 60px 0;
  }
  .googlemap-banner-container {
    border: solid 5px #3b5c49;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 25px;
    line-height: 1.6;
  }
  .googlemap-banner-container small {
    font-size: 14px;
  }
  .googlemap-banner-price {
    background: #ee9328;
    display: inline-block;
    line-height: 1;
    border-radius: 8px;
    padding: 10px 15px;
  }
  .googlemap-banner .number {
    font-size: 28px;
  }
  .googlemap-banner .benefit {
    font-size: 18px;
  }
  .googlemap-banner-img {
    width: 120px;
    position: absolute;
    right: 0;
    bottom: -50px;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 768px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about-container {
    display: flex;
    align-items: center;
    gap: 70px;
  }
  .top-about-contents {
    width: 540px;
    order: 2;
  }
  .top-about-img {
    width: 689px;
  }
  .top-about .c-button-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .top-about-contents {
    width: 100%;
  }
  .top-about-img {
    width: 100%;
  }
  .top-about .c-button-container {
    margin-top: 30px;
    text-align: right;
  }
}

/*top-room-spa_cuisine
=========================================================*/
.top-room-spa_cuisine {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-room-spa_cuisine {
    display: grid;
    row-gap: 70px;
    padding-top: 250px;
  }
  .top-room-spa_cuisine-item .widebox {
    display: flex;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .top-room-spa_cuisine-item-contents {
    width: 420px;
  }
  .top-room-spa_cuisine-item-contents-text {
    font-size: 18px;
  }
  .top-room-spa_cuisine-img {
    width: 760px;
  }
  .top-room-spa_cuisine .c-button-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-room-spa_cuisine {
    display: grid;
    row-gap: 70px;
  }
  .top-room-spa_cuisine-item .widebox {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }
  .top-room-spa_cuisine-item-contents {
    width: 100%;
    order: 2;
  }
  .top-room-spa_cuisine-item-contents-text {
    font-size: 18px;
  }
  .top-room-spa_cuisine-img {
    width: 100%;
    order: 1;
  }
  .top-room-spa_cuisine .c-button-container {
    margin-top: 40px;
    text-align: center;
  }
}

/*top-room-spa
=========================================================*/
@media screen and (min-width: 768px) {
  .top-room-spa-contents {
    position: relative;
    padding-top: 30px;
  }
  .top-room-spa-contents-icon {
    top: -200px;
    right: -180px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .top-room-spa-contents {
    position: relative;
    padding-top: 50px;
  }
  .top-room-spa-contents-icon {
    width: 160px;
    top: -60px;
    left: 0;
    position: absolute;
  }
}

/*top-cuisine
=========================================================*/
@media screen and (min-width: 768px) {
  .top-cuisine .widebox {
    flex-direction: row-reverse;
  }
  .top-cuisine-icon {
    text-align: right;
    position: relative;
    right: -180px;
  }
}
@media screen and (max-width: 767px) {
  .top-cuisine .widebox .top-room-spa_cuisine-contents {
    order: 2;
    position: relative;
    padding-top: 20px;
  }
  .top-cuisine-icon {
    position: absolute;
    left: 0;
    top: -60px;
    text-align: right;
    width: 160px;
  }
}

/*top-info
=========================================================*/
.top-info-links {
  display: flex;
}
.top-info-links-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top-info-links-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  background: #fffbed;
  box-sizing: border-box;
  line-height: 1.4;
}
.top-info .c-button-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-info {
    padding: 0 0 100px;
  }
  .top-info .c-title {
    position: relative;
    margin-bottom: 30px;
  }
  .top-info-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-info-links {
    gap: 78px;
  }
  .top-info-links-item a {
    border-radius: 30px;
  }
  .top-info-links-item a:hover {
    opacity: 0.85;
  }
  .top-info-links-item-name {
    border-radius: 28px 0 28px 0;
    min-height: 76px;
    padding: 10px;
    min-width: 230px;
    font-size: 20px;
  }
  .top-info .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    padding: 40px 0;
  }
  .top-info .c-title {
    position: relative;
    margin-bottom: 30px;
  }
  .top-info-icon {
    display: block;
    width: 160px;
    margin: 30px auto 0;
  }
  .top-info-links {
    display: grid;
    gap: 40px;
  }
  .top-info-links-item a {
    border-radius: 15px;
  }
  .top-info-links-item-name {
    border-radius: 12px 0 12px 0;
    min-height: 65px;
    padding: 10px 15px;
    font-size: 16px;
    min-width: 160px;
  }
  .top-info .c-button-container {
    margin-top: 60px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  font-weight: 700;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  border-bottom: 2px solid #292a28;
}
.top-column-list-item .com-img {
  border-radius: 8px;
}
.top-column-list a {
  color: #292a28;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-title .ja {
    font-size: 40px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 248px;
    margin-bottom: 20px;
    border-radius: 30px;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    width: 140px;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-head .c-title .ja {
    font-size: 20px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/248;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-title .ja {
  font-size: 40px;
}
.top-news-list {
  display: grid;
  row-gap: 15px;
}
.top-news-list-item a {
  background: #fff;
  display: block;
  box-sizing: border-box;
  color: #292a28;
  position: relative;
  font-weight: 700;
  border-radius: 8px;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #292a28;
  border-radius: 50%;
}
.top-news-list-item .post-date {
  color: #292a28;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 800px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-list-item a {
    padding: 25px 40px 25px;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-head .c-title .ja {
    font-size: 24px;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #292a28;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  .about-message {
    padding: 100px 0;
    display: grid;
    row-gap: 80px;
  }
  .about-message-item:nth-child(even) .about-message-container {
    flex-direction: row-reverse;
  }
  .about-message .inbox {
    display: grid;
    row-gap: 50px;
  }
  .about-message-container {
    display: flex;
    justify-content: space-between;
  }
  .about-message-contents {
    width: 520px;
  }
  .about-message-img {
    width: 465px;
  }
  .about-message-band-img {
    background: url(../img/about/deco-dog.png) no-repeat right 75px bottom;
  }
}
@media screen and (max-width: 767px) {
  .about-message {
    padding: 60px 0;
    display: grid;
    row-gap: 80px;
  }
  .about-message .inbox {
    display: grid;
    row-gap: 30px;
  }
  .about-message-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .about-message-img {
    text-align: center;
  }
  .about-message-band-img {
    padding-bottom: 100px;
    background: url(../img/about/deco-dog.png) no-repeat right bottom/100px;
  }
}

.about-greeting-container {
  box-sizing: border-box;
  background: url(../img/about/greeting-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .about-greeting-container {
    border-radius: 30px;
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
  }
  .about-greeting-img {
    width: 460px;
  }
  .about-greeting-textbox {
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .about-greeting-container {
    border-radius: 15px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
  }
  .about-greeting-img {
    text-align: center;
    margin-bottom: 25px;
  }
}

.room-type-lead {
  font-weight: 700;
  display: grid;
  row-gap: 10px;
}
.room-type-lead span {
  border-bottom: 1px solid #78a67c;
}
.room-type-text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
  background: #78a67c;
  box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.5);
}
.room-type-list {
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .room-type {
    padding: 100px 0 60px;
  }
  .room-type-lead {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .room-type-text {
    margin-bottom: 70px;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .room-type-list-item {
    display: grid;
    grid-template-columns: 467px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 18px;
  }
  .room-type-list-item-img {
    width: 460px;
    aspect-ratio: 460/300;
  }
}
@media screen and (max-width: 767px) {
  .room-type {
    padding: 60px 0;
  }
  .room-type-lead {
    font-size: 17px;
    margin-bottom: 50px;
  }
  .room-type-text {
    text-align: left;
    margin-bottom: 40px;
    padding: 30px 20px;
    border-radius: 15px;
    font-size: 15px;
  }
  .room-type-list-item {
    display: grid;
    row-gap: 20px;
  }
  .room-type-list-item-img {
    width: 100%;
    aspect-ratio: 460/300;
  }
}

@media screen and (min-width: 768px) {
  .amenities {
    padding: 60px 0;
  }
  .amenities-detail {
    display: grid;
    grid-template-columns: 550px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
  .amenities-detail-list {
    display: grid;
    row-gap: 45px;
  }
  .amenities-detail-list-item {
    background: #fff;
    padding: 25px 40px 50px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.5);
  }
  .amenities-detail-list-item dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .amenities {
    padding: 30px 0 60px;
  }
  .amenities-detail {
    display: grid;
    row-gap: 30px;
    align-items: center;
  }
  .amenities-detail-list {
    display: grid;
    row-gap: 20px;
  }
  .amenities-detail-list-item {
    background: #fff;
    padding: 25px 25px 30px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .open-bath-contaienr {
    display: grid;
    grid-template-columns: 540px 1fr;
    -moz-column-gap: 90px;
         column-gap: 90px;
    align-items: flex-end;
    padding: 30px 0 100px;
  }
  .open-bath-detail-img {
    margin-bottom: 25px;
  }
  .open-bath-detail-text {
    font-size: 18px;
  }
  .open-bath-img {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .open-bath-contaienr {
    display: grid;
    row-gap: 40px;
    align-items: flex-end;
  }
  .open-bath-detail-img {
    width: 160px;
    margin-bottom: 25px;
  }
  .open-bath-img {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .room-spa-gallery {
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .room-spa-gallery {
    padding: 60px 0;
  }
}

.cuisine-item:last-of-type .inbox {
  border-bottom: none;
  padding-bottom: 0;
}
.cuisine .inbox {
  display: grid;
  row-gap: 40px;
  border-bottom: 2px solid #292a28;
}
@media screen and (min-width: 768px) {
  .cuisine {
    padding: 100px 0;
    display: grid;
    row-gap: 50px;
  }
  .cuisine .inbox {
    padding-bottom: 50px;
  }
  .cuisine-container {
    display: grid;
    grid-template-columns: 1fr 467px;
    gap: 50px;
  }
  .cuisine-contents-text {
    font-size: 18px;
    font-weight: 700;
  }
  .cuisine-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150px;
  }
  .cuisine-item-list-figcaption {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .cuisine {
    padding: 60px 0;
    display: grid;
    row-gap: 50px;
  }
  .cuisine .inbox {
    padding-bottom: 50px;
  }
  .cuisine-container {
    display: grid;
    row-gap: 25px;
  }
  .cuisine-contents-text {
    font-weight: 700;
  }
  .cuisine-item-list {
    display: grid;
    row-gap: 30px;
  }
  .cuisine-item-list-figcaption {
    font-weight: 700;
    margin-top: 5px;
  }
}

.dinning-list {
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .dinning .inbox {
    padding-top: 80px;
    display: grid;
    grid-template-columns: 480px 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .dinning .inbox {
    display: grid;
    row-gap: 25px;
  }
  .dinning-contents-img {
    width: 250px;
    margin: 0 auto;
  }
}

.info .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 100px 0;
  }
  .info-heading {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 30px;
  }
  .info-heading .c-title {
    margin-bottom: 0;
  }
  .info-contents {
    display: grid;
    grid-template-columns: 540px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .info-text {
    text-align: center;
    margin-top: 50px;
    background: #fff;
    padding: 40px;
    font-weight: 700;
    border-radius: 15px;
    font-size: 18px;
    box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.2);
  }
  .info .googlemap {
    border-radius: 30px;
    overflow: hidden;
    height: 425px;
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding: 60px 0;
  }
  .info-heading {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 30px;
  }
  .info-heading .c-title {
    margin-bottom: 0;
  }
  .info-heading-img {
    width: 30%;
  }
  .info-contents {
    display: grid;
    row-gap: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .info-text {
    margin-top: 50px;
    background: #fff;
    padding: 30px 25px;
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.2);
  }
  .info .googlemap {
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
  }
}

.faq-list {
  box-shadow: 2px 2px 5px rgba(120, 166, 124, 0.2);
  display: grid;
  background: #fff;
  box-sizing: border-box;
}
.faq-list-item {
  border-bottom: 1px solid #292a28;
}
.faq-list-item dt,
.faq-list-item dd {
  box-sizing: border-box;
}
.faq-list-item dt {
  color: #ee9328;
  font-weight: 700;
  position: relative;
}
.faq-list-item dt .icon-q {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 0;
  line-height: 1;
  background: #ee9328;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 80px 0;
  }
  .faq-list {
    padding: 60px 40px;
    row-gap: 30px;
    border-radius: 30px;
  }
  .faq-list-item {
    padding-bottom: 30px;
  }
  .faq-list-item dt,
  .faq-list-item dd {
    padding-left: 50px;
  }
  .faq-list-item dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .faq-list-item .icon-q {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
  .faq-list {
    padding: 30px 25px 50px;
    row-gap: 30px;
    border-radius: 30px;
  }
  .faq-list-item {
    padding-bottom: 30px;
  }
  .faq-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .faq-list-item dt,
  .faq-list-item dd {
    padding-left: 40px;
  }
  .faq-list-item dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .faq-list-item dd {
    font-size: 14px;
  }
  .faq-list-item .icon-q {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}

.tourist-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tourist-heading .c-title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tourist-heading {
    margin-bottom: 40px;
  }
  .tourist-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
    gap: 80px 75px;
  }
  .tourist-list .com-img {
    width: 100%;
    aspect-ratio: 500/350;
    border-radius: 30px;
    margin-bottom: 25px;
  }
  .tourist-list .title02 {
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .tourist-heading {
    position: relative;
    margin-bottom: 40px;
  }
  .tourist-heading-img {
    width: 150px;
    position: absolute;
    right: 0;
    top: -80px;
  }
  .tourist-list {
    display: grid;
    row-gap: 30px;
  }
  .tourist-list .com-img {
    width: 100%;
    aspect-ratio: 500/350;
    border-radius: 15px;
    margin-bottom: 25px;
  }
  .tourist-list .title02 {
    border-bottom: 2px solid #fff;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #292a28;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #78a67c;
  border-bottom: 1px solid #78a67c;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.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%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp: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;
  color: #292a28;
}
.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;
}
.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;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #78a67c;
  background-color: #78a67c;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

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

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #292a28 1px;
}
.post-wrp .post-list-item a {
  color: #292a28;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #292a28;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.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 #292a28;
  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 #292a28;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #292a28;
  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: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #78a67c;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #78a67c;
  font-weight: bold;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #292a28;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #292a28;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #78a67c;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #78a67c;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #292a28;
  font-weight: bold;
  border-bottom: 1px solid #292a28;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 100px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 50px 5% 20% !important;
    background: url(../img/common/wave-top-bg.png) no-repeat top center/100%, url(../img/common/wave-bottom-bg.png) no-repeat bottom center/100%, url(../img/common/com-green-bg.jpg) repeat;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #292a28;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    padding: 20px 35px 20px 10px;
    color: #292a28;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #78a67c !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-detail-link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .drawer-info-detail-address {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
  }
}
.header {
  position: relative;
}
.header:before, .header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.header:before {
  right: 0;
  background: url(../img/common/header-right-bg.png) no-repeat center top/contain;
}
.header:after {
  left: 0;
  background: url(../img/common/header-left-bg.png) no-repeat center top/contain;
}
.header-wrp {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header:before {
    width: 1064px;
    height: 362px;
  }
  .header:after {
    width: 392px;
    height: 298px;
  }
  .header-wrp {
    height: 100px;
    padding: 0 30px;
  }
  .header-logo {
    width: 196px;
  }
  .header-right {
    width: calc(100% - 196px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-weight: 700;
  }
  .header .nav-list {
    gap: 15px;
  }
  .header .nav-list a {
    color: #fff;
  }
  .header .nav-list a:hover {
    color: #ee9328;
  }
  .header-link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
  .header:after {
    width: 150px;
    aspect-ratio: 392/298;
  }
  .header-wrp {
    height: 70px;
    padding: 0 5%;
    align-items: flex-start;
  }
  .header-left {
    width: 60px;
  }
  .header-right {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-weight: 700;
    height: 70px;
  }
  .header .nav-list {
    gap: 15px;
  }
  .header .nav-list a {
    color: #fff;
  }
  .header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 10px;
    padding: 0 3%;
  }
  .header-link-item {
    width: 50%;
  }
  .header-link-item .c-button {
    width: 100%;
  }
}

.l-cta {
  background: url(../img/common/l-cta-bg.jpg) no-repeat center/cover;
}
.l-cta-container {
  background: #fffbed;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-top: 100px;
  }
  .l-cta-container {
    border-radius: 30px 30px 0 0;
    padding: 70px 100px 80px;
  }
  .l-cta-container .c-title {
    position: relative;
    margin-bottom: 45px;
  }
  .l-cta-container .c-title .icon-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-cta-container .c-title .ja {
    font-size: 40px;
  }
  .l-cta-links {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .l-cta-links .c-link-list-item a,
  .l-cta-links .l-contact-list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ee9328;
    border-radius: 30px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
  }
  .l-cta-links .c-link-list-item a:hover,
  .l-cta-links .l-contact-list-item a:hover {
    opacity: 0.8;
  }
  .l-cta-links .c-link-list {
    width: 640px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-cta-links .c-link-list-item a {
    height: 165px;
    row-gap: 15px;
  }
  .l-cta-links .l-contact-list {
    width: 420px;
    display: grid;
    gap: 20px;
  }
  .l-cta-links .l-contact-list a {
    display: flex;
    min-height: 95px;
  }
  .l-cta-links .l-contact-list .icon-sp {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-top: 50px;
  }
  .l-cta-container {
    border-radius: 15px 15px 0 0;
    padding: 40px 20px 30px;
  }
  .l-cta-container .c-title {
    position: relative;
    margin-bottom: 25px;
  }
  .l-cta-container .c-title .icon-img {
    width: 120px;
    position: absolute;
    left: 0;
    top: -80px;
  }
  .l-cta-container .c-title .ja {
    font-size: 24px;
  }
  .l-cta-links {
    display: grid;
    gap: 15px;
  }
  .l-cta-links .c-link-list-item a,
  .l-cta-links .l-contact-list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ee9328;
    border-radius: 15px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .l-cta-links .c-link-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-cta-links .c-link-list-item a {
    width: 100%;
    aspect-ratio: 1/1;
    row-gap: 10px;
  }
  .l-cta-links .c-link-list-item a .icon-img {
    width: 30px;
    aspect-ratio: 1/1;
  }
  .l-cta-links .l-contact-list {
    display: grid;
    gap: 10px;
  }
  .l-cta-links .l-contact-list a {
    display: flex;
    min-height: 60px;
    font-size: 16px;
  }
  .l-cta-links .l-contact-list .icon-sp {
    font-size: 20px;
  }
}

.com-gallery-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .com-gallery-text {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .com-gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .com-gallery-text {
    margin-bottom: 25px;
  }
  .com-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.footer-nav {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 40px;
  }
  .footer-wrp {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-logo {
    margin-bottom: 60px;
  }
  .footer-nav {
    display: grid;
    padding-left: 50px;
    grid-template-columns: 1fr auto;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 25px;
    font-weight: 700;
  }
  .footer-nav-list a {
    color: #292a28;
  }
  .footer-nav-list a:hover {
    color: #ee9328;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer-wrp {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .footer .c-button-container {
    text-align: center;
  }
  .footer-logo {
    width: 120px;
    margin: 0 auto 30px;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 15px;
    font-weight: 700;
  }
  .footer-nav-list a {
    color: #292a28;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 50px;
    font-size: 12px;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */