﻿@charset "utf-8";
/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body , html {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	/*overflow-x: hidden;*/
}
.bg_green01{
	background-color:#EFF8EA !important;
}
.bg_green02{
	background-color:#6AAA3A !important;
}
.bg_brown{
		background-color:#DFCEB9 !important;
}
.bg_black{
		background-color:#000 !important;
		color:#fff;
}
.bg_gray01{
		background-color:#ECEBE8 !important;
}
.bg_red01{
		background-color:#F8F1F1 !important;
}
.bg_red02{
		background-color:#591E1E !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:120px !important;
}
.bold{
	font-weight: bold !important;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
}
.inner{
	width:980px;
	margin:0 auto;
}
body {
	line-height:1.7;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section, address {
	display:block;
}
nav ul {
	list-style:none;
}

/*blockquote, q {
	background: #f6f6f6;
    padding: 2em 3em;
    border: solid 1px #cccccc;
}*/

blockquote, q {
    position: relative;
    padding: 2em 3em;
    box-sizing: border-box;
    background: #f3f3f3;
    margin-bottom: 1em;
}

.entry-body blockquote p,
.entry-mome blockquote p,
.entry-body q p,
.entry-more q p {
    margin: 0;
}
blockquote{
    position: relative;
    margin: 0 1em 1.5em;
    padding: 2em 3em;
    background-color: #f3f3f3;
    z-index: 1;
}

blockquote p{
    position: relative;
    z-index: 3;
}

blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #CCCCCC;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #CCCCCC;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	color:#000;
	text-decoration:none;
}

mark {
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

h1 {
font-size: 180%;
line-height: 150%;
margin-bottom: 10px;
}

input, select {
	vertical-align:middle;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}
.youtube_top {
	text-align:center !important;
	margin:0 auto 0px auto;
}

.youtube {
	text-align:center !important;
	margin:0 auto 20px auto;
}
.youtube2 {
	text-align:center !important;
	margin:50px auto 10px auto;
}

img {
	border: none;
	vertical-align:bottom;
	z-index: 2;
}
a img {
}
a:hover img,
input[type="image"]:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a {
	color: #A47B4A;
	text-decoration: none;
}
a:visited {
	/* color: #333333; */
	/* color: #A47B4A; */
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	/* text-decoration: none; */
	text-decoration: underline;

}

#main {
	max-width: 100%;
	overflow: hidden;
	padding-top:80px; /*通常営業ヘッダー*/
	/*padding-top: 140px;*/ /*nenmatsunenshi*/
	/*padding-top: 165px;*/ /*コロナ対策*/
}

#main a {
	transition: 0.3s ;
}
#main a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

header {
	position:fixed;
	top:0;
	z-index:99999;
	background:#fff;
	width:100%;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	/*height: 140px;*/  /*nenmatsunenshi*/　/*通常営業時はなし*/
}
.wrap , #header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.wrap {
	padding-top: 20px; /*通常営業ヘッダー*/
	/*padding-top: 50px;*/ /*nenmatsunenshi*/
}
.header_logo {
	float: left;
	padding-top: 30px; /*通常営業ヘッダー*/
	/*padding-top: 55px;*/ /*nenmatsunenshi*/
	padding-bottom: 30px;
}

#header {
	position: relative;
	z-index: 9000;
}
#gnav {
	display: block;
	width: 460px;
	float: right;
	z-index: 2;
	padding-top: 25px; /*通常営業ヘッダー*/
	/*padding-top: 30px;*/ /*nenmatsunenshi*/
	padding-right: 250px;
}
#gnav ul {
	display: block;
	list-style: none;
	height: 66px;
	margin-left: 100px;
	/*margin-left: 20px;*/ /*料金シミュレーション用*/
	/*padding-top: 10px;*/ /*nenmatsunenshi*/ /*通常営業時なし*/
}
#gnav li {
	display: block;
	height: 66px;
	float: left;
}
#gnav a {
	display: block;
	height: 66px;
	text-indent: -9999px;
}
#gnav .li01 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: 0px 15.5px;
	width: 76px;
}
#gnav .li02 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: -70px 15.5px;
	width: 64px;
}
#gnav .li03 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: -133px 15.5px;
	width: 59px;
}
#gnav .li04 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: -190px 15.5px;
	width: 78px;
}
#gnav .li05 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: -268px 15.5px;
	width: 70px;
}
#gnav .li06 a {
	background-image: url(../img/gnav2.png);
	background-repeat: no-repeat;
	background-position: -340px 15.5px;
	width: 80px;
}
#gnav .li01 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	width: 76px;
}
#gnav .li02 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: -70px 16px;
	width: 64px;
}
#gnav .li03 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: -133px 16px;
	width: 59px;
}
#gnav .li04 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: -190px 16px;
	width: 78px;
}
#gnav .li05 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: -268px 16px;
	width: 70px;
}
#gnav .li06 a:hover {
	background-image: url(../img/gnav2_on.png);
	background-repeat: no-repeat;
	background-position: -340px 16px;
	width: 80px;
}
#header .reserve {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 11px;
	width: 233px;
}
#header .reserve a {
	display: block;
	text-align: center;
}
#header .reserve span a {
	float: left;
}
#header .reserve .pcReserve {
	float: left;
	width:80px;
	display: block;
	text-align: center;
}
#header .reserve .re_top {
	margin-bottom: 8px;
}
#header .reserve .con {
	margin-right: 3px;
}

#icatch {
	background-image: url(../img/icatch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
	text-align: center;
	position: relative;
        height: 25vw;
        min-height: 300px;
}
#icatch h2 {
	font-size: 24px;
	line-height: 150%;
	color: #ffffff;
	font-weight: normal;
	display: block;
	width: 100%;
	position: absolute;
	top:38%;
        text-shadow: 1px 2px 3px #808080;
}
section {
	line-height: 1.7;
}
.h3-normal {
	display: block;
	background-color: #F7F6F4;
	border-left: 3px solid #000000;
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 30px;
	clear: both;
	font-weight: normal;
}
.h4_top {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: normal;
}
.h4_top span {
	font-weight: bold;
	font-size: 130%;

}
#top_area {
	width: 660px;
	float: left;
}
#side {
	float: right;
	width: 270px;
	text-align: center;
	line-height: 150%;
}
#page #side {
	margin-top: 0px !important;
}
#top_area .left {
	float: left;
	margin-bottom: 30px;
}
#top_area .right {
	float: right;
	width: 254px;
}
#top_area .bottom {
	clear: both;
	padding-bottom: 70px;
}
#top_area .right label {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	vertical-align: middle;
	border: 3px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 3px solid #e1ddd5 !important;
}
#top_area .right select
{
	position: relative;
	z-index: 1;

	line-height: 42px;

	display: block;

	width: 100%;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
	text-indent: 8px;

	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#top_area .right label:after
{
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 42px;
	height: 42px;
	margin: auto;
	background-color: #e8e5de;
	content: '';
	background-image: url(../img/top_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.submit {
	margin-top: 20px;
}
.submit a {
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	line-height: 200%;
	text-align: center;
}
.submit span {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(../img/top_search.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.submit a:hover {
	text-decoration: none;
}
#top_area .right .submit a {
	display: block;
	width: 100%;
}
.formwrap {
	position: relative;
	width: 100%;
}
.formwrap input.textBox {
	width: 476px;
	float: left;
	border: 3px solid #DDDDDD;
	font-size: 110%;
	padding: 10px;
}
.formwrap span {
	display: block;
	float: right;
	width: 130px;
	height: 44px;
	padding: 0 !important;
	margin-top: 0;
}
.formwrap .submit a {
	display: block;
	padding: 0;
	width: 130px;
	height: 44px;
	line-height: 44px;
}
#side .bn {
	margin-bottom: 15px;
	margin-left: 0 !important;
	margin-right: 0!important;
}
#side .title {
	background-color: #666666;
	display: block;
	padding: 5px 0;
	color: #ffffff;
	margin-bottom: 20px;

}
#side .btn01 a {
	display: block;
	border-radius: 3px;
	border: 3px solid #C73C19;
	padding: 20px 0;
	font-size: 120%;
	background-image: url(../img/top_calender_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #ffffff;
}
#side .btn01 span {
	background-image: url(../img/top_calender.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
#side .btn02 a {
	display: block;
	border-radius: 3px;
	border: 3px solid #dfceb9;
	padding: 15px 0;
	font-size: 120%;
	background-image: url(../img/top_mail_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000;
}
#side .btn02 span {
	background-image: url(../img/btn_contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 65px;
}
#side .btn04 a {
	display: block;
	border-radius: 3px;
	border: 3px solid #dfceb9;
	padding: 15px 0;
	font-size: 120%;
	background-image: url(../img/top_mail_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000;
}
#side .btn04 span {
	background-image: url(../img/btn_simulation.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#side .btn01 , #side .btn02 {
	margin-bottom: 15px !important;
}
#side p {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#side .all_list {
	margin-left: 0;
	margin-right: 0;
}
#side .all_list a {
	background-color: #000;
	display: block;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
}
#side .all_list span {
	background-image: url(../img/top_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side .title {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#side .tel {
	text-align: left;
	padding: 0 30px;
	font-size: 170%;
	line-height: 120%;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0px !important;
}
#side .tel span {
	font-size: 45%;
	line-height: 120%;
	background-color: #d6d6d6;
	padding: 2px 15px;
	border-radius: 5px;
}
#side .sidewrap {
	background-image: url(../img/top_side_bg.jpg);
	background-repeat: repeat;
	padding: 10px 0;
	margin-bottom: 20px;
}
#side .list {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#side .list a {
	display: block;
	padding: 10px 0;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	line-height: 200%;
	text-align: center;
}
#side .list span {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(../img/top_list.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#top_sp {
	background-image: url(../img/top_sp_bg.png?200625);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-bottom: 70px;
	color: #fff;
}
.h3_img {
	margin-bottom: 50px;
	text-align: center;
}
#top_sp ul {
	list-style: none;
}
#top_sp li {
	display: block;
	width: 24.949%;
	float: left;
	margin-bottom: 30px;
}
#top_sp p {
	margin: 0px 20px;
}
#top_sp .img , #top_pickup .img {
	margin-bottom: 20px
}
#top_sp .title , #top_pickup .title {
	font-size: 130%;
	margin-bottom: 15px;
}
#top_sp .txt , #top_pickup .txt {
	text-align: left;
	font-weight: normal;
}
#top_pickup .link {
	display: block;
	margin: 0 30px;
	padding-top: 30px;
}
#top_pickup .link a {
	display: block;
	border: 3px solid #333333;
	text-decoration: none;
	color: #333333;
	padding: 10px;
	border-radius: 3px;
}
.more_btn {
	clear: both;
	text-align: center;
	display: block;
	margin: 70px auto;
}
.more_btn a {
	padding: 15px 80px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
.more_btn_orange {
	clear: both;
	text-align: center;
	display: block;
	margin: 70px auto;
}
.more_btn_orange a {
	padding: 15px 80px;
	background-color: #C73C19;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
.more_btn.green a {
	background-color: transparent;
	border: 2px solid #fff;
}
#news .left , #news .right {
	width: 470px;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
#news .room_news , #news .right {
	width: 470px;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
#news .room_campaign , #news .right {
	width: 470px;
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
    float: right;
	/*margin-right:40px;*/
}
#news .left {
	float: left;
}
#news .right {
	float: right;
}
#news .left_news {
	float: left;
}
#news .room_news {
	float: left;
}
#news .listbtn {
	position: absolute;
	z-index: 3;
	top: 7px;
	right: 10px;
}
#news .li {
	margin-bottom: 15px;
	clear: both;
	padding: 0 15px;
}
#news a {
	color: #a47b4a;
}
#news span {
	display: block;
}
/*#news .left img {
	float: left;
}*/
#news .right .li p {
	padding-left: 150px;
}

