@charset "utf-8";
@import url("normalize.css");
@import url("../js/slick/slick.css");
@import url("../js/slick/slick-theme.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500');

/*PCでは非表示*/
.sp,
.tab,
.rss{
	display: none;
}

/*フロートをクリアする*/
div{
	zoom: 1;/*for IE 5.5-7*/
	}  
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#bg:after,
#bg_in:after{
	content: none;
}

/*リンクの点線を非表示*/
a:focus{
	overflow:hidden;
} 

/*プレーン要素*/
body{
	line-height: 1.4em;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}

hr{
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

a{
	color: #000fd2;
	text-decoration: none;
	vertical-align: top;
}
a:hover{
	text-decoration: underline;
	opacity: 1;
	transition: .4s ease-in-out;
}
a img:hover{
	opacity: 0.75;
	transition: .4s ease-in-out;
}
h1{
	color: #0080bd;
	font-weight: 400;
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
}
h2{
	padding: 18px 15px 15px 15px;
	color: #333;
	font-weight: 400;
	line-height: 1.3em;
	background-color: #37beec;
	color: #fff;
}
h3{
	border-left: 5px solid #66B3D7;
	padding: 5px 15px;
	font-weight: 400;
	color: #333;
}
h5,h6{
	font-size: 100%;
	font-weight: 400;
}
h4{
	font-size: 110%;
	font-weight: 400;
	border-bottom: 4px solid #E0F0F7;
	padding: 5px 10px;
}
h5{
	padding: 5px 10px;
	background-color: #eee;
	border-radius: 5px;
}
h6{
	color: #0080bd;
	padding: 5px 10px;
}

address{
	font-style: normal;
	font-size: 0.9em;
}

/*テーブル（ノーマル）*/

table{
	display: table;
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
}
th,td{
	display: table-cell;
	border: 1px solid #ccc;
	padding: 5px;
}
th{
	background-color: #f2f2f2;
}

/*テーブル（table_01）*/

.table_01{
	border-top: 1px dashed #ccc;
}
.table_01 th,
.table_01 td{
	border-style: dashed;
	border-width: 0 0 1px 0;
	padding: 10px 5px;
}
.table_01 th{
	background: none;
}


/*=====================*/

#bg	{
	position: relative;
	min-width: 1044px;
}

/*ヘッダー*/
#header{
	width: 1024px;
	margin: 0 auto;
	min-width: 1024px;
	padding: 10px 0;
}
#siteid{
	width: 232px;
	float: left;
}
#siteid h1,
#siteid p a{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 232px;
	height: 70px;
	text-indent: -55555em;
	background-size: auto 70px;
	background-repeat: no-repeat;
	border: none;
}
#siteid p{
	margin: 0;
}

/*リストスタイルをフロート*/
.gmenu ul,
.fmenu ul
.recom ul,
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.gmenu li,
.fmenu li,
.recom li,
#pankuzu li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

/*グローバルナビ*/
.gmenu{
	width: 495px;
	margin-left: 32px;
	float: left;
}
.gmenu ul{
	width: 100%;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.gmenu li{
}
.gmenu li a{
	display: table-cell;
	width: 99px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	height: 46px;
	text-decoration: none;
	color: #333;
}
.gmenu li:after{
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin: 0 auto;
	background-color: #eee;
	transition: .2s ease-in-out;
}
.gmenu li a:hover{
}
.gmenu li:hover:after{
	background-color: #37beec;
}

/*問合せ*/
.toiawase{
	width: 232px;
	position: fixed;
	z-index: 500;
	top: 0;
	right: 0;
	background-color: rgba(55,190,236,0.80);
	color: #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}
.toiawase p{
	text-align: center;
	font-size: 0.9em;
}
.toiawase p.denwa a,
.toiawase p.mform a,
.sp_toiawase p.denwa a,
.sp_toiawase p.mform a{
	display: block;
	background-color: #fff;
	margin: 15px;
	padding: 5px 5px 5px 40px;
	border-radius: 25px;
	text-align: left;
	color: #4d4d4d;
	background-size: 24px;
	background-position: left 5px center;
	background-repeat: no-repeat;
}
.toiawase p.denwa a,
.sp_toiawase p.denwa a{
	font-size: 1.35em;
	letter-spacing: 0.05em;
	background-image: url("../all_img/org/icon_tel_2.png");
}
.toiawase p.mform a,
.sp_toiawase p.mform a{
	background-image: url("../all_img/org/icon_mail_2.png");
}

/*パンくずリスト*/
#pankuzu{
/* 	background-color: #f2f2f2; */
	margin-bottom: 10px;
	font-size: 0.8em;
	padding: 5px 0;
}
#pankuzu ul{
	width: 1024px;
	margin: 0 auto;
}
#pankuzu li{
	font-weight: bold;
	color: #4d4d4d;
}
#pankuzu li a{
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	background-color: #eee;
	padding: 0 15px;
	border-radius: 30px;
	color: #4d4d4d;
	margin-right: 8px;
}
#pankuzu li a:hover{
	background-color: #0080bd;
	color: #fff;
}

