@charset "UTF-8";
#header_img{
	stroke:#000; stroke-width:1px; fill:transparent; stroke-dasharray:1425px; stroke-dashoffset:1425px; animation:anim 2s ease-in 0s forwards;
}
@keyframes anim{
0%{stroke-dashoffset:1425px;}
30%{fill:transparent;}
60%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0; fill:#000000;}
}
/* 全体の指定 */
body{
	width: 100%;
	font-size: 14px;
	color: #333333;
	background-color: #FAFAFA;
	font-family: 'Noto Sans Japanese','游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', 'Osaka', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
body h1,body h2,body h3,body h4,body h5,body h6{
	font-family: 'Noto Sans Japanese','游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', 'Osaka', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	color: #000000;
	line-height: 1.2em;
}
/* フル横幅 */
#header,#header_wrap,/*#breadcrumbs,#main, 追記*/#index,#index_first
{
	width: 100%;
	max-width: inherit;
	clear: both;
	overflow: hidden;
}
/* 横幅制限 */
.widmax,.content,
#header_top,#header_inner
/*#breadcrumbs ul 追記*/{
	width: 1080px;
	clear: both;
	/*overflow: hidden; 追記*/
}
.widmax{
	margin: 20px auto;
}
/* カラムのレイアウト */
.one_clm{
	width: 100%; /* 1カラム横幅 */
}
.one_clm #main_clm{
	width: 100%;
	padding: 70px;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
}
.two_clm #main_clm{
	float: left;
	width: 740px; /* 2カラムのメイン横幅 */
	padding: 0;
	margin: 0 10px 0 0;
}
.two_clm #sub_clm{
	float: right;
	width: 300px; /* 2カラムのサイド横幅 */
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
/* 各所のレイアウト */
.content{
	margin: 10px auto 10px;
}
/* テキスト */
main p{
	margin-bottom: 30px;
	line-height: 1.7em;
	font-size: 14px;
}
/* 全体のアンカー調整 */
a,a img{
	transition: .5s;
}
body a{
	color: #265ec5;
	text-decoration: underline;
}
body a:hover,body a:focus,body a:active{
	color: #4b0082;
}
a:hover img, a.hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/* ボタンデザイン */
.btn a{
	width: 100%;
	margin: 20px auto;
	max-width: 300px;
	border: solid 2px #000000;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
.btn a:hover,.btn a:active,.btn a:focus{
	border: solid 2px #000000;
	background-color: #000000;
	color: #FFFFFF;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn_white a{
	width: 100%;
	margin: 20px auto;
	max-width: 300px;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	background-color: inherit;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.btn_white a:hover,.btn_white a:active,.btn_white a:focus{
	border: solid 2px #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}
.pick_btn a{ /* 注目させたいボタン */
	color: #FFF;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #E01E1E;
	border: solid 2px #E01E1E;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
.pick_btn a:hover,.pick_btn a:focus,.pick_btn a:active{
	color: #E01E1E;
	background-color: inherit;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.full_btn{ /* 横に広いボタン */
	width: 60%;
	margin: 5px auto;
	padding: 5px 5%;
}
.full_btn a{
	width: 96%;
	padding: 10px 20px;
	margin: 0 2%;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background-color: #E01E1E;
	border:solid 2px #E01E1E;
}
.full_btn a:hover,.link_btn a:focus,.link_btn a:active{
	text-decoration: none;
	background-color: inherit;
}
/* 電話番号 */
.tel_num{
	font-weight: bold;
	font-size: 18px;
	color: #174984;
}
.tel_num a,.tel_num a:hover,.tel_num a:focus,.tel_num a:active{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #174984;
}
.tel_num i{
	height: 1.5em;
	width: 1.5em;
	padding: 0.2em 0 0;
	font-size: 1em;
	margin-right: 4px;
	color: #174984;
	border: solid 1px #174984;
	/*background-color: #174984;*/
	border-radius: 5px;
}

/* ヘッダー */
#header{
	padding: 0;
	background: #FFFFFF;
}
#header_top{
	margin: 0 auto;
	padding: 0 5px;
}
.site_desc{
	width: 40%;
	float: left;
	margin-top: 3px;
}
#header_top .site_desc h1 ,#header_top .site_desc p{
	font-size: 11px;
	margin: 0 auto 0;
	padding: 0;
	color: #555555;
	font-weight: normal;
	line-height: 1.2em;
}
#header_top .site_desc h1 span,#header_top .site_desc p span{
	padding: 2px;
}
#header_contact{
	float: right;
	margin: 0 5px 0 0;
	width: 200px;
}
#header_contact p{
	margin: 3px 0 0;
	width: 200px;
	float: left;
	text-align: right;
}
#header_contact .tel_num a{
	font-size: 20px;
	line-height: 1.25em;
}
#header_contact .pick_btn{
	width: 180px;
	font-size: 12px;
	margin: 0 0 0 20px;
}
#header_contact .pick_btn a{
	font-size: 11px;
	padding: 4px 5px 6px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-top: none;
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	box-shadow: none;
	border: solid 1px #E01E1E;
}
#header_right_sp .pick_btn{
	font-size: 12px;
}
#header_right_sp .pick_btn a{
	font-size: 11px;
	padding: 3px 5px;
	box-shadow: none;
}
#header_wrap{
	top: 0;
	margin: 0 auto;
	z-index: 100;
	padding: 0;
	background-color: #FFFFFF;
}
/*.pc_only #header_wrap,
.sp_only #header_wrap{
	position: fixed;
}*/
#header_inner{
	margin: 0 auto;
	display: block;
}
#header_logo{
	width: 190px;
	padding : 12px 0;
	margin: 0;
	float: left;
}
.sp_mode{
	width: 100%;
	margin: 0;
	padding: 0;
}
#splist{
	display: none;
}
#spmenu{
	background-color: #FFFFFF;
}
.fixed_menu{
	background-color: #FFFFFF;
}

