@charset "utf-8";


section {
	margin: auto;
}

/*ヘッダーとフッターバーの色*/

.fs-l-header {
    border-top: 20px solid #00a63c;
}
#headerMiddle {
    border-top: 7px solid #00a63c!important;
}

.fs-l-footer .ftrmid_txtbox a {
    background: #00a63c!important;
}
footer .ftrbt .fnav {
    background: #00a63c!important;
}

.fs-l-footer {
    background-color: #f7f7f7!important;
    margin-top: 5%!important;
}

/*ヘッダーとフッターバーの色おわり*/


/*MV*/

.base_mv__img{
    padding-top:1.5%;
    padding-bottom:2%
}

.base_mv {
	max-width: 1200px;
	margin: auto;
}

.hide_SP {
    display: none;
}

/*コンテンツA*/


section.maintitleA {
    margin-bottom: 4vh;
}

.maintitle_titleA {
    padding-top: 2em;
    text-align: center;
    border-bottom: solid 1px #9b9b9b;
    margin: auto;
    padding-bottom: 2rem;
    max-width: 1200px;
    width: 90%;
    font-size: 4rem;
    font-weight: bold;
}

.maintitle_contentsareaA {
	max-width: 1200px;margin: auto;
}

.maintitle_contentsA {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-around;
}

.maintitle_contents_itemA {
	margin: 1em;
	width: 46%;
}

.contents_itemA {
	text-align: center;
	padding-top: 1.1rem;
}

.maintitle_textA {
	width: 80%;
	margin: auto;
	padding-bottom: 1em;
	max-width: 1200px;
}

.maintitle_textareaA {
    text-align: center;
}

/*コンテンツB*/

section.maintitleB {
    margin-bottom: 4vh;
}


.maintitle_titleB {
	padding-top: 2em;
	text-align: center;
	border-bottom: solid 1px #9b9b9b;
	margin: auto;
	padding-bottom: 1rem;
	max-width: 1200px;
	width: 90%;
	font-size: 4rem;
	font-weight: bold;
}

.maintitle_contentsareaB {
	max-width: 1200px;
	margin: auto;
}

.maintitle_contentsB {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-around;
}


.maintitle_textB {
	width: 80%;
	margin: auto;
	text-align: start;
	padding-bottom: 1em;
	max-width: 1200px;
}


p.contents_item_textB {
    text-align: initial;
}
.contents_itemB {
	text-align: center;
}

li.maintitle_contents_itemB {
	text-align: center;
	margin-top: 22px;
	width: 330px;
	padding: 0em 10px;
}

/*コンテンツC*/

section.lineup {
	margin: auto;
	margin-bottom: 2em;
}

.lineup_title {
    padding-top: 2em;
    text-align: center;
    margin: 0% 4%;
    padding-bottom: 1rem;
    font-size: 4rem;
    font-weight: bold;
}


ul.lineup_contents {
	margin: auto;
	justify-content: space-around;
	max-width: 1200px;
}

li.lineup_contents_item {
	display: flex;
	border-top: solid 1px #9b9b9b;
	padding: 2em 0em;
	margin: auto;
}


li.lineup_contents_item:nth-child(even) {
	flex-direction: row-reverse;
}

.lineup_contents {
	margin: 0px 2em;
}


.lineup_contents_img {
	width: calc(100%/ 1);
}

.lineup_contentsarea {
	margin-bottom: 2em;
}

.look_btn {
	padding: 1rem 8rem;
	background-color: #e41818;
	color: #fff;
}

.price_text p {
	padding-bottom: 2em;
}

.price_text {
	position: absolute;
	bottom: 12px;
}

.lineup_item_price {
	color: crimson;
	font-size: 3.2rem;
}
.lineup_contents {
	position: relative;
	width: 90%;
}

.lineup_contents h3 {
	font-size: 2.3rem;
}

a.look_btn {
	padding: 1rem 8rem;
	background-color: #e41818;
	color: #fff;
	font-size: 2.5rem;
}

.price_return {
	display: none;
}

.btn_box {
	width: 100%;
}

.price_text.even {
    text-align: end;
    width: 100%;
}

@media only screen and (min-width: 768px){
.fs-l-header {
    padding-top: 0;
    border-top: 20px solid #00a63c!important;
}
}

@media only screen and (max-width: 1200px){
	.lineup_contents {
		width: calc(170%/ 2);
	}
}
@media only screen and (max-width: 1100px){
	/*コンテンツA*/
	ul.maintitle_contentsA {
		justify-content: center;
	}
	
	.maintitle_contents_item_imgA {
		width: 100%;
	}
	
	li.maintitle_contents_itemA {
		width: 44%;
	}
	
	/*コンテンツB*/
	
	ul.maintitle_contentsB::after {
		content: "";
		width: 340px;
	}
	
}


@media only screen and (max-width: 850px){
	li.maintitle_contents_itemA {
		width: 84%;
		text-align: center;
	}
	
	span.lineup_item_price {
		font-size: 2.2rem;
	}
	a.look_btn {
		font-size: 1.5rem;
	}
	
	.fs-l-header {
    border-top: none!important;
}

	
}

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

.fs-l-header {
    border-top:none;
}
	.hide_PC {
    display: none;
}
.hide_SP {
    display: block;
}
	a.look_btn {
    padding: 1rem 6rem;
}

}
	
@media only screen and (max-width: 690px){
	.lineup_contents {
		width: 90%;
	}

	
	.price_text {
		bottom: 0;
		width: 100%;
	}
	

	.lineup_contents h3 {
		font-size: 2rem;
	}
	
	.btn_box {
    width: 100%;
}
	
	ul.maintitle_contentsB::after {
    content: "";
    width: 330px;
}
	
}

@media only screen and (max-width: 570px){
	li.maintitle_contents_itemA {
		width: 84%;
	}
	
		.price_return {
		display: block;
	}
	
.btn_box {
    margin-top: 1rem;
    width: max-content;
    margin: auto;
}
		.liqur_stop_img {
    width: 40px;
    height: 100%;
}
}

@media only screen and (max-width: 520px){
	li.maintitle_contents_itemA {
		width: 84%;
	}
	
	li.lineup_contents_item {
    display: block;
}
	
	.lineup_contents {
		margin: 0px 0em 0em 1em;
	}
	
	
li.lineup_contents_item {
    flex-wrap: wrap;
	text-align: center;
}

.price_text {
    text-align: initial;
    padding-top: 2rem;
    position: initial;
}
.lineup_contents {
    margin: 0px 0em 0em 1em;
}

span.lineup_item_price {
    font-size: 3.4rem;
}
	
	.price_text p {
	padding-bottom: 2em;
	text-align: end;
}
	br.price_return {
    display: none;
}
	
	.btn_box {
	text-align: center;
}
	.price_text.even {
    text-align: initial;
}
	
}

