@charset "UTF-8";
/*ブレイクポイント設定*/
@media screen and (min-width: 750px) {
  .pcnone {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .spnone {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .spcenter {
    text-align: center;
  }
}

/*アスペクト比固定用*/
#index_content_builder .design_content p.desc.cb_item {
  text-align: center;
}

#index_content_builder div.index_featured_list.num2 .design_headline .title {
  font-size: 3.3em;
}

@media screen and (max-width: 750px) {
  #index_content_builder div.index_featured_list.num2 .design_headline .title {
    text-align: center;
    font-size: 2.2em;
  }
}

#index_content_builder .gallery_category_sort_button {
  display: none;
}

#topDesigner .inner {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner {
    display: block;
  }
  #topDesigner .inner img {
    max-width: 280px;
    margin-bottom: 1em;
  }
}

#topDesigner .inner > div:nth-child(1) {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner > div:nth-child(1) {
    width: 100%;
  }
}

#topDesigner .inner > div:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner > div:nth-child(2) {
    width: 100%;
  }
}

#topDesigner .inner > div:nth-child(2) h3 {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner > div:nth-child(2) h3 {
    display: block;
    text-align: center;
  }
}

#topDesigner .inner > div:nth-child(2) h3 span:first-child {
  color: #c7b299;
  font-size: 0.7em;
  margin-right: 1em;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner > div:nth-child(2) h3 span:first-child {
    margin-right: 0;
  }
}

#topDesigner .inner > div:nth-child(2) h3 span {
  font-weight: 400;
}

#topDesigner .inner > div:nth-child(2) div {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 2.5em;
}

@media screen and (max-width: 750px) {
  #topDesigner .inner > div:nth-child(2) div {
    font-size: 0.8em;
    text-align: center;
  }
}

.cb_link_button {
  margin-top: 2em;
}

.cb_link_button a.button_animation_type1 {
  border: solid 1px #c7b299;
  color: #fff;
  background-color: #c7b299;
  font-weight: 300;
  border-radius: 2.6em;
  height: auto;
  line-height: 1em;
  padding: 1em;
}

.cb_link_button a.button_animation_type1:hover {
  color: #c7b299;
  opacity: 0.8;
}

#body #footer_banner {
  margin-top: 7em;
}

#body #footer_banner .headline h4 {
  background: linear-gradient(to bottom, #c7b299 0%, rgba(199, 178, 153, 0) 100%);
}

div#footer_top {
  display: none;
}

#cafeBn .cafeLogo img {
  max-width: 300px;
}

/*===============================
　ニュースページレイアウト
===============================*/
#tagArea {
  margin-top: 3em;
}

#tagArea li {
  display: inline-block;
  padding: 0 0.2em;
}

#tagArea li a {
  background: #c7b299;
  display: block;
  padding: 0.5em;
  color: #fff;
}

