@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

/*   
Theme Name: motoyama SP
*/

/**
 *
 * 初期化
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;

}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */
.type {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.type-all * {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #564488;
	text-decoration: underline;
}
a:visited {
	color: #564488;
	text-decoration: underline;
}
a:hover {
	color: #564488;
	text-decoration: none;
}
a:active {
	color: #564488;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #DE5411;	
}
.blue {
	color: #00B2B2;
}
.green {
	color: #789F00;
}
.blue {
	color: #009F9F;
}
.brown {
	color: #C7A966;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {

	display: none;
}

/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;	
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;
	
}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */                                                                                                       
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-top: 5px solid #DE5411;

}
.l-header {
	position: relative;
	box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
	-webkit-box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
	-moz-box-shadow: 0px 9px 6px -6px rgba(111,111,111,0.5);
	z-index: 1000;

}


.l-nav {

}


.l-main {
	position: relative;
	display: block;
	margin: 0 auto;

}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {

	margin: 35px auto;

}

.l-content {
	padding: 15px;
	margin-top: 15px !important;

}
.l-footer {
	clear: both;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 49px;	
}



/**
 *
 * Box
 *
 */
.box-730 {

	margin: 0px auto;
	position: relative;
}
.box-960 {

	margin: 0px auto;
	position: relative;
}
.box-980 {

	margin: 0px auto;
	position: relative;
}
.box-990 {

	margin: 0px auto;
	position: relative;
}
.box-900 {

	margin: 0px auto;
	position: relative;
}
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-1010 {

	margin: 0px auto;
	position: relative;
}
.box-1050 {

	margin: 0px auto;
	position: relative;
}
.box-1110 {

	margin: 0px auto;
	position: relative;

}
.box-1120 {

	margin: 0px auto;
	position: relative;
}
/**
 *
 * Header
 *
 */
