@charset "UTF-8";
/* Scss Document */
/* ========================================
  リセット用
======================================== */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, figure {
  display: block;
}

body, ul, li, ol, dl, dt, dd, p, form, div, h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

iframe {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input[type="text"]:focus {
  outline: 0;
}

a {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], select, input[type="text"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, select::-webkit-search-decoration, input[type="text"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, select::focus, input[type="text"]::focus {
  outline-offset: -2px;
}

/*基本*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.7;
  overflow-x: hidden;
  color: #333333;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: ease-in 0.2s;
}

a:hover {
  opacity: 0.8;
}

.container {
  width: 100%;
  position: relative;
  padding-top: 0 !important;
}

/*SPパーツ非表示*/
.spmode {
  display: none;
}

#modal-nav, .right_sp {
  display: none;
}

#reservation_area .btn_submit.sp input {
  display: none;
}

/*
--------------------------------------------------
	header
-------------------------------------------------- */
.header_wrap {
  position: relative;
  padding-bottom: 100px;
}
.header_wrap .header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 44px;
}
.header_wrap .header_btn p {
  font-size: 0;
  margin-left: 3px;
}
.header_wrap .header_catch {
  font-size: 11px;
  color: #e84472;
  text-align: center;
  width: 207px;
}
.header_wrap .header-left {
  text-align: right;
  width: 952px;
}
.header_wrap .header_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 817px;
  margin: 0 0 0 auto;
}
.header_wrap .header_left_top .header_tellang {
  width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
}

header {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 999;
}
header .header-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header h1 {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 10px;
}
header .right {
  text-align: right;
}
header .hnav li {
  float: left;
  margin-bottom: 20px;
}
header .hnav li a {
  width: 120px;
  background: black;
  margin-left: 10px;
  display: block;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
header .hnav li a:hover {
  background: gray;
}
header .header_tel {
  background: url(../img/header_tel.png) no-repeat bottom left;
  background-size: 24px;
  padding-left: 30px;
  font-size: 26px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 50px;
}
header .hnavSP {
  display: none;
}

/*外国語リンク*/
header .langnav li a {
  background: url("../img/btn_english.png");
  width: 80px;
  height: 29px;
  text-indent: -500px;
  overflow: hidden;
  display: block;
}

/*パーツボタン*/
header .cnav {
  position: absolute;
  top: 0;
  right: 0;
}
header .cnav li {
  float: left;
  margin-left: 10px;
}
header .cnav li a {
  display: block;
  padding: 6px 10px 6px 18px;
  color: #fff;
  font-size: 14px;
  background: #000 url(../img/langnav_arrow_w.png) no-repeat left 8px center;
}
header .cnav li a:hover {
  background: gray url(../img/langnav_arrow_w.png) no-repeat left 8px center;
}

#headerMenu {
  width: 100%;
}
#headerMenu ul {
  letter-spacing: -.4em;
}
#headerMenu nav {
  margin: 0 auto;
  width: 960px;
}
#headerMenu nav li {
  letter-spacing: normal;
}
#headerMenu nav li a {
  margin: 0 auto;
  float: left;
  display: block;
  width: 120px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transition: initial;
}
#headerMenu nav li a:hover {
  background: url(../img/navArrow.png) no-repeat center bottom;
  translate: 0s;
}

/*-----------------------------------------------
	検索パネル
----------------------------------------------- */
#reservation_area {
  background: #f9f4f0;
  padding: 17px 0;
}
#reservation_area .inner {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}
#reservation_area .inner-inner.clearfix {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reservation_area .search_right {
  flex: 1 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 28px;
}
#reservation_area h3.search_title {
  font-size: 24px;
  color: #fff;
  width: 155px;
  height: 160px;
  margin-right: 24px;
  background: url("../img/reservation_tit_pc.png");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#reservation_area input, #reservation_area select {
  padding: 6px;
  border: none;
  border: 1px solid #eeeeee;
}
#reservation_area select {
  width: 65px;
  background: url("../img/tab_arrow.png") right 5px center no-repeat;
  background-size: 8px;
}
#reservation_area input.datepicker {
  width: 80%;
}
#reservation_area input#datepicker {
  background: #fff url(../img/calIcon.png) no-repeat right 10px center;
  background-size: 20px;
}
#reservation_area .searchBtns li {
  float: left;
}
#reservation_area .searchBtns li.pulldownWrap {
  width: 100px;
}
#reservation_area .searchBtns li.btn_submit {
  width: 160px;
  margin-top: 10px;
}
#reservation_area .searchBtns li.btn_submit.sp {
  display: none;
}
#reservation_area .searchBtns p.textbottom {
  margin: 10px 0 0 0;
}
#reservation_area li.box_day {
  width: 230px;
}
#reservation_area li.box_day input {
  width: 225px;
}
#reservation_area .pulldown01, #reservation_area .pulldown02 {
  width: 90px;
}
#reservation_area .btnToday {
  display: none;
}
#reservation_area .btn_submit input.search {
  width: 100%;
  background: url("../img/search_btn_pc.png");
  color: #fff;
  border-radius: 6px;
  height: 70px;
  margin: 0 0 10px 0;
  transition: ease-in-out 0.2s;
  font-size: 24px;
  letter-spacing: 0.5em;
}
#reservation_area .btn_submit input:hover {
  cursor: pointer;
  opacity: 0.8;
}
#reservation_area input.button {
  width: 160px;
  height: 60px;
  background: url("../img/search_btn_pc.png");
  line-height: 50px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: ease-in-out 0.2s;
}
#reservation_area input.buttonCancel {
  font-size: 12px;
  height: 30px;
  padding: 0;
  width: 100%;
  border-radius: 4px;
}
#reservation_area .search_btn01, #reservation_area .search_btn02, #reservation_area .search_btn03, #reservation_area .search_btn04, #reservation_area .search_btn05, #reservation_area .search_radio {
  font-size: 14px;
  vertical-align: top;
  padding-right: 18px;
  text-align: left;
}
#reservation_area .search_btn04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#reservation_area .search_btn04 input {
  border: 1px solid #eee;
}
#reservation_area .search_btn05 {
  padding-right: 0;
}
#reservation_area .search_radio input {
  vertical-align: middle;
  margin-right: 4px;
}
#reservation_area .search_radio p {
  font-size: 13px;
}
#reservation_area p.reservetitle {
  border-left: 6px solid #a6485e;
  padding-left: 8px;
  margin: 0 0 8px 0;
  line-height: 14px;
}
#reservation_area .bottom_menu {
  font-size: 0;
  width: 100%;
}
#reservation_area .bottom_menu ul {
  text-align: center;
  margin-top: 10px;
}
#reservation_area .bottom_menu ul li {
  display: inline-block;
  border-right: 1px solid #c1c1c1;
  margin: 6px 0;
  padding: 0 20px;
  font-size: 12px;
}
#reservation_area .bottom_menu ul li a {
  display: block;
}
#reservation_area .bottom_menu ul li a:hover {
  color: #e74373;
}
#reservation_area .bottom_menu ul li:nth-last-child(1) {
  border-right: none;
}
#reservation_area .checktext, #reservation_area .checktext2 {
  margin-top: 4px;
  font-size: 12px;
}
#reservation_area .checkA {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  box-sizing: border-box;
  /*		-webkit-box-sizing: border-box;
  		-webkit-appearance: button;*/
  appearance: button;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  vertical-align: middle;
}
#reservation_area .checkA:checked::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 4px;
  width: 4px;
  height: 10px;
  /*		border-right: 4px solid #009933;
  		border-bottom: 4px solid #009933;
  		-webkit-transform: rotate(45deg);
  		transform: rotate(45deg);*/
}

