@CHARSET "UTF-8";
/*
Theme Name: 人形工房ひなや様
date: 2025．8.27
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

:root {
  --purpul: #77428D;
	--deep_purpul: #6f0f98;
	--bg: #5c0680;
  --bk: #000;
	--blue: #0B346E;
	--pink: #6D2E5B;
	--green: #36563C;
	--yellow: #b7aa00;
	--gold: #e3b603;
	--shadow: #baa7cc;
	--header_height: 5rem;
	--grad: linear-gradient(to bottom , #B481BB, #8A6BBE);
	--grad_green: linear-gradient(to bottom , #6e9475, #36563C);
	--grad_blue: linear-gradient(to bottom , #6096e2, #0B346E);
}


@media screen and (min-width: 1024px){
  :root {
		--header_height: 80px;
	}
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-family: "Zen Old Mincho", serif;
  font-weight: 400;
	color: var(--bk);
	line-height: 1.7;
	letter-spacing: 1px;
}

.font_en{
	font-family: "Cinzel", serif;
	font-weight: 400;
}
.font_en__script{
	font-family: "Ballet", cursive;
}





/* =layouts
-------------------------------------------------------------- */

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
	font-weight: 400;
}
table td{
	padding: 1rem;
}

.txt_right{
	text-align: right;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 500;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.pc_only{
	display: none;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
.short_wrap{
	max-width: 850px;
}
.section{
	padding: 5rem 0;
}

.block{
	margin-bottom: 5rem;
}
.page_container{
	padding: var(--header_height) 0;
}
.hidden{
	overflow: hidden;
}
.bg_texture{
	background: var(--bg);
	position: relative;
	z-index: 5;
	background: var(--grad);
	background-size: 200px;
	color: #fff;
}
.bg_texture a{
	color: #fff;
}
.bg_texture::before{
	content: '';
	width: 100%;
	height: 100%;
	/*background: url('images/common/texture01.svg');*/
	background: url('images/common/bg02.png');
	background-size: 250px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1;
	z-index: -1;
}

.bg_white{
	padding: 3rem 5%;
	border-radius: 1rem;
	background: #fff;
	color: var(--bk);
}

.section_title{
	font-size: 2rem;
	margin-bottom: 3rem;
}

.section_header{
	margin: 3rem 0 5rem;
	text-align: center;
	position: relative;
	z-index: 5;
}
.section_header .font_en__script{
	font-size: 4rem;
	line-height: 1;
	color: var(--gold);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: .6;
	z-index: -1;
	filter: blur(1px);
}
.section_header__title{
	font-size: 2.4rem;
}

.section_border{
	position: relative;
}
.section_border::before{
	content: url('images/ornament/purple/line.svg');
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}

.page_header{
	padding: 3rem 5% 4rem;
	position: relative;
	margin-bottom: 3rem;
}
.page_header:after{
	content: '';
	background: url('images/ornament/purple/title_under.svg') no-repeat center center / contain;
	width: 5rem;
	height: 3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
}
.page_title{
	font-size: 2rem;
	text-align: center;
	font-weight: 400;
}
.page_title__en{
	text-align: center;
	margin-top: 1rem;
	color: var(--purpul);
}

.title_bg{
	padding: .5rem 1.5rem;
	background: var(--grad);
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.txt_right{
	text-align: right;
}
.txt_vertical{
	writing-mode: vertical-rl;
}
.txt_small{
	font-size: 70%;
}
.txt_large{
	font-size: 120%;
}

.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #ffff00 51%);
	font-weight: 700;
}


.ornament{
	position: absolute;
	z-index: -1;
	opacity: .5;
}

#message_404 p{
	margin-bottom: 5rem;
	text-align: center;
}




/* =link
-------------------------------------------------------------- */


a{
	outline: none;
	color: var(--bk);
	text-decoration: none;
	transition: .3s;
}
*:focus {
  outline: none;
}

.btn_link{
	display: flex;
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 35rem;
	z-index: 5;
}
.btn_link::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	background: var(--shadow);
	z-index: 1;
}
.btn_link__txt{
	background: #fff;
	border: var(--purpul) solid 2px;
	color: var(--bk);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 3rem 1rem 1.5rem;
  position: relative;
	line-height: 1.3;
	width: 100%;
	min-height: 7rem;
	z-index: 10;
	transition: .3s;
	text-align: center;
}
.btn_link__txt::before{
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	left: 2px;
	border: var(--purpul) solid 1px;
}
/*
.btn_link__txt::after{
	content: '';
	background: var(--grad);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	transition: 1s;
}*/
.front_link{
	width: 80%;
	max-width: 25rem;
	margin-top: 5rem;
}
.front_link .btn_link__txt{
	min-height: 5rem;

}
.arrow{
	display: inline-block;
	position: relative;
	background: #fff;
	width: 3rem;
	height: 2px;
	transition: .3s;
}
.arrow::after{
	content: '';
	background: #fff;
	position: absolute;
	right: -1px;
	bottom: 0;
	clip-path: polygon(0 0,100% 100%,0 100%);
	width: 1rem;
	height: .5rem;
}

.btn_link .arrow{
	background: var(--purpul);
	position: absolute;
	right: 1rem;
	top: 50%;
	translate: 0 -50%;
	z-index: 20;
	height: 1px;
}
.btn_link .arrow::after{
	background: var(--purpul);
}

