/* ----------------------------------------------------------
add font
---------------------------------------------------------- */
@font-face {
	font-family: 'SoDoSans Black';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-Black.woff") format("woff");
}

@font-face {
	font-family: 'SoDoSans Bold';
	font-style: normal;
	font-weight: 700;
	src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff");
}

@font-face {
	font-family: 'SoDoSans SemiBold';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff");
}

@font-face {
	font-family: 'Pike';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/Pike/Pike-Light.woff") format("woff");
}

@font-face {
	font-family: 'Pike Bold';
	font-style: normal;
	font-weight: bold;
	src: url("/common/fonts/Pike/Pike-Bold.woff") format("woff");
}

.mod-en {
	font-family: 'SoDoSans Bold';
}

/* ----------------------------------------------------------
color
---------------------------------------------------------- */
:root {
	--text-green: #006241;
	--text-darkgreen: #1E3932;
}
/* ----------------------------------------------------------
article
---------------------------------------------------------- */
@media screen and (min-width: 1280px) {
	body.page-youkou-mop {
		margin-left: 0;
	}
}

html {
	font-size: 62.5%;
	color: rgba(0, 0, 0, 0.87);
}

.mainContentsIn p {
	font-size: 1.8rem;
	line-height: 1.5;
}

.mainContentsIn p.box-list {
	line-height: 1.9;
}

.mainContentsIn p.box-list span {
	color: #D2A04A;
	padding-right: 0.5em;
}

.mainContentsIn p.date span {
	font-size: 2.2rem;
}

