@charset "utf-8";
/* CSS Document */

/* BNLS LP専用スタイル */

body {
	margin: 0;
	font-family: "Meiryo","MS PGothic","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
}

.text_min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 17px;
	line-height: 1.7;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a img {
	border: 0;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: serif;
	line-height: 2em;
}


/* header */
#head {
	border-bottom: 5px solid #C69C6D;
}

#head #head_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}

#head #head_inner #logo {
	margin: 0 35px 0 0;
}

#head #head_inner #mail {
	margin: 0 0 0 10px;
}


/* visual */
#visual {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 45px;
}


/* cont01 */
#cont01 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto 65px;
	padding: 75px 0 0 0;
	text-align: center;
	background: url(../img/cont01_bg_top.png) center top no-repeat;
}

#cont01_inner {
	padding: 0 0 65px 0;
	background: url(../img/cont01_bg_bot.png) center bottom no-repeat;
}

#cont01_inner p {
	margin: 30px 0 0 0;
}


/* cont02 */
#cont02 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 65px;
	text-align: left;
	background: url(../img/cont01_bg_top.png) center top no-repeat;
}

#cont02 #cont02_ttl02 {
	margin: -25px 0 25px 25px;
}

#cont02 #cont02_detail {
	margin: 0 25px;
	/*padding: 0 320px 0 0;
	background: url(../img/cont02_img01.png) right center no-repeat;
	min-height: 377px;*/
}

#cont02 #cont02_2colum {
	padding: 0;
	margin: 0 25px;
}

#cont02 #cont02_2colum li {
	list-style: none;
	background: url(../img/list_icon.png) 0px 25px no-repeat;
	padding-left: 15px;
	float: left;
	margin-right: 40px;
}

#cont02 #cont02_2colum .title {
	color: #0071bc;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}


/* cont03 */
#cont03 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-bottom: none;
	text-align: center;
	background: url(../img/cont03_bg.png) 0 top repeat-x;
}

#cont03 .ttl {
	margin: 20px 0 0 -23px;
}

#cont03 img {
	margin: 20px 0;
}

#cont03 p {
	margin: 20px 0 -10px;
}

/* cont04 */
#cont04 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 70px 0 50px;
	border: 1px solid #CCC;
	border-top: none;
	text-align: center;
	background: url(../img/cont04_bg.png) 0 bottom repeat-x;
}

#cont04 .ttl {
	margin: 0 0 20px -23px;
}



/* cont05 */
#cont05 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px;
	border: 1px solid #90C2E0;
	border-bottom: none;
	text-align: center;
	background: url(../img/bg_common01.png) 0 bottom repeat-x;
}

#cont05 .ttl {
	margin: 0 0 25px 0;
}

#cont05 p {
	margin: 30px 0 0 0;
	color: #8C6239;
	font-weight: bold;
}


/* cont06 */
#cont06 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 100px;
	border: 1px solid #90C2E0;
	border-top: none;
	text-align: center;
	background: url(../img/bg_common01.png) 0 bottom repeat-x;
}

#cont06 .ttl {
	margin: 0 0 40px 0;
}

#cont06 table {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	border: 1px solid #90C2E0;
	border-bottom: none;
	border-collapse: collapse;
}

#cont06 table tr th {
	color: #0071BC;
	background: #BAE2EF;
}

#cont06 table tr th,
#cont06 table tr td {
	padding: 15px;
	font-size: 18px;
	border-bottom: 1px solid #90C2E0;
}


/* cont07 */
#wrap_07_08 {
	border-bottom: 5px solid #C69C6D;
	border-top: 5px solid #C69C6D;
	margin: 70px 0;
	padding: 20px 0;
}

#wrap_07_08_inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 30px;
	background:url(../img/bg_common02.png);
	border: 1px solid #C69C6D;
}

#cont07 {
	margin: 0 0 60px 0;
}

#cont07 ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
}

#cont07 ul li {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0 0 15px 0;
	line-height: 1.7;
}

#cont07 ul li span {
	color: #A67C52;
	font-weight: bold;
	display: block;
}