.btn_grad{
	background: linear-gradient(to bottom , #B481BB, #8A6BBE,#8A6BBE,#B481BB);
	background-size: 100% 200%;
	overflow: hidden;
	display: block;
	color: #fff;
}

.icon{
	display: inline-block;
	width: 3rem;
	height: 3rem;
}
.icon_tel{
	background: url('images/common/icon_tel.svg') no-repeat center center / contain;
}
.icon_mail{
	background: url('images/common/icon_mail.svg') no-repeat center center / contain;
}


.link_btn__wrap{
	margin-top: 3rem;
}
.link_btn__wrap li{
	margin-bottom: 2rem;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

.fa-external-link{
	font-size: 80%;
	margin-left: .3rem;
}

input[type="submit"]{
	outline: 0;
	cursor: pointer;
}
label{
	cursor: pointer;
}



/* =media
-------------------------------------------------------------- */

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .3s;
}
iframe{
	max-width: 100%;
}
.img_clip{
	position: relative;
	overflow: hidden;
}
.img_clip::before{
	content: '';
	padding-top: 100%;
	display: block;
	background: none;
}
.img_clip img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.5s;
	scale: 1.1;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img_shadow{
	box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
}


/* =tub
-------------------------------------------------------------- */

summary{
	cursor: pointer;
}
summary::marker{
  content: none;
}
summary::-webkit-details-marker{
  display: none;
}

.accordion dd{
	display: none;
}

.tub{
	display: flex;
}
.tub_cont{
	display: none;
}
.cont_current{
	display: block;
}



/* =slick base
-------------------------------------------------------------- */

.slick-arrow{
	width: 1rem;
  height: 1rem;
  z-index: 10;
}
.slick-prev{
  left: -5px;
}
.slick-next{
  right: -5px;
}
.slick-arrow::before{
	content: '' !important;
  width: 100%;
  height: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-prev:before{
  transform: translate(-35%,-50%) rotate(-45deg);
}
.slick-next:before{
  transform: translate(-65%,-50%) rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.slick-dots > li:first-child:last-child {
   display: none;
}
.slick-dots{
	bottom: 1rem;
	z-index: 10;
}
.slick-dots li{
	width: 2.5rem;
	height: .8rem;
}
.slick-dots li button{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
	padding: 0;
	border: var(--purpul) solid 1px;
}
.slick-dots li.slick-active button{
	background: var(--purpul);
}
.slick-dots li button:before{
	content: none;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}





/* =header
-------------------------------------------------------------- */

#site_header{
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	height: var(--header_height);
	padding: 0 1rem;
	transition: .3s;
}
.scroll #site_header{
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
#header_logo{
  display: block;
  width: 10rem;
  margin: 0 auto 0 0;
}
#header_nav__btn{
	position: fixed;
	top: 0;
	right: 0;
	width: var(--header_height);
	height: var(--header_height);
	text-align: center;
	z-index: 9999;
  cursor: pointer;
	transition: .3s;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	padding-top: 5px;
}
#header_nav__btn .border{
	width: 3rem;
	height: 1px;
	background: #fff;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
.nav_txt{
	font-size: 1rem;
	color: #fff;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
	margin-top: 8px;
}
.nav_active #header_nav__btn .border{
  background: #fff;
}
.nav_active #header_nav__btn .border:nth-of-type(1) {
	transform: translateY(6px) rotate(-45deg);
}
.nav_active #header_nav__btn .border:nth-of-type(2) {
	opacity: 0;
}
.nav_active #header_nav__btn .border:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}

#header_nav__inner{
	width: 80%;
	max-width: 40rem;
	height: 100%;
	background: rgba(255,255,255,.7);
	z-index: 999;
	position: fixed;
	top: var(--header_height);
	right: -40rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 2rem 5% 8rem;
}
.nav_active #header_nav__inner{
	opacity: 1;
	visibility: visible;
	right: 0;
}
#header_nav__flex{
	padding: 6rem 0 8rem;
	min-height: 100%;
}
#header_nav__flex .wrapper{
	max-width: 50rem;
}
.nav_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.nav_title::before,
.nav_title::after{
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: var(--bk);
}
.nav_title span{
	white-space: nowrap;
	padding: 0 1rem;
}
#nav_bnrs{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem 5rem;
}
#nav_bnrs li{
	width: 50%;
	padding: 0 1rem;
}
.nav_bnr__btn{
	display: block;
	text-align: center;
	overflow: hidden;
	font-weight: 500;
	color: #fff;
}
#nav_bnr__hina .nav_bnr__btn{
	box-shadow: 5px 5px var(--pink);
}
#nav_bnr__gogatsu .nav_bnr__btn{
	box-shadow: 5px 5px var(--green);
}
.nav_bnr__btn .img_clip::before{
	padding-top: 80%;
}
.nav_bnr__btn span{
	display: block;
	padding: 1rem 0;
	font-size: 1.6rem;
}
#nav_bnrs li#nav_bnr__order{
	width: 100%;
	margin-top: 2rem;
}
#nav_bnr__order .nav_bnr__btn{
	padding: 2rem 0;
	box-shadow: 5px 5px var(--purpul);
}
.main_navigation{
	position: relative;
}
.main_navigation li a{
	display: block;
	position: relative;
	padding: .5rem 0;
}
#header_nav .main_navigation li a{
	font-weight: 500;
	padding: 1rem 0;
}
.main_navigation li a::before{
	content: '●';
	margin-right: .5rem;
	color: var(--shadow);
	transition: .3s;
}

#header_contact{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	/*display: flex;*/
	z-index: 9999;
}
/*
#header_contact li{
	width: 50%;
	border-right: #fff solid 1px;
}
#header_contact li:last-child{
	border: 0;
}*/
#header_contact a{
	padding: .2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
#header_contact a .icon{
	margin: 0 1rem 0 0;
	filter: brightness(0) invert(1);
}
#header_contact a .tel_txt{
	font-size: 2rem;
	line-height: 1.2;
}
#header_contact a .tel_txt span{
	font-size: 60%;
	display: block;
}



/* =footer
-------------------------------------------------------------- */

#breadcrumbs{
	padding: .5rem 5%;
	font-size: 1.2rem;
	background: var(--grad);
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}
#breadcrumbs a{
	color: #fff;
}
.gmap iframe{
	width: 100%;
	height: 35rem;
}

