@charset "utf-8";
/* CSS Document */

/* 共通-------------------------------------------------------------------- */

html {
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #444;
}
section {
	padding: 80px 0;
}
p {
	line-height: 1.8em;
}
.text_cen{
    text-align: center;
}
.wrapper {
	overflow-x: hidden;
}
.font_caveat {
	font-family: 'Caveat', cursive;
}
.bg_light_gray {
	background: #f9f9f9;
}
.bg_kabegami {
	background-image: url("../images/bg_kabegami.jpg");
	background-repeat: repeat;
}
.bg_light_green {
	background: #DEF1E8;
}
.line_yellow {
	background: linear-gradient(transparent 84%, #F6F1AA 70%);
}
.line_pink {
	background: linear-gradient(transparent 84%, #FFCFC0 70%);
}
/*ヘッダー*/

.header {
	background-color: #222;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	z-index: 110;
	top: 0;
	color: #fff;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.08);
}
.menu_wrapp {
	width: 100%;
	/*max-width: 1100px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img {
	width: 100%;
	margin-left: 50px;
	max-width: 190px;
}
ul.pc_menu {
	width: 100%;
	text-align: end;
	padding: 15px;
}
ul.pc_menu li {
	display: inline-block;
	padding: 10px 20px;
	text-align: right;
}
ul.pc_menu a {
	text-decoration: none;
	color: #fff;
}
.menu_contact {
	/*background: #FFF9AB;
    width: 60px;
    height: 60px;
    margin-right: -25px;
    text-align: center;
    padding: 10px;
    text-decoration: none;*/
	background: #fff;
	width: 153px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
.menu_contact img {
	width: 30px;
}
.menu_yoyaku {
	/*background: #FFF9AB;
    width: 60px;
    height: 60px;
    margin-right: -25px;
    text-align: center;
    padding: 10px;
    text-decoration: none;*/
	background: #ffe347;
	width: 153px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #dfc32b;
}
p.menu_yoyaku {
	font-size: 12px;
	display: inline-block;
	padding: 30px;
}
.menu_yoyaku img {
	width: 30px;
}
.menu_yoyaku_name {
	font-size: 12px;
	font-weight: 600;
	/* margin-top: -10px; */
	text-decoration: none;
	color: #222;
}
/*menu*/

.menu {
	height: 20px;
	position: absolute;
	/*right: 20px;*/
	top: 20px;
	width: 30px;
	z-index: 99;
}
.menu__line {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: 9px;
}
.menu__line--bottom {
	bottom: 0;
}
.menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
}
.menu__line--center.active {
	transform: scaleX(0);
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}
.menu_shop_link {
	font-size: 12px;
	margin-top: 30px;
}
/*フルスクリーンナビゲーション*/

/*gnav*/

.gnav {
	background: #fcfcfc;
	opacity: 0.95;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
	margin-top: 10px;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.gnav__menu__item {
	margin: 40px 0;
}
.gnav__menu__item a {
	color: #444;
	font-size: 16px;
	text-decoration: none;
	transition: .5s;
}


.gnav__menu__item a:hover {
	color: #666;
}
.gnav__menu_shop {
	font-size: 18px;
	color: #330706;
	text-align: center;
	font-weight: bold;
}
/*-------▼　フッター▼-------*/

.footer {
	background: #222;
	color: #fff;
	padding: 10px 0;
}
.footer_wrapper {
	display: flex;
	justify-content: space-between;
}
.footer_contents {
	font-size: 14px;
	display: flex;
}
.footer_contents a {
	margin-right: 30px;
	color: #fff;
}
.footer_contents a:hover {
	opacity: 0.8;
}
.copy {
	font-size: 12px;
}
/*-------▼　トップページ▼-------*/

.bx-viewport {
	height: 100% !important;
}
.top_main {
	padding: 30px;
	margin-top: 77.28px;
	position: relative;
}
.top_main_text {
	position: absolute;
	top: 50%;
	left: 75%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 28%;
	background-color: #000;
	width: 400px;
	padding: 20px 30px;
	opacity: 0.8;
	color: #fff;
}
.top_main_text p {
	font-size: 35px;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.top_main_text h1 {
	font-size: 18px;
	font-weight: normal;
}
.top_main img {
	width: 100%;
}
.contents_wrapper {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.contents_title {
	display: flex;
	align-items: center;
	font-family: 'Caveat', cursive;
	font-size: 60px;
	margin-bottom: 30px;
}
.contents_title:before, .contents_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}
.contents_title:before {
	margin-right: 1rem;
}
.contents_title:after {
	margin-left: 1rem;
}

/* ▼220415 TOP お知らせ */
.info_contents_text_point {
	border: 3px solid #ececec;
    padding: 30px;
}
.info_contents_text_point .info_link_wrap{
	display: inline-block;
	margin: 15px;
	width: 250px;
	text-decoration: none;
}
.info_contents_text_point .info_link_wrap p{
	border: 1px solid #444;
	padding: 15px;
	margin: 0 auto;
	width: 100%;
	xtext-decoration: none;
	color: #444;
}

/* 240415 お知らせ直下のバナー追加 */
.top_banner{
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

/* ▼220415 info/info_220415.php*/
.info_img_wrap{
	display: flex;
	justify-content: center;
}

.info_img_wrap img{
	max-width: 1000px;
}
/* 20240410 SEO対策テキスト追加分 */
.seo-textbox{
	width: 60%;
	margin: 80px auto 20px;
}

.seo-textbox h1{
	border-bottom: 1px solid #ccc;
}

.seo-textbox p{
	padding-top: 10px;
}




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

	.contents_wrapper .info_img_wrap img{
		width: 90%;
	}
}

/* ▲220415 info/info_220415.php*/

.closed_info_text_title {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.closed_info_text_title h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.closed_info_text_title p {
	font-size: 14px;
}
.top_plan_flex {
	display: flex;
	justify-content: space-between;
}
.top_plan_flex_inner {
	width: 49%;
	position: relative;
}
.text_label {
	color: #444;
	background: #fff;
	font-family: 'Caveat', cursive;
	font-size: 32px;
	padding: 15px 70px;
	position: absolute;
	bottom: 15%;
	left: 0;
	display: inline-block;
	z-index: 2;
}
.text_label:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 1px;
	background-color: #444;
	content: "";
	left: 0;
}
.zoom-image {
	max-width: 400px;
	/* 幅を指定 */
}
.zoom-link {
	display: block;
	overflow: hidden;
	padding: 82% 0 0;
	/* 縦横比を指定 */
	position: relative;
}
.zoom-photo {
	left: 0;
	top: 0;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .2s ease-in-out;
	width: 100%;
	z-index: 1;
}
.zoom-link:hover .zoom-photo {
	transform: scale3d(1.1, 1.1, 1);
	/* hover時の倍率を指定 */
}
.top_plan_contents_stripe_blue {
	position: absolute;
	z-index: 2;
	top: -25px;
	right: 0;
	width: 350px;
}
.top_plan_contents_stripe_green {
	position: absolute;
	z-index: 2;
	bottom: -25px;
	left: 0;
	width: 350px;
}
.top_plan_contents {
	margin: 0 auto 70px auto;
}
.plan_title {
	font-family: 'Caveat', cursive;
	font-size: 56px;
}
.more_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
	max-width: 229px;
}
.more_btn_box_left {
	text-align: center;
	margin: 30px auto 30px 5px;
	max-width: 229px;
}
a.more_btn {
	font-family: 'Caveat', cursive;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: #FFF9AB;
	color: #333;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
a.more_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: -6px;
	transition-duration: 0.2s;
}
a.more_btn:hover span {
	left: -1px;
	top: -1px;
}
.yoyaku_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
}
.yoyaku_btn, a.yoyaku_btn, button.yoyaku_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.yoyaku_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
}
a.yoyaku_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
a.yoyaku_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
a.yoyaku_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
a.yoyaku_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
a.yoyaku_btn-border-shadow--color:before {
	border-radius: 0;
}
.tab_top_wrapper {
	text-align: center;
}
.tab_top {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.tab_top li {
	width: 50%;
}
.tab_top li.current {
	background: #fff;
}
.tab_top li a {
	display: block;
	border-bottom: 1px solid #aaa;
	/*border-bottom: none;*/
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #f9f9f9;
	width: 100%;
	font-size: 18px;
}
.tab_top li.current a {
	border-bottom: 3px solid #AAAAAA;
}
.tab_top_Contents {
	clear: both;
	display: none;
	border-bottom: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 30px;
}
.tab_top_Contents.current {
	display: block;
}
/*Instagram*/
#instagram .contents_wrapper {
	max-width: 1100px;
}

.instagram_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
.instagram_flex div {
	width: 23%;
	margin-bottom: 23px;
}
.instagram_flex img {
	width: 100%;
}
/* .instagram_flex div:nth-child(2), .instagram_flex div:nth-child(4) {
	margin-top: 15%;
	margin-bottom: 2%;
}
.instagram_flex div:nth-child(5), .instagram_flex div:nth-child(7) {
	margin-top: -12%;
} */

.instagram_btn_area {
	text-align: right;
	margin-top: 30px;
	margin-right: 30px;
}
.instagram_btn {
	font-family: 'Caveat', cursive;
	margin-top: 20px;
	/*なくてもOK*/
	position: relative;
	width: 120px;
	height: 48px;
	align-items: center;
	color: #444;
	font-size: 32px;
	text-decoration: none;
}
.instagram_btn:hover {
	color: #777;
}
.instagram_btn:before, .instagram_btn:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	background: #444;
}
.instagram_btn:before {
	width: 200px;
	transform: translate(30px, 0px);
}
.instagram_btn:after {
	width: 15px;
	transform-origin: right center;
	transform: translate(30px, 0px) rotate(25deg);
}
.access {
	position: relative;
	padding: 50px 0;
	margin-bottom: 30px;
}
.map_box {
	width: 60%;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.address {
	background-image: url("../images/dot_yellow_L.png");
	background-repeat: repeat;
	position: absolute;
	top: 45%;
	right: 0;
	padding-top: 7%;
	padding-left: 15%;
	padding-right: 7%;
	padding-bottom: 7%;
	z-index: -2;
	width: 50%;
}

/* LIEN */

#line {
	background: #f9f9f9;
}

