/*!
Theme Name: StudioPrima
Author: SHUMiST DESIGN.
Author URI: https://shumist.com/
Description: The Theme for StudioPrima.
Version: 1.0.0
Text Domain: studioprima
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* common
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* element
-------------------------------------------------- */
html {
	font-size: 62.5%;

	-webkit-text-size-adjust: 100%;
}

body {
	color: #333333;
	font-size: 1.4rem;
	line-height: 1;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		'Roboto',
		'Helvetica Neue',
		'BIZ UDGothic',
		'ヒラギノ角ゴ ProN W3',
		Hiragino Kaku Gothic ProN,
		Arial,
		Meiryo,
		sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/* preload
-------------------------------------------------- */
.preload * {
	transition: none !important;
}

/* none
-------------------------------------------------- */
.dp_n_pc {
	display: none !important;
}

/* flexbox
-------------------------------------------------- */
.dp_f {
	display: flex;
	display: -webkit-flex;
}

/* title
-------------------------------------------------- */
.ttl02 {
	position: relative;
	margin: 2rem 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 3.2rem;
	font-family: 'Oleo Script Swash Caps', cursive;
	text-align: center;
}

.sub_ttl {
	position: relative;
	z-index: 1;
	margin-top: 5rem;
	margin-bottom: 5rem;
	color: #333333;
	font-weight: normal;
	font-size: 6rem;
	font-family: 'Oleo Script Swash Caps', cursive;
	text-align: center;
}

.sub_ttl::before {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	z-index: -1;
	width: 310px;
	height: 175px;
	margin: auto;
	background-image: url(./imgs/top/ttl_img/point_ttl.svg);
	background-repeat: no-repeat;
	content: '';
}

#campaign .sub_ttl::before {
	top: -60px;
	left: -10px;
	background-image: url(./imgs/top/ttl_img/campaign_ttl.svg);
}

#plan .sub_ttl::before {
	top: -35px;
	left: 10px;
	background-image: url(./imgs/top/ttl_img/plan_ttl.svg);
}

#beauty .sub_ttl::before {
	top: -50px;
	left: 10px;
	background-image: url(./imgs/top/ttl_img/beauty_ttl.svg);
}

#blog .sub_ttl::before {
	left: 5px;
	background-image: url(./imgs/top/ttl_img/blog_ttl.svg);
}

#instagram .sub_ttl::before {
	top: -50px;
	left: 25px;
	background-image: url(./imgs/top/ttl_img/insta_ttl.svg);
}

#other .sub_ttl::before {
	left: -10px;
	background-image: url(./imgs/top/ttl_img/other_ttl.svg);
}

.plan_ttl {
	padding: 2rem 3.2rem;
	font-weight: bold;
	font-size: 3.2rem;
	font-family: 'Quicksand', sans-serif;
	text-align: left;
	text-shadow:
		3px 3px 0 #ffffff,
		-3px -3px 0 #ffffff,
		-3px 3px 0 #ffffff,
		3px -3px 0 #ffffff,
		0 3px 0 #ffffff,
		0 -3px 0 #ffffff,
		-3px 0 0 #ffffff,
		3px 0 0 #ffffff;
}

.plan_sub {
	position: relative;
	margin: 2.5rem 0 3.5rem;
	font-size: 2.6rem;
	font-family: 'Kosugi Maru', sans-serif;
}

.plan_sub::before {
	position: absolute;
	right: 0;
	bottom: -18px;
	left: 0;
	width: 150px;
	margin: auto;
	border: 2px solid #ff8f8f;
	border-radius: 30px;
	content: '';
}

.plan_sub.clr_y::before {
	border: 3px solid #ffea00;
}

.plan_sub.clr_g::before {
	border: 3px solid #00e676;
}

.plan_sub span {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.8rem;
}

.blog_ttl {
	margin-bottom: 4rem;
	color: #ffffff;
	font-weight: normal;
	font-size: 2rem;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
}

li.blog_none {
	margin: 0 auto;
	padding: 2rem;
}

/* header
-------------------------------------------------- */
.mv {
	position: relative;
	height: 560px;
	overflow: hidden;
}

.mv img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.slick-slider img {
	position: static;
	transform: translateY(0) translateX(0);
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	object-fit: cover;
}

.slickimgs {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.slickimgs.slick-initialized {
	opacity: 1;
}

.slickimgs .slick-track {
	height: 100%;
}

.slickimgs .mv_img_box {
	position: static;
	width: 100%;
}

.front_page .mv,
.front_page .mv::before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
}

.front_page .mv::before {
	z-index: 1;
	background-image: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.8) 10%,
		rgba(255, 255, 255, 0.1) 25%,
		rgba(255, 255, 255, 0) 100%
	);
	content: '';
}

.h_inner {
	position: relative;
	max-width: 100%;
	height: 100vh;
	/* margin-right: 280px; */
}

.header_title {
	font-weight: normal;
	font-size: 1rem;
}

.header_logo {
	width: 200px;
	height: 160px;
	margin-top: 0.5rem;
	margin-left: 1rem;
}

.header_logo a {
	display: block;
}

.header_info {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 3;
	transform: translateY(0);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;

	will-change: transform;
}

.scroll .header_info {
	position: fixed;
	top: 0;
	left: 1rem;
	transform: translateY(-100%);
}

.video_youtube a {
	display: block;
	position: relative;
	width: 95%;
	height: 150px;
	overflow: hidden;
	border: 10px solid #333333;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.video_youtube a:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.movie_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0.5rem 1rem 1rem 0.3rem;
	background-color: #333333;
}

.movie-thumb > img {
	position: absolute;
	top: -30px;
}

.topic_news {
	display: flex;
	position: absolute;
	bottom: 2rem;
	z-index: 1;
	width: 100%;
	padding: 1.5rem 3rem;
	background-color: rgb(51 51 51 / 90%);
	color: #ffffff;
	letter-spacing: 0.1em;
}

.topic_ttl {
	font-weight: bold;
}

.topic_ttl::after {
	margin: 0 1rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f0da';
}

.topic_txt a {
	text-decoration: underline;
}

.fixed_side_box {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 99;
	transform: translateY(-50%);

	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.fixed_side_box > p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	border: 1px solid #333333;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.2rem;
}

.fixed_side_box > p > i {
	margin-bottom: 0.1rem;
}

.fixed_side_box > p > span {
	display: block;
}

.fixed_side_menu li > a {
	display: block;
	padding: 1.52rem 1rem;
	border-bottom: 1px solid #ffffff;
	background-color: #333333;
	font-weight: bold;
	font-size: 1.4rem;
	white-space: nowrap;
	transition: 0.6s;
}

.fixed_side_menu li:last-child > a {
	border: none;
}

.fixed_side_menu li > a:hover {
	opacity: 0.9;
}

/* nav
-------------------------------------------------- */
.n_inner {
	position: relative;
	z-index: 2;
	transform: translateY(0);
	width: 100%;

	/* margin-right: 280px; */
	padding-bottom: 2.3rem;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;

	will-change: transform;
}

.scroll .n_inner {
	/* position: fixed;
	top: 0;
	right: 0; */
	transform: translateY(-100px);
}

.list_nav_etc {
	justify-content: flex-end;
	align-items: center;
	padding: 1rem;

	-webkit-box-align: center;
	-webkit-box-pack: end;
	-ms-flex-align: center;
}

.list_nav_etc li a {
	display: block;
	padding: 0 1.8rem;
	border: 1px solid #333333;
	border-radius: 30px;
	background-color: #333333;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	transition: 0.6s;
}

.list_nav_etc li:not(.icon_circle) a {
	min-width: 155px;
}

.list_nav_etc li a:hover {
	border-radius: 0;
}

.list_nav_etc li a > i {
	margin-right: 0.5rem;
}

.list_nav_etc li:not(:last-child) {
	margin-right: 1rem;
}

li.icon_circle a {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	background: none;
}

li.icon_circle a i {
	margin-right: 0;
	font-size: 2.4rem;
	line-height: 40px;
}

li.icon_insta a {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

li.icon_face a {
	background-color: #3b5998;
}

li.icon_mail a {
	background-color: #333333;
}

.list_nav_etc li:first-child a {
	background-color: #ffffff;
	color: #333333;
}

.list_nav_etc li:nth-child(4) a {
	border: 1px solid #03a9f4;
	background-color: #03a9f4;
}

.list_nav_etc li:nth-child(5) a {
	border: 1px solid #ff8f8f;
	background-color: #ff8f8f;
}

.list_nav_etc li:nth-child(6) a,
.list_nav_etc li:nth-child(7) a,
.list_nav_etc li:nth-child(8) a {
	border: none;
}

/* main
-------------------------------------------------- */
.zarame_bg {
	background-image: url(./imgs/top/campaign/bg.gif);
}

.dzarame_bg {
	background-image: url(./imgs/top/about/bg.gif);
}

/* .box {
	margin-right: 280px;
} */

.btn a {
	display: inline-block;
	position: relative;
	padding: 0 5rem;
	border: 1px solid #333333;
	border-radius: 30px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 45px;
	transition: 0.6s;
}

.btn a::after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f0a9';
}

.btn a:hover {
	border: 1px solid #333333;
	border-radius: 0;
	background-color: #ffffff;
	color: #333333;
}

.btn3 {
	justify-content: center;

	gap: 2rem;
}

.btn a {
	min-width: 245px;
}

/* main:recommend - おすすめ
-------------------------------------------------- */
#recommend .box {
	position: relative;
	z-index: 0;
	max-width: 100%;
	min-height: 400px;
	background-image: url(./imgs/top/recommend/bg.jpg);
	background-position: 50% 25%;
	background-size: cover;
}

#recommend .box::before {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 80px solid transparent;
	border-left: 80px solid #ff8f8f;
	content: '';
}

#recommend .box::after {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 80px solid transparent;
	border-right: 80px solid #ff8f8f;
	content: '';
}

#recommend .box .txt {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 8rem 2.5rem;
	text-align: center;
}

#recommend .box .txt p {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 0.3rem;
}

#recommend .box .txt p .price {
	display: block;
	margin: 1rem 0;
	color: #ffea00;
	font-weight: bold;
	font-size: 5.8rem;
	font-family: 'Quicksand', sans-serif;
	text-shadow:
		2px 2px 0 #333333,
		-2px -2px 0 #333333,
		-2px 2px 0 #333333,
		2px -2px 0 #333333,
		0 2px 0 #333333,
		0 -2px 0 #333333,
		-2px 0 0 #333333,
		2px 0 0 #333333;
}

#recommend .box .txt p .yen {
	margin-left: 0.5rem;
	font-size: 3.8rem;
}

#recommend .box .txt p .free {
	color: #ffea00;
	font-weight: bold;
	text-shadow:
		2px 2px 0 #333333,
		-2px -2px 0 #333333,
		-2px 2px 0 #333333,
		2px -2px 0 #333333,
		0 2px 0 #333333,
		0 -2px 0 #333333,
		-2px 0 0 #333333,
		2px 0 0 #333333;
}

#recommend .box .txt p .price_tax {
	display: block;
	margin-bottom: 2rem;
	font-size: 2rem;
}

.recommend_ttl {
	display: inline-block;
	margin-bottom: 3.5rem;
	color: #ff8f8f;
	font-size: 5rem;
	letter-spacing: 1rem;
	text-shadow:
		3px 3px 0 #ffffff,
		-3px -3px 0 #ffffff,
		-3px 3px 0 #ffffff,
		3px -3px 0 #ffffff,
		0 3px 0 #ffffff,
		0 -3px 0 #ffffff,
		-3px 0 0 #ffffff,
		3px 0 0 #ffffff;
}

.recommend_ttl > span {
	display: block;
	position: relative;

	/* margin-bottom: 2.5rem; */
	color: #333333;
	font-size: 2rem;
	letter-spacing: 0.5rem;
	text-shadow: none;
}

.recommend_ttl > span::before {
	position: absolute;
	top: -10px;
	left: -45px;
	width: 40px;
	height: 40px;
	background-image: url(./imgs/top/recommend/left_parts.svg);
	content: '';
}

.recommend_ttl > span::after {
	position: absolute;
	top: -10px;
	right: -45px;
	width: 40px;
	height: 40px;
	background-image: url(./imgs/top/recommend/right_parts.svg);
	content: '';
}

#recommend .box .btn {
	margin-top: 5rem;
}

/* main:about - アバウト
-------------------------------------------------- */
#about .box {
	position: relative;
	z-index: 0;
	min-height: 500px;
	padding-bottom: 6rem;
	background-image: url(./imgs/top/about/bg.gif);
}

#about .box::before {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;
	z-index: 1;
	max-width: 1200px;
	height: 560px;
	margin: auto;
	background-image: url(./imgs/top/about/kasane_bg.svg);
	background-repeat: no-repeat;
	content: '';

	background-position-y: 15px;
}

/* #about .box::after {
	position: absolute;
	z-index: 5;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(./imgs/top/about/wave.svg);
	background-size: cover;
	content: "";
} */

#about .box .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 0 0;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.left_box {
	position: relative;
	z-index: 3;
	width: 41%;
	padding: 8rem 2.5rem 8rem;
	text-align: left;
}

.right_box {
	width: 59%;
	padding: 0 2.5rem 2rem;
}

.about_ttl {
	position: relative;
	max-width: 375px;
	margin-bottom: 4rem;
}

.about_ttl span {
	position: absolute;
	top: -35px;
	left: -25px;
	transform: rotate(-6deg);
	font-weight: normal;
	font-size: 3.2rem;
	font-family: 'Oleo Script Swash Caps', cursive;
}

#about .about_ttl::before {
	position: absolute;
	top: -80px;
	left: -43px;
	z-index: -1;
	width: 200px;
	height: 130px;
	background-image: url(./imgs/point/message_bird.svg);
	background-repeat: no-repeat;
	content: '';
}

#about .box .left_box .txt p {
	margin-bottom: 2rem;
	line-height: 1.7;
	letter-spacing: 0.3rem;
}

.catch_copy {
	font-weight: bold;
	font-size: 2.2rem;
}

#about .left_box .txt {
	margin-bottom: 3rem;
}

#about .btn {
	padding: 0 2rem;
	text-align: center;
}

/* main:point - ポイント
-------------------------------------------------- */
#point .box {
	padding: 1rem 0 0;
}

#point .box .inner {
	margin: 0 auto;
}

.list_point_imgs {
	display: flex;
	display: -webkit-flex;
}

.list_point_imgs li {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 33.5%;
	min-height: 600px;
	background-position: center;
	background-size: cover;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.list_point_imgs li:nth-child(1) {
	background-image: url(./imgs/top/point/01_point.jpg);
}

.list_point_imgs li:nth-child(2) {
	background-image: url(./imgs/top/point/02_point.jpg);
}

.list_point_imgs li:nth-child(3) {
	background-image: url(./imgs/top/point/03_point.jpg);
}

.points {
	position: relative;
	width: 280px;
	height: 280px;
	padding: 10rem 0;
	background-image: url(./imgs/top/point/lace_kazari.svg);
	background-repeat: no-repeat;
	text-align: center;
}

.points h3 {
	line-height: 1.5;
}

.points > p {
	font-size: 1.8rem;
	line-height: 1.5;
}

.points .btn {
	margin-top: 1rem;
}

.points .btn a {
	font-size: 1.4rem;
	line-height: 25px;
}

.balloon {
	position: absolute;
	top: -80px;
	right: -60px;
	width: 180px;
	height: 180px;
	padding: 5rem 1rem;
	background-image: url(./imgs/top/point/fukidashi.svg);
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 1.4rem;
}

.balloon p {
	width: 100%;
	height: 65px;
	line-height: 1.5;
}

/* main:campaign - キャンペーン
-------------------------------------------------- */
#campaign .box {
	position: relative;
	z-index: 0;
	max-width: 100%;
	padding: 7rem 0 5rem;
	background-image: url(./imgs/top/campaign/bg.gif);
}

#campaign .box:before,
#campaign .box:after {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	content: '';
}

#campaign .box:before {
	top: 50px;
	left: 80px;
	width: 135px;
	height: 125px;
	background-image: url(./imgs/top/campaign/bg_img01.svg);
}

#campaign .box:after {
	top: 30px;
	right: 80px;
	width: 150px;
	height: 180px;
	background-image: url(./imgs/top/campaign/bg_img02.svg);
}

#campaign .box .inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.fair_img {
	margin-bottom: 12rem;
}