#footer_address{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
}
#footer_address img{
	width: 15rem;
	height: 10rem;
	object-fit: contain;
	margin: 0 2rem;
}
.holiday_txt{
	margin-top: 2rem;
	line-height: 1.5;
}
#footer_about p{
	line-height: 1.5;
}
#footer_address__txt{
	margin-bottom: 3rem;
}
#footer_address__txt h2{
	font-size: 2rem;
	margin-bottom: 2rem;
}
#footer_about__inner h2{
	border-bottom: var(--bk) solid 1px;
	margin-bottom: 1rem;
}
#footer_address__txt p{
	margin: .5rem 0;
}
#footer_contact{
	position: relative;
}
/*
#footer_contact::after{
	content: '';
	background: #fff;
	width: 1px;
	height: 30rem;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	rotate: 75deg;
}*/
.footer_contact__box{
	display: block;
	/*width: 80%;*/
	text-align: center;
	font-size: 1.6rem;
	padding: 3rem 0;
	position: relative;
}
#footer_contact__tel p{
	font-size: 3rem;
	line-height: 1;
	margin-top: 1rem;
}
#footer_contact__form{
	margin: 3rem 0 0 auto;
}

#bnr_touko{
	width: 80%;
	margin: 0 auto 2rem;
	display: block;
}
#bnr_touko p{
	font-size: 1rem;
	margin-bottom: .5rem;
	line-height: 1.4;
	text-align: center;
}
.sns_links{
	display: flex;
}
.sns_links li{
	margin: 0 2rem;	
}
.sns_links li a{
	font-size: 3rem;
}
.sns_links li a:hover{
	color: var(--purpul);
}
#footer_sns{
	justify-content: center;
}
#footer_sitemap{
	margin-top: 2rem;
	position: relative;
	padding-left: 3rem;
	font-size: 1.2rem;
}
#footer_sitemap h2{
	font-size: 1.6rem;
	border-bottom: var(--bk) solid 1px;
	margin-bottom: 1rem;
}
#footer_sitemap a{
	display: inline-block;
	padding: .5rem 0;
}
#footer_sitemap a::before{
	color: var(--shadow);
}

#footer_copy{
	font-size: 1.2rem;
	padding: 2rem 0 8rem;
	text-align: center;
}





/* =TOP
-------------------------------------------------------------- */

#page_front{
	padding: var(--header_height) 0 5rem;
}
#main_visual{
	position: relative;
}
#main_visual__txt{
	position: absolute;
	bottom: 2rem;
	left: 10%;
	z-index: 99;
	font-size: 1.8rem;
	filter: drop-shadow( 0 0 .2rem #000);
	color: #fff;
}
#main_visual__txt img{
	display: block;
	width: 5rem;
	margin: auto 1rem 0 0;
	filter: brightness(0) invert(1);
}
#main_slide img{
	width: 100%;
}
#main_visual .img_clip::before{
	padding-top: 100%;
}
#main_slide{
	height: 450px;
}


.front_section{
	position: relative;
}
#front_message .section_title span{
	display: block;
}

.flex_wrap{
	margin-bottom: 3rem;
}
.flex_img{
	display: block;
	width: 80%;
	margin: 3rem auto;
}
.flex_txt{
	margin: 3rem 0;
}
.flex_txt h3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

#front_order__txt{
	position: relative;
	margin: 3rem 0;
	z-index: 5;
}
#front_order__txt::before{
	content: '';
	width: 100%;
	height: 100%;
	background: url('images/ornament/02.svg') no-repeat center center / contain;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: .4;
}
#front_order__txt p{
	margin: 0 auto;
	font-size: 2rem;
}
#front_order__txt02{
	margin: 3rem auto;
}
#front_order__txt02 p{
	text-align: center;
}
#front_item__links li{
	margin-top: 5rem;
}
.item_links__box{
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}
.item_links__gogatsu .item_links__box{
	flex-direction: row-reverse;
}
.item_links__box .img_clip{
	flex: 1;
}
/*
.item_links__box .img_clip::before{
	padding-top: 70%;
} */
.item_links__title{
	font-size: 2rem;
	position: absolute;
	top: -2rem;
	right: 1rem;
	z-index: 10;
	width: 5rem;
	height: 80%;
	background: var(--grad);
	color: #fff;
	text-align: center;
	padding: 2rem 0;
}
.item_links__gogatsu .item_links__title{
	right: auto;
	left: 1rem;
}
.item_links__title p{
	margin: 0 auto;
}
/*
.item_links__title::before{
	content: '';
	border: #fff solid 1px;
	width: calc(100% - 10px);
	height: calc(100% - 64px);
	position: absolute;
	top: 32px;
	left: 5px;
	z-index: 5;
}
.txt_vertical::before,
.txt_vertical::after{
	content: '';
	width: 100%;
	height: 2rem;
	background: url('images/ornament/title01.svg') no-repeat center center / contain;
	position: absolute;
	left: 50%;
	translate: -50% 0;
}
.txt_vertical::before{
	top: .5rem;
}
.txt_vertical::after{
	bottom: .5rem;
	rotate: 180deg;
}
.item_links__gogatsu .txt_vertical::before,
.item_links__gogatsu .txt_vertical::after{
	background: url('images/ornament/title02.svg') no-repeat center center / contain;
}*/
.item_links__txt h2{
	font-size: 2.2rem;
	margin-bottom: 0;
}
.item_links__txt h3{
	margin: 0 0 2rem;
	font-size: 1.6rem;
}
#front_profile{
	position: relative;
}
#front_profile h2{
	margin: 0 auto 3rem;
}
#front_profile__txt p{
	line-height: 2;
	margin-bottom: 3rem;
}
#front_profile{
	position: relative;
	padding-top: 6rem;
}
#front_profile__txt{
	text-align: center;
	margin-bottom: 5rem;
}
#front_profile__img01{
	position: absolute;
	width: 45%;
	left: -3rem;
	top: 2rem;
	z-index: -1;
}
#front_profile__img01::before{
	content: none;
	width: 80%;
	height: 80%;
	position: absolute;
	top: 70%;
	left: -1rem;
	background: url('images/ornament/purple/03.png') no-repeat center center / cover;
	z-index: 5;
}
#front_profile__img02{
	position: absolute;
	width: 35%;
	right: 1rem;
	top: 10rem;
	z-index: -5;
}
#front_profile__img02 li:last-child{
	translate: 35% -30%;
}
#front_profile__orn{
	width: 60%;
	top: 2rem;
	right: -5rem;
	z-index: -1;
}