/* cont08 */

#cont08 {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1.7;
}

/*#cont08 ol li#features01 {
	background: url(../img/cont08_ico01.png) left top no-repeat;
	min-height: 45px;
}

#cont08 ol li#features02 {
	background: url(../img/cont08_ico02.png) left top no-repeat;
	min-height: 45px;
}

#cont08 ol li#features03 {
	background: url(../img/cont08_ico03.png) left top no-repeat;
	min-height: 45px;
}

#cont08 ol li#features04 {
	background: url(../img/cont08_ico04.png) left top no-repeat;
	min-height: 45px;
}

#cont08 ol li#features05 {
	background: url(../img/cont08_ico05.png) left top no-repeat;
	min-height: 45px;
}*/



/* cont09 */
#cont09 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}

#cont09 .ttl {
	margin: 0 0 35px 0;
}

#cont09 ol {
	max-width: 630px;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#cont09 ol li {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 50px 0 0 0;
	background: url(../img/cont09_bg.png) center top no-repeat;
	line-height: 1.7;
}

#cont09 ol li:first-child {
	padding: 0;
	background: none;
}

#cont09 ol li span {
	display: block;
	margin: 20px 0 0 0;
}


/* cont10 */
#cont10 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 65px;
	border: 1px solid #90C2E0;
	background: url(../img/bg_common01.png) 0 bottom repeat-x;
}

#cont10 .ttl {
	margin: 20px 0 30px -16px;
}

#cont10 ul {
	padding: 0;
	margin: 0 -50px 50px 25px;
	overflow: hidden;
	zoom: 1;
}

#cont10 ul li {
	float: left;
	list-style: none;
	width: 400px;
	margin: 0 50px 30px 0;
}

#cont10 ul li.align_r {
	text-align: right;
}



/* cont11 */
#cont11 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;
}

#cont11 .ttl {
	margin: 0 0 40px 0;
}

#cont11 img#cont11_img {
	float: left;
	margin: 0 30px 40px 0;
}

#cont11 ul {
	clear: both;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

#cont11 ul li {
	list-style: none;
	float: left;
}

#cont11 ul li:first-child {
	margin: 0 35px;
}

#cont12 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;
}


/* pagetop */
#pagetop {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 15px;
	text-align: right;
}

/* footer */
#foot {
	background: #F5FBFA;
}

#foot #foot_inner {
	max-width: 800px;
	width: 100%;
	font-size: 12px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	zoom: 1;
}

#foot #foot_inner img {
	float: left;
	margin: 5px 30px 0 0;
}

#foot #foot_inner #shopname {
	color: #62B3E5;
}

#foot #foot_inner p {
	margin: 5px 0 0 0;
	overflow: hidden;
	zoom: 1;
}

#foot #copy {
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-top: 5px solid #C69C6D;
	background: #90C2E0;
	margin: 0;
	padding: 10px 0 25px
}

/*-----------------------------------------
	20190511追記
	-----------------------------------------*/