#news .room_campaign img {
	float: left;
}
#news .room_campaign .li .campaign {
	padding-left: 150px;
}
#news .scroll {
	height: 250px;
	overflow: auto;
}
#top_pickup {
	text-align: center;
	background-color: #f4f4ee;
	padding-bottom: 30px;
}
#top_pickup ul {
	list-style: none;
}
#top_pickup li {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 30px;
}
#top_pickup li p {
	margin: 0 20px;
}
#top_sv , #top_rc , #top_vo {
	padding-bottom: 70px;
}
#top_sv ul , #top_rc ul {
	list-style: none;
}
#top_sv ul {
	margin-bottom: 30px;
}
#top_sv li , #top_rc li {
	display: block;
	float: left;
	width: 315px;
	margin-bottom: 17px;
	margin-right: 17px;
	line-height: 130%;
}
#top_sv li:nth-child(3n) , #top_rc li:nth-child(3n) {
	margin-right: 0px;

}
#top_rc li img {
	float: left;
	margin-right: 15px;
}
#top_rc .title {
	margin-bottom: 5px;
	font-weight: bold;
}
#top_rc .txt {
	font-size: 90%;
}
#top_vo .li {
	display: table-cell;
	width: 50%;
	padding: 0 !important;
	margin: 0 !important;
}
#top_vo .li img {
	margin-left: 30px;
}
#top_vo .li p {
	margin-right: 30px;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 150px;
	font-size: 90%;
	line-height: 140%;
}
#top_vo .border {
	border-top: 2px solid #f4f2ef;
	border-bottom: 2px solid #f4f2ef;
	padding: 30px 0;
	display: table;
	width: 100%;
}
#top_vo .title {
	font-size: 110% !important;
	font-weight: bold;
	margin-bottom: 5px !important;
	display: block;
}
#top_vo .more_btn {
	display: block;
	padding-top: 50px;
}
.img_left {
	float: left;
	margin-right: 20px;
}
.img_right {
	float: right;
	margin-left: 20px;
}
#footer {
	background-color: #646464;
	padding-bottom: 50px;
	position: relative;
	margin-top: 20px;
}
#footer .wrap {
	position: relative;
	/* text-align: center; */
}
/*#footer .pagetop {
	position: absolute;
	top: -20px;
	right: 0;
	margin-top: 0px;
}*/
#footer ul {
	list-style: none;
	/* text-align: center; */
}
#footer ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	font-size: 90%;
	line-height:1.7em;
	margin:5px 0 0 0;
}
#footer ul li:last-child,
#footer ul li:nth-child(9){
	border:none !important;
}
#footer ul li a {
	margin-left: 5px;
	margin-right: 5px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .logo {
	margin: 20px 0;
}
#footer .title {
	margin-bottom: 20px;
}
#footer address {
	color: #fff;
	font-style: normal;
	padding-left: 15px;
}
#footer .none {
	border: none !important;
}
#footer .smp_footnav , #smp_header , #smp_gnav , #smp_sub_nav {
	display: none;
}

#sub_nav {
	background-color: #000;
	padding-top:120px;
	position: fixed;
	width: 100%;
	z-index: 500;
}
#sub_nav .wrap {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#sub_nav ul {
	font-size: 0;
    text-align: center;
}

#sub_nav li {
	display: inline-block;
	width:20%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight:bold;


}
#sub_nav a {
	color: #fff;
	display: block;
	padding: 15px;
	transition: 0.3s ;
}
#sub_nav a:hover {
	color: #999999;
}

#pankuzu {
	margin-top: 0; /*通常営業*/
	/*margin-top: 30px;*/ /*nenmatsunenshi*/
	font-size: 85%;
	padding-top:150px; /*通常営業*/
	/*padding-top:250px !important;*/ /*通常営業*/
}
#pankuzu span {
	margin-left: 8px;
	margin-right: 8px;
}
#pankuzu a {
	color: #b89264;
}
#pankuzu a:hover {
	text-decoration: underline;
}
#caption {
	border: 3px solid #f7f6f4;
	margin-bottom: 30px;
	padding: 20px 0;
	line-height: 150%;
	background-image: url(../img/area_img.png);
	background-repeat: no-repeat;
	background-position: right 15px bottom 0px;
}
#caption div {
	border-left: 3px solid #000;
	border-right: 1px dotted #000;
	float: left;
	width: 45%;
        margin-left:10px;
}
#caption h2 {
	font-size: 180%;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height:150%;
}
#caption .txt {
	display: block;
	margin-left: 10px;
	margin-right: 30px;
	background-color: #F7F6F4;
	padding: 10px;
	font-size: 110%;
}
#caption .comment {
	display: block;
	width: 380px;
	float: right;
	margin-right: 120px;
	line-height: 130%;
	font-size: 95%;
}
#map iframe {
	width: 100%;
	margin-bottom: 30px;
}
.area_li {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 3px solid #f4f2ef;
	clear: both;
	position: relative;
}
.area_li:nth-child(2n) {
	margin-bottom:30px;

}
.area_li .right {
	float: right;
	width: 640px;
}
.area_li.all .right {
	float: none !important;
	clear: both !important;
	width: auto !important;
	border-bottom: none !important;

}
.area_li.all {
	border-bottom: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.area_li .title_s {
	font-size: 130%;
	margin-bottom:10px;
}
.area_li h3 , .area_li h2{
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 10px;
}

.area_li ul.list {
	list-style: none;
	display: block;
	background-color: #F7F6F4;
	margin-bottom: 20px;
}
.area_li ul.list li {
	display: inline-block;
	padding: 7px;
}
.area_li ul.list img {
	margin-right: 5px;
}
.area_li ul.point li {
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-bottom:8px;
}
.area_li ul.point {
	margin-bottom: 10px;
}
.area_li .txtarea {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 2px solid #F7F6F4;
}
.area_li .more_btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#slider {
	list-style: none;
}
#slider {
	margin-bottom: 10px;
}
.mar-no-top {
	padding-top: 30px !important;
}
#page .area_more .left_sub {
	float: left;
	width: 670px;
}


.left_sub{
	width:600px;
}
.left_sub dt{
	display: block;
	background-color: #F7F6F4;
	border-left: 3px solid #000000;
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 30px;
	clear: both;
	font-weight: normal;
}
.left_sub dd{
	margin-bottom:30px;
}


.massages {
	border: 2px solid #f1f0ed;
	padding: 15px 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.massages .title {
	padding-top: 10px;
	margin-bottom: 20px;
}
h3.h3-area {
	color: #ae844f;
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: normal;
}
.area_point_ico {
	list-style: none;
	margin-bottom: 60px;
}
.area_point_ico li {
	display: block;
	float: left;
	width: 450px;
	padding: 10px;
	border: 3px solid #f1f0ed;
	margin-bottom: 15px;
	line-height: 150%;
}
.area_point_ico li:nth-child(odd){
	margin-right: 25px;
}
.area_point_ico .img_l {
	float: left;
	margin-right: 20px;
}
.area_point_ico p {
}
.area_point_ico .title {
	font-size: 120%;
	margin-bottom: 10px;
}
.wrap .bottom-mar {
	margin-bottomo : 50px;
}
.photos_wrap {
	width: 475px;
	height: 375px;
	border: 3px solid #f1f0ed;
	position: relative;
	z-index: 2;
	display: table;
}
.photos_wrap.left2 {
	float: left;
}
.photos_wrap.right {
	float: right;
}
.photos_wrap .img_p {
	/* display: block !important; */
	text-align: center !important;
	width: 100% !important;
	display: table-cell; /* 追加　*/
    vertical-align: middle; /* 追加　*/
}
.photos_wrap .img_p img {
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	width: 100%;
}
.photos_wrap .lb , #room_imglist .lb{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
.photos_wrap .ol {
	font-size: 140%;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#top_vo .img_l {
	float: left !important;
	margin-right: 20px !important;
}
#room_table table {
	width: 100%;
	margin-bottom: 50px;
}
.tablewrap table.price {
	width: 670px;
	margin-bottom: 50px;
}
.tablewrap02 table.price {
	margin-bottom: 50px;
}