.list_camp_imgs .c_2col {
	flex-wrap: wrap;
	justify-content: space-between;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.list_camp_imgs a {
	display: inline-block;
	transition: 0.6s;
}

.list_camp_imgs a:hover {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.list_camp_imgs > div:not(:last-child) {
	margin-bottom: 2rem;
}

.list_camp_imgs .date_limited_plan {
	display: inline-block;
	position: relative;
	color: #333333;
}

.date_limited_info {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	max-width: 440px;
	margin: auto;
	padding: 1rem;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	word-break: break-all;
}

.date_limited_catch {
	padding-bottom: 1rem;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}

.date_limited_catch span {
	color: red;
}

.date_limited_info p:nth-child(2) {
	font-weight: bold;
	font-size: 1.2rem;
}

.date_limited_datelist {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin: 1rem auto 0;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.limited_month {
	margin-right: 1rem;
}

.date_limited_datelist div:nth-of-type(3) {
	margin-left: 1rem;
}

.limited_month p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 40px;
}

.limited_month p span {
	font-size: 1rem;
}

.limited_days {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.date_limited_title {
	position: absolute;
	top: 65px;
	right: 15px;
	font-size: 4.2rem;
	line-height: 1.5;
	text-align: center;
}

.date_limited_box {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	text-align: center;
}

.date_limited_ttl {
	margin-bottom: 3rem;
	font-weight: bold;
	font-size: 5.2rem;
	letter-spacing: 0.5rem;
}

.date_limited_ttl span {
	color: red;
}

.date_limited_remarks {
	margin-bottom: 1.5rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.date_limited_info_1col .limited_month p {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.date_limited_info_1col .limited_days {
	font-weight: bold;
	font-size: 1.8rem;
}

.date_limited_catch_box {
	display: flex;
	justify-content: space-around;
}

.date_limited_catch_box .date_limited_catch {
	width: 45%;
	padding: 1rem;
	border-right: 3px solid #ffeb3b;
	border-left: 3px solid #ffeb3b;
	background-color: #ffffff;
}

.date_limited_catch_box .date_limited_catch p:first-of-type {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}

.date_limited_catch_box .date_limited_catch p:last-of-type {
	font-size: 2rem;
}

.date_limited_info_1col {
	margin-bottom: 1.5rem;
}

.date_limited_catch_box .date_limited_catch p:last-of-type span:last-child {
	font-size: 2.8rem;
}

/* main:plan - プラン
-------------------------------------------------- */
#plan .box {
	padding: 5rem 0;
	text-align: center;
}

.plan_list {
	justify-content: space-between;
	max-width: 1200px;
	margin: 10rem auto 5rem;
	padding: 0 2.5rem;
}

.plan_detail {
	position: relative;
	width: 48%;
	min-height: 500px;
	border: 3px solid #333333;
}

.plan_detail a {
	display: block;
	color: #333333;
}

.plans_img {
	position: relative;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	background-image: url(./imgs/top/plan/no_imgs.png);
	background-position: center;
	background-size: cover;
}

.plans_img::before {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 35px solid transparent;
	border-left: 35px solid #ff8f8f;
	content: '';
}

.plans_img_clr_y::before {
	border-left: 50px solid #ffea00;
}

.plans_img_clr_g::before {
	border-left: 50px solid #00e676;
}

.plans_img.plan01 {
	background-image: url(./imgs/top/plan/01_plan.jpg);
}

.plans_img.plan02 {
	background-image: url(./imgs/top/plan/02_plan.jpg);
}

.plans_img.plan03 {
	background-image: url(./imgs/top/plan/03_plan.jpg);
}

.plans_img.plan04 {
	background-image: url(./imgs/top/plan/04_plan.jpg);
}

.plans_img.plan05 {
	background-image: url(./imgs/top/plan/05_plan.jpg);
}

.plans_img.plan06 {
	background-image: url(./imgs/top/plan/06_plan.jpg);
}

.plan_price {
	font-weight: bold;
	font-size: 5rem;
	font-family: 'Quicksand', sans-serif;
	text-indent: 0.1em;
}

.plan_price span {
	font-size: 1.4rem;
	font-family: 'Kosugi Maru', sans-serif;
}

.plan_price span.yen {
	display: inline-block;
	margin-right: 0.8rem;
	font-size: 3.8rem;
	font-family: 'Quicksand', sans-serif;
}

.plan_price span:nth-child(2) {
	font-weight: normal;
}

.list_plan_option {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2.5rem 2.5rem 1.5rem;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.list_plan_option li {
	min-width: 47.5%;
	max-width: 100%;
	margin-bottom: 1rem;
	padding: 0.8rem 2rem;
	border-radius: 5px;
	background-color: #ff8f8f;
	font-weight: bold;
	font-size: 1.6rem;
}

li.option_long {
	min-width: 100%;
}

.bg_clr_y li {
	background-color: #ffea00;
}

.bg_clr_g li {
	background-color: #00e676;
}

.plan_fukidashi {
	position: absolute;
	top: -70px;
	right: 10px;
	z-index: 9;
	width: 300px;
	height: 100px;
	background-image: url(./imgs/top/plan/fukidashi02.svg);
	background-repeat: no-repeat;
	content: '';
}

.plan_fukidashi p {
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.5;
}

.btn_plan_detail {
	margin-top: 5rem;
}

/* main:beauty - 美肌補正
-------------------------------------------------- */
#beauty .box {
	padding: 5rem 0;
	text-align: center;
}

#beauty .box .inner {
	max-width: 1200px;
	margin: 0 auto;
}

.beauty_ab_box {
	margin-bottom: 5rem;
}

.beauty_ab_item {
	width: 50%;
}

.beauty_ab_item > p {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

.beauty_ab_item > p::before,
.beauty_ab_item > p::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #ff8f8f;
	content: '';
}

.beauty_ab_item > p::before {
	left: -15px;
}

.beauty_ab_item > p::after {
	right: -15px;
}

/* main:rental_dress - レンタルドレス
-------------------------------------------------- */
#rental_dress .box {
	padding: 0;
}

.rental_dress_bnr {
	margin: 0 auto;
}

.dress_img {
	flex: 1;
	height: 420px;
	background-image: url(./imgs/top/rental_dress/bnr_dress.jpg);
	background-position: center;
	background-size: cover;
}

.rental_detail {
	width: 520px;
	height: 420px;
	padding: 3rem 5.5rem;
	background-image: url(./imgs/top/rental_dress/bg.gif);
	text-align: center;
	outline: 1px solid #ffffff;

	outline-offset: -10px;
}

.rental_sub_txt {
	position: relative;
}

.rental_sub_txt:before,
.rental_sub_txt:after {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	content: '';
}

.rental_sub_txt:before {
	top: 0;
	left: -10px;
	width: 75px;
	height: 105px;
	background-image: url(./imgs/top/rental_dress/bg_img01.svg);
}

.rental_sub_txt:after {
	top: 0;
	right: -10px;
	width: 85px;
	height: 100px;
	background-image: url(./imgs/top/rental_dress/bg_img02.svg);
}

.rental_sub_txt p {
	position: relative;
	z-index: 2;
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1.5;
}

.rental_dress_ttl {
	margin: 4rem 3rem;
	color: #ffffff;
	font-size: 3rem;
	font-family: 'Kosugi Maru', sans-serif;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}

.rental_dress_ttl span {
	display: block;
	margin-bottom: 1rem;
	padding: 0.5rem;
	border-bottom: 1px solid #ffffff;
	font-size: 3.8rem;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.5rem;
}

.rental_price_box {
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.circle {
	width: 120px;
	height: 120px;
	margin-right: 1rem;
	padding: 3rem 1rem;
	border-radius: 50%;
	background-color: #ffffff;
	color: #00967d;
	font-size: 3rem;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
}

.circle p:not(:last-child) {
	margin-bottom: 0.1rem;
}

.rental_price {
	flex: 1;
	color: #ffffff;
	font-weight: bold;
	font-size: 3rem;
}

.rental_price p,
.rental_price p span {
	font-family: 'Quicksand', sans-serif;
}

.rental_price p span span {
	display: inline-block;
	padding: 0 1rem;
	font-size: 4.8rem;
}

.rental_price p .price_tax {
	display: block;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 1.8rem;
}

/* main:blog - ブログ
-------------------------------------------------- */
#blog .box {
	padding: 3rem 2rem 5rem;
	background-image: url(./imgs/top/blog/bg.gif);
}

#blog .box .inner {
	max-width: 1520px;
	margin: 0 auto;
	text-align: center;
}

#blog .box .sub_ttl {
	color: #ffffff;
}

.list_blog {
	margin: 2rem auto 5rem;
}

.list_blog li {
	width: 33.3%;
	border: 1px dashed #ffffff;
}

.list_blog li:not(:last-child) {
	border-right: none;
}

.list_blog a {
	display: block;
	padding: 4rem 2.5rem;
}

.blog_imgs {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}

.blog_imgs svg {
	width: 100%;
	height: auto;
}

.blog_data {
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}

.blog_times {
	margin: 2rem 0;
}

.blog_times i {
	margin-right: 0.5rem;
}

.blog_excerpt {
	line-height: 1.7;
}

#blog .box .btn a {
	border: 1px solid #f5a851;
	background-color: #ffffff;
	color: #f5a851;
}

.mask {
	clip-path: url(#svgPath);

	-webkit-clip-path: url(#svgPath);
}

/* main:instagram - インスタグラム
-------------------------------------------------- */
#instagram .box {
	position: relative;
	z-index: 0;
	padding-top: 4rem;
	background-image: url(./imgs/top/campaign/bg.gif);
	text-align: center;
}

#instagram .box::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 560px;
	height: 100%;
	background-image: url(./imgs/top/instagram/insta_bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}

/* main:instagram - インスタグラム
-------------------------------------------------- */
.other_bnr_imgs {
	position: relative;
	z-index: 3;
}

.other_bnr_imgs li {
	width: 50%;
	height: 200px;
	background-image: url(./imgs/top/other/01_bnr.jpg);
	background-position: 50% 30%;
}

.other_bnr_imgs li:last-child {
	background-image: url(./imgs/top/other/02_bnr.jpg);
	background-position: 50% 30%;
}

/* main:photoGallery - フォトギャラリー
-------------------------------------------------- */
#photo_gallery .box {
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	margin-right: 0;
	overflow-y: auto;
	background-color: #00967d;
}

.ttl02:before {
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 0;
	width: 75px;
	height: 55px;
	background-image: url(./imgs/top/ttl_img/photo_ttl.svg);
	background-repeat: no-repeat;
	content: '';
}

.ttl02 span {
	position: relative;
	z-index: 1;
}

.list_photo {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 1rem;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.list_photo li {
	width: 50%;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
}

.list_photo li:first-child {
	width: 100%;
}

.list_photo li a {
	display: block;
	overflow: hidden;
}

.list_photo li a img {
	transform: scale(1);
	transition: 0.6s;
}

.list_photo li a:hover img {
	transform: scale(1.05);
}

#photo_gallery .box .btn {
	margin: 1.5rem 1.5rem 2.3rem;
	text-align: center;
}

#photo_gallery .box .btn a {
	width: 100%;
}

/* footer
-------------------------------------------------- */
.f_box {
	position: relative;
	z-index: 0;

	/* margin-right: 280px; */
	margin-bottom: -20px;
	border-top: 5px solid #222222;
	background-image: url(./imgs/top/footer/bg.gif);
}

.f_box::before {
	position: absolute;
	top: -61px;
	right: 0;
	left: 0;
	z-index: -2;
	width: 300px;
	height: 150px;
	margin: auto;
	background-image: url(./imgs/top/footer/bg_circle.png);
	content: '';
}

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

.footer_logo {
	justify-content: center;
	min-height: 100px;
	margin-bottom: 3rem;
}

.f_logo {
	position: relative;
	width: 200px;
	height: auto;
}

.f_logo img {
	position: absolute;
	top: -40px;
}

.footer_logo .icon {
	margin: 0 3rem;
	line-height: 100px;
}

.footer_logo .icon i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #3b5998;
	color: #ffffff;
	font-size: 2rem;
	line-height: 35px;
}

.footer_logo .icon.instagram i {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.footer_info {
	justify-content: space-around;
	margin: 3rem 2rem 5rem;
}

.footer_info li {
	position: relative;
	width: 23%;
}

.footer_info.no_vacancy li {
	width: 30%;
}

.footer_info li a {
	display: block;
	padding: 1.05rem;
	border: 1px solid #ffffff;
	border-radius: 50px;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	transition: 0.6s;
}

.footer_info li a:hover {
	border: 1px solid #ffeb3b;
	background-color: #ffeb3b;
	color: #333333;
}

.footer_info .mail a::before,
.footer_info .reserve a::before,
.footer_info .vacancy a::before {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	margin: auto;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f0a9';
}

.footer_info li span {
	display: block;
	margin-top: 0.3rem;
	font-size: 1.4rem;
	font-family: 'Quicksand', sans-serif;
}

.footer_info li i {
	margin-right: 1rem;
}

.footer_info .mail a {
	background-color: #ffffff;
	color: #333333;
}

.footer_info .tell a {
	display: flex;
	text-align: left;
}

.footer_info .tell_info {
	flex: 1;
	padding-left: 1rem;
	font-size: 1.4rem;
}

.footer_info.no_vacancy .tell_info {
	padding-left: 3rem;
}

.footer_info .tell_info span {
	font-size: 2.3rem;
	line-height: 1.34;
}

.footer_info.no_vacancy .tell_info span {
	font-size: 3rem;
	line-height: 1;
}

.footer_info .tell i {
	width: 65px;
	padding: 0.5rem 0;
	border-right: 1px solid #ffffff;
	font-size: 3rem;
	text-align: center;
}

.footer_info .tell a:hover i {
	border-right-color: #333333;
}

.footer_info .reserve a {
	border: 1px solid #ff8f8f;
	background-color: #ff8f8f;
	color: #ffffff;
}

.footer_info .vacancy a {
	border: 1px solid #03a9f4;
	background-color: #03a9f4;
	color: #ffffff;
}

.footer_info .mail i,
.footer_info .reserve i,
.footer_info .vacancy i {
	padding: 0.5rem 0;
}

.list_footer_box {
	margin: 1.5rem 0;
}

.list_footer_box li {
	color: #ffffff;
	line-height: 1.2;
}

.list_footer_box li a {
	color: #ffffff;
	text-decoration: none;
}

.list_footer_box li:not(:last-child) {
	margin-bottom: 0.8rem;
}

.footer_sitemap {
	justify-content: space-between;
	width: 1100px;
	margin: 2rem auto;
}

.footer_listbox {
	width: 30%;
}

.mini_ttl {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Quicksand', sans-serif;
}

.location_spot_list {
	justify-content: space-between;
	max-width: 1100px;
	margin: 3rem auto;
}

.location_spot_list li {
	width: 32%;
}

.location_spot_list li:nth-child(1) a {
	border: 3px solid #03a9f4;
	background-color: #03a9f4;
}

.location_spot_list li:nth-child(2) a {
	border: 3px solid #4caf50;
	background-color: #4caf50;
}

.location_spot_list li:nth-child(3) a {
	border: 3px solid #ff9800;
	background-color: #ff9800;
}

.location_spot_list li a {
	display: flex;
	display: -webkit-flex;
	padding: 1.5rem 1rem;
	color: #ffffff;
	text-decoration: none;
	transition: 0.6s;
}

.location_spot_list li a:hover {
	border: 3px solid #ffffff;
}

.location_spot_list li img {
	width: 50px;
	height: 50px;
	margin-right: 2rem;
	padding-right: 1rem;
	border-right: 1px solid #ffffff;
}

.spot_info {
	flex: 1;
	padding: 0.5rem;
}

.spot_info p {
	font-size: 1.2rem;
}

.spot_info span {
	display: block;
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 2.4rem;
}

.copyright {
	padding: 1rem 2rem;
	background-color: #222222;
	text-align: center;
}

.copyright p {
	color: #ffffff;
}

.f_prima_gr {
	max-width: 1100px;
	margin: 5rem auto;
}

.prima_gr_ttl {
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.prima_gr_list {
	justify-content: space-between;
}

.prima_gr_list li {
	width: 23%;
	text-align: center;
}

.prima_gr_list li a {
	display: block;
}

.page_top {
	display: none;
	position: fixed;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 98;
	width: 110px;
	height: 108px;
}

.full .page_top {
	right: 20px;
}

/* header:nav - ナビ(new)
-------------------------------------------------- */
.list_nav {
	justify-content: flex-end;
	margin-top: 1rem;
}

.list_nav li a {
	display: block;
	padding: 0.5rem 3.8rem;
	color: #333333;
	font-size: 1rem;
	text-align: center;
}

.list_nav li:not(:last-child) {
	border-right: 1px dashed #333333;
}

.list_nav li span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
	font-family: 'Oleo Script Swash Caps', cursive;
}

/* header:youtube - ビデオ
-------------------------------------------------- */
.video_youtube i {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ff0000;
	font-size: 8rem;
	text-shadow:
		6px 6px 0 #ffffff,
		-6px -6px 0 #ffffff,
		-6px 6px 0 #ffffff,
		6px -6px 0 #ffffff,
		0 6px 0 #ffffff,
		0 -6px 0 #ffffff,
		-6px 0 0 #ffffff,
		6px 0 0 #ffffff;
}

.fukidashi {
	position: absolute;
	top: -150px;
	right: -20px;
	width: 180px;
	height: 160px;
	background-image: url(./imgs/top/mv/fukidashi.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.fukidashi p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	margin: auto;
	color: #333333;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-align: center;
}

.btn2 {
	margin: 0 auto;
	text-align: center;
}

.btn2 p {
	display: inline-block;
	padding: 1rem 2.5rem;
	border: 1px solid #333333;
	border-radius: 30px;
	background-color: #333333;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	cursor: pointer;
	transition: 0.6s;
}

.btn2 p:hover {
	border: 1px solid #333333;
	border-radius: 0;
	background-color: #ffffff;
	color: #333333;
}

/* default - デフォルト
-------------------------------------------------- */
.ab_cnt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* main:instagram - インスタグラム
-------------------------------------------------- */
#instagram .box {
	position: relative;
	z-index: 0;
	padding: 6rem 0 4rem;
	background-image: url(./imgs/top/about/bg.gif);
	text-align: center;
}

.insta_inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

/* main:other - その他
-------------------------------------------------- */
#other .other_bnr {
	padding: 6rem 0 10rem;
}

