/*
Theme Name: クルーズ・クルーズ 横浜
Theme URI: http://hogehoge.com/
Description: 「クルーズ・クルーズ 横浜」用PCテーマです。
Author: RYUNOS
Author URI: http://www.ryunos.co.jp/
Version: 1.0
*/



body {
  background: url(images/main_bg.png) repeat;
  margin: 0;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
::selection {background: #232651; color: #fff;}
::-moz-selection {background: #232651; color: #fff;}

/*#header
---------------------------------------------------*/
#header {
  background: #141e43;

}

#header .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header .head_line {
	background: #221714;
}

#header .head_line .inner h1.catch{
  float: left;
	font-size: 12px;
	font-weight:normal;
	padding: 3px 0;
	color:#fff;
}
#header .head_line .inner ul{
	float: right;
	border-right: 1px #fff solid;
	text-align:right;
}

#header .head_line .inner ul li{
	float: left;
	display: inline-block;
	padding:3px 10px;
	border-left:1px #fff solid;
	font-size: 12px;
}

#header .head_line .inner ul li a{
	color:#fff;
  background: url("images/arrow_white.png") no-repeat 0 3px;
  padding-left: 10px;
}

#header .head_line .inner ul li a:hover{
	text-decoration: underline;
}


#header .inner .logo {
  float: left;
	margin-top: 15px;
}

#header .inner .h_tel {
  float: right;
  margin-top: 68px;
  color: #c9a063;
  line-height: 145%;
}

#header .inner .h_tel .caption {
  display: block;
  width: 100%;
  font-size: 13px;
}
#header .inner .h_tel .number {
  font-size: 19px;
  font-family: Century gothic;
}
#header .inner .h_tel .time {
  font-size: 10px;
  margin-left: 5px;
}

#header .inner .h_web {
  float: right;
	margin-top: 65px;
	margin-left: 10px;
}

#header .inner .h_web a {
	display: block;
	padding:15px 20px;
	border:1px solid #c9a063;
	border-radius:40px;
  transition: all 0.5s ease;
}

#header .inner .h_web a:hover {
	background: #fff7f1;
}

#header #g_menu {
	margin-top:15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ccc), color-stop(0.60, #fff));
	background: -webkit-linear-gradient(top, #fff 60%, #ccc 100%);
	background: -moz-linear-gradient(top, #fff 60%, #ccc 100%);
	background: -o-linear-gradient(top, #fff 60%, #ccc 100%);
	background: -ms-linear-gradient(top, #fff 60%, #ccc 100%);
	background: linear-gradient(to bottom, #fff 60%, #ccc 100%);
	border-bottom:1px solid #fff;
}

#header #g_menu ul {
  width:960px;
	margin: 0 auto;
	padding:2px 0;
	border-left: #666 dashed 1px;
}

#header #g_menu ul li {
  padding-top: 10px;
  border-right: #666 dashed 1px;
	float: left;
}

#header #g_menu ul li a {
  text-indent: -9999px;
  display: block;
  float: left;
}

#header #g_menu ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#header #g_menu ul li.menu_1 a {
  background: url(images/menu_1.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header #g_menu ul li.menu_2 a {
	background: url(images/menu_2.png) no-repeat center 0;
	width: 136px;
	height: 35px;
}

#header #g_menu ul li.menu_3 a {
  background: url(images/menu_3.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header #g_menu ul li.menu_4 a {
  background: url(images/menu_4.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header #g_menu ul li.menu_5 a {
  background: url(images/menu_5.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header #g_menu ul li.menu_6 a {
  background: url(images/menu_6.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header #g_menu ul li.menu_7 a {
  background: url(images/menu_7.png) no-repeat center 0;
  width: 136px;
  height: 35px;
}

#header .info{
  position: fixed;
  top:200px;
  right:0;
  background-color: rgba(255,255,255,0.85);
  padding:5px;
  border:dashed 1px #111;
  border-right:0;
  z-index: 9999;
}


#header .info{
  position: fixed;
  top:200px;
  right:0;
  background-color: rgba(255,255,255,0.85);
  padding:5px;
  border:dashed 1px #111;
  border-right:0;
  z-index: 9999;
}

/*#footer
---------------------------------------------------*/

#footer {
  background: #121d40;
}

#footer .inner {
  width: 960px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}

#footer .top_margin{
  margin-top:10px;
}