#front_item{
	position: relative;
	padding-bottom: 10rem;
}
#front_instagram{
	position: relative;
	padding-bottom: 10rem;
}
.ornament01{
	bottom: 0;
	left: -5rem;
	width: 90%;
}
.front_section:nth-child(2n+1) .ornament01{
	left: auto;
	right: -5rem;
	scale: -1 1;
}

#front_item__orn{
	top: -0em;
	left: -5rem;
	width: 70%;
	opacity: .5;
}

#front_blog__orn{
	top: 0;
	left: -5rem;
	width: 70%;
	opacity: .4;
	scale: -1 1;
	rotate: 45deg;
}
#front_instagram__orn{
	bottom: 0;
	right: -5rem;
	width: 90%;
	opacity: .4;
	z-index: -1;
}



/* =entry base
-------------------------------------------------------------- */

.main_container{
	margin-bottom: 5rem;
}
.side_container{
	max-width: 30rem;
}
.blog_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.blog_list li{
	width: 50%;
	padding: 0 1rem;
	margin-bottom: 3rem;
}
.blog_box__thumb{
	margin-bottom: 1rem;
	position: relative;
}
/*
.blog_box__thumb::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--grad);
	top: 5px;
	left: 5px;
}*/
.blog_box__thumb .img_clip::before{
	padding-top: 150%;
}
.blog_box__inner{
	margin-top: 3rem;
}
.posted_title{
	margin: .5rem 0 0;
	line-height: 1.5;
}
.posted_date{
	font-size: 1.2rem;
}
.no_posts{
	border: var(--bg) solid 1px;
	text-align: center;
	padding: 2rem 0;
	margin: 2rem 0;
}

#blog_header{
	border-bottom: var(--purpul) solid .2rem;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
#blog_header h1{
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.entry_content{
	padding-bottom: 5rem;
}
.entry_content h2{
	margin: 4rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	padding-left: 1.5rem;
	border-left: var(--purpul) solid .4rem;
}
.entry_content h3{
	background: var(--grad);
	padding: 1rem;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.6rem;
	margin: 3rem 0 1rem;
}
.entry_content h4{
	color: var(--purpul);
	font-size: 1.6rem;
	margin: 2rem 0;
}
.entry_content p{
	margin: 2rem 0;
}
.entry_content a{
	text-decoration: underline;
	color: var(--purpul);
}
.entry_content a:hover{
	text-decoration: none;
}
.entry_content table tr{
	border: 0;
}
.entry_content table th,
.entry_content table td{
	border: #999 solid 1px;
}

.entry_content ul,
.entry_content ol{
  padding: 2rem 5%;
  margin: 3rem 0;
  background: #efefef;
}
.entry_content li{
  margin: .5rem 0;
  line-height: 1.5;
  position: relative;
  padding-left: 2rem;
}
.entry_content ul li::before{
  content: '・';
  position: absolute;
  top: 2px;
  left: 0;
}
.entry_content ol{
  counter-reset: number;
}
.entry_content ol li::before{
  counter-increment: number;
  content: counter(number)'.';
  top: 0;
  left: 0;
  position: absolute;
}

.wp-block-image{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.wp-block-image img{
	border-radius: 2rem;
	overflow: hidden;
}
.wp-block-image figcaption{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	text-align: center;
}
.wp-block-gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.wp-block-gallery .wp-block-image{
	width: 50%;
	padding-right: 1rem;
	margin: .5rem 0;
}
.wp-block-embed{
	margin: 2rem 0;
}

div#toc_container{
  width: 100%;
  border: 0;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  margin: 3rem 0;
  padding: 3rem 0;
}
div#toc_container a{
  color: #000;
}
div#toc_container a:hover{
  color: var(--yellow_txt);
}
#toc_container p.toc_title{
  text-align: left;
  font-size: 1.8rem;
}
.toc_list > li{
  margin-bottom: 1rem !important;
}

.side_box{
	margin-bottom: 5rem;
}
.side_box .input_box{
	font-size: 1.2rem;
}
.side_search{
	display: flex;
	align-items: center;
}
.side_search .input_box{
	margin: 0;
	flex: 1;
}
.side_search__submit{
	background: var(--grad);
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	flex: 0 0 5rem;
	width: 5rem;
	text-align: center;
}

.side_category li{
	padding: .5rem 0;
	border-bottom: var(--bg) dashed 1px;
}
.side_blog{
	display: block;
	margin-top: -1rem;
}
.side_blog li{
	width: 100% !important;
	margin: 0;
}
.side_blog .blog_box{
	display: flex;
	align-items: flex-start;
	padding: 1rem 0;
	border-bottom: var(--purpul) solid 1px;
}
.side_blog .blog_box__thumb{
	flex: 0 0 30%;
	margin: 0 1rem 0 0;
}
.side_blog .blog_box__thumb .img_clip::before{
	padding-top: 100%;
}
.side_blog .blog_box__inner{
	flex: 1;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	padding: 1rem 0;
}
.side_blog .posted_title{
	margin: 0 0 1rem;
}
.side_blog .posted_date{
	margin-top: auto;
	font-size: 1rem;
}

.cat-item a::before{
	content: '▶';
	margin-right: .5rem;
	color: var(--purpul);
}
.cat-item a:hover::before{
	color: var(--purpul);
}



/* =page nav
-------------------------------------------------------------- */