/*--------------------------------------------------
	Navigation
-------------------------------------------------- */
nav.gnav {
  width: 100%;
  font-size: 14px;
  height: 100px;
  padding: 10px 0;
}
nav.gnav .nav-inner {
  margin: 0 auto;
}
nav.gnav .nav-inner ul {
  letter-spacing: -.4em;
  width: 710px;
  margin: 0 0 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
nav.gnav .nav-inner ul:after {
  content: "";
  clear: both;
  display: block;
}
nav.gnav .nav-inner li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 32px;
}
nav.gnav .nav-inner li a {
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: block;
  background-position: center bottom -4px;
  letter-spacing: normal;
}
nav.gnav .nav-inner li a:hover {
  translate: 0s;
}
nav.gnav .nav-inner li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fd6891;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
nav.gnav .nav-inner li:hover:before, nav.gnav .nav-inner li:focus:before, nav.gnav .nav-inner li:active:before {
  left: 0;
  right: 0;
}
nav.gnav .nav-inner li.current a {
  border-bottom: 2px solid #e64571;
}

/*fixed*/
nav.fixed {
  background: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.18);
}

/*
--------------------------------------------------
	main
-------------------------------------------------- */
/*
--------------------------------------------------
	バナーエリア
-------------------------------------------------- */
.banner {
  width: 960px;
  margin: 10px auto;
}
.banner img {
  vertical-align: bottom;
  float: left;
  margin-right: 26px;
}
.banner img:last-child {
  margin: 0;
}

.banner:after {
  content: "";
  clear: both;
  display: block;
}

/*
--------------------------------------------------
	Main Image
-------------------------------------------------- */
.photo {
  width: 100%;
  text-align: center;
}

.photo img {
  width: 100%;
  vertical-align: bottom;
}

