@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;
}

/*トップへ戻るボタン*/
.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;
}
ul.drawer-menu li {
	border-bottom: 1px solid #c9caca;
}
ul.drawer-menu li.menu-close {
	height: 63px;
	text-align: right;
	position: relative;
}
ul.drawer-menu li.menu-close .close-link {
	position: absolute;
	bottom: 5px;
	right: 10px;
	display: inline-block;
	font-size: 10px;
	color: #2023ae;
	border: 1px solid #2023ae;
	text-align: center;
	padding: 0 7px;
}
ul.drawer-menu li.menu-close .close-link i {
	color: #2023ae;
	font-size: 30px;
}
ul.drawer-menu li a {
	display: block;
	padding: 12px 10px;
	font-size: 16px;
	color: #2023ae;
	position: relative;
}
ul.drawer-menu li a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #b5b5b6;
	border-right: solid 2px #b5b5b6;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
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;
}
/***********
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: #f49e15;
	box-shadow: 0 -2px 5px #f49e15;
}

#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: 49.7%;
	font-size: 12px;
	margin: 0 0.15%;
	float: none;
}

#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: 5px 0;
	color: #fff;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 1px;
}
#under-btn ul li:first-child a {
	border-right: 2px solid #fff;
}

#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-left: 1px solid #fff;
	border-right: 1px solid #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: #69aa97;
	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 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;
	}
}
/*-------------------------------------------
Slickのcss
--------------------------------------------*/
.top-slider-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
	overflow: hidden;
}
.top-slider.slick-slider,
.top-slider {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
}
.top-slider li {
  text-align: center;
}
.top-slider img {
	display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.slick-arrow {
  background: rgba(120,120,120,0.8);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  z-index: 2;
}
.slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 32px;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #888;
}
.slick-dots li.slick-active button:before {
  color: #b40016;
}
/*オーバーレイ*/
.slide-img-wrap {
  position: relative;
  display: inline-block;
}
.slide-img-wrap img {
  display: block;
  width: 800px; /* 画像サイズに合わせて調整 */
  height: auto;
}
/* 黒いオーバーレイ：前後画像のみ（中央画像にはかからない） */
.slide-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* オーバーレイ色と濃さを調整 */
  transition: opacity 0.2s;
  opacity: 1;
  z-index: 1;
}
.slick-center .slide-overlay {
  opacity: 0;
}
/* 白い透過オーバーレイ（非表示）*/
.slide-white-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);  /* お好みで調整 */
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
/* スライド中のみ表示 */
.slick-center.slide-white-fade .slide-white-overlay {
  opacity: 1;
}

/* ナビボタン */
/* 共通スタイル */
.slick-prev,
.slick-next {
  width: 46px;
  height: 46px;
  background: rgba(120,120,120,0.8); /* 半透明グレー */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  /* Swiperデフォの矢印を消す */
}
.slick-prev::after,
.slick-next::after {
  display: none;
}

/* CSSで矢印作成 */
.slick-next::before,
.slick-prev::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-radius: 2px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: rgba(0,0,0,0.5);
}
/* 右矢印 */
.slick-next::before {
  transform: rotate(45deg);
	margin-right: 5px;
}
/* 左矢印 */
.slick-prev::before {
  transform: rotate(-135deg);
	margin-left: 5px;
}

