@charset "utf-8";
@import url("stylesheets/font-awesome.css");
/*
Theme Name: HOTEL m (white)
Author: gendairakuen.com
Author URI: http://gendairakuen.com/takasaki/
Description: HOTEL m
Version: 0.1
License: GPL
*/

.center{text-align: center;}
.marginT10{margin-top: 10px;}
.marginT20{margin-top: 20px;}
.marginT30{margin-top: 30px;}
.marginT40{margin-top: 40px;}
.marginT50{margin-top: 50px;}
.marginB10{margin-bottom: 10px;}
.marginB20{margin-bottom: 20px;}
.marginB30{margin-bottom: 30px;}
.marginB40{margin-bottom: 40px;}
.marginB50{margin-bottom: 50px;}
.paddingT10{padding-top: 10px;}
.paddingT20{padding-top: 20px;}
.paddingT30{padding-top: 30px;}

/* override 
---------------------------------------------*/
/* style.css 728 */
#mainnav > ul > li > a {
    padding: 0 10px !important;
}
/*.scroll_box {
    height: 300px;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
}

/* new 
---------------------------------------------*/

.container section .row .in, .container .row .in{
	margin: 0 15px;
}

/* Top Topics & News */
.scroll_box li p {
	margin-bottom: 0px;
	font-size: 110%;
}
.scroll_box li p:first-child {margin-bottom: 2px;}
.scroll_box li p.loop_news_home span {
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 6em;
	margin: 0 1em;
	line-height: 1.4;
}
.scroll_box li p.loop_news_home span.event {
	background: #db4e00;
}
.scroll_box li p.loop_news_home span.new {
	background: #5c3f1f;
}
.scroll_box li p.loop_news_home span.info {
	background: #8f7e70;
}
a.loop_news_home_but {
	display: block;
	/*color: #fff;*/border: solid 1px #6a5d54;
	margin: 20px auto 0; padding: 8px 0;
	text-align: center; font-size: 120%;
	width: 13em;
	background-color: rgba(255,255,255,0.5);
}
a.loop_news_home_but::after {
	content: "\f04b"; /*\f0da*/
	font: 14px/16px 'FontAwesome';
	display: inline-block; margin-left: 10px;
}

/* contact */
input.kakunin.bk{
	margin-right: 1em;
}
.mw_wp_form.mw_wp_form_complete {
	font-size: 20px;
}
.mw_wp_form.mw_wp_form_complete p{
	margin-top: 20px;
}

/* reservation */
.bgwh {
	background: #fff; padding: 5px 20px 20px;
	margin-bottom: 50px;
}
td.checkin select{
	width: 70px;
}

/* google_translate */
div#google_translate_element {
	float: right; margin-left: 10px !important;
}
div#google_translate_element a {
	float: none !important;
	display: inline-block !important;
	margin-left: 10px !important;
}
.goog-te-gadget-simple {
border-radius: 3px;
}
.button.white{
height: 30px !important;
line-height: 30px !important;
}

body#faq .toggle-content p a {
text-decoration: underline;
}

/* 404
--------------------------------------------------------- */
.error404 {
	margin: 50px 0 80px;
}

.error404 p {
	font-size: 16px; margin: 10px 0 20px;
	color: #ff0000; letter-spacing: 4px;
	text-align: center;
}
form#searchform {
	max-width: 600px;
	display: flex;
	justify-content:space-between;
	border: 1px solid #835e2a;
	margin: 0 auto;
	box-sizing: border-box;
}
form#searchform input {
	border-radius: 0; padding: 0;
	box-sizing: border-box;
}
form#searchform input::placeholder {
	color: #666;
}
form#searchform input.search-field{
	width: 83%; /*background: #dfdedf;*/
	font-size: 18px; padding: 0 10px;
}
form#searchform input.search-submit{
	width: 17%; font-family: FontAwesome; background: #835e2a;
	color: #fff; font-size: 18px;
}

body#search ul.pagination {
	padding-top: 20px;
}

/* search
--------------------------------------------------------- */
body#search h3 {
	font-size: 20px; margin: 0px 0 20px;
}
body#search h3 a:before {
	content: "＞";
	padding-right: 3px;
	font-size: 12px;
}
body#search .bg_fff {
	margin: 10px 20px;
	box-sizing: border-box;
	padding-bottom: 30px;
}
body#search .foundPosts{
	font-size: 16px; margin: 10px 0 20px;
	color: #ff0000; 
}



@media only screen and (max-width: 991px) {
	.inquiry_bn2 {top: 220px !important;}
	.inquiry_bn3 {top: 405px !important;}
}

@media screen and (max-width: 768px){
	body#reservation #site-content {padding: 0 15px !important;}
}

@media only screen and (max-width: 640px) {
	input.kakunin.bk{
		margin-right: 0em; margin-bottom: 20px;
	}
	.mw_wp_form input[type="button"], 
	.mw_wp_form input[type="reset"], 
	.mw_wp_form input[type="submit"] {
		height: 40px; width: 100%;
		line-height: 40px; text-align: center; 
		padding: 0 0px;
		display: block;
	}
	
	body#search .foundPosts{
	font-size: 15px; margin: 10px 0 20px;
	}
	body#search h3 {
	font-size: 18px; margin: 0px 0 15px;
	}
}

