
@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

#wrapper {
	margin-left: 0;
}
.stage {
	margin: 0 auto;
	width: 94%;
}
#plist {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
}
.li_end {
	margin-right: 0px !important;
}
.li_end_smp {
	margin-right: 0px !important;
}
#floating {
	display: none;
}
/* basicのスタイル記述 */
/* ========== header ========== */
#header {
	background-color: rgba(0,0,0,0.50);
	width: 100%;
	height: auto;
}
.logo {
	width: 84%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	padding-top: 30px;
	padding-bottom: 15px;
}
/* ========== nav ========== */
#pcnavi {
	display: none;
}
#spnavi {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 15px;
	width: 30px;
	height: 53px;
	cursor: pointer;
	z-index: 15000;
	background-image: url(../img/bt_gnavi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 68px 68px;
}
#navToggle div {
	position: relative
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
	top: 0
}
#navToggle span:nth-child(2) {
	top: 10px
}
#navToggle span:nth-child(3) {
	top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #b49871;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 12000;
}
#spnavi ul {
	margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 16%;
	font-size: 1.4rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
	content: ''
}
#spnavi ul li:last-child {
	border-bottom: none
}
#spnavi li a span {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.7rem;
	padding-left: 3%;
}
.gnavi01 {
	background-image: url(../img/gnavi01.png);
}
.gnavi02 {
	background-image: url(../img/gnavi02.png);
}
.gnavi03 {
	background-image: url(../img/gnavi03.png);
}
.gnavi04 {
	background-image: url(../img/gnavi04.png);
}
.gnavi05 {
	background-image: url(../img/gnavi05.png);
}
.gnavi06 {
	background-image: url(../img/gnavi06.png);
}
.gnavi07 {
	background-image: url(../img/gnavi07.png);
}
.gnavi08 {
	background-image: url(../img/gnavi08.png);
}
/* Toggle(Button) */
#navToggle {
	display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(720px);
	-webkit-transform: translateY(720px);
	transform: translateY(720px)
}
/* ===== favi ====== */
#pcfavi {
	display: none;
}
#spfavi {
	border-top: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	background-image: url(../img/bk_brown.jpg);
	padding-top: 30px;
}
#spfavi ul {
}
#spfavi li {
	text-align: center;
	padding-bottom: 2%;
}
#spfavi li a {
	color: #FFFFFF;
	font-size: 1.2rem;
}
#spfavi li hr {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: solid 1px #FFFFFF;
}
/*
.bt_smp_g {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_g:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
	background-color: #77a809;
	color: #ffffff;
}
.bt_smp_g:active {
	position: relative;
	top: 1px;
}
.bt_smp_b {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
	background-color: #63b8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6390C9;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_b:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
	background-color: #468ccf;
	color: #ffffff;
}
.bt_smp_b:active {
	position: relative;
	top: 1px;
}
.bt_smp_w {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #BBBBBB;
	display: inline-block;
	cursor: pointer;
	color: #707070;
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_w:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	color: #707070;
}
.bt_smp_w:active {
	position: relative;
	top: 1px;
}
*/

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 5px;
}
/* ========== footer ========== */
#footer {
	margin-bottom: 60px;
}
address {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 0.8rem;
	line-height: 1.2em;
}
address span {
	display: none;
}
#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.60);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 30px;
	line-height: 26px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 1.0rem;
	padding-top: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
}
#fnavi1:hover {
	background: rgba(0,102,204,.8);
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 30px;
	line-height: 26px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 1.0rem;
	padding-top: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
}
#fnavi2:hover {
	background: rgba(0,102,204,.8);
}
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	background-position: center top;
	background-size: contain;
	/*background-image: url(../img/fnavi_mail.png);*/
	background-image: url(../img/fnavi_top.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_tel.png);
	background-repeat: no-repeat;
}
/* ========== top ========== */
#top {
	display: none;
}
#top_smp {
	display: block;
	border-bottom: 1px solid #515151;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