/* navigation */
#header nav{
	width: 45%;
	padding: 0 5px;
	color: #000000;
	float: left;
}
#header nav:after{
	content: "";
	clear: both;
	display: block;
}
#gnavi{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#gnavi ul{
	text-align: right;
	*zoom: 1;
	margin: 0;
}
#gnavi ul li{
	display: inline-block;
	width: 25%;
	list-style: none;
	position: relative;
}
#gnavi ul li a{
	color: #2266B5;
	width: 100%;
	padding: 14px 0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: 500;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
}
#gnavi ul li a:hover{
	color: #2266B5;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#gnavi ul li a::after {
	background-color: #2266B5;
	top: 5px;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: relative;
	transition: .5s all;
	width: 0;
}
#gnavi ul li a:hover::after {
	width: 30%;
}

/* dropdown sub-menu */
#main-nav:before, #main-nav:after{
	content: "";
	display: table;
}
#main-nav:after{
	clear: both;
}
#main-nav li ul{
	background-color: #FFF;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: none;
}
#main-nav li:hover ul{/* Sub-menu表示 */
	display: none;
}
#main-nav li ul li{
	width: 100%;
	border-bottom: solid 1px #EEEEEE;
	display: block;
	position: inherit;
}
#main-nav li ul li a{
	font-size: 0.8em;
	padding: 15px 10px;
	background: #FFF;
	text-align: left;
}

/* breadcrambs */
#breadcrumbs{
	margin-bottom: 20px;
}
#breadcrumbs ul {
	list-style: none;
	padding: 14px;
	font-size:0.8em;
	background-color: #FFF;/*追記*/
}
#breadcrumbs ul li {
	float:left;
	margin:0 8px 0 0;
	list-style: none;
}
#breadcrumbs ul li a{
	margin:0 8px 0 0;
}
#breadcrumbs ul li span{
}

