@charset "shift_jis";

/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 35px 0 0 0;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Arial', 'Meiryo', sans-serif;
	font-weight: 500;
}

H1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 55%;
	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;
}

ul {
	list-style-type: none;
}

.login_show {
	display: none;
}

.logout_show {
	display: none;
}

.pankuzu a {
	display: inline-block;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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 {
	box-sizing: content-box;
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

.new_header_menu a i {
	margin: 0 5px 0 0;
}

.new_header_menu a img {
	float: left;
}

#header_home {
	width: 40px !important;
	background-color: #042455 !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;
}

/* ----------------------------------------
　header
---------------------------------------- */
#h_wrap {
	width: 100%;
}

.h_logo img {
	display: block;
	width: 310px;
}

.h_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
}

.h_inq {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.h_inq_tel {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.h_inq_tel span {
	margin: 0 3px 0 0;
	font-size: 13px;
}

.h_inq_date {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.h_inq ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0 10px;
}

.h_inq ul li a {
	display: block;
	width: 95px;
	padding: 8px 0;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}

.h_inq ul li:nth-child(1) a {
	background: #CAB280;
	box-shadow: 0px 2px 0px 0px #C29015;
}

.h_inq ul li:nth-child(2) a,
.h_inq ul li:nth-child(3) a {
	background: #EE8501;
	box-shadow: 0px 2px 0px 0px #C97402;
}

.h_inq ul li a:hover {
	box-shadow: none;
	transform: translate(0, 2px);
}

.global_menu {
	/* メニュー全体のスタイル */
	width: 100%;
	background: #003461;
	position: relative;
	text-align: center;
}

.global_menu_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	box-sizing: border-box;
	padding-right: calc(50% - 500px);
	padding-left: calc(50% - 500px);
	position: relative;
}

.child_menu_name {
	position: relative;
}

.child_menu_name a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

.child_menu_name a span {
	display: block;
	width: 186px;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.child_menu_name a span img {
	display: inline;
}

.child_menu_name a span:before {
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.child_menu_name .child_menu_btn {
	display: block;
	width: 186px;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.child_menu_name .child_menu_btn:before {
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.menu:nth-child(1) .child_menu_name a span {
	width: 70px;
}

.menu:last-child .child_menu_name a span:after {
	content: "";
	width: 1px;
	height: 30px;
	margin: auto;
	background: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.child_menu_name .child_menu_btn span {
	position: relative;
	transition: all 0.3s;
}

.child_menu > li > span {
	/* 子項目のスタイル */
	font-size: 0.8em;
}

.child_menu {
	/* 下層メニューのスタイル */
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	position: absolute;
	top: calc(100%);
	/* 親項目の直下に配置 */
	left: 0;
	color: #333;
	/* 文字色 */
	background: #FFF;
	/* 背景色 */
	visibility: hidden;
	/* 下層メニューを非表示 */
	z-index: 2;
}

.menu:hover .child_menu {
	/* 下層メニューのスタイル（親項目ホバー時） */
	visibility: visible;
	/* 下層メニューを表示 */
}

.child_menu ul {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 35px;
}

.child_menu ul li a {
	padding: 0 15px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: color 0.3s;
}

.child_menu ul li a:hover {
	color: #F88F01;
}

.child_menu ul li a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 5px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: border 0.3s;
}

.child_menu ul li a:hover:after {
	border-left: 5px solid #F88F01;
}

/* ----------------------------------------
　footer
---------------------------------------- */
#f_wrap {
	margin: 185px 0 0 0;
	position: relative;
}

#f_wrap a {
	text-decoration: none;
	transition: all 0.3s;
}

#f_wrap ul {
	margin: 0;
	padding: 0;
}

#f_wrap:after {
	content: "";
	width: 50%;
	height: 147px;
	background: #EAEBD1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
}

#f_contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	box-sizing: border-box;
	padding: 22px 0 22px 70px;
	margin: 0 auto;
	background: #EAEBD1;
	border-radius: 100px 0 0 100px;
	position: relative;
	z-index: 2;
}

#f_contact h2 {
	margin: 0 0 10px 0;
	font-size: 26px;
	line-height: 30px;
	color: #003461;
	letter-spacing: 2px;
}

.f_tl,
.f_tel {
	text-align: center;
}

.f_tl p {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	color: #003461;
}

.f_tel {
	padding: 15px 25px 15px 0;
	border-right: 1px solid #003461;
}

.f_tel p:nth-of-type(1) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 6px 15px;
	background: #FFF;
	border-radius: 20px;
	font-size: 14px;
	line-height: 21px;
	color: #003461;
	font-weight: bold;
}

.f_tel p:nth-of-type(2) {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	color: #003461;
	font-weight: bold;
	letter-spacing: 2px;
}