.header-title {
	text-align: center;
	font-size: 10px;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 5px;
}
p.header-title {
	display: none;
}
.header-logo {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 60%;
	margin-bottom: 0;
}
.header-notice {
	text-align: left;
	line-height: 1.2em;
	margin-left: 10px;
	margin-top: 5px;

}
.header-notice p {
	margin-bottom: 0;
	text-decoration: underline;
	font-size: 11px;
}
.header-notice p a {
	color: #FF8000 !important;
	text-decoration: underline !important;
}
.header-right {
	
}
.header-right p {
	font-size: 15px;
	line-height: 1.6em;
	display: none;
}
.header-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: nowrap;	
}
.btn-access {
	margin-right: 10px;
}
.btn-access a {
	display: block;
	width: 150px;
	background: #008C8C;
	font-size: 15px;
	text-decoration: none !important;
	color: white !important;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.btn-access a:before {
	content: "";
	display: block;
	background: url(/img/btn-access.png) left center no-repeat;
	width: 19px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}
.btn-contact {
	
}
.btn-contact a {
	background: #D9A300;
	width: 270px;
	display: block;
	font-size: 15px;
	text-decoration: none !important;
	color: white !important;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.btn-contact a:before {
	content: "";
	display: block;
	background: url(/img/btn-contact.png) left center no-repeat;
	width: 18px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}

.btn-access a:hover, .btn-contact a:hover {
	opacity: 0.7;
	text-decoration: none !important;
	color: white !important;
}

.l-header .header-tel {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 21px;
	right: 90px;	
		
}
.l-header .header-tel a {
	background: url(/img/header-btn-sp-1.png) 0 0 no-repeat !important;
	background-size: 35px 35px !important;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	display: block;
}
.l-header .btn-access {
	display: none;
}
.l-header .btn-contact {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 21px;
	right: 50px;	
}
.l-header .btn-contact a {
	background: url(/img/header-btn-sp-2.png) 0 0 no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	display: block;
}
.l-header .btn-contact a:before {
	content: none;
}
.l-header .btn-reserve {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
	right: 50px;	
}
.l-header .btn-reserve a {
	background: url(/img/header-btn-sp-3.png) 0 0 no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	text-indent: -9999em;
	display: block;
}


.box-contact-map {
	width: 100%;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	height: 250px;
}
.box-contact-map + p {
	font-size: 14px !important;
	color: #000000;
	text-align: left;
	margin-bottom: 10px !important;
	overflow: hidden;
}
.box-contact-map + p + p {
	font-size: 14px !important;
	color: #000000;	
	text-align: left;
	overflow: hidden !important;
}
.box-contact-map + p + p .orange {
	font-size: 16px;
	padding-left: 10px;
}
.box-contact-map + p + p .orange .big {
	font-size: 20px;
	padding: 0 2px;
	font-weight: bold;
}

.header-tel {

	text-align: center;
	line-height: 1.3em;
}
.header-tel img {
	width: 338px;
}
.header-tel a {
	text-decoration: none !important;
	font-size: 20px;
	display: block;
	padding: 10px 0 10px;	
	color: #7E641B !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
	background: none !important;
}
.header-tel a:hover {
	text-decoration: underline !important;
	color: #FF9900 !important;
}
.header-tel a span {
	font-size: 11px;
}


/**
 *
 * NAV
 *
 */
 .l-nav {
	
}
.l-nav .logo {

}
.l-nav .nav-inner {
	background: rgba(255,255,255,1);
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);	
}
.l-nav .nav-inner > ul {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	margin: 0 0px 0;
	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.l-nav .nav-inner > ul > li {

	margin: 0 10px;
}
.l-nav .nav-inner > ul > li:first-child {
	border-top: 1px solid #452C23;
}
.l-nav .nav-inner > ul > li .en {
	display: none;
}
.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	padding: 5px 15px;
	padding-right: 60px;
	padding-left: 0;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	color: black;
	border-bottom: 1px solid #452C23;
}
.l-nav .nav-inner.is-active > ul > li > a, .l-nav .nav-inner.is-active > ul > li > span {
	padding: 15px 15px;
	padding-right: 60px;
	padding-left: 0;
	height: 44px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	z-index: 5;	
}
.l-nav .nav-inner.is-active > ul > li > a:hover, .l-nav .nav-inner.is-active > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}
/*.l-nav .nav-inner > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0da";
	color: #FE2687;
	font-family: fontAwesome;
	text-align: center;
}*/
.l-nav .nav-inner > ul > li > span:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0d7";
	color: #DE5411;
	font-family: fontAwesome;
	text-align: center;	
}
.l-nav .nav-inner > ul > li > span.is-active:after {
	content: "\f0d8";
	color: #DE5411;	
}
.l-nav .nav-inner > ul > li .to-child {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 44px;
	z-index: 1;
	
}

.l-nav .nav-inner > ul > li:nth-child(1) .to-child {
	top: 0px;	
}
.l-nav .nav-inner > ul > li:nth-child(2) .to-child {
	top: 46px;	
}
.l-nav .nav-inner > ul > li:nth-child(3) .to-child {
	top: 91px;	
}
.l-nav .nav-inner > ul > li:nth-child(4) .to-child {
	top: 136px;	
}
.l-nav .nav-inner > ul > li:nth-child(5) .to-child {
	top: 181px;	
}
.l-nav .nav-inner > ul > li:nth-child(6) .to-child {
	top: 226px;	
}
.l-nav .nav-inner > ul > li:nth-child(7) .to-child {
	top: 271px;	
}


.l-nav ul.menu.is-active {
	/*left: -100%;*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.l-nav .nav-inner > ul > li > .to-child:hover {
	cursor: pointer;
}
.menu-sub {
	/*position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;*/
	display: none;
}
.menu-sub.is-active {

}
.menu-sub ul {
	
}
.menu-sub ul li {
	border-bottom: 1px solid #452C23;
	margin: 0px 0px;
}
.menu-sub ul li:last-child {

}