/*
--------------------------------------------------
	パンくず
-------------------------------------------------- */
.breadcrumbs {
  width: 960px;
  margin: 0 auto 30px;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li:before {
  content: "＞";
  padding: 0 6px;
}
.breadcrumbs ul li:first-child:before {
  content: "";
}

/*
--------------------------------------------------
	Page structure
-------------------------------------------------- */
.content {
  width: 100%;
  margin: 0px 0 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.content .inner {
  /*
  		width: 960px;
  		margin: 0 auto;
  		*/
}
.content h2 {
  text-align: center;
  margin-bottom: 70px;
}
.content h2.hd {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc( 202vw/1920 * 100);
  border-bottom: 0;
  color: #fff;
  padding-top: calc( 75vw/1920 * 100);
  font-size: 2.8rem;
}

.wrapper {
  margin: 20px 0 0 0;
}

/*
--------------------------------------------------
	記事
-------------------------------------------------- */
.column {
  /*
  	width: 100%;
  	margin: 0; 
  	*/
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

.column-inner {
  margin: 0 0 20px;
  padding: 0 0 20px;
  /*	border-bottom: 1px dotted #b8b2a5;
  	h3 {
  		margin-bottom: 10px;
  		font-weight: bold;
  		font-size: 1.6rem;
  	}*/
}
.column-inner h3 {
  text-align: center;
  font-size: 3.8rem;
  color: #e84472;
  font-weight: 400;
  margin: 30px 0;
}
.column-inner h3::before {
  content: "　";
  width: 3.7rem;
  padding-right: 2rem;
  background: url("../img/point_flower1.png") left center no-repeat;
}
.column-inner p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.column-inner span {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.6;
}
.column-inner table {
  margin: 10px 0;
  border: solid #a0a0a0;
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
}
.column-inner th, .column-inner td {
  padding: 8px;
  border: solid #a0a0a0;
  border-width: 0 1px 1px 0;
}
.column-inner th {
  background: #efefef;
}

.column-inner:after {
  content: "";
  display: block;
  clear: both;
}

.maincol h3.page_h3 {
  color: #e84472;
  font-size: 3.6rem;
  font-weight: 400;
  padding: 85px 0 49px;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
.maincol h3.page_h3::before {
  content: none;
}
.maincol .page_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}

/*photo*/
.photos-right {
  float: right;
  margin-left: 30px;
}

.photos-left {
  float: left;
  margin-right: 30px;
}

.plandetail-left {
  /* float: right;*/
  margin-left: 30px;
}

.plandetail a {
  color: #e64071;
}
.plandetail a:hover {
  text-decoration: underline;
}

.photos-center {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.photos-center img {
  width: 100% !important;
  height: auto;
}

.photos-conformity {
  margin: 0 auto;
}

.photos-conformity-left {
  margin: 0;
}
.photos-conformity-left > div {
  margin-right: 10px;
}
.photos-conformity-left > div:last-of-type {
  margin-right: 0;
}

.photos-conformity-right {
  margin: 0;
  margin: 0 0 20px 0;
}

.photos-conformity-center {
  margin: 0 auto;
}

.photos-conformity:after, .photos-conformity-left:after, .photos-conformity-right:after, .photos-conformity-center:after {
  content: "";
  clear: both;
  display: block;
}

.photos-conformity div, .photos-conformity-left div, .photos-conformity-right div, .photos-conformity-center div {
  float: left;
}

.photos-conformity div:last-child, .photos-conformity-left div:last-child, .photos-conformity-right div:last-child, .photos-conformity-center div:last-child {
  margin: 0;
}

.photos img,
.photos-left img,
.photos-right img,
.photos-top img,
.photos-top-headline img,
.photos-center img,
.photos-conformity img,
.photos-conformity-left img,
.photos-conformity-right img,
.photos-conformity-center img {
  vertical-align: bottom;
  margin-bottom: 10px;
}

.photos .caps,
.photos-left .caps,
.photos-right .caps,
.photos-top .caps,
.photos-center .caps,
.photos-conformity .caps,
.photos-conformity-left .caps,
.photos-conformity-right .caps,
.photos-conformity-center .caps {
  padding-top: 10px;
  display: block;
}

.photos-left-headline {
  float: left;
  margin-right: 20px;
}

.photos-right-headline {
  float: right;
  margin-left: 20px;
}

/* List */
.column-inner ul {
  padding: 0;
  /*li { margin: 0; padding: 0; list-style: disc;}*/
}
.column-inner ol {
  padding: 0;
}
.column-inner ol li {
  list-style: decimal;
}

/* Detail */
.plandetail {
  overflow: hidden;
}

.plandetail-left {
  overflow: hidden;
}

.plandetail-right {
  overflow: hidden;
}

.plandetail-center {
  overflow: hidden;
  clear: both;
}

.plandetail-conformity {
  padding-top: 10px;
  overflow: hidden;
  clear: both;
}

.plandetail-conformity-left {
  overflow: hidden;
  width: auto;
}

.plandetail-conformity-right {
  padding-top: 10px;
  overflow: hidden;
  width: auto;
}

.plandetail-conformity-center {
  padding-top: 10px;
  overflow: hidden;
  clear: both;
}

p.statement_link a {
  display: block;
  background: #000 url(../img/arrow_w.png) no-repeat right 8px center;
  background-size: 10px;
  color: #fff;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
  text-decoration: none;
  transition: ease-in 0.2s;
}
p.statement_link a:hover {
  background: #000 url(../img/arrow_w.png) no-repeat right 6px center;
  background-size: 10px;
  text-decoration: none;
}

/* Move */
.move {
  position: fixed;
  right: 50%;
  margin-right: -580px;
  bottom: 30px;
}
.move ul li a {
  width: 60px;
  height: 60px;
  background: url(../img/pagetop.png) no-repeat 100% 0;
  background-size: 60px;
  display: block;
  text-indent: -9999px;
  border-radius: 4px;
}
.move ul li a:hover {
  background: url(../img/pagetop.png) no-repeat 100% 0;
  background-size: 60px;
}

/*stop*/
.move.stop a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*news*/
.news {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.news h2 {
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #000;
  margin: 0 0 40px 0;
}
.news .articleWrap article {
  float: left;
  width: 300px;
  margin-right: 30px;
  position: relative;
}
.news .articleWrap article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news .articleWrap article a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.news .articleWrap article:last-of-type {
  margin-right: 0px;
}
.news .articleWrap p.detailBtn {
  padding: 10px 0;
  background: #fff url(../img/arrow.png) no-repeat right 6px center;
  background-size: 14px;
  border: 1px solid #333;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 20px 0;
}
.news .articleWrap p.detailBtn:hover {
  background: #fff url(../img/arrow.png) no-repeat right 6px center;
  background-size: 14px;
}
.news .recentPost h3 {
  font-weight: bold;
  height: 70px;
  font-size: 16px;
}
.news .more {
  margin-top: 20px;
}
.news .more a {
  display: block;
  background: #333 url(../img/arrow_w.png) no-repeat right 8px center;
  background-size: 14px;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 380px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.news .more a:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff url(../img/arrow.png) no-repeat right 6px center;
  background-size: 14px;
}

#entries {
  margin: 20px 0;
  padding: 0;
}
#entries .column {
  margin: 0;
  padding: 0;
}

/*news詳細*/
span.new {
  color: #fff;
  background: #c30000;
  padding: 0 5px;
  border-radius: 6px;
  margin: 0;
}

/*すべての記事を見るボタン*/
.more {
  width: 100%;
  margin: 0 0 10px;
  clear: both;
}
.more a {
  width: 260px;
  background: #fff url("../img/yajirusi3.png") right 30px center no-repeat;
  color: #333;
  border: 1px solid #e84472;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 auto;
}
.more a:hover {
  background: #e84472 url("../img/yajirusi4.png") right 30px center no-repeat;
  color: #fff;
  text-decoration: none;
}

.more:after {
  content: "";
  display: block;
  clear: both;
}

/* Tabs Contents */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  /* Use class for showing/hiding tab content,
  so that visibility can be better controlled in different media types... */
  .ui-tabs-hide {
    display: none;
  }
}
/* Hide useless elements in print layouts... */
@media print {
  .ui-tabs-nav {
    display: none;
  }
}
ul.ui-tabs-nav {
  width: 100%;
  height: 70px;
}
ul.ui-tabs-nav li {
  float: left;
  position: relative;
}
ul.ui-tabs-nav li a {
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px 0 0;
  padding-top: 0px;
  display: block;
  float: left;
  background: #d6d6d6;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected a {
  background: #000000;
  color: #fff;
}
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected a {
  background: #000000;
  color: #fff;
}
ul.ui-tabs-nav li#entries-tab-news a {
  background: #d6d6d6;
  background-position: bottom center;
}
ul.ui-tabs-nav li#entries-tab-news a:after {
  position: absolute;
  content: "";
  width: 230px;
  height: 10px;
  bottom: -10px;
  left: 0;
  display: block;
}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected a {
  background: #000000;
  color: #fff;
}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected:after {
  content: "";
  position: absolute;
  background: url(../img/tab_arrow.png) no-repeat center bottom;
  width: 230px;
  height: 10px;
  bottom: -10px;
  left: 0;
  display: block;
}
ul.ui-tabs-nav li#entries-tab-news a:hover,
ul.ui-tabs-nav li#entries-tab-recommend a:hover,
ul.ui-tabs-nav li#entries-tab-restaurant a:hover {
  opacity: 0.5;
}

