﻿/*===== header =====*/
nav > ul > li.current:first-child > a {
  color: #000;
}
nav > ul > li.current:first-child > a:hover {
  color: #000;
}
nav > ul > li.current:first-child > a::before {
  display: none;
}
/*===== room =====*/
#page-contents {
  margin-top: 50px;
}
#room {
  padding-bottom: 150px;
}
#room-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
#room-intro > div {
  order: 2;
  width: 50%;
  padding-left: 7.5%;
  padding-top: 40px;
  background: url("../img/room/bg_room.png") no-repeat center /contain;
  height: 100%;
  position: relative;
}
#room-intro > div h2 {
  text-align: left;
  margin-bottom: 50%;
}
#room-intro > div h2 span {
  margin-left: 5px;
}
#room-intro > div h2::after {
  left: 0;
  margin-left: 5px;
}
#room-intro > div p {
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  position: absolute;
}
.body-en #room-intro > div p {
  text-align: left;
}
#room-intro figure {
  width: 50%;
}
#room-intro figure img {
  display: block;
  margin-bottom: 40px;
}
#room-intro figure img:last-child {
  margin-bottom: 0;
}
/*#room-list {
  margin-bottom: 130px;
} */
#room-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px;
}
#room-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 80px;
}
#room-list li:nth-child(3n) {
  margin-right: 0;
}
#room-list li dt {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 1em;
  word-break: break-all;
}
#room-list.en-room-list li dt {
  line-height: 1.3;
}
#room-list li dt span {
  display: block;
  margin-left: 1.25em;
  margin-top: .5em;
  font-size: 16px;
  letter-spacing: .05em;
}
.body-en #room-list li dt span {
  margin-left: 1em;
}
#room-list li p {
  font-size: 15px;
  letter-spacing: .1em;
  word-break: break-all;
}
#room-list li p span {
  display: block;
  margin-top: .5em;
}
.kiyaku-btn {
  margin: 130px auto 0;
  width: 400px;
}
.kiyaku-btn a {
  padding: 20px 10px;
}
.bnr-service {
  background: url("../img/room/bg_service.jpg") no-repeat center /cover;
  width: 100%;
  height: 201px;
  position: relative;
}
.bnr-service a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.bnr-service h3 {
  font-size: 30px;
  letter-spacing: .1em;
  margin-left: 80px;
  white-space: nowrap;
}
.bnr-service h3 span {
  display: block;
  margin-top: .5em;
  font-size: 15px;
}
#faq dl {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
#faq dl:last-of-type {
  margin-bottom: 0;
}
#faq dl dt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  padding-right: 40px;
  word-break: break-all;
}
#faq dl dd {
  display: none;
  background: #f9f9f9;
  padding: 15px 20px;
  margin-top: 20px;
}
#faq dl dd p {
  font-size: 15px;
  margin-bottom: 25px;