.page_links{
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.page_links a, 
.page_links span{
  text-decoration: none;
	font-size: 1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: var(--purpul) solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 .2rem;
}
.page_links span.current{
	background: var(--purpul);
	color: #fff;
}
.page_links span.dots{
	border: 0;
}
.page_links a:hover{
	background: var(--purpul);
	color: #fff;
}


.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
  margin: 5rem 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
	font-size: 1.2rem;
}
.nav_single li{
	width: 50%;
}
.nav_single li a{
	display: block;
	padding: 1.5rem 0;
}
.nav_next{
	border-left: #ccc solid 1px;
	text-align: right;
}





/* =profile
-------------------------------------------------------------- */

#message h2{
	line-height: 1.5;
}
#message h2 .txt_large{
	color: var(--purpul);
}
#message_photo{
	margin: -10rem 0 3rem auto;
	width: 70%;
	position: relative;
}
#message_photo__logo{
	width: 8rem;
	position: absolute;
	bottom: -1rem;
	left: -2rem;
	z-index: 5;
	background: #fff;
	padding: 1rem;
	border-radius: 1rem;
	border: var(--purpul) solid .3rem;
}

.profile_table{
	margin-top: 3rem;
	border-top: var(--purpul) solid 1px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.profile_table tr{
	border-bottom: var(--purpul) solid 1px;
}
.profile_table th{
	padding: 1rem 1rem 1rem 0;
	position: relative;
}
.profile_table th::after{
	content: '';
	background: var(--grad);
	width: 1px;
	height: calc(100% - 2rem);
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.profile_table td{
	padding: 1rem;
}
.profile_table td a{
	text-decoration: underline;
	color: var(--purpul);
}
.profile_table td a:hover{
	text-decoration: none;
}
.profile_table__day{
	text-align: center;
}
.media_tag{
	display: inline-block;
	background: #f19ec2;
	font-size: 1rem;
	color: #fff;
	margin-right: 1rem;
	border-radius: .5rem;
	width: 7rem;
	text-align: center;
	letter-spacing: 0;
}
.tag_radio{
	background: #89c997;
}
.tag_event{
	background: #f8b551;
}
.tag_magazine{
	background: #8f82bc;
}





/* =Contact
-------------------------------------------------------------- */

.require{
	background: #960014;
	color: #fff;
	font-size: 1.2rem;
	padding: .1rem 1rem;
	border-radius: 50px;
	margin-right: 1rem;
}
.input_box{
	width: 100%;
	padding: .5rem 1rem;
	margin-bottom: 3px;
  line-height: 1.7;
  font-size: 1.6rem;
  border: #ccc solid 1px;
	min-height: 4rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.input_box.short_box{
	width: 150px;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="date"]{
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

.form_wrap label{
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	padding: 1rem;
}


.form_wrap input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
	box-shadow: none;
	translate: none;
}

.btn_submit{
	display: block;
	padding: 2rem 0;
	width: 100%;
	max-width: 400px;
	margin: 3rem auto;
	background: var(--grad);
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}
.form_wrap th{
	display: block;
	width: 100%;
	padding: 0 0 1rem;
	font-size: 1.4rem;
}
.form_wrap td{
	display: block;
	padding: 0 0 3rem;
	border-bottom: #ccc solid 1px;
	margin-bottom: 2rem;
}
.form_wrap .attention{
	background: #efefef;
	padding: 1rem 5%;
	margin-top: .5rem;
	font-size: 1.2rem;
	word-break: break-all;
}
.form_wrap td .wpcf7-list-item{
	margin: 0 3rem .5rem 0;
}
.form_wrap .attention p{
	margin: 1rem 0;
}
.policy_check{
	text-align: center;
	margin: 2rem 0 3rem;
}
.policy_check p{
	margin: 2rem 0;
}
.policy_check p a{
	text-decoration: underline;
	color: var(--purpul);
}
.policy_check p a:hover{
	text-decoration: none;
}
.form_wrap .wpcf7-not-valid-tip{
	font-weight: 700;
	color: #960014;
}

.btn_submit{
	text-align: center;
	font-size: 1.6rem;
	transition: .3s;
}
.wpcf7-turnstile{
	text-align: center;
	margin: 3rem 0;
}

.policy_block p{
	margin-bottom: 1rem;
}



/* =recruit
-------------------------------------------------------------- */

#recruit_message ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}
#recruit_message ul li{
	padding: .5rem;
	width: 50%;
}



/* =service
-------------------------------------------------------------- */

.service_header{
	background: var(--grad);
}
.bg_hina{
	background: url('images/hina/bg.png');
	background-size: 20%;
}
.bg_boys{
	background: url('images/boys/bg.png');
	background-size: 30%;
}
.bg_order{
	background: url('images/order/bg.png');
	background-size: 10%;
}
.service_header .img_clip::before{
	padding-top: 80%;
}
.service_header .page_title{
	font-size: 2.6rem;
	color: #fff;
}
.service_header .page_header{
	margin-top: 3rem;
}
.service_header .page_header:after{
	top: 0;
	bottom: auto;
	width: 12rem;
	height: 3rem;
}

#page_hina .page_header:after{
	background: url('images/ornament/title01.svg') no-repeat center center / contain;
}
#page_boys .page_header:after{
	background: url('images/ornament/title02.svg') no-repeat center center / contain;
}
#page_order .page_header:after{
	background: url('images/ornament/title03.svg') no-repeat center center / contain;
}
/*
#page_boys .section_border::before{
	content: url('images/ornament/line_blue.svg');
}
#page_boys .section_header .font_en{
	color: var(--blue);
}*/
/*
#page_order .section_border::before{
	content: url('images/ornament/line_green.svg');
}
#page_order .section_header .font_en{
	color: var(--green);
}*/

.service_message h2{
	text-align: center;
}
.service_message p{
	margin-bottom: 2rem;
}