.line {
	position: relative;
    padding: 50px 0;
    margin-bottom: 30px;
}

.line-wrapper {
	display: flex;
	border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 31px;
}

.lineqr {
	/* width: 40%; */
}

.lineqr .qrimg img {
	width: 100%;
	max-width: 360px;
}

.line_text {
	margin-left: 20px;
    width: 67%;
}

.line_tit {
	display: none;
}

.line_mes {
	border: 3px solid #ececec;
    padding: 10px 20px;
}


/* 20240410　SEO対策テキスト追加分 */
.seo-textbox{
	width: 85%;
	margin: 40px auto;
}

/*--------------▼ロケーション/スタジオ▼-------------------------*/

.pankuzu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 14px;
}
.pankuzu a {
	text-decoration: none;
    color: #333;
}
.pankuzu a:hover {
	text-decoration: underline;
    color: #333;
}
.title_img_wrapper {
	margin-top: 77.28px;
}
.location_title_img {
	background-image: url("../images/location/location_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: left top;
}
.location_dress_title_img {
	background-image: url("../images/location/dress/location_dress_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: left 30% top;
}
.location_wasou_title_img {
	background-image: url("../images/location/wasou/location_wasou_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: left 30% top;
}
.studio_title_img {
	background-image: url("../images/studio/studio_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: right 30% top;
	;
}
.studio_dress_title_img {
	background-image: url("../images/studio/dress/studio_dress_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
.studio_wasou_title_img {
	background-image: url("../images/studio/wasou/studio_wasou_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
.wasou_title_img {
	background-image: url("../images/wasou/wasou_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: right 30% top;
}
.dress_title_img {
	background-image: url("../images/dress/dress_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: right 20% top;
}
.title_text {
	text-align: center;
	padding: 120px;
	font-family: 'Caveat', cursive;
}
.access_title_img {
	background-image: url("../images/access/access_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
.title_text h1 {
	font-size: 50px;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 0 15px 15px 15px;
}
.catch_text {
	text-align: center;
	padding: 65px 0 90px 0;
	background-image: url(../images/stripe_s.png);
	background-repeat: no-repeat;
	background-position: center bottom 85px;
}
.contents_bg_blue {
	position: relative;
}
.contents_bg_blue:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 88%;
	background: #F8FDFF;
}
.plan_flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_flex_inner_01 {
	width: 49%;
	position: relative;
}
.plan_flex_inner_01:nth-child(even) {
	margin-top: 75px;
}
.plan_flex_inner_01:nth-child(odd) {
	margin-top: -75px;
}
.plan_flex_inner_02 {
	width: 49%;
	position: relative;
}
.plan_flex_inner_02:nth-child(even) {
	margin-top: -75px;
}
.plan_flex_inner_02:nth-child(odd) {
	margin-top: 75px;
}
.yellow_dot_01 {
	background-image: url("../images/dot_yellow_s.png");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	max-height: 189px;
	z-index: -1;
	position: absolute;
	bottom: -45px;
	left: 48%;
	/* top: 0; */
	/* margin-top: -28%; */
	display: block;
}
/*------------------ドレス・和装-------------------------*/

.plan_stripe_green_02 {
	position: absolute;
	margin-top: 48px;
	z-index: 2;
	width: 100%;
	max-width: 400px;
}
.plan_stripe_yellow_02 {
	position: absolute;
	margin-top: -23px;
	z-index: 2;
	width: 100%;
	max-width: 400px;
	right: 0
}
/*------------------詳細ページ-------------------------*/

.details_flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.details_flex_inner {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
}
.details_flex_inner img {
	width: 100%;
}
.details_contents_wrapper {
	padding: 30px;
	width: 100%;
}
.details_title {
	font-size: 22px;
	text-align: center;
}
.details_price {
	font-family: 'Caveat', cursive;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}
span.details_price_s {
	font-size: 16px!important;
}
.weekend_price {
	font-size: 14px;
	text-align: center;
}
.att_box {
	max-width: 280px;
	margin: 15px auto 0 auto;
}
.att_box p {
	font-size: 11px;
}
.details_contents {
	padding: 30px 0;
}
.plan_fukumu {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.plan_details_box {
	background: #fff;
	border: 1px solid #444;
	;
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 2;
}
.shooting_cut {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	z-index: 2;
	position: relative;
}
.details_dot_bg {
	background-image: url("../images/dot_blue_s.png");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	max-height: 189px;
	z-index: -1;
	position: absolute;
	bottom: 54px;
	left: 10%;
	/* top: 0; */
	/* margin-top: -28%; */
	display: block;
	z-index: 0
}
img.plan_stripe_pink {
	position: absolute;
	margin-top: 82%;
}
.slick-slide img {
	width: 100%;
}
.basic_plan {
	background: #fff;
	padding: 30px;
	max-width: 842px;
	text-align: center;
	margin: 0 auto 70px auto;
}
.basic_plan p {
	margin-top: 30px;
}
.basic_price {
	font-family: 'Caveat', cursive;
	font-size: 48px;
	font-weight: bold;
	margin-top: 0!important;
}
.set_plan_box {
	padding: 30px 0;
	margin: 15px 0;
	background: #fff;
}
span.yen_nami {
	font-size: 20px!important;
	font-weight: bold;
	padding-left: 5px;
}
.flex_wrapp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.setplan_flex_inner {
	width: 25%;
	padding: 15px 30px;
	display: flex;
	background: #fff;
}
.setplan_flex_inner {
	border-right: 1px dotted #444;
}
.setplan_flex_inner:last-of-type {
	border-right: none;
}
.setplan_flex_inner div {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* IE11のバグ対策 */
	text-align: center;
}
.setplan_flex_inner>div>p {
	margin-top: auto;
}
.setplan_flex_inner img {
	margin-bottom: 25px;
	height: 70px;
}
.setplan_flex_inner h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.setplan_price {
	font-family: 'Caveat', cursive;
	font-size: 36px;
	font-weight: bold;
}
.setplan_yoyaku_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
}
.setplan_yoyaku_btn, a.setplan_yoyaku_btn, button.setplan_yoyaku_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.setplan_yoyaku_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
}
a.setplan_yoyaku_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
a.setplan_yoyaku_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
a.setplan_yoyaku_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
a.setplan_yoyaku_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
a.setplan_yoyaku_btn-border-shadow--color:before {
	border-radius: 0;
}
img.basic_plan_stripe_blue {
	position: absolute;
	right: 0;
	/* top: 0; */
	margin-top: -100px;
	height: 50px;
}
img.basic_plan_stripe_yellow {
	position: absolute;
	left: 0;
	/* top: 0; */
	margin-top: 54px;
	height: 50px;
}
.font_s {
	font-size: 14px;
}
/* contactここから */

.contact_contents {
	margin: 0 auto;
	width: 50%;
}
.lead-form {
	text-align: center;
	font-size: 20px;
}
form {
	width: 100%;
	margin: 0 auto;
}
.item {
	overflow: hidden;
	margin-bottom: 20px;
}
.label {
	margin-right: 20px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.inputs {
	width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
}
textarea {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	height: 160px;
	font-size: 15px;
	background-color: #fff;
}
.btn-area {
	text-align: center;
}
input[type="submit"] {
	background: #91cec9;
	border: none;
	color: white;
	font-size: 17px;
	margin: 0 5px;
	display: inline-block;
	width: auto;
	max-width: 100%;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	text-decoration: none;
	margin: 0 15px;
	border-radius: 5px;
	width: 200px;
	height: 50px
}
input[type="submit"]:hover {
	opacity: 0.8;
}
.common-btn .wrap_ .inner_:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 1px;
	background: #474747;
	top: 50%;
	left: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
select.c-select-field__menu {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
}
select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
.required {
	color: #ff706d;
}
.send-btn {
	background: #91cec9;
	border: none;
	color: white;
	font-size: 17px;
	margin: 0 5px;
	display: inline-block;
	width: auto;
	max-width: 100%;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	text-decoration: none;
	margin: 0 15px;
	border-radius: 5px;
	width: 200px;
	height: 50px;
}
.required_text {
	color: #FF0004;
}
.send_btn, button.send_btn, button.send_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin-right: 15px;
	height: 60px;
}
button.send_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
	width: 229px;
}
button.send_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	max-width: 229px;
	height: 60px;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
button.send_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
button.send_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
button.send_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
button.send_btn-border-shadow--color:before {
	border-radius: 0;
}
.back_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
	max-width: 202px;
}
.back_btn_box_left {
	text-align: center;
	margin: 30px auto 30px 5px;
	max-width: 202px;
}
button.back_btn {
	font-family: 'Caveat', cursive;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: #FFF9AB;
	color: #333;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
	max-width: 229px;
}
button.back_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 229px;
	height: 60px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -5px;
	left: -6px;
	transition-duration: 0.2s;
}
button.back_btn:hover span {
	left: -1px;
	top: -1px;
}
button:focus {
	outline: none!important;
}
.small_text {
	font-size: 12px;
}
/* contactここまで */

/* confirmここから */

.required {
	color: #ff706d;
}
.confirm_form table {
	width: 100%;
}
.confirm_form th {
	font-weight: normal;
	padding: 20px;
	text-align: left;
	width: 30%;
	border-bottom: 1px dotted #bcaa94;
}
.confirm_form td {
	font-weight: normal;
	padding: 20px;
	text-align: left;
	width: 70%;
	border-bottom: 1px dotted #bcaa94;
}
.back_btn, button.back_btn, button.back_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin-left: 15px;
}
button.back_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
}
button.back_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
button.back_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
button.back_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
button.back_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
button.back_btn-border-shadow--color:before {
	border-radius: 0;
}
button:focus {
	outline: none!important;
}
/* confirmここまで */

/*-------------------404-----------------------*/

.error_title {
	text-align: center;
	font-size: 1.8rem;
}
.error_text {
	margin-top: 30px;
}
/*-------------プライバシーポリシー----------------*/

.privacy_wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 30px 0 30px;
	;
}
.privacy_title {
	font-size: 22px;
	text-align: left;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.privacy ul li {
	list-style: none;
	padding-bottom: 10px;
	text-align: left;
}
.indent {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
/*-------------お申込みの流れ----------------*/

.flow_step {
	margin: 0 auto;
	padding: 45px 0 45px 140px;
}
.flow_step .step:not(:last-child) {
	margin-bottom: 70px;
	position: relative;
}
.flow_step .step:not(:last-child)::after {
	border: 1px solid #555;
	content: "";
	height: 60px;
	width: 1px;
	position: absolute;
	left: 80px;
	bottom: -40px;
}
.flow_step .step {
	display: flex;
}
.flow_step .step h3 {
	background-color: #555;
	width: 160px;
	color: #fff;
	text-align: center;
	height: 55px;
	padding: 6px 0;
	margin-right: 50px;
	font-family: 'Caveat', cursive;
	font-size: 30px;
}
.flow_step .step .f_right {
	width: 740px;
}
.flow_step .step .f_right h4 {
	margin: 14px 0;
	font-size: 19px;
}
.flow_title_img {
	background-image: url("../images/flow/flow_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
/*-------------よくある質問----------------*/

.faq_step {
	margin: 0 auto;
	padding: 45px 0 45px 170px;
}
.faq_step .step:not(:last-child) {
	margin-bottom: 70px;
	position: relative;
}
.faq_step .step {
	display: flex;
}
.faq_step .step h3 {
	background-color: #555;
	width: 100px;
	color: #fff;
	text-align: center;
	height: 55px;
	padding: 6px 0;
	margin-right: 50px;
	font-family: 'Caveat', cursive;
	font-size: 30px;
}
.faq_step .step .faq_right {
	width: 740px;
}
.faq_step .step .faq_right h4 {
	margin: 14px 0;
	font-size: 19px;
}
.faq_title_img {
	background-image: url("../images/faq/faq_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 100 !important;
	top: 60% !important;
}
.bx-wrapper .bx-next {
	background: url(/common/images/controls_r.svg) no-repeat 0 -32px !important;
}
.bx-wrapper .bx-prev {
	background: url(/common/images/controls_l.svg) no-repeat 0 -32px !important;
}
/*木村作業中*/

/*プラントップ*/
.plan_title_img {
	background-image: url("../images/plan/plan_title_img.jpg");
	width: 100%;
	background-size: cover;
	background-position: center 20%;
}
.tab_wrapper {
	text-align: center;
}
.tab {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.tab li {
	width: 50%;
}
.tab li.current {
	background: #fff;
}
.tab li a {
	display: block;
	border-bottom: 1px solid #aaa;
	/*border-bottom: none;*/
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #fff;
	width: 100%;
	font-size: 18px;
}
.tab li.current a {
	border-bottom: 3px solid #AAAAAA;
}
.tabContents {
	clear: both;
	display: none;
	border-bottom: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 30px;
}
.tabContents.current {
	display: block;
}
/*.tabContents {
    display: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.tabContents.active {
    display: block;
}
.tab{
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
}
.tab_studio{
    width:50%;
    border-bottom: 2px solid #222;
    text-align: center;
    padding: 10px 0;
}
a.tab_studio{
    color:#000;
    text-decoration: none;
    background-color: #f7f7f7;
}
.tab_location{
    width:50%;
    border-bottom: 1px solid #222;
    text-align: center;
    padding: 10px 0;
}
a.tab_location{
    color:#000;
    text-decoration: none;
}

*/

.pick_up {
	display: flex;
	justify-content: space-between;
}
.pick_up_contents {
	max-width: 32%;
}
.pick_up_contents_img {
	width: 384px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.pick_up_contents_img img {
	transition: 1s all;
}
.pick_up_contents_img img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}
.pick_up_contents_text {
	margin-top: 15px;
}
.pick_up_contents_text_title_plan {
	font-size: 20px;
    margin: 15px 0 10px;
}
.pick_up_contents_text_title {
	font-size: 20px;
    margin: 30px 0 20px;
}
.pick_up_contents_text_read {
	font-size: 14px;
}
.pick_up_contents_text_price {
	margin-top: 15px;
	font-size: 13px;
}
.pick_up_contents_text_price span {
	font-size: 30px;
}
.pick_up_contents a {
	color: #000;
	text-decoration: none;
}
.photo_list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 31px;
}
.photo_list a {
	display: flex;
	color: #000;
	text-decoration: none;
}
.photo_list a:hover {
	opacity: 0.8;
}
.photo_list_img {
	width: 384px;
	height: 260px;
	overflow: hidden;
}
.photo_list_img img {
	transition: 1s all;
}
.photo_list_img img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}
.photo_case {
	margin-bottom: 15px;
	font-size: 18px;
}
.photo_list_text {
	margin-left: 20px;
	width: 67%;
}
.photo_list_text p.new{
	padding: 5px;
	font-weight: bold;
	color: #ffe347;
}
.contents_text_category {
    border: 2px solid #e7e5d8;
	width: 120px;
	font-size: 14px;
	text-align: center;
	padding: 3px 5px;
	margin-bottom: 30px;
    color: #bab6a1;
}
.contents_text_title {
	font-size: 25px;
    margin: 30px 0 20px;
}
.contents_text_title_plan {
	font-size: 25px;
    margin: 15px 0 10px;
}
.contents_text_price {
    margin-top: 30px;
	font-size: 14px;
}
.contents_text_price span {
	font-size: 35px;
}
/*プラン詳細*/

.section_p_0 {
	padding: 0;
}
.square_title {
	font-size: 20px;
	margin-bottom: 15px;
}
.square_title:before {
	content: '■';
	display: inline-block;
	width: 30px;
	height: 30px;
	/*background-image: url("/../common/images/yoyaku_icon.svg");
  background-size: contain;
  vertical-align: middle;
	    position: absolute;*/
	left: 10%;
	color: #999999;
}
.plan_contents_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.plan_contents_left {
	width: 65%;
}
.plan_contents_right {
	width: 28%;
}
.plan_yoyaku_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
}
.plan_yoyaku_btn, a.plan_yoyaku_btn, button.plan_yoyaku_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.plan_yoyaku_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	width: 100%;
	background: #fff;
}
a.plan_yoyaku_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
a.plan_yoyaku_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
a.plan_yoyaku_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
a.plan_yoyaku_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
a.plan_yoyaku_btn-border-shadow--color:before {
	border-radius: 0;
}
.plan_yoyaku_btn_icon:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("/../common/images/yoyaku_icon.svg");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 10%;
}
.plan_contact_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
	width: 100%;
}
.plan_contactbtn_box_left {
	text-align: center;
	margin: 30px auto 30px 5px;
	width: 100%;
}
a.plan_contact_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: #FFF9AB;
	color: #333;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
a.plan_contact_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: -6px;
	transition-duration: 0.2s;
}
a.plan_contact_btn:hover span {
	left: -1px;
	top: -1px;
}
.plan_contact_btn_icon:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("/../common/images/contact_icon.svg");
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
	position: absolute;
	left: 10%;
}
ul.plan_contents_box {
	border: solid 3px #F6F6F6;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
ul.plan_contents_box li {
	font-size: 16px;
	width: 48%;
	list-style-type: none;
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	;
}
ul.plan_contents_box li:nth-last-child(-n+2) {
	padding-bottom: 0;
}
ul.plan_contents_box li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #E1DECF;
}
.benefits{
	background-color: #FFF9AB;
	padding: 20px;
}
.benefits h2.bnft_title{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}
.benefits ul.bnft_box{
	background-color: #fff;
	padding: 10px 0;
}
.benefits ul.bnft_box li{
    font-size: 16px;
    list-style-type: none;
		padding: 5px 20px;
}
ul.bnft_box li:before{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #E1DECF;
}

.plan_price_flex {
	background: #F6F6F6;
	display: flex;
	padding: 15px;
	justify-content: space-around;
	margin-top: 30px;
}
.plan_price_flex_left {
	width: 30%;
}
.plan_price_flex_left p {
	margin-top: 10px;
}
.plan_price {
	font-size: 24px;
}
.plan_flex {
	display: flex;
	flex-wrap: wrap;
}
.plan_flex_inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.plan_flex_inner {
	width: 48%;
	display: flex;
}
.plan_flex_inner_img {
	border: 1px solid #CCCCCC;
	width: 180px;
	padding: 20px;
	height: 180px;
}
.plan_flex_inner_img img {
	width: 100%;
	height: 100%;
}
.plan_flex_inner_text {
	width: 65%;
	margin-left: 20px;
}
.plan_flex_inner_text .plan_title {
	font-size: 18px;
}
.plan_flex_inner_text .plan_title_li {
	font-size: 16px;
}
.plan_flex_inner_text .plan_title_read {
	font-size: 12px;
}
.plan_flex_inner_text .plan_text_red {
	color: #DB0000;
	font-weight: 600;
}
.plan_text {
	background-color: #F6F6F6;
	padding: 10px 15px;
	font-size: 13px;
}
.plan_price_left {
	text-align: right;
	margin-top: 10px;
}
.plan_list_btn_box {
	width: 350px;
	margin: 0 auto 40px;
}
.plan_pickup_title, .plan_photolist_title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.plan_photolist_title {
	margin-top: 50px;
}
/*-------- ロケーションスポット-------*/

.loca_photo_list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 31px;
}
.loca_photo_list a {
	display: flex;
	color: #000;
	text-decoration: none;
}
.loca_photo_list a:hover {
	opacity: 0.8;
}
.loca_photo_list_img {
	width: 384px;
	height: 260px;
	overflow: hidden;
}
.loca_photo_list_img img {
	transition: 1s all;
}
.loca_photo_list_img img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}
.loca_photo_case {
	margin-bottom: 15px;
	font-size: 18px;
}
.loca_photo_list_text {
	margin-left: 20px;
	width: 67%;
}
.loca_contents_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.loca_contents_left {
	width: 65%;
}
.loca_contents_right {
	width: 28%;
}
.loca_yoyaku_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
}
.loca_yoyaku_btn, a.loca_yoyaku_btn, button.loca_yoyaku_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 64px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.loca_yoyaku_btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	width: 100%;
	background: #fff;
}
a.loca_yoyaku_btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #444;
	border-radius: 0.5rem;
}
a.loca_yoyaku_btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}
a.loca_yoyaku_btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
a.loca_yoyaku_btn-border-shadow--color {
	border-radius: 0;
	background: #FFF9AB;
}
a.loca_yoyaku_btn-border-shadow--color:before {
	border-radius: 0;
}
a.loca_contact_btn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: #FFF9AB;
	color: #333;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
