@charset "UTF-8";
/* CSS Document */
#main {
	background-color: #fff;
}
.h2_bg {
	height: 420px;
	background-image: url(../img/common/back_img.jpg);
	background-repeat: repeat;
	background-position: top center;
}
.h2_bg .h2_net {
	max-width: 1400px;
	margin: 0 auto;
	background-image: url(../img/top/m_net.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.h2_bg .h2_net .h2_flower {
	background-image: url(../img/sub/h2_flower.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.h2_bg .h2_net .h2_flower .h2Area {
	padding: 150px 0 100px;
	background-image: url(../img/sub/h2Area.png);
	background-repeat: no-repeat;
	background-position: top 105px right;
}
.h2_bg .h2_net .h2_flower .h2Area h2 {
	padding-left: 22%;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
.bread .inner {
	padding: 15px 2%;
	text-align: right;
}
.bread .inner p,
.bread .inner p a {
	color: #000;
	font-size: 13px;
}
.bread .inner p a:hover {
	color: #FE9289;
}

@media screen and (max-width: 1100px) {
	.h2_bg .h2_net .h2_flower .h2Area h2 {
		padding-left: 12%;
	}
}

@media screen and (max-width: 950px) {
	.h2_bg .h2_net .h2_flower .h2Area h2 {
		padding-left: 8%;
	}
}

@media screen and (max-width: 768px) {
	.h2_bg {
		height: inherit;
	}
	.h2_bg .h2_net {
		width: 100%;
		background-image: url(../img/sub/m_net_sp.png);
		background-size: contain;
		background-position: center center;
	}
	.h2_bg .h2_net .h2_flower {
		background-image: url(../img/sub/h2_flower_sp.png);
		background-size: contain;
		background-position: bottom 5px center;
	}
	.h2_bg .h2_net .h2_flower .h2Area {
		padding: 20vw 0 16vw;
		background-image: url(../img/sub/h2Area_sp.png);
		background-size: contain;
		background-position: top 12vw right;
	}
	.h2_bg .h2_net .h2_flower .h2Area h2 {
		padding-left: 20vw;
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	.bread .inner {
		padding: 20px 3vw;
	}
	.bread .inner p,
	.bread .inner p a {
		font-size: 12px;
	}	
}

@media screen and (max-width: 680px) {
	.h2_bg .h2_net .h2_flower .h2Area {
		padding: 20vw 0 14vw;
	}
	.h2_bg .h2_net .h2_flower .h2Area {
		background-position: top 14vw right;
	}
}
@media screen and (max-width: 440px) {
	.h2_bg .h2_net .h2_flower .h2Area {
		padding: 20vw 0 9vw;
	}
	.h2_bg .h2_net .h2_flower .h2Area {
		background-position: top 15vw right;
	}
}
	
@media screen and (max-width: 380px) {
	.h2_bg .h2_net .h2_flower .h2Area {
		padding: 20vw 0 7vw;
	}
}

/*kitamura追記*/
.h3Area {
    width: 100%;
	margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}
.h3Area .inner h3 {
    font-size: 26px;
    font-weight: bold;
    color: #B22C00;
    letter-spacing: 0.2em;
    position: relative;
}
.h3Area .inner h3::after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    background-image: url(../img/top/mark.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.subPageBox .inner {
	padding: 70px 2%;
    overflow: hidden;
}
.bg_lb {
	background-color: #F8F9F9;
}
.bg_cha {
	background-color: #380601;
}
.footmae {
	padding: 40px 0;
	font-size: 26px;
	color: #FFF;
	text-align: center;
}
.images {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.inimages {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.images img {
	max-width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}
.images .left {
	float: left;
	width: 45%;
	margin-top: 40px;
}
.images .right {
	float: right;
	width: 45%;
	margin-top: 40px;
}
.images .imagesbtn {
	margin-top: 20px;
}
.images .imagesbtn a {
	width: 100%;
	height: 100%;
}
.images .imagesbtn a:hover {
	opacity: 0.7;
}
.btnArea_b {
	margin: 30px 0 40px;
    text-align: left;
}
.btnArea_b .btn a {
    width: 200px;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0099CC;
    border-radius: 30px;
}
.btnArea_b .btn a:hover {
    background-color: #FF9999;
    color: #000;
}
.mt50 {
	margin-top: 50px;
}
.pb80 {
	padding-bottom: 80px;
}
.faqList {
	margin: 0 auto 60px;
	max-width: 800px;
	text-align: left;
}
.faqList dt:before {
	position: absolute;
	content: "Q";
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #B22D00;
	color: #fff;
	top: 15px;
	left: 20px;
}
.faqList dd:before {
	position: absolute;
	content: "A";
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #BCE2EA;
	color: #333;
	top: 15px;
	left: 20px;
}
.faqList dt {
	position: relative;
	padding: 25px 30px 30px 80px;
	width: 100%;
	background-color: #FFF8F4;
	display: block;
}
.faqList dd {
	position: relative;
	padding: 25px 30px 30px 80px;
}
.gMap {
	margin: 30px 0 50px;
}
.companyBox .inner dl {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.companyBox .inner dl dt {
	border-right: 2px solid #B22D00;
	padding: 20px;
	float: left;
	width: 20%;
	margin-right: 1%;
}
.companyBox .inner dl dd {
	padding: 20px 20px 20px 60px;
	float: left;
	width: 79%;
}
.news {
    width: 70%;
	margin: 0 auto;
}
.news dl {
    overflow: hidden;
    margin-bottom: 25px;
}
.news dl dt {
    float: left;
    width: 15%;
}
.news dl dd {
    float: left;
    width: 80%;
    margin-left: 5%;
    padding-bottom: 7px;
    line-height: 1.4;
    border-bottom: 1px dotted #ccc;
}
.single {
    width: 70%;
	margin: 0 auto;
}
.single .titleArea {
    width: 100%;
}
.single .titleArea .ttl {
    width: 100%;
	text-align: left;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #B22D00;
}
.single .titleArea .date {
    width: 100%;
	padding: 20px;
	text-align: right;
}
.single .contentArea {
    width: 100%;
	padding: 40px 20px;
	border-bottom: 1px solid #B22D00;
}

@media screen and (max-width: 768px) {
	.h3Area .inner h3 {
    font-size: 5vw;
	}
	.footmae {
    padding: 2vh 0;
    font-size: 20px;
	}
	.images {
		max-width: 100%;
		padding: 0 3vw;
	}
	.inimages {
		width: 100%;
	}
	.images .left,
	.images .right {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.btnArea_b {
		text-align: center;
	}
	.btnArea_b .btn a {
	    width: 50%;
		padding: 10px 0;
		margin: 0 auto;
		display: block;
		font-size: 3.3vw;
	}
	.companyBox .inner dl {
	width: 100%;
	margin-top: 10px;
	border-bottom: 2px solid #B22D00;
	}
	.companyBox .inner dl dt {
	border-right: none;
	border-bottom: 1px dotted #B22D00;
	padding: 20px;
	float: none;
	width: 100%;
	margin-right: 0;
	}
	.companyBox .inner dl dd {
	padding: 20px 20px 20px 30px;
	float: none;
	width: 100%;
	}
	.news {
    float: none;
    width: 100%;
	}
	.news dl {
		margin-bottom: 25px;
		border-bottom: 1px dotted #ccc;
	}
	.news dl dt {
		float: none;
		width: 100%;
	}
	.news dl dd {
		float: none;
		width: 100%;
		margin-left: 0;
		border-bottom: none;
	}
	.single {
		width: 100%;
	}
	.single .titleArea .ttl {
		padding: 10px;
	}
	.single .titleArea .date {
		padding: 10px;
	}
	.single .contentArea {
		padding: 20px 10px;
	}

}
/*kitamura追記END*/



