@charset "utf-8";
/* CSS Document */
html {
	background-color: #F3F2F3;
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFFFFF;
}
.container {
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}

@media (max-width: 750px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
	-webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
}

@media (min-width: 751px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは16pxとする*/
	min-width: 1024px;
}
.container {
	width: 1024px;
	min-width: 1024px;
}
.hidden_pc {
	display: none;
}
}
/*====================================
header
====================================*/
#header {
	background-image: url(../img_n/headBorder.png);
	background-position: center 0;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
@media (max-width: 750px) {
#header {
	text-align: left;
	height: 55px;
}
#header > div {
	padding: 10px;
	text-align: left;
}
#header h1 {
	max-width: 200px;
}
}

@media (min-width: 751px) {
#header {
	min-width: 1024px;
}
#header .headWrap {
	width: 100%;
	height: 80px;
	display: table;
	table-layout: fixed;
}
#header .headWrap > div {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
}
#header .headWrap .headLeft {
	text-align: left;
}
#header .headWrap .headRight {
	text-align: right;
}
#header .headWrap .headRight a {
	color: #000;
}
}

/*====================================
footer
====================================*/
#footer {
	background-image: url(../img_n/headBorder.png);
	background-position: center 0;
	background-repeat: repeat-x;
	background-color: #F3F2F3;
}
#footer .footWrap {
	padding: 15px 0 0;
}
#footer .footWrap .copyright {
	font-size: 1.2rem;
}

@media (max-width: 750px) {
#footer .footWrap {
}
#footer .footWrap h2 {
	font-size: 1.6rem;
}
#footer .footWrap h2 span {
	font-size: 1.1rem;
	margin-right: 0.5em;
}
}
@media (min-width: 751px) {
#footer .footWrap h2 {
	float: left;
}
#footer .footWrap h2 {
	font-size: 2.0rem;
}
#footer .footWrap h2 span {
	font-size: 1.4rem;
	margin-right: 0.5em;
}

#footer .footWrap .fLink {
	float: right;
}
#footer .footWrap .fLink ul li {
	display: inline-block;
	font-size: 1.2rem;
	border-left: 1px solid #CCC;
}
#footer .footWrap .fLink ul li:first-child {
	border-left: none;
}
#footer .footWrap .fLink ul li a {
	padding: 0 1em;
}
#footer .footWrap .copyright {
	clear: both;
	text-align: right;
}
}




/***************************
スマホのアコーディオンナビの中身
****************************/
.sp_navi {
	z-index: 99998;
}
.sp_navi .sp_navi_head {
	border-top: 5px solid #E1524A;
	height: 50px;
	background-color: #ffe4c4;
	display: table;
	width: 100%;
	text-align: left;
}
.sp_navi .sp_navi_head > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 50px 5px 15px;
	font-weight: bold;
	background-color: #ffe4c4;
	/*background-color: #FFF6E6;*/
}
.sp_navi .menu_conts {
	min-height: 800px;
	padding: 15px;
}
.sp_navi .menu_conts .sagasu {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #F2F2F3;
	border-radius: 8px;
}
.sp_navi .menu_conts .sagasu h3 {
	font-weight: bold;
	margin-bottom: 8px;
}
.sp_navi .menu_conts .sagasu ul li {
	margin-bottom: 8px;
}
.sp_navi .menu_conts .sagasu ul li a {
	display: block;
	padding: 8px;
	border-radius: 8px;
}
.sp_navi .menu_conts .sagasu ul li.btn_area a {
	background-color: #73B0CE;
	color: #FFF;
}
.sp_navi .menu_conts .sagasu ul li.btn_cate a {
	background-color: #E7726C;
	color: #FFF;
}
.sp_navi .menu_conts .sagasu ul li.btn_wd {
	background-color: #74B49C;
	padding: 8px;
	border-radius: 8px;
}
.sp_navi .menu_conts .sagasu ul li .s_wrap {
	display: table;
	width: 100%;
}
.sp_navi .menu_conts .sagasu ul li .s_wrap .key_item {
	display: table-cell;
	padding: 8px;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 4px;
}
.sp_navi .menu_conts .sagasu ul li .key_submit {
	display: table-cell;
	border: none;
	background-color: #74B49C;
	color: #FFF;
	background-image: none;
}
.sp_navi .menu_conts .text_link {
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #F2F2F3;
	border-radius: 8px;
	text-align: left;
}
.sp_navi .menu_conts .text_link ul li {
	border-bottom: 1px solid #F2F2F3;
}
.sp_navi .menu_conts .text_link ul li a {
	display: block;
	padding: 8px;
}
.sp_navi .menu_conts .bnr_link ul li {
	margin-bottom: 5px;
}

/******ここまで******/