/* 各種ページの一括レイアウト */
.content{
	margin: 20px auto ;
	clear: both;
	overflow: hidden;
}
#main{
	margin-bottom: 10%;
}
article h2{
	font-size: 1.8em;
	margin: 0px 0 20px;
	clear: both;
}
article h3{
	font-size: 1.6em;
	margin: 0 0 15px;
	font-weight: bold;
}
article h4{
	font-size: 1.15em;/*追記*/
	margin: 0 0 10px;
	font-weight: bold;
}
article h5{
	font-size: 1.07em;/*追記*/
	margin: 0 0 5px;
	font-weight: bold;
}
article h6{
	font-size: 1em;/*追記*/
	margin: 0 0 5px;
	font-weight: bold;
}
article p{
	/*margin: 10px auto 30px;
	width: 100%; 追記*/
}
.post_day{
	font-size: 12px;
	color: #999999;
}
.sub_bg{
	background-color: #28afff;
}
/* sbsのカラー */
.sbs .box a{
	color: #333333;
	background-color: #FFFFFF;
}
.sbs .box a:hover,.sbs .box a:focus{
	background-color: #000000;
}
.sbs .box a:hover p,.sbs .box a:focus p,
.sbs .box a:hover h3,.sbs .box a:focus h3{
	color: #FFFFFF;
}
/* .paraxと一緒に使う画像指定 */
.parax_bg {
	background-image: url('../images/sample_slide.jpg');
}

/* タグごとに色を変える（cat_"slag"） */
#main .cat_news a{/* "news"slag */
	border: solid 1px #174984;
	color: #FFFFFF;
	background: #174984;
	text-decoration: none;
}
#main .cat_news a:hover,#main .cat_news a:focus,#main .cat_news a:active{
	border: solid 1px #174984;
	background: #FFFFFF;
	color: #174984;
	text-decoration: none;
}

/*** タグやカテゴリのデザイン ***/
.taglist_wrap{
	margin: 20px 0 10px;
	border: solid 1px #DDDDDD;
	padding: 5px 10px 10px;
}
.taglist_wrap h2{
	border-bottom: solid 1px #DDDDDD;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.taglist{
	margin: 0;
	padding: 1px 0 1px;
}
.taglist a{
	padding: 10px;
	font-size: 14px;
	line-height: 1.1em;
	border: solid 1px #FFFFFF;
	margin: 2px 0;
	color: #333333;
	background-color: #EEEEEE;
	text-decoration: none;
	word-break: normal;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.taglist a:hover{
	background-color: #555555;
	color: #FFFFFF;
}


/* インデックス index */
#index{
	margin: 0;
}

#index #main{
	margin: 0;
	padding: 0;
}

#index main{
	margin: 0;
	padding: 0;
}
/* インデックスファーストビュー */
#index_first{
	position: static;
}
#index_first div{
	position: relative;
	max-height: 600px;/* ファーストビューの最大高さサイズ */
}
#index_first div .copy{/* テキスト */
	font-size: 38px;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 80%;
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	-ms-text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
#index_first div .copy img{/* ロゴとか使う場合 */
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}
/* スライダー */
.slick-slide a:focus{
	outline: none;
}
.slider,.slick-dots{
	padding: 0 0 10px;
}
#index h2,
#main h2{
	margin: 20px auto;
	font-weight: 500;
	position: relative;
}
#index h2 .sub_title,
#main h2 .sub_title{
	color: #CCC;
	font-weight: 400;
	font-size: 16px;
	position: absolute;
	top: -18px;
	left: 40px;
}
/* #index追記 */
#index .midashi01,
#index .midashi02,
#index .midashi03,
#index .midashi04{
	text-align: inherit;
}
.midashi01:before,
.midashi02:before,
.midashi03:before,
.midashi04:before{
	color:#2266B5;
	width:34px;
	height:34px;
	line-height:30px;
	margin-right:5px;
	font-weight:lighter;
	font-size:34px;
	position: relative;
	left: 2px;
	display:inline-block;
}
.midashi01:before{
	font-family:"FontAwesome";
	content:"\f005";
}
.midashi02:before{
	font-family:"FontAwesome";
	content:"\f002";
}
.midashi03:before{
	font-family:"FontAwesome";
	content:"\f0f6";
}
.midashi04:before{
	font-family:"FontAwesome";
	content:"\f040";
}

