@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

html,
body {
	height: 100%;
}

body {
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
	font-size: 14px;
}

a {
	color: #333;
}

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

img {
	max-width: 100%;
	height: auto;
}

.sp,
.spin {
	display: none;
}

.call_on {
	pointer-events: none;
}

.ls-5 {
	letter-spacing: -0.5em;
}



/* ヘッダー
--------------------------------------------------------------*/

header.header {
	text-align: center;
	position: relative;
	padding: 30px 50px 0;
	box-sizing: border-box;
	width: 100%;
	min-width: 1100px;
}

header.header h1 {
	margin-bottom: 30px;
	line-height: 1;
}

header#header_top {
	margin-bottom: 50px;
}

/* メイン画像 */

header.header #main_image {
	width: 100%;
	
}

header.header #main_image img {
	width: 100%;
}


#hm_menu,
.close {
	position: fixed;
	top: 0;
	right: 0;
	width: 106px;
	height: 106px;
	cursor: pointer;
}

#hm_menu {
	background: #383838;
	z-index: 99997;
}

.close {
	background: #fff;
}

#hm_menu img,
.close img {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#hm_menu:hover img,
.close:hover img {
	-webkit-transform: scale( 0.9 );
    -moz-transform: scale( 0.9 );
	-o-transform: scale( 0.9 );
	transform: scale( 0.9 );
}

#overlay {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
}

#global {
	padding-top: 195px;
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

#global a {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 60px;
}

#global a:hover {
	letter-spacing: 0.2em;
}

#global ul li span a {
	font-weight: 800;
	font-size: 60px;
	border-bottom: 3px solid #fff;
	letter-spacing: 0.1em;
}

#global ul li ul {
	margin: 40px auto 80px;
	width: 600px;
}

#global ul li ul li {
	width: 50%;
	float: left;
}

#global li.home {
	margin-top: 100px;
}


/* フッター
--------------------------------------------------------------*/

footer {
	padding-bottom: 15px;
	width: 100%;
	min-width: 1100px;
}

/* ページトップへ */

#to_top a {
	position: relative;
	display: block;
	background: #414141;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

#to_top a:hover {
	background: #666;
}

#to_top a:before,
#to_top a:after {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#to_top a:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 25px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: 0 0 0 -10px;
	background: #fff;
	
}
#to_top a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 25px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: 1px 0 0 -10px;
	background: #414141;
}

#to_top a:hover:before,
#to_top a:hover:after {
	top: 20px;
}

#to_top a:hover:after {
	background: #666;
}

/* 店舗 共通 */

#footer_shop {
	background: #f3f3f3;
	padding: 35px 0 30px;
	margin-bottom: 15px;
}

#footer_shop section {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#footer_shop section .img {
	float: left;
	width: 85px;
}

#footer_shop section .img a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#footer_shop section .txt {
	float: left;
}

#footer_shop section h3 {
	font-size: 10px;
	margin: 10px 0 5px;
}

#footer_shop section h3 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#footer_shop section p {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
	margin-bottom: 15px;
}

#footer_shop section p span {
	font-size: 10px;
}

#footer_shop section ul.sns {
	text-align: center;
	margin-left: -85px;
}

#footer_shop section ul.sns li {
	display: inline-block;
}

#footer_shop section ul.sns li a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #414141;
	-webkit-border-radius: 150px;
    -moz-border-radius: 15px;  
    border-radius: 15px;
	font-size: 20px;
	line-height: 30px;
	color: #414141;
	text-indent: 0.05em;
}

#footer_shop section ul.sns li a:hover {
	-webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
	-o-transform: scale( 1.1 );
	transform: scale( 1.1 );
}

#footer_privacy {
	float: left;
	font-size: 12px;
}

#footer_privacy a:hover {
	text-decoration: underline;
}

#copy {
	float: right;
	font-size: 12px;
}


/* トップページ
--------------------------------------------------------------*/

#top {
	margin-bottom: 120px;
}

/* Aqua Silva 共通 */

.top_shop,
.top_shop a {
	color: #fff;
}

.top_shop_intro div {
	padding: 0 45px;
}

.top_shop_intro div h2,
.top_shop_intro div ul {
	margin-bottom: 25px;	
}

.top_shop_intro div ul.sns li {
	display: inline-block;
}

.top_shop_intro div ul.sns li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;  
    border-radius: 20px;
	font-size: 20px;
	line-height: 40px;
	text-indent: 0.05em;
}

.top_shop_intro div ul.sns li a:hover {
	-webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
	-o-transform: scale( 1.1 );
	transform: scale( 1.1 );
}

.top_shop_intro div p {
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0;
}

.top_shop_intro div {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_shop_intro {
	background-position: center;
	background-repeat: no-repeat;
	width: 550px;
	float: left;
	text-align: center;
}

.top_shop_menu {
	float: right;
	width: 550px;
}

.top_shop_menu li {
	float: left;
	margin-bottom: 1px;
}

.top_shop_menu li a {
	display: block;
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width: 274px;
	color: #fff;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.top_shop_menu li a:hover span {
	letter-spacing: 0.5em;
}

.top_shop_menu li a:hover img {
	-webkit-transform: scale( 1.05 );
    -moz-transform: scale( 1.05 );
	-o-transform: scale( 1.05 );
	transform: scale( 1.05 );
}

.top_shop_menu li a span {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding-top: 70px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Aqua */

#top_aqua {
	background: #d3f1f2;
	padding: 80px 0;	
}

#top_aqua .top_shop_intro {
	background-image: url(../img/top/pic_top01.jpg);
	height: 452px;
}

#top_aqua .top_shop_menu li {
	margin-left: 1px;
}

#top_aqua .top_shop_menu li a {
	height: 150px;
}

#top_aqua .top_shop_menu li.access a span {
	background-image: url(../img/top/icon_top01.png);
}

#top_aqua .top_shop_menu li.menu a span {
	background-image: url(../img/top/icon_top02.png);
}

#top_aqua .top_shop_menu li.wedding a span {
	background-image: url(../img/top/icon_top03.png);
}

#top_aqua .top_shop_menu li.party a span {
	background-image: url(../img/top/icon_top04.png);
}

#top_aqua .top_shop_menu li.gallery a span {
	background-image: url(../img/top/icon_top05.png);
}

#top_aqua .top_shop_menu li.reserve a span {
	background-image: url(../img/top/icon_top06.png);
}

/* silva */

#top_silva {
	background: #def0e3;
	padding: 80px 0;
	margin-bottom: 60px;	
}

#top_silva .top_shop_intro {
	background-image: url(../img/top/pic_top08.jpg);
	height: 451px;
	float: right;
}

#top_silva .top_shop_menu li {
	margin-right: 1px;
}

#top_silva .top_shop_menu li a {
	height: 225px;
}

#top_silva .top_shop_menu li.access a span {
	background-image: url(../img/top/icon_top07.png);
}

#top_silva .top_shop_menu li.menu a span {
	background-image: url(../img/top/icon_top08.png);
}

#top_silva .top_shop_menu li.torakichi a span {
	background-image: url(../img/top/icon_top09.png);
}

#top_silva .top_shop_menu li.reserve a span {
	background-image: url(../img/top/icon_top10.png);
}


/* menu news 共通 */

.top_post {
	margin-bottom: 100px;
}

.top_post h2 {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}

.top_post article {
	width: 340px;
	float: left;
}

.top_post article+article {
	margin-left: 40px;
}

.top_post article a {
	display: block;
}

.top_post article .img {
	background: #dfdfdf;
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.top_post article a:hover .img {
	background: #f1f1f1;
}

.top_post article a:hover .img img {
	-webkit-transform: scale( 1.05 );
    -moz-transform: scale( 1.05 );
	-o-transform: scale( 1.05 );
	transform: scale( 1.05 );
}

.top_post article a .txt {
	position: relative;
	background: #f1f1f1;
	padding: 55px 25px 30px;
}

.top_post article a:hover .txt {
	background: #fafafa;
}

.top_post article .txt .badge {
	position: absolute;
	top: -42px;
	width: 290px;
	text-align: center;
}

.top_post article .txt .badge img {
	display: inline !important;
}

.top_post article .txt .info {
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 10px;
}

.top_post article .txt h3 {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* menu */


#top_menu {
	position: relative;
	width: 1140px;
}

.top_post#top_menu article {
	margin: 0 20px;
}

.top_post#top_menu article+article {
	margin-left: 20px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	background: #414141;
	width: 55px;
	height: 55px;
	margin-top: -22px;
	border: none;
	-webkit-appearance: none;
	font-size: 0px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slick-arrow:hover {
	background: #666;
}

.slick-next {
	right: -55px;
}

.slick-prev {
	left: -55px;
}

.slick-arrow:before,
.slick-arrow:after {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slick-arrow:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 23px;
	width: 10px;
	height: 10px;
	background: #fff;
	
}
.slick-arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 23px;
	width: 10px;
	height: 10px;
	background: #414141;
}

.slick-next:before {
	right: 23px;
}
.slick-next:after {
	right: 23px;
	margin-right: 1px;
}

.slick-next:hover:before {
	right: 18px;
}
.slick-next:hover:after {
	right: 18px;
}

.slick-prev:before {
	left: 23px;
}
.slick-prev:after {
	left: 23px;
	margin-left: 1px;
}

.slick-prev:hover:before {
	left: 18px;
}
.slick-prev:hover:after {
	left: 18px;
}

.slick-arrow:hover:after {
	background: #666;
}

/* news */

#top_news h2 a:hover {
	color: #666;
}

#top_news article .txt {
	height: 180px;
	box-sizing: border-box;
}

#top_news article .txt h3 {
	margin-bottom: 15px;
}

#top_news article .txt .content {
	font-size: 12px;
	line-height: 200%;
}

/* banner */

#top_banner {
	
}

#top_banner li:first-child {
	float: left;
}

#top_banner li:last-child {
	float: right;
}

#top_banner li a {
	position: relative;
	display: block;
	width: 530px;
	height: 190px;
	overflow: hidden;
	color: #fff;
}

#top_banner li a .img {
	line-height: 0;
}

#top_banner li a:hover .img img {
	-webkit-transform: scale( 1.05 );
    -moz-transform: scale( 1.05 );
	-o-transform: scale( 1.05 );
	transform: scale( 1.05 );
}

#top_banner li a .txt {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 30px;
	font-size: 12px;
}

#top_banner li a .txt span {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 160%;
}

#top_banner li a:hover .txt span {
	letter-spacing: 0.1em;
}




/* 下層共通
--------------------------------------------------------------*/

header.content_header {
	position: relative;
	background: #fff;
	text-align: center;
	padding-top: 50px;
	margin: -50px auto 50px;
	z-index: 100;
}