/*===============================
LazyBlocks
===============================*/
.commonInnerBlock {
  max-width: 1030px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.commonInnerBlock.minWidth {
  max-width: 700px;
}

@media screen and (max-width: 750px) {
  .commonInnerBlock {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.linkListWrap {
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0.8em;
}

.linkListWrap > div {
  padding: 1em;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .linkListWrap > div {
    padding: 0.5em;
  }
}

.linkListWrap > div > a {
  min-width: 5em;
  text-align: center;
  padding: 0.6em 1.1em;
  background-color: #C7B299;
  color: #fff;
  border-radius: 3em;
  display: inline-block;
}

h2.lusitanataTitle,
h3 .title.rich_font_type2 {
  font-weight: 600;
  margin: 1em 0;
  font-family: "Lusitana", serif;
  font-size: 3.3em;
  letter-spacing: 0.16em;
  color: #c7b299;
}

@media screen and (max-width: 750px) {
  h2.lusitanataTitle,
  h3 .title.rich_font_type2 {
    text-align: center;
    font-size: 2.2em;
  }
}

.col3link {
  display: flex;
  gap: 1.4em;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col3link .col3link_item {
  width: calc(33.333% - 1.4em);
  border: 1px solid #c7b299;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width: 750px) {
  .col3link .col3link_item {
    width: 70%;
    margin: 0 auto;
  }
}

.col3link .col3link_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 1.4em rgba(0, 0, 0, 0.2);
}

.col3link .col3link_item .col3link_link {
  display: block;
  text-decoration: none;
  color: #000;
}

.col3link .col3link_item .col3link_image {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  overflow: hidden;
}

.col3link .col3link_item .col3link_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col3link .col3link_item .textArea {
  padding: 1em;
  background-image: url(/wp-content/uploads/2024/11/cafeArrow.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1.5em;
}

.col3link .col3link_item .col3link_maintitle {
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.1em;
}

.col3link .col3link_item .col3link_subtitle {
  font-size: 1em;
  font-weight: normal;
}

.wp-block-lazyblock-border-box .bordercolumn {
  border: solid 1px #848484;
  padding: 1em;
}

.wp-block-lazyblock-border-box .bordercolumn p {
  line-height: 1.6em;
}

.tagText {
  background: #d2ba98;
  color: #361d0c;
  display: inline-block;
  padding: 0.3em 0.8em;
  margin-bottom: 0.8em;
}

.roomSliderBox {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.roomSliderBox img {
  max-width: 100%;
  height: auto;
}

.roomSliderBox .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.roomSliderBox .slider-item {
  min-width: 100%;
  box-sizing: border-box;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roomSliderBox .slider-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.roomSliderBox .slider-prev, .roomSliderBox .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  cursor: pointer;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333;
}

.roomSliderBox .slider-prev:hover, .roomSliderBox .slider-next:hover {
  background-color: white;
  color: #000;
}

.roomSliderBox .slider-prev {
  left: 10px;
}

.roomSliderBox .slider-next {
  right: 10px;
}

.roomSliderBox .arrow {
  position: absolute;
  left: 0;
  bottom: 2em;
  width: 8em;
}

.roomSliderBox .navigator {
  margin-top: 4em;
}

.roomSliderBox .slider-pagination {
  position: absolute;
  bottom: 1.5em;
  right: 0;
  display: flex;
  gap: 10px;
}

.roomSliderBox .pagination-bullet {
  border: solid 1px #c7b299;
  width: 0.5em;
  height: 0.4em;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.roomSliderBox .pagination-bullet.active {
  background-color: #c7b299;
}

.roomSliderBox .pagination-bullet:hover {
  background-color: #aaa;
}

#container .commonInnerBlock .news_ticker .date {
  font-size: 14px;
  padding: 0 0 0 22px;
}

#container .commonInnerBlock .news_ticker .title {
  font-size: 14px;
}

.floatBnWrap {
  position: fixed;
  right: 0;
  top: 40%;
  width: 8em;
  z-index: 4;
}

@media screen and (max-width: 750px) {
  .floatBnWrap {
    max-width: 4.5em;
  }
}

.floatBnWrap .bnItem {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.floatBnWrap img {
  max-width: 100%;
}

/*===============================
カフェページ個別調整
===============================*/
#cafeInfoWrap {
  font-size: 1.1em;
  line-height: 1.6em;
}

#cafeInfoWrap .remarks {
  font-size: 0.6em;
  color: #c7b299;
}

#cafeInfoWrap .infoTitle {
  display: flex;
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .infoTitle {
    display: block;
    text-align: center;
  }
}

#cafeInfoWrap .infoTitle div:first-child {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 1em;
  align-items: center;
}

#cafeInfoWrap .infoTitle div:first-child span {
  font-size: 0.8em;
  font-weight: 400;
  display: inline-block;
  padding-left: 0.8em;
  color: #595959;
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .infoTitle div:first-child span {
    padding-left: 0;
  }
}

#cafeInfoWrap .infoTitle .sns {
  margin-left: 2em;
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .infoTitle .sns {
    margin-left: 0;
  }
}

#cafeInfoWrap .infoTitle .sns a {
  display: inline-block;
  padding-left: 0.2em;
}

#cafeInfoWrap .infoTitle .sns img {
  max-width: 1.4em;
}