.menu-sub ul li a {
	display: block;
	padding: 15px 0 15px 30px;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 44px;
	box-sizing: border-box;	
	color: black;

}
.menu-sub ul li a:after {
	content: "\f0da";
	color: #DE5411;
	font-family: fontAwesome;
	position: absolute;
	top: 13px;
	right: 30px;	
}
.menu-sub .to-back {
	/*width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #FE2687;
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #FE2687;*/
		
}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {
	/*content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 40px;*/
}


.btn-nav {
	width: 42px;
	height: 40px;
	position: fixed;
	right: 5px;
	top: 18px;
	z-index: 99999;


}
.l-nav .btn-nav:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: #383838;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 6px;
	top: 32px;
	background: rgba(255,255,255,0.9);
}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 5px;
	width: 32px;
	height: 4px;
	background-color: #DE5411;

}
.btn-nav span:nth-of-type(1) {
	top: 8px;
}
.btn-nav span:nth-of-type(2) {
	top: 18px;
}
.btn-nav span:nth-of-type(3) {
	top: 28px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.nav-inner-logo {
	margin-top: 27px;
	margin-left: 10px;
	text-align: left;
}
.nav-inner-logo .logo {
	text-align: left;
	height: auto !important;
	width: 40%;
}
.nav-inner-logo img {
	margin: 0 !important;
}


 
/**
 *
 * Box contact
 *
 */
.box-contact {
	background: #F4F4EA;
	border-radius: 3px;
	padding: 15px;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
.box-contact .box-contact-logo {
	text-align: center;
	margin: 0 auto 5px;
	width: 250px;
	text-align: center;
	
}
.box-contact .box-contact-logo a {


	padding: 0 !important;
	background: none !important;
	margin: 0 auto !important;
}
.box-contact .box-contact-tel {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.box-contact .box-contact-tel + p {
	text-align: center;
	font-size: 12px !important;
	color: black;
	margin-bottom: 0;
}
.box-contact .box-contact-btns {

	margin-top: 20px;	
}
.box-contact .timetable {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.box-contact .timetable img {
	display: block;
	margin: 0 auto 5px;
}
.box-contact .btn-access {
	margin-right: auto !important;
	margin-bottom: 10px;
}
.box-contact .btn-access a {
	width: 100% !important;

}
.box-contact .btn-contact a {
	width: 100% !important;
}
.box-contact .btn-reserve a {
	width: 100% !important;
}

.box-contact .btn-reserve {
	margin-bottom: 10px;
}
.box-contact .btn-reserve a {
	background: #85B200;

	display: block;
	font-size: 15px;
	color: white;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.box-contact .btn-reserve a:before {
	content: "";
	display: block;
	background: url(/img/btn-contact-reserve.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}

.box-contact .btn-consult {
	margin-bottom: 10px;
}
.box-contact .btn-consult a {
	background: #00B285;
	display: block;
	font-size: 15px;
	color: white;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.box-contact .btn-consult a:before {
	content: "";
	display: block;
	background: url(/img/btn-contact-reserve.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}

.box-contact .btn-coun {
	margin-bottom: 10px;
}
.box-contact .btn-coun a {
	background: #00A3D9;
	display: block;
	font-size: 15px;
	color: white;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
	text-align: left;
	text-indent: 40px;
}
.box-contact .btn-coun a:before {
	content: "";
	display: block;
	background: url(/img/btn-cou.png) left center no-repeat;
	background-size: contain;
	width: 18px;
	height: 38px;
	position: absolute;
	left: 10px;
	top: 0;
}
.box-contact .btn-access a {
	background: #83AE00;
}
.box-contact .btn-contact a {
	background: #008686;
}
.box-contact .train {
	font-size: 18px;

	margin: 20px auto 20px;
	background: url(/img/train.png) left top no-repeat;
	padding-left: 50px;
	padding-bottom: 15px;
}
.box-contact .train .orange {
	font-size: 18px;
	color: #FF9226 !important;	
}
.box-contact .train .orange .big {
	font-size: 25px;
	color: #FF9226 !important;
}
.box-contact .car {
	font-size: 15px;

	margin: 0 auto 20px;
	background: url(/img/car.png) left top no-repeat;
	padding-left: 50px;
	padding-bottom: 15px;
}
.box-contact .car a {
	color: #00B2B2 !important;
	text-decoration: underline !important;
}


/**
 *
 * Sidebar
 *`
 */

.list-banner {
	margin: 0 15px 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.list-banner > li {
	line-height: 0px;
	margin-bottom: 10px;
	width: 49%;
}
.list-banner > li:nth-child(odd) {
	margin-right: 2%;
}
.list-banner > li img {
	width: 100%;
}

.side-nav {
	margin-bottom: 20px;
	background: url(/img/side-nav.png) 0 0 repeat-x;
}
.side-nav-inner {

}
.side-nav h2 {
	clear: both;
	display: block;
	line-height: 65px;
	font-size: 22px;
	background: url(/img/side-nav-bottom.png) 97% center no-repeat;
	background-size: 24px 24px;
	padding: 0px 0 0px 10px;
	font-weight: normal;
	color: #DE5411;
	border-bottom: 1px solid #ccc;

}

.side-nav h2.on {
	border-bottom: 0px;	
}
.side-nav h2 span {
	line-height: 0px;
	display: block;	
	color: #635139;
}
.side-nav h2 img {
	float: left;
	width: 60px;
	margin-top: 2px;
	margin-right: 10px;
	border: 2px solid #0AB1AC;
	border-radius: 60px;

}
.side-nav ul {
	clear: both;
	display: none;
}
.side-nav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
.side-nav ul li:last-child {
	border-bottom: 1px solid #CCCCCC;	
}
.side-nav ul li img {

}
.side-nav ul li a {
	display: block;
	background: url(/img/side-nav-right.png) 97% center no-repeat;
	background-size: 12px 23px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
}
.side-nav ul li a:hover {
	text-decoration: underline;	
}


/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 1000;
	width: 70px;
}
.footer-top {
	padding: 30px 0 30px;
	text-align: center;
	border-top: 5px solid #DE5411;
	position: relative;

	overflow: hidden;
}
.footer-top p {
	margin-bottom: 0;
}
.footer-top a {
	line-height: 3em;
	font-size: 14px;
	text-decoration: underline !important;
		color: #0085B2 !important;
}
.footer-top a:hover {
	text-decoration: none !important;
}
.footer-top a img {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}

.footer-bottom {
	border-top: 1px solid #DE5411;
	border-bottom: 1px solid #DE5411;
}
.footer-nav {
	max-width: 1000px;

	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;	
	line-height: 66px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-sep.png) 0 20px no-repeat;	
}
.footer-nav li a {
	color: #3D2D26;
	font-size: 14px;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;	
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 2px;
}
.footer-nav li.li_2 img {
	top: 0px;	
}

.footer-fix {
	position: fixed;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	background: white;

	
}
.footer-fix > li {
	
}
.footer-fix > li a {
	display: block;
	line-height: 0;
}

.copyright {
	padding: 15px 0;
	background: #DE5411;
	font-size: 10px;
	color: white;
	margin: 0;
}
form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}
.pc {
	display: none !important;
}

.br-pc {
	display: none;
}


/*
ANI
*/
.ani {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	
}
.ani.ani-active {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: moveUp 0.65s ease forwards 0.5s;
	animation: moveUp 0.65s ease forwards 0.5s;	
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

.main-media .boxCenter {
	width: 100% !important;
	height: 220px !important;
}

/* toggle */
#contentContainer p.toggle {
	color: #ff6600;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

#contentContainer p.toggle::after {
	padding-left: 5px;
	font-size: 20px;
	content: "＋";
}

#contentContainer p.toggle.open::after {
	content: "－";
}

#contentContainer .toggle-container {
	display: none;
}