/* 固定ページ page.php */
#first_view .first_txt h1 span{
	background-color: rgba(0,0,0,0.2);
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: normal;
	border: solid 2px #FFFFFF;
}
#first_view {
	margin: 0 auto 20px;
	overflow: hidden;
}
.pc_only #first_view{
	margin: 50px auto 20px;
}
#page #main .fview_thumb{
	margin: 0 auto 40px;
}
#first_view .first_img{
	margin: 0;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}
#first_view img{
	height: 300px;
	object-fit: cover;
}
#first_view .first_txt{
	color: #FFFFFF;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#first_view .first_txt h1{
	margin: 0;
	padding: 0;
	font-size: 2.5em;
}
#first_view .first_txt p{
	text-align: center;
	margin: 0 auto;
}
.first_txt_bl {
	margin: 0 0 20px;
	padding: 20px 0;
	background-color: #F5F5F5;
}
#first_view .first_txt_bl h1{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
}
#first_view .first_txt_bl p{
	text-align: center;
	margin: 5px auto 0;
}
#page #main {
	padding: 0 0 20px;
}
#page #main ul{
	margin: 0 auto 10px;
	width: 100%;
}
#page h1{
	text-align: center;
	margin: 0 0 5px 0;
}
#page #main .first_img{
	width: 100%;
}
.form_title{
	color: #FFFFFF;
	background-color: #000000;
}
/* アーカイブページ */
#archive #main_clm, #search #main_clm{
	padding: 0;
	background-color: inherit;
}
.archive_entry_wrap {
	margin: 0 0 30px;
}
.archive_entry_wrap a{
	text-decoration: none;
}
.archive_entry_wrap .box{
	display: block;
	background-color: #FFFFFF;
	padding: 20px 30px;
	color: #333333;
	border: solid 3px #FFFFFF;
}
.archive_entry_wrap .box:hover,
.archive_entry_wrap .box:focus{
	border: solid 3px #000000;
}
.archive_entry_wrap .entry_content h2{
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 0 auto 10px;
}
.archive_entry_wrap .entry_content p{
	margin: 10px 0;
}
/* ページ遷移 */
#page_nation {
	margin: 40px auto 20px;
	text-align: center;
}
#page_nation ul li{
	list-style: none;
	float: left;
	margin: 0 5px;
}
#page_nation ul li a{
	text-decoration: none;
	padding: 10px;
	border: solid 1px #555555;
}
.page-numbers{/*追記(色変更)*/
	color: #2266B5;
	border: solid 1px #2266B5;
	padding: 8px 14px;
	background-color: #FFF;
	font-size: 10px;
}
a.page-numbers{
	color: #FFF;
	border: solid 1px #2266B5;
	text-decoration: none;
	background-color: #2266B5;
}
a.page-numbers:hover,a.page-numbers.hover{
	border: solid 1px #2266B5;
	color: #2266B5;
	background-color: #f5f5f5;
	text-decoration: none;
}


/* サイドバー sidebar.php */
.sidebar-wrapper{
	margin: 0 0 30px;
}
.sidebar-wrapper ul li{
	background-color: #FFF;
}
.sidebar-wrapper #recentcomments{
	border: none;
}
.sidebar-wrapper #recentcomments li{
	border-top: none;
	background-color: none;
}
#sidebar h2{
	margin: 10px auto;
	padding: 10px 5px;
	font-size: 18px;
	border-top: none;
	text-align: center;
	font-weight: 500;
	position: inherit;
}
#main #sidebar ul{
	margin: 0;
	width: inherit;
}
#sidebar .menu li{
	margin: 0;
}