a.loca_contact_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	left: -6px;
	transition-duration: 0.2s;
}
a.loca_contact_btn:hover span {
	left: -1px;
	top: -1px;
}
.loca_contact_btn_icon:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("/../common/images/contact_icon.svg");
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
	position: absolute;
	left: 10%;
}
.loca_yoyaku_btn_icon:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("/../common/images/yoyaku_icon.svg");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 10%;
}
ul.loca_contents_box {
	border: solid 3px #F6F6F6;
	padding: 30px;
}
ul.loca_contents_box li {
	font-size: 16px;
	width: 100%;
	list-style-type: none;
	position: relative;
	padding-bottom: 10px;
	padding-left: 20px;
	;
}
ul.loca_contents_box li:last-child {
	padding-bottom: 0;
}
ul.loca_contents_box li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #E1DECF;
}
ul.loca_contents_plan_box {
	border: solid 3px #F6F6F6;
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
ul.loca_contents_plan_box li {
	font-size: 16px;
	width: 48%;
	list-style-type: none;
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	;
}
ul.loca_contents_plan_box li:nth-last-child(-n+2) {
	padding-bottom: 0;
}
ul.loca_contents_plan_box li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #E1DECF;
}
.loca_spot_address table th {
	background-color: #111;
	padding: 10px 25px;
	color: #fff;
	font-weight: 100;
}
.loca_spot_address table td {
	padding: 10px 0 10px 15px;
}
.loca_contents_box .loca_title {
	margin-bottom: 10px;
}
.loca_contact_btn_box {
	text-align: center;
	margin: 30px auto 0 auto;
	width: 100%;
}
.loca_price_flex {
	background: #F6F6F6;
	display: flex;
	padding: 15px;
	justify-content: space-around;
	margin-top: 30px;
}
.loca_price_flex_left {
	width: 30%;
}
.loca_price_flex_left p {
	margin-top: 10px;
}
.loca_price_flex {
	background: #F6F6F6;
	display: flex;
	padding: 15px;
	justify-content: space-around;
	margin-top: 30px;
}
.loca_price_flex_left {
	width: 30%;
}
.loca_price_flex_left p {
	margin-top: 10px;
}
.loca_price {
	font-size: 24px;
}
.loca_contents_right .loca_title {
	margin-top: 30px;
}
/*-------------ロケスポット一覧------------*/
.location_title_img {
	background-image: url("../images/location_spot/location_title_img.jpg");
	width: 100%;
	background-size: cover;
    background-position: right 85% top;
}