#room_table .smp_ok , #room_table .pc_no {
	display: none;
}
#room_table th , table.price th {
	/* background-color: #000; */
	background-color: #555;
	color: #fff;
	font-weight: normal;
	padding: 10px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}
#room_table td , table.price td {
	border-right: 2px solid #fff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#room_table tr:nth-child(2n) td , table.price tr:nth-child(2n) td  , table.price tr:nth-child(2n+1) td{
	background-color: #f8f7f6;
}
#room_table .yokohama tr:nth-child(2) td {
    background: #f5e58dad;
}
#room_table strong , table.price strong {
	color: #ff0000;
	font-weight: normal;
}
#room_table .morelink a {
	background-color: #A47B4A;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
}
#room_table .more {
	width: 140px;
}
#room_table .img {
	width: 190px;
}
.p-right {
	text-align: right;
}
.p-left {
	text-align: left;
}
#smp_contact {
	display: none;
}
#single_nav {
	float: right;
	width: 270px;
}
#rm_single {
	float: left;
	width: 670px;
}
#rm_single section {
	margin-bottom: 50px;
}
#rm_single .icolist , .single_ico .icolist , #rm_single .img_list {
	list-style: none;
	text-align: left;
}
#rm_single .icolist li , .single_ico .icolist li {
	float: left;
	margin-right: 10px;
	width: 75px;
	height: 107px;
	margin-bottom: 20px;
}
.single_ico {
	margin-bottom:60px;
	}
#rm_single .icolist li:nth-child(8n) , #rm_single .img_list li:nth-child(4n) {
	margin-right: 0;
}
#rm_single .btmar {
	margin-bottom: 30px;
}
#rm_single .img_list li {
	float: left;
	width: 161px;
	margin-right: 8px;
	text-align: center;
}
#rm_single .img_list {
	margin-bottom: 100px;
}
#single_nav .side_title {
	display: block;
	color: #fff;
	padding: 10px;
	text-align: center;
	background-color: #666666;
}
#single_nav .room_list {
	margin-bottom: 30px;
	display: block;
	list-style: none;
	border: 3px solid #f1f0ed;
}
#single_nav .room_list li {
	display: block;
	padding-left: 20px;
}
#single_nav .room_list li:nth-child(2n) {
	background-color: #f8f7f6;
}
#single_nav .room_list a {
	display: block;
	padding: 15px 30px;
	background-image: url(../img/area_li.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.mainimg {
	margin-bottom: 10px;
}
.mainimg li {
	width:100%;
	height:auto;
	overflow:hidden;
}
.mainimg li.item2, .mainimg li.item3, .mainimg li.item4 {
	display: none;
}
.thumb, .thumb li {
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}
.thumb li {
	display:inline-block;
	width:100px;
	height:auto ;
	overflow:hidden;
	cursor:pointer;
	vertical-align:top;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top:10px;
}
.more_btn.left {
	text-align: left !important;
}
.at_bn {
	margin-bottom: 20px;
	margin-top: 30px;
}
.single_btm {
	margin-bottom: 60px;
}
#room_imglist {
	letter-spacing: -.40em;
}

#room_imglist .li {
	display: inline-block;
	letter-spacing: normal;
	width: 319px;
	padding: 0;
	text-align: center;
	margin-right: 11px;
	vertical-align: top;
}
#room_imglist .li:nth-child(3n) {
	margin-right: 0;
}
#room_imglist .imgwrap {
	display: block;
	position: relative;
}
.h3-normal.mar_s {
	margin-bottom: 20px;
}
.p-mar {
	margin-bottom: 20px;
}
.p-mar2 {
	margin-bottom: 20px;
	font-size:28px
}
.h4_single {
	margin-bottom: 15px;
}
.icolist .price {
	font-size: 90%;
	text-align: center;
}
.icolist.list2 li {
	height: 150px;
}
.icolist.list2 .mar {
	margin-bottom: 15px;
}
p.red , li.red , span.red {
	color: #ff0000;
}
.list_comment {
	list-style: none;
	font-size: 90%;
}
#slide {
	position: relative;
	z-index: 1;
}
#slide .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 50;
}
#slide .txt02 {
	width: 100%;
	display: block;
	z-index: 50;
	height: 50px;
	background-image: url(../img/bg_txt01.png);
	background-repeat: repeat-x;
	background-color:#333333;
	color:#FFFFFF;
	font-size:23px;
	line-height:50px;
	text-align:center;
}
#slide .txt03 {
	width: 100%;
	display: block;
	z-index: 50;
	background-image: url(../img/bg_txt01.png);
	background-repeat: repeat;
	background-color:#333333;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	padding:10px 0;
}


.slide_area_inner {
	box-sizing: border-box;
	margin-left: calc((100vw - 100% / 2) * -1);
	margin-right: calc((100vw - 100% / 2) * -1);
	padding: 0 calc(100vw - 100% / 2);
	background-color: #F4F3F2;
}


.btmar2 {
	margin-bottom: 40px;
}
.data_list {
	list-style: none;
	margin-bottom: 60px;
}
.data_list li {
	width: 317px;
	float: left;
	margin-right: 14px;
}
.data_list .title_s {
	padding: 5px 0px;
	font-size: 90%;
}
.title_02 {
	color:#CC3300;
	font-size: 150%;
	margin-bottom:10px;
	font-weight:500;
}
.title_s {
	color:#333;
	font-size: 100%;
	margin-bottom:10px;
}
.data_list .img img {
	width: 100%;
	height: auto;
}
.data_list .title {
	font-size: 110%;
	margin-bottom: 10px;
}
.data_list li:nth-child(3n) {
	margin-right: 0;
}
.data_list .more_btn {
	padding-top: 15px;
	margin-bottom: 20px;
}
.data_list .more_btn a {
	color: #fff !important;
}
.icolist .pc_no , #slide .pc_no {
	display: none;
}
.food{
}
.food .imglist{
	margin-bottom:20px;
}
.food table{
	border:1px solid #fff;
	border-collapse:collapse;
	width:100%;
	vertical-align:middle;
	text-align:center;
	margin-bottom:20px;
}
.food table tr{
	border:1px solid #fff;
	border-collapse:collapse;
}
.food table tr th{
	border:1px solid #fff;
	border-collapse:collapse;
	vertical-align:middle;
	padding:10px;
}
.food table tr td{
	border:1px solid #fff;
	border-collapse:collapse;
	vertical-align:middle;
	padding:10px;
}
.food table tr td:nth-of-type(2),
.food table tr td:nth-of-type(3){
	padding:10px 60px;
}
.mr60{
	margin-right:60px;
}
.float_r{
	float:right;
}
.center{
	text-align:center;
}
.nopc{
	display:none;
}
.map{
	text-align:center;
	margin-bottom:70px;
}
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:70px;
width: 100% !important;
height: 250px;
margin-left: 2% !important;
}

.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.maplist{
	margin-bottom:70px;
}
.maplist dl{
	display:table;
	border-bottom:1px solid #E2DED6;
	width:100%;
}
.maplist dl dt{
	display:table-cell;
	box-sizing:border-box;
	width:15%;
	padding:3%;
}
.maplist dl dd{
	display:table-cell;
	box-sizing:border-box;
	width:85%;
	padding:3%;
}
.navi{
	letter-spacing:-.4em;
	margin-bottom:30px;
}
.navi li{
	box-sizing:border-box;
	width:235px;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0 14px 14px 0;
}
.navi li:nth-of-type(4n){
	margin:0 0 14px 0;
}
.navi li div{
	position:relative;
}
.navi li img{
	width:100%;
}
.navi p{
	padding:1em 1em 1em 1.5em;
	text-indent:-1.5em;
}
.navi span img{
	width:auto;
	position:absolute;
	right:0;
	bottom:0;
}
.mt10{
	margin-top:10px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt50{
	margin-top:50px !important;
}

.faqlist{
	margin-bottom:70px;
}
.faqlist dl{
	padding:30px 10px;
	border-bottom:1px solid #E2DED6;
}
.faqlist dl dt{
	padding:20px 12% 20px 65px;
	background:url(../img/icon_q.png) no-repeat left center;
	color:#AC844C;
	font-weight:bold;
	font-size:18px;
	position: relative;
	cursor: pointer;
}
.faqlist dl dt:before{
	content: "▽";
  position: absolute;
	right: 5%;
	top:50%;
	line-height: 0;
	font-size: 25px;
	font-weight: bold;
}
.faqlist dl dt.active:before{
  content: "▲";
	font-size: 25px;
	font-weight: bold;
}
.faqlist dl dd{
	padding:20px 12% 20px 65px;
	background:url(../img/icon_a.png) no-repeat left 10px;
}
.faqlist h2{
	font-size: 22px;
	font-weight: bold;
	margin: 80px auto 15px;
	text-align: center;
}
.faq_btn {
	display: block;
	margin:30px 0;
}
.faq_btn a {
	padding: 15px 80px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
}
.serviceBtn{
	margin-bottom:50px;
}
.serviceBtn ul{
	letter-spacing:-.4em;
	padding:25px;
}
.serviceBtn li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	margin:0 15px 15px 0;
}
.serviceBtn li:nth-of-type(3n){
	margin:0 0 15px 0;
}
.serviceBtn_sp{
	display:none;
}
.serviceBox{
	padding:50px 0;
	border-bottom:1px solid #E2DED6;
}
.serviceBox:last-of-type{
	margin-bottom:50px;
}
.serviceBox img{
	float:right;
	margin-left:50px;
}
.serviceBox div{
	margin:0 0 0 20px;
}
.serviceBox div h2{
	font-size:22px;
	font-weight:bold;
	color:#AD844E;
	margin-bottom:20px;
}
.serviceBox div p.s_btn{
	display: block;
	margin:30px 0;
}
.serviceBox div p.s_btn a{
	padding: 15px 80px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
}
.typeBox{
	padding:50px 0;
	border-bottom:1px solid #E2DED6;
}
.typeBox:last-of-type{
	margin-bottom:50px;
}
.typeBox img{
	float:right;
	margin-left:50px;
}
.typeBox div{
	margin:0 0 0 20px;
}
.typeBox div h2 img{
	float:none;
	margin-left:0;
	margin-bottom:20px;
}
.typeBox div p.t_btn{
	display: inline-block;
	margin:5px 5px 5px 0;
	width:200px;
	text-align:center;
}
.typeBox div p.t_btn a{
	display:block;
	padding: 15px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
}