.conts_gray {
	background-color:  #F2F3F2;
}
.conts_beige {
	background-color: #FFF6E6;
}
.ttl_beige {
	background-image: url(../img/catch_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 200px;
}

.s_wrap {
	margin: 0px;
	padding: 0px;
}
.s_key {
	border-radius: 2px;
}
.s_parts {
	color: #333333;
	padding: 15px;
	margin: 10px 0;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(231,114,107,1.00);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.s_parts:focus {
	border-color: rgba(231,114,107,1.00);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2), 0 0 8px rgba(167,34,27,.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2), 0 0 8px rgba(2167,34,27,.8);
}
.s_parts::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.s_parts:-ms-input-placeholder {
 color: #999;
}
.s_parts::-webkit-input-placeholder {
 color: #999;
}
.s_parts[disabled], .s_parts[readonly], fieldset[disabled] .s_parts {
	background-color: #eee;
	opacity: 1;
}
.s_parts[disabled], fieldset[disabled] .s_parts {
	cursor: not-allowed;
}
input.s_key {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.s_area {
	vertical-align: middle;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: url(../img_n/arrow01.png) right 50% no-repeat, #FFFFFF;
	background-size: 20px, 100%;
}
select.s_area::-ms-expand {
 display: none;
}
input.s_submit {
	cursor: pointer;
	border: 0px;
	background-size: 100%;
	text-indent: -9999px;
}
@media (max-width: 750px) {
.s_parts {
	width: 95%;
}
input.s_submit {
	background: url(../img_n/f_submit_sp.png) left center no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
}
}
@media (min-width: 751px) {
.s_parts {
	font-size: 1.8rem;
}
.pc_400px {
	width: 400px;
}
input.s_submit {
	background: url(../img_n/f_submit.png) right center no-repeat;
	width: 90px;
	height: 56px;
}
}


/***********************************
rowsシリーズ
div.rows　入れ子のulにクラス名を入れる
***********************************/
.rows ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* PC2カラム、SP2カラム */
.rows ul.col2 > li {
	float: left;
	width: 50%;
}
.rows ul.col2 > li:nth-child(2n+1) {
	clear: both;
}
/* PC3カラム、SP3カラム */
.rows ul.col3 > li {
	float: left;
	width: 33.3%;
}
.rows ul.col3 > li:nth-child(3n+1) {
	clear: both;
}
/* PC4カラム、SP4カラム */
.rows ul.col4 > li {
	float: left;
	width: 25%;
}
.rows ul.col4 > li:nth-child(4n+1) {
	clear: both;
}
}
@media (max-width: 750px) {
	.rows ul > li > div {
		padding: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul > li > div {
		padding: 8px;
	}
}

/* PC2カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col2_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col2_1 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col2_1 > li:nth-child(2n+1) {
		clear: both;
	}
}

/* PC3カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col3_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_1 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_1 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC3カラム、2カラム */
@media (max-width: 750px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_2 > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_2 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC4カラム、2カラム */
@media (max-width: 750px) {
	.rows ul.col4_2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col4_2 > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col4_2 > li {
		float: left;
		width: 25%;
	}
	.rows ul.col4_2 > li:nth-chil(4n+1) {
		clear: both;
	}
}

/* PC3カラム、1-2カラム */
@media (max-width: 750px) {
	.rows ul.col3_1-2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) {
		width: 100%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) > div {
		width: 50%;
		margin: 0 auto;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_1-2 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_1-2 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC3カラム、2-1カラム */
@media (max-width: 750px) {
	.rows ul.col3_2-1 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+0) {
		width: 100%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+0) > div {
		width: 50%;
		margin: 0 auto;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_2-1 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_2-1 > li:nth-child(3n+1) {
		clear: both;
	}
}
/*****************************************
スマホでのテーブルFullWidth
*****************************************/
@media (max-width: 750px) {
.table_sp, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
	display: block;
}
.table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
.table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}

@media (min-width: 751px) {
.table_sp {
	margin: 0 auto 80px;
}
.table_sp tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
}
.table_sp tr td {
	padding: 10px;
	border: 1px solid #CCC;
}
}
/*****************************************
スマホでのテーブル横スクロール用
*****************************************/
.scroll {
	padding-bottom: 20px;
}
.scroll table th {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}
.scroll table td {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
}
@media (max-width: 750px) {
.scroll table {
	width: 100%;
	margin-bottom: 5px;
	white-space: nowrap;
}
.scroll table th {
	padding: 5px;
}
.scroll table td {
	padding: 5px;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 20px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}
@media (min-width: 751px) {
.scroll table {
	margin: 0 auto 1px;
}
.scroll table th {
	padding: 10px;
}
.scroll table td {
	padding: 10px;
}
}
/*****************************************
usual
*****************************************/
/* Yutube　のレスポンシブ */
.video_wrap, .gmap_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