/*
--------------------------------------------------
	ギャラリー表示
-------------------------------------------------- */
/* Small-160px */
.imagesurfingsmall {
  width: 164px;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.imagesurfingsmall ul {
  width: 160px;
  margin: 0 auto;
}
.imagesurfingsmall ul li {
  width: 40px;
  padding: 1px 0 0 0;
  margin: 0;
  float: left;
  list-style: none;
}
.imagesurfingsmall ul li a {
  width: 40px;
  height: 30px;
  border: none;
  border-bottom: 4px solid #DECBA6;
  display: block;
  float: left;
  outline: none;
  overflow: hidden;
}
.imagesurfingsmall ul li a.imagesurfing-selected {
  border-bottom: 4px solid #BB471F;
}
.imagesurfingsmall ul li img {
  width: 39px;
  height: 29px;
  margin: 0;
  padding: 0;
  background: #FFF;
  border-right: 1px solid #FFF;
}
.imagesurfingsmall img {
  width: auto;
  height: 120px;
  text-align: center;
  vertical-align: bottom;
}
.imagesurfingsmall p.imagesurfing-caption {
  margin: 0 !important;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.2;
}

/* Normal-220px */
.imagesurfingnormal {
  width: 224px;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.imagesurfingnormal ul {
  width: 220px;
  margin: 0 auto;
}
.imagesurfingnormal ul li {
  width: 55px;
  padding: 1px 0 0 0;
  margin: 0;
  float: left;
  list-style: none;
}
.imagesurfingnormal ul li a {
  width: 55px;
  height: 42px;
  border: none;
  border-bottom: 4px solid #dcdcdc;
  display: block;
  float: left;
  outline: none;
  overflow: hidden;
}
.imagesurfingnormal ul li a.imagesurfing-selected {
  border-bottom: 4px solid #5f5f5f;
}
.imagesurfingnormal ul li img {
  width: 54px;
  height: 41px;
  margin: 0;
  padding: 0;
  background: #FFF;
  border-right: 1px solid #eee;
}
.imagesurfingnormal img {
  width: auto;
  height: 165px;
  text-align: center;
  vertical-align: bottom;
}
.imagesurfingnormal p.imagesurfing-caption {
  margin: 0 !important;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.2;
}

/* Large-280px */
.imagesurfinglarge {
  width: 284px;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.imagesurfinglarge ul {
  width: 280px;
  margin: 0 auto;
}
.imagesurfinglarge ul li {
  width: 70px;
  padding: 1px 0 0 0;
  margin: 0;
  float: left;
  list-style: none;
}
.imagesurfinglarge ul li a {
  width: 70px;
  height: 53px;
  border: none;
  border-bottom: 4px solid #DECBA6;
  display: block;
  float: left;
  outline: none;
  overflow: hidden;
}
.imagesurfinglarge ul li a.imagesurfing-selected {
  border-bottom: 4px solid #BB471F;
}
.imagesurfinglarge ul li img {
  width: 69px;
  height: 52px;
  margin: 0;
  padding: 0;
  background: #FFF;
  border-right: 1px solid #FFF;
}
.imagesurfinglarge img {
  width: auto;
  height: 210px;
  text-align: center;
  vertical-align: bottom;
}
.imagesurfinglarge p.imagesurfing-caption {
  margin: 0 !important;
  padding: 3px 0;
  font-size: 10px;
  line-height: 1.2;
}

/*Banner Area*/
.bannerArea {
  width: 960px;
  margin: 0 auto;
}
.bannerArea li {
  float: left;
  margin-right: 26px;
}
.bannerArea li:last-child {
  margin-right: 0px;
}

/*sns icons*/
.snsIcon .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.snsIcon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.snsIcon li a {
  /*display:block;*/
}
.snsIcon li img {
  width: 40px;
}

/*
--------------------------------------------------
	footer
-------------------------------------------------- */
footer {
  width: 100%;
  background: #f9f4f0;
  text-align: center;
  padding: 72px 0 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
}
footer .infoPhoto {
  float: left;
  width: 200px;
  margin-right: 20px;
}
footer .infoPhoto img {
  width: 200px;
}
footer .rowWrap {
  margin: 20px 0;
}
footer .infoaddress {
  float: left;
  width: 300px;
}
footer .infoText {
  float: right;
  width: 400px;
}
footer nav#footerMenu {
  margin: 20px 0;
}
footer nav#footerMenu ul {
  font-size: 0;
  text-align: center;
}
footer nav#footerMenu ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
footer nav#footerMenu ul li a {
  color: #fff;
  width: 110px;
  height: 26px;
  display: block;
  font-size: 14px;
}
footer nav#footerMenu ul li:last-child {
  margin-right: 0px;
}
footer nav#footerMenu ul li:before {
  content: "test";
  width: 10px;
  height: 10px;
  background: url(../img/fnavArrow_w.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 6px;
}
footer h4 p {
  font-size: 11px;
  padding-top: 7px;
  color: #e84472;
}
footer .footer_add_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 844px;
  margin: auto;
}
footer .footer_btn {
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_btn li {
  padding: 0 0 0 13px;
}
footer .information {
  width: 960px;
  margin: 0 auto;
}
footer .information .information-inner {
  margin: 10px 0;
}
footer .information .information-inner:after {
  content: "";
  clear: both;
  display: block;
}
footer .information .information-photo {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
footer .information .information-access {
  text-align: left;
}
footer .information .information-access .tel1, footer .information .information-access .tel2 {
  display: inline-block;
}
footer .information .information-read {
  overflow: hidden;
}
footer .fnav {
  width: 100%;
  padding-top: 10px;
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  background: url("../img/footer_line.png") bottom left repeat-x;
}
footer .fnav ul {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
footer .fnav ul li {
  display: inline-block;
  padding: 0 0 10px 0;
}
footer .fnav ul li a {
  text-decoration: none;
}
footer .fnav ul li a:hover {
  color: #e84472;
}
footer .fnav ul li::before {
  content: "　/　";
  color: #e84472;
}
footer .fnav ul li:nth-child(1)::before {
  content: none;
}
footer .copyright {
  padding: 60px 0;
  font-size: 13px;
}

/*
--------------------------------------------------
	go pagetop
-------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 80;
  margin-right: -680px;
}
.pagetop a {
  background: #333;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.pagetop a:hover {
  text-decoration: none;
  background: #999;
}

/*フッタに固定時*/
.pagetop.stop a {
  border-radius: 6px 6px 0 0;
}

/*hover.css*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

@media (min-width: 781px) {
  #page-home .content {
    width: 100%;
    margin-top: 0;
  }
  #page-home .content .inner {
    width: 100%;
    margin: 0 auto;
  }
  #page-home .content .inner .wrapper {
    margin-top: 0;
  }
  #page-home .content h2.hd {
    position: static;
  }
  #page-home .top_upper {
    background: url("../img/top_bg_toparea_pc.png") center top repeat-y;
    background-size: 100% 100%;
  }
  #page-home .top_midasi {
    background: url("../img/top_bg_toparea2_pc.png") right bottom no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 4.2708vw 0 5.2604vw;
  }
  #page-home .top_room, #page-home .top_restaurant, #page-home .top_banquet {
    width: 50vw;
    height: 34.3229vw;
    margin: auto;
    position: relative;
  }
  #page-home .top_room .top_box_1, #page-home .top_restaurant .top_box_1, #page-home .top_banquet .top_box_1 {
    position: absolute;
    background: #fff;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    box-shadow: 0 0 8px #fdeef2;
    padding: 3.59375vw 0;
    width: 30vw;
    height: 29.3229vw;
    top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-home .top_room .top_box_1 img, #page-home .top_restaurant .top_box_1 img, #page-home .top_banquet .top_box_1 img {
    width: 100%;
    max-width: 331px;
  }
  #page-home .top_room .top_box_1 p:nth-child(2), #page-home .top_restaurant .top_box_1 p:nth-child(2), #page-home .top_banquet .top_box_1 p:nth-child(2) {
    font-size: 1.2vw;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
  }
  #page-home .top_room .top_box_1 p:nth-last-child(1), #page-home .top_restaurant .top_box_1 p:nth-last-child(1), #page-home .top_banquet .top_box_1 p:nth-last-child(1) {
    line-height: 3.125vw;
    text-align: center;
    font-size: 0.833333vw;
    width: 13.5416vw;
	line-height: 0;
	font-size: 0;
/*    height: 3.125vw;*/
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  #page-home .top_room .top_box_1 p:nth-last-child(1) a, #page-home .top_restaurant .top_box_1 p:nth-last-child(1) a, #page-home .top_banquet .top_box_1 p:nth-last-child(1) a {
    background-size: 100%;
    display: block;
    width: 100%;
	line-height: 0;
	font-size: 0;
    border: 1px solid #e84472;
  }
  #page-home .top_room .top_box_1 p:nth-last-child(1) a:hover, #page-home .top_restaurant .top_box_1 p:nth-last-child(1) a:hover, #page-home .top_banquet .top_box_1 p:nth-last-child(1) a:hover {
    background-size: 100%;
    opacity: 1;
    color: #fff;
	background:#e84472;
  }
   #page-home .top_room .top_box_1 p:nth-last-child(1) a:hover img, #page-home .top_restaurant .top_box_1 p:nth-last-child(1) a:hover img, #page-home .top_banquet .top_box_1 p:nth-last-child(1) a:hover img{
   	opacity: .8;
}
  #page-home .top_room .top_box_2, #page-home .top_restaurant .top_box_2, #page-home .top_banquet .top_box_2 {
    position: absolute;
    width: 44.7916vw;
    top: 0;
  }
  #page-home .top_room .top_box_2 img, #page-home .top_restaurant .top_box_2 img, #page-home .top_banquet .top_box_2 img {
    width: 100%;
  }
  #page-home .top_room .top_box_2 .slick-dots, #page-home .top_restaurant .top_box_2 .slick-dots, #page-home .top_banquet .top_box_2 .slick-dots {
    padding-top: 10px;
  }
  #page-home .top_room .top_box_2 .slick-dots li, #page-home .top_restaurant .top_box_2 .slick-dots li, #page-home .top_banquet .top_box_2 .slick-dots li {
    margin: 0;
  }
  #page-home .top_room .top_box_2 .slick-dots li button:before, #page-home .top_restaurant .top_box_2 .slick-dots li button:before, #page-home .top_banquet .top_box_2 .slick-dots li button:before {
    font-size: 28px;
    opacity: 1;
    color: #d2d2d2;
  }
  #page-home .top_room .top_box_2 .slick-dots li.slick-active button:before, #page-home .top_restaurant .top_box_2 .slick-dots li.slick-active button:before, #page-home .top_banquet .top_box_2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c08a96;
  }
  #page-home .top_room .top_box_1, #page-home .top_banquet .top_box_1 {
    left: -2.60416vw;
    padding-left: 2.60416vw;
    padding-right: 9vw;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝 Light", "Yu Mincho", YuMincho,  serif;
  }
  #page-home .top_room .top_box_2, #page-home .top_banquet .top_box_2 {
    right: -14.58333vw;
  }
  #page-home .top_room .top_box_2 .slick-dots, #page-home .top_banquet .top_box_2 .slick-dots {
    text-align: right;
  }
  #page-home .top_restaurant .top_box_1 {
    right: -2.60416vw;
    padding-right: 2.60416vw;
    padding-left: 10vw;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝 Light", "Yu Mincho", YuMincho,  serif;
  }
  #page-home .top_restaurant .top_box_2 {
    left: -14.58333vw;
  }
  #page-home .top_restaurant .top_box_2 .slick-dots {
    text-align: left;
  }
  #page-home #recommends {
    padding: 57px 0 100px;
    background: url("../img/top_plan_bg_pc.png") center top repeat-y;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page-home #recommends h2 {
    margin: 0;
    border-bottom: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/top_plan_pc.png") center top no-repeat;
    height: 126px;
    margin-bottom: 60px;
    width: 100%;
  }
  #page-home #recommends .column {
    width: 290px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
  }
  #page-home #recommends .column .column-inner {
    border: none;
  }
  #page-home #recommends .column .photos-left {
    float: none;
    margin: 0;
    padding-bottom: 10px;
  }
  #page-home #recommends .column .photos-left img {
    width: 100%;
  }
  #page-home #recommends .column .plandetail-left {
    margin: 0;
    padding: 5px;
  }
  #page-home #recommends .column h3 {
    color: #e84472;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
  }
  #page-home #recommends .column h3::before {
    content: none;
  }
  #page-home #recommends .column a {
    color: #e84472;
  }
  #page-home #recommends .column:nth-child(3) {
    margin: 0 46px;
  }
  #page-home #recommends .more {
    width: 100%;
  }
  #page-home #recommends .more a {
    width: 260px;
    background: #fff url("../img/yajirusi3.png") right 30px center no-repeat;
    color: #333;
    border: 1px solid #e84472;
  }
  #page-home #recommends .more a:hover {
    background: #e84472 url("../img/yajirusi4.png") right 30px center no-repeat;
    color: #fff;
  }
  #page-home #news {
    padding: 60px 0 100px;
  }
  #page-home #news .column {
    width: 960px;
    margin: auto;
  }
  #page-home #news .column-inner {
    border-bottom: 1px dotted #ec6289;
  }
  #page-home #news h2 {
    margin: 0;
    border-bottom: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/top_info_pc.png") center top no-repeat;
    height: 126px;
    margin-bottom: 60px;
    width: 100%;
  }
  #page-home #news .plandetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #page-home #news h3 {
    margin: 0;
    font-size: 1.6rem;
    color: #333;
  }
  #page-home #news h3::before {
    content: none;
  }
  #page-home #news .statement_link a {
    margin: 0;
    background: #f7f8f8;
    color: #333;
    font-size: 12px;
    padding: 0 17px;
    height: 27px;
    line-height: 27px;
    width: auto;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
  }
  #page-home #news .statement_link a:hover {
    background: #e84472;
    color: #fff;
  }
  #page-home #news .more {
    width: 100%;
  }
  #page-home #news .more a {
    width: 260px;
    background: #fff url("../img/yajirusi3.png") right 30px center no-repeat;
    color: #333;
    border: 1px solid #e84472;
  }
  #page-home #news .more a:hover {
    background: #e84472 url("../img/yajirusi4.png") right 30px center no-repeat;
    color: #fff;
  }
  #page-home .top_access {
    padding: 60px 0 80px;
    background: url("../img/top_access_bg_pc.jpg") center top no-repeat;
    text-align: center;
  }
  #page-home .top_access h2 {
    margin: 0;
    border-bottom: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/top_access_pc.png") center top no-repeat;
    height: 126px;
    margin-bottom: 60px;
    width: 100%;
  }
  #page-home .top_access iframe {
    width: 960px;
    margin: 0 auto 80px;
  }
  #page-home .top_access .top_access_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #page-detail h2 {
    margin: 0;
    border-bottom: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../img/top_info_pc.png") center top no-repeat;
    height: 126px;
    margin-bottom: 60px;
    width: 100%;
    position: static;
  }
  #page-detail .maincol {
    width: 960px;
    margin: auto;
  }
  #page-detail .plandetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page-detail h3 {
    margin: 0;
    width: 80%;
    font-size: 2.5rem;
    text-align: left;
  }
  #page-detail .statement_link a {
    margin: 0 0 0 auto;
    background: #f7f8f8;
    color: #333;
    font-size: 12px;
    padding: 0 17px;
    height: 27px;
    line-height: 27px;
    width: 15em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
  }
  #page-detail .statement_link a:hover {
    background: #e84472;
    color: #fff;
  }
  #page-detail .column-inner {
    border-bottom: 1px dotted #ec6289;
  }

  #page-rooms h2.hd {
    background: url("../img/h2_rooms.png") top center no-repeat;
    background-size: 100%;
  }

  #page-facilities h2.hd {
    background: url("../img/h2_facilities.png") top center no-repeat;
    background-size: 100%;
  }

  #page-restaurant h2.hd {
    background: url("../img/h2_restaurant.png") top center no-repeat;
    background-size: 100%;
  }

  #page-banquet h2.hd {
    background: url("../img/h2_banquet.png") top center no-repeat;
    background-size: 100%;
  }

  #page-conference h2.hd {
    background: url("../img/h2_conference.png") top center no-repeat;
    background-size: 100%;
  }

  #page-access h2.hd {
    background: url("../img/h2_access.png") top center no-repeat;
    background-size: 100%;
  }

  #page-location h2.hd {
    background: url("../img/h2_location.png") top center no-repeat;
    background-size: 100%;
  }

  #page-faq h2.hd {
    background: url("../img/h2_faq.png") top center no-repeat;
    background-size: 100%;
  }

  #page-privacy h2.hd {
    background: url("../img/h2_privacypolicy.png") top center no-repeat;
    background-size: 100%;
  }

  #page-photos h2.hd {
    background: url("../img/h2_photogallery.png") top center no-repeat;
    background-size: 100%;
  }

  #page-recruit h2.hd {
    background: url("../img/h2_recruit.png") top center no-repeat;
    background-size: 100%;
  }

  #page-rooms .column {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 50px;
    background: url("../img/rooms_bg.png");
  }
  #page-rooms .tit {
    margin: 50px 0;
  }
  #page-rooms .column:nth-child(3), #page-rooms .column:nth-child(4) {
    background: none;
    text-align: center;
    margin-top: 0;
  }
  #page-rooms .column:nth-child(3) .column-inner, #page-rooms .column:nth-child(4) .column-inner {
    width: 960px;
    margin: auto;
    display: block;
  }
  #page-rooms .breadcrumbs {
    width: 960px;
    margin: auto;
  }
  #page-rooms .column:nth-child(2n-1) .column-inner {
    justify-content: flex-end;
  }
  #page-rooms .column-inner {
    border: none;
    max-width: 1560px;
    width: calc( 1560vw/1920 * 100);
    margin: auto;
    display: flex;
  }
  #page-rooms .column-inner .room_title::before {
    content: none;
  }
  #page-rooms .column-inner .room_title {
    width: calc( 330vw/1920 * 100);
    margin: calc( 58vw/1920 * 100) 0 calc( 30vw/1920 * 100);
  }
  #page-rooms .column-inner .room_title img {
    width: 100%;
  }
  #page-rooms .column-inner table {
    border: none;
    margin-bottom: calc( 60vw/1920 * 100);
  }
  #page-rooms .column-inner table th, #page-rooms .column-inner table td {
    border: none;
    background: none;
    padding: calc( 5vw/1920 * 100) 0;
    font-size: calc( 24vw/1920 * 100);
  }
  #page-rooms .column-inner table td::before {
    content: "　／　";
  }
  #page-rooms .column-inner .btn a {
    display: block;
    background: #e84472;
    color: #fff;
    width: calc( 260vw/1920 * 100);
    height: calc( 60vw/1920 * 100);
    line-height: calc( 60vw/1920 * 100);
    font-size: calc( 20vw/1920 * 100);
    text-align: center;
    margin-top: calc( 10vw/1920 * 100);
  }
  #page-rooms .column-inner .btn a::after {
    content: " →";
  }
  #page-rooms .column-inner .btn a:hover {
    text-decoration: none;
  }
  #page-rooms .column-inner .photos-right {
    order: 2;
    margin-left: calc( 50vw/1920 * 100);
  }
  #page-rooms .column-inner .photos-right ul {
    justify-content: flex-end;
  }
  #page-rooms .column-inner .photos-right ul li {
    margin-left: calc( 10vw/1920 * 100);
  }
  #page-rooms .column-inner .photos-left {
    margin-right: calc( 50vw/1920 * 100);
  }
  #page-rooms .column-inner .photos-left ul li {
    margin-right: calc( 10vw/1920 * 100);
  }
  #page-rooms .column-inner .photos-right, #page-rooms .column-inner .photos-left {
    margin-bottom: 0;
    float: none;
    width: calc( 860vw/1920 * 100) !important;
  }
  #page-rooms .column-inner .photos-right #photo-2, #page-rooms .column-inner .photos-right #photo-3, #page-rooms .column-inner .photos-right #photo-4, #page-rooms .column-inner .photos-right #photo-5, #page-rooms .column-inner .photos-right #photo-6, #page-rooms .column-inner .photos-left #photo-2, #page-rooms .column-inner .photos-left #photo-3, #page-rooms .column-inner .photos-left #photo-4, #page-rooms .column-inner .photos-left #photo-5, #page-rooms .column-inner .photos-left #photo-6 {
    width: 100% !important;
    margin-top: calc( -30vw/1920 * 100);
  }
  #page-rooms .column-inner .photos-right #photo-2 #photo, #page-rooms .column-inner .photos-right #photo-3 #photo, #page-rooms .column-inner .photos-right #photo-4 #photo, #page-rooms .column-inner .photos-right #photo-5 #photo, #page-rooms .column-inner .photos-right #photo-6 #photo, #page-rooms .column-inner .photos-left #photo-2 #photo, #page-rooms .column-inner .photos-left #photo-3 #photo, #page-rooms .column-inner .photos-left #photo-4 #photo, #page-rooms .column-inner .photos-left #photo-5 #photo, #page-rooms .column-inner .photos-left #photo-6 #photo {
    margin-bottom: 10px !important;
  }
  #page-rooms .column-inner .photos-right #photo-2 img, #page-rooms .column-inner .photos-right #photo-3 img, #page-rooms .column-inner .photos-right #photo-4 img, #page-rooms .column-inner .photos-right #photo-5 img, #page-rooms .column-inner .photos-right #photo-6 img, #page-rooms .column-inner .photos-left #photo-2 img, #page-rooms .column-inner .photos-left #photo-3 img, #page-rooms .column-inner .photos-left #photo-4 img, #page-rooms .column-inner .photos-left #photo-5 img, #page-rooms .column-inner .photos-left #photo-6 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
  }
  #page-rooms .column-inner .photos-right ul, #page-rooms .column-inner .photos-left ul {
    width: 100% !important;
    display: flex;
  }
  #page-rooms .column-inner .photos-right ul li, #page-rooms .column-inner .photos-left ul li {
    font-size: 0;
  }
  #page-rooms .column-inner .photos-right ul li a, #page-rooms .column-inner .photos-left ul li a {
    border: none;
    background: #000;
  }
  #page-rooms .column-inner .photos-right ul li a img, #page-rooms .column-inner .photos-left ul li a img {
    opacity: .5;
  }
  #page-rooms .column-inner .photos-right ul li a:hover img, #page-rooms .column-inner .photos-right ul li .imagesurfing-selected img, #page-rooms .column-inner .photos-left ul li a:hover img, #page-rooms .column-inner .photos-left ul li .imagesurfing-selected img {
    opacity: 1;
  }
  #page-rooms .pagenav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #page-rooms .pagenav li {
    width: 400px;
    font-size: 2.4rem;
    height: 60px;
    line-height: 60px;
    font-feature-settings: "palt";
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #page-rooms .pagenav li a {
    color: #333;
    display: block;
    border: 1px solid #e84472;
    height: 100%;
  }
  #page-rooms .pagenav li a:hover {
    background: #e84472;
    color: #fff;
    text-decoration: none;
  }
  #page-rooms .pagenav li span {
    font-size: 1.6rem;
  }
  #page-rooms .pagenav li:nth-child(2), #page-rooms .pagenav li:nth-last-child(1) {
    margin-right: 0;
  }

  #page-facilities .page_midasi {
    text-align: center;
  }
  #page-facilities #number3 {
    width: 100%;
  }
  #page-facilities .top_line {
    width: 960px;
    margin: auto;
  }
  #page-facilities #number4 ul li {
    width: 23.5%;
  }
  #page-facilities #number4 ul li:nth-child(3), #page-facilities #number4 ul li:nth-child(7), #page-facilities #number4 ul li:nth-child(11), #page-facilities #number4 ul li:nth-child(15), #page-facilities #number4 ul li:nth-child(19) {
    width: 29.5%;
  }
  #page-facilities #number4 ul li:nth-child(1), #page-facilities #number4 ul li:nth-child(5), #page-facilities #number4 ul li:nth-child(9), #page-facilities #number4 ul li:nth-child(13), #page-facilities #number4 ul li:nth-child(17) {
    width: 25%;
  }
  #page-facilities #number4 ul li:nth-child(4), #page-facilities #number4 ul li:nth-child(8), #page-facilities #number4 ul li:nth-child(12), #page-facilities #number4 ul li:nth-child(16), #page-facilities #number4 ul li:nth-child(20) {
    width: 22%;
  }
  #page-facilities #number5 ul {
    margin-bottom: 1em;
  }
  #page-facilities #number5 ul li {
    width: 100%;
  }
  #page-facilities #number5 .cancell {
    background: #f9f4f0;
    padding: 1em 0;
  }
  #page-facilities .plandetail h3 {
    text-align: center;
    font-size: 3.8rem;
    color: #e84472;
    font-weight: 400;
    margin: 30px 0;
  }
  #page-facilities .plandetail h3::before {
    content: "　";
    width: 3.7rem;
    padding-right: 2rem;
    background: url("../img/point_flower1.png") left center no-repeat;
  }
  #page-facilities .plandetail p {
    text-align: center;
    line-height: 1.8;
  }
  #page-facilities .plandetail p span {
    color: #e84472;
  }
  #page-facilities .plandetail .top_line {
    border-top: 1px solid #e84472;
    margin-top: 20px;
    padding-top: 20px;
  }
  #page-facilities .plandetail ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  #page-facilities .plandetail ul li {
    width: 25%;
  }
  #page-facilities .plandetail ul li::before {
    content: "・";
  }
  #page-facilities .plandetail .bg_max {
    background: url("../img/bg_max_bg.png");
    padding-bottom: 2em;
  }
  #page-facilities .plandetail .bg_max ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #page-facilities .plandetail .bg_max ul li {
    width: 48%;
    margin-top: 35px;
  }
  #page-facilities .plandetail .bg_max ul li p {
    text-align: right;
  }
  #page-facilities .plandetail .bg_max ul li img {
    width: 100%;
  }
  #page-facilities .plandetail .bg_max ul li::before {
    content: none;
  }
  #page-facilities .facilities_box_midasi {
    text-align: center;
  }
  #page-facilities .facilities_box_midasi p {
    display: inline-block;
    font-size: 2.5rem;
    padding: 0 20px;
  }
  #page-facilities .facilities_box_midasi p span {
    font-size: 1.6rem;
  }
}
@media (min-width: 781px) and (max-width: 1200px) {
  .bg_max ul {
    width: calc( 1100vw/1200 * 100);
  }
}
@media (min-width: 781px) {
  #page-restaurant .content {
    background: url("../img/restaurant_top_bg_pc.jpg") center top no-repeat;
    background-size: 100%;
  }
  #page-restaurant .column-inner {
    border: none;
  }
  #page-restaurant .toparea {
    text-align: center;
  }
  #page-restaurant .toparea .restaurant_tit {
    margin-top: 70px;
  }
  #page-restaurant .column {
    margin: 60px auto;
  }
  #page-restaurant .column h3 {
    color: #e84472;
    font-size: 4.8rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
  }
  #page-restaurant .column h3::before {
    content: none;
  }
  #page-restaurant .photos-top ul.clearfix {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
  }
  #page-restaurant .photos-top ul.clearfix li {
    font-size: 0;
    margin-left: 10px;
  }
  #page-restaurant .photos-top ul.clearfix li a {
    border: none;
    background: #000;
  }
  #page-restaurant .photos-top ul.clearfix li a img {
    opacity: .5;
  }
  #page-restaurant .photos-top ul.clearfix li a:hover img, #page-restaurant .photos-top ul.clearfix li .imagesurfing-selected img {
    opacity: 1;
  }
  #page-restaurant .box {
    margin-bottom: 50px;
  }
  #page-restaurant .box h4 {
    font-size: 2.6rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #e84472;
  }
  #page-restaurant .box h4 span {
    font-size: 1.6rem;
  }
  #page-restaurant .box p {
    margin-top: 1em;
  }
  #page-restaurant .box .ul_2col li, #page-restaurant .box .ul_3col li {
    display: inline-block;
  }
  #page-restaurant .box .ul_2col li::before, #page-restaurant .box .ul_3col li::before {
    content: "・";
  }
  #page-restaurant .box .ul_2col {
    width: 700px;
  }
  #page-restaurant .box .ul_2col li {
    width: 330px;
  }
  #page-restaurant .box .ul_3col li {
    width: 280px;
  }
  #page-restaurant .bottom_banner {
    padding-bottom: 50px;
    text-align: center;
  }

  #page-banquet .banquet_ph {
    text-align: center;
    max-width: 1200px;
    margin: 60px auto;
  }
  #page-banquet .banquet_ph img {
    width: 100%;
  }
  #page-banquet .plandetail h3::before {
    content: none;
  }
  #page-banquet .plandetail h3 {
    font-size: 3.8rem;
    color: #e84472;
    font-weight: 400;
    border-bottom: 1px solid #e84472;
    bottom: 0 0 30px;
    text-align: left;
  }
  #page-banquet .plandetail h3 span {
    color: #333;
    font-size: 2.8rem;
  }
  #page-banquet .plandetail h3 span span {
    font-size: 2rem;
    padding-left: 1em;
  }
  #page-banquet .plandetail h3 span .h3_point {
    padding-left: 0;
    color: #e84472;
  }
  #page-banquet .plandetail ul {
    display: flex;
    flex-wrap: wrap;
  }
  #page-banquet .plandetail ul li {
    width: calc(100% / 3);
  }
  #page-banquet .plandetail ul li span {
    font-size: 1.2rem;
  }
  #page-banquet .plandetail ul li::before {
    content: "・";
  }
  #page-banquet .plandetail .ul2 li:nth-last-child(1) {
    width: calc(100% / 3 * 2);
  }
  #page-banquet .attention {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem;
  }

  #page-faq .tit {
    text-align: center;
  }
  #page-faq .pagenav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  #page-faq .pagenav li {
    width: 310px;
    font-size: 2.4rem;
    height: 60px;
    line-height: 60px;
    font-feature-settings: "palt";
    margin-right: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  #page-faq .pagenav li a {
    color: #333;
    display: block;
    border: 1px solid #e84472;
    height: 100%;
  }
  #page-faq .pagenav li a:hover {
    background: #e84472;
    color: #fff;
    text-decoration: none;
  }
  #page-faq .pagenav li span {
    font-size: 1.6rem;
  }
  #page-faq .pagenav li:nth-child(3), #page-faq .pagenav li:nth-last-child(1) {
    margin-right: 0;
  }
  #page-faq .answer_list {
    margin-top: 50px;
  }
  #page-faq .answer_list dt {
    color: #e0525f;
    font-size: 1.8rem;
  }
  #page-faq .answer_list dt::before {
    content: "Q.";
  }
  #page-faq .answer_list dd {
    margin-bottom: 2em;
    padding-bottom: 2em;
    padding-left: 1.2em;
    border-bottom: 1px dotted #ccc;
  }

  #page-conference .photos-conformity-left {
    display: flex;
    justify-content: space-between;
  }
  #page-conference .photos-conformity-left div {
    float: none;
    width: 49% !important;
  }
  #page-conference .photos-conformity-left div img {
    width: 100% !important;
  }
  #page-conference .photos-conformity-left div .caps {
    display: none;
  }
  #page-conference table {
    width: 100%;
  }
  #page-conference table th, #page-conference table td {
    text-align: center;
  }

  #page-access .column ul {
    margin-bottom: 1em;
  }
  #page-access .column ul li {
    margin-left: 1em;
    text-indent: -1em;
  }
  #page-access .column ul li span {
    color: #e84472;
  }
  #page-access .column ul li::before {
    content: "■";
    color: #e84472;
  }
  #page-access #number3 ul li {
    margin-bottom: 1em;
  }
  #page-access .more a {
    margin-left: 0;
    margin-top: 0.5em;
  }
  #page-access .gmap {
    margin-top: 30px;
  }
  #page-access .gmap iframe {
    width: 100%;
  }
  #page-access .photos-bottom {
    margin: 1em auto 0;
  }

  #page-privacy ol {
    list-style: decimal;
    margin-left: 1.5em;
  }
  #page-privacy ol li {
    margin-bottom: 1em;
  }
  #page-privacy ol ul {
    list-style: none !important;
    margin-top: 1em;
  }
  #page-privacy ol ul li {
    margin-left: 2em;
    text-indent: -2em;
    list-style: none !important;
  }
  #page-privacy ol ul li ul li {
    margin-left: 1em;
    text-indent: -1em;
  }

  #page-location .box_over1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #page-location .box_over1 .box_inner1 {
    width: 49%;
    margin-bottom: 20px;
  }
  #page-location .box_over1 .box_inner1 .box {
    height: 100%;
  }
  #page-location .box_over1 .box_inner1 .box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  #page-location .box_over1 .box_inner2 {
    width: 49%;
  }
  #page-location .box_over1 .box_inner3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #page-location .box_over1 .box_inner3 .box {
    width: 49%;
  }
  #page-location .box_over1 .box_inner2 .box img, #page-location .box_over1 .box_inner3 .box img {
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  #page-location .box_over2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #page-location .box_over2 .box {
    width: 49%;
    margin-bottom: 20px;
  }
  #page-location .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 1px solid #f0e6d4;
  }
  #page-location .box .txt01, #page-location .box .txt02, #page-location .box .txt03, #page-location .box .txt04, #page-location .box .txt05 {
    padding: 5% 5% 0;
  }
  #page-location .box .txt01 {
    font-size: 1.4rem;
  }
  #page-location .box .txt01:before {
    font-family: "Font Awesome 5 Free";
    content: '\f017';
    padding-right: 5px;
    font-weight: 400;
  }
  #page-location .box .txt02 {
    color: #a5465d;
    font-size: 3rem;
    line-height: 1;
  }
  #page-location .box .txt04 a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 13px;
    margin-left: 5px;
  }
  #page-location .box .txt05.more {
    bottom: 0;
    margin: auto 0 5% 0;
  }
  #page-location .box .txt05.more a {
    margin: 0 0 0 auto;
  }

  #page-eng .breadcrumbs {
    display: none;
  }
  #page-eng .wrapper {
    margin-top: 0;
  }
  #page-eng .top_midasi {
    background: url("../img/top_bg_toparea2_pc.png") right bottom no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 4.2708vw 0 5.2604vw;
  }
  #page-eng .column h4 {
    border-bottom: 1px solid #e84472;
    margin: 30px 0 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #page-eng #number2 table {
    width: 100%;
    border: none;
  }
  #page-eng #number2 table td {
    width: calc(100% / 3);
    padding: 0;
    border: none;
  }
  #page-eng #number2 table td li {
    margin-left: 1em;
    text-indent: -1em;
  }
  #page-eng #number2 table td li span {
    color: #e84472;
  }
  #page-eng #number2 table td li::before {
    content: "■";
    color: #e84472;
  }
  #page-eng #number3 table {
    width: 100%;
    border: none;
  }
  #page-eng #number3 table td {
    width: calc(100% / 4);
    padding: 0;
    border: none;
    vertical-align: top;
  }
  #page-eng #number3 table td li {
    margin-left: 1em;
    text-indent: -1em;
  }
  #page-eng #number3 table td li span {
    color: #e84472;
  }
  #page-eng #number3 table td li::before {
    content: "■";
    color: #e84472;
  }
  #page-eng #number4 table {
    width: 100%;
  }
  #page-eng #number4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #page-eng #number4 ul li {
    width: 49%;
    text-align: right;
  }
  #page-eng #number4 ul li img {
    width: 100%;
  }
  #page-eng .bg_max {
    padding-bottom: 2em;
  }
  #page-eng .bg_max ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #page-eng .bg_max ul li {
    width: 48%;
    margin-top: 35px;
  }
  #page-eng .bg_max ul li p {
    text-align: right;
  }
  #page-eng .bg_max ul li img {
    width: 100%;
  }
  #page-eng .bg_max ul li::before {
    content: none;
  }
  #page-eng #ft_contact_reserved_en ul {
    display: flex;
    justify-content: space-between;
  }
  #page-eng #ft_contact_reserved_en ul .more a {
    width: 350px;
  }
}
