@charset "UTF-8";
body,
div,
form,
hr,
img,
br,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
dl,
dt,
dd,
ul,
li,
ol,
table,
td,
th,
tr,
tbody,
caption,
b,
em,
strong,
i,
font,
big,
small,
embed,
object,
map,
frame,
frameset,
iframe,
select,
option,
address {
	line-height: 1.5em;
}

html,
body,
header,
header h1,
div.headltit,
footer,
section.footcolmn,
nav#jq_navi ul li a,
nav#jq_navi ul li a:hover,
article.maincolmn {
	background: none;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}

p,
td {
	color: #333;
	word-break: break-all;
}

img {
	display: inline-block;
}

strong,
strong span {
	font-weight: bold;
}

img.no-margin,
.single_main img.no-margin {
	margin: 0;
	vertical-align: top;
}

input[type="submit"] {
	padding: 10px 30px;
}
select {
	border: 1px solid #ccc;
	padding: 5px;
}
@font-face {
	font-family: 'しねきゃぷしょん';
	src: local('しねきゃぷしょん');
	src: url('cinecaption227_0.woff') format('woff');
	src: url('cinecaption227_0.TTF') format('truetype');
}
.period-block {
	width: 100%;
	height:16px;
	background: #69aa97;
	border-bottom: 2px solid #c2973c;
}

.wrap {
	padding-top: 65px;
}
.green {
	color: #007151;
}
.light-blue-bg {
	background: #1fa6fd;
}
.dark-blue-bg {
	background: #002a87;
}
.gold-bg {
	background: #be8700;
}
.green-bg {
	background: #007151;
}
.orange-bg {
	background: #feb22d;
}
.bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-42 {
	font-size: 42px;
}
.font-32 {
	font-size: 32px;
}
.font-30 {
	font-size: 30px;
}
.font-24 {
	font-size: 24px;
}
.font-20 {
	font-size: 20px;
}
.font-18 {
	font-size: 18px;
}
.font-16 {
	font-size: 16px;
}
.font-15 {
	font-size: 15px;
}
.font-14 {
	font-size: 14px;
}
.font-13 {
	font-size: 13px;
}
.top-box {
	margin: 0 5% 40px;
}
.top-box p {
	font-size: 16px;
}
.more-link-box {
	text-align: center;
}
.more-link-box a,
.more-link-box input {
	display: inline-block;
	width: 290px;
	margin: 5px 0 30px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	color: #fff;
	background: #007151;
	border: 1px solid #007151;
	font-size: 16px;
	font-weight: bold;
}
.more-link-box a:hover,
.more-link-box:hover input {
	color: #007151;
	background: #fff;
}
.more-link-box a::after,
.more-link-box input::after {
	font-family: 'FontAwesome';
	content: url(../img/allow-right.png);
	width: 10px;
	height: 10px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -17px;
}
.first-experience-after {
	position:relative;
	width: 280px;
	margin: 0 auto 40px;
	background:#FFFFFF;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: 1px solid #000000;

}
.first-experience-after:after,
.first-experience-after:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}
.first-experience-after:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#dedede;
}
.first-experience-after:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-width:12px;
	border-bottom-width:12px;
	border-left-width:6px;
	border-right-width:6px;
	margin-left: -6px;
	margin-top: 1px;
	border-top-color:#000000;
}
/*トップへ戻るボタン*/
.topBtn {
  position: fixed; /* 固定 */
  bottom: 80px; /* 場所を右下に移動 */
  right: 20px; /* 場所を右下に移動 */
  display: block; /* aタグをblock要素に変更 */
  background-color: rgba(0,0,0,0.5); /* 以下、デザインはご自由に！！ */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  border-radius: 30px;
  padding-top: 30px;
	box-sizing: border-box;
	z-index: 1;
}
.topBtn:before {
	content: '\f106';
	font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.topBtn:hover {
  opacity:0.7;
}
/* トップへ戻るボタンここまで */

.my-menu ul li {
	text-align: left;
}
nav.mm ul > li span,
nav.mm ul > li a,
.mmet {
	background: none;
	text-align: left;
	color: #fff;
	font-size: 15px;
	border: none;
}
nav.mm ul > li.mmenu-close a.close {
	border-bottom: 2px solid #fff;
	background: #fff !important;
	color: #2023ae;
	text-align: right;
	padding: 2px 5px;
}

nav.mm ul > li.mmenu-close a.close i.fa {
	font-size: 42px;
}
.mm-listview>li>a,
.mm-listview>li>span {
	padding: 15px;
}
nav.mm ul > li ul.mm-listview > li > a {
	border-bottom: 1px solid #fff;
}
nav.mm ul > li ul.mm-listview > li:last-child > a {
	border: none;
}
.mm-menu.mm-offcanvas {
	width: 100%;
	z-index: 100;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next {
	background: none;
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 52px;
}

.mm-listview>li.mm-vertical>.mm-next::after,
.mm-vertical .mm-listview>li>.mm-next::after {
	top: 20px;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	padding: 2px 0 2px 10px;
}

.mm-listview>li:not(.mm-divider)::after {
	border: none;
}

.mm-listview .mm-next::before {
	border-left: 1px solid #fff;
}

.mm-menu .mm-listview>li .mm-next::after {
	border-color: #fff;
}

.mm-next::after,
.mm-prev::before {
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
}

nav.mm ul>li a.mm-li-child {
	background: #fff;
}

.mm-listview>li.sp-mm-li-parent {
	border-bottom: 1px solid #fff;
}

.mm-menu.mm-offcanvas,
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
	background: #2023ae;
}
.mmenu-offcanvas {
	margin-top: 52px;
}
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel {
	background: #2023ac;
}
.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 0;
}

