@charset "shift_jis";
/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

body {
	color : #000000;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	background: #FFFFFF;
	margin:35px 0px 0px 0px;
	padding:0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

ul,
 li,
 p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
 }

/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 1001;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_header {
	background: #333;
	width:100%;
	height:35px;
	position: fixed;
	top:0;
	z-index:100;
}
.new_header_inner {
        min-width: 1000px;
}

.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 {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right:6px;
}

.new_h_reserv {
    background-color: #fff;
    border-radius: 3px;
}

.new_h_reserv a {
    color: #042455 !important;
	text-align:center;
}

.new_header_menu a {
	color: #fff;
        font-weight: bold;
	text-decoration: none;
	display:block;
	padding:3px 10px;
	height: 16px;
	line-height:16px;
	font-size:12px;
	letter-spacing:1px;
}

.new_header_menu a img{
	float:left;
	margin:0px 10px 0px 0px;
}

.new_header_icon:hover , .new_header_menu li:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_menu li i {
    margin-right: 5px;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/

.sho_school , .sho_school_text , .sesrch_school{
    display: none;
}

/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

/*ヘッダーとフッター*/
header {
 width: 1100px;
 margin: 60px auto 0;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

header ul {
 display: flex;
 justify-content: space-between;
 width: 555px;
}

header ul li a {
 display: block;
 font-size: 16px;
 line-height: 16px;
 letter-spacing: 0.05em;
 font-weight: bold;
 padding: 10px;
 color: #333;
 text-align: left;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 box-sizing: border-box;
 border: 2px solid #fff;
 text-decoration: none;
}


header ul li a:hover {
 border: 2px solid #333;
}
header ul li a span {
 font-size: 11px;
 line-height: 16px;
 letter-spacing: 0.05em;
 color: #333;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


div.header{
	width:100%;
/*	background:url("../img/header_bg.png") repeat-x; */
	background-position:bottom;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
}

/* div.header img{
	margin:30px 0px 0px 0px;
} */

.h_nav01 .header_inner{
    width:1000px;
    margin:0 auto;
    padding:10px 0;
    overflow:hidden;
}

.h_nav01 .h_logo{
    width:210px;
    float:left;
}

.h_nav01 .h_info{
    width:610px;
    margin-left: 10px;
    float:left;
}

.h_nav01 .h_inq{
    width:160px;
    float:right;
}

/*navi*/
.h_nav01 .h_nav{
    width:100%;
    background:#042455;/*★メニュー背景色*/
}

.h_nav01 .h_nav ul{
    width:1000px;
    list-style:none;
    margin:0 auto;
    padding:0;
    overflow: hidden;
    border-right: 1px solid #777777;
}

.h_nav01 .h_nav ul li{
    float:left;
    width: 141px; /*★メニュー項目横幅（項目数により変更）*/
    font-weight:bold;
    border-left: 1px solid #777777;
}

.h_nav01 .h_nav ul li:first-child{
    width:147px !important; /*★1番目の項目横幅（項目数により調節）*/
}

.h_nav01 .h_nav ul li span{
    display:block;
    color:#CCCCCC; /*★メニュー文字色*/
    font-size:10px;
    font-weight:normal;
    line-height:15px;
}

.h_nav01 .h_nav ul li a{
    display:block;
    color:#FFFFFF;
    padding:10px 0;
    text-decoration:none;
    text-align: center;
}

.h_nav01 .h_nav ul li a:hover{
    color:#CCCCCC;      /*★メニューhover文字色*/
    background:#021735; /*★メニューhover背景色*/
}

.f_nav01{
    width: 100%;
    margin: 40px 0 0 0;
    border-top: 5px solid #042455;
    clear: both;
}

.f_nav01 .f_search_wrap{
    width:1000px;
    margin:10px auto;
    padding:10px 0 0 0;
    overflow:hidden;
}

.f_nav01 .f_search{
    float:left;
}

.f_nav01 .f_search_ti{  /*★検索タイトル文字指定*/
    font-size:14px;
    font-weight:bold;
    text-align:left;
}

.f_nav01 .f_search ul{
    width:166px;
    margin:0;
    padding:0;
    float:left;
    list-style:none;
}
div.navi{
	width:100%;
	height:45px;
	background:#FFE8C4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.navi ul{
	width:800px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

div.navi ul li{
	list-style:none;
	float:left;
}

div.navi ul li a{
	color:#402000;
	width:195px;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	display:block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.navi ul li a:hover{
	background:#FFC977;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.footer{
	width:100%;
	background:url("../img/footer_arch.png") no-repeat;
	background-position:top center;
	padding:0px;
}

div.footer img{
	margin:150px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.footer p{
	color:#3F1F00;
	font-size:24px;
}

.f_nav01 .f_company {
    clear: both;
    padding: 10px 0;
}

.f_nav01 .f_copyright {
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
    line-height: 25px;
    background: #042455;
}


/*-----------------footer-----------------------*/
.f_top {
 width: 100%;
 background: #e5e5e5;
 padding: 50px 0;
}
.f_top_inner {
 width: 1000px;
 margin: 0 auto;
}
.f_ti {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
 line-height: 18px;
 color: #313131;
 letter-spacing: 0.1em;
 font-weight: bold;
 margin-bottom: 10px;
 text-align: left;
}
.f_top_inner ul {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 15px;
 line-height: 24px;
}
.f_top_ensen {
 margin-bottom: 15px;
}
.f_top_ensen ul {
 margin-bottom: 5px;
}
.f_top_inner ul li a {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 14px;
 line-height: 14px;
 color: #313131;
 letter-spacing: 0.1em;
 font-weight: 500;
 text-decoration: none;
}

.f_top_inner ul li a::after {
 content: "";
 display: inline-block;
 width: 1px;
 height: 14px;
 background: #9c9c9c;
 margin: -1px 10px;
}
.f_top_inner ul li a:hover {
 text-decoration: underline;
}
.f_bottom {
 width: 100%;
 background: #000;
 padding: 30px 0;
}
.f_bottom_inner {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}
.f_b_tel p {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 14px;
 line-height: 20px;
 color: #fff;
 letter-spacing: 0.05em;
 font-weight: 500;
 margin: 20px 0 0;
}
.f_b_tel p span {
 font-weight: bold;
 font-size: 30px;
 line-height: 36px;
}
.f_b_btn a {
 display: block;
 width: 300px;
 height: 70px;
 text-align: center;
 line-height: 70px;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 letter-spacing: 0.05em;
 border: 1px solid #fff;
 box-sizing: border-box;
 transition: .3s;
 text-decoration: none;
}

.f_b_btn a:hover {
 background: #fff;
 color: #000;
 transition: .3s;
}
.f_logo a {
 display: block;
 width: 108px;
 margin: 30px auto;
}
.f_logo a:hover {
 opacity: 0.8;
}
.f_link_list ul {
 width: 650px;
 display: flex;
 justify-content: space-between;
 margin: 0 auto 50px;
}
.f_link_list ul li a {
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 font-size: 12px;
 line-height: 16px;
 color: #000;
 letter-spacing: 0.05em;
 font-weight: bold;
 text-decoration: none;
}

.f_link_list ul li a:hover {
 text-decoration: underline;
}
.f_b_con {
 text-align: left;
}
#jsp {
 font-size: 12px;
 width: auto !important;
}
/*-----------------/footer-----------------------*/



/* ----------------------------------------
　side
---------------------------------------- */

/*検索 共通*/
.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:#555; /*★見出し背景色*/
}
.s_search ul{
    margin:8px 5px;
    padding:0;
    list-style:none;
}
.s_search ul li{
    line-height:35px;
    margin-bottom: 3px;
    text-indent:10px;
    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;
}

.contents_wrap {
    width: 1000px;
    margin: 0 auto 50px;
}

/*店舗情報*/
.s_company{
    width:198px;
    margin:15px 0;
    border:1px solid #CCCCCC;
    overflow: hidden;
}
.s_company h2{
    color:#FFFFFF; /*★見出し文字色*/
    margin:2px;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    background:#555; /*★見出し背景色*/
}
.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;
}


.sho_link1 {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sho_link1 a {
    display: block;
    background: #47adff;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: initial;
    padding: 15px 0;
    border-bottom: 5px solid #46a1e8;
}
.sho_link1 a:hover {
    margin-top: 2px;
    border-bottom: 3px solid #46a1e8;
}


.g_shosai_img {
    width: 600px;
    overflow: hidden;
}
.g_shosai_img img {
    width: 100%;
    height: auto;
}