#footer .inner .f_text{
  display: block;
  margin:10px auto;
}

#footer .inner .f_shop_list{
  margin-bottom:25px;
  padding:10px 0 20px;
  border-bottom: 1px dashed #999;
}

#footer .inner .f_shop_list ul li {
  float: left;
  margin-right:18px;
}

#footer .inner .f_shop_list ul li:last-child {
  margin: 0;
}

#footer .inner .f_logo {
  float: left;
  margin: 5px 20px 0 0;
}

#footer .inner .f_shop_info {
  color:#fff;
  width:364px;
  float: left;
	font-size: 12px;
}

#footer .inner .f_shop_info .shop_title {
	color:#fff;
	font-size: 15px;
}

#footer .inner .f_shop_info .contact {
  border:solid 1px #999;
	margin-top:5px;
  padding:5px;
	font-size: 10px;
}

#footer .inner .f_shop_info .contact .left {
  float:left;
  border-right:1px dashed #ddd;
  padding-right:5px;
  margin-right:5px;
  width:170px;
}

#footer .inner .f_shop_info .contact .left .tel {
	color:#fff;
	font-size: 15px;
	text-align: center;
}

#footer .inner .f_shop_info .contact .right {
  float:left;
  width:170px;
}

#footer .inner .f_shop_info .contact .left .title ,
#footer .inner .f_shop_info .contact .right .title {
  display: block;
  text-align:center;
  background: #fff;
  font-weight:bold;
  color:#02497d;
  padding:1px 2px;
  margin-bottom:4px;
}

#footer .inner .f_shop_info .contact .right a {
  display: block;
  border-radius:7px;
  padding:3px;
  background:#9e081e;
  color:#fff;
  text-align:center;
  transition: all 0.5s ease 0s;
}
#footer .inner .f_shop_info .contact .right a:hover{
 opacity: 0.5;
}

#footer .inner .f_g_menu{
	float: right;
	width: 250px;
}

#footer .inner .f_g_menu ul li {
  float: left;
	width: 110px;
  margin:0 0 5px 15px;
}

#footer .inner .f_g_menu ul li a {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}

#footer .inner .f_g_menu ul li a:hover {
  text-decoration: none;
}

#footer .inner .f_g_menu ul li::before {
  content: "▶︎";
  color: #FFF;
  font-size: 5px;
  margin-right: 7px;
}


#footer .inner .sub_menu{
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  margin: 25px 0 5px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}

#footer .inner .sub_menu ul li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}

#footer .inner .sub_menu ul li a {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}

#footer .inner .sub_menu ul li a:hover {
  text-decoration: none;
}

#footer .inner .copyright {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}



/*#side_container
---------------------------------------------------*/

#side_container {
  float: left;
  width: 280px;
  margin-bottom: 10px;
}

#side_container .open_time {
  width: 258px;
  position: relative;
	border:#ccc 1px solid;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}

#side_container .open_time .address{
  margin:10px 0;
  padding-top:10px;
  border-top:1px solid #ccc;
}

#side_container .open_time .address .tel{
  font-size:15px;
  font-weight:bold;
  color:#c30d23;
}

#side_container .open_time .access{
  border-top:dashed 1px #ccc;
  border-bottom:dashed 1px #ccc;
  padding:10px 0 10px 75px;
  margin-bottom:10px;
  position: relative;
}

#side_container .open_time .access .ttl{
  position: absolute;
  left:0;
  top:12px;
  padding:2px 4px;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  background: #c9a05d;
}
#side_container .open_time .access p{
  position: relative;
}
#side_container .open_time .access .walk{
  position: absolute;
  right:0;
  top:0;
}
#side_container .open_time .access .walk .red{
  font-weight:bold;
  color:#c30d23;
}

