@charset "UTF-8";

/* mainv
----------------------------------------*/
#mainv {
	background: url("../img/index/mainv01.jpg") no-repeat center center;
	background-size: cover;
	height: 530px;
}

#mainv img {
	display: block;
	margin: 0 auto;
}

#mainv .mainv_text {
	position: absolute;
	left: 50%;
	top: 55px;
	margin-left: -480px;
	z-index: 1100;
	font-family: 'Noto Serif JP', sans-serif;
	width: 576px;
}

#mainv .mainv_text h2 {
	color: #000;
	font-size: 3.7rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 25px;
	padding: 8px 15px;
}
#mainv .mainv_text h2::before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: -1;
}

#mainv .mainv_text h2 span {
	font-size: .83em;
}

#mainv .mainv_text p {
	font-size: 1.6rem;
}


@media only screen and (max-width: 767px) {
	#mainv {
		background: none;
		height: auto;
	}

	#mainv .mainv_text {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
	}
	#mainv .mainv_text h2 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
		font-size: 2.7rem;
		padding: 8px 2.41%;
		text-align: center;
		z-index: 2;
	}
	#mainv .mainv_text p {
		font-size: 1.4rem;
		margin: 15px 4.687% 0;
	}
}

@media only screen and (max-width: 485px) {
	#mainv .mainv_text h2 {
		font-size: 5.7vw;
	}
}

/* catch
----------------------------------------*/
#catch {
	width: 880px;
	margin: 60px auto 30px;
}

#catch .col_box {
	background: #25B1BF;
	padding: 5px 0 0;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
}

#catch .col_box img {
	width: 100%;
	height: auto;
}

#catch .col_box h2 {
	height: auto;
	position: absolute;
	top: -15px;
	left: -15px;
	background: #25B1BF;
	z-index: 2;
	padding: 18px 15px 28px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.05em;
}

#catch .col_box h2 span {
	font-size: 2.428em;
}

#catch .col_box .btn_detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	padding: 10px 80px 10px 15px;
}

#catch .col_box .btn_detail::before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: -1;
	width: 70px;
}

#catch .col_box .btn_detail::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 70px;
}

#catch .col_box .btn_detail a {
	color: #fff;
	text-decoration: none;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
}

#catch .col_box .btn_detail a .small {
	font-size: .833em;
}

#catch .col_box .btn_detail a .ex_small {
	font-size: .625em;
}

#catch .col_box.buy,
#catch .col_box.buy h2 {
	background: #9AB113;
}

@media only screen and (max-width: 767px) {
	#catch {
		width: auto;
		margin: 40px auto;
	}

	#catch .col2_block {
		margin-left: 0;
	}

	#catch .col_box {
		margin: 0 4.687% 30px;
		width: auto;
		float: none;
	}

	#catch .col_box h2 {
		top: -10px;
		left: -10px;
		padding: 13px 15px 20px;
		font-size: 1.8rem;
	}


	#catch .col_box .btn_detail {
		padding: 10px 40px 10px 5px;
	}

	#catch .col_box .btn_detail a {
		font-size: 1.8rem;
	}

	#catch .col_box .btn_detail::before {
		width: 40px;
	}

	#catch .col_box .btn_detail::after {
		background-size: 18px 18px;
		width: 40px;
	}
}

/* service
----------------------------------------*/
#service {
	width: 880px;
	margin: 45px auto 30px;
}

#service p {
	text-align: center;
}

#service p.txt_contact {
	font-size: 2rem;
	font-family: 'Noto Serif JP', sans-serif;
	margin: 0 0 15px;
}

#service p.btn_contact a {
	font-size: 2rem;
	font-family: 'Noto Serif JP', sans-serif;
	display: inline-block;
	border-radius: 6px;
	padding: 17px;
	width: 400px;
}

#service p.btn_contact a::before {
	content: "";
	display: block;
	background: url("../img/common/icon_mail_wh.svg") no-repeat center center;
	background-size: 30px 19px;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: 30px;
	z-index: 2;
}