.tit01 {
	color: #000;
	font-size: 20px;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	padding-bottom: 15px;
}

.tit01::after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #000;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

.tit02 {
	display: inline-block;
	text-align: center;
	padding: 18px 0;
	line-height: 1;
	font-size: 18px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


.tit03 {
	position: relative;
	text-align: center;
}

.tit03::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	z-index: 1;
}

.tit03 h3,
.tit03 h5 {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background: #fff;
	padding: 0 20px;
	z-index: 3;
}

.tit03 h3 span,
.tit03 h5 span {
	display: inline-block;
	font-size: 23px;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.tit03 h3 span.pcin {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit04 {
	position: relative;
	text-align: center;
	padding: 18px 0;
	font-size: 18px;
}

.tit04::before,
.tit04::after {
	display: block;
	position: absolute;
	content: "";
	left: 50%;
	width: 334px;
	max-width: 100%;
	height: 1px;
	background: #000;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tit04::before {
	top: 0;
}

.tit04::after {
	bottom: 0;
}



/* Aqua Silva 共通
--------------------------------------------------------------*/

/* header ------------------------ */

.content.shops header.content_header {
	padding-top: 105px;
}

.content.shops header.content_header .logo {
	position: absolute;
	top: -50px;
	width: 100%;
	height: 110px;
	text-align: center;
}

.content.shops header.content_header .logo img {
	width: 110px;
	height: 110px;
}

.content.shops header.content_header nav ul {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 60px;
}

.content.shops header.content_header nav ul li {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.09em;
	font-family: 'Raleway', sans-serif;
}

.content.shops header.content_header nav ul li+li {
	margin-left: 30px;
}

.content.shops header.content_header nav ul li a {
	position: relative;
}

.content.shops header.content_header nav ul li a::before,
.content.shops header.content_header nav ul li a.current::before {
	display: block;
	position: absolute;
	content: "";
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 1px;
	background: #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content.shops header.content_header nav ul li a:hover::before,
.content.shops header.content_header nav ul li a.current::before {
	width: 100%;
}

#menu .menu_back {
	text-align: center;
	margin: 50px auto 100px;
}

#menu .menu_back a {
	display: inline-block;
	width: 240px;
	height:40px;
	line-height: 40px;
	color: #fff;
	background: #383838;
}

#menu .menu_back a:hover {
	color: #383838;
	background: #f0f0f0;
}


/* access -----------------*/

.content.shops#access {
	margin-bottom: 160px;
}

.content.shops#access h2 {
	margin-bottom: 80px;
}
	

/* 地図 */

#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 80px;
}


/* ルート */

.content.shops#access .root {
	text-align: center;
	margin-bottom: 25px;
}

.content.shops#access .root h3 {
	margin-bottom: 75px;
}

.content.shops#access .root .slick {
	width: 1000px;
	margin: 0 auto;
}

.content.shops#access .root .slick section {
	width: 440px;
	margin: 0 30px;
}

.content.shops#access .root .slick .slick-arrow {
	top: 90px;
	margin-top: 0;
}

.content.shops#access .root .slick .slick-next {
	right: -50px;
}

.content.shops#access .root .slick .slick-prev {
	left: -50px;
}

.content.shops#access .root section div {
	margin-bottom: 20px;
}

.content.shops#access .root section h4 {
	padding: 15px 0;
	line-height: 1;
	border-top: 1px dotted #c7c7c7;
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.content.shops#access .root section p {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0;
}


/* 店舗詳細 */

.content.shops#access dl {
	border-top: 1px solid #ebebeb;
	text-align: left;
	margin-bottom: 90px;
	line-height: 30px;
}

.content.shops#access dl dt {
	width: 140px;
	float: left;
	clear: both;
	padding: 20px 0 20px 20px;
}

.content.shops#access dl dd {
	width: 940px;
	padding: 20px 0 20px 160px;
	border-bottom: 1px solid #ebebeb;
}

.content.shops#access dl dd:nth-of-type(odd) {
	background: #f4f4f4;
}

.content.shops#access dl dd:last-of-type {
	border-bottom: none;
}

.content.shops#access dl dd span {
	font-size: 12px;
}

.content.shops#access ul.img {
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	margin-bottom: 130px;
}

.content.shops#access ul.img li {
	display: inline-block;
	margin: 0 1px;
}


/* sns */

.content.shops#access .sns .tit03 {
	margin-bottom: 30px;
}

.content.shops#access .sns h3 {
	padding: 5px 0 5px 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}

.content.shops.aqua#access .sns h3 {
	background-image: url(../img/cmn/logo_aqua02.png);
}

.content.shops#access .sns .tit03 .bg {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 35px;
	z-index: 2;
}

.content.shops#access .sns section {
	width: 500px;
}

.content.shops#access .sns .insta {
	float: left;
}

.content.shops#access .sns .insta .instagram .instagram-placeholder {
	float: left;
	width: 163px;
	line-height: 0;
	margin: 0 5px 5px 0;
}

.content.shops#access .sns .insta .instagram .instagram-placeholder:nth-of-type(3n) {
	margin-right: 0;
}

.content.shops#access .sns .insta .instagram .instagram-placeholder img {
	width: 100%;
}

.content.shops#access .sns .insta .instagram .instagram-placeholder a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.content.shops#access .sns .fb {
	float: right;
}


/* タブメニュー -----------------*/

#tab_menu {
	background: #e7e7e7;
	width: 100%;
	min-width: 1100px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	padding-top: 20px;
}

#tab_menu li {
	display: inline-block;
	width: 275px;
	height: 70px;
	line-height: 1;
}

#tab_menu li a {
	display: block;
	background: #383838;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tab_menu li+li a {
	border-left: 1px solid #fff;
}

#tab_menu li a > span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#tab_menu li a span span {
	font-size: 14px;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
	color: #fff;
	letter-spacing: 0.01em;
}

#tab_menu li a span span.pcin {
	font-size: 10px;
}

#tab_menu li a:hover,
#tab_menu li.active a {
	background: #fff;
}

#tab_menu li a:hover span,
#tab_menu li.active a span {
	color: #383838;
}

.tab_contents {
	display: none;
}


/* MENU -----------------*/

.content.shops#menu #tab_menu {
	margin-bottom: 50px;
}

.content.shops#menu .tit03 {
	margin-bottom: 40px;
}

.content.shops#menu h4.tit02 {
	margin-bottom: 25px;
}

.content.shops#menu h4 span {
	font-size: 12px;
}

.content.shops#menu .tab_contents > section {
	margin-bottom: 120px;
	text-align: center;
}

.content.shops#menu .tab_contents > section section {
	margin-bottom: 45px;
}

.content.shops#menu dl {
	float: left;
	width: 720px;
	border-top: 1px dotted #c7c7c7;
}

.content.shops#menu dl dt {
	width: 600px;
	padding: 10px 0;
	text-align: left;
	float: left;
	clear: both;
}

.content.shops#menu dl dt a:hover {
	color: #999;
}

.content.shops#menu dl dt span {
	font-size: 12px;
}

.content.shops#menu dl dd {
	width: 120px;
	text-align: right;
	border-bottom: 1px dotted #c7c7c7;
	padding: 10px 0 10px 600px;
}

.content.shops#menu .img {
	width: 340px;
	float: right;
}

.content.shops#menu .img p {
	margin-bottom: 10px;
	font-size: 12px;
}

.content.shops#menu .img a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.content.shops#menu .taxin {
	text-align: right;
	margin: 100px 0;
	font-size: 12px;
}


/* メニュー詳細 */

.content.shops#menu .menu_single {
	margin-bottom: 120px;
}

.content.shops#menu .menu_single .img {
	float: left;
	width: 48%;
}


.content.shops#menu .menu_single .txt {
	float: right;
	width: 48%;
}

.content.shops#menu .menu_single .txt div {
	margin-bottom: 30px;
}





/* Aqua ACCESS
--------------------------------------------------------------*/

.content.shops.aqua#access .sns h3 {
	background-image: url(../img/cmn/logo_aqua02.png);
}


/* Aqua WEDDING
--------------------------------------------------------------*/

.content.shops.aqua#wedding {
	margin-bottom: 0;
}

.content.shops.aqua#wedding #wedding_intro {
	width: 100%;
	background: #fefedd;
	text-align: center;
}

.content.shops.aqua#wedding #wedding_intro .container {
	background: url(../img/aqua/wedding/bg_aqua_wedding01.jpg) no-repeat center;
	padding: 40px 0 65px;
}

.content.shops.aqua#wedding #wedding_intro h3 {
	margin-bottom: 65px;
	padding-top: 20px;
}

.content.shops.aqua#wedding #wedding_intro p {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 40px;
}

.content.shops.aqua#wedding #wedding_intro p:last-of-type {
	margin-bottom: 0;
}


.content.shops.aqua#wedding #wedding_gallery {
	width: 100%;
	min-width: 1100px;
	background: #cc9933;
	text-align: center;
	padding: 50px 0 100px;
	margin-bottom: 100px;
}

.content.shops.aqua#wedding #wedding_gallery h3 {
	font-size: 40px;
	color: #383838;
	margin-bottom: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.content.shops.aqua#wedding #wedding_gallery .bx-wrapper {
	max-width: 100% !important;
}

.content.shops.aqua#wedding #wedding_gallery .bx-wrapper li .zoom {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(-50%,-50%);
	transform: -50%,-50%;
	z-index: 999;
	
}

.content.shops.aqua#wedding #wedding_gallery .bx-wrapper li:hover .zoom {
	width: 440px;
	max-width: 100%;
	height: auto;
	
}

.content.shops.aqua#wedding #wedding_tour {
	background: #f4f4f4;
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 100px;
}

.content.shops.aqua#wedding #wedding_tour h3 {
	background: #383838;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}

.content.shops.aqua#wedding #wedding_tour h4 {
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HGS明朝B", "ＭＳ 明朝",serif;
	margin-bottom: 45px;
}

.content.shops.aqua#wedding #wedding_tour p {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 40px;
}

.content.shops.aqua#wedding #wedding_tour ul {
	padding: 0 30px;
}

.content.shops.aqua#wedding #wedding_tour ul li {
	float: left;
	margin: 0 15px;
}

.content.shops.aqua#wedding #wedding_tour ul li a:hover img {
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.content.shops.aqua#wedding #tab_menu {
	margin-bottom: 45px;
}

.content.shops.aqua#wedding table {
	width: 100%;
	table-layout: fixed;
}

.content.shops.aqua#wedding table caption {
	background: #dfdfdf;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
}

.content.shops.aqua#wedding table caption span {
	font-size: 10px;
}

.content.shops.aqua#wedding table th,
.content.shops.aqua#wedding table td {
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 28px;
}