#side_container .open_time .time .lo{
  display: block;
  margin-left: 4em;
  font-size: 13px;
  margin-bottom: 5px;
}

#side_container .open_time .time .blue{
  color: #0a5c97;
}

#side_container .open_time .time .blue:not(:first-of-type){
  margin-top:10px;
}

#side_container .open_time .time .blue_back{
  background: #efefef;
  padding:3px 6px;
  margin:10px 0;
}

#side_container .open_time .time .access_map{
  display: block;
  background: #c9a05d;
  padding:3px;
  color:#fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}

#side_container .open_time .time .access_map:hover{
  opacity: 0.5;
}

#side_container .side_bnr ul li {
  margin-bottom: 15px;
}

/*plan_side（プラン用サイドメニュー）
---------------------------------------------------*/
#side_container .plan_side{
  margin-bottom:20px;
}

#side_container .plan_side .title{
  border-top:2px #02497d solid;
  color:#02497d;
  background: #fff;
  padding:7px;
  margin-bottom:8px;
  font-size:15px;
  font-weight: bold;
}

#side_container .plan_side .title::before{
  content:"▼ ";
  color:#02497d;
}

#side_container .plan_side ul li{
  margin-bottom:10px;
  border-bottom:1px dashed #ccc;
  padding-bottom:10px;
  padding-left:20px;
  background:url('images/gold_arrow.gif') 5px center no-repeat;
}

#side_container .plan_side ul li a{
  color:#595757;
  text-decoration: underline;
  display: block;
}

#side_container .plan_side .topic a:hover{
  color:#b28340;
  text-decoration:none;
}


/*index（トップページ）
---------------------------------------------------*/

#wrapper {
  position: relative;
}

#slide_all_box{
  position: relative;
}

.slide_text{
  box-sizing: border-box;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 980px;
  height: 262px;
  padding:160px 0 0 20px;
}

.slide_text p{
  position: absolute;
  top:160px;
  left:20px;
}

#mainSlide {
  height: 305px;
  background: #000;
  z-index: 999;
  box-shadow:rgba(102, 102, 102, 0.45) 0px 11px 9px -6px;
-webkit-box-shadow:rgba(102, 102, 102, 0.45) 0px 11px 9px -6px;
-moz-box-shadow:rgba(102, 102, 102, 0.45) 0px 11px 9px -6px;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide_all {
  width: 1000px;
  margin: 0 auto;
  height: 265px;
}

.slide_wrap {
  width: 2940px;
  position: absolute;
  left: 50%;
  margin-left: -1470px;
}

.bx-has-pager {
  display: block;
  width:960px;
  margin:0 auto;
}

.bx-pager{
  padding-top:2px;
  text-align:center;
}

.bx-pager-item{
  text-align:center;
  width:22px;
  display: inline-block;
}

.bx-pager-item a{
}

.bx-pager a {
	background: #000;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	border-radius: 5px;/*角丸指定*/
  border:2px solid #fff;
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #fff;
}

.slide_body {
  width: 100%;
}

.slide {
  width: 980px !important;
  line-height: 250px;
  text-align: center;
  opacity: 0.4;
}

.slide.active {
  opacity: 1;
}

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

#main {
  width: 960px;
  padding: 40px 10px 20px;
  margin: 0 auto;

}

.main_bnr {
  margin-bottom: 30px;
  padding: 30px 0 0;
  background: url('images/bnr_line.png') center 0 repeat-x #fff;
}

.main_bnr ul {
  width: 960px;
  margin:0 auto;
}

.main_bnr ul li {
  float: left;
  width: 225px;
  margin-right: 20px;
}

.main_bnr ul li:last-child {
  margin-right: 0;
}

#container .info_ttl {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
  margin-bottom:15px;
}

#container .info_ttl::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 1px;
	background-color: #c2996b;
}

#content {
}

#container {
  float: left;
  width: 640px;
  margin-right: 40px;
  margin-bottom: 30px;
}

#container .plan_info {
  margin-bottom: 30px;
}

#container .plan_info .plan_list {
  width: 654px;
  overflow: hidden;
}