#cafeInfoWrap .cafeInformation li {
  border-bottom: solid 1px #c7b299;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cafeInfoWrap .cafeInformation li:first-child {
  border-top: solid 1px #c7b299;
}

#cafeInfoWrap .cafeInformation li a.btn {
  font-size: 0.8em;
  display: block;
  color: var(--wp--preset--color--cyan-bluish-gray);
  text-align: center;
}

#cafeInfoWrap .cafeInformation li a.btn span {
  background-color: #c6b299;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border-radius: 8em;
  display: inline-block;
  color: #fff;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .cafeInformation li .content {
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  #cafeInfoWrap .cafeInformation li .content.pcflex {
    display: flex;
    gap: 1em;
    align-items: center;
  }
}

#cafeInfoWrap .cafeInformation li .headline {
  font-weight: 600;
  width: 20%;
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .cafeInformation li .headline {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #cafeInfoWrap .cafeInformation li {
    margin-top: 2em;
    text-align: center;
  }
}

/*===============================
基本ブロック調整
===============================*/
#container .commonInnerBlock p {
  font-size: 1em;
  padding: 1em 0;
  line-height: 1.8em;
}

#container .commonInnerBlock h3 {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  #article .spfull {
    flex-wrap: wrap;
  }
  #article .spfull > * {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .sptitle {
    margin-bottom: 0.5em !important;
    text-align: center;
  }
  .sptitle strong {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  #article .post_content p {
    line-height: 1.6em;
  }
}

#container div#page_header {
  height: 380px;
}

@media screen and (max-width: 750px) {
  #container div#page_header {
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  #container .sp1col {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #container .sp2col {
    display: flex;
    flex-wrap: wrap !important;
    gap: 1em 0;
  }
  #container .sp2col > * {
    padding: 0.5em;
    width: 50%;
    flex-basis: 50% !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 750px) {
  #container .post_content .wp-block-table {
    white-space: break-spaces !important;
  }
}

#gallery_archive .category_top_headline.design_headline.large.no_icon h3 {
  display: none;
}

#gallery_archive .category_top_headline.design_headline.large.no_icon {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#gallery_archive div#gallery_desc {
  padding-top: 0em;
}

#gallery_archive #gallery_list {
  padding-top: 0;
}

#gallery_archive span.title.rich_font_type2 {
  word-break: break-all;
}

#article summary {
  background: #C7B299;
  color: #fff;
  padding: 0.5em 1.3em;
  border-radius: 1em;
  /* display: block; */
  margin: 0 auto;
  width: 3.7em;
  text-align: center;
}

#article details.wp-block-details {
  background-color: #fff !important;
}

#main_contents #blog_list .item {
  box-sizing: border-box;
}

@media screen and (min-width: 1150px) and (max-width: 1260px) {
  #menu-item-16192 {
    display: none !important;
  }
}

.term-1049 #container div#page_header {
  height: 380px;
  background-size: contain !important;
}

@media screen and (max-width: 750px) {
  .term-1049 #container div#page_header {
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  #container #header_slider .item1 .catch {
    font-size: 14px;
  }
}

#body #drawer_menu {
  background: #c7b299;
}

#body #drawer_menu #mobile_menu a {
  border-color: #fff;
}

div#cb_content_6 {
  margin-top: 4em;
  margin-bottom: 6em;
}

@media screen and (max-width: 750px) {
  .featured_list .item.small .title {
    font-size: 0.9em;
  }
}

#cb_content_3 h3 {
  padding-top: 1em;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 750px) {
  #cb_content_2,
  #cb_content_4,
  #cb_content_6,
  .borderbottom {
    border-bottom: solid 1px #ccc !important;
    padding-bottom: 4em;
    margin-bottom: 3em;
  }
  #cb_content_2 {
    padding-bottom: 12em;
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 750px) {
  #container .featured_list .item.small .title {
    font-size: 1em;
  }
  #container .featured_list .item.large .title {
    font-size: 1.2em;
  }
}

body.change_gallery_height #gallery_content {
  overflow-x: unset !important;
}
