<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
.container {
	width: 1040px !important;
}
.conts,
.maincontents {
	float: right !important;
}
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 35px 0 0 0;
	padding: 0;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
H1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #042455;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}
.new_header_menu {
	float: right;
	margin-top: 6px;
}
.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu li {
	width: 110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}
.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #D33F0E;
}
.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}
.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.new_header_menu a i {
	margin: 0 5px 0 0;
}
.new_header_menu a img {
	float: left;
}
#header_home {
	width: 40px !important;
	background: none !important;
}
#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}
#header_home a img {
	margin: 0px auto;
	float: none;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_home {
	width: 75px !important;
}
.new_header_home a {
	padding: 3px 5px;
}
/* --　ここから下は削除してOK　-- */
/* ----------------------------------------
　header
---------------------------------------- */
.h_wrap {
	width: 100%;
}
.h_wrap .h_info {
	background: #f2eae2;
}
.h_wrap .h_info_inner {
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
.h_wrap .h_logo {
	float: left;
	margin: 15px 0;
}
.h_wrap img {}
.h_wrap .h_info_r {
	float: right;
	overflow: hidden;
	margin: 22px 0 0 0;
}
.h_wrap .h_tel {
	float: left;
}
.h_wrap .h_holiday {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	margin: 10px 15px 5px 0;
	font-weight: bold;
}
.h_wrap .h_num {
	font-size: 26px;
	line-height: 26px;
	position: relative;
	margin: 0;
	padding: 0px 0 0 40px;
}
.h_wrap .h_num:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 33px;
	/*画像の幅*/
	height: 21px;
	/*画像の高さ*/
	background-image: url(/img/common/header/h_icon_tel.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 2px;
	left: 10px;
	background-repeat: no-repeat;
}
.h_wrap .h_regist {
	float: right;
	display: block;
	width: 187px;
	height: 62px;
	background: #248888;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 21.5px 0 21.5px 75px;
	box-sizing: border-box;
	position: relative;
}
.h_wrap .h_regist:hover {
	background: #fff;
	border: 2px solid #248888;
	padding: 19.5px 0 19.5px 73px;
	color: #248888;
}
.h_wrap .h_regist:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 34px;
	/*画像の幅*/
	height: 32px;
	/*画像の高さ*/
	background-image: url(/img/common/header/h_icon_inq.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 16px;
	left: 27px;
}
.h_wrap .h_regist:hover:before {
	background-image: url(/img/common/header/h_icon_inq_on.png);
}
.h_nav_wrap {
	width: 100%;
	border-top: 1px solid #f2eae2;
	border-bottom: 3px solid #f2eae2;
	position: relative;
}
.h_nav_inner {
	width: 1000px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	border-left: 2px solid #f2eae2;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.menu_single {
	width: 170px;
	text-align: center;
	box-sizing: border-box;
	border-right: 2px solid #f2eae2;
	color: #333;
	font-size: 15px;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	cursor: context-menu;
}
.menu_second-level {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #333;
	background: RGBA(255, 255, 255, 0.8);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	border: none;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	border: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.menu_second-level ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
li.menu_single:hover .menu_second-level {
	top: 60px;
	visibility: visible;
	opacity: 1;
	box-sizing: border-box;
}
.menu_second-level li,
.menu_second-level li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 0 0;
}
.menu_second-level li a:hover {
	opacity: 0.8;
}
.menu_second-level li a::after {
	content: "";
	display: inline-block;
	background: url(../img/dr_icon.png);
	background-size: contain;
	width: 8px;
	height: 13px;
	background-repeat: no-repeat;
	margin-left: 15px;
}
.menu_second-level li a {
	padding: 30px 30px 30px 0;
	font-weight: bold;
	display: flex;
	line-height: 14px;
}
.menu_second-level li a span {
	position: relative;
}
.menu_second-level li a span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -24px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #003461;
	border-right: 1px solid #003461;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.h_nav_wrap a {
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	display: block;
	padding: 22px 0;
	/*width: 170px;*/
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
/* ----------------------------------------
　footer
---------------------------------------- */
.f_wrap {
	margin: 100px 0 0 0;
}
.f_btn {
	width: 100%;
	background: #248888;
	padding: 20px 0 25px 0;
}
.f_btn .f_btn_inner {
	width: 820px;
	margin: 0 auto;
}
.f_btn .f_btn_tl {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.f_btn .f_btn_txt {
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 27px 0;
}
.f_btn ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.f_btn a {
	display: block;
	width: 242px;
	height: 63px;
	padding: 21.5px 0;
	box-sizing: border-box;
	color: #248888 !important;
	text-decoration: none;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	position: relative;
}
.f_btn ul li:nth-child(1) a {
	padding-left: 100px;
}
.f_btn ul li:nth-child(2) a {
	padding-left: 116px;
}
.f_btn ul li:nth-child(3) a {
	padding-left: 66px;
	font-size: 22px;
}
.f_btn ul li:nth-child(1) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 39px;
	/*画像の幅*/
	height: 27px;
	/*画像の高さ*/
	background-image: url(/img/common/footer/icon01.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	margin: auto;
}
.f_btn ul li:nth-child(2) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 38px;
	/*画像の幅*/
	height: 37px;
	/*画像の高さ*/
	background-image: url(/img/common/footer/icon02.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 56px;
	margin: auto;
}
.f_btn ul li:nth-child(3) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 28px;
	/*画像の幅*/
	height: 33px;
	/*画像の高さ*/
	background-image: url(/img/common/footer/icon03.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
}
.f_nav {
	width: 100%;
	background: #f2eae2;
	overflow: hidden;
	padding: 20px 0 25px 0;
}
.f_nav .f_nav_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.f_nav .f_nav_l {
	float: left;
	margin: 30px 45px 0 0;
}
.f_nav .f_nav_l a {
	display: block;
	margin: 0 0 20px 25px;
}
.f_nav img {}
.f_nav .f_num {
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px 0;
}
.f_nav .f_num:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 46px;
	/*画像の幅*/
	height: 26px;
	/*画像の高さ*/
	background-image: url(/img/common/footer/f_tel.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.f_nav .f_adress {
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 0 10px;
}
.f_nav .f_nav_r {
	float: left;
	width: 805px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.f_nav .f_nav_box {
	width: 180px;
}
.f_nav .f_nav_box:nth-child(2) {
	width: 190px;
}
.f_nav .f_nav_part {
	margin: 0 0 25px 0;
}
.f_nav .f_nav_part:last-child {
	margin: 0;
}
.f_nav .f_nav_part ul {
	margin: 10px 0 0 0;
}
.f_nav .f_nav_part p {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #248888;
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #d0cdca;
}
.f_nav .f_nav_part p a {
	color: #248888;
}
.f_nav p li {}
.f_nav p a {}
.f_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.f_nav ul li {
	margin: 0 0 12px 0;
}
.f_nav ul a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}
.f_nav ul a:hover {
	text-decoration: underline;
}
.f_nav ul li:last-child {
	margin: 0;
}
.f_bnr {
	width: 1100px;
	margin: 18px auto 15px auto;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.f_bnr li:last-child {}
.f_bnr a {
	display: block;
}
.f_bnr a img {
	width: 200px;
}
.f_copy {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background: #003461;
	margin: 0;
	padding: 12px 0;
}
/* ----------------------------------------
side
---------------------------------------- */
.mp_side ul {
	margin: 0 auto !important;
}
.mp_side {
	width: 100% !important;
}
.mp_side h2 {
	border: none;
	border-bottom: 1px solid #cc9901;
}
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: right;
	margin-right: 10px;
}
.l-sidewaku {
	width: 206px !important;
}
.l-sidenavi {
	width: 210px;
	float: left;
}
.side {
	width: 210px;
	float: left;
}
.side a {
	display: block;
	text-decoration: none;
	color: #333;
}
.side p,
.side ul,
.side li,
.side h2,
.side h3,
.side h4 {
	margin: 0;
	padding: 0;
	color: #333;
}
.side ul {
	list-style: none;
}
/*検索 共通*/
.s_search {
	width: 196px;
	margin: 0 auto 20px;
	border: 1px solid #CCCCCC;
}
.s_search h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
	/*★見出し背景色*/
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	background: #F0F0F0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F0F0F0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #F5F5F5, #F0F0F0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #F5F5F5, #F0F0F0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}
.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}
.s_search ul li a:hover {
	color: #000000;
	background: #DDDDDD url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}
.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}
.s_koukai_number {
	background: #248888;
	padding: 10px 0 12px 0;
	margin: 0 0 20px 0;
}
.s_koukai_number .s_k_num_tl {
	font-size: 19px;
	line-height: 19px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.s_koukai_number .s_k_num_inner {
	width: 190px;
	background: #fff;
	margin: 0 auto;
	padding: 15px 14px;
	box-sizing: border-box;
}
.s_k_num_inner_txt {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
}
.s_k_num_open {
	margin: 0 0 15px 0;
}
.s_k_num_count {
	position: relative;
}
.s_k_num_count span {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.s_k_num_count p {
	position: absolute;
	top: 7px;
	right: 12px;
	width: 143px;
	font-size: 28px;
	line-height: 32px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 13px;
}
.s_k_num_orange {
	color: #f0a500 !important;
}
.s_regist_bnr {
	margin: 0 0 20px 0;
}
.s_sr_bnr {
	margin: 0 0 25px 0 !important;
}
.s_sr_bnr li:nth-child(1) {
	margin: 0 0 15px 0;
}
.s_sr_bnr a:hover {
	opacity: 0.8;
}
.s_sr_link {
	margin: 0 0 25px 0;
}
.s_sr_link h4 {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #003461;
}
.s_sr_link a {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0 10px 8px;
	font-weight: 500;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.s_sr_link a:hover {
	background: #f2eae2;
}
.s_sr_link a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #248888;
}
.s_sr_btn {
	margin: 0 0 25px 0;
}
.s_sr_btn h4 {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #003461;
}
.s_sr_btn ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s_sr_btn li {
	width: 100px;
}
.s_sr_btn li:nth-child(1),
.s_sr_btn li:nth-child(2) {
	margin: 0 0 12px 0;
}
.s_sr_btn a {
	height: 97px;
	padding: 75px 0 0 0;
	background: #f2eae2;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.s_sr_btn a:hover {
	background: #003461;
}
.s_sr_btn a:hover p {
	color: #fff;
}
.s_sr_btn li:nth-child(1) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 76px;
	/*画像の幅*/
	height: 55px;
	/*画像の高さ*/
	background-image: url(/img/common/sidebar/s_sr_icon01.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.s_sr_btn li:nth-child(2) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 76px;
	/*画像の幅*/
	height: 55px;
	/*画像の高さ*/
	background-image: url(/img/common/sidebar/s_sr_icon02.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.s_sr_btn li:nth-child(3) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 76px;
	/*画像の幅*/
	height: 55px;
	/*画像の高さ*/
	background-image: url(/img/common/sidebar/s_sr_icon03.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.s_sr_btn li:nth-child(4) a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 76px;
	/*画像の幅*/
	height: 55px;
	/*画像の高さ*/
	background-image: url(/img/common/sidebar/s_sr_icon04.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
.s_sr_btn li:nth-child(1) a:hover:before {
	background-image: url(/img/common/sidebar/sr_icon01_on.png);
}
.s_sr_btn li:nth-child(2) a:hover:before {
	background-image: url(/img/common/sidebar/sr_icon02_on.png);
}
.s_sr_btn li:nth-child(3) a:hover:before {
	background-image: url(/img/common/sidebar/sr_icon03_on.png);
}
.s_sr_btn li:nth-child(4) a:hover:before {
	background-image: url(/img/common/sidebar/sr_icon04_on.png);
}
.s_sr_btn img {
	margin: 0 0 10px 0;
}
.s_sr_btn p {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.s_conts_bnr li {
	margin: 0 0 20px 0;
}
.s_conts_bnr a:hover {
	opacity: 0.8;
}
.s_com_tl {
	margin: 0 0 10px 0 !important;
	font-size: 17px;
	line-height: 17px;
}
.s_com_wrap {
	box-sizing: border-box;
	border: 2px solid #003461;
	padding: 14px 8px;
	margin: 0 0 20px 0;
}
.s_com_wrap img {
	display: block;
	width: 190px;
	margin: 0 0 10px 0;
}
.s_com_wrap .s_com_name {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 5px 0 !important;
}
.s_com_wrap .s_com_txt {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 8px 0;
}
.s_com_wrap ul {}
.s_com_wrap li:nth-child(1) {
	margin: 0 0 10px 0;
}
.s_com_wrap a {
	text-align: center;
	color: #fff;
	background: #003461;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0;
	min-height: 37px;
	box-sizing: border-box;
}
.s_com_wrap a:hover {
	color: #003461;
	border: 2px solid #003461;
	background: #fff;
	padding: 8px 0;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
.contact_box .left_area .tel_number a {
	color: #248686 !important;
	display: block;
	text-align: left;
	font-size: 25px !important;
	padding: 10px 0;
}
_::-webkit-full-page-media,
_:future,
:root .contact_box .left_area p {
	font-size: 11px;
	line-height: 16px;
}
.h_wrap .h_num a {
	color: #333 !important;
	text-decoration: none !important;
}
.checkbox01-parts::before {
	margin: auto;
}
_::-webkit-full-page-media,
_:future,
:root .radio04-parts,
_::-webkit-full-page-media,
_:future,
:root .checkbox01-parts,
_::-webkit-full-page-media,
_:future,
:root .radio03-parts,
_::-webkit-full-page-media,
_:future,
:root .radio02-input+label,
_::-webkit-full-page-media,
_:future,
:root .radio01-parts {
	padding-top: 3px;
}
.reserve_bnr {
	display: block;
	width: 760px;
}</pre></body></html>