body.page-youkou-mop .mainContents {
	overflow: visible;
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

body.page-youkou-mop .mainContents article {
	padding-bottom: 0;
	width: auto;
}

@media screen and (min-width: 1280px) {
	body.page-youkou-mop aside.welcome {
		margin-left: 120px;
	}

	body.page-youkou-mop footer.global {
		margin-left: 120px;
	}
}

/* ----------------------------------------------------------
BASE
---------------------------------------------------------- */
div.mainContents.migration {
	overflow: visible;
}

@media screen and (min-width: 640px) {
	.page-youkou-mop article a.js--hover:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 639px) {
	.page-youkou-mop {
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.forRetina {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.forDefault {
		display: none;
	}

	.forRetina {
		display: block;
	}
}

/* ----------------------------------------------------------
SNS
---------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
	.sns-header ul.sns {
		position: absolute;
		right: 3.3%;
		top: 21px;
		z-index: 15;
	}

	.sns-header ul.sns li {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 0 0 10px;
	}

	.sns-header ul.sns li a {
		display: block;
		width: 33px;
		text-align: center;
		margin: 0 auto;
	}

	.sns-header ul.sns li.forSp {
		display: none;
	}

	ul.sns.footer {
		bottom: 40px;
		right: 3.3%;
	}
}

@media screen and (max-width: 599px) {
	.sns-header ul.sns .forNotSp {
		display: none;
	}

	.sns-header ul.sns .forSp {
		display: block;
	}

	.sns-header ul.sns {
		display: block;
		z-index: 100;
		position: absolute;
		top: 1vw;
		right: 0.5%;
	}

	.sns-header ul.sns a {
		font-size: 10px;
	}

	.sns-header ul.sns li.forSp a {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
	}

	.sns-header ul.sns li.forSp a.js-pulldown {
		padding: 8px 10px 10px 10px;
	}

	.sns-header ul.sns li.forSp ul.pulldown {
		background-color: #f4f2ef;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 3.5em;
		width: 205px;
	}

	.sns-header ul.sns li.forSp ul.pulldown li {
		float: left;
		margin: 0;
		padding: 15px;
		text-align: center;
	}

	.sns-header ul.sns li.forSp ul.pulldown:after {
		border-color: transparent transparent #f4f2ef;
		border-image: none;
		border-style: solid;
		border-width: 8px;
		bottom: 100%;
		content: " ";
		height: 0;
		pointer-events: none;
		position: absolute;
		right: 15px;
		width: 0;
	}

	.sns-header ul.sns li.forSp ul.pulldown .close.js-closeButton {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		cursor: pointer;
		position: absolute;
		right: 0;
		text-indent: 0;
		top: 0;
	}

	.sns-header ul.sns li.forSp ul.pulldown li a.js-shareLn img,
	.sns-header ul.sns li.forSp ul.pulldown li a.shareTw img,
	.sns-header ul.sns li.forSp ul.pulldown li a.js-shareFb img {
		width: 29px;
	}

	.sns-header ul.sns li.forSp ul.pulldown li.close img {
		width: 13px;
	}

	.sns-header ul.sns .btn {
		bottom: 5%;
		position: absolute;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 599px) and (min-width: 599px) {
	.sns-header ul.sns {
		position: absolute;
		right: 20px;
		top: 20px;
	}
}

@media print, screen and (min-width: 600px) {
	.sns-footer {
		z-index: 15;
		position: absolute;
		right: 3%;
		bottom: 20px;
		top: auto;
	}

	.sns-footer li {
		padding: 10px 0 0 20px;
	}

	.sns-footer li a {
		width: auto;
	}
}
@media print, screen and (max-width: 519px) {
	.wrap {
		padding: 0 1.6rem;
	}
}
/* mainContentsIn setting */
.mainContentsIn img {
	width: 100%;
}

.mainContentsIn p {
	margin: 0;
}

body.page-youkou-mop .mainContentsIn {
	color: #3d3935;
}

body.page-youkou-mop .mainContentsIn sup {
	font-size: 0.5vw;
}

body.page-youkou-mop .mainContentsIn .color-blue {
	color: #006241;
}

body.page-youkou-mop .mainContentsIn strong {
	font-weight: bold;
}

body.page-youkou-mop .mainContentsIn .color-red {
	color: red;
}

body.page-youkou-mop .mainContentsIn .color-white {
	color: #fff;
}

body.page-youkou-mop .mainContentsIn .txt-center {
	text-align: center;
}

.wrap {
	margin: 0 auto;
}

/* anchor */
[class*="__anchor"] {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
.txt-bold {
	font-weight: bold;
}
.head {
	text-align: center;
	color: #D62B1F;
	background-color: #F1F8F6;
	padding: 2.8rem 0 2.4rem;
}
.head p {
	font-size: 1.8rem;
	font-weight: bold;
}
.head .note {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 0.6rem;
}
.head._gold {
	color: #d2a04a;
}
/* mainvisual */
.mainvisual {
	text-align: center;
	background: rgb(255,242,248);
	display: flex;
	flex-wrap: wrap;
}
.mainvisual>* {
	width: 50%;
}
.mainvisual h1 {
	display: flex;
	height: 100%;
}
.mainvisual h2 {
    font-size: 1.197916666666667vw;
    border-top: 0.0520833333333333vw solid #1E3932;
    border-bottom: 0.052083333333333336vw solid #1E3932;
    display: inline-block;
    padding: 0.78125vw 0;
    font-weight: bold;
    line-height: 1.217391304347826;
    width: 41.66666666666667vw;
    margin-top: 2.864583333333333vw;
    margin-bottom: 0;
    color: #1E3932;
}
.mainvisual .des {
	background: #D4E9E2;
	/* background: linear-gradient(0deg, rgba(255,157,10,1) 0%, rgba(255,244,140,1) 100%); */
	box-sizing: border-box;
}
.mainvisual .des .des-date {
	background-color: #006241;
    color: #fff;
    font-size: 1.53vw;
    font-weight: bold;
    padding: 0.63vw 0;
}
.mainvisual .des .des-date-day {
	position: relative;
	left: 9px;
	font-weight: bold;
}
.mainvisual .des .des-date-name,
.mainvisual .des .des-date-week {
	font-size: 0.9vw;
	line-height: 1.69;
}
.mainvisual .des .des-date-name {
	font-weight: bold;
	vertical-align: middle;
	/* margin-left: -4vw; */
}
.mainvisual .des .des-date-week {
	font-weight: 400;
}
.mainvisual h2 small {
	font-size: 60%;
	position: relative;
	top: -0.4166666666666667vw;
}
.mainvisual .txt01 {
	font-size: 1.25vw;
	line-height: 1.5;
	margin-top: 1.430556vw;
	color: #1E3932;
}
.mainvisual .txt01 .bold {
	font-weight: bold;
}
.mainvisual .note {
	text-align: left;
	width: 43.7vw;
	margin: 0.6vw auto 0;
}

.mainvisual .note li {
	font-size: 0.75vw;
	line-height: 1.4;
	color: #1E3932;
}
.bg-w {
	background-color: #fff;
	display: inline-block;
	color: rgba(0, 0, 0, 0.7) !important;
}
.mainvisual .des .item-wrap {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.mainvisual .des .item {
	width: 21.2vw;
	background-color: #F1F0EB;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1.11vw 1.4vw 1.39vw;
	margin-top: 1.3vw;
	box-sizing: border-box;
}
.mainvisual .des .item._02 {
	display: block;
}
.mainvisual .des .item .item__wide {
	width: 100%;
}
.mainvisual .des .item .item__wide._bg._left {
	margin-top: 4%;
}
.mainvisual .des .item .item__wide._bg._right {
	margin-top: 8%;
}
.mainvisual .des .item .item__wide._text p {
	font-size: 0.83vw;
	font-weight: bold;
	color: var(--text-darkgreen);
}
.mainvisual .des .item .item__wide._text p.separete-text span {
	font-size: 1.32vw;
	font-weight: bold;
	font-feature-settings: "palt";
    letter-spacing: 0.04em;
}
.mainvisual .des .item .item__wide._text p.separete-text span:nth-child(2n) {
	color: var(--text-green);
}
.mainvisual .des .item .item__wide.text span
.mainvisual .des .item li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainvisual .des .item li:nth-child(2) {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 6.11vw;
	margin-top: 0.5vw;
}
.mainvisual .des .item:nth-child(1) li:nth-child(2) {
	top: 6px;
    left: 9px;
}
.mainvisual .des .item._02 li:nth-child(2) {
	margin-top: 1vw;
}
.mainvisual .des .item li:nth-child(3) {
	width: 1.39vw;
}
.mainvisual .des .item li:nth-child(4) {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 9vw;
	padding-left: 0.26041666666666663vw;
	margin-top: 0.3vw;
	position: relative;
	top: 7px;
	right: -15px;
}
.mainvisual .des .item._02 li {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
/* .mainvisual .des .item-content {
	margin-top: 1.1111111111111112vw;
} */
.mainvisual .des .item li .plus {
	width: 1.39vw;
	position: relative;
	top: 2.385417vw;
    left: 1.5vw;
}
.mainvisual .des .item li picture {
	width: 4.24vw;
	display: block;
}
.mainvisual .des .star {
	font-size: 1.7187500000000002vw;
	color: #006241;
	font-family: 'SoDoSans Bold';
	line-height: 0.9090909090909091;
}
.mainvisual .des .name {
	font-size: 0.83vw;
	line-height: 1.25;
	margin: 0.6vw 0 0.3vw;
	color: #1E3932;
	white-space: nowrap;
}
.mainvisual .des .price {
	position: relative;
	font-size: 0.97vw;
	line-height: 1.315789473684211;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #1E3932;
}
.mainvisual .des .price._01 {
	left: 4px;
}
.mainvisual .des .price._02 {
	top: 2px;
	left: 5px;
}
.mainvisual .des .price._03 {
	left: 4px;
}
.mainvisual .des .price span {
	font-size: 0.83vw;
}

._btnWrap {
	background-color: #F9F9F9;
	padding: 8rem 0;
	text-align: center;
}

.btn-box a {
	margin: 0 auto;
	background-color: #00754A;
	color: #fff;
	width: 440px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 100px;
}

.btn-box a span {
	display: block;
	font-weight: bold;
	line-height: 1.58333333;
}

.btn-box a span.txt_small {
	font-size: 24px;
}

.btn-box a span.txt_large {
	font-size: 24px;
}

.link-box {
	margin: 0 auto;
	margin-top: 33px;
	width: 440px;
	display: flex;
	justify-content: space-between;
}

.link-box li a {
	color: #00754A;
	font-size: 15px;
	line-height: 1.6;
}

.blockContent {
	padding: 6.3rem 0;
	position: relative;
}

.wrap {
	max-width: 118.4rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.headdingH2 {
	font-size: 2.4rem;
	line-height: 1.58333333;
	margin-bottom: 3.7rem;
	color: #D2A04A;
	font-weight: bold;
}

.blockContent-box .headdingH3 {
	font-size: 2.4rem;
	line-height: 1.58333333;
	margin-bottom: 2.2rem;
	color: #D2A04A;
	font-weight: bold;
}

.blockContent-box a {
	color: #00754A;
	font-weight: 500;
}

.blockContact p.note,
.blockContent-box p.note {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.7);
	text-indent: -1.3rem;
	padding-left: 1.3rem;
	margin-top: 0.6rem;
}
.blockContent-box p.note span {
	font-weight: bold;
	margin: 0 1.9rem 0 1.6rem;
}
.blockContent-box .note-bgDark {
	background-color: #D4E9E2;
	display: inline-block;
}
.blockContent-box .note-bgLight {
	background-color: #F9F9F9;
	display: inline-block;
	padding: 1.55rem 0;
	text-indent: -4.7rem !important;
	padding-left: 4.7rem !important;
	padding-right: 0.8rem;
}
.blockContact p+p,
.blockContent-box p+p {
	margin-top: 0;
}

.blockContent-box+.blockContent-box {
	border-top: 1px solid #E0E0E0;
    padding-top: 4.6rem;
    margin-top: 5.2rem;
}

.blockContact {
	padding: 6.4rem 0 8rem;
	border-top: 0.8rem solid #EDEBE9;
}

.blockContact .headdingH2 {
	color: #1E3932;
	margin-bottom: 2.1rem;
}

/* @media print, screen and (min-width: 1024px) and (max-width: 1264px) {
	html {
		font-size: calc(100vw/126.4);
	}
} */
@media print, screen and (max-width: 1023px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
	.head p {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
	}
	.head .note {
		font-size: 1.2rem !important;
		font-weight: normal;
		margin-top: 0.8rem;
		line-height: 1.5;
	}
	div.mainContents {
		margin-left: 0;
	}
	.head {
		text-align: center;
		color: #D62B1F;
		padding: 1.5rem 0;
	}
	.mainvisual>* {
		width: 100%;
	}
	.mainvisual .des .des-date {
		font-size: 2rem;
		padding: 2.3vw 0;
	}
	.mainvisual .des .des-date-name,
	.mainvisual .des .des-date-week {
		font-size: 1.3rem;
	}
	.mainvisual h2 small {
		font-size: 60%;
		position: relative;
		top: -0.5rem;
	}

	.mainvisual h2 {
		width: 100%;
		font-size: 1.6rem;
		border-top: 0.1rem solid #1E3932;
		border-bottom: 0.1rem solid #1E3932;
		padding: 0.9rem 0;
		margin-top: 4rem;
		line-height: 1.375;
	}

	.mainvisual .txt01 {
		margin-top: 3.1rem;
		font-size: 1.6rem;
		line-height: 1.7;
		color: #1E3932;
	}

	.mainvisual .note {
		text-align: left;
		margin: 0 0 2.2rem;
		width: 100%;
	}
	.mainvisual .note li {
		font-size: 1.2rem;
		line-height: 1.5;
		color: #1E3932;
		margin: 0 0 0 1.7rem;
	}
	.mainvisual .des .item-wrap {
		flex-direction: column;
		padding: 0 1.6rem 2rem;
	}
	.mainvisual .des .item {
		width: 100%;
		margin-top: 2.7rem;
		padding: 2rem 0;
	}
	.mainvisual .des .item._02 {
		display: flex;
		margin-top: 2rem;
		padding: 2rem 0 2.5rem;
	}
	.mainvisual .des .item .item__wide._bg._left {
		width: 100%;
		margin-top: 0;
	}
	.mainvisual .des .item .item__wide._bg._left img {
		max-width: 294.97px;
		width: 86%;
		margin: 0 0 0.5rem;
	}
	.mainvisual .des .item .item__wide._text p {
		font-size: 1.4rem;
	}
	.mainvisual .des .item .item__wide._text p.separete-text span {
		font-size: 2rem;
	}
	.mainvisual .des .item li {
		width: 15.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mainvisual .des .item .item__wide._bg .item__wide_ttl {
		font-size: 1.6rem;
		margin-top: 3.2rem;
	}
	.mainvisual .des .item .item__wide._bg._right .item__wide_ttl {
		top: 4px;
	}
	.mainvisual .des .item .item__wide._bg .item__starWrap01 {
		width: 7.1rem;
		height: 7.1rem;
	}
	.mainvisual .des .item .item__wide._bg._left .item__starWrap01 {
		top: -4px;
		left: 1px;
	}
	.mainvisual .des .item .item__wide._bg._right .item__starWrap01 {
		top: -4px;
    	left: 0;
	}
	.mainvisual .des .item .item__wide._bg .item__starWrap02 {
		width: 4rem;
		height: 5rem;
		margin-top: 0;
		top: 0;
		left: 2px;
	}
	.mainvisual .des .item .item__wide._bg._right .item__starWrap02 {
		top: 0;
		left: 0;
	}
	.mainvisual .des .item:nth-child(1) li:nth-child(2) {
		top: 0;
		left: -14px;
	}
	.mainvisual .des .item li:nth-child(2) {
		max-width: 102px;
		width: 100%;
		margin-top: 5vw;
	}
	.mainvisual .des .item._02 li:nth-child(2) {
		max-width: 100%;
		flex-direction: row;
		justify-content: center;
		margin-top: 1vw;
		position: relative;
		top: 17px;
		left: 4px;
	}
	.mainvisual .des .item._02 li .item-content {
		padding-left: 2rem;
		text-align: center;
	}
	.mainvisual .des .item._02 li .item-content .name {
		margin-top: 0;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
	.mainvisual .des .item li:nth-child(3) {
		max-width: 26.75px;
		width: 100%;
		padding-left: 0.1rem;
		margin-top: 0;
	}
	.mainvisual .des .item .item__wide._bg._right {
		max-width: 294.97px;
		width: 86%;
		margin-top: 2.5rem;
	}
	.mainvisual .des .item .item__wide._bg._left .item__starWrap03,
	.mainvisual .des .item .item__wide._bg._right .item__starWrap03 {
		position: relative;
		top: -15px;
		left: 0;
		max-width: 100%;
		width: 13rem;
		height: 13rem;
		background-size: cover;
	}
	.mainvisual .des .item li:nth-child(4) {
		max-width: 110px;
		width: 100%;
		top: 11px;
		right: -18px;
	}
	.mainvisual .des .item li picture {
		width: 7.6rem;
		display: block;
	}
	/* .mainvisual .des .item-content {
		margin-top: 1.4rem;
	} */
	.mainvisual .des .star {
		font-size: 2.2rem;
		line-height: 1.022727272727273;
	}
	.mainvisual .des .name {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 0.6rem;
	}
	.mainvisual .des .price {
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: normal;
	}
	.mainvisual .des .price span {
		font-size: 1.2rem;
	}
	.mainvisual .des .item li .plus {
		max-width: 26.75px;
		width: 100%;
		top: 4.5rem;
		left: 0.5rem;
	}
	._btnWrap {
		padding: 3.7rem 1.6rem;
	}

	.btn-box a {
		width: 31.2rem;
		height: 8.6rem;
		max-width: 100%;
	}
	.blockContent-box p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.btn-box a span.txt_small {
		font-size: 1.8rem;
		line-height: 1.55555556;
	}

	.link-box {
		width: 100%;
		display: block;
		margin-top: 3.2rem;
	}

	.link-box li a {
		font-size: 1.3rem;
		font-weight: 500;
	}

	.link-box li+li {
		margin-top: 1.6rem;
	}

	.blockContent {
		padding: 6.3rem 0 5rem;
	}

	.wrap {
		padding: 0 4rem;
	}

	.headdingH2 {
		font-size: 1.8rem;
		line-height: 1.555555555555556;
		margin-bottom: 3.5rem;
	}

	.blockContent-box .headdingH3 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
		line-height: 1.555555555555556;
	}

	.blockContent-box+.blockContent-box {
		padding-top: 3.3rem;
		margin-top: 3.5rem;
	}

	.blockContact p+p, .blockContent-box p+p {
		margin-top: -0.1rem;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
		padding-right: 0.4rem;
	}
	.blockContact p.note, .blockContent-box p.note {
		font-size: 1.2rem;
		line-height: 1.5;
		text-indent: -1.2rem;
		padding-left: 1.2rem;
		padding-right: 0;
		margin-top: 0.7rem;
	}
	.blockContact .headdingH2 {
		color: #1E3932;
		margin-bottom: 2.4rem;
	}
	.blockContent-box .note-bgLight {
		padding: 1.55rem 1.4rem 1.55rem 4.4rem !important;
		text-indent: 0.2rem !important;
		margin-top: 1.7rem !important;
		margin-bottom: 0.1rem !important;
		position: relative;
	}
	.blockContent-box p.note span {
		margin: 0;
		position: absolute;
		left: 1.4rem;
	}
	.blockContact p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	body.page-youkou-mop .mainContentsIn sup {
		font-size: 0.8rem;
	}	
}
@media print, screen and (max-width: 374px) {
	.mainvisual .des .name {
		white-space: normal;
	}
}
@media print, screen and (max-width: 519px) {
	.wrap {
		padding: 0 1.6rem;
	}
}
