@charset "utf-8";
@import url('css/layout.css?ver=1.1.15');
@import url('css/seasonal.css?ver=1.0.25');

* {
  outline: none;
}

@media screen and (min-width:901px) {
	.sp { display: none;}
}

@media screen and (max-width:900px) {
	.sp { display: block;}
	.pc { display: none;}
}

body {background:linear-gradient(90deg,#d2c9ae 0%,#d2c9ae 10%,#FFF 10%,#FFF 100%);}
body.home {background:#f3efe6;}

.border_radius_3 { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.border_radius_5 { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  max-height: 800px;
  float: left;
  width: 100%;
  min-width: 250px;
  border: 0;
  object-fit: cover;
  }
  
.mv {
  position: relative;
}

.mv_single img {
  display: block;
  height: auto;
  max-height: 600px;
  width: 100%;
  max-width: 1100px;
  min-width: 250px;
  border: 0;
  margin:0 auto;
  object-fit: cover;
  }

.intro {
  width: 1100px;
  margin:0 auto;
}

.intro p {
  font-size: 14px; line-height: 1.8em;  padding-right: 10%;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.prev-area {margin: 1em 0;}

.prev-next-link a {
  border-bottom: 1px #BBBBBB solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
}
.prev-next-link a:hover {
  background: -webkit-repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
  background: -o-repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
  background: repeating-linear-gradient(-45deg,#f6f6f6 0,#f6f6f6 2px,#fff 2px,#fff 4px);
}
.prev-next-link a:first-child {
  border-top: 1px #BBBBBB solid;
}
.prev-next-label {
  font-size: .825rem;
  color: #000;
  margin: 0 0 10px 0;
}

/* Responsive */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* Arrows */
.prev-link { background: url(./img/common/arrow-prev.svg) no-repeat 10px center;}
.next-link { background: url(./img/common/arrow-next.svg) no-repeat right 10px center;}
.prev-link, .next-link { background-size: 16px 28px;}

/* Images */
.thumb-wrap { display: flex;}
.thumb-wrap p { margin: 0 0 0 16px;}
.thumb-wrap img {
  width: 100px;
  height: 100%;
}

.angle {
  display: flex;
  width: 20px;
}

.ai1ec-calendar-toolbar {border:none !important;}

.tablenav {
clear:both;
padding: 1em 0;
}


.mv { position: relative;}



a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #d58d38;
  border: 1px solid #d58d38;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 115%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
a.btn_03:hover {
  background: #fff;
  color: #d58d38;
}
a.btn_03:hover:before {
  border-top: 2px solid #d58d38;
  border-right: 2px solid #d58d38;
}

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 0 auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 741px) {
.googlecal { padding-bottom: 90%; }
}

.stylist {padding: 1em 0 0 0;}
.salonprofile {padding: 1.5em 0 0 0;}
.stylistname{font-size: 130%; padding:0; margin:0;}
.romaji{font-size: 90%; padding:0 0 10px 0; margin:0; color:#999;}

.sidebar ul { list-style:none; padding:15px 0 0 0; margin:0;}
.sidebar li { list-style:none; padding:0 0 1em 0; margin:0;}
.sidebar li img {border: 1px solid #dddddd;}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"] {
    padding: 7px 10px;
    font-size: 115%;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 200px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}
 
input.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #d58d38;
  border: 1px solid #d58d38;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  font-size: 115%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
input.wpcf7-submit:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
input.wpcf7-submit:hover {
  background: #fff;
  color: #d58d38;
}
input.wpcf7-submit:hover:before {
  border-top: 2px solid #d58d38;
  border-right: 2px solid #d58d38;
}
span.must { color:#C0272D;}

select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #333;
	font-size:115%;
	display:block;
}
select::-ms-expand {
    display: none;
}

span.your-subject {
	display:block;
	width: 70%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ffffff;
}

span.your-subject::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

span.your-date {
	display:inline-block;
	width: 20%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ffffff;
	margin-right: 5px;
}
span.your-date.short {
	display:inline-block;
	width: 15%;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ffffff;
	margin-left: 10px;
}

span.your-date::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}


/* チェックボックス全体 */
.checknox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  line-height: 1.5em;
}

/* デフォルトチェックボックス非表示 */
.checknox-wrap input { display: none;}

/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #CCC;
  box-sizing: border-box;
}
.checknox-wrap .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #CCC;
  box-sizing: border-box;
  border-radius: 100%;
}

/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
.checknox-wrap input:checked + .checkmark {
  background-color: #0070bd;
}

/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked + .checkmark:after {
  display: block;
}


@media only screen and (min-width: 741px) {
    input { width: 50%;}
    textarea { width: 100%;}
}

@media screen and (max-width:740px) {
    input { width: 100%;}
    textarea { width: 100%;}
    span.your-subject { width: 100%;}
    span.your-date { width: 40%;}
    span.your-date.short { width: 30%; margin-top: 10px;}
    span.your-date.short.first { margin-left: 0;}
    .month {display: block;}
}

.wp-block-button__link {font-size: 16px !important; width: 50%;}
.wp-block-button__link:hover {opacity: 0.7;}
@media screen and (max-width:740px) {
   .wp-block-button__link {width: 95%;}
}

/* ------------------------------
   メインメニュー
------------------------------ */
header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 120px;
  background:#313131;
  color: #fff;
  justify-content: left;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 99;
}

header a { display: block;}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 100;
}

