@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;
 margin: 35px 0 0 0;
 padding: 0;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 min-width: 1100px;
}

#main > .language a {
 position: fixed;
 top: 4px;
 z-index: 999;
 background-color: #fff;
 padding: 0 10px;
 border-radius: 50px;
 right: 10px;
 font-size: 16px;
 font-weight: bold;
}

#main > .language i {
 margin-right: 7px;
}

.language a {
 position: fixed;
 top: 4px;
 z-index: 999;
 background-color: #fff;
 padding: 0 10px;
 border-radius: 50px;
 right: 10px;
 font-size: 16px;
 font-weight: bold;
}

.language i {
 margin-right: 7px;
}

@media screen and (max-width: 750px) {
 body {
  min-width: initial;
 }
}

@media all and (-ms-high-contrast:none) {
 body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }
}

H1 {
 color: #000;
 font-size: 11px;
 text-align: left;
 width: 100%;
 background: #e6d9ba;
 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;
}

/*サイドナビ左右入れ替え*/
.l-roomlist {
 width: 780px;
 float: left;
 margin-right: 20px;
}

.l-sidenavi {
 width: 200px;
 float: right;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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: #e6d9ba;
 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_nav01
*********************************************/
/*navi*/
.h_nav {}

.h_nav ul {
 list-style: none;
 margin: 0 auto;
 padding: 0;
 overflow: hidden;
}

.h_nav ul li {
 float: left;
 font-weight: bold;
}

.h_nav ul li.sarei a {
 background: #d13636;
 color: #fff;
}

.h_nav ul li span {
 display: block;
 color: #CCCCCC;
 /*★メニュー文字色*/
 font-size: 10px;
 font-weight: normal;
 line-height: 15px;
}

.h_nav ul li a {
 display: block;
 color: #000;
 font-size: 15px;
 padding: 15px;
 background: #fff;
 margin-left: 10px;
 text-decoration: none;
 text-align: center;
 border: 1px solid #ccc;
 border-radius: 5px;
 box-shadow: 0 0 4px rgba(204, 204, 204, .4);
}

.h_nav ul li a:hover {
 opacity: .8;
}

/* ----------------------------------------
　footer
---------------------------------------- */
/*********************************************
　　f_navi01
*********************************************/
.f_nav01 {
 width: 100%;
 padding-top: 50px;
 /*★フッター上部の枠色*/
}

.f_logo {
 text-align: center;
}

.f_nav01 .f_search_wrap {
 width: 1000px;
 margin: 50px auto;
 padding: 10px 0 0 0;
 overflow: hidden;
 display: flex;
 justify-content: space-between;
}

.f_nav01 .f_search {
 font-size: 16px;
}

.f_nav01 .f_search_ti {
 /*★検索タイトル文字指定*/
 font-size: 20px;
 font-weight: bold;
 text-align: left;
 margin-bottom: 15px;
}

.f_nav01 .f_search ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font-size: 16px;
}

.f_nav01 .f_search ul li {
 text-align: left;
 margin: 5px 0;
}

.f_nav01 .f_search ul li a {
 display: block;
 color: #333333;
 /*★項目リストの文字色*/
 text-decoration: none;
 background: url(/tool/sample/footer/img/list_icon.png) left 50% no-repeat;
 /*★項目リストのアイコン画像*/
}

.f_nav01 .f_search ul li a:hover {
 color: #D90000;
 /*★項目リストのhover文字色*/
 text-decoration: underline;
 background: url(/tool/sample/footer/img/list_icon_on.png) left 50% no-repeat;
 /*★項目リストのhoverアイコン画像*/
}

.f_nav01 .f_company {
 clear: both;
 padding: 10px 0;
}

.f_nav01 .f_tx {
 text-align: left;
 margin: 10px 0;
}

.f_nav01 .f_copyright {
 font-size: 15px;
 text-align: center;
 /* font-weight: bold; */
 color: #000;
 line-height: 84px;
 /* color: #FFFFFF; */
 /* line-height: 25px; */
 background: #e6d9ba;
 letter-spacing: 2px;
}

/* ----------------------------------------
　side
---------------------------------------- */
.side {
 float: right;
 display: 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: #e6d9ba;
 /*★見出し背景色*/
}

.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_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: #e6d9ba;
 /*★見出し背景色*/
}

.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;
}

.header {
 width: 100%;
 padding-bottom: 20px;
 border-bottom: 1px solid #ccc;
}

.header_inner {
 width: 98%;
 display: flex;
 justify-content: space-between;
 margin: 20px auto 0;
}

.h_logo a {
 margin-right: 20px;
}

.h_logo a:nth-child(2) img {
 width: 180px;
}

.f_m_t {
 margin-top: 45px;
}

.f_nav01 .f_search ul li a {
 text-indent: none;
}

.top_cont_inner {
 background: #eeeeee;
 width: 100%;
 height: 200px;
 text-align: center;
 padding: 20px 0;
 box-sizing: border-box;
 margin-bottom: 50px;
}

.top_cont_inner a {
 display: block;
 width: 660px;
 line-height: 68px;
 text-align: center;
 font-size: 28px;
 color: #fff;
 font-weight: bold;
 margin: 20px auto;
 background: #d13636;
 border: 3px solid #d13636;
 box-sizing: border-box;
 text-decoration: none;
}

.top_cont_inner a:hover {
 transition: .3s;
 background: #fff;
 color: #d13636;
}

.t_con_ti_b p {
 font-size: 18px;
 line-height: 25px;
 padding: 15px 0;
}

.pankuzu {
 margin-bottom: 10px;
}

@media only screen and (max-width:1245px) {
 .h_nav ul li a {
  font-size: 14px;
  padding: 11px;
 }

 .h_nav ul {
  width: 722px;
 }
}
