@charset "UTF-8";

/* .fluid-image */

.fluid-image {
	max-width: 100%;
	height: auto;
}

/* hide */

.pc-hide {
	display: none !important;
}

.sp-hide {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.sp-hide {
		display: none !important;
	}

	.pc-hide {
		display: block !important;
	}
}

/* 書体 */

.box-item__shopname,
.box-item__title,
.box-item__text,
.box-item__text-upper,
.box-item__text-lower,
.txt-note {
	font-feature-settings: "palt";
}

.box-item__shopname,
.box-item__title,
.box-item__text,
.txt-note {
	letter-spacing: 0.05em;
}

.box-item__text-upper,
.box-item__text-lower {
	letter-spacing: 0.02em;
}

.box-item__text-upper,
.txt-note {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* .l-content */

.l-content {
	position: relative;
	padding-bottom: 130px;
	background-color: #fff089;
	background-image: 
		url("../images/parts-corner-tl-pc.png"),
		url("../images/parts-corner-tr-pc.png"),
		url("../images/parts-corner-bl-pc.png"),
		url("../images/parts-corner-br-pc.png"),
		url("../images/parts-side-pattern-l.png"),
		url("../images/parts-side-pattern-r.png"),
		url("../images/parts-bg-pattern-dark.png");
	background-position:
		left top,
		right top,
		left bottom,
		right bottom,
		left top,
		right top,
		center top;
	background-repeat: 
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-y,
		repeat-y,
		repeat;
	background-size: 
		auto,
		auto,
		auto,
		auto,
		auto,
		auto,
		auto;
}

@media screen and (max-width: 767px) {
	.l-content {
		padding-bottom: 90px;
		background-image: 
			url("../images/parts-corner-tl-sp.png"),
			url("../images/parts-corner-tr-sp.png"),
			url("../images/parts-corner-bl-sp.png"),
			url("../images/parts-corner-br-sp.png"),
			url("../images/parts-side-pattern-l.png"),
			url("../images/parts-side-pattern-r.png"),
			url("../images/parts-bg-pattern-dark.png");
		background-size: 
			100vw,
			100vw,
			100vw,
			100vw,
			50vw,
			50vw,
			auto;
	}
}

/* .title */

.title {
	text-align: center;
	padding: 30px 0 30px;
}

@media screen and (max-width: 767px) {
	.title {
		padding-top: 0;
	}
}

.title__img {
	position: relative;
}

@media screen and (max-width: 767px) {
	.title__img {
		top: 0;
		margin-bottom: 0;
	}
}

.title__img--pc {
	display: block;
}

.title__img--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.title__img--pc {
		display: none;
	}

	.title__img--sp {
		display: block;
	}
}

.title__img img {
	display: block;
	width: 100%;
	max-width: 1040px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.title__img img {
		width: 100%;
	}
}

.title__alt {
	display: none;
}

/* section-head */

.section-head {
}

/* section-body */

.section-body {
	position: relative;
}

@media screen and (max-width: 767px) {
	.section-body {
	}
}

/* box-item */

.box-itemlist {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: -40px auto 0;
	padding: 0 60px 40px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.box-itemlist {
		margin-top: -60px;
		padding: 0 9.5vw 9.5vw;
	}
}

.box-item--empty {
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.box-item--empty {
		display: none;
	}
}

.box-item {
	position: relative;
	overflow: hidden;
	width: calc(50% - 20px);
	margin-top: 40px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 4px 4px 0 4px #ffba00;
}

@media screen and (max-width: 767px) {
	.box-item {
		width: 100%;
		margin-top: 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 0 3px #ffba00;
	}
}

.box-item__inner {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.box-item__inner {
		padding-bottom: 28px;
	}
}

.box-item--end {
	display: flex;
	justify-content: center;
	align-items: end;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background: rgba(216, 233, 239, .5);
	text-align: center;
}

.box-item--end-text {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 12px;
	border: 3px solid #fff;
	border-radius: 8px;
	background: #2a71b9;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.box-item__image {
	overflow: hidden;
}

.box-item__image img {
	display: block;
}

@media screen and (max-width: 767px) {
	.box-item__image {
		float: none;
		width: auto;
		margin-bottom: 10px;
		padding-top: 0;
		text-align: center;
	}
}

.box-item__head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin-top: 15px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.box-item__head {
	}
}

.box-item__shopname {
	margin-bottom: 6px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #2a71b9;
}

.box-item__title {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #2a71b9;
}

@media screen and (max-width: 767px) {
	.box-item__shopname {
		margin-bottom: 10px;
	}
}

.box-item__title img {
	width: 100%;
}

@media screen and (max-width: 374px) {
	.box-item__title img {
		height: 40px;
	}
}

.box-item__text {
}

.box-item__text-upper {
	padding: 10px 20px 10px;
}

.box-item__text-lower {
	display: none;
	padding: 0 20px 10px;
}