.other_bnr_imgs {
	position: relative;
	z-index: 3;
}

.other_bnr_imgs li {
	position: relative;
	width: 50%;
	height: 250px;
	background-image: url(./imgs/top/other/01_bnr.jpg);
	background-position: 50% 30%;
	background-size: cover;
}

.other_bnr_imgs li a {
	display: block;
	width: 100%;
	height: 100%;
}

.other_bnr_imgs li:last-child {
	background-image: url(./imgs/top/other/02_bnr.jpg);
	background-position: 50% 100%;
}

.other_bnr_waku {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	background-image: url(./imgs/top/other/white_waku.svg);
	background-repeat: no-repeat;
	font-size: 3.2rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.other_bnr_waku.okosan {
	color: #333333;
	font-weight: bold;
	font-size: 5.8rem;
}

.other_bnr_waku.seijin {
	right: auto;
	left: 20px;
	background-image: url(./imgs/top/other/black_waku.svg);
	color: #ffffff;
	font-family: 'Kosugi Maru', sans-serif;
}

.life_birthday_bnr_img > a > img {
	width: 100%;
}

/* anime - アニメーション
-------------------------------------------------- */
.fuwafuwa {
	animation: fuwafuwa 1s infinite linear alternate;

	-webkit-animation: fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
	0% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes fuwafuwa {
	0% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* sp_nav - スマホ版ナビ
-------------------------------------------------- */
.sp_nav {
	position: relative;
	z-index: 99;
}

.sp_menu_btn {
	display: flex;
	position: fixed;
	top: 20px;
	top: 0;
	left: 10px;
	z-index: 99;
	transform: translateY(-100%);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

.ac_menu,
.reserve_btn,
.line_ac_btn,
.insta_ac_btn {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 0 0 3px 3px;
	text-align: center;
	cursor: pointer;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.ac_menu {
	width: 88px;
	height: 88px;
	background-color: #ffffff;
}

.ac_menu.ac_close {
	display: none;
}

.sp_menu_btn.active .ac_menu.ac_open {
	display: none;
}

.sp_menu_btn.active .ac_menu.ac_close {
	display: flex;
}

.reserve_btn,
.line_ac_btn,
.insta_ac_btn {
	width: 70px;
	height: 70px;
	margin-left: 1rem;
	background-color: #ff8f8f;
	color: #ffffff;
}

.vacancy_btn {
	background-color: #03a9f4;
}

.line_ac_btn {
	background-color: #00b900;
}

.insta_ac_btn {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.ac_menu::before,
.reserve_btn::before,
.line_ac_btn::before,
.insta_ac_btn::before {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 900;
	font-size: 2.6rem;
	font-family: 'Font Awesome 5 Free';
	text-align: center;
}

.ac_menu::before {
	content: '\f0c9';
}

.ac_menu.ac_close::before {
	content: '\f057';
}

.reserve_btn::before {
	content: '\f017';
}

.vacancy_btn::before {
	content: '\f274';
}

.line_ac_btn::before {
	content: '\f075';
}

.insta_ac_btn::before {
	font-weight: normal;
	font-family: 'Font Awesome 5 Brands';
	content: '\f16d';
}

.scroll .sp_menu_btn,
.sp_menu_btn.active {
	top: 0;
	transform: translateY(0);
}

.scroll .ac_menu,
.scroll .reserve_btn,
.scroll .line_ac_btn,
.scroll .insta_ac_btn {
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.sp_menu_btn span {
	display: block;
	font-weight: bold;
	font-size: 1rem;
	font-family: 'Quicksand', sans-serif;
}

.sp_menu_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	overflow-y: auto;
	background-image: url(./imgs/top/about/bg.gif);
}

.sp_menu_logo {
	margin-top: 3rem;
}

.sp_menu_logo a {
	display: block;
}

.sp_menu_logo img {
	width: 100%;
	height: 120px;
}

.sp_nav_ex {
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.sp_nav_ex li {
	width: calc(100% / 3);
	text-align: center;
}

.sp_nav_ex li:nth-child(4),
.sp_nav_ex li:nth-child(5),
.sp_nav_ex li:nth-child(6) {
	width: calc(100% / 3);
}

.sp_nav_ex li a {
	display: block;
	padding: 1.5rem;
	background-color: #333333;
	font-weight: bold;
	font-size: 1.2rem;
}

.sp_nav_ex li a i {
	display: block;
	margin: 0 auto 1rem;
	font-size: 2.4rem;
}

.sp_nav_ex li:nth-child(1) a {
	background-color: #ffffff;
	color: #333333;
}

.sp_nav_ex li:nth-child(2) a {
	background-color: #ffeb3b;
	color: #333333;
}

.sp_nav_ex li:nth-child(5) a {
	background-color: #03a9f4;
}

.sp_nav_ex li:nth-child(6) a {
	background-color: #ff8f8f;
}

.sp_menu_ttl {
	margin: 3rem 0;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.sp_menu_ttl span {
	display: block;
	margin-top: 0.3rem;
	font-size: 1rem;
}

.list_nav_sp {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 2rem;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
}

.list_nav_sp li {
	width: 50%;
	padding: 1rem;
}

.list_nav_sp li:not(:last-child) {
	border: none;
	border-top: 1px solid #333333;
}

.list_nav_sp li:nth-child(even) {
	border-left: 1px solid #333333;
}

.list_nav_sp li:last-child {
	/* width: 100%; */
	border-top: 1px solid #333333;
}

.list_nav_special {
	margin-top: 2rem;
}

.list_nav_special li {
	width: 50%;
}

.list_nav_special li:nth-child(1) a {
	background-color: #3b5998;
	color: #ffffff;
}

.list_nav_special li:nth-child(2) a {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	color: #ffffff;
}

/* 下層ページ
-------------------------------------------------- */

/* page:common - 共通設定
-------------------------------------------------- */
.page_head {
	height: 700px;
	background-position: 0 140px;
}

.page_ttl {
	position: relative;
	top: -10px;
	z-index: 0;

	/* margin-right: 280px; */
	margin-bottom: 2rem;
	background-color: #ffffff;
	color: #333333;
	font-weight: normal;
	font-size: 6rem;
	font-family: 'Oleo Script Swash Caps', cursive;
	text-align: center;
}

.page_ttl::before {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	z-index: -2;
	width: 360px;
	height: 180px;
	margin: auto;
	background-image: url(./imgs/common/page_ttl_bf.svg);
	background-repeat: no-repeat;
	content: '';
}

.page_ttl::after {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	z-index: -1;
	width: 310px;
	height: 165px;
	margin: auto;
	background-image: url(./imgs/common/point_ttl_af.svg);
	background-repeat: no-repeat;
	content: '';
}

/* page:point>mv - ポイント > メインビジュアル
-------------------------------------------------- */
.point_page {
	height: auto;
	background-image: none;
}

.point_page .mv img {
	top: 65%;
}

/* page:point>point_message - ポイント > メッセージ
-------------------------------------------------- */
#point_massage .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem;
}

.harf_box {
	width: 50%;
	padding: 2rem 3rem 5rem;
}

#point_massage .left_box {
	padding: 7rem 0 10rem;
}

#point_massage .right_box {
	padding: 0;
}

.prima_logo {
	max-width: 50px;
	margin-left: 16rem;
}

.point_prima_message {
	margin-bottom: 2rem;
}

.point_prima_message .about_ttl {
	z-index: 0;
	margin-bottom: 2rem;
}

.point_prima_message .about_ttl::before {
	position: absolute;
	top: -80px;
	left: -43px;
	z-index: -1;
	width: 200px;
	height: 130px;
	background-image: url(./imgs/point/message_bird.svg);
	background-repeat: no-repeat;
	content: '';
}

.point_txt {
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.8rem;
}

.note {
	width: 92%;
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #bdbdbd 97%, #bdbdbd 100%);
	background-size:
		8px 100%,
		100% 3em;
	font-size: 1.8rem;
	line-height: 3;
}

/* page:point>point_main - ポイント > 選ばれる理由
-------------------------------------------------- */
#point_main .box {
	position: relative;
	margin-top: 12rem;
	padding: 18rem 2rem 6rem;
	background-image: url(./imgs/top/about/bg.gif);
}

.point_studioprima {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -150px;
	right: 0;
	left: 0;
	width: 450px;
	height: 300px;
	margin: auto;
	background-image: url(./imgs/point/point_bg.svg);
	background-repeat: no-repeat;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.point_info {
	text-align: center;
}

.point_info p {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.point_first_ttl {
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3.5rem;
}

.point_pickup {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 10px;
	width: 100px;
	height: 100px;
	background-image: url(./imgs/point/pickup.svg);
	background-repeat: no-repeat;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.point_pickup p {
	transform: rotate(-10deg);
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'Quicksand', sans-serif;
}

.list_points {
	max-width: 1100px;
	margin: 5rem auto 0;
}

.list_points li {
	position: relative;
	width: 100%;
	height: 470px;
	background-image: url(./imgs/point/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.list_points li:not(:last-child) {
	margin-bottom: 5rem;
}

.list_points li:nth-child(odd) {
	background-position: right -110px bottom -80px;
}

.list_points li:nth-child(even) {
	background-position: left -110px bottom -190px;
}

.points_info {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 620px;
	height: 410px;
	margin: auto;
	border: 10px solid #ff8f8f;
	background-color: #ffffff;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.list_points li:nth-child(even) .points_info {
	right: 0;
	left: auto;
}

.point_num {
	position: absolute;
	top: -25px;
	left: -30px;
	z-index: 5;
	width: 85px;
	height: 85px;
	padding: 1.5rem 1rem;
	background-image: url(./imgs/point/point01.svg);
	text-align: center;
}

.point_num p {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'Quicksand', sans-serif;
}

.point_num p span {
	display: block;
	font-size: 2.8rem;
	font-family: 'Quicksand', sans-serif;
}

.point_info_box {
	padding: 2rem;
}

.points_ttl {
	margin-bottom: 2rem;
	color: #ff8f8f;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

.points_first_txt {
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.8rem;
	text-align: center;
}

.points_first_txt span {
	font-family: 'Quicksand', sans-serif;
}

.points_txt {
	margin-top: 2rem;
	line-height: 2.4rem;
}

.point_info_box .btn {
	margin-top: 2rem;
	text-align: center;
}

.point_info_box .btn a {
	padding: 0 6rem;
	border: none;
	background-color: #ffeb3b;
	color: #333333;
	letter-spacing: 0.1rem;
}

.point_info_box .btn a:hover {
	border: none;
}

.list_points li:nth-child(2) {
	background-image: url(./imgs/point/02.jpg);
}

.list_points li:nth-child(2) .points_info {
	border: 10px solid #03a9f4;
}

.list_points li:nth-child(2) .points_info .point_num {
	background-image: url(./imgs/point/point02.svg);
}

.list_points li:nth-child(2) .points_info .points_ttl {
	color: #03a9f4;
}

.list_points li:nth-child(3) {
	background-image: url(./imgs/point/03.jpg);
	background-position: right -110px bottom -180px;
}

.list_points li:nth-child(3) .points_info {
	border: 10px solid #4caf50;
}

.list_points li:nth-child(3) .points_info .point_num {
	background-image: url(./imgs/point/point03.svg);
}

.list_points li:nth-child(3) .points_info .points_ttl {
	color: #4caf50;
}

.list_points li:nth-child(4) {
	background-image: url(./imgs/point/04.jpg);
	background-position: left -110px bottom -110px;
}

.list_points li:nth-child(4) .points_info {
	border: 10px solid #ff9800;
}

.list_points li:nth-child(4) .points_info .point_num {
	background-image: url(./imgs/point/point04.svg);
}

.list_points li:nth-child(4) .points_info .points_ttl {
	color: #ff9800;
}

.list_points li:nth-child(5) {
	background-image: url(./imgs/point/05.jpg);
	background-position: right -110px bottom 0;
}

/* page:contacts - お問い合わせ
-------------------------------------------------- */
#contacts .box {
	margin-top: 3rem;
	padding: 3rem;
}

.contacts_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 5rem 3rem;
	border: 1px solid #333333;
	background-image: url(./imgs/common/contacts_bg.gif);
	text-align: center;
}

.contacts_ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 2rem;
	font-size: 2.8rem;
}

.contacts_ttl::before {
	position: absolute;
	top: -15px;
	left: 240px;
	z-index: -1;
	color: #ffffff;
	font-size: 6rem;
	font-family: 'Font Awesome 5 Free';
	content: '\f1d8';
}

.contacts_box p {
	font-size: 1.6rem;
}

.contact_tel {
	max-width: 500px;
	margin: 3rem auto;
	border: 1px solid #333333;
}

.contact_tel a {
	padding: 1.5rem 2rem;
	color: #333333;
	transition: 0.6s;
}

.contact_tel a:hover {
	background-color: #ffffff;
}

.tel_icon {
	padding: 1rem 2rem 1rem 0;
	border-right: 1px solid #333333;
	font-size: 3rem;
}

.tel_info {
	flex: 1;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 0;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;

	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.tel_info span {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
}

.list_contact {
	margin: 0;
}

.list_contact li {
	width: 31%;
}

.list_contact.no_vacancy li {
	width: 48%;
}

.list_contact li a {
	display: block;
	transition: 0.6s;
}

.list_contact li a:hover {
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
}

.list_contact .mail a {
	border: 1px solid #333333;
	background-color: #333333;
	color: #ffffff;
}

span.wpcf7-not-valid-tip {
	display: block;
	padding-top: 0.8rem;
	color: #ff8f8e;
	font-weight: bold;
	text-align: left;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output,
.screen-reader-response {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	position: relative;
	margin: 0 2rem 0 0;
	padding-left: 2rem;
	cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label {
	cursor: pointer;
}

.wpcf7-radio input[type='radio'] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 13px;
	height: 13px;
	margin: auto;
	border: 1px solid #323232;
	border-radius: 50%;
	background: #ffffff;
	content: '';
}

.wpcf7-radio .wpcf7-list-item-label::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
	width: 7px;
	height: 7px;
	margin: auto;
	border-radius: 50%;
	background: #333333;
	content: '';
}

.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-radio input[type='radio']:not(:checked) + .wpcf7-list-item-label::after {
	opacity: 0;
}

.cremark {
	margin: 0.5rem 0 0 3.9rem;
	font-weight: normal;
	font-size: 1.2rem;
}

.cremark a {
	display: inline-block;
	padding: 0.5rem 0.8rem;
	border-radius: 3px;
	background-color: #ffeb3b;
	color: #333333;
}

.cremark a i {
	margin-left: 0.5rem;
}

/* page:consultation - オンライン相談
-------------------------------------------------- */
.consultation_ttl::after {
	background-image: url(./imgs/common/consultation_ttl_af.svg);
}

.two_column_list {
	max-width: 1080px;
	margin: 10rem auto 0;
}

.two_column_list li {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.two_column_list li .column_img,
.two_column_list li .column_info {
	position: relative;
	width: 50%;
	text-align: left;
}

.column_ttl {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 2rem;
	border-bottom: 2px solid #333333;
	font-size: 2.1rem;
	line-height: 1.5;
}

.column_ttl img {
	width: 28px;
	height: auto;
	margin: 0 1.5rem;
}

.column_img {
	overflow: hidden;
}

.two_column_list li .column_info {
	padding: 3rem;
}

.two_column_list li .column_info .txt {
	padding: 2rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.two_column_list li:nth-child(odd) {
	flex-direction: row-reverse;
}

.two_column_list li:not(:last-child) {
	margin-bottom: 8rem;
}

.flow_step {
	display: flex;
	display: -webkit-flex;
	max-width: 1080px;
	margin: 5rem auto;
}

.flow_step li {
	width: 30%;
	padding: 2rem;
}

.flow_step li:not(:nth-child(3n)) {
	margin-right: 5%;
}

.flow_step li .flow_ttl {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: left;
}

.flow_step li .flow_ttl span {
	display: block;
	margin-bottom: 1rem;
	color: #ff8f8f;
	font-weight: normal;
	font-size: 2.4rem;
	font-family: 'Oleo Script Swash Caps', cursive;
}

.flow_txt {
	line-height: 2;
	text-align: left;
}

/* page:other_bnr - その他(バナー)
-------------------------------------------------- */
#other_bnr .box {
	padding: 5rem 0 10rem;
}

/* page:campaign - キャンペーン ★
-------------------------------------------------- */
.campaign_ttl {
	margin-bottom: -10px;
	letter-spacing: -0.2rem;
}

.campaign_ttl::after {
	background-image: url(./imgs/common/campaign_ttl_af.svg);
}

.zarame_ttl::before {
	background-image: url(./imgs/common/zarame_ttl_bf.svg);
}

.zarame_ttl {
	background-image: url(./imgs/top/campaign/bg.gif);
}

/* page:campaign>mv - キャンペーン > メインビジュアル
-------------------------------------------------- */
.campaign_page {
	height: auto;
	background-image: none;
}

.campaign_page .mv img {
	top: 90%;
}

/* page:campaign>main - キャンペーン > メイン
-------------------------------------------------- */
#campaign_main .box {
	padding: 5rem 3rem;
}

.list_campaign {
	max-width: 1200px;
	margin: 3rem auto;
}

.list_campaign li {
	display: flex;
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

.list_campaign li:not(:last-child) {
	margin-bottom: 5rem;
}

.camp_left,
.camp_right {
	position: relative;
	width: 50%;
	min-height: 420px;
	overflow: hidden;
}

.camp_left img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: none;
	max-height: 115%;
}

.camp_ribon {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 200px;
	height: 100px;
	background-image: url(./imgs/campaign/ribon.svg);
	background-repeat: no-repeat;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.camp_ribon p {
	transform: rotate(30deg);
	color: #ffffff;
}

.ttl_campaigns {
	margin: 0 2rem;
	padding: 2rem 1rem;
	font-size: 2.6rem;
}

.camp_info_box {
	margin-bottom: 7.8rem;
	padding: 2rem;
}

.camp_info {
	font-weight: bold;
	font-size: 1.8rem;
}

.camp_price {
	display: block;
	margin: 1rem 0 1.2rem 2rem;
	color: #ff8f8f;
	font-weight: bold;
	font-size: 2.4rem;
}

.camp_info::before {
	margin-right: 1rem;
	font-weight: 900;
	font-size: 2rem;
	font-family: 'Font Awesome 5 Free';
	content: '\f0da';
}

.camp_option {
	display: block;
	margin: 1rem 0 0 2rem;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	word-break: break-all;
}

.camp_schedule {
	margin-top: 2rem;
	word-break: break-all;
}

.camp_schedule_ttl {
	font-weight: bold;
	font-size: 1.8rem;
}

.camp_schedule_month {
	margin: 1rem 0 0 2rem;
	color: #ff9800;
	font-weight: bold;
	font-size: 2.4rem;
}

.camp_schedule p:last-child {
	margin: 1rem 0 0 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.double_btn {
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1.5rem 1rem;
}

.double_btn .btn {
	width: 50%;
	text-align: center;
}

.double_btn .btn:first-child a {
	padding: 0 6rem;
}

.double_btn .btn:last-child a {
	border: none;
	background-color: #ffeb3b;
	color: #333333;
}

.list_campaign li:nth-child(3n + 1) {
	border: 3px solid #03a9f4;
}

.list_campaign li:nth-child(3n + 2) {
	border: 3px solid #4caf50;
}

.list_campaign li:nth-child(3n) {
	border: 3px solid #ff9800;
}

.list_campaign li:nth-child(3n + 1) .ttl_campaigns {
	border-bottom: 1px dashed #03a9f4;
	color: #03a9f4;
}

.list_campaign li:nth-child(3n + 2) .ttl_campaigns {
	border-bottom: 1px dashed #4caf50;
	color: #4caf50;
}

.list_campaign li:nth-child(3n) .ttl_campaigns {
	border-bottom: 1px dashed #ff9800;
	color: #ff9800;
}

/* page:plan - プランページ (★)
-------------------------------------------------- */
.plan_page .mv img {
	top: 70%;
}

.option_page .mv img {
	top: 55%;
}

.mv_img_box {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.plan_page .mv_2col img {
	top: 50%;
	max-width: none;
	max-height: 115%;
}

.chapel-photo_page .mv img {
	top: 15%;
}

.wedding-snap-photo_page .mv img {
	top: 25%;
}

.plan_page_ttl::after {
	background-image: url(./imgs/common/plan_ttl_af.svg);
}

.plan_message_box {
	z-index: 5;
	margin-top: 3rem;

	/* margin-right: 280px; */
	margin-bottom: 3rem;
	text-align: center;
}

.plan_message_box p {
	position: relative;
	width: 500px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.7;
}

.plan_message_box p::before,
.plan_message_box p::after {
	position: absolute;
	width: 40px;
	height: 60px;
	background-repeat: no-repeat;
	content: '';
}

.plan_message_box p::before {
	top: 0;
	left: 0;
	background-image: url(./imgs/plan/plan_message_left.svg);
}

.plan_message_box p::after {
	top: 0;
	right: 0;
	background-image: url(./imgs/plan/plan_message_right.svg);
}

/* page:plan>main - プランページ > メインコンテンツ
-------------------------------------------------- */
.plan_main_list {
	width: 100%;
}

.plan_main_list > li {
	display: flex;
}

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

.plan_main_list_imgs {
	position: relative;
	width: 68%;
}

.plan_main_list_info {
	width: 32%;
	padding: 2.5rem;
	background-image: url(./imgs/top/footer/bg.gif);
	text-align: center;
}

.plan_main_list_ttl {
	color: #ffffff;
	font-weight: bold;
	font-size: 4rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.plan_main_list_ttl span {
	display: block;
	margin-top: 1rem;
	font-size: 1.6rem;
}

.plan_main_list_info i {
	display: block;
	margin: 0 auto;
	padding: 1.5rem 0;
	color: #ffffff;
	font-size: 3rem;
}

.plan_one_point {
	display: inline-block;
	width: 350px;
	padding: 0.5rem;
	border-radius: 30px;
	background-color: #ff8f8f;
	color: #ffffff;
}

.plan_main_detail {
	margin-top: 2.5rem;
	color: #ffffff;
}

.plan_costume {
	margin: 0 auto;
}

.plan_costume span {
	display: inline-block;
	padding: 0.5rem 0;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	font-size: 1.3rem;
}

.plan_costume_num {
	margin: 0 auto 2rem;
	padding: 0.5rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.plan_main_desc {
	font-size: 1.4rem;
	line-height: 1.7;
}

.plan_main_list_option {
	justify-content: center;
	margin: 2rem 0;
}

.plan_main_list_option li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background-color: #ffeb3b;
	font-weight: bold;
	line-height: 2rem;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.plan_main_list_option li:nth-child(2) {
	margin: 0 3rem;
}

.plan_main_list_price {
	margin: 2rem 0;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.plan_main_list_price p:first-child {
	margin-bottom: 1rem;
}

.plan_main_price_box .price_tax {
	display: block;
	margin-top: 1.5rem;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
}

.plan_main_price_box {
	display: inline-block;
	position: relative;
}

.plan_main_price {
	font-size: 5rem;
}

.plan_jpy {
	display: inline-block;
	font-size: 3.2rem;
}

.plan_tax,
.plan_other_price {
	font-style: normal;
	font-weight: normal;
}

.plan_other_price {
	line-height: 1.8;
}

.plan_tax {
	position: absolute;
	right: -45px;
	bottom: 8px;
}

.plan_main_list_info .btn a {
	width: 350px;
	background-color: #ffffff;
	color: #333333;
	letter-spacing: 0.25rem;
}

.plan_main_list li:nth-child(4n + 2) .plan_one_point {
	background-color: #03a9f4;
}

.plan_main_list li:nth-child(4n + 3) .plan_one_point {
	background-color: #4caf50;
}

.plan_main_list li:nth-child(4n + 4) .plan_one_point {
	background-color: #ff9800;
}

.plan_cats_list_wrap {
	margin-bottom: 6rem;
}

.plan_cats_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 2.5rem;

	gap: 1.5rem;
}

.plan_cats_list > li {
	width: calc((100% / 5) - 1.2rem);
}

.plan_cats_list > li > a {
	display: block;
	padding: 2.1rem;
	border: 1px solid #333333;
	background-color: #333333;
	font-weight: bold;
	text-align: center;
	transition: 0.6s;
}

.plan_cats_list > li.current-cat > a {
	background-color: #ffea00;
	color: #333333;
}

.plan_cats_list > li > a:hover {
	border: 1px solid #333333;
	background-color: #ffea00;
	color: #333333;
}

/* page:dress - ドレスページ (★)
-------------------------------------------------- */
.dress_page .mv img {
	top: 85%;
}

/* page:location - ロケーション (★)
-------------------------------------------------- */
.location_page .mv img {
	top: 65%;
}

.location_page_ttl::after {
	background-image: url(./imgs/common/location_ttl_af.svg);
}

.location_page_ttl {
	margin-bottom: -10px;
}

.location_list_main .msg_box {
	padding-bottom: 2rem;
}

.location_list_main .msg_box_yel > p::after {
	right: -30px;
	bottom: -15px;
	width: 74px;
	height: 57px;
	background-image: url(./imgs/location/icon_camera.svg);
}

.location_list {
	margin-bottom: 5rem;
}

.location_list li {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.location_list li p {
	color: #333333;
}

.location_list_img {
	max-height: 160px;
	overflow: hidden;
}

.location_list_ttl {
	padding: 1rem 0 0.5rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.location_list_addr {
	padding: 0.5rem 0;
	font-size: 1.2rem;
}

#location_main .box {
	position: relative;
	z-index: 2;
	padding: 7rem 3rem;
}

.location_main_list {
	max-width: 1000px;
	margin: 0 auto;
}

.location_main_list > li {
	position: relative;
	padding: 2rem;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.location_main_list > li:not(:last-child) {
	margin-bottom: 5rem;
}

#location_main .btn,
#location_gallery .btn {
	text-align: center;
}

#location_main .btn a {
	border-color: #ff8f8f;
	background-color: #ff8f8f;
}

#location_main .btn a:hover {
	color: #ffffff;
}

#location_main .btn a::before {
	margin-right: 0.5rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f3c5';
}

.single-location .page_head {
	height: auto;
}

.single-location .location_page_ttl {
	display: none;
}

.location_detail_box {
	max-width: 1200px;
	margin: 0 auto 5rem;
	padding: 2.5rem;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.location_gallery_ttl::before {
	background-image: url(./imgs/location/location_gallery_ttl_bf.svg);
}

.location_sub_ttl {
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem 2rem;
	border-bottom: 1px dashed #ff8f8f;
	font-size: 2.2rem;
}

.location_sub_ttl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #ff8f8f transparent transparent transparent;
	content: '';
}

.location_sub_ttl span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: normal;
	font-size: 1.4rem;
}

.location_detail_info {
	width: 50%;
	margin-right: 2rem;
}

.location_detail_imgs {
	width: 50%;
}

.location_gallery_box {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 5rem;
}

.location_gallery_imgs .slick-slide {
	position: relative;
	height: 800px;
	overflow: hidden;
}

.location_gallery_thumbnail {
	margin-top: 1rem;
}

.location_gallery_thumbnail .slick-list {
	padding: 0 !important;
}

.location_gallery_thumbnail .slick-track {
	display: flex;
	justify-content: space-between;
}

.location_gallery_thumbnail .slick-slide {
	position: relative;
	width: 25%;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.6s;
}

.location_gallery_thumbnail .slick-slide:hover {
	opacity: 0.5;
}

.location_gallery_thumbnail .slick-arrow {
	z-index: 1;
	width: 35px;
	height: 35px;
}

.location_gallery_thumbnail .slick-arrow::before {
	font-size: 3.5rem;
}

.location_gallery_thumbnail .slick-prev {
	left: 10px;
}

.location_gallery_thumbnail .slick-next {
	right: 10px;
}

.location_gallery_imgs .slick-slide img {
	max-height: 100%;
}

.location_gallery_imgs .slick-slide img,
.location_gallery_thumbnail .slick-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.location_detail_txt p {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.location_detail_info {
	flex-flow: column;
	justify-content: space-between;

	-webkit-box-pack: justify;
}

.location_point_ttl {
	padding: 1rem;
	border-radius: 3px 3px 0 0;
	background-color: #ff8f8f;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.3rem;
	text-align: center;
}

.location_point_ttl::before {
	display: inline-block;
	transform: rotate(-30deg);
	margin-right: 1rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f276';
}

.location_point_list {
	padding: 2rem 3rem;
	border: 1px solid #ff8f8f;
	border-radius: 0 0 3px 3px;
}

.location_point_list li {
	display: flex;
	line-height: 2rem;
}

.location_point_list li::before {
	margin-right: 0.5rem;
	color: #ff8f8f;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f00c';
}

.location_point_list > li:not(:last-child) {
	margin-bottom: 1rem;
}

.location_detail_info .btn {
	text-align: center;
}

.location_detail_info .btn a {
	width: 100%;
	border: none;
	background-color: #ff8f8f;
}

.location_detail_info .btn a::before {
	margin-right: 1rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f3c5';
}

.location_detail_info .btn a:hover {
	color: #ffffff;
}

.location_detail_info .btn a::after {
	content: '\f13a';
}

.location_main_list > li:nth-child(2) .location_sub_ttl::before {
	border-color: #03a9f4 transparent transparent transparent;
}

.location_main_list > li:nth-child(2) .location_sub_ttl {
	border-bottom: 1px dashed #03a9f4;
}

.location_main_list > li:nth-child(2) .location_detail_info .btn a {
	background-color: #03a9f4;
}

.location_main_list > li:nth-child(2) .location_point_list {
	border: 1px solid #03a9f4;
}

.location_main_list > li:nth-child(2) .location_point_list > li::before {
	color: #03a9f4;
}

.location_main_list > li:nth-child(2) .location_point_ttl {
	background-color: #03a9f4;
}

.location_main_list > li:nth-child(3) .location_sub_ttl::before {
	border-color: #4caf50 transparent transparent transparent;
}

.location_main_list > li:nth-child(3) .location_sub_ttl {
	border-bottom: 1px dashed #4caf50;
}

.location_main_list > li:nth-child(3) .location_detail_info .btn a {
	background-color: #4caf50;
}

.location_main_list > li:nth-child(3) .location_point_list {
	border: 1px solid #4caf50;
}

.location_main_list > li:nth-child(3) .location_point_list > li::before {
	color: #4caf50;
}

.location_main_list > li:nth-child(3) .location_point_ttl {
	background-color: #4caf50;
}

.location_main_list > li:nth-child(4) .location_sub_ttl::before {
	border-color: #ff9800 transparent transparent transparent;
}

.location_main_list > li:nth-child(4) .location_sub_ttl {
	border-bottom: 1px dashed #ff9800;
}

.location_main_list > li:nth-child(4) .location_detail_info .btn a {
	background-color: #ff9800;
}

.location_main_list > li:nth-child(4) .location_point_list {
	border: 1px solid #ff9800;
}

.location_main_list > li:nth-child(4) .location_point_list > li::before {
	color: #ff9800;
}

.location_main_list > li:nth-child(4) .location_point_ttl {
	background-color: #ff9800;
}

.location_main_list > li:nth-child(6) .location_sub_ttl::before {
	border-color: #03a9f4 transparent transparent transparent;
}

.location_main_list > li:nth-child(6) .location_sub_ttl {
	border-bottom: 1px dashed #03a9f4;
}

.location_main_list > li:nth-child(6) .location_detail_info .btn a {
	background-color: #03a9f4;
}

.location_main_list > li:nth-child(6) .location_point_list {
	border: 1px solid #03a9f4;
}

.location_main_list > li:nth-child(6) .location_point_list > li::before {
	color: #03a9f4;
}

.location_main_list > li:nth-child(6) .location_point_ttl {
	background-color: #03a9f4;
}

/* page:plan_studio - プラン_スタジオ (★)
-------------------------------------------------- */
#plan_studio_info {
	margin-top: 5rem;
}

.kasane_box {
	position: relative;
	z-index: 5;
}

.plan_each_detail {
	padding-bottom: 3rem;
	color: #333333;
	text-align: center;
}

.plan_each_detail .plan_main_list_ttl {
	color: #333333;
}

.plan_each_detail .plan_main_list_ttl span {
	font-size: 2rem;
}

.plan_each_detail i {
	display: block;
	margin: 0 auto;
	padding: 2rem 0;
	font-size: 3rem;
}

.plan_each_detail .plan_one_point {
	width: 400px;
	font-size: 1.6rem;
}

.plan_each_detail .plan_main_detail {
	color: #333333;
}

.plan_each_detail .plan_main_detail p {
	font-size: 1.6rem;
}

.plan_each_detail .plan_main_detail:last-child p {
	margin-bottom: 3rem;
	font-weight: normal;
	line-height: 2;
}

.plan_each_detail .plan_costume span {
	border-color: #333333;
}

.plan_each_detail .plan_main_list_price p {
	color: #333333;
}

.plan_each_detail .plan_main_price {
	font-size: 6rem;
}

.plan_each_detail .plan_main_list_option {
	margin: 4rem 0;
}

.plan_each_detail .plan_main_list_option li {
	width: 125px;
	height: 125px;
	font-size: 1.6rem;
}

.plan_contents_ttl::before {
	background-image: url(./imgs/plan/contents_ttl_bf.svg);
}

.plan_option_ttl::before {
	background-image: url(./imgs/plan/option_ttl_bf.svg);
}

.plan_chapel_ttl::before {
	background-image: url(./imgs/plan/chapel_ttl_bf.svg);
}

#plan_studio_content .btn {
	text-align: center;
}

.plan_contents_detail_box {
	position: relative;
	max-width: 980px;
	margin: 0 auto 8rem;
	border: 1px solid #333333;
	background-color: #ffffff;
}

.plan_contents_detail_box::after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-width: 0 0 20px 20px;
	border-style: solid;
	border-color: transparent transparent #ff8f8f transparent;
	content: '';
}

.plan_contents_detail_ttl {
	padding: 1.5rem;
	background-color: #ff8f8f;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
}

.capsule {
	margin: 2rem 0;
	text-align: center;
}

.capsule p {
	display: inline-block;
	padding: 1rem 5rem;
	border-radius: 30px;
	background-color: #ffeb3b;
	font-weight: bold;
	font-size: 1.6rem;
}

.plan_contents_items_list {
	flex-wrap: wrap;
	width: 950px;
	margin: 2rem auto;
}

.plan_contents_items_list li {
	width: 150px;
	margin: 1rem 2rem;
}

.plan_contents_items_list .plan_contents_items_2col {
	width: 380px;
	margin: 1rem 0;
}

.plan_contents_costume_list li {
	margin: 0 2rem;
}

.plan_contents_items {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background-image: url(./imgs/common/icons/contents_bg.svg);
	background-repeat: no-repeat;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.plan_contents_items img {
	max-width: 90px;
}

.plan_contents_info {
	margin-top: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.plan_contents_note {
	margin-bottom: 2rem;
	line-height: 1.5;
	text-align: center;
}

.plan_option_list {
	justify-content: space-around;
	max-width: 1000px;
	margin: 3rem auto 8rem;
}

.plan_option_list li {
	display: flex;
	width: 31.5%;
	padding: 0.5rem;
	border-left: 5px solid #ff8f8f;
	background-color: #ffffff;
}

.plan_option_imgs {
	position: relative;
	width: 110px;
	height: 110px;
	margin-right: 1rem;
	overflow: hidden;
}

.plan_option_imgs img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;

	-o-object-fit: cover;
	object-fit: cover;
}

.plan_option_info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-content: center;

	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-ms-flex-line-pack: center;
}

.plan_option_info p:first-child {
	margin-bottom: 1rem;
	color: #333333;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
}

.plan_option_info p:last-child {
	color: #ff8f8f;
	font-style: italic;
	font-weight: bold;
	font-size: 1.8rem;
}

.plan_option_price {
	margin-right: 0.3rem;
	font-size: 2.8rem;
}

.plan_option_tax {
	display: inline-block;
	margin-left: 0.3rem;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
}

.plan_option_info .price_tax {
	display: block;
	margin-top: 1rem;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
}

.plan_option_list_harf li {
	width: 48%;
}

.plan_contents_detail_box.trident_orange::after {
	border-color: transparent transparent #ff9800 transparent;
}

.plan_contents_detail_box.trident_green::after {
	border-color: transparent transparent #4caf50 transparent;
}

.plan_chapel_intro {
	position: relative;
	max-width: 1000px;
	margin: 6rem auto 5rem;
	background-image: url(./imgs/top/footer/bg.gif);
}

.plan_chapel_intro_l_box {
	width: 60%;
}

.plan_chapel_intro_r_box {
	width: 40%;
	padding: 3.5rem 2rem;
	color: #ffffff;
	line-height: 2.8rem;
}

.plan_chapel_info {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.plan_chapel_info p {
	display: inline-block;
	padding: 1.5rem 3rem;
	border: 1px dashed #333333;
	border-radius: 30px;
	background-color: #ffeb3b;
	color: #333333;
	font-weight: bold;
}

#plan_dinner_content {
	margin-bottom: 6rem;
}

#plan_dinner_content .box {
	height: 600px;
	background-image: url(./imgs/plan/plan_dinner_img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.plan_dinner_box {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 600px;
	background-color: rgba(255, 255, 255, 0.45);

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.plan_dinner_box .plan_main_list_ttl {
	margin-bottom: 2rem;
	color: #333333;
}

.plan_dinner_box i {
	margin-bottom: 2rem;
	font-size: 3rem;
}

.plan_dinner_point {
	margin-bottom: 2rem;
	padding: 2.5rem;
	border: 2px dashed #333333;
	background-color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.plan_dinner_box a {
	color: #333333;
}

.plan_dinner_box a i {
	margin: 0;
}

#plan_studio_info .btn {
	text-align: center;
}

.plan_movie_content {
	margin-bottom: 8rem;
}

.plan_movie_contents_ttl::before {
	background: none;
}

.plan_movie_box {
	max-width: 1000px;
	margin: 0 auto;
}

.plan_movie {
	position: relative;
	width: 100%;
	margin-bottom: 2.5rem;
	padding-top: 56.25%;
}

.plan_movie iframe,
.plan_movie a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* lp:photo_wedding_point - フォトウェディング (★)
-------------------------------------------------- */
.kagoshima .pw_ttl::after {
	background-image: url(./imgs/common/pw_kagoshima_ttl_af.svg);
}

.ooita .pw_ttl::after {
	background-image: url(./imgs/common/pw_ooita_ttl_af.svg);
}

.yatsushiro .pw_ttl::after {
	background-image: url(./imgs/common/pw_yatsushiro_ttl_af.svg);
}

#photo_wedding_point .box {
	position: relative;
	margin-top: 12rem;
	padding-top: 6rem;
}

.photo_wedding_light_character {
	position: absolute;
	top: -75px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	color: #f8f8f8;
	font-size: 9.6rem;
	font-family: 'Oleo Script Swash Caps', cursive;
	text-align: center;
}

.pw_main_ttl {
	margin: 1rem 0 6rem;
	padding: 0 2.5rem;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: center;
}

.pw_main_ttl span {
	display: block;
	margin-top: 0.5rem;
	font-weight: bold;
	font-size: 4rem;
	font-family: 'Quicksand', sans-serif;
}

.pw_main_ttl span::before,
.pw_main_ttl span::after {
	color: #ff8f8f;
	content: '・';
}

.pw_sub_ttl {
	position: relative;
	z-index: 2;
	margin-bottom: 5rem;
	text-align: center;
}

.pw_sub_ttl span {
	display: inline-block;
	margin: 0 0.5rem;
	color: #ff8f8f;
	font-size: 2.8rem;
}

.pw_sub_ttl::after {
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 400px;
	height: 95px;
	margin: auto;
	background-image: url(./imgs/lp/pw/sub_ttl_af.svg);
	background-repeat: no-repeat;
	content: '';
}

.pw_point_list {
	justify-content: space-between;
	border: 10px solid #e0e0e0;
}

.pw_point_list li {
	position: relative;
	width: 33.5%;
}

.pw_point_list li:not(:last-child) {
	border-right: 10px solid #e0e0e0;
}

.pw_point_list_info_box {
	flex-flow: column;
	justify-content: center;
	position: absolute;
	top: -120px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 300px;
	height: 285px;
	margin: auto;
	padding: 1.5rem;
	background-image: url(./imgs/lp/pw/point/fukidashi.svg);
	background-repeat: no-repeat;
	text-align: center;

	-webkit-box-pack: center;
}

.pw_point_list_ttl {
	margin-bottom: 2.5rem;
	font-weight: bold;
	font-size: 3.2rem;
	font-family: 'Quicksand', sans-serif;
}

.pw_point_list_ttl span {
	color: #ff8f8f;
	font-size: 5rem;
}

.pw_point_list_txt {
	font-size: 1.8rem;
	line-height: 3.2rem;
}

.pw_point_list_txt span {
	color: #ff8f8f;
	font-weight: bold;
	font-size: 3rem;
}

.pw_point_img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 640px;
	overflow: hidden;
}

.pw_point_img img {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
}

.pw_point_list li:nth-child(3) .pw_point_img img {
	top: 80%;
	left: 10%;
	height: 1030px;
}

.ooita .pw_point_list li:nth-child(2) .pw_point_img img {
	top: 66%;
	left: 47%;
}

.ooita .pw_point_list li:nth-child(1) .pw_point_img img {
	top: 62%;
	left: 32%;
	height: 795px;
}

.ooita .pw_point_list li:nth-child(3) .pw_point_img img {
	top: 35%;
	left: 60%;
	height: auto;
}

.yatsushiro .pw_point_list li:nth-child(1) .pw_point_img img {
	top: 80%;
	left: 45%;
	height: 1025px;
}

.yatsushiro .pw_point_list li:nth-child(2) .pw_point_img img {
	top: 46%;
	left: 49%;
	height: 770px;
}

.yatsushiro .pw_point_list li:nth-child(3) .pw_point_img img {
	top: 48%;
	left: 27%;
	height: 690px;
}

/* lp:photo_wedding_basic - 基本プラン
-------------------------------------------------- */
#photo_wedding_basicplan .box {
	margin-top: 3rem;
	padding-top: 3rem;
}

.pw_second_ttl {
	position: relative;
	z-index: 0;
	margin-bottom: 5rem;
	padding: 0 2.5rem;
	font-size: 2.8rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.pw_second_ttl span {
	display: block;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 1.4rem;
}

.pw_second_ttl::after {
	position: absolute;
	right: -165px;
	bottom: -10px;
	left: 0;
	z-index: -1;
	width: 75px;
	height: 75px;
	margin: auto;
	background-image: url(./imgs/lp/pw/icons/memo.svg);
	background-repeat: no-repeat;
	content: '';
}

.plan_pw_included {
	flex-wrap: wrap;
	max-width: 420px;
	margin: 1.5rem auto 3rem;
}

.plan_pw_included li {
	width: 31%;
	margin: 0.25rem;
	color: #ffffff;
	text-align: left;
}

.plan_pw_included li::before {
	margin-right: 0.5rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f0da';
}

.plan_pw_imgs {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.plan_pw_imgs img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: 101%;
}

.planimgs_1col img {
	width: 100%;
	max-width: 103%;
	max-height: none;
}

.plan_pw_list .plan_main_list_price {
	margin: 2rem 0 0;
}

#photo_wedding_contents .box,
#photo_wedding_option .box,
#photo_wedding_location .box {
	padding: 5rem 0;
}

.photo_icons::after {
	background-image: url(./imgs/lp/pw/icons/camera.svg);
}

.option_icons::after {
	right: -120px;
	background-image: url(./imgs/lp/pw/icons/option.svg);
}

.location_icons::after {
	background-image: url(./imgs/lp/pw/icons/location.svg);
}

.pw_contents_box {
	justify-content: space-between;
	max-width: 1200px;
	height: 300px;
	margin: 2rem auto;
}

.pw_contents_box li {
	display: flex;
	align-items: flex-end;
	width: 420px;
	border: 3px solid #333333;
	background-position: center -50px;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-box-align: end;
	-ms-flex-align: end;
}

.pw_contents_box li.pw_contents_txt {
	justify-content: center;
	align-items: center;
	width: 280px;
	border: none;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.pw_contents_min li {
	width: 280px;
}

.pw_contents_box li > p {
	width: 100%;
	padding: 2rem;
	background-image: url(./imgs/top/footer/bg.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2rem;
	text-align: center;
}

.pw_contents_box li > p span {
	font-size: 1.4rem;
}

.pw_contents_info {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #333333;
	font-weight: bold;
	text-align: center;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.pw_contents_info p {
	color: #ffffff;
	font-size: 1.8rem;
}

.pw_contents_info p:first-child {
	margin-bottom: 1rem;
	padding: 0.5rem 2rem;
	border-radius: 30px;
	background-color: #ffeb3b;
	color: #333333;
	font-size: 1.6rem;
}

.pw_contents_info::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 20px 40px 20px 0;
	border-style: solid;
	border-color: transparent #333333 transparent transparent;
	content: '';
}

.pw_contents_info::after {
	position: absolute;
	top: 0;
	right: -35px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 20px 0 20px 40px;
	border-style: solid;
	border-color: transparent transparent transparent #333333;
	content: '';
}

.pw_contents_box li:nth-child(1) {
	background-image: url(./imgs/lp/pw/contents/wasou.jpg);
}

.pw_contents_box li:nth-child(3) {
	background-image: url(./imgs/lp/pw/contents/yousou.jpg);
}

.pw_contents_min li:nth-child(1) {
	background-image: url(./imgs/lp/pw/contents/hairmake.jpg);
}

.pw_contents_min li:nth-child(2) {
	background-image: url(./imgs/lp/pw/contents/kituke.jpg);
	background-position: center -150px;
}

.pw_contents_min li:nth-child(3) {
	background-image: url(./imgs/lp/pw/contents/price.jpg);
	background-position: -120px -30px;
}

.pw_contents_min li:nth-child(4) {
	background-image: url(./imgs/lp/pw/contents/komono.jpg);
}

.ooita .pw_contents_box li:nth-child(1) {
	background-image: url(./imgs/lp/pw/contents/ooita/wasou.jpg);
	background-position: center;
}

.ooita .pw_contents_box li:nth-child(3) {
	background-image: url(./imgs/lp/pw/contents/ooita/yousou.jpg);
	background-position: center;
}

.ooita .pw_contents_min li:nth-child(1) {
	background-image: url(./imgs/lp/pw/contents/ooita/hairmake.jpg);
}

.ooita .pw_contents_min li:nth-child(2) {
	background-image: url(./imgs/lp/pw/contents/ooita/kituke.jpg);
	background-position: center -50px;
}

.ooita .pw_contents_min li:nth-child(3) {
	background-image: url(./imgs/lp/pw/contents/ooita/price.jpg);
	background-position: left -50px;
}

.pw_option_box {
	justify-content: space-between;
	max-width: 1500px;
	height: 350px;
	margin: 0 auto;
}

.pw_option_box li {
	position: relative;
	z-index: 0;
	width: 32%;
	background-image: url(./imgs/lp/pw/option/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.pw_option_box li::before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 143, 143, 0.4);
	content: '';
}

.pw_option_box li:nth-child(2) {
	background-image: url(./imgs/lp/pw/option/02_1.jpg);
}

.pw_option_box li:nth-child(3) {
	background-image: url(./imgs/lp/pw/option/03.jpg);
}

.ooita .pw_option_box li:nth-child(1) {
	background-image: url(./imgs/lp/pw/option/ooita/01.jpg);
}

.ooita .pw_option_box li:nth-child(2) {
	background-image: url(./imgs/lp/pw/option/ooita/02_1.jpg);
}

.ooita .pw_option_box li:nth-child(3) {
	background-image: url(./imgs/lp/pw/option/ooita/03.jpg);
}

.pw_option_box li:nth-child(2)::before {
	background-color: rgba(3, 169, 244, 0.4);
}

.pw_option_box li:nth-child(3)::before {
	background-color: rgba(76, 175, 80, 0.4);
}

.pw_option_box li > p {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	padding: 2rem;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}

.pw_option_box li > p span {
	display: block;
	margin-top: 0.5rem;
}

.pw_option_box li > p::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 40%;
	margin: auto;
	padding: 0.5rem;
	border-radius: 30px;
	background-color: #ff8f8f;
	content: '';
}

.pw_option_box li > p::after {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	height: 40%;
	margin: auto;
	padding: 0.5rem;
	border-radius: 30px;
	background-color: #ff8f8f;
	content: '';
}

.pw_option_box li:nth-child(2) > p::before,
.pw_option_box li:nth-child(2) > p::after {
	background-color: #03a9f4;
}

.pw_option_box li:nth-child(3) > p::before,
.pw_option_box li:nth-child(3) > p::after {
	background-color: #4caf50;
}

.pw_option_box li > p .price_tax {
	font-weight: normal;
	font-size: 1.4rem;
}

.pw_location_list {
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}

.pw_location_list > li {
	position: relative;
	width: 350px;
	padding: 1.5rem;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.pw_location_list > li::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 30px 30px 0 0;
	border-style: solid;
	border-color: #ff8f8f transparent transparent transparent;
	content: '';
}

.pw_location_ttl {
	margin-bottom: 0.8rem;
	padding: 1.2rem 2rem;
	border-bottom: 1px dashed #ff8f8f;
	font-weight: bold;
	font-size: 2.2rem;
}

.pw_location_adress {
	text-align: right;
}

.pw_location_img .slick-slide {
	position: relative;
	width: 100%;
	height: 200px;
	margin-top: 1rem;
	overflow: hidden;
}

.pw_location_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pw_location_thumbnail {
	justify-content: space-between;
	width: 100%;
	margin-top: 0.75rem;
}

.pw_location_thumbnail p {
	position: relative;
	width: 75px;
	height: 50px;
	margin-right: 0.5rem;
	overflow: hidden;
	cursor: pointer;
	transition: 0.6s;
}

.pw_location_thumbnail p:hover {
	opacity: 0.6;
}

.pw_location_thumbnail p:last-child {
	margin-right: 0;
}

.pw_location_thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pw_location_thumbnail div.slick-track {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.pw_location_thumbnail div.slick-list {
	width: 100%;
	padding: 0 !important;
}

.pw_location_point_ttl {
	margin: 1.5rem 0;
	color: #ff8f8f;
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.pw_location_point_ttl p::before {
	display: inline-block;
	transform: rotate(-20deg);
	margin-right: 0.5rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f276';
}

.pw_location_list > li > .location_point_list {
	padding: 0;
	border: none;
}

.pw_location_list li > .btn {
	margin-top: 2rem;
}

.pw_location_list li > .btn p a {
	width: 100%;
	border: none;
	background-color: #ff8f8f;
	color: #ffffff;
	text-align: center;
}

.pw_location_list li > .btn p a:before {
	margin-right: 0.5rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f3c5';
}

.pw_location_list li > .btn p a:after {
	content: '\f13a';
}

.pw_location_list > li:nth-child(2)::before {
	border-color: #03a9f4 transparent transparent transparent;
}

.pw_location_list > li:nth-child(3)::before {
	border-color: #4caf50 transparent transparent transparent;
}

.pw_location_list > li:nth-child(4)::before {
	border-color: #ff9800 transparent transparent transparent;
}

.pw_location_list > li:nth-child(2) .btn a {
	background-color: #03a9f4;
}

.pw_location_list > li:nth-child(3) .btn a {
	background-color: #4caf50;
}

.pw_location_list > li:nth-child(4) .btn a {
	background-color: #ff9800;
}

.pw_location_list > li:nth-child(2) .location_point_list li::before {
	color: #03a9f4;
}

.pw_location_list > li:nth-child(3) .location_point_list li::before {
	color: #4caf50;
}

.pw_location_list > li:nth-child(4) .location_point_list li::before {
	color: #ff9800;
}

/* lp:flow - ご利用の流れ
-------------------------------------------------- */
#flow .box {
	margin-top: 2rem;
	padding: 3rem 0;
}

.flow_icons::after {
	right: -100px;
	background-image: url(./imgs/lp/pw/icons/flow.svg);
}

.step_up_txt {
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: center;
	text-indent: 0.2rem;
}

.step_up_txt p {
	display: inline-block;
	position: relative;
}

.step_up_txt p::before {
	position: absolute;
	top: -5px;
	left: -40px;
	width: 30px;
	height: 40px;
	background-image: url(./imgs/lp/flow/step_l.svg);
	background-repeat: no-repeat;
	content: '';
}

.step_up_txt p::after {
	position: absolute;
	top: -5px;
	right: -40px;
	width: 30px;
	height: 40px;
	background-image: url(./imgs/lp/flow/step_r.svg);
	background-repeat: no-repeat;
	content: '';
}

.flow_list {
	justify-content: space-evenly;
	margin: 8rem auto 0;
}

.flow_list li {
	position: relative;
	width: 440px;
	border: 1px solid #333333;
	background-image: url(./imgs/lp/flow/bg_pink.gif);
	text-align: center;
}

.flow_list li:nth-child(2) {
	background-image: url(./imgs/lp/flow/bg_blue.gif);
}

.flow_list li:nth-child(3) {
	background-image: url(./imgs/lp/flow/bg_green.gif);
}

.flow_list li::before {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	padding: 1rem;
	border: 1px dashed #333333;
	border-radius: 50%;
	background-color: #ffeb3b;
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 48px;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	content: '1';
}

.flow_list li:nth-child(2)::before {
	content: '2';
}

.flow_list li:nth-child(3)::before {
	content: '3';
}

.flow_list li::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 30px 30px 0 0;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	content: '';
}

.flow_list li > img {
	width: 80%;
	margin-top: 5rem;
}

.flow_list li > p {
	padding: 3rem 2rem;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.2rem;
}

.flow_point {
	position: absolute;
	top: 0;
	right: -142px;
	bottom: 0;
	width: 135px;
	height: 75px;
	margin: auto;
}

/* color:カラー項目 - 背景・文字色など
-------------------------------------------------- */
.plan_option_info.clr_orange p:last-child {
	color: #ff9800;
}

.pw_point_list_txt .clr_orange {
	color: #ff9800;
}

.pw_point_list_txt .bgclr_orange {
	background-color: #ff9800;
}

.pw_point_list_txt .bdr_clr_l_orang li {
	border-left: 5px solid #ff9800;
}

.pw_point_list_txt .clr_green {
	color: #4caf50;
}

.pw_point_list_txt .bgclr_green {
	background-color: #4caf50;
}

.pw_point_list_txt .clr_blue {
	color: #03a9f4;
	font-size: 3.2rem;
}

.pw_point_list_ttl .clr_blue {
	color: #03a9f4;
}

.pw_point_list_ttl .clr_green {
	color: #4caf50;
}

.clr_blue {
	color: #03a9f4;
}

.clr_green {
	color: #4caf50;
}

.clr_orange {
	color: #ff9800;
}

.border_b_blue {
	border-bottom: 1px dashed #03a9f4;
}

.border_b_green {
	border-bottom: 1px dashed #4caf50;
}

.border_b_orange {
	border-bottom: 1px dashed #ff9800;
}

/* page:common>ttl
-------------------------------------------------- */
.life-photo_page .header_logo,
.photo-wedding_page .header_logo,
.wedding-ceremony_page .header_logo,
.kagoshima_page.contact_page .header_logo,
.ooita_page.contact_page .header_logo,
.yatsushiro_page.contact_page .header_logo,
.kagoshima_page.reserve_page .header_logo,
.ooita_page.reserve_page .header_logo,
.yatsushiro_page.reserve_page .header_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.life-photo_page .header_info .header_logo {
	position: static;
}

.life-photo_page .mv,
.photo-wedding_page .mv,
.wedding-ceremony_page .mv,
.kagoshima_page.contact_page .mv,
.ooita_page.contact_page .mv,
.yatsushiro_page.contact_page .mv,
.kagoshima_page.reserve_page .mv,
.ooita_page.reserve_page .mv,
.yatsushiro_page.reserve_page .mv {
	height: 660px;
}

.full .box,
.full .f_box,
.full .h_inner,
.full .page_ttl {
	margin-right: 0;
}

.item_page,
.reserve_page,
.contact_page,
.vacancy_page,
.shop_page,
.life-photo_page,
.photo-wedding_page,
.wedding-ceremony_page {
	height: auto;
	background-image: none;
}

.wdress_ttl,
.cdress_ttl,
.tuxedo_ttl,
.irouchikake_ttl,
.shiromuku_ttl,
.hakama_ttl,
.reserve_ttl,
.contact_ttl,
.vacancy_ttl,
.shop_ttl,
.life_ttl,
.pw_ttl,
.wc_ttl {
	margin-bottom: -10px;
}

#item_main,
#reserve_contact_main,
#shop_main,
#life_main,
#shichigosan_main,
#pw_main,
#wc_main {
	position: relative;
	padding: 5rem 0 0;
	text-align: center;
}

.wave_box {
	position: relative;
	padding: 4rem 2.5rem 5rem;
	background-image: url(./imgs/top/about/bg.gif);
}

.wave_box::before {
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 20px;
	background-image: url(./imgs/common/wave_top.svg);
	background-size: cover;
	content: '';
}

.wave_box::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 20px;
	background-image: url(./imgs/common/wave_btm.svg);
	background-size: cover;
	content: '';
}

.full .wave_box::before {
	background-image: url(./imgs/common/wave_full_top.svg);
}

.full .wave_box::after {
	background-image: url(./imgs/common/wave_full_btm.svg);
}

/* page:dress/kimono>mv - ドレス/着物 > メインビジュアル
-------------------------------------------------- */
.kimono_page .mv img {
	top: 40%;
}

.wdress_ttl::after {
	background-image: url(./imgs/common/wdress_ttl_af.svg);
}

.cdress_ttl::after {
	background-image: url(./imgs/common/cdress_ttl_af.svg);
}

.tuxedo_ttl::after {
	background-image: url(./imgs/common/tuxedo_ttl_af.svg);
}

.irouchikake_ttl::after {
	background-image: url(./imgs/common/irouchikake_ttl_af.svg);
}

.shiromuku_ttl::after {
	background-image: url(./imgs/common/shiromuku_ttl_af.svg);
}

.hakama_ttl::after {
	background-image: url(./imgs/common/hakama_ttl_af.svg);
}

.item_desc {
	margin-bottom: 5rem;
	font-size: 1.6rem;
}

.item_menu {
	position: relative;
	padding: 0 2.5rem 6rem;
	line-height: 1.7;
}

.item_menu_list {
	display: flex;
	justify-content: center;
	margin-bottom: 6rem;
}

.item_menu_list li {
	margin-right: 1.5rem;
}

.item_menu_list li:last-child {
	margin-right: 0;
}

.item_menu_list li a {
	display: block;
	min-width: 200px;
	padding: 2.1rem;
	border: 1px solid #333333;
	background-color: #333333;
	font-weight: bold;
	transition: 0.6s;
}

.item_menu_list li a:hover {
	border: 1px solid #333333;
	background-color: #ffea00;
	color: #333333;
}

.item_menu_list li .item_menu_list_active,
.item_menu_list .current-cat a {
	background-color: #ffea00;
	color: #333333;
}

.msg_box {
	position: relative;
	max-width: 575px;
	margin: 0 auto;
	padding: 2rem;
	border: 2px dashed #333333;
	background-color: #ffffff;
}

.msg_box::before,
.msg_box::after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
}

.msg_box::before {
	top: 5px;
	right: 5px;
	border-width: 0 20px 20px 0;
	border-color: transparent #ff9900 transparent transparent;
}

.msg_box::after {
	bottom: 5px;
	left: 5px;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #ff9900;
}

.msg_box > p::before,
.msg_box > p::after {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	content: '';
}

.msg_box > p::before {
	top: -20px;
	left: -20px;
	width: 50px;
	height: 57px;
	background-image: url(./imgs/dress/icon_clip.svg);
}

.msg_box > p::after {
	right: -25px;
	bottom: -8px;
	width: 62px;
	height: 60px;
	background-image: url(./imgs/dress/icon_tuxedo.svg);
}

.tuxedo_main .msg_box > p::after {
	right: -28px;
	bottom: -5px;
	width: 42px;
	height: 57px;
	background-image: url(./imgs/dress/icon_dress.svg);
}

.kimono_main .msg_box > p::after,
.hakama_main .msg_box > p::after {
	right: -32px;
	bottom: -18px;
	width: 78px;
	height: 62px;
	background-image: url(./imgs/kimono/icon_kimono_green.svg);
}

.hakama_main .msg_box > p::after {
	background-image: url(./imgs/kimono/icon_kimono_pink.svg);
}

.item_list {
	display: flex;
	flex-wrap: wrap;
}

.item_list li {
	width: 16.25%;
	margin-right: 0.5%;
	margin-bottom: 1rem;
	padding: 0.5rem;
	background-color: #ffffff;
}

.item_list li:nth-child(6n) {
	margin-right: 0;
}

.item_list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.item_list li a:hover img {
	transform: scale(1.05);
}

.item_list li a img {
	transition: 0.6s;
}

.cos_type_name {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -30px;
	z-index: 1;
	transform: rotate(45deg);
	width: 130px;
	padding: 5px 0;
	border-top: dashed 1px rgb(255 255 255 / 65%);
	border-bottom: dashed 1px rgb(255 255 255 / 65%);
	box-shadow: 0 0 0 2px rgb(255 143 143);
	background: #ff8f8f;
	color: #ffffff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.cos_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem 0.5rem;
	background-color: rgb(51 51 51 / 90%);
}

/* page:vacancy>mv - 撮影日の空き確認 > メインビジュアル
-------------------------------------------------- */
.vacancy_ttl::after {
	background-image: url(./imgs/common/vacancy_ttl_af.svg);
}

/* page:reserve>mv - 来店予約 > メインビジュアル
-------------------------------------------------- */
.reserve_page .mv img,
.vacancy_page .mv img {
	top: 95%;
}

#reserve_contact_main .box {
	padding: 0 2.5rem 5rem;
}

.reserve_ttl::after {
	background-image: url(./imgs/common/reserve_ttl_af.svg);
}

.msg_box_yel {
	padding-bottom: 5rem;
	background-color: #ffeb3b;
	line-height: 1.7;
}

.msg_box_yel::before {
	border-color: transparent #ffffff transparent transparent;
}

.msg_box_yel::after {
	border-color: transparent transparent transparent #ffffff;
}

.msg_box_yel.vacancy_msg > p::before {
	top: -20px;
	left: -20px;
	width: 50px;
	height: 57px;
	background-image: url(./imgs/vacancy/icon_clip.svg);
}

.msg_box_yel.reserve_msg > p::after {
	right: -25px;
	bottom: 10px;
	width: 50px;
	height: 53px;
	background-image: url(./imgs/reserve/icon_calendar.svg);
}

.cmt_tell {
	display: flex;
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	max-width: 300px;
	margin: 0 auto;
	padding: 1.2rem;
	border: 1px solid #333333;
	border-radius: 50px;
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

.cmt_tell i {
	padding: 0 2rem 0 1rem;
	border-right: 1px solid #333333;
	font-size: 3rem;
	line-height: 43px;
	text-align: center;
}

.cmt_tell_info {
	padding-left: 2rem;
	font-size: 1.2rem;
	line-height: 1;
}

.cmt_tell_info span {
	display: block;
	margin-top: 0.3rem;
	font-size: 2.5rem;
	line-height: 1;
}

.reserve_info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.reserve_info i {
	margin-right: 0.5rem;
	color: #ff8f8f;
	font-size: 1.8rem;
}

.reserve_info_txt {
	line-height: 1.1;
}

.reserve_iframe {
	max-width: 1000px;
	margin: 6rem auto 0;
	padding-bottom: 6rem;
	border-radius: 30px;
	background-color: #ffffff;
}

.reserve_iframe iframe {
	border: none;
}

/* page:contact>mv - お問い合わせ > メインビジュアル
-------------------------------------------------- */
.contact_page .mv img,
.consultation_page .mv img {
	top: 85%;
}

.contact_ttl::after {
	background-image: url(./imgs/common/contact_ttl_af.svg);
}

.contact_msg > p::after {
	right: -25px;
	bottom: 10px;
	width: 52px;
	height: 45px;
	background-image: url(./imgs/contact/icon_mail.svg);
}

.contact_form_box {
	margin-top: 6rem;
}

.contact_box {
	max-width: 1000px;
	margin: 6rem auto 5rem;
	padding: 5rem;
	border-radius: 30px;
	background-color: #ffffff;
}

.contact_info {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2rem;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.contact_info i {
	margin-right: 0.5rem;
	color: #ff8f8f;
	font-size: 1.8rem;
}

.contact_info_txt {
	line-height: 1.1;
}

.contact_box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.contact_box table th {
	width: 20%;
	padding: 2rem 3rem 2rem 0;
	padding-right: 3rem;
	border-top: 1px dashed #eeeeee;
	text-align: left;
	white-space: nowrap;
}

.contact_box table tr:first-child th {
	border-top: none;
}

.contact_box table td {
	padding: 2rem 0;
	border-top: 1px dashed #eeeeee;
	text-align: left;
}

.contact_box table tr:first-child td {
	border-top: none;
}

.required,
.optional {
	margin-right: 0.5rem;
	padding: 0.1rem 0.5rem;
	border-radius: 3px;
	background-color: #ff8f8f;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2rem;
}

.optional {
	background-color: #333333;
}

.contact_box table input[type='text'],
.contact_box table input[type='email'],
.contact_box table input[type='tel'],
.contact_box table select,
.contact_box table textarea {
	width: 100%;
	background-color: #fbf8c9;
}

.contact_box table input[type='text']:focus,
.contact_box table input[type='email']:focus,
.contact_box table input[type='tel']:focus,
.contact_box table select:focus,
.contact_box table textarea:focus {
	background-color: #fbf8c9 !important;
	outline: 0;
}

.contact_box table input[type='text'],
.contact_box table input[type='email'],
.contact_box table input[type='tel'] {
	height: 3.5rem;
	vertical-align: middle;
}

.contact_box table input,
.contact_box table select,
.contact_box table textarea {
	padding: 0.8rem;
	border-radius: 2px;
}

.contact_box table input,
.contact_box table button,
.contact_box table select,
.contact_box table textarea {
	border: 1px solid #fbf7ca;
	font: inherit;
}

.contact_btn_box input[type='submit'] {
	display: inline-block;
	position: relative;
	min-width: 250px;
	padding: 0 5rem;
	border: none;
	border-radius: 30px;
	background-color: #ff8f8f;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 45px;
	cursor: pointer;
	transition: 0.6s;

	-webkit-appearance: button;
}

.contact_btn_box input[type='submit']:focus {
	outline: 0;
}

.contact_btn_box input[type='submit']:hover {
	border-radius: 0;
}

.complete_headline {
	margin-bottom: 3rem;
	font-weight: bold;
	font-size: 2.4rem;
}

.complete_txt {
	line-height: 2;
}

/* page:gallery>mv - ギャラリー > メインビジュアル
-------------------------------------------------- */
.gallery_page .mv img {
	top: 65%;
}

.gallery_ttl::after {
	background-image: url(./imgs/common/gallery_ttl_af.svg);
}

.gallery_msg {
	padding-bottom: 2rem;
}

.gallery_msg > p::after {
	right: -30px;
	bottom: 5px;
	width: 60px;
	height: 60px;
	background-image: url(./imgs/gallery/icon_camera.svg);
}

.gallery_list_box {
	padding: 0 2.5rem 5rem;
}

.gallery_list li {
	width: calc(16.66% - 0.82rem);
}

.gallery_list li:nth-child(6n) {
	margin-right: 0;
}

.gallery_list li:nth-child(5n) {
	margin-right: 1rem;
}

.gallery_list li a {
	position: relative;
}

.gallery_btn_box {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}

.gallery_btn_box .btn:first-child {
	margin-right: 4rem;
}

.gallery_btn_box .btn a {
	min-width: 215px;
}

.gallery_btn_box .btn:first-child a {
	border-color: #4caf50;
	background-color: #4caf50;
}

.gallery_btn_box .btn:first-child a:hover {
	color: #ffffff;
}

.gallery_btn_box .btn:first-child a::after {
	content: '\f13a';
}

.alert_box {
	max-width: 1000px;
	margin: 3rem auto 5rem;
	padding: 5rem;
	border-radius: 30px;
	background-color: #ffffff;
	text-align: center;
}

/* page:option>mv - オプション > メインビジュアル
-------------------------------------------------- */
.option_ttl::after {
	background-image: url(./imgs/common/option_ttl_af.svg);
}

.option_list {
	flex-wrap: wrap;
	justify-content: flex-start;

	gap: 2rem;
}

.option_list li {
	width: calc((100% / 3) - (4rem / 3));
}

/* page:shop>mv - 店舗情報 > メインビジュアル
-------------------------------------------------- */
.shop_page .mv img {
	top: 70%;
}

.shop_ttl::after {
	background-image: url(./imgs/common/shop_ttl_af.svg);
}

.shop_msg_box {
	position: relative;
	padding: 0 2.5rem 5rem;
}

.shop_msg_box img {
	margin-bottom: 6rem;
}

.shop_msg {
	position: relative;
	max-width: 745px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.7;
}

.shop_msg::before,
.shop_msg::after {
	position: absolute;
	width: 50px;
	height: 90px;
	background-repeat: no-repeat;
	content: '';
}

.shop_msg::before {
	top: 0;
	left: 0;
	background-image: url(./imgs/shop/shop_msg_left.svg);
}

.shop_msg::after {
	top: 0;
	right: 0;
	background-image: url(./imgs/shop/shop_msg_right.svg);
}

.access_ttl {
	font-weight: bold;
	font-size: 3.4rem;
	font-family: 'Quicksand', sans-serif;
}

.access_ttl span {
	display: block;
	margin-top: 0.5rem;
	font-weight: normal;
	font-size: 1.4rem;
}

.access_ttl::after {
	display: block;
	width: 14px;
	height: 63px;
	margin: 0 auto;
	background-image: url(./imgs/shop/shop_dotted.svg);
	background-repeat: no-repeat;
	content: '';
}

.access_box {
	max-width: 700px;
	margin: 0 auto;
}

.access_map_box {
	position: relative;
	width: 100%;
	margin-bottom: 6rem;
	padding-top: 66%;
	border: 1px solid #000000;
}

.access_map_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.access_box .btn {
	margin-bottom: 6rem;
}

.access_box .btn a {
	background-color: #ffeb3b;
	color: #333333;
}

.access_detail {
	margin-bottom: 6rem;
	background-color: #ffffff;
}

.access_detail_list {
	position: relative;
	padding: 1.5rem;
}

.access_detail_list::before {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	width: 0;
	height: 0;
	border-width: 25px 25px 0 0;
	border-style: solid;
	border-color: #ff8f8f transparent transparent transparent;
	content: '';
}

.access_detail_list::after {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 0;
	height: 0;
	border-width: 0 0 25px 25px;
	border-style: solid;
	border-color: transparent transparent #ff8f8f transparent;
	content: '';
}

.access_detail_list li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px dashed #333333;
	line-height: 1.7;
	text-align: left;
}

.access_detail_list li:last-child {
	border-bottom: none;
}

.access_detail_dt {
	width: 25%;
	padding: 1.5rem 3.5rem;
	font-weight: bold;
}

.access_detail_dd {
	width: 75%;
	padding: 1.5rem 3.5rem;
}

.access_detail_dd a {
	color: #333333;
}

.access_traffic {
	padding: 1.5rem;
	border: 5px solid #03a9f4;
	background-color: #ffffff;
}

.access_traffic_list {
	line-height: 1.7;
	text-align: left;
}

.access_traffic_list dt {
	font-weight: bold;
	font-size: 1.6rem;
}

.access_traffic_list dt:nth-of-type(2) {
	margin-top: 1rem;
}

.access_traffic_list dt::before {
	margin-right: 0.5rem;
	color: #ff8f8f;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f1b9';
}

.access_traffic_list dt:nth-of-type(2)::before {
	content: '\f239';
}

.access_child_box {
	padding: 1rem 0;
}

.shop_child_ttl {
	display: inline-block;
	position: relative;
	margin: 3rem 0 1.5rem;
	font-weight: bold;
	font-size: 2.4rem;
}

.shop_child_ttl span {
	display: block;
	margin-top: 0.5rem;
	font-weight: normal;
	font-size: 1.6rem;
	font-family: 'Quicksand', sans-serif;
}

.shop_child_ttl::before {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	margin: auto;
	color: #03a9f4;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
}

.salon_box {
	padding: 4rem 2.5rem 5rem;
}

.access_box .item_menu_list li a {
	position: relative;
	min-width: 342.5px;
}

.access_box .item_menu_list li a::after {
	position: absolute;
	right: 15px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: '\f13a';
}

/* page:life>mv - ライフフォト > メインビジュアル
-------------------------------------------------- */
.life-photo_page .mv img {
	top: 70%;
}

.kagoshima .life_ttl::after {
	background-image: url(./imgs/common/life_kagoshima_ttl_af.svg);
}

.ooita .life_ttl::after {
	background-image: url(./imgs/common/life_ooita_ttl_af.svg);
}

.yatsushiro .life_ttl::after {
	background-image: url(./imgs/common/life_yatsushiro_ttl_af.svg);
}

.kumamoto .life_ttl::after {
	background-image: url(./imgs/common/life_ttl_af.svg);
}

#shichigosan_main .wave_box,
#life_photo_main .wave_box {
	padding: 4rem 0 5rem;
}

.life_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.lp_nav {
	justify-content: center;
	margin-bottom: 6rem;
}

.lp_nav li {
	border-left: 1px dashed #333333;
}

.lp_nav li:last-child {
	border-right: 1px dashed #333333;
}

.lp_nav li a {
	display: block;
	min-width: 250px;
	padding: 2rem 3.8rem;
	color: #333333;
	font-size: 1rem;
	text-align: center;
}

.lp_nav li span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 2.2rem;
	font-family: 'Oleo Script Swash Caps', cursive;
}

.life_btn_box {
	justify-content: center;
	margin-bottom: 10rem;
}

.life_btn_box .btn:first-child {
	margin-right: 2rem;
}

.life_btn_box .btn a {
	min-width: 440px;
	border-radius: 0;
	background-color: #ffeb3b;
	color: #333333;
	font-size: 1.6rem;
	line-height: 68px;
}

.life_btn_box .btn a::after {
	content: '\f13a';
}

.life_btn_box .btn a:hover {
	background-color: #ffffff;
}

.life_753 {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -150px;
	right: 0;
	left: 0;
	z-index: 6;
	width: 450px;
	height: 300px;
	margin: auto;
	background-image: url(./imgs/lp/life/753_ttl_bg.svg);
	background-repeat: no-repeat;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.life_753_ttl img {
	position: absolute;
	top: 0;
	right: 2px;
}

.life_753_ttl {
	position: relative;
	width: 155px;
	height: 60px;
	margin: 1rem auto 2.5rem;
}

.life_753_desc {
	font-size: 1.6rem;
	line-height: 1.7;
}

.life_753_ribbon {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 235px;
	height: 63px;
	margin: auto;
	background-image: url(./imgs/lp/life/753_ttl_ribbon.svg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.2rem;
}

.life_753_msg {
	max-width: 650px;
	margin: 18rem auto 6rem;
}

.life_753_ribbon span {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
}

.life_plan_box {
	justify-content: center;
	margin-bottom: 3rem;
	padding: 2.5rem;
	border-radius: 3rem;
	background-color: #ffffff;
}

.life_plan_img {
	width: 60%;
}

.life_plan_detail {
	width: 40%;
	padding-left: 2rem;
	font-size: 1.6rem;
}

.life_plan_ttl_box {
	position: relative;
}

.life_plan_ttl {
	width: 280px;
	height: 42px;
	margin: 2rem auto 5rem;
}

.life_plan_flw {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -30px;
	left: -90px;
	transform: rotate(-10deg);
	width: 100px;
	height: 100px;
	background-image: url(./imgs/lp/life/life_plan_flw.svg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	content: '';

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.life_plan_price,
.life_plan_point {
	margin-bottom: 3rem;
}

.life_plan_price_ttl {
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem;
	border-radius: 15px;
	background-color: #ffeb3b;
}

.life_plan_mb_price {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
	color: #ff8f8f;
	font-weight: bold;
	font-size: 4.2rem;
	font-family: 'Quicksand', sans-serif;
}

.life_plan_yen {
	margin-right: 0.5rem;
	font-size: 2.8rem;
}

.life_plan_tax {
	position: absolute;
	right: -45px;
	bottom: 7px;
	color: #333333;
	font-weight: normal;
	font-size: 1.4rem;
}

.life_plan_mb_price .price_tax {
	display: block;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 2.1rem;
}

.life_plan_sub_ttl {
	position: relative;
	margin-bottom: 1.5rem;
}

.life_plan_sub_ttl::before {
	position: absolute;
	top: 0;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffeb3b;
	content: '';
}

.life_plan_sub_ttl span {
	display: inline-block;
	position: relative;
	z-index: 1;
	min-width: 150px;
	padding: 0.5rem 3.5rem;
	border-radius: 15px;
	background-color: #ffeb3b;
}

.life_753_point_list {
	display: inline-block;
	font-weight: bold;
	text-align: left;
}

.life_753_point_list li {
	margin-bottom: 1rem;
}

.life_753_point_list li::before,
.life_753_contents_list li::before,
.life_other_plan_contents li::before {
	margin-right: 0.5rem;
	color: #ff9800;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.life_753_point_list li::before {
	content: '\f00c';
}

.life_753_contents_list,
.life_other_plan_contents {
	flex-wrap: wrap;
	width: 100%;
	padding: 0 2rem;
	font-weight: bold;
	font-size: 1.4rem;
}

.life_753_contents_list li {
	margin-bottom: 1rem;
	text-align: left;
}

.life_753_contents_list li:nth-child(odd) {
	width: 60%;
}

.life_753_contents_list li:nth-child(even) {
	width: 40%;
}

.life_753_contents_list li::before,
.life_other_plan_contents li::before {
	content: '\f0da';
}

.life_other_plan_list {
	margin-bottom: 6rem;
}

.life_other_plan_list > li {
	display: flex;
	width: 50%;
	border-radius: 30px;
	background-color: #ffffff;
	text-align: left;
}

.life_other_plan_list > li:first-child {
	margin-right: 3rem;
}

.life_other_plan_img {
	position: relative;
	width: 37%;
	height: 185px;
	overflow: hidden;
	border-radius: 30px 0 0 30px;
}

.life_other_plan_img img {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: none;
	height: 185px;
}

.life_other_plan_list > li:last-child .life_other_plan_img img {
	left: 60%;
}

.life_other_plan_detail {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 63%;
	padding: 1.5rem;

	-webkit-box-pack: justify;
}

.life_other_plan_ttl {
	margin-bottom: 1rem;
	color: #03a9f4;
	font-size: 2.2rem;
}

.life_other_plan_list > li:last-child .life_other_plan_ttl {
	color: #4caf50;
}

.life_other_plan_contents {
	width: 100%;
	padding: 0;
}

.life_other_plan_contents li {
	margin-bottom: 1rem;
}

.life_other_plan_contents li:nth-child(odd) {
	width: 38%;
}

.life_other_plan_contents li:nth-child(even) {
	width: 62%;
}

.life_other_plan_price {
	padding-top: 1rem;
	border-top: 2px solid #03a9f4;
	color: #ff8f8f;
	font-weight: bold;
	font-size: 3.2rem;
	font-family: 'Quicksand', sans-serif;
	text-align: right;
}

.life_other_plan_list > li:last-child .life_other_plan_price {
	border-top: 2px solid #4caf50;
}

.life_other_plan_nml_price {
	color: #333333;
	font-weight: normal;
	font-size: 1.4rem;
}

.life_other_plan_yen {
	margin-right: 0.5rem;
	font-size: 2rem;
}

.life_other_plan_tax {
	margin-left: 0.5rem;
	color: #333333;
	font-weight: normal;
	font-size: 1.4rem;
}

.life_sp_plan_box .life_plan_ttl {
	width: 362px;
	height: 44px;
}

.life_sp_plan_msg {
	position: relative;
	margin: 2rem 0;
	padding-top: 9rem;
}

.life_sp_plan_msg span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 330px;
	height: 90px;
	margin: auto;
	background-image: url(./imgs/lp/life/life_sp_plan_msg_bg.svg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 2rem;
	content: '';

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.life_sp_plan_box .life_753_contents_list {
	padding: 0 7rem;
}

.life_sp_plan_box .life_753_contents_list li:nth-child(odd) {
	width: 44%;
}

.life_sp_plan_box .life_753_contents_list li:nth-child(even) {
	width: 56%;
}

#life_photo_main {
	padding: 20rem 0 0;
	text-align: center;
}

.life_photo {
	background-image: url(./imgs/lp/life/life_photo_ttl_bg.svg);
}

.life_photo_ttl {
	position: relative;
	width: 200px;
	height: 130px;
	margin: 2rem auto 1rem;
}

.life_photo_ttl img {
	position: absolute;
	top: 0;
	right: 2px;
}

.life_photo_plan_list {
	flex-wrap: wrap;
	justify-content: space-between;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.life_photo_plan_list > li {
	width: 48.5%;
	margin-bottom: 3.5rem;
	border: 2px dashed #ff8f8f;
	border-radius: 30px;
	background-color: #ffffff;
}

.life_photo_plan_list > li:nth-child(2n) {
	border: 2px dashed #03a9f4;
}

.life_photo_plan_list > li:nth-child(3n) {
	border: 2px dashed #4caf50;
}

.life_photo_plan_list > li:nth-child(4n) {
	border: 2px dashed #ff9800;
}

.life_photo_plan_img {
	position: relative;
	height: 315px;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
}

.life_photo_plan_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.life_photo_plan_detail {
	padding: 1.5rem 2.5rem;
}

.life_photo_plan_ttl {
	margin-bottom: 2rem;
	color: #ff8f8f;
	font-size: 2.6rem;
}

.life_photo_plan_list > li:nth-child(2n) .life_photo_plan_ttl {
	color: #03a9f4;
}

.life_photo_plan_list > li:nth-child(3n) .life_photo_plan_ttl {
	color: #4caf50;
}

.life_photo_plan_list > li:nth-child(4n) .life_photo_plan_ttl {
	color: #ff9800;
}

.life_photo_plan_contents {
	flex-wrap: wrap;
	justify-content: space-between;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.life_photo_plan_contents:last-of-type {
	margin-bottom: 1rem;
}

.life_photo_plan_contents li {
	width: 48.5%;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: 20px;
	background-color: #ff8f8f;
	color: #ffffff;
	font-size: 1.6rem;
}

.life_photo_plan_contents:last-of-type li {
	margin-bottom: 1rem;
}

.life_photo_plan_list > li:nth-child(2n) .life_photo_plan_contents li {
	background-color: #03a9f4;
}

.life_photo_plan_list > li:nth-child(3n) .life_photo_plan_contents li {
	background-color: #4caf50;
}

.life_photo_plan_list > li:nth-child(4n) .life_photo_plan_contents li {
	background-color: #ff9800;
}

.life_photo_price_ttl {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.life_photo_plan_price {
	display: inline-block;
	position: relative;
	margin-bottom: 2rem;
	color: #ffea00;
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: 0.3rem;
	text-shadow:
		2px 2px 0 #333333,
		-2px -2px 0 #333333,
		-2px 2px 0 #333333,
		2px -2px 0 #333333,
		0 2px 0 #333333,
		0 -2px 0 #333333,
		-2px 0 0 #333333,
		2px 0 0 #333333;
}

.life_photo_plan_price:last-child {
	margin: 0;
}

.life_photo_plan_yen {
	margin-right: 0.5rem;
	font-size: 2.6rem;
}

.life_photo_plan_tax {
	position: absolute;
	right: -40px;
	bottom: 5px;
	color: #333333;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: normal;
	text-shadow: none;
}

.life_photo_plan_price .price_tax {
	display: block;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 1.8rem;
	text-shadow:
		1px 1px 0 #333333,
		-1px -1px 0 #333333,
		-1px 1px 0 #333333,
		1px -1px 0 #333333,
		0 1px 0 #333333,
		0 -1px 0 #333333,
		-1px 0 0 #333333,
		1px 0 0 #333333;
}

.life_birthday {
	background-image: url(./imgs/lp/life/753_birthday_ttl_bg.svg);
}

.life_birthday_ttl {
	position: relative;
	width: 200px;
	height: 130px;
	margin: 2rem auto 1rem;
}

.life_birthday_ttl img {
	position: absolute;
	top: 0;
	right: 2px;
}

.life_birthday_box {
	margin-bottom: 25rem;
}

.life_birthday_box .life_753_contents_list li {
	width: 100%;
}

.life_birthday_plan_ttl {
	width: 350px;
}

/* page:photo_wedding>mv - フォトウェディング > メインビジュアル
-------------------------------------------------- */
.kagoshima_page .mv::before,
.ooita_page .mv::before,
.yatsushiro_page .mv::before {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 650px;
	background-image: linear-gradient(
		135deg,
		rgba(51, 51, 51, 0.25) 15%,
		transparent 35%,
		transparent 0%
	);
	content: '';
}

.yatsushiro_page.photo-wedding_page .mv img {
	top: 40%;
}

.yatsushiro_page.wedding-ceremony_page .mv img {
	top: 75%;
}

.ooita_page.wedding-ceremony_page .mv img {
	top: 60%;
}

.kagoshima .wc_ttl::after {
	background-image: url(./imgs/common/wc_kagoshima_ttl_af.svg);
}

.ooita .wc_ttl::after {
	background-image: url(./imgs/common/wc_ooita_ttl_af.svg);
}

.yatsushiro .wc_ttl::after {
	background-image: url(./imgs/common/wc_yatsushiro_ttl_af.svg);
}

.wc_sub_ttl {
	margin-bottom: 6rem;
	padding: 0 2.5rem;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
}

.wc_point_list .pw_point_img img {
	left: 30%;
}

.wc_point_list li:nth-child(2) .pw_point_img img {
	top: 63%;
	left: 50%;
}

.wc_point_list li:nth-child(3) .pw_point_img img {
	top: 55%;
	left: 85%;
	height: auto;
}

.ooita .wc_point_list .pw_point_img img {
	top: 50%;
	left: 35%;
}

.ooita .wc_point_list li:nth-child(2) .pw_point_img img {
	top: 55%;
	left: 55%;
	height: 710px;
}

.ooita .wc_point_list li:nth-child(3) .pw_point_img img {
	top: 52%;
	left: 83%;
	height: 710px;
}

.yatsushiro .wc_point_list li:nth-child(1) .pw_point_img img {
	top: 65%;
	left: 50%;
	height: 830px;
}

.yatsushiro .wc_point_list li:nth-child(2) .pw_point_img img {
	top: 45%;
}

.yatsushiro .wc_point_list li:nth-child(3) .pw_point_img img {
	top: 55%;
	left: 32%;
	height: 750px;
}

#wc_plan .box {
	position: relative;
	padding: 5rem 2.5rem 10rem;
	text-align: center;
}

#wc_plan .box::before {
	position: absolute;
	top: -50px;
	width: 14px;
	height: 107px;
	background-image: url(./imgs/lp/wc/plan/dot_pink.svg);
	background-repeat: no-repeat;
	content: '';
}

#wc_plan .c_plan {
	padding-top: 10rem;
	background:
		url(./imgs/lp/wc/plan/bg_border_left.svg) left 170px top no-repeat,
		url(./imgs/lp/wc/plan/bg_border_right.svg) right 170px top no-repeat,
		url(./imgs/top/campaign/bg.gif);
}

#wc_plan .c_plan::before {
	top: 5px;
}

#wc_plan .c_plan::after {
	position: absolute;
	top: 0;
	right: 265px;
	width: 116px;
	height: 237px;
	background-image: url(./imgs/lp/wc/plan/cp/kago_icon.svg);
	background-repeat: no-repeat;
	content: '';
}

#wc_plan .cr_plan::after {
	position: absolute;
	top: 50px;
	right: 265px;
	width: 148px;
	height: 127px;
	background-image: url(./imgs/lp/wc/plan/crp/bird_icon.svg);
	background-repeat: no-repeat;
	content: '';
}

#wc_plan .pw_second_ttl {
	padding: 0;
}

.wc_cp_ttl::after {
	right: -150px;
	background-image: url(./imgs/lp/wc/icons/cp_icon.svg);
}

.wc_plan_price {
	display: inline-block;
	position: relative;
	margin-bottom: 1.5rem;
	color: #ff8f8f;
	font-style: italic;
	font-weight: bold;
	font-size: 5rem;
}

.wc_plan_price_yen {
	font-size: 3.2rem;
}

.wc_plan_price_tax {
	position: absolute;
	right: -45px;
	bottom: 8px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
}

.wc_plan_price .price_tax {
	display: block;
	margin-top: 1rem;
	font-style: normal;
	font-weight: normal;
	font-size: 2.2rem;
}

.wc_plan_sub_price {
	justify-content: center;
	margin-bottom: 5rem;
}

.wc_plan_sub_price span {
	display: inline-block;
	min-width: 210px;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
	background-color: #ff8f8f;
	color: #ffffff;
	font-size: 1.6rem;
}

.wc_plan_sub_price .price_tax {
	min-width: auto;
	padding: 0;
}

.wc_plan_desc {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	line-height: 1.7;
}

.wc_plan_inc_ttl {
	justify-content: center;
	align-items: center;
	width: 242px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 4rem;
	background-image: url(./imgs/lp/wc/plan/wc_plan_inc_ttl.svg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.6rem;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
}

.wc_plan_inc_list {
	flex-wrap: wrap;
	justify-content: space-evenly;

	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
}

.wc_plan_inc_list li {
	position: relative;
}

.c_plan .wc_plan_inc_list li:first-child::before {
	position: absolute;
	top: -60px;
	left: 150px;
	width: 160px;
	height: 72px;
	background-image: url(./imgs/lp/wc/plan/cp/crow_icon.svg);
	background-repeat: no-repeat;
	content: '';
}

.cr_plan .wc_plan_inc_list li:first-child::before {
	position: absolute;
	top: -100px;
	left: 150px;
	width: 100px;
	height: 93px;
	background-image: url(./imgs/lp/wc/plan/crp/ring_icon.svg);
	background-repeat: no-repeat;
	content: '';
}

.wc_plan_inc_list li p {
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	width: 184px;
	height: 53px;
	margin: 0 auto;
	background-image: url(./imgs/lp/wc/plan/wc_plan_inc_ribbon.svg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6rem;
}

.wc_plan_inc_list li span {
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	margin: auto;
}

#wc_plan .cm_plan {
	background:
		url(./imgs/lp/wc/plan/cmp_bg_left.svg) left top no-repeat,
		url(./imgs/lp/wc/plan/cmp_bg_right.svg) right top no-repeat;
}

#wc_plan .cm_plan::before {
	background-image: url(./imgs/lp/wc/plan/dot_blue.svg);
}

.wc_cmp_ttl::after {
	right: -245px;
	bottom: 0;
	background-image: url(./imgs/lp/wc/icons/cmp_icon.svg);
}

.cm_plan .wc_plan_price {
	color: #2196f3;
}

.wc_plan_person {
	position: absolute;
	top: 20px;
	left: -65px;
	font-style: normal;
	font-size: 2.4rem;
}

.cm_plan .wc_plan_sub_price span {
	background-color: #2196f3;
}

.wp_plan_add_price {
	margin-right: 1rem;
}

.wc_plan_inc_list li:nth-child(n + 5) {
	margin-top: 8rem;
}

#wc_plan .cr_plan {
	background:
		url(./imgs/lp/wc/plan/bg_dot_border.svg) left 170px top no-repeat,
		url(./imgs/lp/wc/plan/bg_dot_border.svg) right 170px top no-repeat,
		url(./imgs/top/campaign/bg.gif);
}

#wc_plan .cr_plan::before {
	background-image: url(./imgs/lp/wc/plan/dot_green.svg);
}

.wc_crp_ttl::after {
	right: -290px;
	bottom: 0;
	background-image: url(./imgs/lp/wc/icons/crp_icon.svg);
}

.cr_plan .wc_plan_price {
	color: #4caf50;
}

.cr_plan .wc_plan_person {
	left: -85px;
}

.cr_plan .wc_plan_sub_price span {
	background-color: #4caf50;
}

#wc_plan .wedding_hall::before {
	background-image: url(./imgs/lp/wc/plan/dot_orange.svg);
}