#nav-content li { font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif; font-weight: 400; font-style: normal;}

#copy-area { 
  position: relative;
  color: #333;
  z-index: 50;
  float:right;
  margin-top: -80px;
  padding:0 5%;
}
#copy-area h1 {font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif; font-weight: 400; font-style: normal; font-size: 55px; font-feature-settings: "palt"; line-height: 1.2em; padding:0; margin:0;}
#copy-area p {margin:0; padding:10px 0 0 0; font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 1.4em;}

main {padding-bottom: 50px;}
.home main {padding-bottom: 0px;}

@media screen and (min-width:901px) {

header {background: rgba(0,0,0,0.6);}
header a { display: block; width:15%; }
header img.logo {width: 100%;}

#nav-container .button {display: none;}
#right-area {float:right; padding-right:3%;}

#contact-button { font-size: 24px; }
#contact-button ul { float:right; padding:15px 22px 0 0; margin:0;}
#contact-button li { list-style-type: none; display: inline-block; padding:0.5em; margin:0; vertical-align:middle;}
#contact-button li a { display:block; color:#fff; cursor: pointer; pointer-events: auto;}
#contact-button li a:hover { color:#8b6c3c;}
#contact-button:after {
  content: "";
  display: block;
  clear: both;
}
#contact-button-sp { display: none;}

#nav-content {float:right;}
#nav-content ul { float:left; display:block; padding:0 18px 0 0; margin:0;}
#nav-content li { list-style-type: none; padding:0.2em 0.1em; margin:0; float:left;}
#nav-content li.sp { display:none;}
#nav-content li a { display:block; color:#fff; margin:0; padding:0.1em 1em; font-size: 95%; text-align: left; cursor: pointer; pointer-events: auto;}

#nav-content li a {
  background-image: -webkit-linear-gradient(left, rgba(220,170,49,0.3) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(220,170,49,0.3) 50%, transparent 50%);
  background-position: 100% 0%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position .3s ease-out;
  transition: background-position .3s ease-out;
}
#nav-content li a:hover { background-position: 0% 0%;}
}

@media screen and (max-width:1200px) {
#nav-content li a { padding:0.1em 0.5em;}
}

@media screen and (max-width:1000px) {
#nav-content li a { padding:0.1em 0.3em;}
}

@media screen and (max-width:900px) {

header {height: 50px;}
header img.logo {height: 50px;}

#nav-container .bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}

#contact-button { display: none;}

#nav-container * {
  visibility: visible;
}

#nav-container .button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  float:right;
  height: 50px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-right: 15px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#nav-container .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}
#nav-container .icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 50px;
  padding: 20px 35px 20px 35px;
  width: 85%;
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 50px);
  background: #ececec;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}

#nav-content ul {
  flex-direction: column;
  padding-bottom:20px;
}

#nav-content li {
  position: relative;
  width:50%;
  float:left;
}

#nav-content li a {
  padding: 0.8em 5px 0.8em 1.2em;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  width:100%;
}

#nav-content li a:before { font-size: 70%; font-family: "FontAwesome"; content: "\f105"; position: absolute; left : 0.3em; color: gray;}