.box-item__text p {
	line-height: 1.5;
}

.box-item__text-link {
	margin-top: 10px;
}

.box-item__text-link > a {
	color: #eb6161;
	font-size: inherit;
	font-weight: inherit;
}

.box-item__text-link > a > .box-item__text-link__text {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
}

.box-item__text-link > a:hover > .box-item__text-link__text {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.box-item__text {
		float: none;
		padding-left: 0;
		width: auto;
	}
}

.box-sub {
	margin-top: 25px;
	padding: 20px;
	border: #eb6161 2px solid;
	overflow: hidden;
}

.box-sub__title {
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #eb6161;
}

@media screen and (max-width: 767px) {
	.box-sub {
		margin-top: 20px;
		padding: 15px;
	}

	.box-sub__title {
		height: auto;
		margin-bottom: 10px;
		font-size: 16px;
	}
}

.box-sub__column {
}

.box-sub__image {
	float: right;
	width: 18.5%;
	margin-left: 15px;
}

.box-sub__image > img {
	display: block;
	margin-top: -40px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.box-sub__image {
		float: right;
		width: 37%;
		margin-left: 15px;
		margin-bottom: 5px;
	}

	.box-sub__image > img {
		margin-top: 0;
	}
}

.box-sub__text p {
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.box-sub__text {
	}
}

.box-button {
	margin-top: 15px;
}

.box-button > a {
	display: block;
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #2a71b9;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #fff !important;
	vertical-align: middle;
	box-shadow: 0 3px 0 rgba(51, 51, 51, 0.2);
	transition: all .5s !important;
}

.box-item--02 .box-button > a {
	width: 80%;
}

/* .box-item__text-time */

.box-item__text-time {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.box-item__text-time {
		margin-top: 0;
	}
}

.box-item__text-time dt,
.box-item__text-time dd{
	box-sizing: border-box;
	padding: 5px 10px 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

.box-item__text-time dt {
	float: left;
	width: 75px;
	padding-bottom: 0;
	font-weight: bold;
}

.box-item__text-time dd {
	margin-left: 75px;
}

.box-item__text-time dd a {
	position: relative;
	font-size: 12px;
	text-decoration: underline;
	color: #1a95ce;
}

.box-item__text-time dd a.has-arrow {
	padding-left: 1.5em;
}

.box-item__text-time dd .icon-new-tab:before {
	display: inline-block !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
	color: #1a95ce !important;
}

.box-item__text-time dd a.has-arrow::before {
    content: "\e916";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-family: 'ikspiari_jp', sans-serif;
    color: #1a95ce;
    transition: all .5s;
}

@media screen and (max-width: 767px){
	.box-item__text-time dt,
	.box-item__text-time dd {
		padding: 3px 10px 3px 0;
		font-size: 13px;
	}

	.box-item__text-time dt {
		width: 70px;
	}

	.box-item__text-time dd {
		margin-left: 80px;
	}
}

/* .section-note */

.note {
	margin-top: 5px ;
}

.section-note .note {
	max-width: calc(1120px - 120px);
	width: calc(100% - 120px);
	margin: 0 auto;
}

.txt-note {
	color: #333;
}

@media screen and (max-width: 787px){
	.note {
		margin-top: 5px ;
	}

	.section-note .note {
		max-width: none;
		width: auto;
		margin: 0 9vw;
	}
}

/* .toggle */

.toggle {
	padding: 10px;
}

@media all and (max-width: 767px) {
	.toggle {
		margin-bottom: -15px;
	}
}

.toggle-open,
.toggle-close {
	border-radius: 500px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #2a71b9;
	cursor: pointer;
}

.toggle-open {
}

.toggle-close {
	display: none;
}

.toggle-open:before,
.toggle-close:before {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: 'ikspiari_jp', sans-serif;
	color: #2a71b9;
}

@media all and (max-width: 767px) {
	.toggle-open:before,
	.toggle-close:before {
		display: inline-block;
		position: relative;
		top: 2px;
		margin-right: 0.5em;
		font-size: 16px;
		font-family: 'ikspiari_jp', sans-serif;
		color: #2a71b9;
	}
}

.toggle-open:before {
	content: "\e914";
}

.toggle-close:before {
	content: "\e915";
}

.toggle-open,
.toggle-close,
.toggle-open:before,
.toggle-close:before {
	transition: all .5s;
}

.toggle-open:hover,
.toggle-close:hover,
.toggle-open:hover:before,
.toggle-close:hover:before {
	color: #1a95ce !important;
}

/* アニメーション */

.js-fadein {
	opacity: 0;
}

/* 長体処理(中央揃え) */

.chotai-basis {
	position: relative;
	overflow: hidden;
}

.chotai-container {
	width: 300%;
	-webkit-transform: translateX(-33.33%);
	transform: translateX(-33.33%);
	text-align: center;
}

.chotai {
	display: inline-block;
	white-space: nowrap;
	transform-origin: center center;
}
