@charset "utf-8";
/* CSS Document */
/* =======================================

	common.css

========================================== */
/* PCのみ表示 */
@media screen and (max-width: 835px) {
	.pc {
		display:none!important;}
}
@media screen and (max-width: 599px) {
	.pc2 {
		display:none!important;}
}

/* SPのみ表示 */
@media screen and (min-width: 836px) {
	.sp {
		display:none!important;}
}
/* SPのみ表示 */
@media screen and (min-width: 600px) {
	.sp2 {
		display:none!important;}
}

img { max-width: 100%; height: auto;}

/* Link
========================================== */
a:link {color:#6A5749; text-decoration: underline; text-underline-offset:0.3em;}
a:visited {color:#6A5749; text-decoration: underline; text-underline-offset:0.3em;}
a:hover {color:#9F7857; text-decoration:none;}
a:hover img.ImgOn {
	opacity: 0.7;}

/* アンカーリンク用 */
.anchor{
	margin-top:-180px;
	padding-top:180px;}


/* Clear
========================================== */
.clear{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;}

.clearfix:after {
	display: block;
	clear: both;
	content: "";}


/* Margin
========================================== */
.mb10 { margin-bottom:10px!important;}
.mb15 { margin-bottom:15px!important;}
.mb20 { margin-bottom:20px!important;}
.mb25 { margin-bottom:25px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb60 { margin-bottom:60px!important;}
.mb70 { margin-bottom:70px!important;}
.mb80 { margin-bottom:80px!important;}
.mb100 { margin-bottom:100px!important;}

.m0 {margin: 0!important;}
.mt0 {margin-top: 0!important;}

.w70 { width: 70%; margin: 0 auto;}

@media screen and (max-width: 599px) {
	.mb80, .mb100 { margin-bottom:60px!important;}
	.w70 { width: 94%;}
	
	.img100 { width: 100%; height: auto;}
}

/* Text
========================================== */
.acenter, .acenter2 { text-align:center;}
.aright{ text-align:right;}
.txtRed { color:#f00;}
.txtgray { color: #777777;}
.txtsmall { font-size: 80%;}
.txtl { font-size: 1.1em; line-height: 1.6em;}
.txtstrong { font-size: 140%; font-weight: bold;}
.txtbold { font-weight: bold;}
.txtnomal { font-weight: normal;}

@media screen and (max-width: 599px) {
	.acenter2 { text-align: left;}
}

/* Table
========================================== */
.table_type01 {
	width:100%;
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 3px 3px;
}
.table_type01 th , 
.table_type01 td {
	text-align:left;
	vertical-align:middle;
	padding:10px 15px;
}
.table_type01 th {
	background-color:#BBA1CC;
	color:#fff;
	font-weight: bold;
}
.table_type01 td {
	background-color:#fff;
}

.table_type02, .table_type03{
	width:100%;
	margin-bottom:10px;
}
.table_type02 th , .table_type02 td, .table_type03 th , .table_type03 td {
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border:1px solid #444;
}
.table_type02 th, .table_type03 th {
	background-color: #D8BAD8;
	font-weight:normal;
}
.table_type02 td, .table_type03 td {
	background: #fff;
}

/* 角丸テーブル */
table.table_typeBr {
	width: 100%;
	border: 1px solid #D8BAD8;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	margin-bottom: 10px;
}
table.table_typeBr tr th:nth-child(2n), table.table_typeBr tr td:nth-child(2n) {
	background: #D8BAD8;
}
table.table_typeBr th, table.table_typeBr td {
	text-align: center;
	border-right: 1px solid #D8BAD8;
	padding: 10px;
}
table.table_typeBr th {
	border-bottom: 1px solid #D8BAD8;
	font-weight: bold;
	background: #fff;
}
table.table_typeBr tr th:first-child {
	border-radius: 5px 0 0 0;
}
table.table_typeBr tr td:first-child {
	border-radius: 0 0 0 5px;
}
table.table_typeBr tr th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}
table.table_typeBr tr td:last-child {
	border-radius: 0 0 5px 0;
	border-right: none;
}

/*iPhone スマートフォン*/
@media screen and (max-width: 835px) {
	.table_type01,
	.table_type01 tbody,
	.table_type01 tr,
	.table_type01 th,
	.table_type01 td{
		display:block;
		width:100%;
	}
	.table_type01 th, .table_type01 td {
		padding: 3px 8px;
	}

	.table_type02,
	.table_type02 tbody,
	.table_type02 tr,
	.table_type02 th,
	.table_type02 td{
		display:block;
		width:100%;
	}
	
	.table_type02 th,
	.table_type02 td{
		border-bottom:none;
	}
	
	.table_type02{
		border-bottom:1px solid #976A39;
	}
	
}
@media screen and (max-width: 599px) {
	.table_type01 th, .table_type01 td {
		padding: 10px;
	}
}


.iframe_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