.gallery_wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.gallery_box{
	width: 50%;
	padding: 0 1rem;
	margin-bottom: 3rem;
}
.gallery_box .img_clip{
	box-shadow: 5px 5px var(--pink);
}
#boys_gallery .gallery_box .img_clip{
	box-shadow: 5px 5px var(--blue);
}
.gallery_box__title{
	line-height: 1.5;
	margin: 1rem 0;
	font-size: 1.2rem;
}
.gallery_detail__modal{
	display: none;
	background: none;
	padding: .5rem;
}
.gallery_detail__modal .fancybox-button{
	padding: 0;
	top: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
}
.gallery_detail__modal .fancybox-button svg{
	width: 5rem;
	height: 5rem;
}
.gallery_detail__modal .fancybox-button svg *{
	fill: var(--purpul);
}
.gallery_detail{
	background: #fff;
	padding: 3rem 5%;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}


.flow_box__head{
	display: flex;
	align-items: center;
}
.flow_num{
	width: 6rem;
	height: 6rem;
	background: var(--grad);
	color: #fff;
	border-radius: 50%;
	margin-right: 1rem;
	font-size: 1.2rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flow_num span{
	font-size: 150%;
	line-height: 1;
	display: block;
}
.flow_title{
	font-size: 2rem;
	flex: 1;
}
.flow_box__inner{
	padding: 2rem 0 3rem 5rem;
	position: relative;
}
.flow_box__inner::before{
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 3rem;
	top: 0;
	background: var(--grad);
}
.flow_box:last-child .flow_box__inner::before{
	content: none;
}
.flow_box__inner p{
	margin-bottom: 1rem;
}
.flow_box__txt{
	flex: 1;
}
.flow_box__txt .title_bg{
	margin: 3rem 0 1rem;
	background: var(--grad);
}
.order_flow__img{
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	margin: 3rem -.5rem 0;
}
.order_flow__img li{
	width: 50%;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
.face_img li{
	width: 33.33%;
}
.order_flow__img h4{
	text-align: center;
}
.order_flow__img p{
	font-size: 1.2rem;
	margin-top: .5rem;
}
#flow5_img li{
	width: 100%;
}
.order_works__box{
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	position: relative;
}
.order_works__box::before{
	position: absolute;
	content: '';
	background: url('images/order/arrow.svg') no-repeat center center / contain;
	width: 5rem;
	height: 5rem;
	z-index: 5;
	top: 50%;
	left: 39%;
	translate: 0 -50%;
}
.order_works__img{
	position: relative;
}
.order_works__tag{
	background: #999;
	color: #fff;
	font-size: 1rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	position: absolute;
	top: -2rem;
	left: -1rem;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order_works__img p{
	margin-top: .5rem;
	font-size: 1.2rem;
	line-height: 1.5;
}
.order_works__before{
	width: 40%;
}
.order_works__after{
	width: 50%;
}
.order_works__after .order_works__tag{
	background: var(--grad);
	scale: 1.1;
}

.gallery_block{
	margin-top: 6rem;
}
.gallery_swiper{
	padding-bottom: 4rem;
}
.gallery_swiper .swiper-pagination{
	bottom: 1rem;
}
.swiper-slide{
	padding: .3rem;
}
.swiper-button-next,
.swiper-button-prev{
	color: #fff;
	width: 4rem;
	height: 4rem;
	background: var(--grad);
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.swiper-button-prev{
	left: 5%;
}
.swiper-button-next{
	right: 5%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1rem;
}
.swiper-pagination-bullet{
	background: #fff;
	border: var(--purpul) solid 1px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: var(--grad);
}
/*
#page_boys .swiper-button-next,
#page_boys .swiper-button-prev{
	background: var(--grad_blue);
}
#page_boys .swiper-pagination-bullet-active{
	background: var(--grad_blue);
}
#page_boys .swiper-pagination-bullet{
	border: var(--blue) solid 1px;
}*/





/* =about
-------------------------------------------------------------- */

.about_txt{
	margin-top: 2rem;
}
.about_txt p{
	margin-bottom: 2rem;
}
.about_txt .profile_table{
	margin: 0;
}





/* =calendar
-------------------------------------------------------------- */

#blog_calendar,
#calendar{
	font-size: 1rem;
}
.fc .fc-toolbar-title{
	font-size: 1.4rem;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events{
	margin-bottom: .5rem;
}
.fc-h-event{
	background: #e8f3cd;
	border: 0;
	line-height: 1.2;
}
.fc .fc-daygrid-event{
	pointer-events: none;
}
.fc-h-event .fc-event-main{
	color: var(--bk);
}
.fc-daygrid-event{
	white-space: wrap;
}
.fc-daygrid-dot-event{
	display: block;
	line-height: 1.2;
}
.fc-daygrid-event-dot{
	display: none;
}
.fc-daygrid-dot-event{
	background: #f8d9da;
}

#footer_calendar{
	margin-top: 3rem;
}
#footer_calendar__title{
	text-align: center;
	border-bottom: var(--bk) solid 1px;
	font-size: 1.6rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}



#repair_message{
	margin-bottom: 5rem;
}
#repair_nayami h2{
	font-size: 2rem;
	text-align: center;
}
#repair_nayami ul li{
	padding: 1rem 0;
	border-bottom: var(--purpul) dotted 1px;
}
#repair_works{
	padding-bottom: 0;
}
#repair_works li{
	margin-bottom: 3rem;
}
#repair_works li p{
	margin-top: 1rem;
}