.wc_wh_ttl::after {
	background-image: url(./imgs/lp/wc/icons/wh_icon.svg);
}

#wc_plan .wedding_hall {
	padding-bottom: 6rem;
}

.slick-dots {
	bottom: 0;
	z-index: 1;
}

/* page:ページネーション
-------------------------------------------------- */
.pagination {
	padding: 2rem 1rem 5rem;
}

.page-numbers {
	display: flex;
	justify-content: center;
}

.page-numbers li a,
.page-numbers li .current {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #333333;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 38px;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	transition: 0.6s;
}

.page-numbers li .current {
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
}

.page-numbers li:not(:last-child) {
	margin-right: 1.5rem;
}

.page-numbers li a:hover {
	background-color: #ffffff;
	color: #333333;
}

.notfile_ttl:after {
	background-image: url(./imgs/common/not_ttl_af.svg);
}

#error_page .box {
	position: relative;
	z-index: 5;
	padding: 3rem 2rem;
	text-align: center;
}

.error_message p:first-child {
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 2.6rem;
}

.error_message p {
	line-height: 1.6;
}

.error_message .btn {
	margin-top: 3rem;
}

/* フッター固定ナビ
-------------------------------------------------- */
.fnav_fixed,
.fixed_side_sns {
	display: none;
}

