@charset "shift_jis";
/* CSS Document */
.none_img {
	text-align: center;
}
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
#main {
	overflow: hidden;
	padding-top: 10px;
}
body {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin: 120px 0 0 0;
	padding: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
table, tr, td {
	font-weight: 500 !important;
}
H1 {
	color: #333;
	font-size: 10px;
	text-align: left;
	width: 50%;
	line-height: 20px;
	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;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
.pc_off {
	display: none !important;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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　-- */
/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}
.l-sidenavi {
	width: 200px;
	float: right;
}
.side {
	float: right;
	width: 200px;
}
/*検索 共通*/
.s_search {
	margin: 0 auto 20px;
}
.s_search h2 {
	color: #2b4156;
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.s_search h2 i {
	margin-right: 10px;
	margin-left: -20px;
}
.s_search ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
}
.s_search ul li a {
	margin: auto;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	text-indent: 35px;
	position: relative;
}
.s_search ul li a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	position: absolute;
	top: 13px;
	left: 10px;
	transition: all 0.15s ease;
	transform: rotate(-45deg);
}
.s_search ul li a:hover {
	color: #2b4156;
}
.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}
.s_company h2 {
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 5px;
	border: none;
}
.s_company h2 span {
	display: block;
	font-size: 12px;
}
.s_company {
	margin-bottom: 20px;
}
.s_company ul {}
.s_company ul li {
	color: #333;
	font-size: 10px;
}
.s_company ul li p {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
.s_company .company_more {}
.s_company .company_more a {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #2b4156;
	background: #2b4156;
	border-radius: 5px;
	transition: .3s;
}
.s_company .company_more a:hover {
	background: #fff;
	color: #2b4156;
	text-decoration: none;
	transition: .3s;
}
.side_kbtn li a {
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #c19959;
	border: 1px solid #c19959;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	transition: .3s;
}
.side_kbtn li a i {
	margin-right: 10px;
	margin-left: -20px;
}
.side_kbtn li:last-child a {
	background: #333;
	border: 1px solid #333;
}
.side_kbtn li a:hover {
	background: #fff;
	color: #c19959;
	transition: .3s;
}
.side_kbtn li:last-child a:hover {
	background: #fff;
	color: #333;
	transition: .3s;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.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;
}
/* ----------------------------------------
header
---------------------------------------- */
/* ----------------------------------------
header
---------------------------------------- */
header {
	width: 100%;
	box-sizing: border-box;
	display: flex !important;
	justify-content: space-between;
	padding: 10px 106px 10px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}
.h_logo {
	padding-top: 15px;
}
.top_header {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 106px 0 10px;
	z-index: 100;
}
.top_header .h_con {
	position: absolute;
	top: 0;
	right: 60px;
}
/*============
nav
=============*/
nav {
	display: block;
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	width: 700px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	opacity: 0;
	padding: 50px;
	box-sizing: border-box;
	z-index: -1;
}
nav::-webkit-scrollbar {
	width: 10px;
}
nav::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: none;
}
nav::-webkit-scrollbar-thumb {
	background-color: #fff;
	box-shadow: none;
}
.open nav {
	right: 0;
	opacity: 1;
	z-index: 99;
	display: block;
}
nav .inner {
	padding: 50px 25px 20px;
}
nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: -10px 0 30px;
}
nav .inner ul li {
	position: relative;
	margin: 0;
}
nav .inner ul li a {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition-duration: 0.2s;
	text-align: left;
	position: relative;
	text-indent: 50px;
}
nav .inner ul li a::before {
	content: "";
	background: #aaa;
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	top: 17px;
	left: 20px;
}
nav .inner ul li a:hover {
	background: #e4e4e4;
}
.nav_top {
	width: auto;
	display: block;
	margin: 0;
	text-align: left;
}
.nav_top ul {
	margin-top: 30px;
}
.nav_btn a {
	display: block;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	transition: .2s;
}
.nav_btn {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}
.nav_btn span {
	display: inline-block;
	margin-left: 15px;
	font-size: 15px;
	letter-spacing: 0.05em;
	transition: .2s;
}
.nav_btn a:hover {
	letter-spacing: 0.2em;
	transition: .2s;
}
.nav_btn a:hover span {
	letter-spacing: 0.2em;
	transition: .2s;
}
.nav_satei {
	width: 510px;
	box-sizing: border-box;
	background: #eee;
	height: 150px;
	padding: 20px;
	text-align: center;
}
.nav_satei span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	position: relative;
}
.nav_satei span::before {
	content: "";
	background: #000;
	width: 125px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 16px;
}
.nav_satei span::after {
	content: "";
	background: #000;
	width: 125px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 16px;
}
.nav_satei ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.nav_satei ul li a {
	display: block;
	width: 230px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #65b820;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding-right: 10px;
	position: relative;
	transition: .3s;
	border: 2px solid #65b820;
}
.nav_satei ul li:nth-child(2) a {
	background: #265300;
	border: 2px solid #265300;
}
.nav_satei ul li a:hover {
	border: 2px solid #265300;
	letter-spacing: 0.2em;
	transition: .3s;
}
.nav_satei ul li:nth-child(2) a:hover {
	border: 2px solid #65b820;
	letter-spacing: 0.2em;
	transition: .3s;
}
.nav_satei ul li a::before {
	content: "";
	background: url(../img/nav_arrow.png);
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 24px;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: absolute;
	top: 3px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 9999;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
	bottom: 4px;
}
.open .toggle_btn span {
	background-color: #000;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/*============
.toggle_btn_c
=============*/
.toggle_btn_c {
	display: block;
	position: fixed;
	top: 10px;
	right: 20px;
	width: 86px;
	height: 86px;
	transition: all .5s;
	cursor: pointer;
	z-index: 100;
	background: #010101;
}
.toggle_btn_c span {
	display: block;
	position: absolute;
	left: 28px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn_c span:nth-child(1) {
	top: 30px;
}
.toggle_btn_c span:nth-child(2) {
	top: 40px;
}
.toggle_btn_c span:nth-child(3) {
	bottom: 33px;
}
.open .toggle_btn_c span {
	background-color: #fff;
}
.open .toggle_btn_c span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn_c span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn_c span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
	transition: all 0.8s;
	opacity: 0;
	z-index: -1;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 98;
	cursor: pointer;
	transition: all 0.8s;
}
.h_con .open .toggle_btn_c {
	z-index: 9999;
}
.h_con {
	display: flex;
	align-items: center;
}
.h_con ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_con ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 35px;
	position: relative;
	transition: .3s;
}
.h_con ul li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #2b4156;
	transition: all 0.3s ease 0s;
}
.h_con ul li a:hover {
	color: #2b4156;
	transition: .3s;
}
.h_con ul li a:hover::after {
	width: 100%;
}
.h_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 86px;
	background: #2b4156;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	transition: .3s;
}
.h_btn a:hover {
	background: #719dc6;
	transition: .3s;
}
/*ナビゲーション*/
#navArea ul {
	margin-top: 20px;
}
#navArea ul li {
	border-bottom: solid 1px #ccc;
}
#navArea ul li a {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	margin: 0px;
	padding: 15px 0px;
	transition: all 0.15s ease;
	position: relative;
	top: 0;
	left: 0;
	color: #000;
}
#navArea ul li a:hover {
	color: #c19959;
	font-weight: bold;
	text-indent: 20px;
	transition: all 0.15s ease;
}
#navArea ul li a i {
	text-indent: 0 !important;
	margin-right: 10px;
}
#navArea ul li a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: solid 2px #c19959;
	border-bottom: solid 2px #c19959;
	position: absolute;
	top: 20px;
	left: 0;
	transition: all 0.15s ease;
	transform: rotate(-45deg);
	opacity: 0;
}
#navArea ul li a:hover::before {
	transition: all 0.15s ease;
	opacity: 1;
}
.h_nav_btn ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-top: 20px;
}
#navArea .h_nav_btn ul li {
	width: 32%;
	border-bottom: none;
	margin-bottom: 15px;
	margin-right: 7px;
}
#navArea .h_nav_btn ul li a {
	border: 1px solid #2b4156;
	color: #2b4156;
	line-height: 80px;
	text-align: center;
	position: relative;
	font-size: 16px;
	transition: .3s;
}
#navArea .h_nav_btn ul li a::before {
	content: "";
	display: block;
	border-top: 15px solid transparent;
	border-right: 15px solid #2b4156;
	border-bottom: 5px solid #2b4156;
	border-left: 5px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	transform: none;
	left: auto;
	top: auto;
	right: 5px;
	bottom: 5px;
	opacity: 1;
	transition: .3s;
}
#navArea .h_nav_btn ul li a:hover {
	text-indent: inherit;
	background: #2b4156;
	color: #fff;
	transition: .3s;
}
#navArea .h_nav_btn ul li a:hover::before {
	border-right: 15px solid #fff;
	border-bottom: 5px solid #fff;
	transition: .3s;
}
/* ----------------------------------------
footer
---------------------------------------- */
footer {
	width: 1100px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
.f_com p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 20px 0;
}
.f_com p span {
	font-weight: bold;
}
.f_com ul {
	display: flex;
}
.f_com ul li {
	margin-right: 10px;
}
.f_inner {
	display: flex;
	justify-content: space-between;
}
.f_link {
	margin-right: 80px;
}
.f_link span {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 15px;
}
.f_link ul li a {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.05em;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}
.f_link ul li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 10px;
	background: #415d74;
}
.f_link ul li a:hover {
	text-decoration: underline;
}
.f_link_flex {
	display: flex;
	align-items: center;
}
.ft_wrap {
	width: 100%;
	margin-top: 90px;
}
.ft_wrap img {
	width: 100%;
}
.page_none {
	width: 1000px;
	margin: 80px auto 50px;
	text-align: center;
}
.f_copyright {
	text-align: center;
	margin-top: 50px;
}
/*----------z-index---------*/
div.sh_ruiji_wrap ul.sh_ruiji_tab,
.list_row_fav,
#slideshow_sub img {
	z-index: 1 !important;
}
.chuui {
	color: red;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.list_row_h3 img {
	margin: 0;
	display: inline-block;
	vertical-align: sub;
}
span.bukken_icon_new {
	border-radius: 0px !important;
}
/* ----------------------------------------
preview_reserve
---------------------------------------- */
h2.h2_title.h2_researv {
	background-image: url(/img/researv_bg.jpg);
	height: 190px;
	box-sizing: border-box;
	border-bottom: 0px solid #DDD;
	color: #fff;
	display: flex;
	align-items: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
}
h2.h2_title.h2_researv:after {
	content: none;
}
h2.h2_title.h2_researv span {
	width: 1000px;
	margin: 0 auto;
}
.rsv_merit_top {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}
.rsv_merit_top_l img {
	margin: 20px 0;
}
.rsv_merit_wrap {
	justify-content: space-between;
}
.rsv_merit_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rsv_merit_wrap ul li {
	width: 49%;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 2%;
}
.rsv_merit_wrap ul li .ti {
	background-color: #d4dee8;
	display: flex;
	align-items: center;
}
.rsv_merit_wrap ul li .ti span {
	display: block;
	padding: 5px 10px;
	background-color: #ffe21c;
	border-radius: 3px;
	color: #2b4156;
	margin: 0 10px;
	font-weight: bold;
}
.rsv_merit_wrap ul li .ti p {
	font-size: 20px;
	font-weight: bold;
}
.rsv_merit_wrap ul li .txt p {
	font-size: 13px;
	padding: 20px 30px;
	line-height: 1.5;
	margin: 0;
}
.raijou_merit {
	margin-top: 30px;
}
/* -------お問合せフォーム-------- */
.form_caution {
	color: #f00;
	width: 780px;
	margin: 15px auto;
	padding: 15px;
	background: #fff4f4;
	border: 1px solid #efc1c1;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}