@charset "UTF-8";
/*------------------------------------------------------------header*/
header{
	height: 420px;
	text-align: center;
	background: url("../img/index_img/mainimage_sp.jpg") center top no-repeat;
	background-size: cover;
}
@media print, screen and (min-width:576px) {
header{
	height: 340px;
	text-align: center;
	background: url("../img/index_img/mainimage_pc.jpg") center top no-repeat;
	background-size: cover;
}
}
@media print, screen and (min-width:768px) {
header{
	height: 820px;
	text-align: center;
	background: url("../img/index_img/mainimage_pc.jpg") center top no-repeat;
}
}

/*------------------------------------------------------------mainimage*/
#mainimage {
	padding-top: 228px;
}
#mainimage h2 img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
@media print, screen and (min-width:576px) {
#mainimage {
	padding-top: 128px;
}
#mainimage h2 img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
	padding-top: 412px;
}
#mainimage h2 img {
	width: 100%;
	max-width: 834px;
	height: auto;
}
}

/*------------------------------------------------------------figbox*/
.figbox_l {
	padding: 40px 15px;
}
.figbox_l figure {
	margin-top: 20px;
}
.figbox_l > div {
	text-align: left;
}
.figbox_l > div p {
	margin-bottom: 20px;
}
.figbox_l > div p:last-child {
	margin-bottom: 0;
}
.figbox_l figure img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
.figbox_l {
	display: flex;
	padding: 70px 50px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.figbox_l > div, .figbox_l figure {
	width: 48.5%;
}
.figbox_l > div {
	text-align: left;
}
.figbox_l > div .title01 {
	text-align: left;
}
.figbox_l > div p {
	margin-bottom: 20px;
}
.figbox_l > div p:last-child {
	margin-bottom: 0;
}
.figbox_l figure img {
	width: 100%;
	height: auto;
}
}

.figbox_r {
	padding: 40px 15px;
}
.figbox_r figure {
	margin-top: 20px;
}
.figbox_r > div {
	text-align: left;
}
.figbox_r > div p {
	margin-bottom: 20px;
}
.figbox_r > div p:last-child {
	margin-bottom: 0;
}
.figbox_r figure img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
.figbox_r {
	display: flex;
	padding: 70px 50px;
	justify-content: space-between;
	align-items: center;
}
.figbox_r > div, .figbox_r figure {
	width: 48.5%;
}
.figbox_r > div {
	text-align: left;
}
.figbox_r > div .title01 {
	text-align: left;
}
.figbox_r > div p {
	margin-bottom: 20px;
}
.figbox_r > div p:last-child {
	margin-bottom: 0;
}
.figbox_r figure img {
	width: 100%;
	height: auto;
}
}

/*------------------------------------------------------------feature*/
#feature {
	padding: 40px 15px;
	background: url("../img/common_img/bg_cloth02.jpg") center top #eee6d8;
}
#feature ul {
	margin-bottom: 30px;
}
#feature ul li {
	margin-top: 40px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
#feature ul li > div {
	height: 100%;
	padding: 0 15px 15px;
	border-radius: 8px;
	border: dashed 2px #e36619;
}
#feature ul li:nth-child(2n) > div {
	border: dashed 2px #467474;
}
#feature ul li > div h4 {
	width: 60px;
	height: 60px;
	margin: -30px auto 10px;
	text-align: center;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	font-weight: 700;
	color:#fff;
	border-radius: 50%;
	background: #e36619;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
#feature ul li:nth-child(2n) > div h4 {
	background: #467474;
}
#feature ul li > div p {
	text-align: left;
	line-height: 1.4;
	font-size:18px;
	font-weight: bold;
}
@media print, screen and (min-width:576px) {
#feature ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -20px;
}
#feature ul li {
	width: 32%;
	margin-right: 2%;
}
#feature ul li:nth-child(3n), #feature ul li:last-child {
	margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#feature {
	padding: 70px 50px;
}
#feature ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 40px;
}
#feature ul li {
	width: 19%;
	margin-top: 0;
	margin-right: 0;
}
#feature ul li > div {
	padding: 0 20px 20px;
}
#feature ul li > div h4 {
	width: 90px;
	height: 90px;
	margin: -40px auto 20px;
	line-height: 90px;
	font-size:70px;
}
#feature ul li:nth-child(2n) > div h4 {
	background: #467474;
}
#feature ul li > div p {
	font-size:23px;
}
}