#service p.btn_contact a::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

#service .col_box {
	border-top: solid 5px #EE9695;
	background: #FBE9E9;
	padding: 20px 30px 25px;
	margin-bottom: 35px;
	font-size: 1.6rem;
}

#service .col_box h3 {
	color: #d36362;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0 0 18px;
	font-family: 'Noto Serif JP', sans-serif;
}

#service .col_box p {
	background: #fc8080;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 8px 12px;
	border-radius: 6px;
}

#service .col_box ul + p {
	margin-top: 5px;
}

#service .col_box p a {
	color: #fff;
	text-decoration: none;
}

#service .col_box li {
	font-family: 'Noto Serif JP', sans-serif;
	padding: 10px 0;
}

#service .col_box li + li {
	border-top: dotted 1px #c1c1c1;
}

#service .col_box p.fukidashi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
	padding: 12px;
}

#service .col_box p.fukidashi::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -25px;
	width: 0;
	border: solid 10px transparent;
	border-top: solid 15px #fc8080;
	margin-left: -10px;
}

#service .col_box.akichi {
	border-top: solid 5px #B88ED3;
	background: #F0E8F6;
}

#service .col_box.akichi h3 {
	color: #834aa8;
}

#service .col_box.akichi p {
	background: #9354bc;
}

#service .col_box.akichi p.fukidashi::after {
	border-top: solid 15px #9354bc;
}

@media only screen and (max-width: 767px) {
	#service {
		width: auto;
		margin: 40px auto;
	}

	#service .col2_block {
		margin-left: 0;
	}

	#service .col_box {
		margin: 0 4.687% 25px;
		padding: 20px 15px 25px;
		width: auto;
		float: none;
		font-size: 1.4rem;
	}

	#service p.txt_contact {
		font-size: 1.6rem;
		margin: 0 4.687% 15px;
	}

	#service p.btn_contact a {
		font-size: 1.6rem;
		padding: 15px;
		width: 280px;
	}
}

/* information
----------------------------------------*/
#information {
	width: 940px;
	margin: 60px auto 40px;
}

#information .col2_block {
	margin-left: -40px;
}

#information .col_box {
	margin: 0 0 0 40px;
	width: 440px;
}

#information .col_box:first-child h2 {
	letter-spacing: 1.5px;
}

#information .col_box dl {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.4rem;
}

#information .col_box dl dt {
	position: absolute;
	left: 0;
	color: #7F7F7F;
	font-weight: normal;
}

#information .col_box dl dt .txt_label {
	width: 60px;
	text-align: center;
	background: #475BB2;
	display: inline-block;
	color: #fff;
	font-size: .857em;
	line-height: 1;
	margin-left: 10px;
	padding: 3px 0 4px;
}

#information .col_box dl dd {
	font-size: 1.07em;
	border-bottom: dotted 1px #c9c9c9;
	padding: 0 0 10px 150px;
	margin-bottom: 15px;
}

#information .col_box dl dd a {
	color: #1d1d1d;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#information {
		width: auto;
		margin: 40px auto;
	}

	#information .col2_block {
		margin-left: 0;
	}

	#information .col_box {
		margin: 0 4.687% 30px;
		width: auto;
		float: none;
	}

	#information .col_box:first-child h2 {
		letter-spacing: .8px;
		margin-right: 5px;
		margin-left: 0;
		margin-bottom: 16px;
	}

	#information .col_box dl {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 1.2rem;
	}

	#information .col_box dl dt {
		position: relative;
		padding-bottom: 5px;
	}

	#information .col_box dl dd {
		padding-left: 0;
	}

	#information .col_box dl dd br {
    	display: none;
	}
}


/* pickup
----------------------------------------*/
#pickup {
	border-top: solid 5px #475BB2;
	background: #F3F3F3;
	padding: 60px 0 20px;
}