/*170425追加*/
.typeBox div p.t_btn02{
	display: inline-block;
	margin:5px 5px 5px 0;
	width:256px;
	text-align:center;
}
.typeBox div p.t_btn02 a{
	display:block;
	padding: 15px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
}
/*170425追加*/

.privacyBox{
	width:800px;
	margin:0 auto 50px;
}
.privacyBox dt{
	display: block;
	background-color: #F7F6F4;
	border-left: 3px solid #000000;
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 30px;
	clear: both;
	font-weight: normal;
}
.privacyBox dd{
	margin-bottom:30px;
}
.kiyakuBox{
	margin:0 auto 50px;
}
.kiyakuBox dt{
	display: block;
	background-color: #F7F6F4;
	border-left: 3px solid #000000;
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 30px;
	clear: both;
	font-weight: normal;
}
.kiyakuBox dd{
	margin-bottom:30px;
}
.kiyakuText {
	font-weight:bold;
	margin-bottom:15px;
	}
.kiyakutextBox {
	border: 2px solid #f1f0ed;
	padding: 15px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.kiyakuS {
	font-size:12px;
	margin-top:10px;
	}
	.kiyakuTitle {
		font-size:180%;
    line-height: 35px;
		}
.contactTbl01 {
	width:800px;
	border-top:2px solid #ccc;
	margin:0 auto 20px;
}

.contactTbl01 tr {
	border-bottom:2px solid #ccc;
}

.contactTbl01 th {
	width:165px;
	background:#F2F2F2;
	vertical-align:middle;
	padding:15px 0 15px 40px;
	text-align:left;
}

.contactTbl01 td {
	vertical-align:middle;
	padding:15px 0 15px 40px;
}

.contactTbl01 td input {
	padding:10px;
	border:1px solid #ccc;
}

.contactTbl01 td select {
	display:block;
	padding:10px;
	border:1px solid #ccc;
}

.contactTbl01 td TEXTAREA {
	display:block;
	width:80%;
	padding:10px;
	border:1px solid #ccc;
	height:10em;
}

.input01{
	width:80% !important;
}
.input02{
	width:30% !important;
}
.contentsBox .contactBtn{
	display:block;
	margin:5px auto;
	width:500px;
	text-align:center;
}

.contentsBox .contactBtn button{
	display:block;
	padding: 15px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	width:100%;
	border:1px solid #000;
	transition:0.3s;
	cursor: pointer;
}
.contentsBox .contactBtn button:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.noclick {
	/* pointer-events:none; */
        opacity: .5;
}

.nopc{
    display:none;
}

/*170425 追加*/

#rm_single .off td{
	background-color: #ffebe4 !important;
}
table tr.off {
	background:#ffebe4 !important;
}
span.through {
    text-decoration: line-through;
}
td.fl_price span.fl_sline {
    color: #000;
    font-weight: normal;
}
td.fl_price span {
    font-weight: bold;
    color: red;
}
p span.notice_b{
	font-weight:bold;
}
span.redbold {
    color: red;
    font-weight: bold;
}
.notice {
    color: #FF0000;
    font-weight: bold;
    line-height: 1.3em;
}
.notice2 {
    color: #FF0000;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
}
table.price td span {
    font-weight: bold;
    color: red;
}


/**/

/* search変更 */
#top_area .search_con .title {
	font-size: 85%;
}
#top_area .search_con label {
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 256px;
	padding: 0;
	vertical-align: middle;
	border: 3px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 3px solid #e1ddd5 !important;
}
#top_area .search_con select
{
	position: relative;
	z-index: 1;

	line-height: 42px;

	display: block;

	width: 256px;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
	text-indent: 8px;

	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#top_area .search_con label:after
{
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 42px;
	height: 42px;
	margin: auto;
	background-color: #e8e5de;
	content: '';
	background-image: url(../img/top_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.search_con_submit {
	margin-top: 20px;
	margin-bottom:30px;
	text-align:center;
}
.search_con_submit a {
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	line-height: 200%;
	text-align: center;
}
.search_con_submit a:hover {
	text-decoration: none;
}
#top_area .search_con_submit a {
	display: block;
	width: 255px;
	margin:0 auto;
}
.search_con_left{
	float:left;
	width:256px;
}
.search_con_right{
	float:right;
	width:256px;
}
.search_con_bottom{
	width:100%;
	clear:both;
}
.bold{
	font-weight:bold;
}
.search_check{
	font-size:14px;
}
.search_check li{
	display:inline-block;
	vertical-align:middle;
	width:210px;
	margin-bottom:5px;
}
.search_check li input[type="checkbox"]{
	display:none;
}
.search_con_label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}
.search_con_label:after {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  background: linear-gradient(#F4F3F0, #D5CFC1);
	z-index:1;
}
.search_con_label:before {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index:2;
}
.search_check li input[type=checkbox]:checked + .search_con_label:before {
  opacity: 1;
}

.area {
	margin-top:30px;
	margin-bottom:60px;
	letter-spacing:-.4em;
}

.area_osaka {
	margin-top:30px;
	margin-bottom:60px;
	letter-spacing:-.4em;
}
.area_osaka img{
	width:50%;
}
.search_con_bottom .title{
	font-size:85%;
}

/*170414追加*/
#news02 .li {
	margin-bottom: 15px;
	clear: both;
	padding: 0 15px;
}
#news02 a {
	color: #a47b4a;
}
#news02 span {
	display: block;
}
#news02 img {
	float: left;
}
#news02 .li .cam {
	padding-left: 150px;
}
#newsdetail {
	margin:0 20px 40px;
}
#newsdetail h4 {
	margin-bottom:20px;
	font-size:16px;
}
#newsdetail a {
	text-decoration:underline;
}
.contentsTxt01 {
	width:800px;
	margin:40px auto 20px;
}
.contentsTxt02 {
	width:800px;
	margin:0px auto 0px;
}
.contentsTel01 {
	font-size:30px;
	color:#FF0000;
}
.search_con_submit span{
	display:block;
	margin:0 auto;
}
.search_con_submit span input {
	font-size: 14px;
	color: #fff;
	background-color: #000;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 80px;
	border-style: none;
	background-image: url(../img/top_search.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	cursor:pointer;

}
.search_con_submit span input:hover {
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.7;

}
.formwrap .submit span input {
	font-size: 14px;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-style: none;
	background-image: url(../img/top_search.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	cursor:pointer;
}
.formwrap .submit span input:hover {
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.7;

}
.keikou {
    background: linear-gradient(transparent 40%, #ffff66 40%);
	display: inline !important;
}
.title {
	font-weight:bold;
}
.right_img {
	float: left;
	margin-right: 20px;
	margin-bottom:30px;
}
#sub_nav ~ #pankuzu{
  padding-top: 210px;
}
#pankuzu ~ #main{
	padding-top:0; /*通常営業時*/
	/*padding-top:30px;*/ /*nenmatsunenshi*/
}
#totop{
	position:fixed;
	bottom:5%;
	right:5%;
	z-index:1000;
}
.area_search{
	margin-top:30px;
	}
.areaTitle {
	font-size:16px;
	font-weight:bold;
	}
.break {
    word-break: break-all;
}
.scroll > section > img {
	border: none;
	vertical-align:bottom;
	z-index: 2;
	float:left;
	}