#container .plan_info .plan_list li{
  float: left;
  width: 307px;
  min-height: 170px;
  margin-right:20px;
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}

#container .plan_info .plan_list li a:hover img{
 opacity: 0.5;
}


#container .plan_info .plan_list li img{
  width:307px;
  height:144px !important;
}
#container .plan_info .date  {
  font-family: Century Gothic;
  font-style:italic;
  color: #0a5c97;
  margin-bottom: 5px;
}

#container .plan_info h2.info  {
  margin-top:-3px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  height:35px;
}



#container .news_info {
  width: 640px;
}

#container .news_info .news_list{
  width: 640px;
}

#container .news_info .news_list li{
  width: 640px;
  padding:15px 0;
  border-bottom:dashed 1px #ccc;
  transition: all 0.5s ease 0s;
}

#container .news_info .news_list li a:hover img{
opacity: 0.5;
}

#container .news_info .news_list li img{
  display: block;
  float: left;
}

#container .news_info .news_list li .text{
 margin-left: 100px;
}

#container .news_info .date  {
  font-family: Century Gothic;
  font-style:italic;
  color: #0a5c97;
}

#container .news_info h2.info  {
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

#container .news_info h2.info:hover  {
  text-decoration: none !important;
}

.shop {
  border-top: #cbcccc solid 1px;
  padding: 40px 0 30px 0;
}

.shop .ttl {
  text-align: center;
  margin-bottom: 30px;
}

.shop ul li {
  float: left;
  width: 150px;
  margin-right: 16px;
  text-align: center;
}

.shop ul li:last-child {
  margin-right: 0;
}

.shop ul li .name {
  font-size: 16px;
}

.shop ul li .over200 {
  color: #FFF;
  background: #b7282c;
  border-radius: 5px;
  padding: 2px 10px;
}



/*下層ページ共通（page）
---------------------------------------------------*/

.breadcrumbs {
  border-top: 1px solid #d3ae75;
  font-size: 11px;
  margin-top: -34px;
}

.breadcrumbs .list {
  background: url(images/pan_home.png) no-repeat;
  background-position: top 5px left 0;
  background-color: rgba( 255, 255, 255, 0.55 );
  width: 940px;
  margin: 0 auto;
  padding: 5px 0 5px 20px;
}

.breadcrumbs .list span {
  margin-right: 10px;
  color: #656666;
}

.breadcrumbs .list span a {
  background: url(images/pan_arrow.png) no-repeat;
  background-position: top 8px right 0;
  padding: 5px 15px 5px 0;
  color: #0a5c97;
  text-decoration: underline;
}

.breadcrumbs .list span a:hover {
  text-decoration: none;
}

/*pp用*/
.nomenu_bcwrap .breadcrumbs {
  border:0;
  font-size: 11px;
  margin-top: 34px;
}

#page_ttl {
  height: 167px;
  background: #FFF;

  margin-bottom: 5px;
}

#page_ttl .inner {
  width: 960px;
  height: 167px;
  margin: 0 auto;
}

/* 新着情報　topics */
body.page-id-37 #page_ttl .inner {
  background: url(images/ttl_1.jpg) no-repeat;
}

body.single #page_ttl .inner {
  background: url(images/ttl_1.jpg) no-repeat;
}

/*　内観スペース　*/
body.page-id-35 #page_ttl .inner {
  background: url(images/ttl_2.jpg) no-repeat;
}

/* パーティープラン */
body.page-id-14 #page_ttl .inner,
body.parent-pageid-14 #page_ttl .inner ,
body.page-id-3479 #page_ttl .inner,
body.parent-pageid-3479 #page_ttl .inner {
  background: url(images/ttl_3.jpg) no-repeat;
}

/* ディナー */
body.page-id-165 #page_ttl .inner ,
body.parent-pageid-165 #page_ttl .inner {
  background: url(images/ttl_4.jpg) no-repeat;
}

/* アクセス */
body.page-id-301 #page_ttl .inner {
  background: url(images/ttl_7.jpg) no-repeat;
}