#nav-content li a:hover { color: #8b6c3c;}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

#nav-container .small {
  display: flex;
  align-self: center;
}

#nav-container .small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
#nav-container .small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

#nav-container a,
#nav-container a:visited,
#nav-container a:focus,
#nav-container a:active,
#nav-container a:link {
  text-decoration: none;
  outline: 0;
}

#nav-container a {
  color: currentColor;
  transition: .2s ease-in-out;
}

#nav-container ul {
  list-style: none;
}

#copy-area { 
  display: block;
  color: #333;
  z-index: 50;
  
}
#copy-area h1 {font-size: 34px;}
#copy-area p {font-size: 14px;}

#contact-button-sp .banner-area {
  padding-bottom:20px;
}

#contact-button-sp .banner-area a img {
 width:100%;
 padding: 3px;
 border: 1px solid #ccc;
}

#contact-button-sp .sns-area {
  width:100%;
  padding: 20px 0;
  text-align: left;
}

#contact-button-sp .sns-area a { 
  font-size: 34px;
  color:#444;
  display: inline-block;
  padding-right: 0.7em;
}

#contact-button-sp .company-area a {
  width:100%;
  display: block;
  padding: 0.7em 1em;
  margin:0 auto;
  text-align: center;
  border: 1px solid #ccc;
  border-radius:999px;
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif; font-weight: 400; font-style: normal;
}

#contact-button-sp .company-area a:hover {
  color:#ececec;
  background: #333;
}

}

/* ------------------------------
   ボタンデザイン
------------------------------ */
section {
  width: 70%;
  margin: 0;
  padding: 0.5em 0;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  background: #cba466;
  border: 1px solid #cba466;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 115%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
a.btn_03:hover {
  background: #fff;
  color: #cba466;
}
a.btn_03:hover:before {
  border-top: 2px solid #cba466;
  border-right: 2px solid #cba466;
}

@media screen and (max-width:740px) {

section { width: 80%; margin: 0 auto; padding: 0.5em 0;}

}

/* ------------------------------
   ボタンデザイン2
------------------------------ */
.more-button {
  display: inline-block;
  min-width: 210px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 34px;
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
  padding: 0 1em;
}
.more-button::before,
.more-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.more-button,
.more-button::before,
.more-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.more-button:hover {
  background-color: #fff;
  border-color: #8b6c3c;
  color: #8b6c3c;
}
.more-button::before {
  right: 0;
}
.more-button::after {
  left: 0;
}
.more-button:hover::before,
.more-button:hover::after {
  width: 0;
  background-color: #8b6c3c;
}

.inv-btn {background-color: #8b6c3c; border: 2px solid #8b6c3c;}
.inv-btn::before,
.inv-btn::after { background-color: #8b6c3c;}

.shop-btn {width: 100%; height: 45px; line-height: 41px; background-color: #9b0000; border: 2px solid #9b0000;}
.shop-btn::before,
.shop-btn::after { background-color: #9b0000;}
.shop-btn:hover {border-color: #9b0000; color: #9b0000;}
.shop-btn:hover::before, .shop-btn:hover::after { background-color: #9b0000;}

#contact-button .more-button { 
  width: 160px;
  height: 28px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}

#contact-button .more-button:hover {
  background-color: #fff;
  border-color: #8b6c3c;
  color: #8b6c3c;
}

/*-----------------------------
ギャラリー
------------------------------*/
#single ul.blocks-gallery-grid {
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 5px;
}

#single ul.blocks-gallery-grid li {
  line-height:1.6em;
  margin: 0.6em 0;
  list-style-type: none!important;
  font-weight: bold;
}

#single ul.blocks-gallery-grid li:before { all:initial;}

/*-----------------------------
店舗情報
------------------------------*/
#shop-list table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
#shop-list th {
  vertical-align:top;
  font-weight: bold;
  width:20%;
  padding:1.5em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}
#shop-list td {
  vertical-align:top;
  width:80%;
  padding:1em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}

#shop-list td ul { padding:0; margin:0;}
#shop-list td li { list-style-type: none; display: inline-block; padding: 0.5em 0; margin:0; vertical-align: middle; width: 24%;}
#shop-list td li a { color:#313131;}
#shop-list td li a:hover { color:#8b6c3c;}
#shop-list tr:last-child th, #shop-list tr:last-child td {border-bottom: none;}

#shop-list td li span {
  color:#fff; background-color: #9e79b3; font-size: 70%; margin-left:3px; padding:2px 3px;
  border-radius: 2px;        /* CSS3草案 */  
  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px;   /* Firefox用 */ 
  vertical-align:1px;
}

