@charset "utf-8";
/*************************************************/
/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */
/*************************************************/
/*main color #4492d2*/
h1 {
	background: #4492d2;
}
.ui-widget {
	left: 0 !important;
	width: 96% !important;
}
.fonticon-color {
	color: #4492d2;
}
.fonticon-color_inner i {
	color: #4492d2;
}
.back-color {
	background: #4492d2;
}
.boder-color {
	border-color: #4492d2;
}
.boder_top-color {
	border-top-color: #4492d2;
}
.boder_left-color {
	border-left-color: #4492d2;
}
.headder_boder-color {
	border-top-color: #4492d2;
}
.shadow-color {
	box-shadow: #A66400 0px 2px 0px 0px;
	-webkit-box-shadow: #A66400 0px 2px 0px 0px;
	-moz-box-shadow: #A66400 0px 2px 0px 0px;
}
/*sub color*/
.sub_color {
	background: #401000 !important;
}
.sub-border_color {
	border-color: #401000;
}
.sub-border-top_color {
	border-top-color: #401000;
}
.sub-border-bottom_color {
	border-bottom-color: #401000;
}
.tabList li.active {
	background: #401000;
}
.favorite-01 {
	color: #FFBF00;
}
.favorite-02 {
	color: #4492d2;
}
.favorite-03 {
	color: #663300;
}
.favorite-04 {
	color: #000;
}
.favorite-05 {
	color: #D93600;
}
.favorite-06 {
	color: #684E02;
}
.favorite-07 {
	color: #465614;
}
.slide_list a i,
.slide_list a i {
	color: #4492d2;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school, .sho_school_ruiji{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
フッター固定
---------------------------------------- */
.fixfoot {
	width: 100%;
	position: fixed;
	bottom: -1px;
	height: 60px;
	background-color: #FFF;
	z-index: 999;
	border-top: 2px solid #4492d2;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}
.fixfoot ul {
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
	list-style: none;
	display: flex;
}
.fixfoot ul li {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ddd;
	flex: 1;
	display: block;
}
.fixfoot ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
.fixfoot ul li a img {
	width: 70%;
	max-height: 65px;
}
.fixfoot ul li i {
	width: 100%;
	height: 17px;
	display: block;
	text-align: center;
}
.fixfoot ul li span {
	font-size: 12px;
}
.dra_tl p {
	background: #4492d2;
	color: #fff;
}
.fixfoot ul li:nth-child(3) i {
	color: #e10000;
}
.fixfoot ul li:nth-child(3) span {
	color: #e10000;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 90%;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 5.5vw;
	line-height: 5vh;
	padding: 5% 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);
}
#listing-Details .QuickInfo_fav {
	width: 88% !important;
}
.f-sns {
	margin: 10px auto 0px auto;
}
.f-sns ul {
	margin: 0px;
	padding: 0px;
	background: #4492d2;
	padding: 10px 0px;
	overflow: hidden;
}
.f-sns ul li {
	width: 10%;
	margin: 0 3%;
	float: left;
	text-align: center;
}
.f-sns li a i {
	color: #4492d2;
	font-size: 14px;
}
.shosai_movie_sp {
	width: 98%;
	margin: 10px auto;
}
.shosai_movie_sp iframe {
	width: 100% !important;
	height: 300px;
}
.com_bnr {
	width: 98%;
	margin: 30px auto;
	padding: 0px;
}
.com_bnr ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.com_bnr ul li {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}
.com_bnr ul li img {
	max-width: 80%;
	height: auto;
}
/* hamburger header_fix
---------------------------------------- */
header .logo {
	overflow: hidden;
	margin: 10px 0 10px 5px;
	width: 40%;
	white-space: nowrap;
}
header .logo a {
	display: block;
	height: 38px;
}
header .logo img {
	max-height: 52px !important;
	max-width: 100% !important;
	display: table-cell;
	margin-left: 6px;
}
/*ナビメニューのスタイルを指定*/
.header_Toggle {
	display: block;
	position: fixed;
	right: 12px;
	top: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1001;
	background: #2475b7;
	text-align: center;
	border-radius: 33px;
	padding: 0px;
	margin: 0px;
	border: none;
}
.header_Toggle span {
	position: absolute;
	width: 16px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;
	right: 0px;
	margin: auto;
}
.header_Toggle span:nth-child(1) {
	top: 13px;
}
.header_Toggle span:nth-child(2) {
	top: 19px;
}
.header_Toggle span:nth-child(3) {
	top: 25px;
}
/* 最初のspanをマイナス45度に */
.acd-check_hamburger:checked~.header_Toggle span:nth-child(1) {
	top: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.acd-check_hamburger:checked~.header_Toggle span:nth-child(2),
.acd-check_hamburger:checked~.header_Toggle span:nth-child(3) {
	top: 19px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.other_links {
	margin: 20px 10%;
	width: 80%;
}
.other_links li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}
.other_links li.other_li_site a {
	border-radius: 4em;
	color: #111;
	background-color: #e7e7dd;
	padding: 15px 10px;
}
.other_links li.other_li_site a i {
	margin-left: 14px;
}
.other_links li.other_li_inq {
	width: 49%;
	float: left;
}
.other_links li.other_li_inq a {
	color: #006DD9;
	border: 2px solid #006DD9;
	padding: 10px;
	background: #F0F8FF;
}
}
.other_links li.other_li_inq a i {
	margin-left: 4px;
}
.other_links li.other_li_reserve {
	width: 49%;
	float: right;
}
.other_links li.other_li_reserve a {
	color: #ff533a;
	border: 2px solid #ff533a;
	padding: 10px;
	background: #fde6e1;
}
.other_links li.other_li_reserve a i {
	margin-left: 4px;
}
.other_links li:not(:last-child) {
	margin-bottom: 15px;
}
nav.header_NavMenu {
	position: fixed;
	z-index: 1000;
	padding-top: 19px;
	top: 0px;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateY(-103%);
	transition: all 0.5s 0s ease;
	overflow: scroll;
}
.header_NavMenu_box {
	margin-bottom: 170px;
	background: none !important;
}
nav.header_NavMenu ul.menu_list {
	background: #fff;
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
	transition: all 0.5s 0s ease;
}
nav.header_NavMenu ul.menu_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}
nav.header_NavMenu ul.menu_list li a {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 0px;
	position: relative;
	transition: all 0.5s 0s ease;
	padding: 0px 11% 0px 5%;
	box-sizing: content-box;
}
nav.header_NavMenu ul.menu_list li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	margin: 0;
	right: 12px;
}
nav.header_NavMenu.active {
	transform: translateY(0%);
	border-bottom: 1px solid #cccccc;
}
nav.header_NavMenu .menu_list_title {
	font-size: 0px;
	font-weight: bold;
	line-height: 0px;
	text-align: left;
}
nav.header_NavMenu .menu_list_title i {
	margin-right: 5px;
	display: none;
}
.acd-check {
	display: none;
}
.acd-check_hamburger {
	display: none;
}
.acd-label {
	background: #326598;
	color: #fff;
	display: block;
	padding: 10px;
	position: relative;
	text-align: left;
	border: none;
	width: 100%;
	margin: 0px 0px 1px 0px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 0px;
	float: none;
	box-sizing: border-box;
}
.acd-label:after {
	background: #00000026;
	box-sizing: border-box;
	content: '';
	display: block;
	font-family: "Font Awesome 5 Free";
	height: 44px;
	width: 44px;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0px;
}
.acd-label::before {
	content: '';
	top: 11px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}