.content.shops.aqua#wedding table th {
	background: #f3f3f3;
	text-align: center;
	font-weight: bold;
}


.content.shops.aqua#wedding #wedding_content {
	text-align: center;
}

.content.shops.aqua#wedding #wedding_content .tit03 {
	margin-bottom: 30px;
}

.content.shops.aqua#wedding #wedding_content h4 {
	margin-bottom: 25px;
}

.content.shops.aqua#wedding #wedding_content p {
	line-height: 30px;
	margin-bottom: 30px;
}


/* outline */

#wedding_content {
	margin-bottom: 100px;
}

#wedding_outline {
	margin-bottom: 100px;
}

#wedding_outline #map_bnr {
	position: relative;	
	cursor: pointer;
	width: 550px;
	margin: 0 auto 40px;
}

#wedding_outline #map_bnr span {
	display: block;
	position: absolute;
	background: url(../img/aqua/wedding/icon_aqua_wedding01.png) no-repeat center top;
	width: 100%;
	padding-top: 70px;
	font-family: 'Raleway', sans-serif;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#wedding_outline #map_bnr:hover span {
	letter-spacing: 0.4em;
}

#floor_map {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 99998;
}

#floor_map .map {
	text-align: center;
	color: #fff;
	margin-top: 190px;
}

#floor_map h3 {
	display: inline-block;
	font-size: 60px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	padding: 0 60px;
	border-bottom: 3px solid #fff;
	margin-bottom: 70px;
	letter-spacing: 0.1em;
}

#floor_map p {
	font-size: 32px;
	line-height: 60px;
	margin-bottom: 60px;
}

#wedding_outline table th,
#wedding_outline table td {
	padding: 15px 60px;
}

#wedding_outline table th {
	width: 275px;
}

#wedding_outline table td span.bold {
	font-weight: bold;
}

#wedding_outline table td span.small {
	font-size: 12px;
}


/* plan */

#wedding_plan section {
	margin-bottom: 110px;
}

#wedding_plan section:last-of-type {
	margin-bottom: 0;
}

#wedding_plan table {
	margin-bottom: 15px;
}

#wedding_plan table th,
#wedding_plan table td {
	padding: 15px 0;
}

#wedding_plan table td {
	text-align: center;
	padding: 15px 35px;
	letter-spacing: 0;
}

.content.shops.aqua#wedding #wedding_content #wedding_plan table td p {
	margin-bottom: 15px;
}

#wedding_plan p.catch {
	font-size: 18px;
	font-weight: bold;
}

#wedding_plan ul.point {
	font-size: 0;
	letter-spacing: 0;
	padding: 0 1px;
	margin-bottom: 30px;
}

#wedding_plan ul.point li {
	background: #00afd9;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	width: 210px;
	height:60px;
	line-height: 60px;
	color: #fff;
}

#wedding_plan ul.point li+li {
	margin-left: 12px;
}

#wedding_plan .bnr {
	margin-bottom: 50px;
}

#wedding_plan .bnr .img {
	float: left;
}

#wedding_plan .bnr .txt {
	float: right;
	text-align: left;
	margin-right: 35px;
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
	font-weight: bold;
}

#wedding_plan .bnr .txt li::before {
	content: "★";
	color: #cc9933;
}

#wedding_plan .detail {
	margin-bottom: 25px;
}

#wedding_plan .detail .left {
	float: left;
	width: 530px;
}

#wedding_plan .detail .right {
	float: right;
	width: 530px;
}

#wedding_plan .detail h5.tit02 {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#wedding_plan .detail p {
	margin-bottom: 20px !important;
}

#wedding_plan .detail dl {
	line-height: 28px;
}

#wedding_plan .detail dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#wedding_plan .detail dl dd {
	margin-bottom: 15px;
}

#wedding_plan .detail .right dl dt {
	margin-bottom: 25px;
}

#wedding_plan_special {
	background: #d3f1f2;
	padding: 50px 0 80px;
}

#wedding_plan_special .tit03 h3 {
	background: #d3f1f2;
}


/* item */

#wedding_item {
	margin-bottom: 100px;
}

#wedding_item table {
	margin-bottom: 10px;
}

#wedding_item table th,
#wedding_item table td {
	padding: 15px;
}

#wedding_item table th {
	width: 275px;
	vertical-align: middle;
}

#wedding_item table td {
	text-align: left
}

#wedding_item table td span.small,
#wedding_item p {
	font-size: 12px;
	text-align: left
}


/* service */

#wedding_service {
	margin-bottom: 100px;
}

#wedding_service ul {
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	margin-bottom: 35px;
}

#wedding_service ul li {
	display: inline-block;
	margin: 0 1px;
}

#wedding_service table {
	margin-bottom: 5px;
}

#wedding_service table th,
#wedding_service table td {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px !important;
}

#wedding_service table td.w525 {
	width: 525px;
}

#wedding_service table td span,
#wedding_service p.small {
	font-size: 12px;
}


/* Aqua party
--------------------------------------------------------------*/

#party {
	margin-bottom: 160px;
}

#party_intro {
	text-align: center;
	margin-bottom: 60px;
}

#party_intro h3 {
	font-size: 34px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HGS明朝B", "ＭＳ 明朝",serif;
	margin-bottom: 30px;
	line-height: 48px;
}

#party_intro p {
	font-size: 16px;
	line-height: 40px;
}

#party_scene {
	text-align: center;
	margin-bottom: 100px;
}

#party_scene .tit03 {
	margin-bottom: 25px;
}

#party_scene p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 40px;
}

#party_scene ul {
	font-size: 0;
	letter-spacing: 0;
}

#party_scene ul li {
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

#party_scene ul li img.imgover {
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#party_scene ul li:hover img.imgover {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}


#party_scene ul li:last-child,
#party_scene ul li:nth-child(3n) {
	margin-right: 0;
}

#party_scene ul li:nth-child(4),
#party_scene ul li:last-child {
	margin-top: -20px;
}

#party_floor .tit03 {
	margin-bottom: 25px;
}

#party_floor {
	text-align: center;
}

#party_floor p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
}

#party_floor #tab_menu {
	margin-bottom: 50px;
}

#party_floor .tab_contents {
	margin-bottom: 80px;
}

#party_floor h4 {
	margin-bottom: 30px;
}

#party_floor .btn {
	font-size: 0;
	letter-spacing: 0;
}

#party_floor .btn li {
	display: inline-block;
	margin: 0 5px;
}

#party_floor .btn li a {
	background: #383838;
	display: block;
	width: 275px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	letter-spacing: 0.08em;
}

#party_floor .btn li a:hover {
	background: #666;
}

#party_floor .tab_contents .img {
	float: left;
	width: 530px;
}

#party_floor .tab_contents .txt {
	float: right;
	width: 550px;
}

#party_floor .tab_contents .txt ul {
	margin-bottom: 30px;
}

#party_floor .tab_contents .txt ul li {
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1;
}

#party_floor .tab_contents .txt ul li:before {
	content: "■ ";
}

#party_floor .tab_contents .txt table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 35px;
}

#party_floor .tab_contents .txt table th,
#party_floor .tab_contents .txt table td {
	border: 1px solid #dfdfdf;
	text-align: center;
	padding: 13px;
	font-size: 14px;
	line-height: 27px;
}

#party_floor .tab_contents .txt table th {
	background: #f3f3f3;
	font-weight: bold;
}

#party_floor .tab_contents .txt p {
	font-size: 12px;
}

#party_floor .tab_contents#party04 .img,
#party_floor .tab_contents#party04 .txt {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}

#party_floor .tab_contents#party04 .img img:first-of-type {
	float: left;
}

#party_floor .tab_contents#party04 .img img:last-of-type {
	float: right;
}

#party_floor .tab_contents#party04 .txt ul {
	float: right;
	width: 530px;
	padding-top: 15px;
}

#party_floor .tab_contents#party04 .txt table {
	float: left;
	width: 550px;
}


/* Aqua GALLERY
--------------------------------------------------------------*/

#gallery {
	margin-bottom: 140px;
}

#gallery #tab_menu {
	margin-bottom: 50px;
}

#gallery .tit03 {
	margin-bottom: 25px;
}

#gallery .catch {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#gallery .tab_contents {
	margin-bottom: 100px;
}

#gallery .tab_contents ul {
	font-size: 0;
	letter-spacing: 0;
}

#gallery .tab_contents#gallery03 ul,
#gallery .tab_contents#gallery04 ul {
	text-align: center;
}

#gallery .tab_contents ul li {
	display: inline-block;
	width: 330px;
	margin: 0 55px 40px 0;
}

#gallery .tab_contents#gallery03 ul li,
#gallery .tab_contents#gallery04 ul li {
	text-align: left;
	margin: 0 27px 40px;
}

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

#gallery .tab_contents ul li .img {
	margin-bottom: 20px;
}

#gallery .tab_contents ul li .txt {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	color: #5a5757;
}

#gallery .tab_contents ul li .txt span {
	font-weight: bold;
	color: #251815;
}


#gallery_cafe ul {
	font-size: 0;
	letter-spacing: 0;
}

#gallery_cafe ul li {
	display: inline-block;
	width: 522px;
	margin: 0 56px 40px 0;
}

#gallery_cafe ul li:nth-child(even) {
	margin-right: 0;
}

#gallery_cafe ul li .img {
	line-height: 0;
	margin-bottom: 20px;
}

#gallery_cafe ul li .img .small {
	float: right;
	width: 187px;
}

#gallery_cafe ul li .img .small_top {
	margin-bottom: 5px;
}

#gallery_cafe ul li .img .large {
	float: left;
	width: 330px;
}

#gallery_cafe .img .img_box_end {
	width: 259px;
}

#gallery_cafe .img .img_box_end:first-of-type {
	float: left;
}

#gallery_cafe .img .img_box_end:last-of-type {
	float: right;
}

#gallery_cafe ul li .txt {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	color: #5a5757;
}

#gallery_cafe ul li .txt span {
	font-weight: bold;
	color: #251815;
}

#gallery_cafe ul li .txt span.title {
	color: #00afd9;
	font-size: 15px;
}

/*
#gallery .tab_contents ul li .img img.zoom,
#gallery_cafe .img .img_box img.zoom,
#gallery_cafe .img .img_box_end img.zoom {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(-50%,-50%);
	transform: -50%,-50%;
	z-index: 999;
	
}


#gallery .tab_contents ul li .img:hover img.zoom,
#gallery_cafe .img .img_box:hover img.zoom,
#gallery_cafe .img .img_box_end:hover img.zoom {
	width: 660px;
	max-width: 95%;
	height: auto;
}

#gallery_cafe .img .img_box_end:hover img.zoom {
	width: 518px;
}
*/


