@charset "utf-8";

/* 全ページ共通 */

body, p, figure, h1, h2, h3, ul, table, dt , dd{
    padding: 0;
    margin: 0;
    color: #2E2E2E;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 94%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
body, p a {
    color: #885F3E;
    text-decoration: none;
}
p a:hover {
	background-color: rgba(186,131,6,0.60);
}

img {
    border: none;
    vertical-align: bottom;
}
#all {
    width: 100%;
}
.sticky_range {
    position: relative;
}

.sticky {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
}
.nav_pc ul {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}
.nav_pc li {
    list-style-type: none;
    text-align: center;
    float: left;
    display: block;
    color: #391F00;
	font-size: 110%;
}
.nav_pc ul .btn  {
	display: inline-block;
	width: 20vw;
	height: 5vw;
	line-height: 5vw;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	text-decoration: none;
	vertical-align: bottom;
	z-index: 999999;
	background-color: rgba(255,255,255,0.50);
}
.nav_pc ul li img {
    z-index: 99999999;
}
.nav_pc ul .btn1_select  {
    display: inline-block;
    width: 20vw;
    height: 5vw;
    line-height: 5vw;
    position: relative;
    font-family: 'Archivo Black', sans-serif;
    text-decoration: none;
    vertical-align: bottom;
    z-index: 99999999;
    background-color: rgba(244,78,131,0.40);
}
.nav_pc ul .btn1:hover {
    background-color: rgba(244,78,131,0.40);
}
.nav_pc ul .btn2_select  {
	display: inline-block;
	width: 20vw;
	height: 5vw;
	line-height: 5vw;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	text-decoration: none;
	vertical-align: bottom;
	z-index: 99999999;
	background-color: rgba(101,172,228,0.40);
}
.nav_pc ul .btn2:hover {
    background-color: rgba(101,172,228,0.40);
}
.nav_pc ul .btn3_select  {
	display: inline-block;
	width: 20vw;
	height: 5vw;
	line-height: 5vw;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	text-decoration: none;
	vertical-align: bottom;
	z-index: 99999999;
	background-color: rgba(160,194,56,0.40);
}
.nav_pc ul .btn3:hover {
    background-color: rgba(160,194,56,0.40);
}
.nav_pc ul .btn4_select  {
	display: inline-block;
	width: 20vw;
	height: 5vw;
	line-height: 5vw;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	text-decoration: none;
	vertical-align: bottom;
	z-index: 99999999;
	background-color: rgba(255,195,66,0.40);
}
.nav_pc ul .btn4:hover {
    background-color: rgba(255,195,66,0.40);
}
.nav_pc li img {
    width: 20vw;
    height: auto;
    z-index: 100;
    position: relative;
}
.nav_sp{
	display: none;
}
main {
    width: 90vw;
    margin: 0 auto;
}
main a {
	color: #C84E86;
	text-decoration: none;
}
main a:hover{
	background-color: rgba(238,149,190,0.60);
}
.common{
	margin-top: 200px;
	text-align: center;
	margin-bottom: 100px;
	font-family: 'Archivo Black', sans-serif;
	font-size: 300%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-weight: bold;
	font-size: large;
	text-align: center;
	padding-bottom: 30px;
	clear: both;
	padding-top: 50px;
}
.sns .sns1 {
	position: fixed;
	right: 0px;
	bottom: 150px;
	z-index: 1;
}
.sns .sns2 {
	position: fixed;
	right: 0px;
	bottom: 50px;
	z-index: 1;
}
.stripe {
	padding: 20px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-radius: 10px;
	width: 50%;
	background-image: linear-gradient(
	-45deg,
	#F3F4EA 25%,
	#E5E7D2 25%,
	#E5E7D2 50%,
	#F3F4EA 50%,
	#F3F4EA 75%,
	#E5E7D2 75%,
	#E5E7D2
);
	background-size: 40px 40px;
	background-attachment: fixed;
}
.firsttitle h2 {
    margin-top: 0px;
    padding-top: 20vw;
}
.form {
	width: 90%;
	position: relative;
	height: 0;
	padding-top: 130%;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer {
	background-color: rgba(255,213,124,0.20);
	margin-top: 100px;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 50px;
}
.footer_inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}
.footer_item {
    width: 40vw;
    text-align: left;
    float: left;
    margin-right: 5vw;
}
.googlemap {
    width: 100%;
	height: 0;
	padding-top: 120%; 
    position: relative;
}
.googlemap iframe {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_item p {
    margin-bottom: 20px;
    font-size: 85%;
    line-height: 1.5em;
}
.sitemap {
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-top: 100px;
}
.sitemap a  {
	color: rgba(83,65,25,1.00);
	font-weight: normal;
	text-decoration: underline;
}
small {
	margin-bottom: 20px;
	margin-top: 50px;
	color: #2E2E2E;
}


/* HOME(index.html) */
.mainimg {
	position: relative;
	top: auto;
}
.my-slider img {
	width: 100%;
	position: relative;
}
.single-item {
	position: absolute;
	top: 5vw;
	overflow: hidden;
	z-index: 2;
}
.single-item img{
	width: 100%;
	height: auto;
}
.mainimg_text p {
    z-index: 10;
    position: relative;
    text-align: right;
    right: 5vw;
    top: -15vw;
}
.mainimg_text .text_black {
	font-size: large;
	font-weight: 600;
	color: #3D3D3D;
	text-shadow: 0px 0px 20px #FFFFFF;
}
.mainimg_text .text_pink {
    font-size: 5em;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: 0px 0px 20px #FFFFFF;
    color: #F44E83;
}
.index_title{
    border-bottom: 20px solid rgba(244,78,131,0.5);	
}
.index_underline {
    background: linear-gradient(transparent 60%, rgba(244,78,131,0.50) 60%);
    font-weight: bold;
}
.index_sec01__box  {
    display: flex;
    position: relative;
}
.index_sec01__box:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
}
.index_sec01__box img {
    width: 40vw;
    height: auto;
    margin-bottom: 100px;
}
.index_sec01__box p {
    width: 50vw;
    display: inline-block;
    position: absolute;
    left: 35vw;
    top: 30px;
    line-height: 30px;
    background-color: rgba(255,255,255,0.60);
    padding-left: 5px;
    padding-right: 5px;
    color: #191919;
    text-shadow: 0 0 10px #FFF;
    font-size: 18px;
}
.index_sec01__box:nth-child(2) p {
    position: relative;
    left: 10vw;
}
.index_sec02 {
	text-align: center;
}
.index_sec02 dl {
	margin: 0 auto 20px;
	width: 70vw;
}
.index_sec02 dt{
	font-size: 85%;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 10px;
}
.index_sec03 {
    text-align: center;
}
.index_sec03 p {
    text-align: center;
}
.index_sec03 h3{
	padding-top: 0px;
}
.index_sec03__inner  {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 80vw;
	display: flex;
	align-items: flex-start;
}
.index_sec03__item   {
	width: 50%;
	margin: 0 2%;
}
.index_sec03__item table{
	display: inline-block;
	text-align: right;
}
.index_sec03__item td {
    padding: 10px;
    text-align: center;
}
tr .time {
    background-color: #FBF8B9;
    font-weight: bold;
}
tr .day {
    background-color: #CECD31;
    font-weight: bold;
}
tr .day_price {
    background-color: #EFEE82;
}
tr .holiday {
    background-color: #FC96BB;
    font-weight: bold;
}
tr .holiday_price {
    background-color: #FDCDDC;
}
.index_sec03__item p {
    text-align: left;
}
.index_sec04 p{
	text-align: center;
}
.index_sec04 h2{
	margin-bottom: 0px;
}
.index_sec04 img {
	width: 60%;
	display: block;
    margin: 0 auto;
}
.stripe p  {
    margin: 0; 
    padding: 0;
}
.table_bottom  {
    width: 70vw;
    border-collapse: separate;
    margin: 30px auto 50px;
	border-spacing: 20px;
}
.table_bottom th {
	font-weight: normal;
	width: 10%;
	vertical-align: middle;
	background-color: rgba(244,78,131,0.20);
	text-align: center;
	border-radius: 5px;
	padding: 20px 0;
}
.table_bottom td {
    width: 90%;
    text-align: left;
	vertical-align: middle;
}
.index_sec05__box {
    width: 60vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #FFEBF2;
}
.index_sec05 p {
    line-height: 1.6em;
}
.index_sec05 img   {
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
}
.index_sec06 {
	text-align: center;
}
.reserve_btn {
	padding-top: 30px;
}