#sidebar .sub-menu li{
	margin: 0;
	font-weight: normal;
	border-top: none;
	border-left: none;
	border-right: none;
}
#sidebar .sub-menu li a{
	font-weight: normal;
	border-top: none;
	border-left: none;
	border-right: none;
}
#sidebar ul li a{
	display: block;
	color: #000;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	background: #FFFFFF;
}
#sidebar ul li a:hover,#sidebar ul li a.hover{
	background: #F5F5F5;
}
#sidebar .sub-menu li a{
	padding-left: 15px;
	background-image: url('images/list_icon01.png');
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#sidebar .searchform{
	padding-left: 10px;
}
#sidebar .searchform input[type="text"]{
	width: 70%;
}
#sidebar .searchform input[type="submit"]{
	width: 20%;
}
#sidebar .tagcloud a{
	padding: 4px 6px;
	font-size: 14px !important;
	line-height: 1.1em;
	border: solid 1px #2266B5;
	margin: 2px 0;
	color: #2266B5;
	text-decoration: none;
	word-break: normal;
	display: inline-block;
}
#sidebar .tagcloud a:hover{
	background-color: #2266B5;
	color: #FFFFFF;
}
/* サイドバーのスクロール固定 */
.side_scroll{
	background: #F7F7F7;
	padding: 10px;
}
.side_scroll_fixed{
	position: fixed;
	margin-top: 20px;
}

/* フォーム機能 */
.form_wrap{
	width: 100%;
	margin: 20px auto 50px;
	padding: 0 0 5px;
	max-width: 800px;
	background-color: #FAFAFA;
}
.form_wrap h2,.form_wrap .form_title{
	padding: 10px;
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
}
.form_wrap .form_desc{
	background-color: #FFFFFF;
	border: solid 1px #EEEEEE;
	padding: 20px;
	width: 100%;
	margin: 0 auto 30px;
}
.form_wrap .form_area{
	padding: 0;
	width: 92%;
	margin: 10px auto 10px;
}
.form_wrap dl{
	width: 100%;
	margin: 0 0 20px;
	display:table;
	border-collapse: collapse;
}
.form_wrap dt,.form_wrap dd{
	margin: 0;
	display:table-cell;
}
.form_wrap dt{
	width: 140px;
	padding: 0 5px 0 0;
	vertical-align: top;
	font-weight: bold;
}
.form_wrap dt span{
	font-size: 0.8em;
	width: 2.5em;
	text-align: center;
	display: block;
	padding: 0.1em;
	color: #FFFFFF;
	background-color: #dc143c;
}
.form_wrap dd{
	margin: 0;
	padding: 0 0 0 5px;
}
.form_wrap dl .form_date{
	margin: 0;
	padding:5px 0 5px;
	border-top: solid 1px #DDDDDD;
}
.form_wrap input[type="text"],
.form_wrap input[type="email"],
.form_wrap input[type="url"],
.form_wrap input[type="tel"],
.form_wrap input[type="date"],
.form_wrap input[type="number"],
.form_wrap textarea,
.form_wrap select,
.form_wrap select option {
	font-size: 1.2em;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	border-radius: 0;
}
.form_wrap .form_middle input[type="text"],
.form_wrap .form_middle input[type="email"],
.form_wrap .form_middle input[type="url"],
.form_wrap .form_middle input[type="tel"],
.form_wrap .form_middle input[type="date"],
.form_wrap .form_middle input[type="number"],
.form_wrap .form_middle textarea,
.form_wrap .form_middle select,
.form_wrap .form_middle select option {
	width: 50%;
}
.form_wrap .form_short input[type="text"],
.form_wrap .form_short input[type="email"],
.form_wrap .form_short input[type="url"],
.form_wrap .form_short input[type="tel"],
.form_wrap .form_short input[type="date"],
.form_wrap .form_short input[type="number"],
.form_wrap .form_short textarea,
.form_wrap .form_short select,
.form_wrap .form_short select option {
	width: 25%;
}
.form_wrap input[type=checkbox] {
	-ms-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.form_wrap input,
.form_wrap textarea,
.form_wrap select{
	transition: .5s;
}
.form_wrap input:focus,
.form_wrap textarea:focus,
.form_wrap select:focus{
	border: solid 1px #000000;
}
.form_wrap select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../images/dropmenu.png');
	background-repeat: no-repeat;
	background-position: 97% 55%;
}
.form_wrap input[type="submit"]{
	font-size: 1.1em;
	padding: 10px;
	width: 40%;
	margin: 0 auto;
	display: block;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #000000;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}
.form_wrap input[type="submit"]:hover,
.form_wrap input[type="submit"].hover,
.form_wrap input[type="submit"]:focus,
.form_wrap input[type="submit"]:active{
	background: #000000;
	color: #FFFFFF;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
#main .form_wrap .w50{
	padding: 0 15px 10px 0;
}
.form_name{
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}
.form_wrap .submit{
	margin: 0 auto;
	text-align: center;
}
.form_info{
	margin: 0;
}
.form_info p{
	margin: 10px auto 10px;
}

/*** sns ***/
/* sns official */
.sns_official ul li{
	float: left;
}
.content .sns_official ul li a{
	font-size: 26px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0 0;
	margin: 0 2px;
	position: relative;
	text-decoration: none;
	border-radius: 10px;
	width: 50px;
	height: 46px;
	border-bottom: none;
}

/* footer */
#footer p{
	margin: 0;
	padding: 5px
}
#footer_cnt{
	padding: 0;
	margin: 0;
	clear: both;
	background: #f5f5f5;
}
#footer_links{
	padding: 0;
	margin: 0 auto;
}
#footer_links ul{
	margin: 0;
}
#footer_links ul li{
	width: 14.666666%;
	float: left;
	padding: 15px 1%;
	line-height: 1.2em;
}
#footer_links ul li a{
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	color: #000000;
}
#footer_links ul li a:hover,
#footer_links ul li a:focus,
#footer_links ul li a:active{
	/*color: #D6004A;*/
}
#footer_addres{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	overflow: hidden;
}
.footer_box_l{
	width: 50%;
	margin: 5px 0;
	padding: 0;
	float: left;
}
.footer_box_r{
	width: 50%;
	margin: 5px 0;
	padding: 0 10% 0 0;
	float: left;
}
#footer_addres a{
	color: #FFFFFF;
}
#footer_addres .copyright{
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 768px) {

	.drawer-nav{
		display: block;
	}

/* 最大横幅 */
	.widmax,.content,
	#header_top,#header_inner,
	#breadcrumbs ul{
		width: 100%;
	}