/* Aqua RESERVE
--------------------------------------------------------------*/

#reserve {
	margin-bottom: 120px;
}

#reserve #tab_menu {
	margin-bottom: 50px;
}

#reserve .tab_contents {
	text-align: center;
}

#reserve .tab_contents .tit03 {
	margin-bottom: 20px;
}

#reserve .tab_contents .tit02 {
	font-size: 16px;
	padding: 15px 0;
	margin-bottom: 30px;
}

#reserve .tab_contents .catch {
	margin-bottom: 55px;
}

#reserve .acc {
	text-align: left;
	margin-bottom: 80px;
}

#reserve .acc dt {
	position: relative;
	background: #dfdfdf;
	hieght: 70px;
	line-height: 70px;
	padding-left: 70px;
	cursor: pointer;
	margin-bottom: 1px;
}

#reserve .acc .mark {
	position: absolute;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

#reserve .acc dt .mark.q {
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#reserve .acc dd .mark.a {
	top: 25px;
	left: 30px;
}

#reserve .acc dt .btn {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#reserve .acc dt:hover .btn {
	top: 60%;
}

#reserve .acc dd {
	position: relative;
	display: none;
	padding: 28px 0 30px 70px;
	line-height: 28px;
}

#reserve .reserve_tel {
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 30px;
	border: 1px solid #e7e7e7;
}

#reserve .reserve_tel h5 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background: #383838;
	margin-bottom: 30px;
}

#reserve .reserve_tel div {
	display: inline-block;
	vertical-align: top;
}

#reserve .reserve_tel .img {
	margin-right: 10px;
	width: 70px;
}

#reserve .reserve_tel .txt p {
	line-height: 35px;
	text-align: left;
}

#reserve .reserve_tel .txt p.name {
	font-size: 16px;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#reserve .reserve_tel .txt p span {
	font-size: 10px;
}

#reserve .reserve_tel .txt p.tel {
	font-size: 30px;
	font-weight: bold;
}

#reserve .tab_contents .intro {
	margin-bottom: 70px;
}

#reserve .tab_contents .intro .img {
	float: left;
	width: 550px;
}

#reserve .tab_contents .intro .txt {
	float: right;
	width: 525px;
	text-align: left;
}

#reserve .tab_contents .intro .txt p {
	line-height: 30px;
	margin-bottom: 30px;
	letter-spacing: 0;
}

#reserve .tab_contents .intro .txt ol {
	margin-left: 35px;
}

#reserve .tab_contents .intro .txt ol li {
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	list-style-type: decimal;
}

#reserve .tab_contents .intro .txt ol li span {
	font-size: 14px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: top;
	margin-top: 5px;
	display: inline-block;
}


#aqua_reserve03 > section {
	margin-bottom: 70px;
}

#aqua_reserve03 .acc dt {
	background: #ffe6f0;
}

#aqua_reserve03 .acc dd {
	padding-left: 0;
}

#aqua_reserve03 .acc .img {
	width: 530px;
	float: left;
}

#aqua_reserve03 .acc .txt {
	width: 550px;
	float: right;
}

#aqua_reserve03 .acc .txt table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}

#aqua_reserve03 .acc .txt table  caption,
#aqua_reserve03 .acc .txt table tr th,
#aqua_reserve03 .acc .txt table tr td {
	border: 1px solid #dfdfdf;
	padding: 7px 0;
	text-align: center;
}

#aqua_reserve03 .acc .txt table caption {
	background: #f3f3f3;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

#aqua_reserve03 .acc .txt p {
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 22px;
}

#aqua_reserve_supp {
	background: url(../img/aqua/reserve/bg_aqua_reserve01.jpg) no-repeat center top;
	width: 100%;
	height: 369px;
	padding-top: 110px;
}

#aqua_reserve_supp p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#aqua_reserve_supp p.large {
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

#aqua_reserve04 p {
	margin-bottom: 40px;
}

#reserve .tab_contents#aqua_reserve04 .catch {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}

#aqua_reserve04 p.catch span {
	font-size: 14px;
}

#aqua_reserve04 .mw_wp_form_input .confirm_m,
#aqua_reserve04 .mw_wp_form_confirm .input_m {
	display: none;
}

#aqua_reserve04 dl {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

#aqua_reserve04 dl dt {
	position: relative;
	float: left;
	clear: both;
	width: 255px;
	padding: 25px 0 0 20px;
	text-align: left;
}

#aqua_reserve04 dl dt .req {
	position: absolute;
	top: 20px;
	right: 35px;
	display: block;
	width: 60px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #73c8da;
	border-radius: 5px;
	text-align: center;
	color: #73c8da;
}

#aqua_reserve04 dl dd {
	width: 825px;
	padding: 15px 0 15px 275px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

#aqua_reserve04 .mw_wp_form_confirm dl dd {
	padding: 25px 0 25px 275px;
	min-height: 15px;
}

#aqua_reserve04 dl dd span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
}

#aqua_reserve04 dl dd.date span {
	margin: 0 10px;
}

#aqua_reserve04 dl dd input[type="radio"] {
	width: 15px;
	height: 15px;
	background: #ebebeb;
	border: none;
	margin-top: -2px;
}


#aqua_reserve04 dl dd input[type="text"],
#aqua_reserve04 dl dd input[type="email"],
#aqua_reserve04 dl dd textarea {
	width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ebebeb;
	border: none;
	border-radius: 5px;
}

#aqua_reserve04 dl dd input[type="text"],
#aqua_reserve04 dl dd input[type="email"] {
	height: 40px;
	padding: 0 5px;
}

#aqua_reserve04 dl dd input.year {
	width: 65px;
	text-align: center;
}

#aqua_reserve04 dl dd input.date {
	width: 45px;
	text-align: center;
}

#aqua_reserve04 dl dd textarea {
	height: 160px;
	padding: 10px;
}

#aqua_reserve04 ul {
	text-align: center;
}

#aqua_reserve04 ul li {
	display: inline-block;
}

#aqua_reserve04 ul li input {
	width: 300px;
	height: 55px;
	background: #1e1e1e;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

#aqua_reserve04 ul li input:hover {
	background: #666;
}

#aqua_reserve04 .mw_wp_form_complete {
	text-align: center;
	line-height: 220%;
}


/* Silva ACCESS
--------------------------------------------------------------*/

.content.shops.silva#access .sns h3 {
	background-image: url(../img/cmn/logo_silva02.png);
}


/* Silva tora-kichi
--------------------------------------------------------------*/

#torakichi .btn a {
	display: inline-block;
	width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #60b348;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	color: #fff;
}

#torakichi .btn a:hover {
	letter-spacing: 0.2em;
}



#torakichi {
	margin-bottom: 160px;
}

#torakichi_intro {
	text-align: center;
	margin-bottom: 60px;
}

#torakichi_intro h3 {
	font-size: 34px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HGS明朝B", "ＭＳ 明朝",serif;
	margin-bottom: 30px;
	line-height: 48px;
}

#torakichi_intro p {
	font-size: 16px;
	line-height: 40px;
}

#torakichi_favorite {
	text-align: center;
	margin-bottom: 100px;
}

#torakichi_favorite .tit03 {
	margin-bottom: 25px;
}

#torakichi_favorite ul {
	font-size: 0;
	letter-spacing: 0;
}

#torakichi_favorite ul li {
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

#torakichi_favorite ul li img.imgover {
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#torakichi_favorite ul li:hover img.imgover {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

#torakichi_history {
	margin-bottom: 150px;
}

#torakichi_history .tit03 {
	margin-bottom: 40px;
}

#torakichi_history .imgtxt {
	line-height: 0;
}

#torakichi_history .acc dt {
	position: relative;
	min-height: 70px;
	padding: 20px 30px;
	font-size: 24px;
	background: #fefce4;
	border-bottom: 1px solid #fce274;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#torakichi_history .acc dt .btn {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#torakichi_history .acc dt:hover .btn {
	top: 60%;
}

#torakichi_history .acc dd {
	padding: 30px 70px 0;
	display: none;
}

#torakichi_history .acc dd .img {
	float: right;
	text-align: center;
	width: 190px;
}

#torakichi_history .acc dd .txt {
	width: 660px;
	float: left;
	line-height: 28px;
	font-size: 14px;
}

#torakichi_history .acc dd .txt h4 {
	font-weight: bold;
	line-height: 28px;
	font-size: 14px;
}

#torakichi_history .acc dd .txt p {
	margin-bottom: 20px;
}

#torakichi_line {
	margin-bottom: 100px;
}

#torakichi_line .tit03 {
	margin-bottom: 40px;
}

#torakichi_line .txtimg {
	margin-bottom: 30px;
}

#torakichi_line .join h4 {
	width: 100%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #020202;
	background: #fff16a;
	margin-bottom: 40px;
}

#torakichi_line .join .tit03 {
	margin-bottom: 30px;
}

#torakichi_line .join h5 {
	padding: 5px 0 5px 60px;
	background-repeat: no-repeat;
	background-position: left top;
}

#torakichi_line .join .insta h5 {
	background-image: url(../img/silva/torakichi/icon_silva_torakichi01.png);
}

#torakichi_line .join .fb h5 {
	background-image: url(../img/silva/torakichi/icon_silva_torakichi02.png);
}

#torakichi_line .join .tit03 .bg {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 35px;
	z-index: 2;
}

#torakichi_line .join section {
	width: 500px;
}

#torakichi_line .join .insta {
	float: left;
}

#torakichi_line .join .fb {
	float: right;
}

#torakichi_line .join section dl,
#torakichi_line .join section dl dt,
#torakichi_line .join section dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#torakichi_line .join section dl {
	background: #f3f3f3;
	padding: 15px 15px 50px;
	line-height: 23px;
}

#torakichi_line .join section dl dt {
	width: 105px;
	float: left;
	margin-bottom: 50px;
	clear: both;
	color: #020202;
}

#torakichi_line .join section dl dd {
	padding: 15px 25px 0 105px;
	margin-bottom: 50px;
	width: 470px;
}

#torakichi_line .join section dl dd p {
	margin-bottom: 15px;
}

#torakichi_line .join section dl dd p:last-of-type {
	margin-bottom: 0;
}

#torakichi_line .join section dl dd p span {
	color: #60b348;
	font-size: 18px;
	font-weight: bold;
}

#torakichi_line .join section dl dd p.sns a {
	display: inline-block;
	width: 270px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-weight: 600;
	font-size: 19px;
	color: #60b348;
	border: 1px solid #60b348;
}

#torakichi_line .join section dl dd p.sns a:hover {
	letter-spacing: 0.1em;
}