.acd-content {
	display: block;
	opacity: 0;
	padding: 0 0px;
	transition: .5s;
	visibility: hidden;
	padding: 0px 10px 0px 10px;
}
.acd-check_hamburger:checked~.navmenu_wrap .header_NavMenu {
	transform: translateY(0%);
}
.acd-check:checked+.acd-label:before {
	transform: scale(-1, 1) rotate(315deg);
	top: 17px;
}
.acd-check:checked+.acd-label+.acd-content {
	opacity: 1;
	padding: 20px 10px 0px 10px;
	visibility: visible;
}
.acd-check:checked+.acd-label+.acd-content .menu_list_title {
	line-height: 18px;
	padding-bottom: 10px;
	font-size: 13px;
}
.acd-check:checked+.acd-label+.acd-content .menu_list_title i {
	display: inline-block;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list {
	margin: 0px auto 20px auto;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list li {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.acd-check:checked+.acd-label+.acd-content ul.menu_list li a {
	line-height: 20px;
	padding: 15px 16% 15px 6%;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.acd-content_sale {
	margin: 10px 0px 0px 0px;
}
.acd-content_sale ul {
	border-top: solid 1px #ccc;
}
.acd-content_sale ul li {}
.acd-content_sale ul li a {
	display: block;
	text-align: left;
	padding: 12px 0px 12px 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	font-size: 16px;
	background-color: #f5f5f5;
}
.acd-content_sale ul li a::before {
	content: '';
	top: 20px;
	right: 14px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}
/* hamburger header_fix end
---------------------------------------- */
.libox {
	border-radius: 15px;
	margin-bottom: 20px !important;
}
.libox a p, .glist_soldout_tl {
	border-radius: 15px;
}
.inq_wrap {
	margin: 40px auto 0px auto;
	overflow: hidden;
	width: 96%;
}
.t_conts_title {
	color: #336799;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
.t_conts_title span {
	color: #336799;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 0px auto 18px auto;
	border-bottom: solid 1px #336799;
	padding: 0px 0px 10px 0px;
	position: relative;
}
.t_conts_title span::before {
	content: "";
	left: 0px;
	right: 0px;
	bottom: -32px;
	margin: auto;
	box-sizing: border-box;
	width: 13px;
	height: 32px;
	border: 10px solid transparent;
	border-top: 12px solid #336799;
	position: absolute;
}
.t_conts_title span::after {
	content: "";
	left: 0px;
	right: 0px;
	bottom: -30px;
	margin: auto;
	box-sizing: border-box;
	width: 14px;
	height: 32px;
	border: 10px solid transparent;
	border-top: 13px solid #fff;
	position: absolute;
}
.inq_l {
	width: 100%;
}
.inq_l ul li {
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
}
.inq_l_title {
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	background-color: #336799;
	color: #fff;
}
.inq_tel a {
	display: block;
	font-size: 7vw;
	font-weight: bold;
	color: #336799;
	background-image: url(/img/top/icon_phone.png);
	background-position-x: 0px;
	background-position-y: 7px;
	background-repeat: no-repeat;
	line-height: 30px;
	padding: 0px 0px 0px 26px;
	margin: 13px auto 0px auto;
	text-align: center;
	text-decoration: none;
	width: fit-content;
}
.inq_l p {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
.inq_r {
	margin: 15px 0px 0px 0px;
}
.inq_r ul li {
	margin-right: 0px;
	margin-bottom: 15px;
	width: 100%;
}
.inq_r ul li:nth-child(1) a {
	background-image: url(/img/top/inq_icon01.png);
	background-color: #6fa6da;
	background-position-y: 23px;
}
.inq_r ul li:nth-child(2) {
	margin-right: 0px;
}
.inq_r ul li:nth-child(2) a {
	background-image: url(/img/top/inq_icon02.png);
	background-color: #397dbf;
	background-position-y: 15px;
}
.inq_r ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	padding: 62px 0px 20px 0px;
	text-decoration: none;
	color: #fff;
	background-position-x: center;
}
.mp_comm_bnr {
	display: block;
	width: 80%;
	margin: 20px auto 10px auto;
	>img {
		width: 100%;
	}
}