.mm-menu {
	background: none;
}
nav.mm ul > li.mmenu-close a {
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
nav.mm ul > li.mmenu-head-li {
	font-size: 0;
	background: #8dc9a9;
}
nav.mm ul > li .mmenu-head-logo,
nav.mm ul > li .mmenu-head-close {
	display: inline-block !important;
	padding: 0 !important;
	width: 50%;
	vertical-align: top;
}
nav.mm ul > li .mmenu-head-logo img {
	display: inline-block;
	width: 75px;
	margin-left: 5px;
}
nav.mm ul > li .mmenu-head-close {
	text-align: right;
}
nav.mm ul > li .mmenu-head-close a {
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
	text-decoration: none;
	padding: 0;
}
.mm-slideout {
	z-index: 0;
}

.drawer-original {
  z-index: 100000;
	top: 0;
	right: 0;
  display: block;
  box-sizing: content-box;
  padding: 0;
  padding-top: 18px;
  padding-right: .1rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
ul.drawer-menu {
	border-top: 1px solid #c9caca;
	font-size: 0;
	padding: 10px;
}
ul.drawer-menu li {
	vertical-align: top;
}
ul.drawer-menu li.menu-close {
	display: inline-block;
	width: 63px;
	height: 63px;
	text-align: right;
	position: relative;
}
ul.drawer-menu li.menu-close .close-link {
	position: absolute;
	bottom: 12px;
	right: 10px;
	display: inline-block;
	font-size: 10px;
	color: #000;
	border: none;
	text-align: center;
	padding: 0 7px;
}
ul.drawer-menu li.menu-close .close-link i {
	color: #000;
	font-size: 36px;
}
ul.drawer-menu li.free-reserve-btn-kotei {
	position: relative;
}
ul.drawer-menu li.free-reserve-btn-kotei {

}
ul.drawer-menu li.free-reserve-btn-kotei,
ul.drawer-menu li.new-regist-btn-kotei {
	display: inline-block;
	width: calc( 50% - 63px / 2 );
	margin-bottom: 20px;
}
ul.drawer-menu li.free-reserve-btn-kotei a,
ul.drawer-menu li.new-regist-btn-kotei a {
	display: block;
	color: #fff;
}
ul.drawer-menu li.free-reserve-btn-kotei a {
	background: #007151;
}
ul.drawer-menu li.new-regist-btn-kotei a {
	background: #c79e63;
}
ul.drawer-menu li a {
	display: block;
	padding: 20px 10px;
	font-size: 16px;
	color: #000;
	position: relative;
}
ul.drawer-menu li a::after{
	font-family: FontAwesome;
	content: url(../img/allow-right-black.png);
	width: 6px;
	height: 6px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 35px;
	margin-top: -17px;
}
ul.drawer-menu li.sns-sp-menu a::after {
	content: '';
}
ul.drawer-menu li.sns-sp-menu a {
	display: inline-block;
	padding: 0;
}
ul.drawer-menu li.free-reserve-btn-kotei a::after,
ul.drawer-menu li.new-regist-btn-kotei a::after {
	content: "";
}
ul.drawer-menu li a .nav-reserve-text-sp,
ul.drawer-menu li a.nav-reserve-text-under-sp {
	display: block;
}
ul.drawer-menu li a .nav-reserve-text-sp {
	font-weight: bold;
}
ul.drawer-menu li a .nav-reserve-text-under-sp {
	color: #878787;
}
ul.drawer-menu li.free-reserve-btn-kotei,
ul.drawer-menu li.free-reserve-btn-kotei a::after,
ul.drawer-menu li.new-regist-btn-kotei,
ul.drawer-menu li.new-regist-btn-kotei a::after,
ul.drawer-menu li.menu-close,
ul.drawer-menu li.menu-close a::after {
	border: none;
}

ul.drawer-menu li a.nav-reserve-sp {
	background: #ff6800;
	color: #fff;
	vertical-align: top;
	line-height: 1em;
}
ul.drawer-menu li a.nav-reserve-sp::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
ul.drawer-menu li a.nav-reserve-sp img {
	width: 29px;
	margin: 3px 0 0 0;
}
ul.drawer-menu li a.nav-reserve-sp .nav-reserve-text-sp {
	display: inline-block;
	vertical-align: top;
}
.sns-sp-menu,
.sp-sub-menu {
	font-size: 16px;
}
.sp-sub-menu ul {
	text-align: center;
}
.sp-sub-menu ul li {
	margin: 5px 10px;
	width: 80%;
	display: inline-block;
	text-align: center;
}
.sp-sub-menu ul li a {
	display: block;
	text-align: center;
	padding: 11px 15px;
	border: 1px solid #111;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	background: #fff;;
}
/***********
footerのボタン
***********/

#under-btn {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
	z-index: 9999;
	background: none;
	box-shadow: none;
}

#under-btn .under-btn-text {
	color: #fff;
	margin: 10px 2%;
	line-height: 1.2em;
	text-align: left;
	font-size: 13px;
}

#under-btn ul {
	font-size: 0;
}

#under-btn ul li {
	display: inline-block;
	width: 55%;
	font-size: 12px;
	margin: 0;
	float: none;
	background: rgba(0, 113, 81, 0.9);
}
#under-btn ul li.under-btn-contact {
	width: 45%;
	background: rgba(79, 155, 24, 0.9);
}
#under-btn ul li.under-btn-tel-only {
	width: 99.7%;
}
#under-btn ul li.footer-tel-btn {
	width: 66%;
}
#under-btn ul li a {
	display: block;
	background: none;
	padding: 10px 0;
	color: #fff;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 1px;
}

#under-btn ul li.under-btn-tel-only:first-child a {
	border: 1px solid #fff;
	margin: 1px;
}

#under-btn ul li.under-btn-contact a {
	border: none;
}
#under-btn ul li a i {
	font-size: 26px;
	color: #fff;
}
#under-btn ul li a .icon-circle {
	display: inline-block;
	line-height: 21px;
}

#under-btn ul li a .icon-circle i.fa,
#under-btn ul li a .icon-circle i.fab {
	color: #fff;
	font-size: 18px;
}


/**********
ポップアップ
**********/

#inline-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 50px 10px;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#inline-wrap p {
	margin: 20px 0;
	color: #111;
}

#inline-wrap a {
	display: inline-block;
	width: 80%;
	font-size: 25px;
	background: #2023ae;
	padding: 15px 20px;
	border-radius: 8px;
	color: #fff;
	border: 0 solid #666;
	box-shadow: 1px 1px 1px #999;
}

#inline-wrap a .mordal-tel-text {
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	margin-top: 4px;
}
.top_movie {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 10% 5px;
}

.top_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------------------
スライドショー
--------------------------------------------*/
.bx-wrapper {
	margin-bottom: 0;
	border: none;
}
.bxslider {
	position: relative;
}
.bxslider ul {
	opacity: 0;
}
.bxslider ul li img {
  width: 100vw;
  height: 95vw;
  object-fit: cover;
}
.bxslider a {
	transition: 0.4s;
}
.bxslider .bx-pager {
	position: absolute;
	bottom: 26px;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	display: none;
}
.bxslider .bx-pager-item {
	display: inline;
	padding: 0 20px;
}
.bxslider .bx-pager-item a {
	background: rgba(0,0,0,1);
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
}
.bxslider .bx-pager-item a:hover {
	background: rgba(0,0,0,0.6);
}
.bxslider .bx-pager-item a.active {
	background: rgba(160,160,160,1);
}