table.facilities {width:670px;border-collapse:collapse;text-align:center;margin-bottom:15px;}
table.facilities caption.top{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;}
table.facilities caption{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;padding-top:2px;}
table.facilities th {background:#dddddd;padding:3px 2px 3px 8px;border-right:1px solid #CCC;}
table.facilities tr {border:1px solid #CCC;}
table.facilities td{margin:0px;padding:3px 10px;text-align:left;font-family:Arial;background:#fff;border-right:1px solid #CCC; }
table.facilities td.leftline{margin:0px;padding:3px 10px;text-align:left;font-family:Arial;background:#fff; vertical-align: middle;}
table.facilities td.on{margin:0px;padding:3px 10px;text-align:center;font-family:Arial;background:#ffebe4;}
table.facilities td.txt_al_right {text-align:right;}
table.facilities th.tb_price{width:120px;}
table.facilities[summary="オプション一覧"] th {width: 78%;}
table.facilities[summary="オプション"] th {width: 78%;}
.facilities caption span { font-size:12px; font-weight:normal; }

table.facilities02 {width:670px;border-collapse:collapse;text-align:center;margin-bottom:15px; font-size: 13px;}
table.facilities02 caption.top{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;}
table.facilities02 caption{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;padding-top:2px;}
table.facilities02 th {background:#dddddd;padding:3px 2px 3px 8px;border-right:1px solid #CCC; vertical-align: middle;}
table.facilities02 tr {border:1px solid #CCC;}
table.facilities02 td{margin:0px;padding:10px;text-align:left;font-family:Arial;background:#fff;border-right:1px solid #CCC; vertical-align: middle;}
table.facilities02 td.leftline{margin:0px;padding:3px 10px;text-align:left;font-family:Arial;background:#fff; vertical-align: middle;}
table.facilities02 td.on{margin:0px;padding:3px 10px;text-align:center;font-family:Arial;background:#ffebe4;}
table.facilities02 td.txt_al_right {text-align:right;}
table.facilities02 th.tb_price{width:120px;}

.facilities02 caption span { font-size:12px; font-weight:normal; }

table.facilities03 {width:980px;border-collapse:collapse;text-align:center;margin-bottom:15px; font-size: 13px;}
table.facilities03 caption.top{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;}
table.facilities03 caption{caption-side: top; text-align:left;font-size:14px;font-weight:bold;padding-bottom:5px;padding-top:2px;}
table.facilities03 th {background:#dddddd;padding:3px 2px 3px 8px;border-right:1px solid #CCC; vertical-align: middle;}
table.facilities03 tr {border:1px solid #CCC;}
table.facilities03 td{margin:0px;padding:10px;text-align:left;font-family:Arial;background:#fff;border-right:1px solid #CCC; vertical-align: middle;}
table.facilities03 td.leftline{margin:0px;padding:3px 10px;text-align:left;font-family:Arial;background:#fff; vertical-align: middle;}
table.facilities03 td.on{margin:0px;padding:3px 10px;text-align:center;font-family:Arial;background:#ffebe4;}
table.facilities03 td.txt_al_right {text-align:right;}
table.facilities03 th.tb_price{width:120px;}

.facilities03 caption span { font-size:12px; font-weight:normal; }

#ul_service {
	padding:0;
	margin:0 0 40px 0 !important;
	width:640px;
}
#ul_service:after {
	content: "";
	clear: both;
	display: block;
}
#ul_service li {
	list-style:none;
	width:150px;
	line-height:1.4em;
	float:left;
	margin-right:13px;
	margin-bottom:20px;
	font-size:90%;
}
#ul_service li:nth-child(4n) {
margin-right:0;
}

.red_box {
    background: red;
    color: #FFF;
    padding: 3px 4px;
    font-size: 11px;
    padding-top: -2px;}




/* 工藤追加 **********************/
.add_txt1 {
	margin-bottom:40px;
}
.prefilter {
	filter: opacity(50%); /*ダミー画像用 */
}
@media screen and (max-width: 480px){
ul#hall_image { display: none;}
}
ul#hall_image {
	list-style: none; /* 各会場imageを3枚に */
}
ul#hall_image li {
	float:left;
}

.ft_orange {color:#C73C19;}

.font_10 {
	font-size:80%;
	line-height:1.3em;
	display:block;
}

.text_g {
	font-size: 120%;
}


/* 複数会場ある場合、アクセスページで注意書き */
.map_notice {
	font-size:165%;
	font-weight:bold;
	margin:0 0 30px 0;
	color:red;
	line-height:1.3em;
}

/* footerのオーナー向けサイトへのバナー */
#footer_bn_ow {
	text-align:center !important;
	margin:70px auto 50px auto;
	width:935px !important;
}
#footer_bn_ow:after {
	content: "";
	clear: both;
	display: block;
}
#footer_bn_ow .bn_furbuilowner {
	float:left;
	margin:0 20px 0 0;
}
#footer_bn_ow .bn_furcompany {
	float:left;
}


.clr {
	content: "";
	clear: both;
	display: block;
}
.btn03 {
	margin: 50px 0px;
	text-align: center;
}

/* soratomo 2018年2月28日 ブログ追加 */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.blog-banner {
	margin:104px auto 0;
	padding: 0 20px 0;
	background: #f3f3f3;
	background-image: url(../img/blog_bg_sample.jpg) ;
	background-position-x: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-banner h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 160%;
	text-align: center;
	color: #fff;
	line-height: 1.8;
	font-weight: normal;
	text-shadow: 3px 3px 8px #464646;
	letter-spacing: 0.125em;
}
.blog-banner h1 a {
	display: block;
	width: 100%;
	padding: 60px 0 50px;
}
.blog-banner h1 a:link,
.blog-banner h1 a:visited {
	color: #fff;
}
.blog-banner h1 a:hover,
.blog-banner h1 a:active {
	color: #fff;
	text-decoration: none;
}
.wrap-blog {
	margin: 0 auto;
	width: 980px;
}
.wrap-blog main {
	width:640px;
	float: left;
}
.wrap-blog article.wrap {
	width: auto;
	padding:5px 0 0px 0;
}
.wrap-blog article h1 {
	margin: 0 0 30px 1rem;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.eyechatch {

}
.eyechatch img {
	width: 220px;
	float: left;
	margin: 0px 40px 30px 0px;
	border: solid 3px #fff;

}

.boxshadow {
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

.entry-body {
	margin:40px 0 30px 15px;
	font-size: 105%;
	line-height: 1.6;
	letter-spacing: 0.075em;
	overflow: hidden;
}
.entry-more {
	margin: 40px 0 0 0;
	font-size: 105%;
	line-height: 1.6;
	letter-spacing: 0.075em;
}
.entry-body p,
.entry-more p {
	margin: 0 0 1em 0;
}

.entry-body img,
.entry-more img {
	max-width: 100%;
	height: auto;
	margin:20px auto;
}


.wrap-blog article .entry-body h1,
.wrap-blog article .entry-more h1 {
	margin: 20px 0 15px 0rem;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.wrap-blog article .entry-body h2,
.wrap-blog article .entry-more h2 {
	position: relative;
	display: table;
	margin: 20px auto 10px;
	padding: 0 75px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.wrap-blog article .entry-body h2:before,
.wrap-blog article .entry-more h2:before,
.wrap-blog article .entry-body h2:after,
.wrap-blog article .entry-more h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color: black;
}
.wrap-blog article .entry-body h2:before,
.wrap-blog article .entry-more h2:before {left:0;}

.wrap-blog article .entry-body h2:after,
.wrap-blog article .entry-more h2:after {right: 0;}

.wrap-blog article .entry-body h3,
.wrap-blog article .entry-more h3 {
	position: relative;
	display: table;
	margin: 20px auto 10px;
	padding: 0 55px;
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.wrap-blog article .entry-body h3:before,
.wrap-blog article .entry-more h3:before,
.wrap-blog article .entry-body h3:after,
.wrap-blog article .entry-more h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.wrap-blog article .entry-body h3:before,
.wrap-blog article .entry-more h3:before {left:0;}

.wrap-blog article .entry-body h3:after,
.wrap-blog article .entry-more h3:after {right: 0;}


.wrap-blog article .entry-body h4,
.wrap-blog article .entry-more h4 {
	margin: 20px 0 10px 0rem;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.wrap-blog article .entry-body h5,
.wrap-blog article .entry-more h5 {
	margin: 20px 0 10px 0rem;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.wrap-blog article .entry-body h6,
.wrap-blog article .entry-more h6 {
	margin: 20px 0 10px 0rem;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.wrap-blog article .entry-body ul,
.wrap-blog article .entry-more ul {
	padding: 10px 0 10px 1.5rem;
	list-style-type: disc;
	list-style-position:outside;
	line-height: 1.8;
}
.wrap-blog article .entry-body ol,
.wrap-blog article .entry-more ol {
	padding: 10px 0 10px 1.5rem;
	list-style-type:decimal;
	list-style-position:outside;
	line-height: 1.8;
}

.entry-body .more-link {
	margin:30px 0 0 0;
	text-align: right;
}
.entry-aside {
	margin: 7px 0 0;
	padding: 0px 0px 35px 0;
	font-size: 90%;
}
.entry-date {
	padding: 0 0 0 0px;
	letter-spacing: 0.075em;
}

.wrap-blog .entry-body-footer {
	margin: 20px 0 0px 110px;
	padding: 15px 0px 0px;
	text-align: center;
}
.wrap-blog .sns-btn {
	display: inline-block;
}
.line-it-button,
.twitter-share-button {
	vertical-align: bottom;
}

.pagenation {
	width: 530px;
	margin: 20px 0 0px 110px;
	padding: 40px 0 0;
	border-top:1px solid #dbc4ad;
	text-align: center;
}
.pagenation .link_page {
	border: solid 1px #dbc4ad;
	padding: 10px 12px;
	margin:0px 10px;
}

.wrap-blog .nav-single {
	position: relative;
	width: 530px;
	margin:40px 0 0 110px;
}
.wrap-blog .nav-single .next {
	position: absolute;
	right: 0;
}
.wrap-blog .nav-single .next:after {
	display:block;
	width:8px;
	height:8px;

	position:absolute;
	right:-12px;
	top:3px;

	content:"";

	border-right:1px solid #A47B4A;
	border-top:1px solid #A47B4A;

	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.wrap-blog .nav-single .prev {
	position: absolute;
	left: 0px;
}
.wrap-blog .nav-single .prev:after {
	display:block;
	width:8px;
	height:8px;

	position:absolute;
	left:-12px;
	top:3px;

	content:"";

	border-left:1px solid #A47B4A;
	border-top:1px solid #A47B4A;

	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.wrap-blog .nav-single .link {
	text-align: center;
}


.wrap-blog .sidebar {
	width: 300px;
	float: right;
	margin: 102px 0 0;
}
.wrap-blog .sidebar h3 {
	margin: 0 0 10px 0;
	font-size: 110%;
	letter-spacing: 0.05em;
}
.wrap-blog .sidebar ul {
	margin: 0 0 30px 0;
}
.wrap-blog .sidebar ul li {
	margin: 0 0 0.75em 1.4em;
	line-height: 1.5;
	font-size: 95%;
}
/*180417 サイドの会場一覧*/
.place_list {
border: 1px solid #BE9764;
margin-bottom: 30px;
}
.place_list>p {
font-size: 16px;
background: #BE9764;
color: #fff;
text-align: center;
padding: 10px 0;
margin: 0 0 0 0 !important;
}
.place_list>p>span {
display: block;
font-size: 12px;
}
.place_list>ul>li {
padding: 0 3%;
position: relative;
}
.place_list>ul>li>a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.place_list>ul>li>dl {
border-bottom: 1px dotted #BE9764;
padding: 3% 0;
}
div.place_list>ul>li:last-of-type>dl {
border-bottom: none;
}
div.place_list>ul>li>dl>dt {
width:25%;
height: 60px;
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
div.place_list>ul>li>dl>dt.p1>img {
position: absolute;
top: -50%;
left: 0;
width: auto;
height: 150%;
}
div.place_list>ul>li>dl>dt.p2>img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
div.place_list>ul>li>dl>dd {
font-size: 11px;
text-align: left;
display: inline-block;
vertical-align: middle;
width: 65%;
line-height: 1.4;
}
div.place_list>ul>li>dl>dd>span {
font-size: 13px;
font-weight: bold;
color: red;
}
div.place_list>ul>li:hover>dl>dd>span {
text-decoration: underline;
}
/* 180620 横浜アクセス ルート案内追加*/
div.accessRoute {
    display: inline-block;
    width:440px;
    vertical-align: top;
    padding-right: 30px;
}
div.accessRoute02 {
    display: inline-block;
    width:490px;
}
div.accessRoute p span {
    font-weight: bold;
}
div.accessRoute p.accessImg{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 8px;
}
div.accessRoute p img.accessImg01 {
    text-align: center;
    margin-right: 5px;
    width: 210px;
}
div.accessRoute p img.accessImg02 {
    text-align: center;
    margin-left: 5px;
    width: 210px;
}
div.accessRoute p.more_btn a {
    display: block;
    width: 230px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #C73C19;
    border-radius: 3px;
    color: #fff;
}




/* ============ スタッフブログ用パンくず ============ */
#pankuzu_staff_blog {
	padding: 30px 0 0px;
	font-size: 85%;
	line-height: 1.6;
}
#pankuzu_staff_blog span {
	margin:0 8px;
}

/* ============ Google翻訳ボタン ============ */
.honyaku {
	position: absolute;
	top: 10px;
	left: 590px;
}
/* ============ 各会場トップの「その他同エリアの部屋一覧」 ============ */
.nearly_area {
	margin:0 0 35px 0;
}
.nearly_area h4 {
	margin: 0 0 12px 0;
	padding: 12px 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 15px;
}
.nearly_area h5 {
	display: block;
	position: relative;
	border-left: 3px solid #555;
	border-top:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	font-size: 14px;
	padding: 7px 15px;
	margin-bottom: 12px;
	clear: both;
	font-weight: bold;
	background-color: #FFF;
}
.nearly_area h5 .js-btn {
	display: block;
	width: 26px;
	height: 24px;
	position: absolute;
	right: 5px;
	top:5px;
	border: solid 1px #6c6c6c;
	text-align: center;
	background: #f3f3f3;
}
.nearly_area h5 .js-btn i {
	color: #6c6c6c;
	line-height: 24px;
}
.nearly_area .zeikomi {
	text-align: right;
}
/*
.nearly_area .js-accordion {
	display: none;
}
.nearly_area .js-accordion.active {
	display: inherit;
}
*/
#room_table .nearly_area td {
	padding: 24px 10px;
}
.contactBtn_plt button{
	display:block;
	padding: 15px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	width:500px;
	margin:0 auto 50px;
	border:1px solid #000;
	transition:0.3s;
}
.contactBtn_plt button:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 980px) {
ul#hall_image { display: none;}

	#room_table .nearly_area td {
		padding: 15px 15px 10px 15px;
	}
}

.nearly_room_list .smp_ok.fix-width {
	width: 110px;
	text-align: right;
}

@media only screen and (max-width: 980px) {
	#room_table .morelink {
		margin-top: 15px;
		margin-bottom: 10px;
	}
.nearly_area {
	margin: 0 0 40px 0;
}
}
/* 180620追加　横浜西口アクセス */
@media only screen and (min-width: 980px) {
.access_sp {
    display: none;
}
}
.plateBox01 {
	padding:10px;
}
.plateTxt01 {
	margin-left: 20px;
	font-size: 18px;
}
.plateTxt02 {
	margin:10px 0 0 20px;
	font-weight: bold;
	color: #C73C19;
}
.plateTxt03 {
	margin:10px 0 10px 35px;
}
.plateTxt04 {
	margin:20px 0 20px 20px;
}
.plateTxt05 {
	margin:20px;
	font-weight: bold;
	font-size: 120%;
}
.plateTxt05 span{
	border-bottom: solid;
	border-color: rgba(255, 230, 0, 0.637);
	border-width:3px;
}
.plateTxt06 {
	margin:0 30px;
}
.plateBanner {
	margin:20px auto 0;
}
.service_on {
    display: inline-block;
    font-size: 80%;
    color: #fff;
    background: #AC844C;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 3px 5px 0 0;
}
.set_text_sp {
	display: inline-block;
	font-size: 80%;
	margin-top: 5px;
}
#campaign_text {
	position:relative;
	width:100%;
	margin:auto;
}
#campaign_text span{
	font-size: 24px;
	color: red;
	position:absolute;
	padding-left:30px;
	text-align:left;
}
#campaign_text a {
	color: red;
}
#campaign_text_sp {
	width:100%;
	margin:auto;
	clear: both;
}
#campaign_text_sp span{
	font-size: 18px;
	color: red;
}

/* simulation */
#simulation .table-bordered {
        border: 1px solid #ddd;
    }
#simulation .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
#simulation .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }
#simulation .text-center {
        text-align: center;
    }
#simulation .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
        border: 1px solid #ddd;
    }
#simulation button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
#simulation .totalPrice{
            font-size: 26px;
        font-weight: 700;
        background-color: antiquewhite;
        /*width: 80%;
        margin-left: 40px;*/
        padding: 10px 30px;
        border-radius: 5px;
    }
#simulation @media only screen and (max-width: 660px) {
#simulation #Container{
            width: 660px;
            margin: 0 auto;
            padding-left: 20px;
            overflow: hidden;
            position: unset;
        }