/* カラムレイアウト */
	.one_clm #main_clm{
		width: 100%; /* メイン横幅 */
		padding: 20px 15px;
		background-color: #FFFFFF;
	}
	.two_clm {
		max-width: none;
		float: none;
	}
	.two_clm #main_clm{
		float: none;
		width: 100%; /* メイン横幅 */
		/*padding: 20px 15px; 追記*/
		margin: 0;
	}
	.two_clm #sub_clm{
		float: none;
		width: 100%; /* メイン横幅 */
		padding: 0;
		margin: 0;
	}

/* ヘッダー */
	#header{
		background: rgba(0,0,0,0);
	}
	.fixed_menu{
		background-color: inherit;
	}
	.fixed_menu #header_top {
		display: none;
	}
	#header_top{
		background-color: #222222;
		margin: 0;
	}
	#header_top .site_desc{
		width: 100%;
	}
	#header_top .site_desc h1,#header_top .site_desc p{
		width: 100%;
		padding: 2px 0;
		margin: 0 auto 2px;
		color: #FFFFFF;
		font-size: 10px;
	}
	#header_logo{
		width: 180px;
		max-width: 440px;
		margin: 0 auto;
		padding : 8px 0;
		float: inherit;
	}
	#site_title img{
		min-width: inherit;
	}