#pickup .col3_block {
	width: 960px;
	margin: 0 auto;
}

#pickup .col3_block .col_box {
	width: 300px;
	margin: 0 10px 40px;
	background: #fff;
	overflow: hidden;
	font-size: 1.4rem;
}

#pickup .col3_block .col_box .txt_label {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E67F22;
	color: #fff;
	/*background:  #fff;
	border: solid 1px #E67F22;*/
	display: inline-block;
	min-width: 80px;
	padding: 5px;
	font-size: .928em;
	line-height: 1;
	text-align: center;
	z-index: 2;
}

#pickup .col3_block .col_box .ph a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
}

#pickup .col3_block .col_box .ph a::after {
	content: "";
	display: block;
	padding-top: 82%;
}

#pickup .col3_block .col_box .address {
	font-size: 1.0714em;
	line-height: 1.4;
	margin: 15px 15px 15px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #707070;
}

#pickup .col3_block .col_box .overview {
	display: table;
	margin: 0 15px 15px;
	width: calc(100% - 30px);
}

#pickup .col3_block .col_box .overview > * {
	display: table-cell;
	vertical-align: bottom;
}

#pickup .col3_block .col_box .price {
	color: #D70000;
	font-size: 2.428em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	text-align: right;
}

#pickup .col3_block .col_box .price span {
	font-size: 60%;
}

#pickup .col3_block .col_box .area {
	line-height: 1.4;
}

#pickup .col3_block .col_box .area span {
	font-weight: normal;
	font-size: .857em;
}


#pickup .col3_block .col_box .btn_detail {
	margin: 14px 0 0;
}

#pickup .col3_block .col_box .btn_detail a {
	background: #E67F22;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.285em;
	font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    padding: 12px 10px;
    line-height: 1;
}
#pickup .col3_block .col_box .btn_detail a::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	#pickup {
		padding: 40px 0 20px;
	}

	#pickup:before {
		display: none;
	}

	#pickup .col3_block {
		width: auto;
		margin: 0 4.687%;
	}

	#pickup .col3_block .col_box {
		width: auto;
		margin: 0 0 20px;
		font-size: 1.3rem;
	}
}




/* store
----------------------------------------*/
#store {
	background: url(../img/index/bg_store.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 105px 0 98px;
}

#store h2 {
	font-size: 197%;
	letter-spacing: 2.7px;
	padding-left: 4px;
}

#store h2 img {
	width: 54px;
	display: block;
	margin: 9px auto 0;
}

#store .btn_more {
	width: 260px;
	margin: 34px auto;
}

#store .btn_more a {
	width: 260px;
	display: block;
    color: #fff;
    font-size: 108%;
    text-decoration: none;
    padding: 9px 0;
    letter-spacing: -1.5px;
    border: solid 1px #fff;
}

#store .btn_more a::after {
	bottom: 3px;
	right: 3px;
	background: url(../img/index/icon_btn_arrow03.png) no-repeat;
}

@media only screen and (max-width: 767px) {
	#store {
		background-position: 51.1% center;
		background-size: auto 100%;
		padding: 30px 4.687% 38px;
	}

	#store h2 {
		font-size: 167%;
		letter-spacing: 2px;
		padding-left: 0;
	}

	#store h2 img {
		width: 41px;
		margin: 7px 0 0 -20.5px;
		position: relative;
		left: 50%;
	}

	#store .btn_more {
		width: 290px;
		margin: 25px auto 0;
	}

	#store .btn_more a {
		width: auto;
	    font-size: 123.1%;
	    padding: 8px 0 6px;
	    letter-spacing: -2.5px;
	}

	#store .btn_more a::after {
		width: 7.5px;
		height: 7.5px;
		bottom: 4px;
		right: 4px;
		background: url(../img/index/icon_btn_arrow03_sp.png) no-repeat;
		background-size: 7.5px auto;
	}
}

/*contact
----------------------------------------*/
#contents #contact {
    border-top: none;
}
