@charset "UTF-8";
.main .section.case .tab .tabNav li {
	width: 25%;
}



.drinkmenu-2 .row {
  display: flex;
  flex-wrap: wrap;
}
.drinkmenu-2 .row img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .drinkmenu-2 .row img {
    width: 100%;
  }
}
.planMenu img {
    object-fit: contain;
}

.original-text-shadow {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.86);
}
.main:is(body.home *) .topics .item .image {
  position: relative;
  width: 100%;
  padding-top: calc(419 / 780 * 100%); /* アスペクト比を維持 */
  overflow: hidden;
}
.main:is(body.home *) .topics .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** スペース詳細 */
.main:is(body.home *) .section.space .list .item .data li .key {
  font-size: 1.2rem;
    width: 14rem;
    max-width: 14rem;
    min-width: 14rem;
    font-weight: 700;
}
.main:is(body.home *) .section.space .list .item .data li .value {
  font-size: 1.2rem;
}

/** EXCLUSIVE DINING系列レストランに青山追加 */
#gFooter .wrap {
  max-width: 108rem;
}
/** パンくず文字サイズ調整 */
.main .prepend .breadCrumb {
  font-size: 1rem;
}


/** スペース一覧のタブ */
.main:is(body.space *) .section.spaceList .tab .tabNav button {
  
    height: 4.2rem;
    font-size: 1.3rem;
}

.main:is(body.space *) .section.spaceList .tab .tabPanel .panel img {
  width: 602px;
}

.main:is(body.space *) .section.spaceDetails .list .item .data li {
	line-height: 2.8rem;
    padding: .5rem 0;
}
/** スペース詳細 */
.main:is(body.space *) .section.spaceDetails .list .item .data li .key {
  font-size: 1.2rem;
    width: 14rem;
    max-width: 14rem;
    min-width: 14rem;
    font-weight: 700;
}
.main:is(body.space *) .section.spaceDetails .list .item .data li .value {
  font-size: 1.2rem;
}

/** アクセスの表 */
.main:is(body.access *) .section.info .list dt {
  background: #E5E5E5;
  padding: 1.6rem;
}
.main:is(body.access *) .section.info .list dd {
  padding: 1.6rem;
}

/** オプションメニュー */

.main .section.optionMenu .list {
    margin: 4.5rem 0;
}
@media screen and (max-width: 750px) {
	
	.main .section.optionMenu .list {
	    margin: 4.5rem auto;
	}
}

/** プラン詳細 */
.main .planDetails .item .lead p {
    margin: 0.8rem 0;
    font-size: 1.6rem;
}
.main .planDetails .item .planList h3 {
    color: #333333;
    font-size: 1.6rem;
    margin: 0.8rem 0 0;
    font-weight: 700;
}
.main .planDetails .item .planList a {
  color: #856C34;
  font-weight: normal;
    line-height: 2em;
}
.main .planDetails .item .planList p {
    color: #333333;
    font-weight: normal;
    line-height: 2em;
}


.main .planDetails .item .planList + .plan {
    margin: 4rem 0 0;
}

.main .planDetails .item .plan .subttl {
  font-weight: 700;;
}



.main:is(body.buffet *) .section.merit {
  margin: 6.4rem 0;
}
@media screen and (max-width: 750px) {
  .main:is(body.buffet *) .section.merit {
    margin: 4.4rem 0 0;
  }
}
.main:is(body.buffet *) .section.merit .list {
  display: flex;
  flex-wrap: wrap;        /* 折り返しを許可 */
  gap: 6rem;
  margin: 4.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main:is(body.buffet *) .section.merit .list {
    flex-direction: column;
    gap: 3.2rem;
    margin: 1.8rem 0 0;
  }
}
.main:is(body.buffet *) .section.merit .list .item {
  width: calc((100% - 6rem) / 3);
  flex: 1 1 calc(50% - 3rem); /* 2カラム（gap考慮） */
}
@media screen and (max-width: 750px) {
  .main:is(body.buffet *) .section.merit .list .item {
    width: auto;
  }
}
.main:is(body.buffet *) .section.merit .list .item .title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.main:is(body.buffet *) .section.merit .list .item .image {
  margin: 0.8rem 0 0;
}
.main:is(body.buffet *) .section.merit .list .item .text {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main:is(body.buffet *) .section.merit .list .item .text {
    margin: 0.8rem 0 0;
  }
}
.main:is(body.buffet *) .section.merit .list .item .text .summary {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}