#top_smp .instage {
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#top_smp .instage img {
	width: 100%;
	height: auto;
}
/* ========== parts ========== */
.bt_detail {
	padding-bottom: 5%;
}
.bt_detail a {
	padding-bottom: 18px;
}
/* ========== kodawari ========== */
#kodawari {
}
#kodawari h2 {
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
}
#kodawari h2 span {
}
#kodawari hr {
	width: 50%;
}
#kodawari p {
	font-size: 0.9rem;
	text-align: left;
	width: 90%;
}
/* ========== menu ========== */
#menu {
}
#menu .stage {
	width: 94%;
}
#menu h2 {
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
}
#menu h2 span {
}
#menu hr {
	width: 50%;
}
#menu p {
	text-align: left;
	width: 90%;
}
.menu_box {
	width: 100%;
	float: none;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.menu_box img {
	width: 100%;
	height: auto;
}
.menu_info {
	margin-bottom: 20px;
}
/* ========== floor ========== */
#floor {
}
#floor h2 {
	font-size: 1.4rem;
}
#floor h2 span {
}
#floor hr {
	width: 50%;
}
#floor p {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
#floor ul {
	margin-left: 0;
}
#floor li {
	float: left;
	width: 48%;
	margin-bottom: 1%;
}
#floor li img {
	width: 100%;
	height: auto;
}
/* ========== news ========== */
#news {
}
#news h2 {
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
}
#news h2 span {
}
#news hr {
	width: 50%;
}
#news .stage {
	width: 94%;
}
.news_box_left {
	width: 100%;
	float: none;
	overflow: auto;
	margin-left: 0;
	margin-bottom: 25px;
}
.news_box_right {
	width: 100%;
	float: none;
	overflow: auto;
	margin-right: 0;
}
.facebook-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
	width: 100%;
}
.facebook-wrapper > .fb-page > span, .facebook-wrapper iframe {
	width: 100% !important;
}
#twitter {
	width: 99%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}
/* ========== news2 ========== */
.news2_box {
	width: 94%;
	background-color:#FFFFFF;
	padding-top:3%;
	padding-bottom:3%;
}
/* ========== access ========== */
#access {
}
#access h2 {
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
}
#access h2 span {
}
#access hr {
	width: 50%;
}
#access p {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
#map_canvas {
	width: 100%;
	height: 360px;
}
/* ========== shop ========== */
#shop {
}
#shop h2 {
	font-size: 1.6rem;
	margin-left: 5%;
	margin-right: 5%;
}
#shop h2 span {
}
#shop hr {
	width: 50%;
}
#shop p {
	font-size: 0.6rem;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
#shop ul {
}
#shop li {
}
.shop_tel {
	font-size: 1.8rem;
}
.shop_open {
	font-size: 1.0rem;
}
.shop_add {
	font-size: 1.0rem !important;
}
/* ========== page_access ========== */
#page_access {
}
#page_access h2 {
	font-size: 1.4rem;
}
#page_access h2 span {
}
#page_access hr {
	width: 50%;
}
#page_access h3 {
	font-size: 1.4rem;
}
#page_access p {
	margin-bottom: 15px;
	font-size: 0.9rem;
}
.accessmap1 {
}
.accessmap1 p {
	font-size: 0.9rem;
	width:90%;
}
.accessmap1 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.accessmap2 {
}
.accessmap2 img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
/* ========== page_floor ========== */
#page_floor li {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#page_floor li img {
	width: 100%;
	height: auto;
}
#page_floor h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom:3%;
}
/* ========== page_menu ========== */
#page_menu {
	padding-bottom: 0px;
}
#page_menu .stage {
	width: 100%;
}
#page_menu h2 {
	font-size: 1.4rem;	
	line-height: 1.2em;
}
.menu_navi ul {
	padding-bottom: 2%;
	background-color:#ba9257;
	border-top: 1px solid #ba9257;
}
.menu_navi li {
	display:block;
	float:left;
}
.menu_navi li a {
	width: 100%;
	height: 38px;
	border-radius:0;
	border:none;
	}
