@charset "UTF-8";
/*===========================================================================*/
/*common*/
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	box-sizing:border-box;
	vertical-align:top;
	word-wrap: break-word;
	overflow-wrap: break-word;
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body .wpcf7 form .wpcf7-response-output{
	margin:0;
	padding:0;
	border:none;
}
input[type="submit"]{
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
.slick-slide a {
	display: block;
}
.fas {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-family:"Font Awesome 6 Free",sans-serif;
	font-weight:900;
}
@font-face {
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url("../webfonts/fa-solid-900.eot");
	src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	url("../webfonts/fa-solid-900.woff2") format("woff2"),
	url("../webfonts/fa-solid-900.woff") format("woff"),
	url("../webfonts/fa-solid-900.ttf") format("truetype"),
	url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}
.d-blo{
	display:block;
}
.entry-content .monthly-calendar table th,
.entry-content .monthly-calendar table td{
	width:14.28% !important;
}
.txt-cyui{
	font-weight:bold;
	color:#ff0000;
}
.page-id-16 .kote-f-ban-area,
.page-id-241 .kote-f-ban-area,
.page-id-5 .kote-f-ban-area,
.page-id-11382 .kote-f-ban-area,
.page-id-13997 .kote-f-ban-area{
	display:none;
}
.page-id-3866 .f-showroom-area{
	display:none !important;
}
.page-id-13997 .f-showroom-area{
	display:none !important;
}
.mtssb-daily-action{
	display:none;
}
.mtssb-timetable-name{
	text-align: left;
	margin-bottom:16px;
}
.mtssb-timetable-date{
	margin-bottom:16px;
	font-size: 1.2em;
	font-weight: bold;
}
/* 共通基本スタイル
---------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	margin: 0 auto !important;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.5em;
	line-height:1.86;
	text-rendering: optimizeSpeed;
	font-size: clamp(14px, 1.1vw, 16px);
	min-height: 100vh;
}
body #container {
	height: 100%;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.txt-red {
	color: #ff0000;
}
.txt-orange{
	color: #d42704;
}
.waku {
	overflow: hidden;
	zoom: 1;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/ height:auto; overflow:hidden; /**/
}
.clearboth {
	clear: both;
	height: 1px;
}

a#top {
	position: absolute;
	top: 0px;
}
a {
	text-decoration: none;
	transition: 0.6s;
}
a.alpha {
	display: block;
}
a.alpha:hover {
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}
a img {
	transition: 0.3s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}
/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
body {
letter-spacing: 0;
}

br {
letter-spacing: 0;
}
}
/* height100% hack */
body > #container {
	height: auto;
}
/* リンク
---------------------------------------------- */
a {
	color: #222;
	overflow: hidden;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #d42704;
	text-decoration: none;
}
.entry-content a{
	color: #000;
	font-weight:bold;
	text-decoration:underline;;
}
.entry-content a:hover{
	color:#dfa621;
	text-decoration: none;
}
.entry-content p,
.entry-content p span,
.entry-content p strong{
	vertical-align:baseline;
}
.by-author {
	display: none;
}

/* その他
---------------------------------------------- */
.youtube,
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom:20px;
}
.youtube:last-child {
	margin-bottom:0px;
}
.youtube iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content iframe{
	width: 100%;
}
.ggmap,
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed,
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* フォーム設定
---------------------------------------------- */
.form-style-A .txt{
	padding:0 16px 24px;
}
.form-style-A .form-box{
	width:100%;
	border:1px solid #cbc1ba;
	margin-bottom: 40px;
}
.form-style-A .form-box dl{
	width:100%;
	display: table;
	border-bottom:1px solid #cbc1ba;
}
.form-style-A .form-box dl:last-child{
	border-bottom:0;
}
.form-style-A .form-box dl dt{
	vertical-align: middle;
	width:30%;
	padding:20px;
	font-weight: bold;
	display: table-cell;
	background: #fffbb3;
}
.form-style-A .form-box dl dd{
	vertical-align: middle;
	width:70%;
	padding:20px;
	font-size:14px;
	display: table-cell;
}
.form-style-A .form-box dl dd .txt-dd{
	margin-bottom:10px;
}
.form-style-A input[name="kenmei"],
.form-style-A input[name="namae"],
.form-style-A input[name="nenrei"],
.form-style-A input[name="mail"],
.form-style-A input[name="denwa"]{
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	width:90%;
}
.form-style-A input.yubin{
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	width:200px;
	margin-bottom:12px;
}
.form-style-A input.namae{
	display:inline-block;
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	margin-bottom:12px;
	vertical-align:middle;
	width:80%;
}
.form-style-A input.nennrei{
	display:inline-block;
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	width:30%;
	vertical-align:middle;
}
.form-style-A .todoufuken{
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:6px 12px;
	background:#f4f0ee;
	border-radius: 100vh;
	font-size:16px;
	margin-bottom:12px;
}
.form-style-A input.jyusyo{
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	width:100%;
	margin-bottom:6px;
}
.form-style-A textarea{
	outline: none;
	border: 1px solid #cbc1ba;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:12px;
	background:#f4f0ee;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	font-size:16px;
	width:100%;
	margin-bottom:12px;
	height:250px;
	line-height:1.6;
}
.form-style-A .btn-area{
	max-width:420px;
	width:90%;
	margin:0 auto;
	padding:12px 24px;
	text-align: center;
}
.form-style-A input.gazou{
	margin-bottom:10px;
}
.form-style-A .mwform-checkbox-field input,
.form-style-A .mwform-radio-field input{
	vertical-align:baseline;
}
.form-style-A .btn-area input[type="submit"],
body .content-form button{
	border: 0;
	display: inline-block;
	width:100%;
	max-width:240px;
	text-align: center;
	padding:16px 24px;
	text-decoration: none;
	color: #fff;
	font-size:16px;
	font-weight:bold;
	transition: all .3s;
	line-height: 36px;
	outline: none;
	background:#111;
	border-radius: 100vh;
	margin-bottom:12px;
}
.form-style-A .btn-area input[type="submit"]::before,
.form-style-A .btn-area input[type="submit"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.form-style-A .btn-area input[type="submit"]:hover,
body .content-form button:hover{
	color:#fff;
	background:#ff2600;
	cursor: pointer;
}
.form-style-A .btn-area input[type="submit"]{
	-webkit-appearance: none;
}
.form-style-A .privacy-box{
	text-align: center;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	.form-style-A .form-box dl{
		width:100%;
		display: block;
		border-bottom:1px solid #cbc1ba;
	}
	.form-style-A .form-box dl dt{
		width:100%;
		display: block;
		padding:16px;
		font-weight: bold;
		background: #fffbb3;
	}
	.form-style-A .form-box dl dd{
		width:100%;
		display: block;
		padding:16px;
		font-size:14px;
	}
	.form-style-A .form-box .vertical-item{
		margin-bottom: 16px;
	}
	.page-id-8255 .kote-f-ban-area{
		display: none;
	}

}