#page_ttl .inner p {
  text-indent: -9999px;
}

p ,
a ,
a:link {
  color: #323232;
}

#content #container p {
  line-height: 1.6;
}

#content #container img {
  max-width: 640px;
  height: auto;
}

#content #container h1 {
  position: relative;
  font-size: 16px;
  display: block;
  color: #b28247;
  border-bottom: #ccc solid 1px;
  padding: 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
}

#content #container h1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #b28247;
}



/*concept
-------------------------*/

.tabs {
}

.tabs ul li {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.tabs ul li:nth-child(3n) {
  margin-right: 0;
}

.tabs li a {
  font-size: 14px;
  display: block;
  background: #E3E3E3;
  padding: 5px 10px;
}

.tabs li.active a {
  color: #FFF;
  background: #ac8944;
}

.tab_content {
  width: 640px;
  text-align: center;
  padding: 30px 0;
}

.tab_content img {
  border: #FFF solid 10px;
  box-shadow:rgba(79, 79, 79, 0.4) 0px 5px 5px 0px;
-webkit-box-shadow:rgba(79, 79, 79, 0.4) 0px 5px 5px 0px;
-moz-box-shadow:rgba(79, 79, 79, 0.4) 0px 5px 5px 0px;
}

.tab_content h2 {
  font-size: 136%;
  color: #978474;
  font-weight: normal;
  padding: 20px 0;
}

#container .tab_content p {
  font-size: 107%;
  line-height: 1.8;
  width: 640px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}


/*plan（詳細）
-------------------------*/

#container #wrap h1.head1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  border-top: 2px solid #0a4b7c;
  border-bottom:0px;
  color: #b28247;
  background: #fff;
  padding:5px;
}
#container #wrap h1.head1::after {
  content: " ";
  background: #fff;
}

#container #wrap .box1{
  position: relative;
}

#container #wrap .box1 .plan_reserve_btn{
  position: absolute;
  bottom:0;
  right:5px;
  text-align: center;
  background: #d34a37;
  border-radius: 10px;
  padding: 2px;
}

#container #wrap .box1 .plan_reserve_btn a{
  display: block;
  border: 1px #fee9e9 solid;
  border-radius: 8px;
  background: url("images/plan_reserve_btn.png") no-repeat center center;
  text-indent: -999px;
  width: 180px;
  height: 22px;
  transition: all 0.5s ease 0s;
}
#container #wrap .box1 .plan_reserve_btn a:hover{
   background: url("images/plan_reserve_btn.png") no-repeat center center #e87e70;
}

#container #wrap .box1 .plan_reserve_btn a{
  display: none;
}
#container #wrap .box1 .plan_reserve_btn .yokohama{
  display: block;
}


#container #wrap .box2 ,
#container #wrap .box3 {
  clear: both;
  margin-bottom: 20px;
}

.box1 .column {
  margin: 10px 0 0 !important;
  content: "";
    display: block;
    overflow: hidden;
}

#container #wrap .box1 .column .float_L {
  float: left !important;
  width: 420px !important;
  margin-right: 20px !important;
}

#container #wrap .box1 .column .float_R {
  float: left !important;
  width: 200px !important;
  padding-bottom:40px;
  text-align: center;
}

#container #wrap .box1 .column .float_R.width200 p img {
  max-width: 200px !important;
  height: auto !important;
  max-height: 200px;
}

#wrap table.width100p {
  width: 100%;
}

#wrap table {
  border-collapse: collapse;
    border-spacing: 0;
    margin-top:0 !important;
}

#wrap table th {
    background: #c9a05d none repeat scroll 0 0 !important;
    border: 1px solid #d9d9d9;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  text-align: left;
  font-size: 12px;
  color:#fff;
}

#wrap td {
    border: 1px solid #d9d9d9;
    padding: 10px;
  text-align: left;
  font-size: 12px;
}

#wrap .head2 {
    color: #0a4b7c !important;
    font-size: 15px !important;
    border:0 !important;
    margin:30px 0 10px !important;
    padding:0 !important;
  /* 注：プラグイン側のCSSとの競合があるためのimportant */
}

