@charset "shift_jis";

/* CSS Document */



/*************************************************/ 

/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */

/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */

/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */

/* 対象箇所
---------------------------------------- */

/*************************************************/ 


.cont_junbi{
	font-size:25px;
	text-align:center;
	margin-top:100px;
	margin-bottom:30px;
	line-height:30px;
}
.cont_junbi_btn{
	width:350px;
	margin:0 auto 100px;
}
.cont_junbi_btn a{
	display:block;
	font-size:18px;
	text-align:center;
	border:2px solid #000;
	padding:20px 0;
	text-decoration:none;
	color:#000;
  	border-radius: 4px;
  	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  	-webkit-tap-highlight-color: transparent;
  	transition: .3s ease-out;
	font-weight:normal !important;
}
.cont_junbi_btn a:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

/* ----------------------------------------
　common
---------------------------------------- */

body {
	color : #333333;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	margin:35px 0 0 0;
	padding:0;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

H1{
    font-size: 11px;
    text-align: left;
    width: 100%;
    line-height: 23px;
    padding-left: 10px;
    float: left;
    position: absolute;
    font-weight: normal;
    top: 0;
    z-index: 150;
	margin:0;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing:border-box;
}

.login_show {        display: none;}
.logout_show {        display: none;}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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:#333333;
	width:100%;
	height:23px;
	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;
}


/* --　ここから下は削除してOK　-- */

/* ----------------------------------------
　header
---------------------------------------- */

/*********************************************
　　h_nav01
*********************************************/
 
.h_nav001 h1{
	width:100%;
	color:#FFFFFF; /*★h1の文字色*/
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:center;
	line-height:20px;
	background:#042455;/*★h1の背景色*/
}

.h_nav01 .header_inner{
	width:1200px;
	margin:0 auto;
	padding:0px 0 25px;
	overflow:hidden;
}

.h_nav01 .h_logo{
	width:610px;
	display:inline-block;
	vertical-align:middle;
}

.h_nav01 .h_info{
	width:220px;
	margin-left: 105px;
	display:inline-block;
	vertical-align:middle;
}

.h_nav01 .h_inq{
	background:url(/img/btn_icon.png)no-repeat 95% center;
	width:245px;
    	display: inline-block;
    	vertical-align: middle;
	background-color:#d13636;
	border-radius:5px;
	box-shadow: 0 0 4px 0 #999;
	margin-left:10px;

}
.h_nav01 .h_inq a{
	display:block;
	color:#fff;
	padding:18px 0 18px 25px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.h_nav01 .h_inq a span{
	font-size:15px;
}
/*navi*/
.h_nav01 .h_nav{
    width:100%;
    margin-bottom:15px;
}
.h_nav01 .h_nav ul{
    width:1080px;
    list-style:none;
    margin:0 auto;
    padding:0;
    overflow: hidden;
}
.h_nav01 .h_nav ul li{
    float:left;
    border-left: 1px solid #cccccc;
}
.h_nav01 .h_nav ul li:last-child{
    border-right: 1px solid #cccccc;
}
.h_nav01 .h_nav ul li a{
	display:block;
	color:#33332f;
	padding:5px 21px;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
}
.h_nav01 .h_nav ul li a:hover{
	color:#008B4F;
}

/* ----------------------------------------
　footer
---------------------------------------- */

.footer_wrap{
	padding:80px 0 0 0px;
}
.footer_logo{
	text-align:center;
	margin-bottom:50px;
}
.footer_wrap ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:15px;

}
.footer_wrap ul li{
	border-left:1px solid #333;
}
.footer_wrap ul li:first-child{
	border-left:none;
}
.footer_wrap ul li a{
	display:block;
	padding:0 10px;
	font-size:16px;
	letter-spacing:1px;
	color:#000;
	text-decoration:none;
}
.footer_wrap ul li a:hover{
	color: #008B4F;
}
.f_copyright{
	text-align:center;
	background-color:#eeeeee;
	padding:7px 0;
	font-size:16px;
	margin-top:50px;
}

/* ----------------------------------------
　side
---------------------------------------- */

.side{
	float:right;
}

/*検索 共通*/
.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:#042455; /*★見出し背景色*/
}
.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:#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;
}

/* form stepBar add20200529kaneko
---------------------------------------- */
.stepBar {
	display: flex;
	max-width: 400px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}
.stepBar li:after {
	background: #ffdca9;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}
.stepBar li:first-child:after {
	display: none;
}
.stepBar li span {
	background: #ffdca9;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stepBar .visited:after {
	background: #ff9600;
}
.stepBar .visited span {
	background: #ff9600;
}
/* t_satei
---------------------------------------- */
.t_satei{
	width:100%;
	background-color:#008b4f;
	padding:50px 0;
}
.t_satei_in{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.t_satei_txt{
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
}
.t_satei_txt p{
	font-size:32px;
	color:#ffda48;
	margin:0 0 15px 0;
}
.t_satei_box{
	background-color:#FFF;
	padding:30px 127px;
	margin-top: 30px;
}
.t_satei_btn{
    	display: inline-block;
    	vertical-align: middle;
	width:400px;
}
.t_satei_btn a{
    	display: block;
    	color: #fff;
    	padding: 26px 0;
    	font-size: 28px;
    	font-weight: bold;
    	text-decoration: none;
    	letter-spacing: 1px;
	background: url(/img/btn_icon.png)no-repeat 95% center;
    	background-color: #d13636;
    	border-radius: 5px;
    	box-shadow: 0 0 4px 0 #999;
	text-align:center;
}



.t_satei_tel{
    	display: inline-block;
    	vertical-align: middle;
	width:400px;
	padding-left:41px;
}
.t_satei_tel p{
	text-align:center;
	font-size:17px;
	color:#f05a24;
	font-weight:bold;
	margin:0 0 10px 0;
}
.t_tel{
	font-family:"Century Gothic", sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#f05a24;
}
.t_tel span{
	font-size:17px;
	color:#f05a24;
	border:1px solid #f05a24;
	padding:6px 11px;
	border-radius:5px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.t_satei_map{
	position:absolute;
	bottom:-25px;
	right:40px;
}
.t_inq_box{
	width:1100px;
	margin:40px auto 0;
}
.t_inq_box ul{
	display:flex;
	justify-content:space-between;
}
.t_inq_box ul li{
	width:346;
}
.t_inq_box ul li a{
	display:block;
}

/* t_staff
---------------------------------------- */
.t_staff{
	width:1100px;
	margin:65px auto 20px;
}

.t_staff_tl{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing:1px;
	color:#008b4f;
	line-height: 50px;
}
.t_staff_tl span{
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	font-size:23px;
	padding:1px 0;
	color:#333;
	font-weight:bold;
}


.t_staff_tl:before {
    left: 0;
}
.t_staff_tl:after {
    right: 0;
}
.t_staff{
}
.t_staff ul{
	width:1100px;
	margin:65px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.t_staff ul li{
	text-align:center;
	width: 20%;
}
.t_staff ul li img{
	text-align:center;
	object-fit: cover;
	max-height: 180px;
	border-radius:100px;
	box-sizing:border-box;
	margin-bottom:0px;
}
.t_staff ul li p{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.t_staff ul li p span{
	font-size: 14px;
	font-weight: normal;
}

/*お知らせ*/
.t_inq_box_renew ul{
	width:1020px;
	margin:20px auto 0;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.t_inq_box_renew ul li{
	width:500px;
	margin-bottom:20px;
}
.t_inq_box_renew ul li:last-child{
	width:1021px;
}