#simulation .select_250{
            width: 250px;
        }
#simulation .select_100{
            width: 100px;
        }
    }
#simulation .mrChbox{
        margin: 1px 5px 1px 1px !important;
        width: 15px;
        height: 15px;
    }
#simulation .mr30{
        margin-right: 10px !important;
        font-weight: 100;
        width: 90%;
        display: block;
    }
#simulation .col1_page{
        width: 125px;
        text-align: center
    }
#simulation .col2_page{
        width: 115px;
        text-align: center
    }
#simulation .col3_page{
        width: 115px;
    }
#simulation .col4_page{
        width: 139px;
    }
#simulation .col5_page{
        width: 109px;
    }
#simulation .table_main{
        margin-top: -15px;
        display:none;
    }
#simulation .table_main_service{
        margin-top: -21px;
    }
#simulation .height_main{
        height: 40px;
    }
#simulation .table_link{
        margin-top: -21px;
    }
#simulation .none_display{
        display: none;
    }
#simulation .none_display_select{
        display: none !important;
    }
#simulation .bgr-color{
        background-color: antiquewhite;
    }
#simulation .td-text-left{
        text-align: left;
    }
#simulation .w98{
        width: 100%;
    }
#simulation .w20{
        width: 100%;
    }
#simulation .page_title {
		margin-top: 50px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
#simulation .row {
		margin: auto;
		width: 980px;
}
#simulation .midashi {
		font-weight: bold;
		margin: 20px auto;
}
/*#simulation {
    width: 980px;
		margin: auto;
    }*/
#simulation #mv {
		margin-top: 44px;
		background: url(../img/simulation/mv.png) no-repeat center center;
    background-size: cover;
    height: 300px;
    text-align: center;
    position: relative;
		margin-bottom: 50px;
}
#simulation #mv .midashi {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: normal;
		text-shadow: 3px 3px 2px #999999
}

#simulation .simulation_text {
	color: #9A7039;
	font-size: 17px;
	margin-bottom: 20px !important;
}
#simulation article {
	width: 96%;
    margin: auto;
    max-width: 980px;
}
.indoorview {
	padding: 10px;
	text-align: center;
}
.btm-mar {
	margin-bottom:20px;
}
.photos_wrap_layout {
	width: 320px;
	height: 300px;
	border: 3px solid #f1f0ed;
	position: relative;
	z-index: 2;
}
.photos_wrap_layout .img_p img {
	width: 90%;
	align-items: center;
}
.photos_wrap_layout iframe {
	width: 310px;
	height: 290px;
	padding: 5px;
	align-items: center;
}
.photos_wrap_layout.left2 {
	float: left;
}
.photos_wrap_layout.right {
	float: right;
}
.photos_wrap_layout .img_p {
	display: block !important;
	text-align: center !important;
	width: 100% !important;
}
.photos_wrap_layout .img_p img {
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	padding: 20px;
}
.photos_wrap_layout .lb , #room_imglist .lb{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
.photos_wrap_layout .ol {
	font-size: 140%;
	text-align: center;
	padding: 20px 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.indoor-view iframe {
}
.flex{
  display: flex;
  flex-direction: row;
}
.mar-r20 {
	margin-right: 20px;
}
p.end {
    position: absolute;
    top: -140px;
    bottom: 0;
    left: -10%;
    right: 0;
    width: 120%;
    height: 60%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 大阪パーティプラン */
#party .party_section_title {
    display: block;
    padding: 10px 12px;
    border-left: 4px solid #000;
    background-color: #F5F4F1;
    color: #000;
    font-size: 16px;
}
#party .party_section_title {
    display: block;
    padding: 10px 12px;
    border-left: 4px solid #000;
    background-color: #F5F4F1;
    color: #000;
    font-size: 16px;
}
#party .party_midashi01 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#party .party_midashi02 {
	margin: 30px 0;
  font-weight: bold;
  border-left: 3px double #666;
  padding-left: 20px;
}
#party .party_midashi03 {
	margin: 30px 0;
  font-weight: bold;
  border-left: 3px solid;
  padding-left: 20px;
}
#party .party_midashi04 {
	display: flex;
}
#party .party_midashi04 img {
  margin:15px 30px;
}
#party .party_text01 {
	background: black;
	color: white;
	padding: 5px 10px;
	margin-right: 10px;
}
#party .party_text02 {
	border: 1px solid;
  padding: 10px;
  width: 180px;
}
#party .party_text03 {
	background: red;
	padding: 5px;
	width: 4em;
	color: white;
	font-weight: bold;
	text-align: center;
}
#party .party_text04 {
	font-size:11px;
	color: #333;
}
#party .head_lab .logo {
    float: left;
    margin-right: 20px;
}
.flex {
	display: flex;
}
.party_menu {
	text-align: left !important;
	margin-left: 30px;
	margin-top: -25px;
}
.bg_fff {
	background: #fff !important;
}