#shop-list td li.hidd { color:#a0a0a0;}
#shop-list td li.hidd span {
  background-color: #a0a0a0;
}


.shop h3 span {
  color:#fff; background-color: #9e79b3; font-size: 50%; padding:3px 5px;
  border-radius: 2px;        /* CSS3草案 */  
  -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 2px;   /* Firefox用 */ 
  vertical-align:3px;
}


@media screen and (max-width:740px) {
#shop-list td li { width: 49%;}
}

.shop-rap {
  padding-bottom: 3em;
}

div.shop {
  padding: 2em 0;
}

.shop h3 {
  line-height:1.6em;
  margin: 0;
  padding: 0 0.5em 1em 1.3em;
  font-weight: bold;
  position: relative;
  display: block;
  width: 30%;
  float:left;
}
.shop h3:before {
  font-family: "FontAwesome";
  content: "\f041";
  position: absolute;
  left : 0; /*左端からのアイコンまで*/
  color: #af8d56; /*アイコン色*/
    }

.shop-info {
  float:right;
  width:70%;
}

.shop table {
  float:right;
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}

.shop th {
  vertical-align:top;
  font-weight: bold;
  width:35%;
  padding:0.2em 0;
  margin:0;
}
.shop th.newopen {
  font-size: 110%;
  padding-bottom:0.5em;
  color: #9b0000;
  font-weight: bold;
}
.shop td {
  vertical-align:top;
  width:65%;
  padding:0.2em 0;
  margin:0;
}
.shop tr:last-child th,.shop tr:last-child td {padding-bottom: 1.5em;}

.epark td {
vertical-align:middle;
}

.epark tr:first-child td {
  border-top: 1px dotted #eee;
}

.epark td.epark-icon {
width:10%;
font-size: 150%;
height: 60px;
}
.epark td.epark-time {
width:90%;
text-align: left!important;
font-weight: bold;
height: 60px;
}
.epark td.epark-time br {
display: none;
}
.epark td.epark-banner img {
border-radius: 5px;
width: 70%;
}
.shop .epark tr:last-child th,.shop .epark tr:last-child td {padding-bottom: 0.5em;}

.epark .stmc-count {color:#ea453b; font-weight: bold;}

@media screen and (max-width:740px) {
div.shop { padding: 1em 0 2em 0;}
.shop h3 {
  padding: 0.7em 0.5em 0.7em 1em;
  width: 100%;
  float:none;
}
.shop-info { float:none; width: 100%;}
.epark td.epark-banner img {width: 100%;}
}

@media (min-width: 741px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color:#333;
}
}

/*-----------------------------
お問い合わせ
------------------------------*/
#confirm table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
#confirm th {
  vertical-align:top;
  font-weight: bold;
  width:20%;
  padding:1.5em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}
#confirm td {
  vertical-align:top;
  width:80%;
  padding:1.5em 0;
  margin:0;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width:740px) {
#confirm th { display: block; width: 100%; border-bottom: none; padding-bottom:0;}
#confirm td { display: block; width: 100%; padding-top:1em;}
#confirm tr:last-child td { border-bottom: none; padding-bottom:0;}
}


/*-----------------------------
ギャラリー
------------------------------*/
.grid_layout {
  margin: 0 auto;
  padding: 3em 0;
  width: 90%;
  column-count: 4;
  column-gap: 0;
}