/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .mobile_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 1.5rem 0;
		width: 20%;
	}
	table td{
		padding: 1.5rem;
	}
	.section{
		padding: 8rem 0;
	}
	.block{
		margin-bottom: 8rem;
	}
	.section_title{
		font-size: 3rem;
	}
	.bg_white{
		padding: 5rem 5%;
		border-radius: 2rem;
	}
	.link_btn__wrap{
		display: flex;
		justify-content: center;
		max-width: 900px;
		margin: 5rem auto 0;
	}
	.link_btn__wrap li{
		margin: 0 1rem;
		flex: 1;
	}
	.link_btn__wrap .btn_link{
		width: 100%;
	}
	.page_container{
		padding: var(--header_height) 0 8rem;
	}
	.page_header{
		padding: 5rem 0;
	}
	.service_header .page_title,
	.page_title{
		font-size: 3.4rem;
	}
	.page_title__en{
		font-size: 2rem;
	}
	#header_contact{
		bottom: auto;
		top: 0;
		right: var(--header_height);
		width: auto;
	}
	#header_contact li{
		width: auto;
		margin-right: 1px;
		border: 0;
	}
	#header_contact a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .5rem 2.5rem;
		font-size: 1.2rem;
		height: var(--header_height);
	}
	#header_contact a .icon{
		width: 3rem;
		height: 3rem;
	}
	#header_contact a .tel_txt span{
		font-size: 50%;
	}
	#footer_address{
		display: flex;
		align-items: center;
		text-align: left;
	}
	#footer_logo{
		margin: 0 auto;
	}
	#footer_address{
		padding: 3rem 0;
	}
	#footer_address img{
		width: 20rem;
		height: 15rem;
	}
	#footer_address__txt{
		flex: 0 0 50%;
	}
	#footer_contact::after{
		height: 20rem;
		rotate: 65deg;
	}
	/*
	#footer_contact .wrapper{
		display: flex;
	}*/
	#footer_contact__form{
		margin: 5rem 0 0;
	}
	#footer_bottom{
		display: flex;
		padding: 5rem 0;
	}
	#footer_bottom__left{
		flex: 0 0 35%;
		margin-right: 5rem;
	}
	#footer_sitemap{
		flex: 1;
		margin: 0;
	}
	#footer_copy{
		padding: 2rem 0;
	}
	#main_visual .img_clip::before{
		padding-top: 60%;
	}
	/*
	#front_message__flex{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
		width: 80%;
		max-width: 800px;
	}
	#front_message .section_title{
		width: 9rem;
		writing-mode: vertical-rl;
	}
	#front_message .section_title span{
		margin-top: 5rem;
	}
	#front_message__txt{
		width: calc(100% - 12rem);
	}
	#front_profile__txt p,
	#front_message__txt p{
		font-size: 1.6rem;
		line-height: 2.2;
	}*/
	.flex_wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top_contents01 .front_section:nth-child(2n+1) .flex_wrap,
	#top_contents02 .front_section:nth-child(2n+1) .flex_wrap,
	.flex_wrap__reserse{
		flex-direction: row-reverse;
	}
	.flex_txt{
		width: 55%;
	}
	.flex_img{
		width: 40%;
		margin: 0;
	}
	#front_message__txt{
		width: 50%;
		text-align: left;
		margin: 0;
	}
	#front_message__img{
		width: 40%;
		margin: 0;
	}
	#front_order__txt02{
		margin-top: 5rem;
	}
	#front_order__txt02 p{
		font-size: 1.6rem;
		line-height: 2;
	}
	.item_links{
		display: flex;
	}
	.item_links li{
		width: 50%;
		margin: 0;
	}
	#front_item__links li{
		margin: 0 0 8rem;
	}
	#front_profile__img01::before{
		top: 60%;
		left: -5rem;
	}
	.blog_list li{
		width: 33.33%;
	}
	#front_blog .blog_list li{
		width: 25%;
	}
	#message .wrapper{
		position: relative;
	}
	#message_photo{
		position: absolute;
		width: 35%;
		bottom: 0;
		right: 0;
		margin: 0;
	}
	#message_txt{
		width: 60%;
		margin-top: 5rem;
		line-height: 2;
	}
	.profile_table th{
		vertical-align: middle;
		text-align: center;
	}
	.form_wrap tr{
		border-bottom: #ccc solid 1px;
	}
	.form_wrap th{
		display: table-cell;
		width: 30%;
		padding: 2.5rem 0;
	}
	.form_wrap td{
		display: table-cell;
		padding: 2rem;
		border: 0;
	}
	/*
	.section_header{
		display: flex;
		align-items: center;
	}
	.section_header p{
		margin: 0;
	}
	.section_header .font_en{
		margin-right: 2rem;
	}*/
	.section_header{
		margin: 5rem 0;
	}
	.section_header__title{
		font-size: 3rem;
	}
	.section_header .font_en__script{
		font-size: 6rem;
	}
	.service_header .img_clip::before{
		padding-top: 70%;
	}
	.service_header{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding: 0;
		margin-bottom: 5rem;
	}
	.service_header__img{
		width: 60%;
	}
	.service_header .page_header{
		flex: 1;
		margin: 0;
		padding: 5rem 0 0;
	}
	.service_message h2{
		font-size: 2.6rem;
		margin: 5rem 0;
	}
	.service_message p{
		text-align: center;
		line-height: 2;
		font-size: 1.6rem;
	}
	.gallery_box{
		width: 25%;
	}
	.gallery_detail{
		display: flex;
		align-items: center;
	}
	.gallery_slide__wrap{
		width: 50%;
	}
	.gallery_detail__txt{
		width: 50%;
		padding-left: 3rem;
	}
	.container_wrap{
		display: flex;
		justify-content: space-between;
	}
	.main_container{
		width: 68%;
	}
	.side_container{
		width: 28%;
	}
	.about_inner{
		display: flex;
	}
	#access .about_inner{
		align-items: center;
	}
	.about_photo{
		flex: 0 0 40%;
		margin-right: 3rem;
	}
	.about_txt{
		flex: 1;
		margin: 0;
	}
	.flow_box__inner{
		display: flex;
		padding-left: 10rem;
	}
	.flow_box__photo{
		flex: 0 0 40%;
		margin-left: 3rem;
		margin-top: -5rem;
	}
	#flow1_img li{
		width: 25%;
	}
	#flow2_img li,
	#flow4_img li{
		width: 33.33%;
	}
	#flow3_img li{
		width: 25%;
	}
	.face_img li{
		width: 16.66%;
	}
	.order_works__box{
		width: 100%;
		max-width: 800px;
		text-align: center;
		margin: 5rem auto 0;
	}
	.order_works__box::before{
		width: 10rem;
		height: 10rem;
	}
	.service_header .page_header:after{
		width: 15rem;
		height: 4rem;
	}
	#recruit_message ul li{
		width: 25%;
		padding: .2rem;
	}
	.page_links a, 
	.page_links span{
		font-size: 1.2rem;
		width: 4rem;
		height: 4rem;
	}
	#footer_calendar__wrap{
		padding-top: 0;
		display: flex;
	}
	#footer_calendar{
		width: 50%;
		margin: 0;
	}
	#footer_about{
		flex: 1;
		margin-right: 5rem;
	}
	#repair_nayami ul li{
		text-align: center;
	}
	#repair_works li{
		display: flex;
		align-items: center;
		margin-bottom: 5rem;
	}
	#repair_works li figure{
		width: 40%;
		margin-right: 3rem;
	}
	#repair_works li p{
		flex: 1;
		margin: 0;
	}
	.ornament01{
		width: 60%;
		bottom: -3rem;
		opacity: .2;
	}
	#front_item__orn{
		width: 60%;
		opacity: .2;
	}
	#front_instagram__orn{
		width: 40%;
	}
	#front_order__txt p{
		font-size: 2.6rem;
	}
	#front_blog__orn{
		width: 40%;
		left: -10rem;
	}
}