/* 既存デザイン
#wrap .head2 {
    border-bottom: 1px solid #978474;
    color: #978474;
    font-size: 136%;
    margin-top: 10px;
    padding: 0 0 10px;
}*/


#wrap .box3 .box3_image {
  text-align: center;
}



/*space
-------------------------*/

.space_image{
  position: relative;
  background: url("images/space_01.jpg") no-repeat;
  height:390px;
  width:633px;
}

.space_image p{
  position: absolute;
  cursor: pointer;
  text-align: center;
  text-indent: -9999px;
}
.space_image p a{
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.space_image p a:hover{
  background: rgba(255, 255, 255, 0.5);
}

.space_image .link_01{ /* マルセイユ */
  height:77px;
  width:114px;
  top:16px; left:507px;
}
.space_image .link_02{ /* カンヌ */
  height:60px;
  width:69px;
  top:16px; left:439px;
}
.space_image .link_03{ /* ニース */
  height:60px;
  width:30px;
  top:16px; left:410px;
}
.space_image .link_04{ /* マンハッタン */
  height:110px;
  width:241px;
  top:16px; left:167px;
}

.space_image .link_05{ /* オスロ */
  height:60px;
  width:66px;
  top:16px; left:97px;
}
.space_image .link_06{ /* リバプール */
  height:38px;
  width:81px;
  top:16px; left:15px;
}
.space_image .link_07{ /* キャンベラ */
  height:36px;
  width:64px;
  top:55px; left:15px;
}

.space_image .link_08{ /* ヨコハマ */
  height:113px;
  width:372px;
  top:266px; left:249px;
}

#lightbox #imageDetails{
  display: none;
}


.sp_space_image{
 display: none;
}


.space-name-wrap {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  width: 640px;
}
.space-list {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.space-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 152.5px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.space-list li:not(:nth-child(4n)){
  margin-right: 10px;
}

.space-list .leftbox {
  display: flex;
  align-items: center;
}
.space-list .max::after {
  content: "名";
  font-size: 11px;
}
[class*="space-list"] .num {
  height: 15px;
  width: 15px;
  background: #5e4f43;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 5px;
}

.space-list-union {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;

  padding-top: 10px;
  border-top: double 3px #ddd;
}
.space-list-union li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  margin-bottom: 10px;
}
.space-list-union li br {
	height: 0;
	width: 0;
	display: none;

}

/* タイトル部分 */
.space-heading {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-top: 3px solid #03497c;
  padding: 5px;
  font-size: 16px;
  margin-top: 20px;
}
.space-heading .name {
  font-weight: bold;
  margin-left: 10px;
}
.space-heading .icon {
  width: 20px;
  height: 20px;
  background: #5e4f43;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 3px;
}

#container .wp-image-4037,#container .wp-image-4043,
#container .wp-image-4045,#container .wp-image-4046 {
	margin-top: 15px;
}

/*map
-------------------------*/

.access_top .gold{
  color:#b28247;
}

.access_top .access_tel{
  color:#b28247;
  font-weight: bold;
  font-size:20px;
  margin-bottom:10px;
}

dl.access {
  border-top:1px #ccc dashed;
  margin-top:18px;
  padding-top:18px;
}

dl.access dt {
  float: left;
  clear: both;
  width: 100px;
  font-weight: bold;
}

dl.access dd {
  width: 530px;
  float: left;
  margin-bottom: 30px;
  position: relative;
}

dl.access dd .white_back{
  position: absolute;
  top:0;
  right: 30px;
}
dl.access dd .white_back .blue{
  color: #0a5c97;
}

h2.h2_normal{
  background: #fff none repeat scroll 0 0;
  border-bottom: 0 none;
  border-top: 2px solid #0a4b7c;
  color: #b28247;
  font-size: 17px;
  margin-bottom: 15px;
  padding: 5px;
  text-align: left;
}

.shop_photo {
  float: left;
  width: 500px;
}

.shop_photo img {
  margin-bottom: 10px !important;
}

#map-canvas {
  height: 300px;
  width: 640px;
}