.mitsumori {
    padding: 7% 0 !important;
}

/*==================================*/
/* 190125 部屋個別ページ料金表の黄色文字 */
/*==================================*/
.font_yellowbold {
    color: yellow;
    font-weight: bold;
}

.font_larger {
    font-size: larger;
}
.bg_red {
	text-align: center;
    background-color: red;
    padding: 3px 5px 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 330px;
    height: 1.7em;
}
/*==================================*/
/* 190301 時間単位補足テキスト */
/*==================================*/
.room_list_price {
	text-align: right !important;
	border :none !important;
    width: 50% ;
	display: inline-block;
}
.room_list_price_text {
    font-size: 12px;
    text-align: right !important;
	border :none !important;
	display: inline-block;
	width: 30%;
}
.price_table {
    width: 85% !important;
	margin: 0 auto !important;
}


/*==================================*/
/* 190307 時間単位補足テキスト2 */
/*==================================*/
.room_list_price2 {
	text-align: right !important;
	border :none !important;
    width: 52% ;
	display: inline-block;
}
.room_list_price2_text2 {
    font-size: 12px;
    text-align: right !important;
	border :none !important;
	display: inline-block;
	width: 45%;
}
.price_table {
    width: 85% !important;
	margin: 0 auto !important;
}

/*==================================*/
/* 190419 Googleマップ配置修正 */
/*==================================*/
.gmap {
  width: unset !important;
  margin-left: unset !important;
  padding-bottom: unset;
  height: 380px;
  padding-top: 30px;
}

/*==================================*/
/* 190419 池袋別館 */
/*==================================*/
/*
.wrap {
  padding-top: unset;
}*/

/*div.add_txt1 p:first-child {
	border-bottom: 2px solid #F1EFEB;
	padding-bottom: 40px;
}*/

.top_bn_sp{
	display: none;
}

/*==================================*/
/* 190820 お問合せフォーム */
/*==================================*/
.checkbox_txt {
    max-width: 565px;
    margin: 0 auto;
}

/*==================================*/
/* 191008 トップメインボタン */
/*==================================*/
.top_main_btn {
   width: 100%;
   position: absolute;
   top: 73%;
}
.top_main_btn a {
   opacity:1 !important;
}
.top_main_btn img {
   opacity:1 !important;
}
.top_main_btn02 {
    /*background-image: url(../img/top_calender.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    width: 300px;
    margin: auto;
}
.top_main_btn02 a {
    display: block;
    border-radius: 3px;
    border: 3px solid #C73C19;
    padding: 10px 0;
    font-size: 120%;
    background-image: url(../img/top_calender_bg.png);
    background-repeat: repeat-x;
    background-position: center center;
    color: #ffffff;
    position: absolute;
    top: 73%;
    width:300px;
}
.top_main_btn02 a {
   opacity:1 !important;
}

/* 191211WEB会議 */
#zoom_web {
	letter-spacing: -.40em;
	margin-bottom: 90px;
}

#zoom_web .li {
	display: inline-block;
	letter-spacing: normal;
	width: 180px;
	padding: 0;
	text-align: center;
	margin-right: 11px;
}
/* #zoom_web .li:nth-child(3n) {
	margin-right: 0;
} */
#zoom_web .imgwrap {
	display: block;
	position: relative;
}
#zoom_web img {
	width: 80%;
}

/* 191213SEO */
.ft_areatop {
    font-weight: bold;
    font-size: 12px;
}
.f_area_nav {
    color:#ffffff;
    font-size:14px !important;
    font-weight:bold;
}
@media only screen and (min-width: 980px) {
	#header .header_logo .img01_scroll {
		display:none;
	}
	#header.scroll .header_logo .img01_scroll {
		display:none;
	}
}

/* 200227 newsbanner */
#banner div {
    width: 980px;
    margin: 30px auto 10px;
    background: #eeeeee;
    padding: 10px 0;
    text-align: center;
    border: double 4px #999999;
	box-sizing: border-box;
}
#banner p {
    color:black !important;
    font-size: 18px;
    font-weight: bold;
}
#banner span {
    font-weight: bold;
    color: red;
}

#banner div:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
#banner a {
    text-decoration: none !important;
}
.printbtn {
    background: #ccc;
    padding: 5px 20px;
    color: #333 !important;
    border: solid 1px #333;
    width: 6em;
}
.news_202028 {
    float: right;
    width: 450px;
}
.red16 {
    font-size: 16px;
    color: red;
}
.white16 {
   font-size:16px;
   color:white;
   background:red;
   padding: 2px 7px;
   border-radius: 4px;
}
.news_btn {
   background-color: #D9B668;
   color: #fff;
   box-sizing: border-box;
   display: inline-block;
   font-size: 14px;
   padding: 15px;
   border-radius: 3px;
   line-height: 1.2;
   width: 200px;
   text-align: center;
}
.news_btn_txt a {
	color: #fff !important;
	text-decoration: none !important;
}
.news_btn_txt a:first-child {
	margin-right: 10px;
}
.news_img {
	display: flex;
	margin-bottom: 50px;
}
.news_img p {
	margin-right: 20px;
}
.news_img p:last-child {
	margin-right: 0 !important;
}
.news_img img {
	width: 250px;
}
.news_img01 {
	display: flex;
	margin: 0 auto 50px auto;
	width: 525px;
}
.news_img01 p {
	margin-right: 20px;
}
.news_img01 p:last-child {
	margin-right: 0 !important;
}
.news_img01 img {
	width: 250px;
}
.news_img02 {
    display: flex;
    margin: 0 auto 50px auto;
    width: 264px;
}
.news_img02 img {
	width: 250px;
}
.bordeaux {
	color: #C30E11;
	font-size: 32px;
}
.bordeaux_s {
	color: #C30E11;
	font-size: 18px;
}

/* 200303 演台プレートリスト　*/
#plate_list  {
	padding : 2% 10%;
}
#plate_list table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
	border: solid 1px #cccccc;
}
#plate_list table tr {
    border: 1px solid #CCC;
	height: 40px;
}
#plate_list table th {
    background: #dddddd;
    padding: 3px 2px 3px 8px;
    border-right: 1px solid #CCC;
	vertical-align: middle;
}
#plate_list table td {
    text-align: left;
    border-right: 1px solid #CCC;
	vertical-align: middle;
}

/* 200330 */
.p-mar3 {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 20px;
    background: #f7f6f4;
    font-weight:bold;
}

/*　200401　コロナ対策　*/
.top_msg {
    padding-bottom: 10px;
    margin: 0 auto;
    width: 980px;
}
.top_msg table {
    margin: 0 auto;
    line-height: 1.3em;
    font-size: 12px;
    width: 980px;
}
.top_msg th {
    padding-bottom: 10px;
line-height:1.7em !important;
color:red;
font-weight:bold
}
.top_msg tr td:first-child {
width:25%;
text-align:right;
font-weight:bold;
}
.top_msg tr td:nth-child(2) {
width:30%;
}
.top_msg tr td:nth-child(3) {
width:45%;
}

/* 200414 お知らせ　*/
.top_caution  {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #c73c19;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
}
.tc-le {
    color: #FFFFFF;
    background-color: #c73c19;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    vertical-align: middle;
    background-image: url(/common/img/top_icon_big.png);
	font-weight: normal;
}
.top_caution tr p {
    text-align: left!important;
    padding: 20px;
	font-weight: normal;
}

/* 200418 floating */
#floating {
    z-index: 100;
    position: fixed;
    width: 100%;
    bottom: 3%;
    margin: 0 auto;
}
#floating img {
	width: 600px;
	/* background: #bf9000f0; */
	/* background: rgba(191, 144, 0, 0.94); */
	padding: 5px;
	margin-bottom: 45px;
}
/* 200420心斎橋アクセスページ編集 */
.shinsaibashi_access {
	text-align: right;
}
.shinsaibashi_access li {
	list-style: none;
    margin-bottom: 35px;
}
.center .shinsaibashi_access02 {
	width: 490px;
    float: right;
    margin: 0 162px 20px 15px;
}
@media screen and (max-width: 480px){
	.shinsaibashi_access {
		display: flex;
    justify-content: space-between;
	}
	.shinsaibashi_access li {
		list-style: none;
	    margin-bottom: 20px;
	}
	.center .shinsaibashi_access02 {
		width: 100%;
		margin: 0;
		float: none;
	}
}
.box {

}
.btn {
	padding: 0 .5em;
	font-size: 30px;
	position: absolute;
	top: -20px;
	right: -20px;
	/* background: rgba(212, 193, 138, 1); */
	background: #49b759;
	color: #fff;
	border-radius: 50%;
}
.btn:hover {
  cursor: pointer;
}
.btn:active {
    background: rgba(255, 255, 255, 0);
}

/* checkbox non-display */
.checkbox {
  display: none;
}

/* close button */
.action-close {
    position: relative;
    width: 600px;
    margin: -150px auto 0;
}
.action-close #close:checked ~ .btn {
  display: none;
}
.action-close #close:checked ~ .box {
  display: none;
}