/*コンテンツページ*/

.page_title{
	text-align: center;
	background-color: #E0F0F7;
	background-image: url("../all_img/org/pattern_01.png");
	background-size: 50px;
	padding: 50px 0;
	margin-bottom: 30px;
}





#wrap_in{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#unit_a{
	width: 768px;
	float: left;
}

.migiyose{
	width: 320px !important;
	height: auto !important;
	float: right;
	margin: 0 0 10px 20px;
}

#unit_b{
	width: 226px;
	float: right;
}

.menu_2{
	margin-bottom: 20px;
}
.menu_2 p,
.menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_2 li{
	margin: 0;
	padding: 0;
	display: inline;
}
.menu_2 p a,
.menu_2 li a{
	display: block;
	padding: 15px 30px 15px 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
	background-repeat: no-repeat;
	background-position: right center;
}
.menu_2 p a:hover,
.menu_2 li a:hover{
	background-color: #f2f2f2;
	background-image: url("../all_img/org/list_02.png");
	background-size: 20px;
	text-decoration: none;
}

/*フッター*/
#footer{
/*
	background-color: #0080bd;
	color: #fff;
*/
}

.fmenu{
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #333;
	text-align: center;
}
.fmenu ul{
/* 	width: 1024px; */
	margin: 0 auto;
	padding: 0 !important;
}
.fmenu li{
	float: none;
	border-right: 1px solid #fff; 
}
.fmenu li:first-child{
	border-left: 1px solid #fff; 
}
.fmenu li a{
	color: #fff;
	padding: 5px 10px;
}



#footer_in{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.mado_shop{
	background-color: #fff;
	color: #000;
	width: 144px;
	position: absolute;
	height: 100%;
	right: 0;
}
.mado_shop p{
	margin: 0;
}
.mado_shop a{
	display: block;
	height: 160px;
	text-indent: -55555em;
	background-image: url("../all_img/org/mado_shop_logo.png");
	background-repeat: no-repeat;
	background-size: 144px auto;
	
}

.shop_info{
	padding-right: 200px;
}


.info_name{
	width: 176px;
	background-image: url("../logo_image/siteid.png");
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 150px;
	text-indent: -55555em;
	margin: 0 20px 0 0;
	float: left;
}

.copy{
	text-align: center;
	margin-top: 20px;
	padding: 5px 0;
	font-size: 0.8em;
	background-color: #eee;
}
.copy p{
	margin: 0;
	padding: 0;
}

/*＝＝＝＝＝＝*/
/*トップページ*/
/*＝＝＝＝＝＝*/

/*見出し*/

.toppage h2{
	text-align: center;
	background-color: transparent;
	color: #333;
}
.toppage h2:after{
	content: "";
	display: block;
	height: 3px;
	width: 70px;
	margin: 10px auto;
	background-color: #37beec;
}



.toppage #wrap_in{
	width: 100%;
}

/*スライド*/
.slide_01{
	margin-bottom: 30px !important;
}
.slide_01 p{
	margin: 0;
}
.slide_01 img{
	width: 1200px !important;
	max-width: 100% !important;
	height: auto !important;
}

.slick-track{
	overflow: hidden;
}

/*おすすめ*/

.toppage .recom{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.recom ul{
	margin: 0 0 0 -32px;
	padding: 0;
}
.recom li{
	margin: 0 0 32px 32px;
	padding: 0;
}
.recom li img{
	width: 100% !important;
	height: auto !important;
}
.col2 li{
	width: 496px;
}
.col3 li{
	width: 320px;
}
.col4 li{
	width: 232px;
/* 	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2)); */
	box-shadow: 0px 5px 3px -2px rgba(0,0,0,0.2);
}
.col4 li a{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.col6 li{
	width: 144px;
}


/*ニューストピックス*/
#news_topics{
	width: 700px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#news_topics h2{
	text-align: center;
}

#news_topics .rss{
	font-size: 0.6em;
	margin: 0 10px;
}
#news_topics .rss a{
	padding: 0 5px;
	background-color: #338533;
	color: #fff;
	border-radius: 5px;
}