.text-gold {color: #a17639; }

.text-lightblue {color: #00799a; }

.text-pink {color: #c30037; }

h3 {
font-family: serif;
font-size: 1.4em;
line-height: 1.75em;
}

header {
	min-height: 120px;
	border-bottom: 5px solid #C69C6D;
}
header section {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 0;
}

footer {
	background: #fff;
	color: #534741;
	min-height: 100px;
	position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;
		margin: 0 auto;
    border-top: 5px #C69C6D solid;
    z-index: 1001;
}
footer section {
	font-size: 12px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 0 0;
	margin: 0 auto 10px;
}

footer section img{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

footer {
	min-height: 120px;
}
footer section {
	padding-bottom: 10px;
}
footer .col4_03 .left01 {
	width:10%;
	margin-top: -5px;
	padding-bottom: 10px;
}
footer .col4_03 .left02 {
	width:38%;
	padding-left: 0%;
}
footer .col4_03 .right01 {
	width:38%;
	padding-right: 3%;
}
footer .col4_03 .right02 {
	width: 10%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.copyright {
	width: 100%;
	color: #333;
	font-size: 11px;
	text-align: center;
	padding: 0 auto;
	margin: 0 auto;
	clear: both;
	line-height: 3.5em;
}

.sp_visual {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	display: block;
}

.sp_visual h2 {
	font-size: 3.5em;
	background-color: #5d5493;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding-top: 10px;
}

.sp_visual h3 {
	font-size: 2em;
	background-color: #5d5493;
	color: #fff;
	margin: 0 auto;
	padding: 10px auto;
	padding-bottom: 20px;
}

.sp_visual h4 {
	font-size: 1.5em !important;
}

.sp_visual h5 {
	font-family: serif;
	margin: 30px auto 0;
	background-color: #5d5493;
	color: #fff;
	padding-top: 25px;
}

#cont05 table {
	width: 100%;
}

#cont05 table tr {
	background-color: #eee;
	width: 100%;
}

#cont05 table tr:nth-child(odd) {
	background-color: #fff;
}

#cont05 table th {
	margin: 30px 2% 0;
	color: #00799a;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
	line-height: 2em;
}

#cont05 table td {
	margin: 30px 2% 0;
	color: #333;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
}

#cont05 h6 {
	margin: 30px 0 0 0;
	color: #00799a;
	font-weight: 400;
	font-size: 1.25em;
	text-align: left;
	line-height: 1.75em;
}

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

main {
	padding: 0 5%;
}
h2 {
font-size: 1.2em !important;
line-height: 1.3em !important;
}


.sp_visual {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	display: block;
}

.sp_visual h2 {
	font-size: 3.5em !important;
	background-color: #5d5493;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding-top: 10px;
}

.sp_visual h3 {
	font-size: 2em;
	background-color: #5d5493;
	color: #fff;
	margin: 0 auto 0;
	padding: 10px auto;
	padding-bottom: 20px;
}

.sp_visual h4 {
	font-size: 1.25em !important;
}


.sp_visual h5 {
	font-family: serif;
	margin: 30px auto 0;
	background-color: #5d5493;
	color: #fff;
	padding-top: 25px;
}

#cont01,
#cont02,
#cont03,
#cont04,
#cont06,
#cont07,
#cont08,
#cont09,
#cont10,
#cont11,
#wrap_07_08 {
	width: 100%;
	padding: auto 2%;
}

#cont02 #cont02_ttl02 {
	margin: 0 0 25px 25px;
}

#cont02 #cont02_detail {
	margin: 0 2%;
	/*padding: 0 320px 0 0;
	background: url(../img/cont02_img01.png) right center no-repeat;
	min-height: 377px;*/
}

#cont03 p {
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}
	#cont05 table th {
		font-size: 0.95em;
		text-align: left;
		line-height: 1em;
		width: 98%;
		display: block;
	}

	#cont05 table td {
		margin: 0 2% 0;
		color: #333;
		font-weight: 400;
		font-size: 0.95em;
		text-align: right;
		width: 96%;
		display: block;
	}

	#cont05 h6 {
		margin: 30px 0 0 0;
		color: #00799a;
		font-weight: 400;
		font-size: 1em;
		text-align: left;
		line-height: 1.5em;
	}

	#wrap_07_08_inner {
		padding: 20px 2%;
		background:url(../img/bg_common02.png);
		border: 1px solid #C69C6D;
	}

	#cont07 ul {
		padding: 0 0 0 10px;
	}

	.text_min {
		font-size: 13px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 400px){

.sp_visual h2 {
	font-size: 2.5em !important;
	background-color: #5d5493;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding-top: 10px;
}

.sp_visual h3 {
	font-size: 1.5em;
	background-color: #5d5493;
	color: #fff;
	margin: 0 auto 0;
	padding: 10px auto;
	padding-bottom: 20px;
}

.sp_visual h4 {
	font-size: 1.25em !important;
}

.sp_visual h5 {
	font-family: serif;
	margin: 30px auto 0;
	background-color: #5d5493;
	color: #fff;
	padding-top: 25px;
}