.navi_hiru li {
}
.navi_yoru li {
}
.mnavi2 {
	width: 50% !important;
}
.mnavi3 {
	width: 33.3% !important;
}
#page_menu h3 {
	float: none;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 1.5rem;
}
#page_menu h4 {
	margin-left:0;
	margin-bottom:3%;
	font-size:0.9rem;
}
#page_menu table {
	float: none;
	width: 90%;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
}
#page_menu table th {
	font-size: 1.0rem;
	letter-spacing: -0.1rem;
	line-height: 1.4em;
	text-align: right;
	width: 65%;
}
.menu_point {
	text-align: center !important;
}
#page_menu table td {
	padding-left: 10%;
	font-size: 1.1rem;
	width: 35%;
}
#page_menu table td span {
	font-size: 0.9rem;
	padding-left: 2%;
}
.menu_taisetsu {
	background-image: url(../img/bk_washi.gif);
	width: 100%;
	padding-top: 8%;
	padding-bottom: 5%;
	margin-bottom: 4%;
}
.drink_table td {
	text-align: center !important;
	font-size: 1.0rem !important;
	letter-spacing: -0.1rem;
	width: 50% !important;
	padding: 0 !important;
}
.menu_taisetsu h2 {
	font-size: 1.5rem !important;
}
.menu_taisetsu h3 {
	display: none;
}
.menu_taisetsu p {
	font-size: 0.9rem !important;
	padding-left: 5%;
	padding-right: 5%;
}
.menu_taisetsu p span {
}
.menu_event {
	padding-top:4%;
	padding-bottom:6%;
}
.menu_event h2 {
	font-size: 1.5rem !important;
}
.menu_drink {
	margin-left:auto;
	margin-right:auto;
	text-align: center !important;
	font-size: 0.9rem !important;
	width:75%;	
}
.menu_drink ul {
}
.menu_drink li {
	padding-bottom:2%;
	width:95%;
	font-size: 0.9rem !important;
}
.menu_tax p {
	font-size: 0.8rem !important;
	margin-bottom: 0 !important;
}
.menu24 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.menu31 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.menu41 {
}
.menu41 h4 {
	padding-top:4%;
	padding-bottom:1%;
	font-size:1.2rem;
}
.menu41 table {
	margin-left:auto;
	margin-right:auto;
	width:100% !important;
}
.menu41 table th {
	width: 50% !important;	
	font-size: 0.9rem !important
}
.menu41 table td {
	width: 40% !important;
	padding-right:10% !important;
}
/* ========== kiyaku/privacy ========== */


.policy_text {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../img/bk_seo_info.png);
}
.policy_text p {
	font-size: 14px;
	line-height: 1.8em;
}
.policy_text h2 {
	font-size: 18px;
}
/* ========== contact ========== */
#page_contact {
	padding-top: 15px;
	text-align:left;
}
#page_contact h2 {
	font-size: 1.8rem;
	margin-left:5%;
	text-align: left;
}
#page_contact h3 {
	font-size: 1.0rem;
	margin-left:5%;
	text-align: left;
}
#page_contact p {
	width:90%;
}
.yoyaku_caution {
	width:90%;
	padding-top:2%;
	padding-bottom:2%;
}
.yoyaku_caution p {
	font-size: 0.9rem !important;
	line-height:1.5em !important;
}
/* ========== modal-content ========== */
.modal-content {
	width: 85%;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border: 5px solid #FFFFFF;
	background-image: url(../img/bk_modalbox.png);
	background-repeat: repeat;
	position: fixed;
	display: none;
	z-index: 9999;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal_search_area {
	position: relative;
}
.modal_search_area p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	clear: left;
}
.push_text {
	font-size: 14px !important;
	font-weight: bold !important;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -5px;
	top: -32px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #58b218;
	padding-top: 5px;
	height: 31px;
	width: 36px;
	display: block;
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.modal_exit a:hover {
	background-color: #488F15;
	color: #FFFFFF;
}
.modal_search_area h2 {
	background-color: #58b218;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(../img/ar_modal_search.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	background-size: 25px 19px;
}
.modal_search_area p {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.modal_search_area li a {
	background-color: #74a84f;
	height: 56px;
	width: 56px;
	display: block;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area li a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dl {
	padding-top: 1%;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 0px;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 1%;
}
.modal_search_area dd a {
	background-color: #74a84f;
	height: 12px;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #97c577;
	text-decoration: underline;
}
.modal_search_area dd a span {
	font-size: 7px;
}
}