/* STUDIO (price.html) */

.price_title{
    border-bottom: 20px solid rgba(101,172,228,0.5);	
}
.price_underline {
	background: linear-gradient(transparent 60%, rgba(101,172,228,0.5) 60%);
	font-weight: bold;
}
.price_sec01 {
    text-align: center;
}
.price_sec01__inner  {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 80vw;
    display: flex;
	text-align: left;
}
.price_sec01__item   {
    width: 50%;
    margin: 0 2%;
}
.price_sec01__item table{
	display: inline-block;
	text-align: right;
}
.price_sec01__item td {
    padding: 10px;
    text-align: center;
}
.table_bottom2  {
    width: 70vw;
    border-collapse: separate;
	margin: 30px auto 50px;
	border-spacing: 20px;
}
.table_bottom2 th {
	font-weight: normal;
	width: 10%;
	vertical-align: middle;
	background-color: rgba(101,172,228,0.2);
	text-align: center;
	border-radius: 5px;
	padding: 20px 0;
}
.table_bottom2 td {
    width: 90%;
    text-align: left;
	vertical-align: middle;
}
.price_underline th td{
	    border-bottom: 2px solid rgba(101,172,228,1);
}
.price_sec02 p {
    text-align: center;
    margin-top: 30px;
}
.price_sec02 h2{
	margin-bottom: 0px;
}