.f_tel p:nth-of-type(2) span {
	margin: 0 5px 0 0;
	font-size: 13px;
	line-height: 16px;
}

#f_contact ul {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

#f_contact ul li a {
	display: flex;
	align-items: center;
	gap: 0 25px;
	width: 230px;
	box-sizing: border-box;
	padding: 8px 0 8px 15px;
	background: #003461;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}

#f_contact ul li a:hover {
	background: #5292A8;
}

.f_link_wrap {
	width: 100%;
	margin: -80px 0 10px 0;
	padding: 120px 0 20px 0;
	background: #003461;
}

.f_link_inner {
	width: 1000px;
	margin: 0 auto;
}

.f_link_inner p,
.f_link_inner a {
	color: #FFF;
}

.f_list {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px 0;
	text-align: left;
}

.f_list ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

.f_list ul li a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.f_list ul li a:hover:before {
	transform: scale(1, 1);
}

.f_list ul li:not(:last-child) {
	margin: 0 0 10px 0;
}

.f_list div p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.f_list div div {
	display: flex;
	align-items: flex-start;
	gap: 0 30px;
	height: calc (100% - 20px);
	box-sizing: border-box;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #FFF;
}

.f_link_w {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.f_link_w ul {
	display: flex;
	align-items: center;
}

.f_link_w ul:nth-of-type(1) {
	font-size: 14px;
	line-height: 20px;
	gap: 0 50px;
}

.f_link_w ul:nth-of-type(2) {
	gap: 0 10px;
}

.f_link_w ul:nth-of-type(1) a {
	display: inline-block;
	position: relative;
}

.f_link_w ul:nth-of-type(1) a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.f_link_w ul:nth-of-type(1) a:hover:before {
	transform: scale(1, 1);
}

.f_bnr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.f_bnr a {
	display: block;
}

.f_bnr a:hover {
	opacity: 0.8;
}

.f_bnr p {
	font-size: 14px;
	line-height: 20px;
}

.f_bnr ul {
	display: flex;
	align-items: center;
	gap: 0 12px;
    padding: 0 5px !important;
}

.f_bnr ul li {
	max-width: 200px;
}

.f_bnr ul li a img {
	width: 200px;
}

.f_copy {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

/* ----------------------------------------
　side
---------------------------------------- */
.megroup {
	margin: 0px 0px 20px 0px;
}

.lpo_side {
	width: 200px;
	float: left;
}

.side_wrap {
	width: 200px;
	float: left;
}

.side_wrap a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

.side_wrap ul {
	margin: 0;
	padding: 0;
}

#side_num {
	margin: 0 0 15px 0;
	padding: 10px 10px 15px 10px;
	background: #DFE6EC;
}

#side_num div {
	text-align: center;
}

#side_num h2 {
	margin: 3px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
}

#side_num h2 span {
	font-size: 18px;
}

#side_num ul {
	padding: 10px;
	background: #FFF;
}

#side_num ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

#side_num ul li p {
	font-size: 12px;
	line-height: 15px;
}

#side_num ul li p span {
	margin: 0 5px 0 0;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1.8px;
}

#side_num ul li:nth-child(1) {
	margin: 0 0 10px 0;
}

#side_num ul li:nth-child(2) span {
	color: #EE8501;
}

.side_mem {
	display: block;
	margin: 0 0 15px 0;
}

.side_mem:hover {
	opacity: 0.8;
}

.side_inq li {
	margin: 0 0 12px 0;
}

.side_inq li a {
	display: block;
}

.side_inq li a:hover {
	opacity: 0.8;
}

#side_sr {
	margin: 0 0 15px 0;
	padding: 10px 10px 15px 10px;
	background: #DFE6EC;
}

#side_sr h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #19456B;
	text-align: center;
}

#side_sr h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 15px;
}

.side_sr_kind {
	margin: 0 0 10px 0;
}

.side_sr_kind ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.side_sr_kind ul li a {
	display: flex;
	width: 85px;
	box-sizing: border-box;
	padding: 6px 0 6px 30px;
	background: #FFF;
	border-radius: 2px;
	position: relative;
	box-shadow: 2px 2px 4px 0px rgb(96 96 26 / 10%);
}

.side_sr_kind ul li a:before {
	content: "";
	width: 30px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	transition: all 0.3s;
}