#torakichi_line .message {
	background: #fff16a;
	color: #020202;
	text-align: center;
	padding: 80px 0 30px;
	line-height: 37px;
	margin-top: 40px;
	position: relative;
}

#torakichi_line .message .img {
	position: absolute;
	left: 90px;
	bottom: 60px;
}

#torakichi_line .message h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

#torakichi_line .message p {
	margin-bottom: 30px;
}

#torakichi_line .message p.btn {
	margin-bottom: 0;
}

#torakichi_post {
	text-align: center;
}

#torakichi_post .tit03 {
	margin-bottom: 40px;
}

#torakichi_post ul li {
	display: inline-block;
	margin: 0 10px;
}


/* Silva RESERVE
--------------------------------------------------------------*/

.silva#reserve #tab_menu li {
	width: 550px;
}

#silva_reserve02 > section {
	margin-bottom: 70px;
}

#silva_reserve02 .acc dt {
	background: #ffe6f0;
}

#silva_reserve02 .acc dd {
	padding-left: 0;
}

#silva_reserve02 .acc .img {
	width: 530px;
	float: left;
}

#silva_reserve02 .acc .txt {
	width: 550px;
	float: right;
}

#silva_reserve02 .acc .txt table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 30px;
}

#silva_reserve02 .acc .txt table  caption,
#silva_reserve02 .acc .txt table tr th,
#silva_reserve02 .acc .txt table tr td {
	border: 1px solid #dfdfdf;
	padding: 7px 0;
	text-align: center;
}

#silva_reserve02 .acc .txt table caption {
	background: #f3f3f3;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 100%
}

#silva_reserve02 .acc .txt table caption span {
	font-size: 10px;
	font-weight: normal;
}

#silva_reserve02 .acc .txt p {
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 22px;
}

#silva_reserve_supp {
	background: url(../img/aqua/reserve/bg_aqua_reserve01.jpg) no-repeat center top;
	width: 100%;
	height: 369px;
	padding-top: 110px;
}

#silva_reserve_supp p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#silva_reserve_supp p.large {
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}



/* company profile
--------------------------------------------------------------*/

#company {
	margin-bottom: 200px;
}

#company_about {
	border-top: 1px solid #ebebeb;
	text-align: left;
	line-height: 30px;
	margin-bottom: 130px;
}

#company_about dt {
	width: 140px;
	float: left;
	clear: both;
	padding: 20px 0 20px 20px;
}

#company_about dd {
	width: 940px;
	padding: 20px 0 20px 160px;
	border-bottom: 1px solid #ebebeb;
}

#company_about dd:nth-of-type(odd) {
	background: #f4f4f4;
}

#company_about dd:last-of-type {
	border-bottom: none;
}

#company_about dd h3 {
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}

#company_about dd span {
	font-size: 12px;
}


#company .tit03 {
	margin-bottom: 30px;
}

#company_history .intro {
	position: relative;
	background: #383838;
	color: #fff;
}

#company_history .intro .img {
	text-align: right;
	line-height: 0;
}

#company_history .intro .txt {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 753px;
}

#company_history .intro .txt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 20px;
}

#company_history .intro .txt p.small {
	font-size: 12px;
	line-height: 28px;
	margin-top: 60px;
}

#company .acc {
	text-align: left;
	margin-bottom: 80px;
}

#company .acc dt {
	position: relative;
	background: #dfdfdf;
	hieght: 70px;
	line-height: 70px;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 1px;
	font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
}

#company .acc dt span {
	font-style: normal;
}

#company .acc dt .btn {
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#company .acc dt:hover .btn {
	top: 60%;
}

#company .acc dd {
	position: relative;
	display: none;
	padding: 30px 70px;
	line-height: 28px;
	letter-spacing: 0;
}

#company .acc dd p {
	margin-bottom: 30px;
}

#company .acc dd .large {
	fotn-size: 24px;
	font-weight: bold;
}

#company .acc dd p:las-of-type {
	margin-bottom: 0;
}


/* recruit
--------------------------------------------------------------*/

#recruit {
	margin-bottom: 160px;
}

#recruit01 {
	text-align: center;
	margin-bottom: 50px;
}

#recruit01 h3 {
	font-size: 34px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HGS明朝B", "ＭＳ 明朝",serif;
	margin-bottom: 40px;
}

#recruit01 p {
	font-size: 16px;
	line-height: 40px;
}

#recruit02 {
	margin-bottom: 80px;
}

#recruit02 h3,
#recruit03 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background: #383838;
}

#recruit02 h3,
#recruit02 .img {
	margin-bottom: 50px;
}

#recruit02 dl {
	border-top: 1px solid #ebebeb;
	text-align: left;
	line-height: 28px;
}

#recruit02 dl dt {
	width: 140px;
	float: left;
	clear: both;
	padding: 20px 0 20px 20px;
}

#recruit02 dl dd {
	width: 940px;
	padding: 20px 0 20px 160px;
	border-bottom: 1px solid #ebebeb;
}

#recruit02 dl dd:nth-of-type(odd) {
	background: #f4f4f4;
}

#recruit02 dl dd:last-of-type {
	border-bottom: none;
}

#recruit02 dl dd p {
	margin-bottom: 30px;
}

#recruit02 dl dd p:last-of-type {
	margin-bottom: 0;
}

#recruit02 dl dd div {
	margin-bottom: 40px;
}

#recruit02 dl dd .small {
	font-size: 12px;
}

#recruit03 {
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 50px;
	border: 1px solid #e7e7e7;
}

#recruit03 .catch {
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HGS明朝B", "ＭＳ 明朝",serif;
	margin: 50px 0 40px;
}

#recruit03 div {
	display: inline-block;
	vertical-align: top;
}

#recruit03 .img {
	margin-right: 25px;
	padding-top: 10px;
}

#recruit03 .txt p {
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}

#recruit03 .txt p.tel {
	font-size: 30px;
	font-weight: bold;
}


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

#privacy {
	margin-bottom: 110px;
}

#privacy .wrap {
	width: 900px;
	margin: 0 auto;
}

#privacy h3 {
	text-align: center;
	padding: 18px 0;
	line-height: 1;
	font-size: 18px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#privacy p {
	font-size: 14px;
	line-height: 28px;
}

#privacy .intro {
	text-align: center;
	margin-bottom: 50px;
}

#privacy section {
	margin-bottom: 50px;
}

#privacy .info {
	text-align: right;
}


/* お問い合わせ
--------------------------------------------------------------*/

/* -webkit-appearance: none; */

#contact {
	margin-bottom: 160px;
}

#contact p {
	text-align: center;
	margin-bottom: 60px;
}

#contact .mw_wp_form_input .confirm_m,
#contact .mw_wp_form_confirm .input_m {
	display: none;
}

#contact dl {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

#contact dl dt {
	position: relative;
	float: left;
	clear: both;
	width: 255px;
	padding: 25px 0 0 20px;
}

#contact dl dt .req {
	position: absolute;
	top: 20px;
	right: 35px;
	display: block;
	width: 60px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
}

#contact dl dd {
	width: 825px;
	padding: 15px 0 15px 275px;
	border-bottom: 1px solid #e5e5e5;
}

#contact .mw_wp_form_confirm dl dd {
	padding: 25px 0 25px 275px;
	min-height: 15px;
}

#contact dl dd span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
}

#contact dl dd input[type="radio"] {
	width: 15px;
	height: 15px;
	background: #ebebeb;
	border: none;
	margin-top: -2px;
}


#contact dl dd input[type="text"],
#contact dl dd input[type="email"],
#contact dl dd textarea {
	width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ebebeb;
	border: none;
	border-radius: 5px;
}

#contact dl dd input[type="text"],
#contact dl dd input[type="email"] {
	height: 40px;
	padding: 0 5px;
}

#contact dl dd textarea {
	height: 160px;
	padding: 5px;
}

#contact ul {
	text-align: center;
}

#contact ul li {
	display: inline-block;
}

#contact ul li input {
	width: 300px;
	height: 55px;
	background: #1e1e1e;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

#contact ul li input:hover {
	background: #666;
}

#contact .mw_wp_form_complete {
	text-align: center;
	line-height: 220%;
}



/* ニュース
--------------------------------------------------------------*/

#news {
	margin-bottom: 150px;
}

/* main */

#main {
	float: left;
	width: 730px;
}

#news .post {
	margin-bottom: 90px;
}

#news .post header {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 13px 0;
	margin-bottom: 35px;
}

#news .post header .badge {
	float: left;
	line-height: 0;
}

#news .post header .info {
	float: right;
	width: 630px;
	padding-top: 20px;
}

#news .post header .info p {
	font-size: 14px;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 10px;
}

#news .post header .info h1 {
	font-size: 16px;
}

#news .post header .info h1 a:hover {
	color: #999;
}

/* sidebar */

#sidebar {
	float: right;
	width: 300px;	
	text-align: center;
}

#sidebar section {
	margin-bottom: 30px;
	background: #ededed;
}

#sidebar h3 {
	font-size: 12px;
	color: #000;
	padding: 25px 0 10px;
	line-height: 20px;
}

#sidebar h3 span {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#sidebar ul {
	border: 5px solid #ededed;
}

#sidebar ul li a {
	display: block;
	background: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border-top: 1px solid #e3e3e3;
}

#sidebar ul li a:hover {
	background: #f1f1f1;
}

#news .post_.post_content a { color: #999; }
#news .post_.post_content a:hover { text-decoration: underline; }
#news .post .post_content { line-height: 30px; }
#news .post .post_content p{display: block; margin-bottom: 10px;}
#news .post .post_content strong{font-weight: bold;}
#news .post .post_content em{font-style: italic;}
#news .post .post_content blockquote{display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 20px; -webkit-margin-end: 20px;}
#news .post .post_content .aligncenter {display: block;margin: 0 auto;}
#news .post .post_content .alignright {float: right; margin-left: 10px;}
#news .post .post_content .alignleft {float: left; margin-right: 10px;}
#news .post .post_content img[class*="wp-image-"],#info .main .posts .post_content img[class*="attachment-"]{height: auto; max-width: 100%;}



/*=============================================================================================================

 レスポンシブ
 
=============================================================================================================*/