/* サイドFixボタン
-------------------------------------------------- */
.infoModal {
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 1.5rem 2.3rem 1.5rem 2rem;
	border-radius: 0 3px 3px 0;
	background-color: #333333;
	font-weight: bold;
	letter-spacing: 0.15rem;
	transition: 0.3s;

	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.infoModal:hover {
	opacity: 0.8;
}

.infoModal i {
	margin-bottom: 0.5rem;
}

.info_content {
	position: relative;
	max-width: 960px;
	margin: 1rem auto;
	padding: 2rem;
	background: #ffffff;
}

.info_ttl {
	margin: 2rem 0;
	padding: 1.5rem 0;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}

.info_txt {
	margin-bottom: 2rem;
	line-height: 1.4;
}

.info_txt:last-child {
	margin-bottom: 3.5rem;
}

.corona_ttl {
	margin: 2rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.corona_ttl {
	margin: 2rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}

.corona_list {
	margin-bottom: 2rem;
	margin-left: 2rem;
}

.corona_list li {
	list-style-type: decimal;
	line-height: 1.4;
}

.corona_list li a {
	color: #ff8f8f;
	text-decoration: underline;
}

.info_content .t_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 3.5rem;
	text-align: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.info_content .t_c .btn:first-child {
	margin-right: 1.5rem;
}

.info_content .t_c .btn a {
	min-width: 200px;
}

.line_btn,
.holiday_info {
	padding: 5rem 2.5rem 0;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: center;
}

.holiday_info {
	font-weight: bold;
}

.line_btn p {
	margin-bottom: 1.4rem;
}

.grand_content {
	margin-bottom: 25rem;
}

.grand_content.mw_1200 {
	max-width: 1200px;
	margin: 8rem auto 5rem;
	text-align: center;
}

.intro_ttl {
	display: inline-block;
	position: relative;
	margin-bottom: 3rem;
	font-size: 2.4rem;
	line-height: 1.5;
}

.intro_ttl::before,
.intro_ttl::after {
	position: absolute;
	width: 50px;
	height: 90px;
	background-repeat: no-repeat;
	content: '';
}

.intro_ttl::before {
	top: 0;
	left: -5rem;
	background-image: url(./imgs/shop/shop_msg_left.svg);
}

.intro_ttl::after {
	top: 0;
	right: -5rem;
	background-image: url(./imgs/shop/shop_msg_right.svg);
}

.grand_img {
	position: relative;
	max-width: 960px;
	margin: 0 auto 5rem;
	overflow: hidden;

	aspect-ratio: 16/9;
}

.grand_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* フロント：プランセクション
-------------------------------------------------- */
.plan_sec .box .inner {
	max-width: 1200px;
	margin: 0 auto;
}

.plan_sec .plan_main_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 3rem;
}

.plan_sec .plan_main_list > li {
	width: calc(50% - 1.5rem);
}

.plan_sec .plan_main_list > li > a {
	display: block;
	position: relative;
	width: 100%;
	background-image: url(./imgs/top/footer/bg.gif);
}

.plan_sec .plan_main_list .plan_main_list_imgs {
	width: auto;
}

.plan_sec .plan_main_list .plan_pw_imgs {
	padding-top: 56.25%;
}

.plan_sec .plan_main_list .planimgs_1col img {
	max-width: 100%;
}

.plan_sec .plan_main_list .plan_main_list_info {
	width: 100%;
}

.plan_sec .plan_main_list_ttl span {
	font-size: 2rem;
}

.plan_sec .plan_main_list .plan_one_point {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}

.plan_sec .plan_main_list .plan_main_list_price {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 2rem auto;
}

.plan_contents_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
	padding-bottom: 25%;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 1rem;
}