@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
		scroll-padding-top: 80px;
  }
	#header_logo{
		width: 12rem;
	}
	#header_nav__btn .border{
		margin-bottom: 8px;
	}
	.nav_txt{
		margin-top: 10px;
	}
	.nav_active #header_nav__btn .border:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	.nav_active #header_nav__btn .border:nth-of-type(3) {
		transform: translateY(-9px) rotate(45deg);
	}
	#header_nav__flex .wrapper{
		max-width: 1100px;
		display: flex;
		align-items: center;
		padding: 0;
	}
	#header_nav__left{
		width: 55%;
	}	#header_nav__right{
		width: 45%;
		padding-left: 6rem;
	}
	#nav_bnrs{
		margin: 0;
	}
	.main_navigation li a{
		padding: 1rem 0;
	}
	.gmap iframe{
		height: 40rem;
	}
	#footer_sitemap__inner{
		display: flex;
		padding-bottom: 2rem;
	}
	#footer_sitemap__inner ul{
		width: 50%;
	}
	#main_visual__txt{
		font-size: 2.4rem;
		left: 8%;
		bottom: 50%;
		translate: 0 50%;
		white-space: nowrap;
	}
	#main_visual__txt img{
		width: 8rem;
	}
	#main_slide{
		height: calc(100vh - 80px);
	}
	#front_message{
		padding-bottom: 100px;
	}
	#front_message__orn{
		width: 45%;
	}
	.item_links__title{
		font-size: 2.6rem;
		right: 2rem;
	}
	.item_links__gogatsu .item_links__title{
		right: auto;
		left: 2rem;
	}
	#front_profile__orn{
		width: 40%;
	}
	#front_profile__img01{
		width: 550px;
		left: 50%;
		margin-left: -700px;
	}
	#front_profile__img02{
		width: 350px;
		right: 50%;
		margin-right: -600px;
		top: 15rem;
	}
	.footer_contact__box{
		font-size: 2.2rem;
	}
	#footer_contact__tel p{
		font-size: 4rem;
	}
	#main_visual .img_clip::before{
		padding-top: 50%;
	}
	.gallery_box{
		padding: 0 2rem;
	}
	.gallery_detail__modal{
		max-width: 1050px;
	}
}


@media screen and (min-width: 1024px) and (min-height: 700px){
	#header_nav__flex{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}



@media (hover: hover) {
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
	.btn_link:hover .btn_link__txt{
		translate: 4px 4px;
	}
	.btn_link:hover .btn_link__txt::after{
		scale: 2;
	}
	a:hover .img_clip img{
		scale: 1;
	}
	#footer_sitemap a:hover::before,
	.main_navigation li a:hover::before{
		color: var(--pink);
	}
	.btn_grad:hover{
		background-position: left bottom;
	}
	#nav_bnr__hina .nav_bnr__btn:hover{
		box-shadow: 1px 1px var(--pink);
		translate: 4px 4px;
	}
	#nav_bnr__gogatsu .nav_bnr__btn:hover{
		translate: 4px 4px;
		box-shadow: 1px 1px var(--green);
	}
	#nav_bnr__order .nav_bnr__btn:hover{
		translate: 4px 4px;
		box-shadow: 1px 1px var(--purpul);
	}
}




.animation{
	-webkit-transition-duration: -webkit-transform .8s;
	transition-duration: .8s;
	opacity: 0;
	visibility: hidden;
}

.fadein{
	-webkit-transition-duration: -webkit-transform 2s;
	transition-duration: 2s;
}
.slideinUp{
	transform: translateY(20px);
}
.slideinright{
	visibility: hidden;
	transform: translateX(-10px);
}

.animation.effect{
	transform: none;
	visibility: visible;
	opacity: 1;
}

#front_message__txt p{
	transition-delay: .5s;
}
#front_profile h2{
	transition-delay: .5s;
	transition-duration: 2s;
}
#touka_logo{
	transition-duration: 2s;
}
#front_profile__img02 li{
	transition-delay: 1s;
}


.stars {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
  width: 100%; /* 星空の横幅 */
  height: 100%; /* 星空の縦幅 */
  /*background-image: linear-gradient(0deg, #00dedc, #115d89, #080f1c); /* 星空の背景色 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}
.star {
  position: absolute;
  display: block;
  background: url('images/star.png') no-repeat center center / contain;
	width: 5rem;
	height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: .7;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}