.bxslider .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
	width: 100%;
	height: 0;
}
.bxslider .bx-controls-direction a {
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
	text-indent: -100%;
	overflow: hidden;
	z-index: 1;
	background: rgba(0, 0,0,0.5);
	border-radius: 50%;
}
.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
}
.bxslider .bx-controls-direction a:after {
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
}
.bxslider .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}
.bxslider .bx-prev {
	float: left;
	background: none;
}
.bxslider .bx-next {
	float: right;
	background: none;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.bx-loading {
	color: #000;
	font-size: 10px;
	position: absolute;
	top: 40%;
	left: 50%;
	text-indent: -100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.bx-loading:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.bx-loading:after {
	left: 3.5em;
}
.bx-loading:before,
.bx-loading:after {
	content: '';
	position: absolute;
	top: 0;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
/*-------------------------------------------
パンくずのcss
--------------------------------------------*/

.pankuzu_list {
	clear: both;
	margin-top: 0;
}

.pankuzu_list ul {
	margin: 3px 0;
	text-align: left;
}

.pankuzu_list li {
	display: inline;
}

.pankuzu_list li a {
	color: #630;
	text-decoration: underline;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}

.pankuzu_list li a:hover {
	color: #888;
}

li.cate_li {
	text-align: left;
	border-bottom: 2px dotted #fff;
	padding: 5px;
}

li.cate_li a {
	color: #fff;
}

li.cate_li a:hover {
	color: #888;
}

.alignleft {
	text-align: left;
}


/**************************
パンくず カスタム
**************************/

#breadcrumbs-one {
	background: #F7F8F8;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	overflow: hidden;
	width: 100%;
	height: 27px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#breadcrumb {
	overflow-x: scroll;
	overflow-y: hidden;
}
#breadcrumb li.crumb-home i.fa {
	font-size: 14px;
}
#breadcrumb a {
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #ddd;
	background-image: linear-gradient(to right, #f5f5f5, #ddd);
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 25px;
}
#breadcrumbs-one ul {
	margin: 0;
	padding: 0;
	display: table;
	white-space: nowrap;
}

#breadcrumbs-one li {
	display: table-cell;
	white-space: nowrap;
	font-size: 14px;
	padding: 2px 0;
}

#breadcrumbs-one a {
	padding: .4em 0 .4em 2em;
	float: left;
	text-decoration: none;
	color: #999;
	position: relative;
	background: #F7F8F8;
}

#breadcrumbs-one li:first-child a {
	padding-left: 5px;
	border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
	background: #ddd;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

#breadcrumbs-one a::after {
	z-index: 2;
	border-left-color: #F7F8F8;
}

#breadcrumbs-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}

#breadcrumbs-one a:hover::after {
	border-left-color: #ddd;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
	font-weight: bold;
	background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
	content: normal;
}


/* スクロールバーの装飾 */

#breadcrumb::-webkit-scrollbar {
	height: 3px;
}

#breadcrumb::-webkit-scrollbar-track {
	background-color: #fff;
}

#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}


/**********
スマホ
**********/
body {
	color: #333;
}

nav#jq_navi {
	display: none;
}

div.headltit {
	width: 100%;
	font-size: 0;
	text-align: right;
}
.header_box {
	display: inline-block;
	padding: 0;
	width: 33.333%;
	background: #fff;
	font-size: 0;
	margin-top: 15px;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 51;
}
.h1_box {
	margin: 0 auto;
}

header.header {
	position: fixed;
	color: #fff;
	font-size: 10px;
	background: #fff;
	z-index: 51;
	height: 65px;
}
header.header .header-boxs {
	position: relative;
}
header h1 {
	font-size: 10px;
	display: inline-block;
}

header h1 a {
	text-indent: 0;
	width: 100%;
	height: 60px;
}
h1.contents-h1 {
	display: inline-block;
	width: 66.666%;
	vertical-align: top;
	margin-right: 0;
	text-align: left;
}
h1.contents-h1 img.sp {
	width: 169px;
	margin-top: 10px;
	margin-left: 8px;
}

header .sp-reserve-btn-box {
	display: inline-block;
	width: calc(33.333% - 10px);
	text-align: left;
	margin: 10px 0 0 10px;
	vertical-align: top;
}
header a {
	text-indent: 0;
	display: inline-block;
	font-size: 13px;
	color: #666;
	vertical-align: top;
}
header .sp-reserve-btn-box a {
	text-align: center;
}
header .sp-reserve-btn-box a i {
	font-size: 30px;
	color: #000;
}
header .free-reserve-campaign {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -60px;
	background: #ff0;
	color: #000;
	padding: 1px 10px;
	border-radius: 16px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

header .sp-reserve-btn-box a .sp-reserve-text {
	color: #007151;
}
header .sp-reserve-btn-box a i,
header .sp-reserve-btn-box a .sp-reserve-text {
	display: block;
}

header span#open_list a {
	padding: 2px 5px;
}

.pc_logo,
.wrap .free-reserve-btn-kotei {
	display: none;
}

.sp_logo {
	display: inline-block;
	margin-left: 3px;
	width: 100px;
}

.header-add {
	display: none;
}

.header-btn-box {
	text-align: right;
	background: none;
	color: #fff;
	padding: 0;
	border: none;
	line-height: inherit;
	float: none;
	z-index: 1;
	vertical-align: bottom;
}
.header-reserve-pc {
	display: none;
}
.drawer-original {
	padding: 0;
}
.drawer-overlay {
	background: none;
	z-index: 50;
}
#open_list,
.reserve-btn {
	display: inline-block;
}
.reserve-btn {
	padding: 5px;
	border-left: 1px solid #ddd;
	text-align: center;
}
#open_list a {
	display: block;
}
#open_list .menu_bar_icon {
	display: inline-block;
	padding: 3px 8px 7px;
	text-align: center;
}

#open_list .menu_bar_icon i.fa,
#open_list .menu_bar_icon i.fas {
	font-size: 24px;
	margin: 0;
	position: relative;
	left: 0;
	bottom: 0;
	font-weight: normal;
}
#open_list .menu-icon-menu,
.reserve-btn-text {
	display: block;
	text-align: center;
	line-height: 0.8em;
	font-size: 10px;
}
.reserve-btn-text {
	color: #2023ae;
	margin-top: 5px;
}
#open_list .my_menu_menu {
	display: block;
	font-size: 10px;
}

#open_list i {
	color: #000;
	font-size: 30px;
}

header a .my_menu_menu {
	color: #b2841b;
}

footer {
	padding: 20px 0 68px;
	background: url("../img/footer_bg.jpg");
}
.footer-sns {
	text-align: center;
	margin: 10px 0;
	font-size: 0;
}
.footer-sns a {
	display: inline-block;
	margin: 0 8px;
}
.footer-company-info {
	margin-left: 20px;
	color: #fff;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
}

section.footcolmn {
	padding: 0;
}

div.footcolmn {
	background: none;
	padding: 0;
}

.foot-box-title {
	color: #ddae5c;
	font-weight: bold;
	margin: 0 10px;
}

.foot-box-title-blank {
	display: none;
}