@media only screen and (max-width:640px) {
	
	/* 共通
	--------------------------------------------------------------*/
	
	.container {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.pc,
	.pcin {
		display: none !important;
	}
	
	.sp {
		display: block;
	}
	
	table.sp {
		display: table;
	}
	
	.spin {
		display: inline;
	}
	
	.call_on {
		pointer-events: auto;
	}
	
	
	/* ヘッダー
	--------------------------------------------------------------*/
	
	header.header {
		padding: 20px 15px 0;
		min-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	header.header h1 {
		margin-bottom: 20px;
	}
	
	header.header h1 img {
		width: 76px;
	}
	
	header#header_top {
		margin-bottom: 15px;
	}
	
	
	#hm_menu,
	.close,
	#hm_menu img,
	.close img {
		width: 50px;
		height: 50px;
	}
	
	#overlay {
		z-index: 99999;
	}
	
	#global {
		padding-top: 100px;
	}
	
	#global a {
		font-size: 18px;
		line-height: 40px;
	}
	
	#global ul li span a {
		font-size: 24px;
	}
	
	#global ul li ul {
		margin: 20px auto 40px;
		width: 100%;
	}
	
	#global a:hover {
		letter-spacing: 0.1em;
	}
	
	#global li.home {
		margin-top: 20px;
	}

	
	
	/* フッター
	--------------------------------------------------------------*/
	
	footer {
		padding-bottom: 15px;
		min-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	/* 店舗 共通 */
	
	#footer_shop {
		background: #f3f3f3;
		padding: 20px 0;
	}
	
	#footer_shop section {
		width: 100%;
		float: none;
	}
	
	#footer_shop section .img,
	#footer_shop section .txt {
		float: none;
		width: 100%;
	}
	
	#footer_shop section .img {
		text-align: center;
	}
	
	#footer_shop section ul.sns {
		margin-left: 0;
	}
	
	#footer_shop section ul.sns li {
		display: inline-block;
	}
	
	/* aqua */
	
	#footer_aqua {
		margin-bottom: 30px;
	}
	
	
	#footer_privacy,
	#copy {
		float: none;
		text-align: center;
		line-height: 180%;
	}

	
	
	/* トップページ
	--------------------------------------------------------------*/
	
	#top {
		margin-bottom: 60px;
	}
	
	/* Aqua Silva 共通 */
	
	.top_shop_intro {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.top_shop_intro div {
		padding: 0 20px;
	}
	
	.top_shop_intro div h2,
	.top_shop_intro div ul {
		margin-bottom: 15px;	
	}
	
	.top_shop_intro div p {
		font-size: 14px;
		line-height: 28px;
	}
		
	.top_shop_intro,
	.top_shop_menu {
		width: 100%;
		max-width: 548px;
		margin: 0 auto 1px;
		float: none;
	}
	
	.top_shop_menu li {
		width: 50%;
		height: auto;
		max-width: 274px;
		margin: 0;
		margin-bottom: 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.top_shop_menu li a {
		width: 100%;
		font-size: 12px;
		line-height: 0;
	}
	
	.top_shop_menu li a span {
		background-size: auto 65%;
		padding-top: 35px;
	}
	
	/* Aqua */
	
	#top_aqua {
		padding: 40px 0;	
	}
	
	#top_aqua .top_shop_intro {
		border-right: 1px solid #d3f1f2;
	}
	
	#top_aqua .top_shop_intro,
	#top_aqua .top_shop_menu {
		float: none;
	}
	
	#top_aqua .top_shop_menu li {
		margin-left: 0;
	}
	
	#top_aqua .top_shop_menu li {
		border-right: 1px solid #d3f1f2;
		
	}
	
	#top_aqua .top_shop_menu li a {
		height: 100%;
	}
	
	/* silva */
	
	#top_silva {
		padding: 40px 0;	
	}
	
	#top_silva .top_shop_intro {
		border-right: 1px solid #def0e3;
	}
	
	#top_silva .top_shop_intro,
	#top_silva .top_shop_menu {
		float: none;
	}
	
	#top_silva .top_shop_menu li {
		margin-right: 0;
	}
	
	#top_silva .top_shop_menu li {
		border-right: 1px solid #def0e3;
	}
	
	#top_silva .top_shop_menu li a {
		height: 100%;
	}
	
	
	/* menu news 共通 */
	
	.top_post {
		margin-bottom: 50px;
	}
	
	.top_post h2 {
		margin-bottom: 20px;
	}
	
	.top_post article {
		float: none;
		width: 100%;
		max-width: 340px;
		margin: 0 auto 20px;
	}
	
	.top_post article+article {
		margin-left: auto;
	}
	
	.top_post article .img {
		line-height: 0;
	}
	
	.top_post article a .txt {
		padding: 55px 15px 15px;
		box-sizing: border-box;
	}
	
	.top_post article .txt .badge {
		position: absolute;
		top: -42px;
		width: 100%;
		margin-left: -15px;
		text-align: center;
	}
	
	.top_post article .txt .badge img {
		display: inline !important;
	}
	
	.top_post article .txt .info {
		font-size: 12px;
		font-family: 'Quicksand', sans-serif;
		margin-bottom: 10px;
	}
	
	.top_post article .txt h3 {
		font-size: 15px;
		font-weight: bold;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	/* menu */
	
	#top_menu {
		width: 100%;
		max-width: 360px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
		
	.top_post#top_menu article {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.top_post#top_menu article {
		margin: 0;
	}
	
	.top_post#top_menu article+article {
		margin-left: 0;
	}
	
	.slick-arrow {
		z-index: 500;
		margin-top: 0;
	}
	
	.slick-next {
		right: 0;
	}
	
	.slick-prev {
		left: 0;
	}
		
	/* banner */
	
	#top_banner li:first-child,
	#top_banner li:last-child {
		float: none;
		width: 100%;
		height: auto;
		max-width: 530px;
		margin-bottom: 20px;
	}
	
	#top_banner li a {
		width: 100%;
		height: 100%;
	}
	
	#top_banner li a .txt {
		padding-left: 15px;
		font-size: 12px;
	}
	
	#top_banner li a .txt span {
		font-size: 18px;
	}
	
	#top_banner li a:hover .txt span {
		letter-spacing: 0.1em;
	}
	
	
	
	/* 下層共通
	--------------------------------------------------------------*/
	
	header.content_header {
		margin-top: 0;
	}
	
	
	/* Aqua Silva 共通
	--------------------------------------------------------------*/
	
	/* header ------------------------ */
	
	.content.shops header.content_header {
		padding-top: 70px;
	}
	
	.content.shops header.content_header .logo {
		top: -30px;
		left: 50%;
		margin-left: -30px;
		width: 60px;
		height: 60px;
	}
	
	.content.shops header.content_header .logo img {
		width: 60px;
		height: 60px;
	}
	
	.content.shops header.content_header nav ul li {
		font-size: 14px;
		width: 33.333%;
		width: calc(100% / 3);
		margin-bottom: 20px;
	}
	
	.content.shops header.content_header nav ul li+li {
		margin-left: 0;
	}
	
	.content.shops header.content_header nav ul li a:hover::before {
		display: none;
	}
	
	
	/* access -----------------*/
	
	.content.shops#access {
		margin-bottom: 80px;
	}
	
	.content.shops#access h2 {
		margin-bottom: 80px;
	}
		
	
	/* 地図 */
	
	#map_canvas {
		height: 300px;
	}	
	
	/* ルート */
	
	.content.shops#access .root .slick {
		width: 100%;
		margin: 0 auto;
	}
	
	.content.shops#access .root .slick section {
		width: 100%;
		margin: 0 auto;
	}
	
	.content.shops#access .root .slick .slick-next {
		right: 0;
	}
	
	.content.shops#access .root .slick .slick-prev {
		left: 0;
	}
	
	
	/* 店舗詳細 */
	
	.content.shops#access dl {
		margin-bottom: 30px;
		line-height: 24px;
	}
		
	.content.shops#access dl dt {
		width: 100%;
		float: none;
		padding: 10px 10px 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	.content.shops#access dl dd {
		width: 100%;
		padding: 0 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
	}
	
	.content.shops#access dl dt:nth-of-type(odd) {
		background: #f4f4f4;
	}
	
	.content.shops#access ul.img li {
		margin: 0 0 1px;
		width: 50%;
		padding: 0 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	/* sns */
	
	.content.shops#access .sns section {
		width: 100%;
	}
	
	.content.shops#access .sns .insta {
		margin-bottom: 50px;
	}
	
	.content.shops#access .sns .insta,
	.content.shops#access .sns .fb {
		float: none;
	}
	
	.content.shops#access .sns .insta .instagram .instagram-placeholder {
		width: 32%;
		line-height: 0;
		margin: 0 2% 2% 0;
	}
	
	
	/* タブメニュー */
	
	#tab_menu {
		min-width: 100%;
	}
	
	#tab_menu li {
		display: inline-block;
		width: 50%;
		height: 70px;
	}
	
	#tab_menu li:nth-child(3) a {
		border-left: none;
	}
	
	/* MENU -----------------*/

	.content.shops#menu #tab_menu {
		margin-bottom: 50px;
	}
	
	.content.shops#menu .tit03 {
		margin-bottom: 40px;
	}
	
	.content.shops#menu h4 {
		margin-bottom: 25px;
	}
	
	.content.shops#menu .tab_contents > section {
		margin-bottom: 120px;
		text-align: center;
	}
	
	.content.shops#menu .tab_contents > section section {
		margin-bottom: 45px;
	}
	
	.content.shops#menu dl {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		font-size: 12px;
	}
	
	.content.shops#menu dl dt {
		width: 100%;
		padding: 10px 0 0;
		float: none;
	}
	
	.content.shops#menu dl dt span {
		font-size: 10px;
		display: block;
	}
	
	.content.shops#menu dl dd {
		width: 100%;
		padding: 10px 0;
	}
	
	.content.shops#menu .img {
		width: 100%;
		float: none;
	}
	
	.content.shops#menu .img p {
		margin-bottom: 10px;
		font-size: 12px;
	}

	
	
	/* Aqua WEDDING
	--------------------------------------------------------------*/
	
	.content.shops.aqua#wedding {
		margin-bottom: 100px;
	}
	
	.content.shops.aqua#wedding #wedding_intro .container {
		background: url(../img/aqua/wedding/bg_aqua_wedding01.jpg) no-repeat right center;
		padding: 20px 10px 40px;
	}
	
	.content.shops.aqua#wedding #wedding_intro h3 {
		margin-bottom: 65px;
		padding-top: 20px;
	}
	
	.content.shops.aqua#wedding #wedding_intro p {
		font-size: 12px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	
	.content.shops.aqua#wedding #wedding_intro p:last-of-type {
		margin-bottom: 0;
	}
	
	
	.content.shops.aqua#wedding #wedding_gallery {
		min-width: 100%;
		padding: 25px 0 50px;
		margin-bottom: 100px;
	}
	
	.content.shops.aqua#wedding #wedding_gallery h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.content.shops.aqua#wedding #wedding_gallery .bx-wrapper li .zoom {
		display: none;
	}
	
	.content.shops.aqua#wedding #wedding_tour.container {
		padding: 0 0 30px;
	}
	
	.content.shops.aqua#wedding #wedding_tour h3 {
		background: #383838;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 30px;
	}
	
	.content.shops.aqua#wedding #wedding_tour h4 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	
	.content.shops.aqua#wedding #wedding_tour p {
		font-size: 12px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.content.shops.aqua#wedding #wedding_tour ul {
		padding: 0 30px;
	}
	
	.content.shops.aqua#wedding #wedding_tour ul li {
		float: left;
		margin: 0 15px;
	}
	
	.content.shops.aqua#wedding #wedding_tour ul li a:hover img {
		-moz-opacity:0.6;
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	
	.content.shops.aqua#wedding #tab_menu {
		margin-bottom: 45px;
	}
	
	.content.shops.aqua#wedding table {
		font-size: 12px;
	}
	
	
	/* outline */
	
	#wedding_outline #map_bnr {
		width: 100%;
	}
	
	#wedding_outline #map_bnr span {
		background-size: auto 50%;
		padding-top: 30px;
	}
	
	#wedding_outline #map_bnr:hover span {
		letter-spacing: 0.4em;
	}
	
	#floor_map h3 {
		font-size: 30px;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	
	#floor_map .map {
		padding: 0 10px;
	}
	
	#floor_map p {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	
	#wedding_outline table th,
	#wedding_outline table td {
		padding: 10px;
	}
	
	#wedding_outline table th {
		width: 30%;
	}
	
	#wedding_outline table td span.small {
		font-size: 10px;
	}
	
	
	/* plan */
	
	
	#wedding_plan table th,
	#wedding_plan table td {
		padding: 10px;
		width: 100%;
	}
	
	#wedding_plan ul.point {
		font-size: 0;
		letter-spacing: 0;
		padding: 0 1px;
		margin-bottom: 30px;
	}
	
	#wedding_plan ul.point li {
		font-size: 10px;
		width: 32%;
		margin-bottom: 10px;
	}
	
	#wedding_plan ul.point li+li {
		margin-left: 2%;
	}
	
	#wedding_plan .bnr .txt {
		float: none;
		margin-right: 0;
		font-size: 14px;
	}
	
	#wedding_plan .detail {
		margin-bottom: 25px;
	}
	
	#wedding_plan .detail .left,
	#wedding_plan .detail .right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#wedding_plan .detail h5.tit02 {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	#wedding_plan .detail p {
		margin-bottom: 20px !important;
	}
	
	#wedding_plan .detail dl {
		line-height: 28px;
	}
	
	#wedding_plan .detail dl dt {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#wedding_plan .detail dl dd {
		margin-bottom: 15px;
	}
	
	#wedding_plan .detail .right dl dt {
		margin-bottom: 25px;
	}
	
	
	/* item */
	
	#wedding_item table th,
	#wedding_item table td {
		padding: 10px;
	}
	
	#wedding_item table th {
		width: 30%;
	}
	
	#wedding_item table td span.small,
	#wedding_item p {
		font-size: 10px;
	}
	
	
	/* service */
	
	#wedding_service ul {
		padding-left: 0;
	}
	
	#wedding_service ul li {
		width: 50%;
		margin: 0 0 1px;
		padding-left: 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#wedding_service table th,
	#wedding_service table td {
		padding: 10px;
	}
	
	#wedding_service table td.w525 {
		width: auto;
	}
	
	#wedding_service table td span,
	#wedding_service p.small {
		font-size: 10px;
	}
	
	
	/* Aqua party
	--------------------------------------------------------------*/
	
	#party {
		margin-bottom: 100px;
	}
	
	#party_intro h3 {
		font-size: 24px;
		line-height: 40px;
	}
	
	#party_intro p {
		font-size: 14px;
		line-height: 28px;
	}
	
	#party_scene {
		text-align: center;
		margin-bottom: 100px;
	}
	
	#party_scene ul li {
		display: inline-block;
		margin: 0 1% 10px;
		width: 48%;
	}
	
	#party_scene ul li:last-child,
	#party_scene ul li:nth-child(3n) {
		margin-right: 1%;
	}
	
	#party_scene ul li:nth-child(4) {
		margin-top: 0;
	}
	
	#party_scene ul li:last-child {
		margin-top: -10px;
	}
	
	#party_floor .tab_contents {
		margin-bottom: 40px;
	}
	
	#party_floor h4 {
		margin-bottom: 30px;
	}
	
	#party_floor .btn li {
		display: inline-block;
		width: 48%;
		margin: 0 1%;
	}
	
	#party_floor .btn li a {
		width: 100%;
	}
	
	#party_floor .tab_contents .img {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#party_floor .tab_contents .txt {
		float: none;
		width: 100%;
	}
	
	#party_floor .tab_contents .txt ul {
		margin-bottom: 20px;
	}
	
	#party_floor .tab_contents .txt ul li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	#party_floor .tab_contents .txt ul li:before {
		content: "■ ";
	}
	
	#party_floor .tab_contents .txt table {
		margin-bottom: 15px;
	}
	
	#party_floor .tab_contents .txt table th,
	#party_floor .tab_contents .txt table td {
		padding: 10px;
		font-size: 12px;
	}
	
	#party_floor .tab_contents#party04 .img,
	#party_floor .tab_contents#party04 .txt {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#party_floor .tab_contents#party04 .img img:first-of-type,
	#party_floor .tab_contents#party04 .img img:last-of-type {
		float: none;
	}
	
	#party_floor .tab_contents#party04 .txt ul {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	
	#party_floor .tab_contents#party04 .txt table {
		float: left;
		width: 100%;
	}


	/* Aqua GALLERY
	--------------------------------------------------------------*/
	
	#gallery {
		margin-bottom: 100px;
	}
	
	#gallery .catch {
		font-size: 16px;
	}
	
	#gallery .tab_contents {
		margin-bottom: 60px;
	}
	
	#gallery .tab_contents ul li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#gallery .tab_contents ul li .img {
		text-align: center;
	}
	
	#gallery .tab_contents ul li .txt {
		font-size: 12px;
	}
	
	#gallery_cafe ul li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#gallery .tab_contents#gallery03 ul li,
	#gallery .tab_contents#gallery04 ul li {
		text-align: left;
		margin: 0 0 30px 0;
	}
	
	#gallery_cafe ul li .img .small {
		float: left;
		width: 49%
	}
	
	#gallery_cafe ul li .img .small img {
		width: 100%;
	}
	
	#gallery_cafe ul li .img .small_top {
		margin-bottom: 0;
		margin-right: 2%;
	}
	
	#gallery_cafe ul li .img .large {
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}
	
	#gallery_cafe .img .img_box_end {
		width: 49%;
	}

	
	#gallery_cafe ul li:last-child .img img {
		width: 100%;
	}
	
	#gallery_cafe ul li .txt {
		font-size: 12px;
	}
	
	#gallery_cafe ul li .txt span.title {
		font-size: 13px;
	}
	
	
	/* Aqua Silva RESERVE
	--------------------------------------------------------------*/
	
	#reserve .acc {
		text-align: left;
		margin-bottom: 80px;
	}
	
	#reserve .acc dt {
		hieght: auto;
		line-height: 160%;
		padding: 10px 40px;
	}
	
	#reserve .acc .mark {
		font-size: 16px;
	}
	
	#reserve .acc dt .mark.q {
		top: 10px;
		left: 10px;
		-webkit-transform: none;
		transform: none;
	}
	
	#reserve .acc dd .mark.a {
		top: 10px;
		left: 10px;
	}
	
	#reserve .acc dt .btn {
		display: block;
		top: 50%;
		right: 10px;
		width: 20px;
	}
	
	#reserve acc dd {
		position: relative;
		display: none;
		padding: 10px 10px 30px 40px;
		font-size: 12px;
		line-height: 24px;
	}
	
	#reserve .reserve_tel {
		background: #f4f4f4;
		text-align: center;
		padding-bottom: 30px;
		border: 1px solid #e7e7e7;
	}
	
	#reserve .reserve_tel h5 {
		font-size: 16px;
		height: auto;
		line-height: 160%;
		padding: 10px;
	}
	
	#reserve .reserve_tel div {
		display: block;
	}
	
	#reserve .reserve_tel .img {
		margin: 0 auto 20px;
		width: 60px;
	}
	
	#reserve .reserve_tel .txt p {
		line-height: 35px;
		text-align: center;
	}
	
	#reserve .reserve_tel .txt p.name {
		font-size: 14px;
	}
	
	#reserve .reserve_tel .txt p.tel {
		font-size: 18px;
	}
	
	
	
	#reserve .tab_contents .intro {
		margin-bottom: 40px;
	}
	
	#reserve .tab_contents .intro .img,
	#reserve .tab_contents .intro .txt {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	#reserve .tab_contents .intro .txt p {
		line-height: 26px;
		font-size: 12px;
	}
	
	#reserve .tab_contents .intro .txt ol {
		margin-left: 30px;
	}
	
	#reserve .tab_contents .intro .txt ol li {
		font-size: 14px;
		line-height: 24px;
	}
	
	#reserve .tab_contents .intro .txt ol li span {
		font-size: 12px;
		margin-top: 0;
	}
	
	
	#aqua_reserve03 > section {
		margin-bottom: 70px;
	}
	
	#aqua_reserve03 .acc dt {
		background: #ffe6f0;
	}
	
	#aqua_reserve03 .acc dd {
		padding-left: 0;
	}
	
	#aqua_reserve03 .acc .img,
	#aqua_reserve03 .acc .txt {
		width: 100%;
		float: none;
	}
	
	#aqua_reserve03 .acc .txt table {
		margin-bottom: 15px;
	}
	
	#aqua_reserve03 .acc .txt table  caption,
	#aqua_reserve03 .acc .txt table tr th,
	#aqua_reserve03 .acc .txt table tr td {
		padding: 5px 0;
		font-size: 12px;
	}
	
	#aqua_reserve03 .acc .txt table caption {
		font-size: 14px;
		padding: 8px 0;
	}
	
	#aqua_reserve03 .acc .txt p {
		font-size: 10px;
		line-height: 20px;
	}
	
	#aqua_reserve03 .sp_bg {
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fffaf7', endColorstr = '#f9eced');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fffaf7', endColorstr = '#f9eced')";
		background-image: -moz-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -ms-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -o-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -webkit-gradient(linear, left top, right top, from(#fffaf7), to(#f9eced));
		background-image: -webkit-linear-gradient(left, #fffaf7, #f9eced);
		background-image: linear-gradient(left, #fffaf7, #f9eced);
	}
	
	#aqua_reserve_supp {
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding: 50px 15px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#aqua_reserve_supp p {
		font-size: 12px;
	}
	
	#aqua_reserve_supp p.large {
		font-size: 16px;
		line-height: 26px;
	}
	
	#aqua_reserve04 p {
		font-size: 12px;
	}
	
	#reserve .tab_contents#aqua_reserve04 .catch {
		font-size: 14px;
	}
	
	#aqua_reserve04 p.catch span {
		font-size: 12px;
	}

	
	#aqua_reserve04 dl {
		border-top: 1px solid #e5e5e5;
		margin-bottom: 30px;
	}
	
	#aqua_reserve04 dl dt {
		position: relative;
		float: none;
		width: 100%;
		padding: 10px 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#aqua_reserve04 dl dt .req {
		position: static;
		display: inline-block;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		margin-left: 10px;
	}
	
	#aqua_reserve04 dl dd {
		width: 100%;
		padding: 0 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#aqua_reserve04 .mw_wp_form_confirm dl dd {
		padding: 0 10px 10px 10px;
		min-height: 15px;
	}
	
	#aqua_reserve04 dl dd span {
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	
	#aqua_reserve04 dl dd.date span {
		display: inline-block;
		margin: 0 10px;
	}
	
	
	#aqua_reserve04 dl dd input[type="text"],
	#aqua_reserve04 dl dd input[type="email"],
	#aqua_reserve04 dl dd textarea {
		width: 100%;
		font-size: 16px;
	}
	
	#aqua_reserve04 dl dd input.year {
		width: 65px;
		text-align: center;
	}
	
	#aqua_reserve04 dl dd input.date {
		width: 45px;
		text-align: center;
}
	
	#aqua_reserve04 ul li {
		display: block;
		margin: 0 auto 10px;
	}
	
	#aqua_reserve04 ul li input {
		width: 100%;
	}
	
	
	/* Silva tora-kichi
	--------------------------------------------------------------*/
	
	#torakichi .btn a {
		width: 250px;
	}
	
	#torakichi_intro {
		text-align: center;
		margin-bottom: 60px;
	}
	
	#torakichi_favorite ul li {
		display: inline-block;
		margin: 0 10px 10px;
	}
	
	#torakichi_history .acc dt {
		min-height: none;
		font-size: 16px;
		padding: 10px 30px 10px 10px;
	}
	
	#torakichi_history .acc dt .btn {
		right: 10px;
		width: 20px;
	}
	
	#torakichi_history .acc dt:hover .btn {
		top: 60%;
	}
	
	#torakichi_history .acc dd {
		padding: 10px;
	}
	
	#torakichi_history .acc dd .img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#torakichi_history .acc dd .txt {
		width: 100%;
		float: none;
	}
	
	#torakichi_line .join .tit03 {
		margin-bottom: 30px;
	}
	
	#torakichi_line .join section {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#torakichi_line .join .insta,
	#torakichi_line .join .fb {
		float: none;
	}
	
	#torakichi_line .join section dl dt {
		width: 100%;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#torakichi_line .join section dl dd {
		width: 100%;
		padding: 0;
		magrin-bottom: 30px;
	}
	
	#torakichi_line .join section dl dd p span {
		font-size: 16px;
	}
	
	#torakichi_line .join section dl dd p.sns a {
		width: 250px;
	}
	
	#torakichi_line .join section dl dd p.sns,
	#torakichi_line .join section dl dd p.btn {
		text-align: center;
	}
	
	#torakichi_line .message {
		padding: 10px 15px 30px;
	}
	
	#torakichi_line .message .img {
		position: static;
		margin-bottom: 15px;
	}
	
	#torakichi_post ul li {
		margin-bottom: 10px;
	}
	
	#torakichi .tit03 h3 span.pcin_tora {
		display: none;
	}
	
	
	/* Silva reserve
	--------------------------------------------------------------*/
	
	.silva#reserve #tab_menu li {
		width: 50%;
	}
	
	#silva_reserve02 > section {
		margin-bottom: 70px;
	}
	
	#silva_reserve02 .acc dt {
		background: #ffe6f0;
	}
	
	#silva_reserve02 .acc dd {
		padding-left: 0;
	}
	
	#silva_reserve02 .acc .img,
	#silva_reserve02 .acc .txt {
		width: 100%;
		float: none;
	}
	
	#silva_reserve02 .acc .txt table {
		margin-bottom: 15px;
	}
	
	#silva_reserve02 .acc .txt table  caption,
	#silva_reserve02 .acc .txt table tr th,
	#silva_reserve02 .acc .txt table tr td {
		padding: 5px 0;
		font-size: 12px;
	}
	
	#silva_reserve02 .acc .txt table caption {
		font-size: 14px;
		padding: 16px 0;
	}
	
	#silva_reserve02 .acc .txt p {
		font-size: 10px;
		line-height: 20px;
	}
	
	#silva_reserve02 .sp_bg {
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fffaf7', endColorstr = '#f9eced');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#fffaf7', endColorstr = '#f9eced')";
		background-image: -moz-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -ms-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -o-linear-gradient(left, #fffaf7, #f9eced);
		background-image: -webkit-gradient(linear, left top, right top, from(#fffaf7), to(#f9eced));
		background-image: -webkit-linear-gradient(left, #fffaf7, #f9eced);
		background-image: linear-gradient(left, #fffaf7, #f9eced);
	}
	
	#silva_reserve_supp {
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding: 50px 15px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#silva_reserve_supp p {
		font-size: 12px;
	}
	
	#silva_reserve_supp p.large {
		font-size: 16px;
		line-height: 26px;
	}
	


	/* company profile
	--------------------------------------------------------------*/
	
	#company {
		margin-bottom: 100px;
	}
	
	#company_about {
		line-height: 24px;
		margin-bottom: 60px;
	}
	
	#company_about dt {
		width: 100%;
		float: none;
		padding: 10px 10px 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	#company_about dd {
		width: 100%;
		padding: 0 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
	}
	
	#company_about dt:nth-of-type(odd) {
		background: #f4f4f4;
	}
	
	#company_about dd h3 {
		font-size: 12px;
	}
	
	#company_about dd span {
		font-size: 10px;
	}
	
	#company_history .intro .img {
		text-align: center;
	}
	
	#company_history .intro .txt {
		position: static;
		text-align: center;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#company_history .intro .txt p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	
	#company_history .intro .txt p.small {
		font-size: 10px;
		line-height: 20px;
		margin-top: 30px;
	}
	
	#company .acc dt {
		position: relative;
		background: #dfdfdf;
		hieght: auto;
		line-height: 160%;
		padding: 10px 40px 10px 15px;
		font-size: 14px;
	}
	
	#company .acc dt span {
		font-style: normal;
	}
	
	#company .acc dt .btn {
		display: block;
		top: 50%;
		right: 10px;
		width: 20px;
	}
	
	#company .acc dd {
		padding: 15px;
		line-height: 25px;
		font-size: 12px;
	}
	
	#company .acc dd p {
		margin-bottom: 20px;
	}
	
	#company .acc dd .large {
		fotn-size: 16px;
	}
	
	
	/* recruit
	--------------------------------------------------------------*/
	
	#recruit {
		margin-bottom: 100px;
	}
	
	#recruit01 {
		text-align: center;
		margin-bottom: 50px;
	}
	
	#recruit01 h3 {
		font-size: 24px;
		line-height: 160%;
	}
	
	#recruit01 p {
		font-size: 14px;
		line-height: 28px;
	}
	
	#recruit02 {
		margin-bottom: 80px;
	}
	
	#recruit02 h3,
	#recruit03 h3 {
		font-size: 18px;
		font-weight: bold;
		height: auto;
		line-height: 160%;
		padding: 10px;
	}
	
	
	#recruit02 dl {
		line-height: 24px;
	}
	
	#recruit02 dl dt {
		width: 100%;
		float: none;
		padding: 10px 10px 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	#recruit02 dl dd {
		width: 100%;
		padding: 0 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
	}
	
	#recruit02 dl dt:nth-of-type(odd) {
		background: #f4f4f4;
	}
	
	
	#recruit02 dl dd div {
		margin-bottom: 40px;
	}
	
	#recruit02 dl dd .small {
		font-size: 10px;
	}
	
	#recruit03 .catch {
		font-size: 18px;
		margin: 30px 0 20px;
		line-height: 160%;
	}
	
	#recruit03 div {
		display: block;
	}
	
	#recruit03 .img {
		margin-right: 0;
		padding-top: 0;
		margin-bottom: 20px;
	}
	
	#recruit03 .txt p {
		font-size: 14px;
		line-height: 28x;
		text-align: center;
	}
	
	#recruit03 .txt p.tel {
		font-size: 20px;
	}
	
	
	/* privacy
	--------------------------------------------------------------*/
	
	#privacy .wrap {
		width: 100%;
	}
	
	#privacy h3 {
		line-height: 160%;
		font-size: 16px;
	}

		
	/* お問い合わせ
	--------------------------------------------------------------*/
	
	/* -webkit-appearance: none; */
	
	#contact {
		margin-bottom: 80px;
	}
	
	#contact p {
		margin-bottom: 30px;
	}
	
	#contact dl {
		border-top: 1px solid #e5e5e5;
		margin-bottom: 30px;
	}
	
	#contact dl dt {
		position: relative;
		float: none;
		width: 100%;
		padding: 10px 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#contact dl dt .req {
		position: static;
		display: inline-block;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		margin-left: 10px;
	}
	
	#contact dl dd {
		width: 100%;
		padding: 0 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#contact .mw_wp_form_confirm dl dd {
		padding: 0 10px 10px 10px;
		min-height: 15px;
	}
	
	#contact dl dd span {
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	
	
	#contact dl dd input[type="text"],
	#contact dl dd input[type="email"],
	#contact dl dd textarea {
		width: 100%;
		font-size: 16px;
	}
	
	#contact ul li {
		display: block;
		margin: 0 auto 10px;
	}
	
	#contact ul li input {
		width: 100%;
	}
	
	
	/* ニュース
	--------------------------------------------------------------*/
	
	#news {
		margin-bottom: 100px;
	}
	
	/* main */
	
	#main {
		float: none;
		width: 100%;
	}
	
	#news .post {
		margin-bottom: 90px;
	}
	
	#news .post header {
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		padding: 13px 0;
		margin-bottom: 35px;
	}
	
	#news .post header .badge {
		width: 50px;
	}
	
	#news .post header .badge img {
		width: 40px;
	}
	
	#news .post header .info {
		width: calc(100% - 50px);
		padding-top: 0;
	}
	
	#news .post header .info p {
		font-size: 12px;
		margin-bottom: 5px;
	}
		
	/* sidebar */
	
	#sidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
	
	#sidebar section {
		margin-bottom: 30px;
		background: #ededed;
	}
	
	#sidebar h3 {
		font-size: 12px;
		color: #000;
		padding: 25px 0 10px;
		line-height: 20px;
	}


	
}