/*------------------------------------------------------------contact_bn*/
.contact_bn {
	padding: 50px 0;
	background: url("../img/common_img/line01.png") center top 20px repeat-x, url("../img/common_img/line01.png") center bottom 20px repeat-x, url("../img/common_img/bg_cloth04.jpg") center top;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.contact_bn .wrap {
	padding: 15px;
	border-radius: 10px;
	background: url("../img/common_img/bg_cloth01.jpg") center top #fefbf4;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.contact_bn .wrap .title01.green h3 {
	padding-top: 0;
	background: url("../img/common_img/line02.png") center bottom repeat-x;
}
.contact_bn .wrap ul li {
	margin-bottom: 15px;
	text-align: center;
}
.contact_bn .wrap ul li .every {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	line-height: 1.2;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	background: #cc3333;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.contact_bn .wrap ul li .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #467474;
}
.contact_bn .wrap ul li .tel a {
	text-decoration: none;
	color: #467474;
}
.contact_bn .wrap ul li .tel img {
	display: block;
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.contact_bn .wrap ul li .time {
	margin-top: 6px;
	padding: 7px 8px 5px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	background: #467474;
}
.contact_bn .wrap ul li .time span {
	display: inline-block;
}
.contact_bn .wrap ul li .time span:first-child {
	margin-right: 8px;
}
.contact_bn .wrap ul li .mail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.05rem;
	color: #fff;
	border-radius: 50px;
	background: #e36619;
	transition: all 0.5s;
}
.contact_bn .wrap ul li .mail:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.contact_bn .wrap ul li .mail .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	border-radius: 50%;
	background: #ffcc33;
}
.contact_bn .wrap ul li .mail .icon img {
	width: 22px;
	height: auto;
}
@media print, screen and (min-width:576px) {
.contact_bn .wrap ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.contact_bn .wrap ul li {
	margin: 10px;
}
.contact_bn .wrap ul li .time span {
	display: block;
}
.contact_bn .wrap ul li .time span:first-child {
	margin-right: 0;
}
.contact_bn .wrap ul li .mail {
	padding: 0 20px 0 12px;
}
}
@media print, screen and (min-width:768px) {
.contact_bn {
	padding: 70px 0;
	background: url("../img/common_img/line01.png") center top 30px repeat-x, url("../img/common_img/line01.png") center bottom 30px repeat-x, url("../img/common_img/bg_cloth04.jpg") center top;
}
.contact_bn .wrap {
	padding: 50px 0;
}
.contact_bn .wrap .title01 h3 {
	text-align: center;
}
.contact_bn .wrap ul {
	margin-top: -10px;
	margin-bottom: 30px;
}
.contact_bn .wrap ul li {
	margin: 0 15px;
}
.contact_bn .wrap ul li .every {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	line-height: 1.1;
	font-size:34px;
}
.contact_bn .wrap ul li .tel {
	font-size: 68px;
	letter-spacing: -0.1rem;
}
.contact_bn .wrap ul li .tel img {
	width: 46px;
	height: auto;
}
.contact_bn .wrap ul li .time {
	margin-top: 6px;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	font-size:21px;
}
.contact_bn .wrap ul li .time span {
	display: inline-block;
}
.contact_bn .wrap ul li .time span:first-child {
	margin-right: 10px;
}
.contact_bn .wrap ul li .mail {
	justify-content: flex-start;
	width: 380px;
	height: 100px;
	padding: 0 0 0 22px;
	text-align: left;
	font-size:28px;
	letter-spacing: -0.1rem;
}
.contact_bn .wrap ul li .mail:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.contact_bn .wrap ul li .mail .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	margin-right: 10px;
	border-radius: 50%;
	background: #ffcc33;
}
.contact_bn .wrap ul li .mail .icon img {
	width: 34px;
	height: auto;
}
}

/*------------------------------------------------------------case*/
#case {
	position: relative;
}
#case .img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#case .img {
	width: auto;
	height: auto;
}
}

/*------------------------------------------------------------message*/
#message {
	background: url("../img/common_img/bg_cloth02.jpg") center top #eee6d8;
}

/*------------------------------------------------------------maker*/
#maker {
	padding: 40px 15px;
}
#maker figure {
	margin-top: 30px;
}
#maker figure img {
	width: 100%;
	max-width: 1259px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#maker {
	padding: 70px 50px;
}
#maker figure {
	margin-top: 30px;
}
}

/*------------------------------------------------------------map*/
#map {
	padding: 40px 0;
}
#map .map_wrap {
	height: 299px;
}
@media print, screen and (min-width:768px) {
#map {
	padding: 70px 0;
}
#map .map_wrap {
	height: 360px;
}
}