.footcolmn-fm {
	margin-top: 30px;
}
.drawer--right .drawer-nav {
	right: -100%;
	background: #dadbdb;
}
.drawer-nav {
	width: 100%;
	overflow: scroll;
}
ul.fm {
	display: block;
	padding: 0 10px;
	margin: 0 0 10px;
	font-size: 0;
}

ul.fm li {
	display: inline-block;
	width: 90%;
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
}

ul.fm li.fm-li-last {
	border-right: none;
}

ul.fm li a {
	display: block;
	padding: 12px 12px;
	font-size: 16px;
	color: #fff;
	position: relative;
	background: none;
}

ul.no-title {
	border-bottom: none;
}

p.copyright {
	background: #40220f;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	z-index: 0;
	font-size: 13px;
}

p.copyright a {
	color: #fff;
	text-decoration: underline;
}

.service-navi {
	width: 80%;
	margin: 20px auto;
	background: #fff2d4;
	border: 1px solid #2023ac;
}

.service-navi-title {
	margin: 15px auto;
	text-align: center;
}

.service-navi-title a {
	background: #2023ae;
	color: #fff;
	padding: 5px 20px;
	border-radius: 16px;
}

.service-navi ul {
	margin: 0 15px;
	list-style-type: none;
}

.service-navi ul li a {
	display: block;
	border-top: 1px dotted #2023ac;
	padding: 10px 0 7px;
	color: #777;
	text-decoration: none;
}

.service-navi ul li a .service-navi-text {
	vertical-align: top;
}
.side-banner {
	width: 80%;
	margin: 0 auto;
}
.side-banner ul {
	list-style-type: none;
}
.side-banner ul {
	list-style-type: none;
}
.side-banner ul li {
	margin-bottom: 10px;
	font-size: 13px;
}
.side-banner ul li a {
	display: block;
	line-height: 1em;
}
.side-banner ul li img {
	width: 100%;
}
article.maincolmn {
	margin: 0;
	padding: 0;
}
h2.h2-img {
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
}
h2.h2-img img {
	width: 100%;
	max-width: 950px;
}
h4 {
	font-weight: bold;
}

h5 {
	padding: 10px;
	margin-bottom: 10px;
}

hr {
	border: 1px solid #ddd;
	margin: 20px 0;
}

