@charset "UTF-8";
.original-text-shadow {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.86);
}
.main:is(body.home *) .item .image {
  position: relative;
  width: 100%;
  padding-top: calc(419 / 780 * 100%); /* アスペクト比を維持 */
  overflow: hidden;
}
.main:is(body.home *) .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;
}
.main .section.case .list .item .text .category_item li {
  display: grid;
  place-items: center;
  width: calc(25% - 0.3rem);
  height: 2.5rem;
  background: #856C34;
  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;
}
.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);
}
.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;
}