.plan_contents_list > li {
	padding: 0.5rem 2rem;
	background-color: #ff8f8f;
	font-size: 1.6rem;
}

.plan_main_list li:nth-child(4n + 2) .plan_contents_list > li {
	background-color: #03a9f4;
}

.plan_main_list li:nth-child(4n + 3) .plan_contents_list > li {
	background-color: #4caf50;
}

.plan_main_list li:nth-child(4n + 4) .plan_contents_list > li {
	background-color: #ff9800;
}

/* パスワード
-------------------------------------------------- */
.post-password-form {
	padding: 15rem;
	text-align: center;
}

.post-password-form p {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}

.post-password-form input[type='password'] {
	padding: 0.8rem;
	border: 1px solid #fbf7ca;
	border-radius: 2px;
	background-color: #fbf8c9;
	font: inherit;
	vertical-align: middle;
}

.post-password-form input[type='submit'] {
	padding: 0 2rem;
	border: none;
	border-radius: 2px;
	background-color: #ff8f8f;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 40px;
	cursor: pointer;
	transition: 0.6s;

	-webkit-appearance: button;
}

/*--------------------------------------------------------------
# Instagram - インスタグラム
--------------------------------------------------------------*/
.insta_cont .main_ttl::after {
	left: 66.5%;
}

.insta_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

.insta_list > a {
	position: relative;
	width: 25%;
}

.insta_list > a::before {
	display: block;
	padding-top: 100%;
	content: '';
}

.insta_list > a > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;

	-o-object-fit: cover;
	object-fit: cover;
}

.like_count {
	position: absolute;
	right: 0.8rem;
	bottom: 0;
	z-index: 1;
	color: #ffffff;
}

.like_count::before {
	margin-right: 0.5rem;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	content: '\f004';
}

/*--------------------------------------------------------------
# Shooting - 撮影などの利用について
--------------------------------------------------------------*/
.shooting_sec .contact_msg {
	padding-bottom: 2rem;
	font-weight: bold;
	font-size: 1.8rem;
}

#reserve_contact_main.shooting_sec > .box {
	padding-bottom: 1rem;
}

.shooting_list {
	list-style: disc;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5rem;
	line-height: 2;
	text-align: left;
}

.wpcf7-spinner {
	display: block;
	margin: 2rem auto 0;
}