h2.post-title {
	border: none;
	margin: 0 0 50px;
	padding: 50px 0 0;
	font-weight: bold;
	text-align: center;
}
h2.post-title .post-title-inner {
	display: inline-block;
}
h2.post-title .h2-text {
	position: relative;
	font-size: 40px;
	display: block;
	border-bottom: 3px solid #000;
	padding: 10px 30px;
	margin-bottom: 10px;
	color: #000;
}
h2.post-title .h2-text::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 50%;
	height: 3px;
	background: #007151
}
h2.post-title .h2-text-under {
	font-size: 15px;
	color: #000;
}
h2.post-title.content-post-title {
	padding: 60px 0 0;
}
h3 {
	background: url(../img/h3-bottom-bar.png) bottom repeat-x;
	text-align: left;
	padding: 5px 0;
	font-weight: bold;
}
h3.post-title {
	border-left: 8px solid #007151;
	margin: 0 5% 10px;
	padding: 0;
}
h3.post-title .post-title-inner {
	padding: 5px 1% ;
	border-left: 4px solid #fff;
	position: relative;
}
h3.post-title::before {
	content: url(../img/custom-post-h3.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
h3 .h3-text {
	color: #007151;
	font-size: 18px;
	font-weight: bold;
}
.content-bg-waku {
	background: url(../img/contents_bg.webp);
	padding: 20px 0 1px;;
	margin-bottom: 50px;
}
.reserve-btn-pc-box {
	display: none;
}
.reserve-btn-box {
	background: #ffff94;
	padding: 15px 0;
	margin-bottom: 30px;
}
.reserve-btn-box ul {
	text-align: center;
}
.reserve-btn-box ul li {
	display: inline-block;
	width: 80%;
	margin: 5px 10%;
}
.reserve-btn-box ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.reserve-btn-box ul li a::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.reserve-btn-box ul li a.web-reserve-btn {
	color: #fff;
	background: #ff6800;
	border-radius: 10px;
	border: 1px solid #ffa800;
	border-bottom: 4px solid #ffa800;
}
.reserve-btn-box ul li a.web-reserve-btn::after {
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}
.reserve-btn-box ul li a.web-reserve-btn img {
	width: 33px;
	margin: 3px 0 0 0;
}
.reserve-btn-box ul li a.web-reserve-btn .web-reserve-btn-text {
	display: inline-block;
	vertical-align: top;
}
.reserve-btn-box ul li a.web-tel-btn {
	color: #fff;
	background: #2023ac;
	border-radius: 10px;
	border: 1px solid #3375f0;
	border-bottom: 4px solid #3375f0;
}
.reserve-btn-box ul li a.web-tel-btn::after {
	border-top: solid 4px #2023ac;
	border-right: solid 4px #2023ac;
} 
.page-layout-section h4,
.page-in-content h4 {
	margin: 5px auto;
	border-left: none;
	padding: 0;
	color: #ff854d;
	font-size: 16px;
}

.page-in-content span {
	font-weight: normal;
}
.contents-bg {
	background: url("../img/contents_bg.webp");
}
.contents-img-comment {
	margin-bottom: 20px;
}
.contents-img-block-2retsu ul {
	font-size: 0;
}
.contents-img-block-2retsu ul li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.contents_img_come {
	font-size: 16px;
}
.contents-text-block p,
.contents-text-block-wide p,
.contents-text-block ul,
.contents-text-block-wide ul {
	font-size: 16px;
	margin: 0 2%;
	color: #111;
}

.contents-text-block ul,
.contents-text-block-wide ul {
	padding-left: 20px;
}

.contents-text-block ul li,
.contents-text-block-wide ul li {
	list-style-type: inherit;
}

.contents-img-block-2retsu {
	margin-bottom: 40px;
}

.contents-text-block ul,
.contents-img-block-2retsu .contents-li-right ul,
.contents-img-block-3retsu .contents-li-right ul,
.contents-img-block-4retsu .contents-li-right ul,
.contents-img-block-5retsu .contents-li-right ul,
.contents-img-block-6retsu .contents-li-right ul,
.contents-text-right-text ul,
.contents_img_come ul,
.contents-li-right ul,
.contact-form-box ul {
	padding-left: 20px;
}

.contents-text-block ul li,
.contents-img-block-2retsu .contents-li-right ul li,
.contents-img-block-3retsu .contents-li-right ul li,
.contents-img-block-4retsu .contents-li-right ul li,
.contents-img-block-5retsu .contents-li-right ul li,
.contents-img-block-6retsu .contents-li-right ul li,
.contents-text-right-text ul li,
.contents_img_come ul li,
.contents-li-right ul li,
.contact-form-box ul li {
	font-size: 16px !important;
	display: list-item;
	list-style-type: inherit;
}

.contents-img-block-2retsu ul li,
.contents-img-block-3retsu ul li,
.contents-img-block-4retsu ul li,
.contents-img-block-5retsu ul li,
.contents-img-block-6retsu ul li {
	margin: 10px 0.5%;
}

.contents-img-block-2retsu ul li img,
.contents-img-block-3retsu ul li img,
.contents-img-block-4retsu ul li img,
.contents-img-block-5retsu ul li img,
.contents-img-block-6retsu ul li img {
	max-width: 100%;
}

.contents-text-right-midashi {
	background: #2023ac;
}

.contents-text-right-text {
	background: #fff2d4;
}

.cmmon-layout07-img-text {
	margin: 20px 2.5%;
}

.cmmon-layout07-img-text p {
	margin: 0 2.5%;
}
.contents_img_title,
.contents-li-right-midashi {
	font-size: 16px;
	font-weight: bold;
}
.contents_img_title {
	display: block;
}
.contents-li-right p {
	font-size: 15px;
}

.menu-box {
	border: none;
}

.main {
	font-size: 16px;
	overflow: hidden;
}

.top-contact-banner {
	text-align: center;
	margin: 30px 0;
}

.top-contact-banner img {
	max-width: 80%;
}

table {
	width: 94%;
	border: 1px solid #604c3f;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 3% 20px;
}

th,
td {
	border: 1px solid #604c3f;
	padding: 10px;
	font-size: 16px;
}

th p,
td p {
	font-size: 16px;
}

/* ぺージ下部の所在地 */
table.adress-table th,
table.adress-table td,
table.adress-table tr,
table.adress-table {
	border: none;
}
table.adress-table th {
	color: #ff854d;
	text-align: left;
	padding-bottom: 0;
	border-top: 1px solid #bbb;
	background: none;
	font-weight: bold;
}
table.adress-table th::before {
	content: '\f144 ';
	font-family: FontAwesome;
	margin-right: 3px;
}
table.adress-table td {
	padding-top: 0;
	padding-left: 15px;
	background: none;
}
table.adress-table td:last-child {
	border-bottom: 1px solid #bbb;
	border-radius: 8px;
}

/* thが緑のテーブル */
table.green-table {
	border: 1px solid #9ac836;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
}
.green-table th {
	border: 1px solid #9ac836;
	border-radius: 8px;
	background: #9ac836;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.green-table th::before {
	content: '';
}
.green-table td {
	border: none;
	padding: 5px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

table.q-a-table th {
	font-size: 16px;
}
table.q-a-table th::before {
	content: '';
}
table.q-a-table th:first-child {
	border-top: none;
}
.no-table {
	display: none;
}

.page-layout-section,
.page-in-content {
	margin: 0 2% 30px;
}

table.harb-table-sp th {
	width: auto;
}

section.voice {
	background: none;
}
section.voice_single_waku {
	background: #fff;
	border-radius: 5px;
	margin: 0;
	padding: 10px;
	width: auto;
}

table.client-box {
	border: none;
}

table.client-box tr.voice_user {
	border-bottom: 2px solid #7bcb40;
}

table.client-box th {
	width: 48%;
	vertical-align: bottom;
	border: none;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

table.client-box th.naiyou-genre {
	text-align: right;
}

table.client-box th .file-num {
	display: inline-block;
	background: #7bcb40;
	margin-bottom: 5px;
	padding: 1px 3px;
	color: #fff;
}

table.client-box td {
	vertical-align: top;
	border: none;
	padding: 10px 15px;
}

table.client-box td .text-title {
	display: inline-block;
	margin: 5px 0;
	color: #ee780b;
}
.bottom-contact {
	background: url(../img/contents_bg.webp);
}
.official-voice-box {
	font-size: 16px;
	border: 2px solid #888;
	box-sizing: border-box;
	width: 96%;
	padding: 10px;
	margin: 0 2% 20px;
	border-radius: 15px;
}

.voice_single {
	width: 96%;
	margin: 0 2%;
}

.voice-midashi {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
	text-align: left;
}

.official-voice-box p {
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
}

.official-voice-box p.voice-chamer-history {
	text-align: left;
}

.official-voice-box p.voice-chamer-history a,
.official-voice-box p.voice-chamer-history span {
	display: block;
}

.official-voice-box p.voice-chamer-history span.voice-history-date {
	font-size: 12px;
}

.contents-text-block img,
.contents-text-block-wide img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.left-post-content-box {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: top;
}

.right-post-content-box {
	display: inline-block;
	width: 47%;
	vertical-align: top;
}

.content-3box {
	display: inline-block;
	width: 30%;
	margin: 1%;
}

div.toptop {
	width: 100%;
}

article.consult-column img {
	width: 100%;
	max-width: 550px;
}

.contents-img-block {
	display: inline-block;
	margin: 0 0.5%;
}

.contents-img-left,
.contents-img-right {
	margin-top: 10px;
}

.contents-img-left img,
.contents-img-right img {
	width: 100%;
}

.menu_sub {
	font-size: 10px;
	display: inline-block;
	padding: 1px 5px;
	background: #fff;
	color: #c00000;
	border-radius: 10px;
}

.side {
	display: none;
}

.sp_bottom_link {
	display: block;
}

.sp_bottom_link a {
	display: block;
	color: #666;
	line-height: 1em;
}

.sp_bottom_link a i {
	color: #ccc;
	line-height: 1em;
}

.sp_bottom_link ul {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

.sp_bottom_link li {
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	position: relative;
}

.sp_bottom_link li .sp_bottom_link_img {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
}

.sp_bottom_link li .sp_bottom_link_img img {
	width: 100%;
}

.sp_bottom_link li .sp_bottom_link_text {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.sp_bottom_link li .sp_bottom_link_icon {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20px;
}

.sp_bottom_link .side-menu {
	width: 90%;
	margin: 0 5% 10px;
}

.side-menu {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.side-menu h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a0001+0,460000+100 */
	background: #7a0001;
	/* Old browsers */
	background: -moz-linear-gradient(top, #7a0001 0%, #460000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7a0001 0%, #460000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7a0001 0%, #460000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a0001', endColorstr='#460000', GradientType=0);
	/* IE6-9 */
	color: #fff;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.side-rental {
	text-align: center;
}

.side-rental a {
	display: inline-block;
}

.side-rental img {
	display: inline-block;
	margin-top: 10px;
}

.side-rental .side-link-text {
	display: block;
	text-align: left;
}

.side-info {
	margin: 0 10px 10px;
	max-width: 210px;
	display: inline-block;
}

.side-rental .school-name {
	margin-bottom: 10px;
	line-height: 0.8em;
	text-align: left;
}

.side-rental .school-name-jp {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.side-rental .school-name-eng {
	font-size: 11px;
}

.side-info .school-ad {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}

li .triming {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 75%;
	/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
	overflow: hidden;
	/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
	margin: 0 auto;
}

li .triming img {
	/* 画像を上下左右に中央配置する（絶対指定） */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 150%;
	max-height: 150%;
}
th b,
td b {
	font-weight: bold;
}
.archive-page-box {
	background: #fff;
	padding: 10px;
	margin: 20px;
}
.archive-page-bottom.content-bg-waku {
	margin: 0;
}
h4.blog-h4 {
	border-bottom: 2px solid #007151;
	padding-bottom: 10px;
	font-size: 16px;
	color: #007151;
	font-weight: bold;
}
 ul.blog-list li {
	padding: 10px;
	border-bottom: 1px solid #888;
}
ul.blog-list li a {
	color: #000;
	font-size: 16px;
}
.archive-blog-list-title a {
	font-size: 16px;
	color: #000;
}
.blog-list-cat {
	text-align: right;
	margin-top: 0;
	display: inline-block;
}
.blog-list-date {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
	color: #604c3f;
}
.blog-list-cat a,
.blog-list li .blog-list-cat a {
	display: inline-block;
	background: #888;
	padding: 1px 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.blog-list li .blog-list-cat a,
.blog-list li .blog-list-cat a.blog-icon-support,
li .blog-list-cat a.blog-icon-support,
div .blog-list-cat a.blog-icon-support {
	background: #888;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
}
.blog-list li .blog-list-cat a.blog-icon-homecare,
li .blog-list-cat a.blog-icon-homecare,
div .blog-list-cat a.blog-icon-homecare {
	background: #ff854d;
}
.blog-list li .blog-list-cat a.blog-icon-emergency,
li .blog-list-cat a.blog-icon-emergency,
div .blog-list-cat a.blog-icon-emergency {
	background: #ff85be;
}
.archive-blog-list-date {
	color: #888;
}
.form-link-box {
	border: 5px solid #2023ae;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.form-link-btn-box {
	background: #fff2d4;
	margin: 5px;
	color: #2023ae;
	font-size: 18px;
	padding-top: 10px;
}
.form-link-webcon {
	font-weight: bold;
}
.form-link-btn-box a.form-link-btn {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2023ac+0,2023ae+100 */
	background: rgb(255,163,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,163,0,1) 0%, rgba(255,111,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,163,0,1) 0%,rgba(255,111,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,163,0,1) 0%,rgba(255,111,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2023ac', endColorstr='#2023ae',GradientType=0 ); /* IE6-9 */
	border: 1px solid #2023ae;
	border-radius: 5px;
	width: 90%;
	margin: 10px 5%;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
}
.form-link-24h-box {
	margin-bottom: 10px;
}
.form-link-24h {
	display: block;
	font-size: 18px;
	color: #6bcc40;
	font-weight: bold;
}
/* 車種と料金のアイコン */
ul.car-pr-icon {
	list-style: none;
}
ul.car-pr-icon li {
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px; 
}
.icon-color-green {
	background: #22aa38;
}
.icon-color-blue {
	background: #2023ae;
}
.icon-color-orange {
	background: #ff6800;
}
.icon-color-none {
	display: none !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1;
}
.post-sp-tel-btn {
	display: inline-block;
}
.post-pc-tel {
	display: none;
}
.center-block,
.center-block p {
	text-align: center !important;
}
/* アクセス */
.gmap-box {
	margin-bottom: 30px;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.access-dt {
	color: #007151;
	font-weight: bold;
}
.access-dd {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
/* FAQ */

img.pc {
	display: none;
}

@media screen and (min-width: 769px) {
	/**********
	PC
	**********/
	.wrap {
		padding-top: 0;
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	select {
		padding: 1px 0;
	}
	#open_list {
		display: none;
	}
	h2.post-title.content-post-title {
		padding: 30px 0;
	}
	header .sp-reserve-btn-box {
		display: none;
	}
	.reserve-btn-box {
		display: none;
	}
	.reserve-btn-pc-box {
		display: inline-block;
		background: #ffff94;
		padding: 15px 0;
		border: 2px solid #ff6800;
		width: 58%;
		margin: 20px 21%;
		text-align: center;
	}
	.reserve-btn-pc-box p {
		color: #ff6800;
		font-size: 18px;
		font-weight: bold;
	}
	.reserve-btn-pc-box ul {
		text-align: center;
	}
	.reserve-btn-pc-box ul li {
		display: inline-block;
		width: 50%;
		margin: 5px auto;
	}
	.reserve-btn-pc-box ul li a {
		display: block;
		padding: 10px 0;
		text-align: center;
		position: relative;
		color: #fff;
		background: #ff6800;
		border-radius: 10px;
		border: 1px solid #ffa800;
		border-bottom: 4px solid #ffa800;
		font-size: 18px;
		}
	.reserve-btn-pc-box ul li a::after{
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 4px #fff;
    border-right: solid 4px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}
	.reserve-btn-pc-box .icon-circle {
		display: inline-block;
		width: 29px;
		margin-top: 2px;
	}
	.reserve-btn-pc-box .web-reserve-btn-text {
		display: inline-block;
		vertical-align: top;
	}
	
	.period-block {
		width: 950px;
		margin: 0 auto;
	}
	.fixed {
		position: relative;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		top: 103%;
	}
	.bx-wrapper div.bx-pager {
		margin-top: -20px;
	}
	.bxslider3 {
		min-width: 1200px;
		overflow: hidden;
	}
	.bxslider3 .bxslider {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.bxslider3 ul li img {
		width: 100%;
		height: auto;
	}
	.bxslider3 ul li {
		opacity: 0.5;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		height: 490px;
	}
	.bxslider3 ul li.active {
		opacity: 1;
	}
	.bxslider .bx-prev {
		margin-left: -55px;
	}
	.bxslider .bx-next {
		margin-right: -50px;
	}
	.bxslider .bx-controls-direction a {
		width: 40px;
		height: 40px;
		background: none;
	}
	div.toptop,
	.article {
		vertical-align: top;
	}
	section.nextclm01 {
		width: auto;
		margin: 0;
		padding-bottom: 0;
	}
	nav#jq_navi {
		display: inline-block;
		height: 90px;
		margin: 0;
		vertical-align: bottom;
	}
	nav.mm-menu {
		display: none !important;
	}
	header.header {
		background: none;
		position: relative;
		z-index: 1;
		width: 1200px;
		margin: 18px auto 0;
		height: 90px;
	}

	div.headltit {
		width: 1000px;
		font-size: 0;
		margin: 0 auto;
		height: 90px;
		text-align: left;
	}

	h1.contents-h1 {
		position: absolute;
		width: 126px;
		left: 50%;
		margin-left: -63px;
	}	
	h1.contents-h1 img {
		width: 126px;
		margin: 0;
	}
	h1.contents-h1 img.logo-img-small {
		width: 90px;
	}
	.header_logo {
		float: left;
		color: #000;
		display: block;
		margin: 0;
		font-size: 12px;
		line-height: 2em;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.header_logo a {
		display: block;
	}
	.header_logo span {
		display: inline-block;
	}
	.pc_logo {
		display: inline-block;
		vertical-align: top;
	}
	.sp_logo {
		display: none;
	}
	.header-add {
		display: block;
		float: right;
		color: #666;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
		text-align: right;
	}
	.header-right {
		display: block;
		float: right;
		font-size: 13px;
		margin-top: 8px;
	}
	.header-open {
		display: block;
		color: #111;
		line-height: 1em;
	}
	.header-right .header-tel {
		font-size: 16px;
		color: #2023ae;
	}
	.header-right .tel-num {
		font-size: 25px;
		font-weight: bold;
		line-height: 1em;
	}
	.header-btn-box {
		display: none;
	}
	.header-right-info {
		display: inline-block;
		margin-right: 5px;
	}
	a.header-reserve-pc {
		display: inline-block;
		background: #ff6800;
		border-radius: 5px;
		border: 2px solid #ffa800;
		border-bottom: 4px solid #ffa800;
		font-size: 13px;
		padding: 8px 25px 6px 10px;
		position: relative;
		vertical-align: top;
		color: #fff;
	}
	.header-reserve-pc img {
		display: inline-block;
		width: 17px;
	}
	.header-reserve-pc::after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -4px;
	}
	.header-add-reserve {
		display: inline-block;
		margin-right: 10px;
		vertical-align: bottom;
	}
	.header-add-reserve-left {
		background: #b1831b;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		display: inline-block;
	}
	.header-add-reserve-left .reserve-circle-text {
		color: #684247;
		padding: 0;
		margin: 0;
		width: 56px;
		height: 56px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		font-size: 12px;
	}
	.header-add-reserve-right {
		display: inline-block;
		vertical-align: top;
	}
	.header-add-tel {
		font-size: 24px;
		line-height: 1em;
		font-weight: bold;
		color: #2023ac;
	}
	.header-add-tel .perfect-reserve {
		font-size: 11px;
		color: #fff;
		padding: 2px 5px 0;
		background: #69aa97;
		display: inline-block;
		vertical-align: top;
	}
	.header-add-address {
		font-size: 11px;
	}
	.headder-add-hp {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-top: -24px;
	}
	.headder-add-hp a {
		display: inline-block;
		text-align: center;
		width: 60px;
		font-size: 12px;
	}
	.headder-add-hp a img {
		display: inline-block;
	}
	.sp_bottom_link {
		display: none;
	}
	.header-add .header-tel-text {
		display: inline-block;
		margin-top: 2px;
	}
	footer {
		width: 1200px;
		margin: 0 auto;
		padding: 10px 0 0;
		clear: both;
		border: none;
	}
	.footer-company-info {
		width: 400px;
		display: inline-block;
		margin-left: 100px;
		color: #fff;
		vertical-align: top;
		margin-right: 20px;
		font-size: 0;
	}
	.footer-company-info img {
		vertical-align: middle;
	}
	.footer-sns {
		display: inline-block;
		width: 240px;
		vertical-align: middle;
	}
	.footcolmn-fm {
		display: inline-block;
		width: calc(100% - 530px);
		margin: 30px 0;
	}
	.footcolmn-fm ul.fm li {
		width: 49%;
	}
	.footcolmn-fm ul.fm li a {
		background: none;
		color: #fff;
		font-size: 16px;
	}
	section.footcolmn {
		width: 100%;
		padding: 0 0 1px;
		font-size: 0;
		display: flex;
		align-items: center;
	}
	.foot-box {
		width: 31%;
		display: inline-block;
		vertical-align: top;
	}
	ul.fm {
		border-bottom: none;
		margin: 0 5%;
		padding: 0;
	}
	ul.fm li {
		width: 24%;
		margin: 0 0.5% 5px;
	}
	ul.no-title li {
		width: 100%;
	}
	.foot-box-title-blank {
		display: block;
	}
	section.page-layout-section {
		width: 100%;
	}
	.page-layout-section,
	.page-in-content {
		margin: 0 0 30px;
	}
	section.page-layout-section p,
	section.page-in-content p {
		line-height: 1.8em;
		font-size: 16px;
	}
	h2.page-title {
		margin: 0 auto 10px;
		padding: 5px 0;
		text-align: left;
	}
	h2.page-title span {
		display: inline-block;
		margin: 0;
	}
	.h2-text {
		color: #fff;
		font-size: 18px;
	}
	h3 {
		padding: 10px 0;
	}
	h3.post-title {
		margin: 0 0 10px;
	}
	.section.page-layout-section h4,
	.page-layout-section h4,
	.page-in-content h4 {
		text-align: left;
		border-bottom: none;
		margin: 0 2%;
	}
	.main {
		width: 100%;
		margin: 0 auto;
		overflow: initial;
	}
	.main .article {
		padding-top: 0;
	}
	.top-contact-banner img {
		width: 400px;
	}
	.main section.page-layout-section {
		margin: 0;
		padding-bottom: 0;
	}
	.contents-img-block {
		width: 35%;
		margin: 0 0 0 5%;
	}
	.contents-img-left {
		margin: 0;
	}
	.contents-img-right {
		margin: 0;
	}
	h3 {
		margin-bottom: 20px;
	}
	h3 .h3-text {
		width: 100%;
		font-size: 18px;
	}
	dl.fm {
		text-align: center;
		padding: 0;
	}
	dl.fm dd {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	dl.fm dd a {
		font-size: 12px;
		text-decoration: none;
		color: #333;
	}
	p.copyright {
		margin: 0;
		position: relative;
	}
	nav.mm {
		background: none;
		overflow: inherit;
	}
	nav#jq_navi ul {
		width: 100%;
	}
	nav#jq_navi ul#dropmenu {
		display: inline-block;
		width: 43%;
		vertical-align: top;
		position: absolute;
	}
	nav#jq_navi ul#dropmenu.menu-left {
		left: 0;
	}
	nav#jq_navi ul#dropmenu.menu-right {
		left: unset;
		right: 0;
	}
	nav.mm ul > li span,
	nav.mm ul > li a,
	.mmet {
		color: #000;
		font-weight: bold;
	}
	nav#jq_navi ul li a,
	nav#jq_navi ul li span.aco-btn {
		background: none;
		width: 100%;
		height: 80px;
		display: block;
		text-align: center;
		border-bottom: 6px solid #dcdddd;
		margin: 0;
		line-height: 100px;
	}
	nav#jq_navi ul li a:hover,
	nav#jq_navi ul li span.aco-btn:hover {
		display: block;
		color: #007151;
		height: 80px;
		border-bottom: 6px solid #007151;
	}
	nav#jq_navi ul li.current {
		color: #007151;
	}
	nav#jq_navi ul li.current a {
		color: #007151;
		border-bottom: 6px solid #007151;
	}
	nav#jq_navi ul li a span.menu-under-text {
		color: #898989;
		font-weight: normal;
	}
	nav#jq_navi ul li.current a span,
	nav#jq_navi ul > li a:hover span {
		color: #007151;
	}
	nav#jq_navi ul li.nav-reserve a img {
		width: 29px;
		margin: 3px 3px 0 0;
	}
	nav#jq_navi ul li.nav-reserve a .nav-reserve-text {
		display: inline-block;
		vertical-align: top;
	}
	nav#jq_navi ul li.nav-reserve a {
		color: #007151;
		border-bottom: 6px solid #007151;
	}
	nav.mm ul>li,
	nav#jq_navi ul li {
		width: 33.333%;
		margin: 0;
		box-sizing: border-box;
	}
	nav#jq_navi ul li.menu-c ul li a {
		width: 18%;
	}
	nav#jq_navi ul li a .mm_text,
	nav#jq_navi ul li span.aco-btn .mm_text {
		display: inline-block;
		margin: 0;
		padding: 0;
		color: #888;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		text-align: center;
	}
	nav#jq_navi ul li a .mm_text span,
	nav#jq_navi ul li span.aco-btn .mm_text span {
		display: block;
		font-size: 16px;
		text-align: center;
	}
	nav#jq_navi ul li a .mm_text .eng-menu {
		font-size: 11px;
		color: #ddae5c;
	}
	nav#jq_navi ul li a:hover .mm_text .eng-menu,
	nav#jq_navi ul li.current a .mm_text .eng-menu {
		color: #df6257;
	}
	nav#jq_navi ul li a .mm_text .line1 {
		margin-top: 8px;
	}
	nav#jq_navi ul li a.now {
		background: none;
	}
	nav#jq_navi ul li.mm01 a:hover,
	nav#jq_navi ul li.mm02 a:hover,
	nav#jq_navi ul li.mm03 a:hover,
	nav#jq_navi ul li.mm04 a:hover,
	nav#jq_navi ul li.mm05 a:hover,
	nav#jq_navi ul li.mm06 a:hover,
	nav#jq_navi ul li.mm07 a:hover {
		width: 100%;
		height: auto;
	}
	nav.mm ul>li a::after {
		content: '';
	}
	.side {
		float: left;
		width: 240px;
		display: block;
		padding-top: 10px;
	}
	#index .side {
		float: none;
		padding-top: 20px;
	}
	#sidebar {
		float: left;
		width: 230px;
		margin-top: 0;
	}
	.service-navi {
		width: 100%;
		margin-top: 0;
	}
	.service-navi-title {
		margin: 15px auto;
		text-align: center;
	}
	.service-navi-title a {
		background: #2023ae;
		color: #fff;
		padding: 5px 20px;
		border-radius: 16px;
	}
	.service-navi ul {
		margin: 0 15px;
		list-style-type: none;
	}
	.service-navi ul li a {
		display: block;
		border-top: 1px dotted #2023ac;
		padding: 10px 0 7px;
		color: #777;
		text-decoration: none;
	}
	.service-navi ul li a .service-navi-text {
		vertical-align: top;
	}
	.side-banner {
		width: 100%;
	}
	.side-menu ul {
		background: #f5f5f5;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.side-menu ul li {
		border-bottom: 1px solid #ccc;
	}
	.side-menu ul li.last_li {
		border: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.side-menu ul li a {
		display: block;
		padding: 10px;
		color: #111;
	}
	.side-menu ul li a:hover,
	.side-menu ul li a.now {
		background: #ddd;
	}
	.side-menu ul li a i {
		color: #888;
	}
	section#topimg {
		margin-top: 0;
		height: auto;
	}
	div.topimg {
		height: auto;
	}
	div.topimg,
	div.topimg h2 {
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		background: none;
		line-height: 0;
	}
	div.topimg h2 img {
		display: inline-block;
		width: 100%;
	}
	nav.mm ul li ul li {
		width: 100% !important;
	}
	nav#jq_navi ul li ul li a {
		display: block;
		width: 100%;
		background: #fff;
		margin: 0;
		height: 35px;
		border-bottom: 1px dotted #2023ae ;
		color: #532d2f;
		background: #fff2d4;
	}
	nav#jq_navi ul li.current ul li a {
		color: #532d2f;
	}
	nav#jq_navi ul li ul li a:hover {
		border-bottom: 3px solid #2023ae  !important;
		margin: 0;
		height: 35px;
		color: #2023ae ;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}
	.mm-listview>li.mm-vertical>.mm-next,
	.mm-vertical .mm-listview>li>.mm-next {
		height: 100%;
	}
	.wrap .free-reserve-btn-kotei {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
	}
	.wrap .free-reserve-btn-kotei a {
		position: relative;
		display: inline-block;
    background: #007151;
    font-size: 16px;
    color: #fff;
		text-align: center;
		padding: 21px 42px;
		border-radius: 4px;
	}
	.wrap .free-reserve-campaign {
    position: absolute;
    width: 110px;
    background: #FFFF00;
    padding: 1px 10px;
    text-align: center;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		top: -15px;
}
.wrap .free-reserve-campaign:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 0, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-left: -4px;
    border-top-color: #FFFF00;
    top: 100%;
    left: 50%;
}
	article.maincolmn {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.contents-text-block img,
	.contents-text-block-wide img {
		max-width: 100%;
	}
	.top-contents-menu-box h3 {
		text-align: left;
	}
	ul.news-list li.blog-link-li a {
		width: auto;
		font-size: 16px;
		padding: 5px;
	}
	.post-sp-tel-btn {
		display: none;
	}
	.post-pc-tel {
		display: block;
		margin: 0 2%;
	}
	.center-block,
	.center-block p {
		text-align: left !important;
	}
	.gmap-box {
		display: inline-block;
		width: 480px;
		margin-right: 40px;
		margin-bottom: 0;
		vertical-align: top;
	}
	.access-text-box {
		font-size: 16px;
		display: inline-block;
		width: calc( 100% - 520px );
		vertical-align: top;
	}
	.archive-page-bottom.content-bg-waku {
		font-size: 16px;
    display: inline-block;
    width: 335px;
    margin-bottom: 40px;
	}
	h4 .h2-text {
		color: #007151;
	}
	img.pc {
		display: inline-block;
	}
	img.sp {
		display: none;
	}
}