/*plan（一覧）
-------------------------*/

.plan {
}

.plan ul li {
  width: 290px;
  float: left;
  margin: 0 60px 25px 0;
}

.plan ul li:nth-child(2n) {
  margin: 0 0 25px 0;
}

.plan ul li a {
  display: block;
  font-size: 12px;
  color:#595757;
  transition: all 0.5s ease 0s;
}

.plan ul li a:hover img{
  opacity: 0.5;
}




.plan ul li a strong{
  display: block;
  color: #da9e55;
  font-size: 17px;
}

.plan ul li a img {
  margin-bottom: 5px;
}

.plan ul li a:hover {
  text-decoration: underline;
}


.plan ul li .detail {
  font-size: 92%;
  height: 100px;
}


/*INFORMATION
-------------------------*/

.newsList {
  margin-top: 30px;
}

.newsList .news_box {
  border: 1px solid #d3ae75;
  margin: 0 0 20px;
  padding: 10px 15px;
  width: 618px;
  text-align: right;
  position: relative;
}

.newsList .news_box .date{
color: #595757;
font-family: Century Gothic;
font-style: italic;
font-weight:bold;
padding:0;
margin: 0;
}
.newsList .news_box h2 {
    position: relative;
}

.newsList .news_box h2 a {
  font-size: 85%;
  display: block;
  color: #b28247;
  border-bottom: #ccc solid 1px;
  padding: 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
}

.newsList .news_box h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #b28247;
}

.newsList .news_box .image {
  height: 155px;
  width: 240px;
  display: block;
  margin-right: 20px;
  float: left;
}

.newsList .news_box .image img {
  width: 100%;
  height: auto;
}

.newsList .news_box p {
margin-bottom: 7px;
  text-align: left;
}

.newsList .news_box .more_link {
  position: absolute;
  bottom:0;
  right: 0;
  background: #d3ae75;
  padding: 4px 6px;
  color: #FFF;
  font-size: 92%;
  text-decoration: underline;
}

.newsList .news_box .more_link:hover {
  background: #864E29;
  text-decoration: none;
}

.wp-pagenavi {
  text-align: center;
  padding: 5px 0 0 0;
}

.wp-pagenavi .pages{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #d3ae75;
    margin: 2px;
    padding: 3px 6px;
    text-decoration: none;
  color: #d3ae75;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #d3ae75;
  color: #FFF;
  border: 1px solid #d3ae75;
}

#container h1.single {
  margin-bottom: 30px;
}

#container .single_main {
  margin:10px 0;
}

#container .single_main p {
  line-height: 2.0;
}

#container .single_main img {
  max-width: 640px;
  height: auto;
}

#container .single_day {
  color: #595757;
  font-family: Century Gothic;
  font-style: italic;
  font-weight:bold;
  padding:0;
  margin: 0;
}

img.alignleft {
    text-align: left;
}

img.aligncenter {
    display: block;
    margin: 1px auto;
}

img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

.pc_switch {
  display: none;
}


/*privacy
-------------------------*/

.privacy p {
  margin-bottom: 50px;
}

.privacy ul li {
  margin-bottom: 25px;
}

.privacy a {
  text-decoration: underline;
  color: #978474;
}

.privacy a:hover {
  text-decoration: none;
}

.cancel a {
  text-decoration: line-through;
}

.cancel a:hover {
  color: inherit !important;
}


/*form
-------------------------*/
.form_h1{
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 0;
}

.form_header .bottom_padding{
  padding:0 0 15px;
}


/* ページidごとにステップを分ける */

.form_header .inner .step{
  width:630px;
  height:55px;
  position: absolute;
  bottom:15px;
  right:0;
}

body.page-id-155 .form_header .inner .step{
  background: url("images/form_flow1.jpg") no-repeat;
}
body.page-id-228 .form_header .inner .step{
  background: url("images/form_flow2.jpg") no-repeat;
}
body.page-id-231 .form_header .inner .step{
  background: url("images/form_flow3.jpg") no-repeat;
}