.side_sr_kind ul li:nth-child(1) a:before {
	background: url(/img/buy/sr_icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(2) a:before {
	background: url(/img/buy/sr_icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(3) a:before {
	background: url(/img/buy/sr_icon03.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(4) a:before {
	background: url(/img/buy/sr_icon04.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(1) a:hover:before {
	background: url(/img/buy/sr_icon01_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(2) a:hover:before {
	background: url(/img/buy/sr_icon02_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(3) a:hover:before {
	background: url(/img/buy/sr_icon03_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li:nth-child(4) a:hover:before {
	background: url(/img/buy/sr_icon04_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_kind ul li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 24px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
}

.side_sr_pr {
	margin: 0 0 10px 0;
}

.side_sr_pr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.side_sr_pr a {
	display: block;
	width: 85px;
	box-sizing: border-box;
	padding: 10px 0;
	background: #FFF;
	border-radius: 2px;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 4px 0px rgb(96 96 26 / 10%);
}

.side_sr_sort a {
	display: flex;
	align-items: center;
	gap: 0 18px;
	padding: 12px 0 12px 50px;
	background: #FFF;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	position: relative;
	box-shadow: 2px 2px 4px 0px rgb(96 96 26 / 10%);
}

.side_sr_sort ul li a:before {
	content: "";
	width: 28px;
	height: 26px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	transition: all 0.3s;
}

.side_sr_sort ul li:nth-child(1) a:before {
	background: url(/img/common/sidebar/so_icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort ul li:nth-child(2) a:before {
	background: url(/img/common/sidebar/so_icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort ul li:nth-child(3) a:before {
	background: url(/img/common/sidebar/so_icon03.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort ul li:nth-child(1) a:hover:before {
	background: url(/img/common/sidebar/so_icon01_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort ul li:nth-child(2) a:hover:before {
	background: url(/img/common/sidebar/so_icon02_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort ul li:nth-child(3) a:hover:before {
	background: url(/img/common/sidebar/so_icon03_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.side_sr_sort li:not(:last-child) {
	margin: 0 0 10px 0;
}

.side_sr_bnr li {
	margin: 0 0 15px 0;
}

.side_sr_bnr li a {
	display: block;
}

.side_sr_bnr li a:hover {
	opacity: 0.8;
}

#side_sr a:hover {
	background: #003461;
	color: #FFF;
}

#side_sale {
	margin: 0 0 15px 0;
	padding: 20px 0;
	background: url(/img/common/sidebar/sale_bg.jpg);
	background-repeat: repeat;
}

#side_sale h2 {
	margin: 0 0 24px 0;
	text-align: center;
}

#side_sale h2 img {
	margin: 0 auto;
}

#side_sale ul {
	width: 180px;
	margin: 0 auto;
}

#side_sale li a {
	display: block;
	padding: 10px 0;
	background: #003461;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#side_sale li a:hover {
	background: #FFF;
	color: #003461;
}

#side_sale li:nth-child(1) {
	margin: 0 0 15px 0;
}

#side_list {
	margin: 0 0 15px 0;
}

#side_list h2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 7px;
	border-left: 3px solid #487E8B;
	font-size: 16px;
	line-height: 16px;
	color: #487E8B;
}

#side_list ul {
	width: 180px;
	margin: 0 auto;
}

#side_list ul li a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#side_list ul li a:hover {
	color: #F88F01;
}

#side_list ul li:not(:last-child) {
	margin: 0 0 10px 0;
}

#side_com {
	margin: 0 0 15px 0;
}

#side_com h2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 7px;
	border-left: 3px solid #487E8B;
	font-size: 16px;
	line-height: 16px;
	color: #487E8B;
}

#side_com div {
	width: 180px;
	margin: 0 auto;
}

.side_com_img {
	margin: 0 0 10px 0;
}

.side_com_ad {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 17px;
}

.side_com_tl span {
	margin: 0 5px 0 0;
	font-size: 13px;
	line-height: 16px;
}

.side_com_tl {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 24px;
	color: #003461;
	font-weight: bold;
	letter-spacing: 1px;
}

.side_com_btn {
	margin: 0 0 10px 0 !important;
}

.side_com_btn li:nth-child(1) {
	margin: 0 0 5px 0;
}

.side_com_btn a {
	display: block;
	background: #003461;
	padding: 12px 0 12px 20px;
	border: 1px solid #003461;
	border-radius: 2px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}

.side_com_btn a:hover {
	background: #FFF;
	color: #003461;
}

.side_com_btn a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	margin: auto;
	border: 5px solid transparent;
	border-left: 6px solid #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	transition: all 0.3s;
}

.side_com_btn a:hover:after {
	border-left: 6px solid #003461;
}

.side_com_sns {
	display: flex;
    justify-content: space-evenly;
}

.side_com_sns li a {
	display: block;
}

.side_com_sns li a:hover {
	opacity: 0.8;
}

.side_qr {
	margin: 0 0 15px 0;
}

/*サイドバーに関連する項目*/
.main_contents {
	width: 780px;
	display: block;
	float: left;
	margin: 0px auto;
}

.side_ber {
	width: 200px;
	display: block;
	float: left;
}

.side_ber table tr td {
	text-align: left;
}

.side_ber table tr td img {
	margin: 0px 0px 10px 0px;
}

.side_ber ul {
	margin: 0px;
	padding: 0px;
}

.side_ber li {
	display: block;
	list-style: none;
	text-align: left;
	padding-bottom: 10px;
}

.moreknow {
	background-image: url(/img/moreknow.jpg);
	background-repeat: no-repeat;
	width: 200px;
	display: block;
	height: 265px;
	padding-left: 5px;
	margin: 0px 0px 10px 0px;
}

.moreknow img {
	margin: 0px !important;
}

.yakudachi {
	text-align: left;
	border: #CCC solid 1px;
	width: 190px;
	padding-left: 3px;
}

.yakudachi th {
	width: 65px;
	height: 65px;
	text-align: center;
}

.etsuran {
	background-image: url(/img/etsuran.jpg);
	background-repeat: no-repeat;
	position: absolute;
	color: #333333;
	width: 200px;
	height: 265px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
}

.footprint {
	margin: 0px;
	padding: 2px 2px 2px 2px;
	display: block;
	font-size: 12px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #CCC;
	scrollbar-arrow-color: #CCC;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
}

.s-footprint {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.shosai_satsuei2 {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.regist_toggle p {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.user_hissu2 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

#my_navigation {
	float: left;
	width: 522px;
	margin: 0px 0px 0px 10px;
}

#my_contents {
	float: left;
	width: 200px;
	padding-left: 30px;
}

.kaiinbukken_count {
	text-align: center;
	border: 2px solid #FFD700;
	background: #fff7cc;
	margin: 12px 0px 12px 0px;
	overflow: hidden;
	height: 72px;
	padding-top: 20px;
	font-size: 15px;
	line-height: 25px;
}

.kaiinbukken_count a {
	text-indent: 0px;
	font-size: 14px;
	width: 776px;
	height: 72px;
	text-decoration: underline;
}

.kaiinbukken_count:hover {
	text-align: center;
	border: 2px solid #FF0004;
	background: #fff7cc;
	margin: 12px 0px 12px 0px;
	overflow: hidden;
}

.kaiinbukken_count img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.kaiinbukken_count span {
	color: #F00;
	font-size: 25px;
}

.shosai_link a {
	background-image: url(../img/sh_movie.jpg);
	width: 175px;
	height: 44px;
	position: absolute;
	top: 15px;
	left: 588px;
	text-indent: -9999px;
}

.shosai_link2 a {
	background-image: url(../img/sh_panorama.jpg);
	width: 175px;
	height: 44px;
	position: absolute;
	top: 69px;
	left: 588px;
	text-indent: -9999px;
}

/*店舗情報*/
.s_company {
	width: 198px;
	margin: 15px 0;
	border: 1px solid #CCCCCC;
}

.s_company h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
	/*★見出し背景色*/
}

.s_company_inner {
	margin: 5px;
}

.s_company_inner p {
	clear: both;
}

.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}

.s_company_btn-l {
	float: left;
}

.s_company_btn_r {
	float: right;
}

/* 会員登録フォームの追記 */
.regist2_required_area {
	color: #ff0000;
	float: left;
	border: 1px solid #ff0000;
	border-radius: 3px;
	padding: 2px 5px;
	line-height: 21px;
	text-indent: 0;
	margin-right: 10px;
	background: #fff;
	font-weight: bold;
}

.sh_comment {
	position: relative;
}

.sh_comment p {
	width: 416px !important;
}

.report_inq {
	position: fixed;
	left: 20px;
	bottom: 10px;
}

.list_h2 a {
	float: right;
}

.regist_toggle .regist2_required {
	display: inline;
	margin: 0 0 0 10px;
	background: #FFF;
	font-size: 12px;
	color: #ff0000;
	float: none;
}

.regist_toggle .regist2_required:hover {
	color: #ff0000;
}

.pan_wrap a {
	display: inline;
}

.inquiry_form tr th font {
	display: none;
}

.inquiry_form table tr th {
	width: 150px;
}

.inquiry_form table tr:nth-of-type(6) th:after {
	content: "必須";
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	width: 34px;
	display: inline-block;
	text-align: center;
	background-color: #FF2524;
}

h2.h2_title {
	border-left: 10px solid #003461 !important;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Arial', 'Meiryo', sans-serif !important;
	background-color: #f7f7f7 !important;
	height: 40px !important;
	line-height: 20px;
	padding: 10px 0 0 0 !important;
	box-sizing: border-box;
	width: 100%;
}

.user_next_btn {
	background-color: #FFF !important;
}

.form_caution {
	color: #E2584B;
	width: 780px;
	margin: 15px auto;
	padding: 15px;
	background: #fff4f4;
	border: 1px solid #E2584B;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