@media (max-width: 1200px) {
  .grid_layout {
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .grid_layout {
    column-count: 2;
  }
}

@media (max-width: 320px) {
  .grid_layout {
    column-count: 1;
  }
}

.pic {
  margin:0; padding: 0;
}

.pic img {
  margin:0; padding: 1px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*-----------------------------
特別ページ
------------------------------*/
body.brunch-asian {background:#e36d33;}

.brunch-asian .row6 {
  padding: 0;
  color:#fff;
  text-align:center;
  border-top: 1px solid #e09473;
  border-bottom: 1px solid #e09473;
}

.brunch-asian .row0 {color: #ffffff;}
.brunch-asian .index_concept h2 {color: #ffffff;}
.brunch-asian .index_concept th, .brunch-asian .index_concept td {color: #ffffff; border-bottom: solid 1px #e09473;}
.brunch-asian .index_concept tr:first-child th, .brunch-asian .index_concept tr:first-child td {border-top: solid 1px #efc8b6;}
.brunch-asian .index_concept tr:last-child th, .brunch-asian .index_concept tr:last-child td {border-bottom: solid 1px #efc8b6;}

.brunch-asian .index_concept p.subtitle { padding:5px 0 0 0;}
.brunch-asian .index_concept p { padding:35px 10% 10px 0;}
.brunch-asian .index_concept .text-area-left{ padding: 0 0 0 10%;}


@media screen and (max-width:740px) {
.brunch-asian .index_concept h2.menu-title { font-size: 24px; letter-spacing: 0px;}
.brunch-asian .index_concept table {width:100%;;}
.brunch-asian .index_concept p { padding:25px 0 10px 0;}

.brunch-asian .index_concept .text-area-left {padding: 0 7%;}
.brunch-asian .index_concept .text-area-right {padding: 0 7%;}

.brunch-asian .index_concept .img-area-left {order: 1; padding-top: 30px;}
.brunch-asian .index_concept .text-area-right {order: 2;}

.brunch-asian .index_concept .img-area-right {order: 1; padding-top: 30px;}
.brunch-asian .index_concept .text-area-left {order: 2;}

}

.asian-risotto { background-color:#819e3b;}

.brunch-asian h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:0;
}

.brunch-asian h3:before, .brunch-asian h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.brunch-asian h3:before { left:0;}
.brunch-asian h3:after { right: 0;}

.brunch-asian h4 {
  color: #fff100;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 1em 1em 0 1em;
  border: solid 1px #efc8b6;
}

.brunch-asian h4 span {font-size: 120%;}

.banner-area-right { padding-top:15px; display: block; width:90%;}
.banner-area-right img { border-radius: 5px;}

/*-----------------------------
トップページスライダー
------------------------------*/
.slider {
  width: 100%;
  margin: 30px auto 0;
}
.slider .slick-list {
  padding: 0 10% 0 10%!important;
}
.slider li {
  margin: 0 0.5%;
}
.slider li img {
  border-radius: 5px;
}

@media screen and (max-width:900px) {
.slider .slick-list { padding: 0 40% 0 10%!important;}
}

/*-----------------------------
トップページコンセプト
------------------------------*/
.home .row0 {padding: 60px 0;}
.home .row0.resort {color: #ffffff; background-color:#183f6d;}
.home .row0.resort h2 {color: #ffffff;}
.home .row0.resort h3 {color: #ffffff;}
.home .row0 h2, .home .row5 h2 { 
  font-size: 34px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
 }
 
.home .row5 h2 { padding: 0.6em 0; line-height: 1;}
.home .row5 h2 span.small_text {font-size: 70%; padding:0;}

.home h3 {
  font-size: 24px;
  padding: 0;
  margin: 1em 0;
  display: block;
  position: relative;
  text-align: center;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
}
.home h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #58503c;
}
.home .resort h3:before { background-color: #ffffff;}

.home .index_concept {padding: 40px 0 0 0;}
.home .index_concept p { padding:10px 8%;}
.home .index_concept .text-area-left{ padding: 0 0 0 3%;}
.home .index_concept .text-area-right{ padding: 0 3% 0 0;}

@media screen and (max-width:740px) {
.home .index_concept {padding: 0;}
.home h3 { font-size: 20px;}
.home .row0 h2 { font-size: 30px; text-align: left; padding: 0 8%; margin:0;}
.home .index_concept p { font-size: 90%; padding:10px 8%;}

.home .index_concept .text-area-left {padding: 0;}
.home .index_concept .text-area-right {padding: 0;}

.home .index_concept .img-area-left {order: 1; padding-top: 30px;}
.home .index_concept .text-area-right {order: 2;}

.home .index_concept .img-area-right {order: 1; padding-top: 30px;}
.home .index_concept .text-area-left {order: 2;}

}

.half_area {
  display: block;
  width: 50%;
  float: left;
}
.half_area.first {border-right: solid 1px #d6cbb1;}
.resort .half_area.first {border-right: solid 1px #4c729f;}
.half_area figure {padding: 0 8%;}

ul.service_banner { margin:0; padding:0; width: 100%; display: block; text-align:center;}
.service_banner li { padding:0; margin:15px 0.3%; list-style:none; width: 15%; display: inline-block;}
.service_banner li a { padding: 5px 0; display: block; background-color:#f3efe6; border-radius: 5px;}
.service_banner li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.service_banner li a h4 {
  font-size: 22px;
  color: #443733;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
}
.service_banner p.subtitle {
  color: #443733;
  text-align: center;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin:0;
  padding: 0 0 25px 0;
}

.service_banner li img {width:100%;}
.service_banner li.long { margin-right: 0; width: 100%; display: inline-block;}

@media screen and (max-width:900px) {
	ul.service_banner { padding:1em 0 0 0;}
	.service_banner li { margin:5px 0.5%; width: 45%;}
}

/*-----------------------------
フッターメニューボタン
------------------------------*/
.sp-tel-area {
  position: fixed;
  display: block;
  bottom: 0;
  padding:0.8em 0;
  margin:0;
  font-style: normal;
  color:#FFF;
  width: 100%;
  background-color:#ffffff;
  text-align: center;
  z-index: 999;
}
@media screen and (min-width:901px) {
	.sp-tel-area { display: none;}
}
.sp-tel-area ul { width: 100%; padding:0; margin:0;}
.sp-tel-area li { font-size: 10px; line-height: 1.4; padding:0; margin:0; list-style-type: none; display:inline-block; vertical-align:middle; width: 18%;  }
.sp-tel-area li a { padding:0; margin:0; display:block; text-align: center; color:#1f110c;}
.sp-tel-area li i {font-size:150%;}

/*-----------------------------
続きを読む
------------------------------*/
.home .index_concept p.readmore {
  padding:0 20px 0 0;
  margin:0;
  text-align: right;
}
@media screen and (max-width:900px) {
.home .index_concept p.readmore {
  padding:10px 20px 0 0;
}
}
.btnarrow4{
    position: relative;
    display: inline-block;
    padding: 0 30px 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.resort .btnarrow4{ color: #fff;}

.btnarrow4::before{
    content: '';
    position: absolute;
    bottom:-8px;
    left:15%;
    width: 85%;
    height: 1px;
    background:#333;
    transition: all .3s;
}
.resort .btnarrow4::before{ background:#fff;}

.btnarrow4::after{
    content: '';
    position: absolute;
    bottom:-3px;
    right:0; 
    width: 15px;
    height:1px;
    background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}
.resort .btnarrow4::after{ background:#fff;}

.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}

/*-----------------------------
ヘッダータイトル
------------------------------*/
header span {
  font-size: 18px;
  padding: 0;
  margin: 0;
  display: block;
  font-feature-settings: "palt";
  font-family: yu-mincho-pr6n, "YuMincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media screen and (max-width:900px) {
header span {
  font-size: 11px;
  line-height: 1.2;
}
}

/*-----------------------------
INFOGRAPHICS
------------------------------*/
.grid_layout2 {
  margin: 0 auto;
  padding: 2em 0 0 0;
  width: 80%;
  column-count: 3;
  column-gap: 0;
}

.grid2 {
  padding: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (max-width: 800px) {
  .grid_layout2 { width: 90%; column-count: 2;}
  .grid2 { padding: 5px;}
}

@media (max-width: 320px) {
  .grid_layout2 {width: 90%; column-count: 1;}
  .grid2 { padding: 10px 5px;}
}


.company td, .about td { padding:8px 10px 8px 0px;}
.recruit-info td { padding:8px 10px 8px 0px; border-bottom: solid 1px #eee;}
.company td:nth-of-type(1), .about td:nth-of-type(1) { width: 20%;}
.recruit-info td:nth-of-type(1) { width: 20%;}

.company .board td:nth-of-type(1), .about .board td:nth-of-type(1) { width: 20%;}
.company .history td:nth-of-type(1), .about .history td:nth-of-type(1) { width: 60px;}
.company .history td:nth-of-type(2), .about .history td:nth-of-type(2) { width: 60px;}
.realestate td:nth-of-type(1) { width: 20%;}

@media screen and (max-width:900px) {
	.company td:nth-of-type(1), .about td:nth-of-type(1) { width: 25%;}
	.recruit-info td:nth-of-type(1) { width: 25%;}
	.company .board td:nth-of-type(1), .about .board td:nth-of-type(1) { width: 45%;}
	.company .history td:nth-of-type(1), .about .history td:nth-of-type(1) { width: 15%;}
	.company .history td:nth-of-type(2), .about .history td:nth-of-type(2) { width: 15%;}
	.realestate td:nth-of-type(1) { width: 30%;}
}




#single .wp-block-columns {
  margin-bottom: 0px;
}

#single .wp-block-buttons .wp-block-button {
  display: block;
}

.reserv_btn {padding-top: 10px;}
.maparea {padding-top: 10px;}




#single .tbl-resp td {
  text-align: left;
  padding: 1em;
  border: solid 1px #ccc;
  vertical-align:middle;
}
#single .tbl-resp td:first-child {
  background: #eee;
}
#single .tbl-resp td:nth-child(2) {
}

@media screen and (max-width: 640px) {
  #single .tbl-resp td:first-child,
  #single .tbl-resp td:nth-child(2) {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  #single .tbl-resp tr:last-child td:last-child {
    border-bottom: solid 1px #ccc;
  }
}




/* 全体 */
.news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0; /* 隙間なし */
  border-top: solid 1px #999;
}

.news-item {
  width: 50%;
  margin: 0;
  background: #ffffff;
}

.news-item > a {
  display: flex;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: background-color .25s ease;
}

.news-item:nth-child(1),
.news-item:nth-child(3),
.news-item:nth-child(5) {
  border-right: solid 1px #999;
}
.news-item {
  border-bottom: solid 1px #999;
}

.news-item > a:hover {
  background-color: #f5fbfe;
  cursor: pointer;
}
.news-item > a:focus-visible {
  outline: 2px solid #105c89;
  outline-offset: -2px;
}
.news-item > a:hover .news-text {
  color: #105c89;
}

.news-thumb {
  width: 200px;
  margin: 0;
  flex: 0 0 auto;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-text {
  margin: 0;
  padding-left: 2em;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* スマホ */
@media screen and (max-width: 900px) {
  .news-text { 
    font-size: 14px;
    padding-left: 0;
    padding: 1.4em 0;
    text-align: center;
    margin: 0 auto;
  }
}


#footer .shop-name {
  margin-bottom: 15px;
}

#footer .brand {
  width:50%;
  display: block;
  float:left;
}

#footer .company {
  margin-top: 0px;
  padding-top: 0px;
  width:50%;
  display: block;
  border: none;
  float:left;
}

#footer .copyright {
  padding-top:20px;
  color:#999;
  font-size:85%;
  width:100%;
  display: block;
  clear:both;
  text-align: center;
}

#footer .sitemap .title {
  padding-bottom:8px;
  font-weight: bold;
}

@media screen and (max-width:740px) {

#footer .shop-name {
  font-size:90%;
  padding:10px 0 0 15px;
  float:left;
}

#footer .brand {
  width:100%;
  display: block;
  clear:both;
  padding-bottom: 20px;
}

#footer .company {
  padding-top: 20px;
  width:100%;
  display: block;
  border-top: solid 1px #666;
  clear:both;
}

#footer .copyright {
  padding:0 0 10px 0;
}

}

/*-----------------------------
会社情報ページ統一
------------------------------*/
.about .row0 .content,.franchise .row0 .content,.realestate .row0 .content {max-width:1200px; margin:0 auto; padding: 0 20px;}
.about .row0 #single h2,.franchise .row0 #single h2,.realestate .row0 #single h2 { font-size: 32px; color: #4f7d9e; line-height: 1.3em; font-family: "monopin-j", "Segoe UI", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Roboto, "Noto Sans CJK JP", "Noto Sans JP", sans-serif; font-weight: 700; font-style: normal;}

@media screen and (max-width:740px) {
.about .row0 #single h2,.franchise .row0 #single h2,.realestate .row0 #single h2{font-size: 22px; line-height: 1.6; letter-spacing: 0px;}

}