.contents_text_point {
	border: 3px solid #ececec;
	padding: 10px 20px;
}
.contents_text_point_title {
	font-size: 18px;
}
.contents_text_point li:before {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #E1DECF;
}
.contents_text_point li.contents_text_point_list {
	position: relative;
	margin-left: 5px;
	padding-left: 20px;
	line-height: 22px;
}
/* スマホ-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
	section {
		padding: 50px 0;
	}
	.contents_wrapper {
		padding: 0;
	}
	/*----ヘッダー-----*/
	.header {
		padding: 0;
		height: 60px;
	}
	.logo_img {
		width: 150px;
		display: inline;
		text-align: left;
		margin-left: 15px;
		/*padding-top: 5px;
	}
	.menu_wrapp {
		height: 60px;
	}
	ul.pc_menu {
		display: none;
	}
	.menu_yoyaku {
		width: 60px;
		height: 60px;
		margin-right: -25px;
		text-align: center;
		padding: 10px;
		text-decoration: none;
		position: absolute;
		right: 85px;
		color: #444;
	}
	.menu_yoyaku img {
		width: 23px;
		/*margin-bottom: 5px;*/
	}
	.menu_yoyaku_name {
		font-size: 10px;
		/*margin-top: -10px;*/
		text-decoration: none;
		color: #444;
	}
	.menu {
		right: 15px;
	}
	.gnav__wrap {
		align-items: flex-start;
	}
	.gnav {
		margin-top: -1px;
	}
	.gnav__menu {
		width: 100%;
		margin-top: 20px;
	}
	.gnav__menu__item {
		margin: 25px 0;
	}
	.gnav__menu__item a {
		font-size: 16px;
		display: block;
		vertical-align: bottom;
		padding-left: 40px;
	}
	.menu_yoyaku img {
		width: 20px;
	}
	.menu_yoyaku {
		width: 69px;
		height: 60px;
		margin-right: -20px;
	}
	/*フッター*/
	.footer_wrapper {
		display: block;
	}
	.copy {
		font-size: 10px;
		text-align: center;
	}
	/*------トップ---------*/
	.bx-viewport {
		height: 435px !important;
	}
	.top_main {
		padding: 0;
		margin-top: 60px;
	}
	.top_main_text {
		position: relative;
		top: 90px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		padding: 30px 15px;
		width: 100%;
		background-color: #fff;
		opacity: 1;
		color: #000;
	}
	.top_main_text p {
		font-size: 20px;
		text-align: center;
	}
	.top_main_text h1 {
		font-size: 14px;
		text-align: center;
	}
	.contents_title {
		font-size: 48px;
	}
	.closed_info_content_sp {
		padding: 50px 10px;
	}

	.plan_title {
		font-size: 40px;
	}
	.text_label {
		font-size: 28px;
		padding: 8px 50px;
	}

	/* LINE */

	.line-wrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.lineqr .qrimg img {
		display: block;
		margin: 0 auto;
		text-align: center;	
	}

	.line_text { 
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	.line_tit {
		display: inline;
	}

	.line_mes_text {
		display: none;
	}

	/*プラン*/
	.top_plan_flex {
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.top_plan_flex_inner {
		margin-bottom: 30px;
	}
	.top_plan_flex_inner:nth-child(even) {
		width: 100%;
		padding-left: 30px;
	}
	.top_plan_flex_inner:nth-child(odd) {
		width: 100%;
		padding-right: 30px;
	}
	.top_plan_contents_stripe_blue {
		top: -13px;
		right: 0;
		width: 200px;
	}
	.top_plan_contents_stripe_green {
		bottom: -15px;
		left: 0;
		width: 200px;
	}
	/*Instagram*/
	.instagram_flex {
		padding: 15px;
		margin-top: 0;
	}
	.instagram_flex div {
		width: 49%;
		margin-bottom: 0;
	}
	/* .instagram_flex div:nth-child(2), .instagram_flex div:nth-child(4) {
		margin-top: 0;
		margin-bottom: 0;
	}
	.instagram_flex div:nth-child(5), .instagram_flex div:nth-child(7) {
		margin-top: 0;
	} */
	.instagram_btn_area {
		padding-right: 15px;
	}
	.instagram_btn {
		font-size: 20px;
	}
	.instagram_btn:before {
		width: 140px;
	}
	/*access*/
	#access {
		padding: 50px 0 0 0!important;
	}
	.access {
		margin-bottom: 0;
		padding: 0;
	}
	.map_box {
		width: 100%;
	}
	.ggmap {
		padding-bottom: 65.25%;
	}
	.address {
		width: 100%;
		position: unset;
		padding: 50px 30px;
	}
	/*------------------▼ロケーション・スタジオ-------------------------*/
	/*.location_title_img {
		margin-top: 60px;
		background-position: top 34% center;
		background-size: 186% auto;
	}*/
	.title_img_wrapper {
		margin-top: 60px;
	}
	.title_text h1 {
		font-size: 30px;
		padding: 0 5px 5px 5px;
	}
	.title_text {
		padding: 55px;
	}
	.pankuzu {
		padding: 15px;
	}
	.catch_text {
		padding: 30px 25px;
		text-align: left;
	}
	.catch_text {
		background-position: center bottom 18px;
		background-size: 280px;
	}
	.plan_flex_box {
		display: flex;
		justify-content: space-between;
	}
	.plan_flex_inner_01 {
		width: 100%;
		position: relative;
	}
	.plan_flex_inner_01:nth-child(even) {
		margin-top: 0;
		margin-right: 15px;
	}
	.plan_flex_inner_01:nth-child(odd) {
		margin-top: 0;
		margin-left: 15px;
	}
	.plan_flex_inner_02 {
		width: 100%;
		position: relative;
	}
	.plan_flex_inner_02:nth-child(even) {
		margin-top: -75px;
		margin-left: 15px;
	}
	.yellow_dot_01 {
		width: 80%;
		left: 27%;
	}
	.plan_flex_inner_02:nth-child(odd) {
		margin-top: 75px;
		margin-right: 15px;
	}
	.more_btn_box_left {
		margin: 30px auto;
	}
	/*---------------------▼詳細ページ----------------------------------*/
	.details_flex_inner {
		width: 100%;
	}
	.details_flex_box :nth-child(1) {
		order: 2;
	}
	.details_flex_box :nth-child(2) {
		order: 1;
	}
	.details_flex_box :nth-child(3) {
		order: 3;
	}
	.details_flex_box :nth-child(4) {
		order: 4;
	}
	.details_contents_wrapper {
		padding: 30px 15px;
		width: 100%;
	}
	.setplan_flex_inner {
		width: 50%;
		margin-bottom: 50px;
		padding: 15px;
	}
	.setplan_flex_inner:nth-child(2) {
		border-right: none;
	}
	.setplan_flex_inner:nth-child(3), .setplan_flex_inner:nth-child(4) {
		margin-bottom: 0;
	}
	.yoyaku_btn, a.yoyaku_btn, button.yoyaku_btn {
		font-size: 14px;
	}
	.setplan_yoyaku_btn, a.setplan_yoyaku_btn, button.setplan_yoyaku_btn {
		font-size: 14px;
	}
	a.setplan_yoyaku_btn-border-shadow {
		padding: calc(1.5rem - 12px) 0.8rem 1.5rem;
	}
	.setplan_flex_inner img {
		height: 45px;
	}
	img.basic_plan_stripe_blue {
		margin-top: -65px;
		height: 35px;
	}
	img.basic_plan_stripe_yellow {
		margin-top: 33px;
		margin-left: -65px;
		height: 35px;
	}
	.basic_plan {
		margin: 0 15px 50px 15px;
	}
	.set_plan_box {
		margin: 0 15px;
	}
	.setplan_price {
		font-size: 28px;
	}
	.span.yen_nami {
		font-size: 14px!important;
	}
	.font_s {
		font-size: 12px;
	}
	/*------------------ドレス・和装------------------------------------------*/
	.plan_flex_box {
		margin-top: -50px;
	}
	.plan_flex_inner_02:nth-child(even) {
		margin-top: 0;
	}
	.plan_stripe_green_02 {
		max-width: 300px;
	}
	.plan_stripe_yellow_02 {
		max-width: 300px;
		margin-top: -13px;
	}
	/* contactここから */
	.contact_contents {
		width: 100%;
		padding: 0 15px;
	}
	input[type="submit"] {
		width: 100%;
		margin: 0 0 20px 0;
	}
	/* contactここまで */
	/* confirmここから */
	.confirm_form th {
		display: block;
		width: 100%;
		padding: 20px 0;
		font-weight: bold;
	}
	.confirm_form td {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.send_btn, button.send_btn, button.send_btn {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.back_btn, button.back_btn, button.back_btn {
		margin-left: 0;
	}
	.back_btn, button.back_btn, button.back_btn {
		padding: 2rem 64px;
	}
	/* confirmここまで */
	/**--------------プライバシポリシー----------------*/
	.privacy_wrapper {
		padding: 50px 20px 0 20px;
		;
	}
	.privacy_title {
		font-size: 18px;
	}
	/*-------------お申込みの流れ----------------*/
	.flow_title_img {
		background-position: right 30% top;
	}
	.flow_step {
		margin: 0 auto;
		padding: 50px 10px;
	}
	.flow_step .step:not(:last-child) {
		margin-bottom: 120px;
		position: relative;
	}
	.flow_step .step:not(:last-child)::after {
		border: 1px solid #555;
		content: "";
		height: 60px;
		width: 1px;
		position: absolute;
		left: 50%;
		bottom: -80px;
	}
	.flow_step .step {
		display: block;
	}
	.flow_step .step h3 {
		background-color: #555;
		width: 120px;
		color: #fff;
		text-align: center;
		height: 45px;
		padding: 6px 0;
		margin-right: 50px;
		font-family: 'Caveat', cursive;
		font-size: 25px;
	}
	.flow_step .step .f_right {
		width: 100%;
	}
	.flow_step .step .f_right h4 {
		margin: 14px 0;
		font-size: 18px;
	}
	/*-------------よくある質問----------------*/
	.faq_title_img {
		background-position: right 40% top;
	}
	.faq_step {
		margin: 0 auto;
		padding: 50px 10px;
	}
	.faq_step .step:not(:last-child) {
		margin-bottom: 60px;
		position: relative;
	}
	.faq_step .step {
		display: block;
	}
	.faq_step .step h3 {
		background-color: #555;
		width: 90px;
		color: #fff;
		text-align: center;
		height: 45px;
		padding: 6px 0;
		margin-right: 50px;
		font-family: 'Caveat', cursive;
		font-size: 25px;
	}
	.faq_step .step .faq_right {
		width: 100%;
	}
	.faq_step .step .faq_right h4 {
		margin: 14px 0;
		font-size: 18px;
	}
	.bx-wrapper .bx-controls-direction a {
		z-index: 100 !important;
		top: 60% !important;
	}
	.bx-wrapper .bx-next {
		background: url(/common/images/controls_r.svg) no-repeat 0 -32px!important;
	}
	.bx-wrapper .bx-prev {
		background: url(/common/images/controls_l.svg) no-repeat 0 -32px !important;
	}
	/*-------- プラン詳細 -------*/
	.contents_wrapper img {
		width: 100%;
	}
	.plan_contents_flex {
		display: block;
		padding: 0 10px;
	}
	.plan_contents_flex {
		margin-top: 30px;
	}
	.plan_contents_left {
		width: 100%;
	}
	.plan_contents_left p {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.square_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	ul.plan_contents_box {
		padding: 15px;
	}
	ul.plan_contents_box li {
		font-size: 12px;
	}
	.benefits{
		margin-top: 20px;
	}
	.benefits h2.bnft_title{
		font-size: 18px;
	}
	.benefits ul.bnft_box li{
		font-size: 12px;
	}
	.plan_contents_right {
		width: 100%;
		padding: 10px;
	}
	.sp_gallery {
		padding: 0 10px;
	}
	.sp_set_plan {
		padding: 0 10px;
		margin-top: 30px;
	}
	.plan_flex {
		display: block;
		flex-wrap: nowrap;
	}
	.plan_flex_inner {
		width: 100%;
		flex-wrap: nowrap;
	}
	.plan_flex_inner_img {
		border: 1px solid #CCCCCC;
		width: 120px;
		padding: 20px;
		height: 120px;
	}
	.plan_list_btn_box {
		width: 85%;
		margin: 20px auto 40px;
	}
	.loca_contents_flex {
		display: block;
		padding: 0 10px;
	}
	.loca_contents_left {
		width: 100%;
	}
	.loca_contents_left .sp_point {
		margin: 20px 0;
	}
	ul.loca_contents_box {
		padding: 15px;
	}
	.loca_contents_right {
		width: 100%;
		padding: 10px;
	}
	.loca_contents_right .loca_title {
		font-size: 18px;
	}
	.loca_spot_address {
		margin-bottom: 30px;
	}
	ul.loca_contents_box li {
		font-size: 14px;
	}
	ul.loca_contents_plan_box li {
		font-size: 12px;
	}
	ul.loca_contents_plan_box {
		padding: 15px;
	}
	/*-------- プラン一覧 -------*/
	.tab {
		padding: 0 10px;
	}
	.pick_up {
		display: block;
		padding: 0 10px;
		width: 100%;
	}
	.pick_up_contents {
		max-width: 100%;
	}
	.pick_up_contents_img {
		width: 100%;
		height: 240px;
	}
	.pick_up_contents_text {
		margin: 15px 0 30px;
	}
	.photo_list {
		border-bottom: 1px solid #ccc;
		padding: 0 10px 25px;
		margin-bottom: 31px;
	}
	.photo_case {
		margin-bottom: 15px;
		font-size: 18px;
		padding: 0 10px;
	}
	.photo_list_text {
		width: 100%;
	}
	.photo_list_img {
		width: 100%;
		height: 100%;
	}
	.photo_list_text p.new{
		font-weight: bold;
		font-size: 12px;
		color: #ffe347;
	}
	.contents_text_category {
		margin-bottom: 15px;
		width: 115px;
		font-size: 12px;
		text-align: center;
		padding: 3px 5px;
	}
	.contents_text_title {
		font-size: 18px;
        margin: 10px 0 10px;
	}
	.contents_text_title_plan {
		font-size: 18px;
        line-height: 24px;
	}
	.contents_text_read {
		font-size: 12px;
		margin-bottom: 20px;
        line-height: 18px;
	}
    .contents_text_price{
        margin-top: 20px;
	}
	.contents_text_price span {
		font-size: 28px;
	}
    /*------------ロケスポット一覧---------------*/
	.loca_photo_list {
		border-bottom: 1px solid #ccc;
		padding: 0 10px 25px;
		margin-bottom: 31px;
	}
	.loca_photo_case {
		margin-bottom: 15px;
		font-size: 18px;
		padding: 0 10px;
	}
	.loca_photo_list_text {
		width: 100%;
	}
	.loca_photo_list_img {
		width: 100%;
		height: 100%;
	}
    .loca_photo_list a{
        display: block;
    }
    .loca_photo_list_text{
        margin-left: 0;
    }
    .contents_text_point{
        padding: 10px 15px;
    }
    .banner_cam_sp {
        width: 100%;
        padding: 0 10px;
    }

	.top_banner img{
		max-width: 95vw;
	}
}