/* all-display */
.action-allopen .btn {
  margin: 0 auto;
}
.action-allopen .box {
  border: none;
  height: auto;
}
.action-allopen .box {
  display: none;
}
.action-allopen #allopen:checked ~ .btn {
  display: none;
}
.action-allopen #allopen:checked ~ .box {
  display: block;
}

/* 200421 */
.top_banner_s {
	display: flex;
	margin: 0 auto 10px;
	width: 980px;
}
.top_banner_s img {
    padding: 0 5px;
}
.distance {
	position: absolute;
	top: 20px;
	left: 280px
}
.distance img {
	width :70px;
}



.cp_h1title {
    position: relative;
    padding: 4px 34px 3px 34px;
    background: #e60f0f;
    border-radius: 1em;
    color: #fff;
    margin: 0 7px;
}
.cp_h1title:before,
.cp_h1title:after {
	font-size: 0.5em;
	top: calc(50% - 0.6em);
}
.taisaku_txt {
    text-align: left;
    font-size: 24px;
	}
.txt_blue {
	    color: #357ae8;
	}
.txt_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.taisaku_ttl {
    display: block;
    background-color: #989696;
    /* border-left: 3px solid #000000; */
    font-size: 20px;
    padding: 7px 15px;
    margin-bottom: 30px;
    clear: both;
    font-weight: normal;
    color: #fff;
}
@media only screen and (max-width: 500px){
	.taisaku_txt {
	    text-align: left;
	    font-size: 16px;
	}
	.cp_h1title {
	    position: relative;
	    padding: 1% 3% 1% 3%;
	    background: #e60f0f;
	    border-radius: 1em;
	    color: #fff;
	    margin: 0 2% 0 0;
	}
	.cp_h1title:before,
	.cp_h1title:after {
		font-size: 0.5em;
		top: calc(50% - 0.6em);
	}
.txt_blue {
	    color: #357ae8;
	}
.txt_right {
	text-align: right;
}
}
/* 200507会議室利用時の新型コロナウイルス対策相談窓口の新設について*/
#counter .taisaku_web_conf h2 {
	margin: 10px 0;
	border-bottom: #c1c1c1 1px solid;
	text-align: left;
	padding: 0 15px;
	font-size: 20px;
}
.taisaku_web_conf ul {
	display: flex;
    justify-content: space-between;
    padding: 2px 25px;
		margin: 25px auto;
}
.taisaku_web_conf ul li {
	list-style: none;
}
#counter .taisaku_web_conf .mb30 {
	padding: 0 25px;
}
#counter .taisaku_web_conf .kashidashi {
	font-size: 16px;
    font-weight: bold;
    text-align: center;
		margin-bottom: 40px;
		margin-top: 70px;
		background: #eee;
    padding: 10px;
}
#counter .sougo_ba {
	text-align: center;
	margin-bottom: 50px;

}
#counter .sougo_ba a {
	display: inline-block;
}

@media only screen and (max-width: 500px) {
	.taisaku_web_conf ul {
		display: flex;
	    justify-content: space-between;
			margin: 25px auto;
			padding: 0;
	}
	#counter .taisaku_web_conf .mb30 {
		padding: 0;
	}
	#counter .taisaku_web_conf .kashidashi {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
    background: #eee;
    padding: 10px;
}
#counter .sougo_ba a {
	display: inline-block;
	margin-bottom: 20px;
}
#counter .taisaku_web_conf h2 {
	font-size: 18px;
}
}
.online_txt {
    font-size: 15px;
    margin: 0 auto 2% auto;
    text-align: left;
    width: 650px;
}
.online_txtbox {
    width: 650px;
    margin: 2% auto;
    padding: 2% 2%;
    border: solid 1px #ddd;
    border-radius: 20px;
}
.nairan_form {
	font-size: 12px;
}

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

	.online_txt {
	    font-size: 14px;
	    margin: 0 auto 7% auto;
	    text-align: left;
	    width: 90%;
			line-height: 1.8;
	}
	.online_txtbox {
	    width: 90%;
	    margin: 2% auto 7%;
	    padding: 2% 2%;
	    border: solid 1px #ddd;
	    border-radius: 20px;
			line-height: 1.8;
	}
}
.pc_none {
	display: none;
}

/* 20200703_add */
.partition_new {
	border: 1px solid #ff0000;
	padding: 20px 10px;
}

.partition_new .news_img {
	margin-bottom: 0;
}
.news_img p.partition0703 img {
	width: 206px;
}

/* 200715　onetime */
.bg_onetime_popup {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 30px 90px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}

/* 200805 add */
.kitsuen {
	font-size: 20px;
}

@media only screen and (max-width: 980px) {
	.kitsuen {
		font-size: 14px;
	}
}

/* 200824 add */
.campaign_tel {
    font-size: 24px;
		font-weight: bold;
		display: flex;
    align-items: center;
}
.campaign_tel span {
	font-size: 15px;
	    line-height: 0%;
	    background-color: #d6d6d6;
	    padding: 14px 15px;
	    border-radius: 5px;
	    margin-right: 18px;
			font-weight:200;
}

.campaign_tel a {
	text-decoration: none!important;
	color: #000000!important;
}

@media only screen and (max-width: 980px) {
	.campaign_tel .pc_none {
		display: block;
	}

	.campaign_tel span {
    font-size: 15px;
    line-height: 43px;
    background-color: #d6d6d6;
    padding: 7px 15px;
    border-radius: 5px;
    margin-right: 18px;
    font-weight: 200;
}
}

/* 200909 add */
.air_conditioning {
	border: 1px solid #4572c4;
	padding: 5px 15px;
	text-align: center;
	font-size: 15px;
	margin: 20px 0;
}

.air_conditioning span {
	color: #4572c4;
}

table.facilities tr.air_noborder {
	border: none;
}

table.facilities tr.air_noborder td {
	padding-left: 0;
	border-right: none;
}

@media only screen and (max-width: 980px) {
	.air_conditioning {
		font-size: 14px;
	}
}

/* 200911 add */
@media only screen and (max-width: 980px) {
	.air_conditioning_bn {
		display: none!important;
	}
}

/* 200911 add */
@media only screen and (max-width: 640px){
	.seminar_09 {
		padding-bottom: 0!important;
	}
}

/* 201006 */
.room_list_blue {
	background: #6186CA;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}

/* 201007 */
p.teawagon_text01{
	float: left;
  margin-left: 20px;
}
p.teawagon_text02{
	display: inline-block;
    margin-left: 44px;
    color: red;
}
p.teawagon_text03{
	margin: 15px 20px 0px;
}

p.teawagon_text03.mainasu{
	margin: -21px 20px 0px;
}

#bento .bentolist.border_none {
    border-bottom: none;
}
.bentolist_flex{
	display: flex;
	flex-wrap: wrap;
}

.bentolist_flex .bentoitem_wagon{
	  width: 228px;
    margin-right: 22px;
		margin-bottom: 30px;
}

@media only screen and (max-width: 980px){
	p.teawagon_text01 {
    float: left;
    margin-left: 0;
		margin-bottom: 20px;
}

.bentolist_flex{
	justify-content: space-between;
}

.bentolist_flex .bentoitem_wagon{
	  width: 46%;
    margin-right: 0;
		margin-bottom: 30px;
}

p.teawagon_text02 {
    display: inline-block;
    margin-left: 0;
    color: red;
}

p.teawagon_text03 {
    margin: 15px 0 0px;
}

p.teawagon_text03.mainasu {
    margin: -21px 0px 0px;
}

.bentolist_flex.cf:before, .bentolist_flex.cf:after {
    content: " ";
    display: none;
}
}

/* 201031 新予約 */
.yoyaku_btn {
    border: none !important;
    padding: 0 !important;
}

/* 201109 お問い合わせフォーム*/
p#before-contact-title{
	position: relative;
    display: inline-block;
    padding: 0 360px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
}

p#before-contact-title:before, p#before-contact-title:after{
	position: absolute;
top: calc(50% - 3px);
width: 300px;
height: 3px;
content: '';
border-top: solid 2px #666;
border-bottom: solid 2px #666;
}
p#before-contact-title:before{
	left:0;
}
p#before-contact-title:after{
	right:0;
}
p#before-contact {
    text-align: center;
    margin-top: 30px;
}
a#before-contact-question {
    display: block;
    width: 400px;
    margin: 30px auto 0;
    text-align: center;
    background-color: #eb6100;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
}
/*ダイナック*/
.dynac_corona {
    width: 980px;
    margin:25px auto 50px;
    display: flex;
    justify-content: space-between;
}
.dynac_corona02{
    list-style: none;
		width: 300px;
}
@media screen and (max-width: 480px){
	.dynac_corona {
		width: 100%;
    display:table;
	}
	.dynac_corona02{
		margin: auto;
    margin-top: 20px;
	}
	}


/* 201210池田追加 */
.plan-contents{
	display:flex;
	margin-bottom:50px;
}

.plan-contents-left{
	flex-basis:350px;
}

.plan-contents-left img{
	margin-bottom:20px;
}

.plan-contents-left img:last-of-type{
	margin-bottom:0px;
}

.plan-contents-right{
	flex-basis:450px;
	padding-left:50px;
	box-sizing:border-box;
}

.plan-contents-right p{
	margin-bottom:30px;
}

.plan-contents-right p:last-of-type{
	margin-bottom:0px;
}

.grey{
	color:grey;
}

#online-connectimg{
	margin-top:40px;
}

.double-present{
	padding:0 40px;
}

.border-top{
	border-top:1px solid #eee;
	padding-top:30px;
}

.header_note {
padding:0.6rem 0;
background:rgb(250, 195, 206);
color:crimson !important;
font-size:14px;
font-weight:bold;
display: block;
text-decoration: none !important;
pointer-events: auto;
text-align: center;
}

.header_note p {
text-align: center;
}
.header_note:hover {
opacity: 0.7;
transition: 0.7s ;
}