#news_topics dl{
/* 	border-bottom: 1px solid #ccc; */
	padding: 0 0 14px 0;
	margin: 0 0 20px 0;
}
#news_topics dt{
	margin-top: 14px;
	padding-top: 14px;
}

#news_topics dt:first-child{
	margin-top: 0;
	padding-top: 0;
}

#news_topics .time{
	display: inline-block;
	width: 90px;
/* 	font-size: 0.9em; */
}

#news_topics .new:before{
	content: "New!";
	background-color: #37beec;
	color: #fff;
	line-height: 1em;
	font-size: 0.8em;
	display: inline-block;
	text-align: center;
	width: 50px;
	padding: 3px 0;
	border-radius: 10px;
	margin-right: 5px;
}


#news_topics dd{
	font-size: 0.9em;
	margin-left: 100px;
}
#news_topics .new + dd{
	margin-left: 160px;
}

.disp_list a{
	display: block;
	width: 208px;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0;
	background-color: #333;
	color: #fff;
	border-radius: 30px;
}
.disp_list a:hover{
	background-color: #5c5c5c;
	color: #fff;
	text-decoration: none;
}


.toppage .row_1{
/* 	background-color: #e0f0f7; */
	background-image: url("../all_img/org/row1_bg_01.jpg");
	background-size: 100% auto;
	background-position: center center;
	margin-bottom: 50px;
	padding-top: 30px;
}





/*＝＝＝＝＝＝*/
/*サイトマップ*/
/*＝＝＝＝＝＝*/

.site_map{
	
}

.site_map ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.site_map li.layer_1,
.site_map li.layer_2,
.site_map li.layer_3{
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 46%;
	float: left;
	border-top: 1px solid #ccc;
	min-height: 100px;
	margin: 0 4% 20px 0;
}
.site_map li.layer_1{
	width: 96%;
	border-top: 5px solid #f2f2f2;
}
.site_map a{
	display: inline-block;
	padding: 10px;
	font-size: 120%;
}
.site_map li ul{
	margin-top: 5px;
	margin-left: 10px;
}
.site_map .in_page a{
	padding: 3px 5px 5px 30px;
	background-image: url("../all_img/org/list_11.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 100%;
}


/*＝＝＝＝＝＝＝*/
/*メールフォーム*/
/*＝＝＝＝＝＝＝*/

.mail_form{
	display: table;
	border: 5px solid #f2f2f2;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.mail_form P{
	margin: 0;
	padding: 0;
}
.form_label,
.form_input{
	display: table-cell;
	float: left;
	border-top: 1px dashed #ccc;
	padding: 10px 0
}
.form_label:first-child,
.form_label:first-child+.form_input{
	border: none;
}
.form_label{
	width: 30%;
}
.form_input{
	width: 70%;
}
.form_input textarea{
	max-width: 480px;
}
.mcheck:after{
	content: "必須";
	font-size: 0.8em;
}
.mcheck{
	color: #f00;
	line-height: 1em;
	white-space: nowrap;
}
.form_button{
	clear: both;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}
.form_button input{
	display: block;
	margin: 0 auto;
}
.form_button input[type="submit"],
.form_button input[type="button"]{
	width: 150px;
	padding: 8px 0;
}
.form_button input[type="submit"]{
	margin-bottom: 10px;
}


/*＝＝＝＝＝＝*/
/*インデックス*/
/*＝＝＝＝＝＝*/

.index{
	
}
.index dl{
	padding-left: 2%;
}
.index dl dt{
	margin-top: 20px;
	font-size: 1.2em;
	background-image: url("../all_img/org/list_01.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
}
.index dl dt:first-child{
	margin-top: 0;
}
.index dl dd{
	margin: 0;
	padding-left: 30px;
}
.index ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.index li{
	margin: 0;
	padding: 0;
	width: 46%;
	margin: 10px 2%;
	float: left;
}
.index li a{
	display: block;
	padding: 10px;
	border: 1px solid #333;
	background-image: url("../all_img/org/list_02.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.index li a:hover{
	background-color: #5c5c5c;
	color: #fff;
}