/*  word-break: break-all; */
}
#faq dl dd p:last-child {
  margin-bottom: 0;
}
#faq dl dd p a {
  text-decoration: underline;
}
#faq dl dd p a:hover {
  text-decoration: none;
}
.toggle {
  cursor: pointer;
  position: relative;
}
.accordion-icon,
.accordion-icon span {
	display: inline-block;
	transition: all .3s ease;
}
.accordion-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
  top: 50%;
  margin-top: -7px;
}
.accordion-icon span {
	position: absolute;
  left: 6px;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.accordion-icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
}
.accordion-icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
}
.accordion-icon.active span:nth-of-type(1) {
	top: 5px;
  transform: rotate(45deg);
}
.accordion-icon.active span:nth-of-type(2) {
	top: 5px;
  transform: rotate(135deg);
}
/*===== room-detail =====*/
.no-indent {
  text-indent: inherit !important;
  margin-left: inherit !important;
}
#room.room-detail {
  background: url("../img/room/bg_room.png") repeat-y right top /contain;
}
#room.room-detail #room-list {
  margin-bottom: 0;
}
#room-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#room-detail #room-detail-slide {
  width: 65%;
  order: 1;
  overflow: hidden;
  position: relative;
}
#room-detail #room-detail-txt {
  width: 30%;
  margin-left: 5%;
  order: 2;
  position: relative;
}
#room-detail #room-detail-txt h2 {
  position: relative;
  margin-bottom: 60px;
  word-break: break-all;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .025em;
}
#room-detail #room-detail-txt h2 em {
  display: block;
  margin-left: 1.5em;
  font-size: 21px;
  margin-top: .25em;
  letter-spacing: .05em;
}
.body-en #room-detail #room-detail-txt h2 em {
  margin-left: 1em;
}
#room-detail #room-detail-ttl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#room-detail #room-detail-ttl h2 {
  width: 49%;
  margin-right: 2%;
  font-size: 26px;
  margin-bottom: 30px;
}
#room-detail #room-detail-ttl h2:nth-child(2n) {
  margin-right: 0;
}
#room-detail #room-detail-txt .en-room-detail-ttl span::first-line {
  font-size: 26px;
  letter-spacing: .025em;
}
.room-detail-txt p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 30px;
}
.en-room-detail-txt p {
  margin-bottom: 25px;
  line-height: 1.7;
}
.room-detail-txt p:last-child,
.en-room-detail-txt p:last-child {
  margin-bottom: 0;
}
.room-detail-reservation {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  background: #fff;
}
.room-detail-reservation a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .25em;
  background: #c33c4c;
  padding: 20px;
}
.slider-for {
  margin-bottom: 10px;
}
.slider-for img {
  width: 100%;
}
.slider-nav {
  width: 101%;
}
.slider-nav li {
  cursor: pointer;
  transition: .3s linear;
  outline: none !important;
}
.slider-nav li:hover {
  opacity: 1;
}
.slider-nav li:not(:last-child) {
  margin-right: 10px;
}
.slick-slide:not(.slick-current) {
  opacity: .5;
}
#room-detail-slide .dots {
  width: 40%;
  margin: 30px auto 0;
}
#room-detail-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#room-detail-info > div:first-child {
  width: 65%;
}
#room-detail-info > div:last-child {
  width: 30%;
  margin-left: 5%;
}
#room-detail-info > div:first-child dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
#room-detail-info > div:first-child dl:first-of-type {
  border-top: 1px solid #ddd;
}
#room-detail-info > div:first-child dl dt,
#room-detail-info > div:first-child dl dd {
  font-size: 15px;
  line-height: 1.4;
}
#room-detail-info > div:first-child dl dt {
  width: 15%;
  margin-right: 5%;
}
#room-detail-info > div:first-child dl dd {
  width: 80%;
}
#room-detail-info > div:first-child dl dd p {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}
#room-detail-info > div:last-child p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.8;
  margin-left: 1em;
  text-indent: -1em;
}
#room-detail-info > div:last-child .attention-txt {
  font-size: 16px;
  font-weight: bold;
}
.body-en #room-detail-info > div:last-child .attention-txt {
  font-size: 15px;
}
#room-detail-info > div:last-child .occupancy_tax {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 1em;
}
#room-detail-info > div:last-child .col-1 {
  display: inline-block;
  width: 150px;
  font-size: 13px;
}
#room-detail-info > div:last-child .col-2 {
  display: inline-block;
  width: 100px;
  font-size: 13px;
}
#room-detail-info > div:last-child p:last-of-type {
  margin-bottom: 0;
}
#room-detail-info > div:last-child table {
  width: 100%;
}
#room-detail-info > div:last-child table th,
#room-detail-info > div:last-child table td {
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 15px;
}
#room-detail-info > div:last-child table tr:last-child th,
#room-detail-info > div:last-child table tr:last-child td {
  padding-bottom: 0;
}
#room-detail-info > div:last-child table th {
  width: 32.5%;
  padding-right: 2.5%;
}
#facility-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.body-en #facility-box h3 {
  font-size: 20px;
}
.facility-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.facility-box > div {
  background: #fff8dc;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 49%;
  margin-right: 2%;
}
.facility-box > div + div {
  background: #fff8dc;
  margin-right: 0;
}
.facility-box table {
  width: 100%;
}
.facility-box caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.facility-box table th,
.facility-box table td {
  padding-bottom: 20px;
  line-height: 2;
}
.facility-box table th {
  width: 15%;
  white-space: nowrap;
  font-weight: 700;
}
.facility-box td span {
  display: none;
}
.page-id-15 .facility-box td span,
.page-id-17 .facility-box td span {
  display: inline-block;
}
.facility-box td .f-none {
  display: inline-block;
}
.page-id-26 .facility-box td .f-none {
  display: none;
}
/*===== contact =====*/
#contact h2 + p,
#recruit-form h2 + p,
.required-txt {
  margin-bottom: 25px;
  text-align: center;
}
#contact h2 + p span,
.form th span,
.required {
  color: #c33c4c;
}
.form th span {
  margin-left: .25em;
}
.form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  table-layout: fixed;
}
.form th,
.form td {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  vertical-align: middle;
}
.form th {
  width: 25%;
}
.form td ul {
  display: flex;
  width: 100%;
}
.form td ul li {
  width: 47.5%;
  margin-right: 5%;
}
.form td ul li:last-child {
  margin-right: 0;
}
.form td ul li input {
  width: 100%;
}
input + input,
.email-input {
  display: block;
  margin-top: 10px;
}
#submit-btn {
  width: 400px;
  margin: 40px auto 120px;
}
#contact-info p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#contact-info ul {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
#contact-info ul li {
  font-size: 20px;
  margin-right: 50px;
}
#contact-info ul li:last-child {
  margin-right: 0;
}
#contact-info ul li a {
  font-size: 26px;
}
#contact-info ul li i {
  margin-right: 10px;
  font-size: 20px;
  transform: scale(-1, 1);
}
#contact-info ul li:last-child a {
  font-size: 20px;
  color: #c7b370;
  text-decoration: underline;
}
#thanks-txt {
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
}
/* mw form */
.form td .error {
  margin-top: 10px !important;
  font-size: 14px;
}
.form td .error + input {
  margin-top: 10px;
}
.page-confirm .confirm-none {
  display: none;
}
.page-confirm .form th {
  padding-top: 20px;
}
.page-confirm .email-input {
  display: none;
}
.page-confirm #submit-btn {
  width: 100%;
  max-width: 800px;
  display: flex;
}
.page-confirm #submit-btn li {
  width: 48%;
  margin-right: 4%;
}
.page-confirm #submit-btn li:last-child {
  margin-right: 0;
}
.page-confirm #submit-btn li:last-child input[type="submit"] {
  color: #333;
  background: #ddd;
}
.form td .select-box {
  position: relative;
  overflow: inherit;
}
.form td .select-box .error {
  position: absolute;
  left: 160%;
  width: 100%;
  white-space: nowrap;
  top: -5%;
}
.form td .select-box.select-address .error {
  left: 90%;
}
.select-year .error,
.select-month .error {
  display: none !important;
}
/*===== news =====*/
#news,
#news-detail {
  padding-bottom: 120px;
}
#news dl {
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto 20px;
}
#news dl:last-child {
  margin-bottom: 0;
}
#news dt,
#news dd,
#news dd a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
#news dd a:hover {
  text-decoration: underline;
}
#news dt {
  white-space: nowrap;
  width: 12%;
}
#news dd {
  width: 90%;
}
#entry-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#entry-box h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}
#entry-box .date {
  font-size: 13px;
  text-align: right;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.entry-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.entry-box p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.entry-box p:last-of-type {
  margin-bottom: 0;
}
.wp-pagenavi {
	clear: both;
	text-align:center;
  margin-top: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #ccc;
	padding: 6px 10px;
	margin: 0 2px;
	white-space: nowrap;
	border-radius: 3px;
	transition: .2s ease-in-out;
	text-align: center;
	text-decoration:none;
  font-size: 14px;
}
.wp-pagenavi a:hover{
  color:#fff; 
  background-color:#999; 
  border-color:#999;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #004098;
	border-color: #004098;
	font-weight: bold;
}
/*===== Access =====*/
#access,
#sightseeing,
#event,
#faq,
#contact{
  margin-bottom: 100px;
}
#access-info dt {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 15px;
  font-weight: bold;
}
#access-info dt img {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}
#access-info dd p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.gmap {
  width: 100%;
  min-height: 500px;
  position: relative;
  /* padding-top: 75%;
  height: 0; */
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#vehicle-box {
  margin-top: 50px;
}
#vehicle-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#vehicle-box ul li {
  width: 46%;
  margin-right: 6%;
  margin-bottom: 40px;
}
#vehicle-box ul li:nth-child(2n) {
  margin-right: 0;
}
#vehicle-box ul li dt {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
#vehicle-box ul li dt i {
  position: relative;
  margin-right: .5em;
}
#vehicle-box ul li dt i.ic-taxi::after{
  content: "TAXI";
  display: block;
  font-size: 9px;
  transform: scale(0.9); 
  text-align: center;
  position: absolute;
  left: -4px;
  top: 0;
  margin-top: -10px;
}
#vehicle-box ul li dd p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#vehicle-box ul li dd p:last-of-type {
  margin-bottom: 0;
}
#vehicle-box ul li dd p a {
  color: #c7b370;
  text-decoration: underline;
  font-size: 13px;
  word-break: break-all;
}
#vehicle-box ul li dd p + figure {
  margin-top: 20px;
}
figcaption {
  font-size: 13px;
  margin-top: 15px;
}
#vehicle-box ol {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
#vehicle-box ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 15px;
}
#vehicle-box ol li::before {
  content: "■";
  margin-right: 10px;
  color: #f3dabb;
}
#vehicle-box ol li:nth-child(2)::before {
  color: #f6cde6;
}
#vehicle-box ol li:nth-child(3)::before {
  color: #f2e99e;
}
#vehicle-box ol li:nth-child(4)::before {
  color: #bfd5eb;
}
#sightseeing ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
#sightseeing ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
#sightseeing ul li:nth-child(3n) {
  margin-right: 0;
}
#sightseeing ul li a {
  display: block;
}
#sightseeing ul li img {
  width: 100%;
}
#sightseeing ul li dt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 15px;
}
#sightseeing ul li dt span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .05em;
  margin-right: 10px;
}
#sightseeing ul li dt em {
  font-size: 13px;
  color: #fff;
  background: #c7b370;
  border-radius: 10px;
  padding: 3px 8px;
}
#sightseeing ul li dd {
  font-size: 15px;
  line-height: 1.6;
}
#event-box ul {
  position: relative;
  width: 100%;
  display: flex;
}
#event-box ul li:first-child {
  position: absolute;
  left: 50%;
  width: 8%;
  margin-left: -4%;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