/** 利用事例 */
.main .section.case .list .item .text .category {
    margin: 1.6rem 0 0;
}
.main .section.case .list .item .text .catch {
    margin: 1.2rem 0 0;
}
.main .section.case .list .item .text .data {
    margin: 2.4rem 0 0;
}
.main .section.case .list .item .text .category_item {
  display: flex;
  gap: 0.6rem;
    width: 100%;
}
.main .section.case .list .item .text .category_item li {
  display: grid;
  place-items: center;
  width: calc(25% - 0.3rem);
  height: 2.5rem;
  background: #104297;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

/** トピックス */
.main:is(body.home *) .topics .list .item .text {
  position: relative;
}
.main:is(body.home *) .topics .list .item .text .category {
    position: absolute;
    right: 0;
    top: 0;
    background: #856C34;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
}

/* 記事 */
.main.article .main-content {
	margin-top: 30px;
}
.main.article .main-content h2.styled_h2 {
/*
	font-size: 16px;
	margin-bottom: 10px;
*/	
	border-bottom: 0.1rem solid currentColor;
    color: #856C34;
    font-weight: 700;
    line-height: 3rem;
    text-decoration: underline;
    text-decoration-thickness: 0.4rem;
    text-underline-offset: .8rem;
}
.main.article .main-content h3.styled_h3 {
	border-bottom: 1px dotted grey;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.main.article .main-content img {
	margin: 20px 0;
}
.main.article .main-content .well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px solid #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.main.article .main-content ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.main.article .main-content ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.main.article .main-content ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.main.article .main-content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #856C34;
  color: #fff;
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -30px;
  margin-top: 4px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.main.article .main-content table thead th {
  background: #856C34;
  color: #fff;
  padding: 10px 15px;
  border-top: 0.1rem solid #707070;
  border-left: 0.1rem solid #707070;
  text-align: center;
  vertical-align: middle;
}
.main.article .main-content table tbody tr {
}
.main.article .main-content table tbody tr td {
  padding: 10px 15px;
}


.q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #856C34;
    display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 400;
    font-size: 100%;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s 
ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    
    margin: 30px 0;
}
.q_button:hover {
	background-color: #fff;
	color:#856C34;
    border: 1px solid #856C34;
}

/** フォーム */
.red {
    color: red;
}
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:4.5em 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type=checkbox], 
.wpcf7 input[type=radio]
 {
	-webkit-appearance: auto;
	appearance: auto;
}


/*.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; } */
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#333333; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/* 修正版 */
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=time] {
  width: 100%;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}

/* ラジオ・チェックボックスは標準のまま */
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  padding: 0;
  margin-right: 6px;
  vertical-align: middle;
}

.wpcf7-list-item {
  display: block !important;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 20%;
}
label {
    width: 100%;
    
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  accent-color: #856C34; /* 対応ブラウザで色を変えられる */
  transform: scale(1.1); /* 少し大きく */
  cursor: pointer;
}

/** 監修者 */
/* ===============
   Author Box
=============== */
.authorBox {
  max-width: 980px;
  margin: 24px auto;
  padding: 22px 26px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #111;
}

.authorBox__title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.authorBox__body {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: start;
}

.authorBox__media {
  display: flex;
  justify-content: center;
}

.authorBox__avatar {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
}

.authorBox__content {
  min-width: 0;
}

.authorBox__name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.authorBox__role {
  font-size: 13px;
  color: #333;
  margin-bottom: 14px;
  line-height: 1.6;
}

.authorBox__dl {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 6px 14px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
}

/* 所属（2段表示） */
.authorBox__affiliation {
  margin-bottom: 16px;
}

.authorBox__affiliationLabel {
 font-size: 14px;
 font-weight: 800;
 line-height: 1.4;
  margin-bottom: 4px;
}

.authorBox__affiliationText {
  font-size: 13px;
  line-height: 1.7;
  color: #222;
}


.authorBox__dl dt {
  font-weight: 700;
}

.authorBox__dl dd {
  margin: 0;
  color: #222;
}

.authorBox__section {
  margin-top: 16px;
}

.authorBox__h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.authorBox__p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #222;
}

.authorBox__list,
.authorBox__links {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.9;
}
.authorBox__list li,
.authorBox__links li {
  list-style: disc;
}
.authorBox__links a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.authorBox__links a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
}

/* Responsive */
@media (max-width: 720px) {
  .authorBox {
    padding: 18px 16px;
  }

  .authorBox__body {
    grid-template-columns: 1fr;
  }

  .authorBox__avatar {
    width: 180px;
    height: 180px;
  }

  .authorBox__dl {
    grid-template-columns: 64px 1fr;
  }
}