/* ナビゲーション */
	#header nav{
	width: 100%;
	padding: 0;
	float: none;
	max-width: none;
	}
	#header .drawer-nav{
		overflow: auto;/**/
		width: 16.25rem;
		height: 100%;
	}
	#header_right{
	display: none;
	}
	#header_right_sp{
	overflow: hidden;
	padding: 0;
	}
	#header_right_sp #header_contact_sp{
	float: left;
	}
	#splist{
	display: block;
	width: 100%;
	float: right;
	overflow: hidden;
	margin: 0;
	}
	#splist p{
	margin: 0;
	}
	#splist .tel_num a{
	font-size: 26px;
	line-height: 1.25em;
	}
	#splist .pick_btn{
	font-size: 12px;
	position: fixed;
	top: 0;
	right: 46px;
	z-index: 100;
	}
	#splist .pick_btn a{
	height: 40px;
	font-size: 11px;
	padding: 8px 12px 12px 14px;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #E01E1E;
	border-radius: 0 0 0 20px;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
	}
	#splist img{
	width: 40px;
	}
	#spmenu{
		cursor: pointer;
	}
	#gnavi{
	padding: 0;
	}
	#gnavi ul{
	width: 100%;
	font-size: 0;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	text-align: left;
	display: block;
	background-color: #FFF;
	}
	#gnavi ul li{
	width: 100%;
	background-color: #2266B5;
	border-right: solid 1px #FFF;
	}
	#gnavi ul li:hover{
	background-color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	#gnavi ul li a{
	color: #FFF;
	text-align: center;
	padding: 12px 0;
	}
	#main-nav li ul li a{
	padding: 15px 10px;
	}

	/* dropdown menu */
	#main-nav li:hover ul{/* Sub-menu非表示 */
	display: none;
	}
	#main-nav li ul li{
	display: none;
	}
	#main-nav li ul li a{
	font-size: 13px;
	padding-left: 14px;
	background-image: url('images/list_icon01.png');
	background-repeat: no-repeat;
	background-position: 2px 50%;
	}
	.menu-item-has-children{
	background-image: none;
	}

	/* ドロワーメニュー */
	#header .drawer{
	position: static;
	}
	#header .drawer #gnavi{
	position: relative;
	width: 90%;
	padding: 0;
	float: right;
	max-width: 600px;
	}
	.drawer_menu .menu::before {
	transform: rotate(135deg);
	top: 0;
	bottom: 0;
	margin: auto;
	}
	.drawer_menu .menu::after {
	transform: rotate(-135deg);
	top: 0;
	bottom: 0;
	margin: auto;
	}
	.drawer_menu {
	right: 0;
	}

/* スライダー */
	.slick-slide img{
		height: 500px;
		text-align: center;
		background-color:#FFFFFF;
		border-left: solid 3px #FFF;
		border-right: solid 3px #FFF;
		margin: 0;
		object-fit: cover;
	}
	#index_first div img{
		height: 500px;
		object-fit: cover;
	}
	#index_first div .copy{
		font-size: 20px;
	}
	#main{
	/*width: 96%;*/
	float:none;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0;
	padding: 0;
	}

/* pages */
	#first_view{
	margin: 0 auto 0;
	}
	.first_txt_bl{
	margin: 0;
	}
	#page #main .fview_thumb{
	margin: 0 auto 0;
	}
	#first_view .first_txt h1{
	font-size: 1.3em;
	}
	#first_view .first_txt p{
	width: 90%;
	font-size: 12px;
	}

/* sidebar */
	#sidebar{
	width: 100%;
	max-width: none;
	float: none;
	margin: 60px auto 0;
	}
	.side_box{
	margin: 0 0 10px;
	}
	#sidebar .menu li{
	border-top: none;
	}
	#sidebar .sub-menu li{
	border-top: none;
	border-left: none;
	border-right: none;
	}
	.side_scroll_fixed{
		display: none;
	}

	/* フォーム */
	.form_wrap dt{
		width: 100px;
		font-size: 0.9em;
		padding: 0 5px 0 0;
		vertical-align: top;
		font-weight: bold;
	}
	.form_wrap input[type="submit"]{
		width: 80%;
	}

	/* footer */

	#footer_links{
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	}
	#footer_links ul li{
	width: 50%;
	padding: 0;
	}
	#footer_links ul li a{
	width: 100%;
	display: block;
	text-align: center;
	}
	#footer .copyright{
	width: 100%;
	}
	/* 追記 */
	#index h2{
		left: inherit;
	}

}