#event-box ul li:first-child span {
  font-size: 30px;
}
#event-box ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  left: 50%;
  margin-top: 10px;
  background: #000;
}
#event-box ul:last-child li:first-child::after {
  height: 40px;
}
#event-box ul li:last-child {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
  top: 20px;
}
#event-box ul:nth-child(2n) li:last-child {
  margin-left: inherit;
}
#event-box ul li:last-child figure {
  position: relative;
  width: 160px;
  margin-right: 20px;
}
#event-box ul li.event-contents {
  margin-top: -30px;
}
#event-box ul li:last-child figure::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: -74%;
  width: 74%;
  height: 1px;
  z-index: 1;
}
#event-box ul li:last-child figure::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: -75%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
}
#event-box ul:nth-child(2n) li:last-child figure {
  margin-right: inherit;
  margin-left: 20px;
  order: 2;
}
#event-box ul:nth-child(2n) li:last-child figure::before {
  left: inherit;
  right: -74%;
  width: 74%;
}
#event-box ul:nth-child(2n) li:last-child figure::after {
  left: inherit;
  right: -75%;
}
#event-box ul li:last-child > div {
  width: calc(100% - 180px);
}
#event-box ul:nth-child(2n) li:last-child > div {
  order: 1;
}
#event-box ul li:last-child > div dl:not(:last-child) {
  margin-bottom: 20px;
}
#event-box ul li:last-child > div dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
#event-box ul li:last-child > div dd {
  font-size: 14px;
  line-height: 1.4;
}
/*===== recruit =====*/
#recruit {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
}
.ttl-h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.recruit-box:not(:last-of-type) {
  margin-bottom: 80px;
} 
.recruit-txt {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
}
.table {
  width: 100%;
}
.table th,
.table td {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  line-height: 1.4;
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
.table th {
  width: 20%;
  font-weight: 600;
}
.recruit-box ul li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  line-height: 1.4;
}
.recruit-box ul li:last-child {
  margin-bottom: 0;
}
#recruit-form {
  margin-top: 80px;
}
#recruit-form h2 {
  letter-spacing: 1px;
}
.form-address {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.form-address:last-of-type {
  margin-bottom: 0;
}
.form-address dt {
  width: 10%;
}
.form-address dd {
  width: 87.5%;
}
#recruit-form .select-box {
  width: 65px;
}
#recruit-form .select-box select {
  color: #777;
}
#recruit-form .select-address {
  width: 160px;
}
/*===== history =====*/
#history-box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
}
#history-box::before {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
  z-index: 2;
}
#history-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  z-index: 1;
}
.history-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.history-box::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  left: 50%;
  width: 13.3%;
  height: 1px;
  margin-left: -6.65%;
  margin-top: 35px;
  top: 4px;
  z-index: 3;
}
.history-box::after {
  content: "";
  position: absolute;
  background: #000;
  display: block;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: 35px;
  z-index: 4;
}
.history-box dl,
.history-box figure {
  width: 40%;
}
.history-box dl {
  padding-top: 30px;
}
.history-box:nth-child(even) dl {
  order: 1;
}
.history-box:nth-child(even) figure {
  order: 2;
}
.history-box dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .1em;
}
.history-box dl dd p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.history-box dl dd p span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
#history-box + p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 200px;
}
@media all and (-ms-high-contrast:none) {
.history-box {
  display: block;
  overflow: hidden;
}
.history-box figure,.history-box:nth-child(even) dl {
  float: left;
}
.history-box dl,.history-box:nth-child(even) figure {
  float: right;
}
}
#greeting02 p {
  font-size: 18px;
  /* letter-spacing: .1em; */
  line-height: 2.1;
  margin-bottom: 50px;
  padding: 0 2cm 0 2cm;
}
#greeting02 p:last-of-type {
  margin-bottom: 0;
}
#greeting-member dt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 80px;
  letter-spacing: .1em;
}
#greeting02 dt {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 100px;
  letter-spacing: .1em;
}
#greeting02 dd {
  width: 100%;
  display: flex;
}
#greeting02 dd > div {
  width: 45%;
  margin-right: 5%;
}
#greeting02 dd figure {
  width: 50%;
}
#greeting-member {
  width: 100%;
  max-width: 900px;
  margin: 100px auto;
  border: 1px solid #ccc;
  position: relative;
  padding: 0 50px 85px;
}
#greeting-member dl {
  margin-top: -15px;
}
#greeting-member dt {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 50px;
  text-align: center;
}
#greeting-member ul {
  display: flex;
  width: 64%;
  margin: 15px auto 50px;
}
#greeting-member ul:last-child {
  margin-bottom: -30px;
}
#greeting-member ul li {
  font-size: 20px;
  font-weight: 500;
  width: 38%;
  margin-right: 2%;
  letter-spacing: .1em;
}
#greeting-member ul li:last-child {
  width: 80%;
}
#greeting-member ul li span {
  display: block;
  margin-top: 15px;
  margin-left: 50px;
  font-size: 20px;
}
#history #greeting02 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
}
#history #greeting02 dd > div {
  width: 100%;
  margin-right: 0;
}
#history #greeting02 dd > div p:last-of-type {
  text-align: right;
  margin-right: 5em;
  margin-top: 80px;
}
#history #greeting02 dd > div p:last-of-type span {
  font-size: 25px;
  margin-left: 2.8em;
}
/*===== kiyaku =====*/
#kiyaku {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  position: relative;
}
.body-en #kiyaku h2 {
  letter-spacing: .05em;
}
#kiyaku dl * {
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: .1em;
}
#kiyaku dl {
  width: 100%;
  padding: 0 0 25px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #ddd;
}
#kiyaku dl:last-of-type,
#kiyaku dl.last-kiyaku-box {
  border-bottom: none;
  padding-bottom: 0;
}
#kiyaku dl dt {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: .01em;
}
.body-en #kiyaku dl dt {
  line-height: 1.3;
  font-weight: bold;
}
.body-en #kiyaku dl dt span {
  font-weight: normal;
}
#kiyaku dl p {
  text-indent: -1.45em;
  margin-left: 1.45em;
}
.body-en #kiyaku dl p {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
#kiyaku dl p:not(:last-child) {
  margin-bottom: 20px;
}
#kiyaku dl p span {
  font-weight: bold;
}
#kiyaku dl ul {
  margin: 0 1.25em 0;
}
#kiyaku dl ul + p {
  margin-top: 20px;
}
#kiyaku dl ul li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-left: 1.75em;
  text-indent: -1.75em;
}
#kiyaku dl ul li:last-child {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast:none) {
#kiyaku dl * {
  letter-spacing: .075em;
}
#kiyaku dl p {
  text-indent: -1.35em;
  margin-left: 1.35em;
}
#kiyaku dl ul li {
  margin-left: 2.75em;
  text-indent: -2.75em;
}
}
.kiyaku-table {
  width: 100%;
  margin: 0 auto;
}
#kiyaku table {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
}
#kiyaku table + table {
  margin-top: 40px;
}
#kiyaku table caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
#kiyaku table caption span {
  font-size: 14px;
  margin-left: 1em;
}
#kiyaku table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.body-en #kiyaku table td {
  line-height: 1.3;
}
#kiyaku table tr:first-child td {
  background: #f4f4f4;
}
#kiyaku table td.txt-left {
  text-align: left;
  padding-left: 20px;
}
#kiyaku .kiyaku-attention {
  margin-top: 20px;
}
#kiyaku .kiyaku-attention p {
  font-size: 13px;
  text-indent: -1.25em;
  margin-left: 1.25em;
}
#kiyaku table + .kiyaku-attention {
  margin: 20px 0 40px;
}
#kiyaku h2 {
  margin-top: 60px;
}
#kiyaku .kiyaku-txt {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 15px;
}
#kiyaku .kiyaku-list {
  margin-bottom: 0;
}
#kiyaku .kiyaku-list li {
  text-indent: -1.35em;
  margin-left: 1.35em;
}
/*===== gallery =====*/
#gallery-box figure:not(:last-child) {
  margin-bottom: 30px;
  text-align: center;
}
#gallery-box figure:last-child {
  margin-bottom: 120px;
}
#gallery-box img {
  width: auto;
  max-width: 1199px;
}
@media screen and (max-width:1180px) {
#gallery-box img {
  width: 100%;
  max-width: 100%;
}
}
@media screen and (max-width:768px) {
/*===== room =====*/
#page-contents {
  margin-top: 5%;
}
#room {
  padding-bottom: 12%;
}
#room-intro {
  flex-direction: column;
  margin-bottom: 12%;
}
#room-intro > div {
  order: 1;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  background: url("../img/room/bg_room.png") no-repeat center top /75% auto;
}
#room-intro > div h2 {
  text-align: center;
  margin-bottom: 10%;
}
#room-intro > div h2 span {
  margin-left: 0;
}
#room-intro > div h2::after {
  left: 50%;
  margin-left: -2.5vw;
}
#room-intro > div p {
  font-size: 2.25vw;
  margin-bottom: 6.66%;
  position: relative;
}
#room-intro figure {
  width: 85%;
  margin: 0 auto;
  order: 2;
}
#room-intro figure img {
  margin-bottom: 5%;
}
#room-intro figure img:last-child {
  margin-bottom: 0;
}
/*#room-list {
  margin-bottom: 12%;
}*/
#room-list ul {
  margin-bottom: -10%;
}
#room-list li {
  width: 47.5%;
  margin-bottom: 10%;
}
#room-list li:nth-child(3n) {
  margin-right: 5%;
}
#room-list li:nth-child(2n) {
  margin-right: 0;
}
#room-list li dt {
  margin-top: 4%;
  font-size: 2.75vw;
}
#room-list li dt span {
  font-size: 2.25vw;
}
#room-list li p {
  font-size: 2.25vw;
}
.kiyaku-btn {
  margin: 12% auto 10%;
  width: 80%;
}
.kiyaku-btn a {
  padding: 4% 1vw;
}
.bnr-service {
  height: 20vw;
}
.bnr-service h3 {
  font-size: 3.75vw;
  margin-left: 8%;
}
.bnr-service h3 span {
  font-size: 2.5vw;
}
#faq dl {
  padding: 4%;
  margin-bottom: 5%;
}
#faq dl:last-of-type {
  margin-bottom: 0;
}
#faq dl dt {
  font-size: 2.5vw;
  padding-right: 5vw;
  line-height: 1.3;
}
#faq dl dd {
  padding: 3%;
  margin-top: 4%;
}
#faq dl dd p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
#faq dl dd p:last-child {
  margin-bottom: 0;
}
.accordion-icon {
	width: 4vw;
	height: 4vw;
  margin-top: -1vw;
}
.accordion-icon span {
  border-radius: .5vw;
}
.accordion-icon span:nth-of-type(1) {
  top: .75vw;
}
.accordion-icon span:nth-of-type(2) {
  top: .75vw;
}
.accordion-icon.active span:nth-of-type(1) {
	top: .75vw;
}
.accordion-icon.active span:nth-of-type(2) {
	top: .75vw;
}
/*===== room-detail =====*/
#room-detail {
  flex-direction: column;
  margin-bottom: 10%;
}
#room-detail #room-detail-slide {
  width: 100%;
  order: 2;
}
#room-detail #room-detail-txt {
  width: 100%;
  margin-left: 0;
  order: 1;
  margin-bottom: 8%;
}
#room-detail #room-detail-txt h2 {
  margin-bottom: 4%;
  font-size: 4vw;
}
#room-detail #room-detail-txt h2 em {
  font-size: 3vw;
}
#room-detail #room-detail-ttl {
  margin-bottom: 1.5vw;
}
#room-detail #room-detail-ttl h2 {
  font-size: 4vw;
  margin-bottom: 4%;
}
.room-detail-txt p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
.room-detail-txt p:last-child {
  margin-bottom: 0;
}
.room-detail-reservation {
  position: relative;
  left: 0;
  bottom: inherit;
  margin-bottom: 12%;
}
.room-detail-reservation a {
  font-size: 3vw;
  padding: 4% 1vw;
}
.slider-for {
  margin-bottom: 1.25vw;
}
.slider-nav {
  width: 102%;
}
#room-detail-slide .dots {
  width: 65%;
  margin: 5% auto 0;
}
#room-detail-info {
  margin-bottom: 8%;
  flex-direction: column;
}
#room-detail-info > div:first-child {
  width: 100%;
  margin-bottom: 8%;
}
#room-detail-info > div:last-child {
  width: 100%;
  margin-left: 0;
}
#room-detail-info > div:first-child dl {
  padding: 4% 0;
}
#room-detail-info > div:first-child dl dt,
#room-detail-info > div:first-child dl dd {
  font-size: 2.25vw;
}
#room-detail-info > div:first-child dl dt {
  width: 15%;
  margin-right: 5%;
}
#room-detail-info > div:first-child dl dd {
  width: 80%;
}
#room-detail-info > div:first-child dl dd p {
  margin-top: 1vw;
  font-size: 2.25vw;
}
#room-detail-info > div:last-child .attention-txt,
.body-en #room-detail-info > div:last-child .attention-txt {
  font-size: 2.5vw;
}
#room-detail-info > div:last-child p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
#room-detail-info > div:last-child p:last-of-type {
  margin-bottom: 0;
}
#room-detail-info > div:last-child table th,
#room-detail-info > div:last-child table td {
  font-size: 2.25vw;
  padding-bottom: 2%;
}
#room-detail-info > div:last-child table tr:last-child th,
#room-detail-info > div:last-child table tr:last-child td {
  padding-bottom: 0;
}
#room-detail-info > div:last-child table th {
  width: 25%;
  padding-right: 2.5%;
}
#facility-box h3,
.body-en #facility-box h3 {
  font-size: 2.5vw;
  margin-bottom: 2.6%;
}
.facility-box {
  flex-direction: column;
  margin-bottom: 8%;
}
.facility-box > div {
  padding: 2.6%;
  padding-bottom: 1vw;
  border-radius: 1vw;
  width: 100%;
  margin-right: 0;
}
.facility-box > div + div {
  margin-top: 4%;
}
.facility-box caption {
  font-size: 2.25vw;
  margin-bottom: 2vw;
}
.facility-box table th,
.facility-box table td {
  padding-bottom: 1.5vw;
  font-size: 2.25vw;
}
.facility-box table th {
  width: 22%;
}
/*===== contact =====*/
#contact h2 + p,
#recruit-form h2 + p,
.required-txt {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
.form th,
.form td {
  display: block;
  padding: 4% 0;
  vertical-align: top;
  font-size: 2.5vw;
}
.form th {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}
.form th br {
  display: none;
}
input + input,
.email-input {
  margin-top: 1.5vw;
}
#submit-btn {
  width: 100%;
  margin: 5% auto 12%;
}
#contact-info p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
#contact-info ul {
  padding: 5% 2%;
}
#contact-info ul li {
  font-size: 2.5vw;
  margin-right: 5%;
}
#contact-info ul li:last-child {
  margin-right: 0;
}
#contact-info ul li a {
  font-size: 3vw;
}
#contact-info ul li i {
  margin-right: 1vw;
  font-size: 3vw;
}
#contact-info ul li:last-child a {
  font-size: 2.5vw;
}
/* mw form */
.form td .error {
  margin-top: 1.5vw !important;
  font-size: 2.25vw;
}
.form td .error + input {
  margin-top: 1.5vw;
}
.page-confirm .form th {
  padding-top: 4%;
}
#thanks-txt {
  font-size: 2.5vw;
}
.form td .select-box .error {
  top: -3%;
}
/*===== news =====*/
#news,
#news-detail {
  padding-bottom: 12%;
}
#news dl {
  margin: 0 auto 5%;
}
#news dl:last-child {
  margin-bottom: 0;
}
#news dt,
#news dd,
#news dd a {
  font-size: 2.25vw;
}
#news dt {
  width: 18%;
}
#news dd {
  width: 80%;
}
#entry-box h2 {
  font-size: 3.5vw;
  margin-bottom: 2%;
}
#entry-box .date {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
.entry-box {
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.entry-box p {
  font-size: 2.25vw;
  margin-bottom: 4%;
}
.entry-box p:last-of-type {
  margin-bottom: 0;
}
.wp-pagenavi {
  margin-top: 8%;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: .6vw 1.5vw;
  font-size: 2.25vw;
}
/*===== Access =====*/
#access,
#sightseeing,
#event,
#faq,
#contact {
  margin-bottom: 12%;
}
#access-info dt {
  margin: 0 auto 4%;
  font-size: 2.25vw;
}
#access-info dt img {
  width: 15%;
  margin: 0 auto 1.5vw;
}
.gmap {
  width: 100%;
  min-height: 300px;
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
}
#vehicle-box {
  margin-top: 8%;
}
#vehicle-box ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto -10%;
}
#vehicle-box ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10%;
}
#vehicle-box ul li dt {
  font-size: 2.75vw;
  padding-bottom: 4%;
  margin-bottom: 5%;
}
#vehicle-box ul li dt i.ic-taxi::after{
  font-size: 1vw;
  left: -.5vw;
  margin-top: -1.5vw;
}
#vehicle-box ul li dd p {
  font-size: 2.25vw;
  margin-bottom: 6.66%;
}
#vehicle-box ul li dd p:last-of-type {
  margin-bottom: 0;
}
#vehicle-box ul li dd p a {
  font-size: 2.25vw;
}
#vehicle-box ul li dd figure {
  width: 85%;
  margin: 0 auto;
}
#vehicle-box ul li dd p + figure {
  margin-top: 4%;
}
figcaption {
  font-size: 2.25vw;
  margin-top: 3%;
}
#vehicle-box ol {
  width: 100%;
  margin-bottom: 0;
}
#vehicle-box ol li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.6%;
  font-size: 2.25vw;
}
#vehicle-box ol li::before {
  margin-right: 1vw;
}
#sightseeing ul {
  margin-bottom: -8%;
}
#sightseeing ul li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 8%;
}
#sightseeing ul li:nth-child(3n) {
  margin-right: 5%;
}
#sightseeing ul li:nth-child(2n) {
  margin-right: 0;
}
#sightseeing ul li dt {
  margin: 4% 0 3%;
}
#sightseeing ul li dt span {
  font-size: 3vw;
  margin-right: 1vw;
}
#sightseeing ul li dt em {
  font-size: 2vw;
  border-radius: 1.5vw;
  padding: .4vw 1vw;
}
#sightseeing ul li dd {
  font-size: 2.25vw;
}
#event-box ul {
  justify-content: center;
  align-items: center;
  padding-bottom: 6.66%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6.66%;
}
#event-box ul:last-of-type {
  margin-bottom: 0;
}
#event-box ul li:first-child {
  position: relative;
  left: inherit;
  width: 20%;
  margin-left: 0;
  font-size: 6vw;
}
#event-box ul li:first-child span {
  font-size: 3vw;
}
#event-box ul li:first-child::after {
  display: none;
}
#event-box ul li:last-child {
  width: 75%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: inherit;
  top: inherit;
}
#event-box ul:nth-child(2n) li:last-child {
  margin-left: inherit;
}
#event-box ul li:last-child figure {
  width: 26%;
  margin-right: 4%;
}
#event-box ul li.event-contents {
  margin-top: inherit;
}
#event-box ul li:last-child figure::before {
  display: none;
}
#event-box ul li:last-child figure::after {
  display: none;
}
#event-box ul:nth-child(2n) li:last-child figure {
  margin-right: 4%;
  margin-left: inherit;
  order: 1;
}
#event-box ul:nth-child(2n) li:last-child figure::before {
  display: none;
}
#event-box ul:nth-child(2n) li:last-child figure::after {
  display: none;
}
#event-box ul li:last-child > div {
  width: 65%;
}
#event-box ul:nth-child(2n) li:last-child > div {
  order: 2;
}
#event-box ul li:last-child > div dl:not(:last-child) {
  margin-bottom: 6.66%;
}
#event-box ul li:last-child > div dt {
  font-size: 2.75vw;
  margin-bottom: 1vw;
}
#event-box ul li:last-child > div dd {
  font-size: 2.25vw;
}
/*===== recruit =====*/
#recruit {
  margin: 0 auto 12%;
}
.ttl-h3 {
  font-size: 2.75vw;
  padding-bottom: 4%;
  margin-bottom: 5%;
}
.recruit-box:not(:last-of-type) {
  margin-bottom: 10%;
} 
.recruit-txt {
  margin-top: -1vw;
  margin-bottom: 5%;
  font-size: 2.25vw;
}
.table th,
.table td {
  font-size: 2.25vw;
  padding: 4% 0;
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
.table th {
  width: 20%;
}
.recruit-box ul li {
  font-size: 2.25vw;
  margin-bottom: 1.5vw;
}
.recruit-box ul li:last-child {
  margin-bottom: 0;
}
#recruit-form {
  margin-top: 10%;
}
.form-address {
  margin-bottom: 4%;
}
.form-address:last-of-type {
  margin-bottom: 0;
}
.form-address dt {
  width: 12%;
  font-size: 2.25vw;
}
.form-address dd {
  width: 85%;
}
#recruit-form .select-box {
  width: 10vw;
}
#recruit-form .select-address {
  width: 25vw;
}
.select-box select {
  font-size: 2.25vw;
}
/*===== history =====*/
#history-box {
  padding: 4% 0 0;
  margin-bottom: 10%;
}
#history-box::before,
#history-box::after {
  display: none;
}
.history-box {
  flex-direction: column;
  margin-bottom: 8%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6.66%;
}
.history-box:last-child {
  margin-bottom: 0;
}
.history-box::before,
.history-box::after {
  display: none;
}
.history-box dl,
.history-box figure {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.history-box dl {
  padding-top: 0;
  order: 1;
}
.history-box figure {
  order: 2;
  margin-top: 4%;
}
.history-box dl dt {
  font-size: 3vw;
  margin-bottom: 2.6%;
}
.history-box dl dd p {
  font-size: 2.25vw;
}
.history-box dl dd p span {
  font-size: 2.75vw;
  margin-bottom: 2%;
}
#history-box + p {
  font-size: 2.75vw;
  margin-bottom: 15%;
}
#greeting02 p {
  font-size: 2.35vw;
  margin-bottom: 4%;
}
#greeting02 p:last-of-type {
  margin-bottom: 0;
}
#greeting02 dt,
#greeting-member dt {
  font-size: 3.25vw;
  margin-bottom: 5%;
}
#greeting02 dt,
#greeting-member dt {
  font-size: 3.5vw;
  margin-bottom: 25%;
}
#greeting02 dd {
  width: 100%;
  flex-direction: column;
}
#greeting02 dd > div {
  width: 100%;
  margin-right: 0;
  margin-top: 6.66%;
  order: 2;
}
#greeting02 dd figure {
  width: 75%;
  margin: 0 auto;
  order: 1;
}
#greeting-member {
  width: 90%;
  margin: 12% 5%;
  padding: 0 4% 10%;
}
#greeting-member dl {
  margin-top: -2.5vw;
}
#greeting-member dt {
  padding: 0 2vw;
  margin: 0 auto 6.66%;
}
#greeting-member ul {
  width: 80%;
  margin-bottom: 4%;
}
#greeting-member ul:last-child {
  margin-bottom: -4%;
}
#greeting-member ul li {
  font-size: 2.5vw;
}
#greeting-member ul li:first-child {
  text-align: right;
  padding-right: 1em;
  width: 25%;
}
#greeting-member ul li span {
  margin-top: 2.5vw;
  font-size: 2.5vw;
}
#history #greeting02 {
  margin-bottom: 10%;
}
#history #greeting02 dd > div {
  margin-top: 0;
}
#history #greeting02 dd > div p:last-of-type {
  margin-right: 1.5em;
}
#history #greeting02 dd > div p:last-of-type span {
  font-size: 3.5vw;
}
/*===== kiyaku =====*/
#kiyaku {
  margin: 0 auto 12%;
}
#kiyaku dl * {
  font-size: 2.5vw;
}
#kiyaku dl {
  padding: 0 0 4%;
  margin: 0 auto 5%;
}
#kiyaku dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#kiyaku dl dt {
  font-size: 2.75vw;
  margin-bottom: 3%;
  line-height: 1.3;
}
#kiyaku dl p {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
#kiyaku dl p:not(:last-child) {
  margin-bottom: 4%;
}
#kiyaku dl ul + p {
  margin-top: 4%;
}
#kiyaku dl ul li {
  font-size: 2.5vw;
  margin-bottom: 1.5vw;
}
#kiyaku dl ul li:last-child {
  margin-bottom: 0;
}
#kiyaku table + table {
  margin-top: 6.66%;
}
#kiyaku table caption {
  font-size: 2.5vw;
  margin-bottom: 1.5vw;
}
#kiyaku table caption span {
  font-size: 2.25vw;
}
#kiyaku table td {
  padding: 3% 1vw;
  font-size: 2.5vw;
  line-height: 1.3;
}
#kiyaku table td.txt-left {
  padding-left: 2vw;
}
#kiyaku .kiyaku-attention {
  margin-top: 4%;
}
#kiyaku .kiyaku-attention p {
  font-size: 2.25vw;
  text-indent: -1em;
  margin-left: 1em;
}
#kiyaku table + .kiyaku-attention {
  margin: 4% 0 5%;
}
#kiyaku h2 {
  margin-top: 10%;
}
#kiyaku .kiyaku-txt {
  margin: 0 auto 6.66%;
  padding: 2vw;
  font-size: 2.5vw;
}
#kiyaku .kiyaku-list {
  margin-bottom: 0;
}
#gallery-box figure:not(:last-child) {
  margin-bottom: 2.6%;
}
#gallery-box figure:last-child {
  margin-bottom: 10%;
}
}
@media screen and (max-width:425px) {
/*===== room =====*/
#room-intro > div p {
  font-size: 3.5vw;
}
#room-intro figure {
  width: 100%;
}
#room-list ul {
  margin-bottom: -10%;
}
#room-list li {
  width: 100%;
  margin-bottom: 10%;
  margin-right: 0;
}
#room-list li:nth-child(3n) {
  margin-right: 0;
}
#room-list li figure {
  width: 100%;
  margin: 0 auto;
}
#room-list li dt {
  font-size: 4.25vw;
}
#room-list li dt span {
  font-size: 3.75vw;
}
#room-list li p {
  font-size: 3.5vw;
}
.kiyaku-btn {
  width: 100%;
}
.bnr-service {
  height: 30vw;
}
.bnr-service h3 {
  font-size: 5vw;
}
.bnr-service h3 span {
  font-size: 3.5vw;
}
#faq dl dt {
  font-size: 3.75vw;
}
#faq dl dd p {
  font-size: 3.5vw;
}
.accordion-icon {
	width: 5vw;
	height: 5vw;
  margin-top: -1.5vw;
}
/*===== room-detail =====*/
#room-detail #room-detail-txt h2 {
  font-size: 5vw;
}
#room-detail #room-detail-txt h2 em {
  font-size: 4vw;
}
#room-detail #room-detail-ttl h2 {
  font-size: 5vw;
}
.room-detail-txt p {
  font-size: 3.5vw;
}
.room-detail-reservation {
  position: relative;
  left: 0;
  bottom: inherit;
}
.room-detail-reservation a {
  font-size: 4vw;
  padding: 4.5% 1vw;
}
.slider-for {
  margin-bottom: 1.25vw;
}
#room-detail-slide .dots {
  width: 90%;
  margin: 6.66% auto 0;
}
#room-detail-info > div:first-child dl {
  padding: 4% 0;
  flex-direction: column;
}
#room-detail-info > div:first-child dl dt,
#room-detail-info > div:first-child dl dd {
  font-size: 3.5vw;
}
#room-detail-info > div:first-child dl dt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
#room-detail-info > div:first-child dl dd {
  width: 100%;
}
#room-detail-info > div:first-child dl dd p {
  font-size: 3.5vw;
}
#room-detail-info > div:last-child p {
  font-size: 3.5vw;
}
#room-detail-info > div:last-child .attention-txt,
.body-en #room-detail-info > div:last-child .attention-txt {
  font-size: 3.75vw;
}
#room-detail-info > div:last-child table th,
#room-detail-info > div:last-child table td {
  display: block;
  font-size: 3.5vw;
  padding-bottom: 4%;
}
#room-detail-info > div:last-child table tr:last-child th,
#room-detail-info > div:last-child table tr:last-child td {
  padding-bottom: 0;
}
#room-detail-info > div:last-child table th {
  width: 100%;
  padding-right: 0;
  padding-bottom: 1.5%;
}
#facility-box h3,
.body-en #facility-box h3 {
  font-size: 4vw;
  margin-bottom: 3.5%;
}
.facility-box caption {
  font-size: 3.75vw;
}
.facility-box table th,
.facility-box table td {
  font-size: 3.5vw;
  display: block;
}
.facility-box table th {
  width: 100%;
}
.facility-box table tr:not(:last-child) td {
  padding-bottom: 5%;
}
/*===== contact =====*/
#contact h2 + p,
#recruit-form h2 + p,
.required-txt {
  font-size: 3.5vw;
}
.form th,
.form td {
  font-size: 3.5vw;
}
#contact-info p {
  font-size: 3.5vw;
}
#contact-info ul li {
  font-size: 3.5vw;
  letter-spacing: -.01em;
  margin-right: 4%;
}
#contact-info ul li a {
  font-size: 4vw;
}
#contact-info ul li i {
  font-size: 3.75vw;
}
#contact-info ul li:last-child a {
  font-size: 3.5vw;
}
#thanks-txt {
  font-size: 3.5vw;
}
/* mw form */
.form td .error,#thanks-txt {
  font-size: 3.5vw;
}
/*===== news =====*/
#news dt,
#news dd,
#news dd a {
  font-size: 3.5vw;
}
#news dl {
  flex-direction: column;
}
#news dt {
  width: 100%;
}
#news dd {
  width: 100%;
  margin-top: 2%;
}
#entry-box h2 {
  font-size: 4.75vw;
}
#entry-box .date {
  font-size: 3.5vw;
}
.entry-box p {
  font-size: 3.5vw;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 3.25vw;
  word-break : break-all;
}
/*===== Access =====*/
#access-info dt {
  font-size: 3.5vw;
}
#access-info dt img {
  width: 25%;
}
#vehicle-box ul li dt {
  font-size: 4vw;
}
#vehicle-box ul li dt i.ic-taxi::after{
  font-size: 9px;
  transform: scale(0.8); 
  left: -1.5vw;
  margin-top: -3vw;
}
#vehicle-box ul li dd p {
  font-size: 3.5vw;
}
#vehicle-box ul li dd p a {
  font-size: 3.5vw;
}
#vehicle-box ul li dd figure {
  width: 100%;
}
figcaption {
  font-size: 3.25vw;
}
#vehicle-box ol li {
  font-size: 3.5vw;
}
#sightseeing ul {
  flex-direction: column;
}
#sightseeing ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8%;
}
#sightseeing ul li dt span {
  font-size: 4.25vw;
}
#sightseeing ul li dt em {
  font-size: 3vw;
}
#sightseeing ul li dd {
  font-size: 3.5vw;
}
#event-box ul li:first-child {
  font-size: 7vw;
  width: 15%;
  text-align: left;
}
#event-box ul li:last-child {
  width: 80%;
}
#event-box ul li:first-child span {
  font-size: 4vw;
}
#event-box ul li:last-child figure {
  width: 30%;
}
#event-box ul li:last-child > div {
  width: 66%;
}
#event-box ul li:last-child > div dt {
  font-size: 4vw;
}
#event-box ul li:last-child > div dd {
  font-size: 3.5vw;
}
#event-box ul li:last-child > div dt br,
#event-box ul li:last-child > div dd br {
  display: none;
}
/*===== recruit =====*/
.ttl-h3 {
  font-size: 4vw;
}
.recruit-txt {
  font-size: 3.5vw;
}
.table th,
.table td {
  font-size: 3.5vw;
  padding: 4% 0;
  display: block;
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
.table th {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}
.table tr td,
.table tr:first-child td {
  padding-top: 2%;
}
.recruit-box ul li {
  font-size: 3.25vw;
}
.form-address {
  display: block;
}
.form-address dt {
  width: 100%;
  font-size: 3.5vw;
  margin-bottom: 3.4%;
}
.form-address dd {
  width: 100%;
}
#recruit-form .select-box {
  width: 15vw;
}
#recruit-form .select-address {
  width: 35vw;
}
.select-box select {
  font-size: 3.5vw;
}
/*===== history =====*/
.history-box figure {
  margin: 4% auto 0;
  width: 80%;
}
.history-box dl dt {
  font-size: 4vw;
}
.history-box dl dd p {
  font-size: 3.5vw;
  text-align: left;
}
.history-box dl dd p span {
  font-size: 4vw;
  text-align: center;
}
.history-box dl dd p br {
  display: none !important;
}
#history-box + p {
  font-size: 4vw;
  text-align: left;
}
#greeting02 p {
  font-size: 3.75vw;
  padding: 0 0 0 0;
}
#greeting02 dt,
#greeting-member dt {
  font-size: 4.25vw;
}
#greeting02 dt,
#greeting-member dt {
  font-size: 6.5vw;
}
#greeting-member {
  width: 100%;
  margin: 12% 0;
}
#greeting-member ul {
  width: 100%;
}
#greeting-member ul li {
  font-size: 3.5vw;
}
#history #greeting02 dd > div p:last-of-type {
  margin-right: 1em;
  margin-top: 0;
}
#history #greeting02 dd > div p:last-of-type span {
  font-size: 4.75vw;
}
/*===== kiyaku =====*/
#kiyaku dl * {
  font-size: 3.5vw;
}
#kiyaku dl dt {
  font-size: 3.75vw;
}
#kiyaku dl ul li {
  font-size: 3.5vw;
}
#kiyaku table caption {
  font-size: 3.5vw;
}
#kiyaku table caption span {
  font-size: 3.25vw;
}
#kiyaku table td {
  font-size: 3.25vw;
}
#kiyaku table td span {
  display: block;
}
#kiyaku .kiyaku-attention p {
  font-size: 3.25vw;
}
#kiyaku .kiyaku-txt {
  font-size: 3.5vw;
}
}