/* 配置調整（左右端に寄せる場合） */
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
/*-------------------------------------------
パンくずの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 {
	background: url(../img/body_bg.jpg);
	color: #333;
}

nav#jq_navi {
	display: none;
}

div.headltit {
	overflow: hidden;
	width: 100%;
	color: #666;
}
.header_box {
	padding: 0;
	width: 100%;
	background: #fff;
	font-size: 0;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 51;
}
.h1_box {
	margin: 0 auto;
}

header.header {
	color: #fff;
	font-size: 10px;
	background: #fff;
	z-index: 51;
}
header h1 {
	font-size: 10px;
	display: inline-block;
	overflow: hidden;
	margin-left: 3px;
}

h1.contents-h1 {
	vertical-align: bottom;
}

header a {
	text-indent: 0;
	display: inline-block;
	font-size: 10px;
	color: #666;
	vertical-align: top;
}

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

.header_logo .pc_logo {
	display: none;
}

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

.header-add {
	display: none;
}

.header_logo {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.header-right {
	display: none;
}
.header-btn-box {
	display: inline-block;
	width: 50%;
	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;
}
#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;
	background: #2023ae;
	text-align: center;
	color: #fff;
}

#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: #fff;
}

header a .my_menu_menu {
	color: #b2841b;
}

footer {
	padding: 20px 0 70px;
	background: #eeeeef;
}

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;
}

ul.fm {
	display: block;
	padding: 0 10px;
	margin: 0 10px 10px;
	font-size: 0;
}

ul.fm li {
	display: inline-block;
	width: 90%;
	margin: 0 5% 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: 14px;
	color: #595757;
	position: relative;
	background: #fff;
}
ul.fm li a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 3px #c9caca;
	border-right: solid 3px #c9caca;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}

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

p.copyright {
	color: #9fa0a0;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	z-index: 0;
}

p.copyright a {
	color: #9fa0a0;
	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 0 20px;
}

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-left: 6px solid #b6002c;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
h2.post-title .post-title-inner {
	padding: 10px 2%;
	border-left: 4px solid #fff;
	position: relative;
	background: #2023ac;
	color: #fff;
}
h2.post-title .h2-text {
	font-weight: bold;
	font-size: 18px;
}
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 #2023ac;
	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: #2023ac;
	font-size: 18px;
	font-weight: bold;
}

.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-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;
}

.ggmap {
	margin: 0 10% 40px;
}

.menu-box {
	border: none;
}

.main {
	font-size: 15px;
}

.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_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;
}

.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;
}
.blog-list-cat {
	text-align: right;
	margin-top: 10px;
	display: inline-block;
}
.blog-list-date {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
	color: #604c3f;
}
li .blog-list-cat a {
	display: inline-block;
	background: #00a2ff;
	padding: 0 10px;
	font-size: 12px;
	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: #63c5ff;
}
.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;
}
.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;
}

@media screen and (min-width: 769px) {
	/**********
	PC
	**********/
	.wrap {
		padding-top: 0;
	}
	select {
		padding: 1px 0;
	}
	#open_list {
		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: 950px;
		overflow: hidden;
	}
	.bxslider3 .bxslider {
		max-width: 800px;
		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: 391px;
	}
	.bxslider3 ul li.active {
		opacity: 1;
	}
	.bxslider3 .bx-viewport {
		overflow: visible !important;
	}
	.bxslider .bx-prev {
		margin-left: -55px;
	}
	.bxslider .bx-next {
		margin-right: -50px;
	}
	.bxslider .bx-controls-direction a {
		width: 40px;
		height: 40px;
		background: none;
	}

	/* Slick */
  .top-slider-section,
  .top-slider.slick-slider,
  .top-slider {
    width: 100vw;
    max-width: 100vw;
  }
  .top-slider img {
    width: auto;
    max-width: 100%;
  }
	.slick-prev {
		/* 中央画像の左端 - 10pxに配置 */
		left: 50%;
		margin-left: calc(-400px - 41px); /* -画像幅/2 - ボタン幅/2 - 10px */
		background: none;
	}
	.slick-next {
		/* 中央画像の右端 + 10pxに配置 */
		left: 50%;
		margin-left: calc(400px - 5px); /* 画像幅/2 - ボタン幅/2 + 10px */
		background: none;
	}
	/* 画像幅800pxの場合。画像幅変えるなら400pxを調整してください */
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		background: none;
	}
	div.toptop,
	.article {
		vertical-align: top;
	}
	section.nextclm01 {
		width: auto;
		margin: 0;
		padding-bottom: 0;
	}
	nav#jq_navi {
		display: block;
		width: 950px;
		height: 60px;
		margin: 0 auto;
	}
	nav.mm-menu {
		display: none !important;
	}
	header.header {
		background: none;
		position: relative;
		z-index: 0;
	}
	.h1_box {
		width: 950px;
	}
	.header_box {
		width: 950px;
		display: block;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	.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;
	}
	.header_logo .pc_logo {
		display: inline-block;
		vertical-align: bottom;
		width: 124px;
	}
	.header_logo .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: 950px;
		margin: 0 auto;
		padding: 10px 0 0;
		clear: both;
		border: none;
	}
	section.footcolmn {
		width: 100%;
		padding: 0 0 1px;
	}
	.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: 950px;
		margin: 0 auto;
	}
	.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: 5px 5% 10px;
		position: relative;
		border-top: 1px solid #c9caca;
	}
	nav.mm {
		background: none;
		overflow: inherit;
	}
	nav#jq_navi ul {
		width: 950px;
		left: 0;
	}
	nav.mm ul > li span,
	nav.mm ul > li a,
	.mmet {
		color: #fff;
		font-weight: bold;
	}
	nav#jq_navi ul li a,
	nav#jq_navi ul li span.aco-btn {
		width: 100%;
		height: 60px;
		display: block;
		text-align: center;
		border-bottom: 3px solid #3375f0;
		border-right: 1px solid #3375f0;
		box-sizing: border-box;
		margin: 0;
	}
	nav#jq_navi ul li a:hover,
	nav#jq_navi ul li span.aco-btn:hover {
		display: block;
		height: 60px;
		color: #eee
	}
	nav#jq_navi ul > li a:hover span {
		color: #eee;
	}
	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: #fff;
		background: #ff6800;
		border-bottom: 3px solid #ffa800;
		border-right: 1px solid #ffa800;
	}
	nav.mm ul > li.nav-reserve a span {
		color: #fff;
	}
	nav#jq_navi ul li.current {
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	nav.mm ul>li,
	nav#jq_navi ul li {
		width: 20%;
		margin: 0;
		box-sizing: border-box;
		background: #2023ae;
	}
	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: 18px 0 0 0;
		padding: 0;
		color: #888;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		line-height: 1em;
	}
	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;
	}
	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;
		background: #000;
	}
	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%;
	}
	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;
	}
}

@media screen and (max-width: 800px) {
  .slide-overlay {
    display: none !important;
  }
}