.price_sec02 img {
	width: 60%;
	display: block;
    margin: 0 auto;
}
.locker img{
	width: 50%;
	height: auto;
	margin: 20px auto 20px;
}
.price_sec02 .stripe p {
    margin: 0; 
    padding: 0;
}
.lightbox_html p {
    margin: 5px;
    float: left;
}
.lightbox_inner {
    overflow: hidden;
	margin: 50px auto 0 auto;
    max-width: 640px;
}
.lightbox_inner img{
	width: 150px;
}
.textbox {
    width: 60vw;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: left;
}
.price_sec03 {
    text-align: center;
}


/* RESERVE (schedule.html) */

.schedule_title{
    border-bottom: 20px solid rgba(160,194,56,0.5);	
}
.schedule_underline {
	background: linear-gradient(transparent 60%, rgba(160,194,56,0.5) 60%);
	font-weight: bold;
}
.schedule_sec01 {
    text-align: center;
}
.schedule_sec02 {
    text-align: center;
}
.schedule_sec03 {
    text-align: center;
}
.schedule_sec03 p {
    margin-bottom: 50px;
}
.mailbtn a {
	padding: 15px;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
	display: inline-block;
	background-image: -webkit-linear-gradient(270deg,rgba(229,253,159,1.00) 0%,rgba(160,194,56,1.00) 16.58%,rgba(105,139,0,1.00) 47.92%,rgba(160,194,56,1.00) 84.46%,rgba(229,253,159,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(229,253,159,1.00) 0%,rgba(160,194,56,1.00) 16.58%,rgba(105,139,0,1.00) 47.92%,rgba(160,194,56,1.00) 84.46%,rgba(229,253,159,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(229,253,159,1.00) 0%,rgba(160,194,56,1.00) 16.58%,rgba(105,139,0,1.00) 47.92%,rgba(160,194,56,1.00) 84.46%,rgba(229,253,159,1.00) 100%);
	border-radius: 5px;
	background-image: linear-gradient(180deg,rgba(229,253,159,1.00) 0%,rgba(160,194,56,1.00) 16.58%,rgba(105,139,0,1.00) 47.92%,rgba(160,194,56,1.00) 84.46%,rgba(229,253,159,1.00) 100%);
}




/* レスポンシブ */
@media screen and (max-width:640px){

/* 全ページ共通 */
.nav_pc{
	display: none;	
}	
.nav_sp{
	display: block !important;
} 
.single-item {
    top: 0vw;
}
.mainimg_text p {
    z-index: 10;
    position: relative;
    text-align: right;
    right: 5vw;
    top: -25vw;
}
.mainimg_text .text_black {
    font-weight: bold;
    color: #5A5A5A;
    text-shadow: 0px 0px 20px #FFFFFF;
    font-size: small;
}
.mainimg_text .text_pink {
    font-size: 3em;
    font-family: 'Archivo Black', sans-serif;
    text-shadow: 0px 0px 20px #FFFFFF;
    color: #F44E83;
}
.common{
    margin-top: 150px;
    margin-bottom: 80px;
    font-size: 200%;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.sns .sns1 img{
	width: 75%;
	height: auto;
	transform: translate(27%,34%);
}
.sns .sns2 img{
	width: 75%;
	height: auto;
	transform: translateX(27%);
}
.sns a:hover {
	background-color: rgba(255,255,255,0.00);
}
.footer_item {
	width: 80vw;
	text-align: left;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.googlemap {
	padding-top: 70%;
	margin-bottom: 30px;
}
.footer_item p {
    margin-bottom: 20px;
    font-size: 85%;
    line-height: 1.5em;
}
.sitemap {
    font-size: 80%;
	width: 80vw;
	margin: 0 auto 20px auto;
}	
footer small {
	color: #2E2E2E;
	margin-bottom: 20px;
	margin-top: 50px;
	font-size: 70%;
}


/* HOME(index.html) */
.index_sec01 {
    text-align: center;
}
.index_sec01__box  {
    display: inherit;
    position: static;
}
.index_sec01__box:nth-child(2) {
    display: inherit;
    position: static;
}
.index_sec01__box img {
    width: 80vw;
    height: auto;
    margin-bottom: 20px;
    margin-top: 50px;
}
.index_sec01__box p {
    width: 80vw;
    display: inherit;
    position: static;
    line-height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    color: #191919;
    text-shadow: none none none none;
    margin: 0 auto;
    font-size: 14px;
}
.index_sec01__box:nth-child(2) p {
    margin: 0 auto;
    position: static;
}
.index_sec03 img {
	width: 60vw;
	height: auto;
}
.index_sec03__inner  {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: block;
	width: 70%;
}
.index_sec03__item {
	width: 100%;
	margin-bottom: 30px;
}
.index_sec03__item table{
	display: inline-block;
	text-align: center;
}
.table_bottom th,.table_bottom td{
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} 
.table_bottom th{
	margin: 10px auto;
	}
.table_bottom td{
	margin: 10px auto;
	}
.table_bottom2 th,.table_bottom2 td{
    display: block;
    width: 80%;
    text-align: center;
} 
.table_bottom2 th{
	margin: 10px auto;
}
.table_bottom2 td{
	margin: 10px auto;
}
.index_sec04 img {
	width: 80%;
}


/* STUDIO(price.html) */
	
.price_sec01__inner {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: inherit;
    width: 70%;
}
.price_sec01__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}
.locker img{
	width: 80%;
	height: auto;
}	
.lightbox_inner {
    margin-left: auto;
    margin-right: auto;
    min-height: 480px;
}
.stripe {
	width: 70%;
}

}


@media screen and (min-width:1900px){

.nav_pc li {
	font-size: 130%;
}
.nav_pc ul .btn  {
    width: 22vw;
	height: 4vw;
    line-height: 4vw;
}
.nav_pc ul .btn1_select  {
    width: 22vw;
	height: 4vw;
    line-height: 4vw;
}
.nav_pc ul .btn2_select  {
    width: 22vw;
	height: 4vw;
	line-height: 4vw;
}
.nav_pc ul .btn3_select  {
    width: 22vw;
	height: 4vw;
	line-height: 4vw;
}
.nav_pc ul .btn4_select  {
    width: 22vw;
	height: 4vw;
	line-height: 4vw;
}
.nav_pc li img {
    width: 12vw;
    height: auto;
}
.single-item {
	top: 4vw;
}
.form{
	width: 60%;
	padding-top: 60%;
}
.googlemap{
	padding-top: 80%;
}
.index_sec05__box {
    width: 50vw;
	text-align: center;
}

}