.form_content #container{
  width:960px;
  font-size:13px;
}
.form_content strong{
  color:#171c61;
  font-size:14px;
  font-weight:bold;
}

.form_content .tel{
  color:#c30d23;
  margin: 10px 0;
  font-size: 16px;
  font-weight:bold;
}

.form_content .underline {
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}
.form_content .underline span{
  text-align: center;
  display: block;
  padding:2px 0;
  width: 120px;
}

.form_content .caption{
  color:#ee2214;
  padding:10px 0;
}
.form_content .caption strong{
  font-weight:normal;
  color:#fff;
  background:#ee2214;
  font-size: 11px;
  padding:3px;
  margin-right:5px;
}

input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form_table {
  margin: 0 auto;
  border:5px #efefef solid;
  padding:10px;
  background:#fff;
  width:830px;
}
.form_table dl{
  display: table;
  vertical-align: top;
  border:#999 solid 1px;
  border-bottom: 0;
}
.form_table dl:nth-of-type(7){
  border-bottom:#999 solid 1px;
  margin-bottom:20px;
}

.form_table dl:nth-of-type(14){
  border-bottom:#999 solid 1px;
}
.form_table .form_topic{
  color:#be9256;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.form_table dt {
  display: table-cell;
  background: #EDEDED;
  padding: 5px 10px;
  font-size: 12px;
  font-weight:bold;
  width:150px;
}
.form_table dt:last-child{
  border-bottom:#999 1px solid;
}

.form_table dt .tag {
  display: table-cell;
  color: #fff;
  background: #e60012;
  font-size: 10px;
  padding: 2px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;

}

.form_table dd {
  display: table-cell;
  background: #FFF;
  padding: 15px 10px;
  width: 639px;
  border-left: 1px #999 solid;
}

.form_table dd input ,
.form_table dd textarea {
  font-size: 14px;
  padding: 5px 7px;
  border:1px #ccc solid;
  border-radius: 7px;
}

.form_table dd textarea {
  width: 98%;
}

.form_table dd input {
  margin-right: 5px;
}
.form_table dd input[type="text"] {
 width:300px;
}
.form_table dd label {
  margin-right: 10px;
}
.form_table dd.small input[type="text"] {
  width:80px;
}
.form_table dd.long input[type="text"] {
  width:360px;
}

.form_table dd .rule{
float:right;
padding-top:5px;
}

.form_submit_table{
  text-align:center;
  padding:15px 30px 10px;
}
.form_submit_table input{
  color:#fff;
  font-weight:bold;
  font-size:15px;
  text-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  text-align:center;
  padding:10px 40px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b38348 0%, #bd9054 60%, #c9a063 100%) repeat scroll 0 0;
  border:2px #fff solid;
  border-radius:7px;
  cursor: pointer;
}

.form_footer{
  width:960px;
  margin: 0 auto;
  text-align:center;
}
.form_footer .copyright{
  font-size:11px;
  color:#fff;
  padding: 5px 0;
}


/*404ページ
-------------------------*/
.height-404 {
  min-height: calc(100vh - 418px);
}
.error-404 {
  text-align: center;
}
.error-404 .page-title {
  font-weight: normal;
}
.error-404 .page-sub-title {
  font-size: 12px;
  color: #ccc;
}
.error-404 .page-sub-title {
  max-width: 265px;
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
}
.error-404 .page-sub-title::before,
.error-404 .page-sub-title::after {
  border-top: 1px solid #ddd;
  content: "";
  flex-grow: 1;
}
.error-404 .page-sub-title::before { margin-right: 0.5em; }
.error-404 .page-sub-title::after { margin-left: 0.5em; }


@media (max-width: 600px) {
  .pc_switch {
    display: none;
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
  }
}


/* 問い合わせリンク削除 */
/* .inner .h_web,
.side_bnr .widget-container:first-child .widget_sp_image-image-link,
.contact .right,
#header .info,
.plan_reserve_btn{
	display: none !important;
}
#footer .inner .f_shop_info .contact .left {
	float: none !important;
	border-right: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
	width: auto !important;
} */
