@charset "utf-8";
/*
 Theme Name:   simplicity-child
 Theme URI:    http://kaneko-studio.com/simplicity-child/
 Description:  simplicity_child Theme
 Author:       John Doe
 Author URI:   http://kaneko-studio.com
 Template:     simplicity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  simplicity-child
*/

.ad-space{display: none;}

.pan{
    max-width: 970px;
    width: 100%;
}

.fs140{ font-size:140% !important;}
.fs120{ font-size:120% !important;}
.fs80{ font-size:90% !important;}
.fs80{ font-size:80% !important;}
.fs80{ font-size:70% !important;}
.fs80{ font-size:60% !important;}

.mt0{margin-top:0 !important}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.mr0{margin-right:0 !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}

.pt0{padding-top:0;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb0{padding-bottom:0 !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px;}

.pr0{padding-right:0 !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.y-txt-fwb{ color:#F5B621; font-size:170%; font-weight:bold;}
.o-txt{ color:#ff9700; font-size:130%; font-weight:bold;}


.headerwrapper{
	position: relative;
	z-index: 2;
}
#header{
    background:#fff;
	max-width:970px;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
}
#header .logo{
	position:relative;
	margin:0 auto;
	z-index:100;
	background:url(../../../../img/common/logo-kaneko1936.svg) no-repeat center center;
	background-size: contain;
	width:280px;
	height:90px;
	overflow:hidden;
}
#header .logo a{ width:100%; height:100%; display:block;}
#header .logo a:hover{ background-color:rgba(255,255,255,0.5);}
#header .logo a span{ position:absolute; top:-1000px;}


.gnav ul{ width:100%; max-width:900px; margin:0 auto;
	display: flex;
	justify-content: center;
}
.gnav ul li{ text-align:center; text-align:center; width:100px; line-height:1.6; float: none; padding: 0;}
.gnav ul li:hover{background: unset;}
.gnav ul li a{ display:block; padding:10px 0; width:100%; font-size:16px; font-weight:bold;}
.gnav ul li > a:hover{ background:#EFEEE7; text-decoration:none;}

.gnav .shopping{
	background: #efecdb;
	color: #9f592f;
}
.gnav .shopping span{
	color: #815032;
}
.gnav .dropdown-wrap:hover .shopping,
.gnav .shopping:hover{
	background: #e3e0cd;
}


.gnav .dropdown-wrap{
	position: relative;
}
.gnav .dropdown-box,
.gnav .dropdown-box *{
	box-sizing: border-box;
}
.gnav .dropdown-box{
	position: absolute;
	width: 300px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #e5e4d7;
	padding: 10px;

	pointer-events: none;
	opacity: 0;
	transition: opacity .3s;
}
.gnav .dropdown-box ul{
	flex-direction: column;
}
.gnav .dropdown-box li{
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.gnav .dropdown-box li:last-child{
	border: none;
}
.gnav .dropdown-box a{
	padding: 15px 22px 15px 10px;
	text-align: left;
	position: relative;
	transition: background .3s, color .3s;
}
.gnav .dropdown-box a::after{
	content: "";
	display: block;
	font-size: 12px;
	width: .5em;
	height: 1em;
	background: #b37858;
	clip-path: polygon(0 0, 100% 50%, 0 100%, 35% 50%);
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
}
.gnav .dropdown-box a:hover{
	background: #ebe7cc;
	color: #000;
}

.gnav .dropdown-wrap:hover .dropdown-box{
	pointer-events: unset;
	opacity: 1;
}
@media screen and (max-width:900px){
	.gnav .dropdown-box{
		position: static;
		transform: unset;
		width: 100%;
		opacity: 1;
		pointer-events: unset;
	}
	.gnav .dropdown-box ul{
		padding: 0;
	}
	.gnav .dropdown-box a{
		font-size: 14px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}


.btn-tel{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 1em;
	font-weight: bold;
	align-items: center;
	font-size: 18px;
	box-sizing: border-box;
	min-height: 60px;
	padding-top: 3px;
	color: #fff;
	background: #939277;
}
@media(min-width:901px){
	.btn-tel{
		display: none;
	}
}
.btn-tel img{
	width: 30px;
	height: 30px;
	object-fit: contain;
	filter: invert(100%);
}


#sticker-gnav.fitnav{
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
}
#sticker-gnav::before{
	content: "";
	display: block;
	background: url(../../../../img/common/logo-kaneko1936.svg) no-repeat center center;
	background-size: contain;
	width: 80px;
	height: 100%;
	position: absolute;
	left: 20px;
	opacity: 0;
	transition: opacity .3s;
}
#sticker-gnav.fitnav::before{
	opacity: 1;
}
@media(max-width:1150px){
	#sticker-gnav.fitnav{
		padding-left: 80px;
		box-sizing: border-box;
	}
	.gnav ul{
		margin: 0;
		max-width: 100%;
	}
	.gnav ul li{
		width: auto;
	}
	.gnav ul li a{
		padding: 10px 8px;
		box-sizing: border-box;
	}

	#sticker-gnav::before{
		left: 8px;
	}
}

.flogo h2{
    background: url(https://www.kaneko-studio.com/img/common/logo.png) no-repeat center center;
    background-size: contain;
}


#h-top{
    background-image:url(../../uploads/2015/05/eyecatch_blog.jpg)
}


/*----------------------------
footer
----------------------------*/
#footer{
	max-width:970px;
	width: 100%;
}
#footer-in{
    width: 100% !important;
}

.footeraddress{
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "min" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.footeraddress-logo{
	height: 100px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.footeraddress-logo.style1{
	padding: 10px 0;
}
.grid2 .footeraddress-logo img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	margin: 0;
}
.footeraddress .sub-name{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding-bottom:10px;
}
.footeraddress .name{
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom:15px;
	letter-spacing: -.02em;
}
.footeraddress .phone{
	display: flex;
	justify-content: center;
	font-size: 17px;
	line-height: 1.4;
	margin-bottom:15px;
}
.footeraddress .phone .call{
	margin: 0;
}
.footeraddress .phone .number{
	font-size: 25px;
	line-height: 1.1;
}
.footeraddress .mail{
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: -.02em;
}
.address_dl{
	display: flex;
	justify-content: space-between;
	letter-spacing: -.02em;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom:10px;
	max-width: 250px;
	margin-right:auto;
	margin-left: auto;
}
.grid2.f_btn{
	display: flex;
	justify-content: center;
}
.grid2.f_btn > *,
.grid2.f_btn > *:last-child{
	width:360px;
	padding: 0;
}
.grid2.f_btn > *{
	float: none;
	margin: 0;
	box-sizing: border-box;
	padding-right:20px;
	padding-left: 20px;
}
.grid2.f_btn .btnblock{
	display: flex;
	justify-content: center;
	margin-right:-5px;
	margin-left: -5px;
}
.grid2.f_btn .btnblock .center{
	width: 50%;
	box-sizing: border-box;
	padding-right:5px;
	padding-left: 5px;
}
.grid2.f_btn .btnblock .button{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5em;
}


.flogo{ margin:30px auto 10px; width:320px; font-size:12px; text-align:center;}


/*----------------------------
ページ先頭へ
----------------------------*/
#pageTop {position: fixed;	bottom:0px;	margin:0 auto;	padding:0;	width:100%; z-index:502;}
#pageTop .inner {	position:relative;	width:100%;	margin:0 auto 0;}
#pageTop .inner a {background:url(../../../../img/pt.png) no-repeat;	display:block; width:48px;	height:48px;	overflow:hidden;position:absolute;	bottom:48px; right:48px; padding-bottom:0px;
-webkit-transition:  all 0.2s ease-out;-moz-transition:  all 0.2s ease-out;-o-transition:  all 0.2s ease-out;-ms-transition:  all 0.2s ease-out;transition:  all 0.2s ease-out;}
#pageTop .inner a span{background:url(../../../../img/pti.png) no-repeat; display:block; width:26px; height:15px; margin:20px auto 0; text-indent:-9999px;
-webkit-transition:  all 0.2s ease-out;-moz-transition:  all 0.2s ease-out;-o-transition:  all 0.2s ease-out;-ms-transition:  all 0.2s ease-out;transition:  all 0.2s ease-out;}
#pageTop .inner a:hover{ padding-bottom:5px;}
#pageTop .inner a:hover span{ margin-top:12px;}



/*  */
.GalleryBack .bx-wrapper{
    background: none;
    box-shadow: none;
    border: none;
}
.GalleryBack .bx-wrapper .bx-caption{
    background: rgba(147, 146, 119, 0.75);
}
.GalleryBack .bx-wrapper .bx-controls-direction{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    height: 120px;
    margin-right:auto;
    margin-left: auto;
}
.GalleryBack .bx-wrapper .bx-controls-direction a{
    position: static;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: block;
    margin:0;
}
.GalleryBack .bx-wrapper .bx-prev {
    background: url(../../../../css/images/controls.png) no-repeat 0 -32px;
}
.GalleryBack .bx-wrapper .bx-next {
    background: url(../../../../css/images/controls.png) no-repeat -43px -32px;
}


/*  */
/*  */
.drawer-button{
	display: none;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-bottom:0;
	position: absolute;
	right: 20px;
	top:50%;
	transform: translate(0,-50%);
}
.menubar{
	display: block;
	margin-right: auto;
	margin-left:auto;
	width: 40px;
	height: 26px;
	margin-bottom:7px;
	position: relative;
}
.menubar::before,
.menubar::after,
.menubar_close::before,
.menubar_close::after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #000;
	position: absolute;
}
.menubar::before,
.menubar::after{
	right:0;
	transition: width .3s;
}
.menubar::before{
	top:0;
}
.menubar::after{
	bottom:0;
	transition-delay: .1s;
}
.menubar_close::before,
.menubar_close::after{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%) rotate(0);
	transition: .3s;
	transition-delay: .2s;
}
.gnav_open .menubar::before,
.gnav_open .menubar::after{
	width:0;
}
.gnav_open .menubar_close::before,
.gnav_open .menubar_close::after{
	width:75%;
}
.gnav_open .menubar_close::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.gnav_open .menubar_close::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}


.gnav .contact-item .block:first-child{
	border-top: 1px solid rgba(0,0,0,.2);
}
.gnav .contact-item .block{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 10px;
	gap: 15px 25px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.gnav .contact-item .inner1{
	width: 95px;
}
.gnav .contact-item .inner1 img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.gnav .contact-item .inner2{
	flex: 1;
	text-align: left;
}
.gnav .contact-item .sub-name{
	font-size: 15px;
	margin: 0;
}
.gnav .contact-item .name{
	font-weight: bold;
	font-size: 18px;
    line-height: 1.1;
	margin: 5px 0 10px;
}
.gnav .contact-item .phone{
	padding: 0;
}
.gnav .contact-item .phone .number{
	display: inline;
	font-size: 25px;
    line-height: 1.1;
	font-weight: bold;
}
@media screen and (max-width:450px){
	.gnav .contact-item .block{
		flex-direction: column;
	}
	.gnav .contact-item .inner2{
		text-align: center;
	}
}



@media screen and (max-width:990px){
    .grid2, .grid3, .grid4, .grid5, .grid6,
	.gnav ul{
        width: 100%;
    }


    #h-top{
        width: 100%;
        height: auto;
        min-height: 21.4vw !important;
        background-size: contain;
    }



	.footer_contacttext{
		padding-right:20px;
		padding-left: 20px;
	}
	.grid2.f_btn{
		display: block;
		max-width: 280px;
		margin-right:auto;
		margin-left: auto;
	}
	.grid2.f_btn > *,
	.grid2.f_btn > *:last-child{
		width: 100%;
		padding:0;
	}
}
/* 990 */

@media screen and (min-width:901px){
	.gnav .contact-item{
		display: none;
	}
}

@media screen and (max-width:900px){
    .sp_left,
	.sp_left.right{text-align: left;}

    #container{background-position: center 122px;}


    .pan:before, .pan:after{
        width: 100%;
    }
    div#body-in,
    #main{
        width: 100%;
    }
    .pan,
    #body{
        width: 100%;
        max-width: 85vw;
        min-width: 440px;
        margin-right:auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .pan ul{height: auto;}

    #header{
		width: 100%;
		padding:20px 20px;
		box-sizing: border-box;
		position: relative;
	}
	#header .logo{margin-bottom:0;}
	#wrapper{
		width: 100%;
		max-width: 85vw;
		min-width: 440px;
		padding-right:20px;
		padding-left: 20px;
		box-sizing: border-box;
	}


	.headerwrapper{
		position: sticky;
		left:0;
		top:0;
		z-index:99999;
		box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
	}
	#header .logo{
		width: 230px;
		height: min(15vw, 75px);
		background-size: contain;
		background-repeat: no-repeat;
	}


	.drawer-button,
	.gnav_open #sticker-gnav .drawer-button{
		display: block;
	}


    .footer_contacttext {
        padding-right:20px;
        padding-left: 20px;
    }
    .grid2.f_btn {
        display: block;
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }
    .grid2.f_btn > *,
	.grid2.f_btn > *:last-child{
        width: 100%;
        padding: 0;
    }


	#sticker-gnav{
		padding-top: 90px;
        padding-bottom: 90px;
        box-sizing: border-box;
	}

	.drawer-button,
	.gnav_open #sticker-gnav .drawer-button{
		display: block;
	}
	#sticker-gnav .drawer-button{
		display: none;
		right:20px;
		top:29px;
		transform: translate(0);
	}




	.fnav.grid6{
		display: flex;
		flex-wrap: wrap;
		margin-right:-10px;
		margin-left: -10px;
	}
	.fnav.grid6>*{
		width: 25%;
		margin-right: 0;
		float: none;
		padding-right:10px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.grid6>*.g6-3{
		width: 75%;
	}


    #sticker-gnav{
		position: fixed;
		z-index: 999;
		left:-100vw;
		top:0;
		width: 100vw;
		height: 100% !important;
		background: rgba(255,255,255,.9);
		backdrop-filter: saturate(180%) blur(5px);
		filter: alpha(opacity=0);
		opacity: 0;
		transition: filter 0.5s, opacity 0.5s;
	}
	.gnav{
		height: 100%;
		box-sizing: border-box;
	}
	.gnav_open #sticker-gnav{
		left: 0;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.gnav{display: none;}
	.gnav_open .gnav{display: block;}
	.gnav ul{
		display: block;
		max-width: 440px;
		height: 100%;
		overflow-y: auto;
		padding-right:20px;
		padding-left: 20px;
		margin-right:auto;
		margin-left: auto;
	}
	.gnav ul li{
		float: none;
		width: 100%;
	}
}

@media screen and (max-width:710px){
	.fnav.grid6{
		margin-right:auto;
		margin-left: auto;
		max-width: 360px;
	}
	.fnav.grid6>*{
		width: 100%;
	}
	.footnav_inner > li{
		width: 100% !important;
		float: none;
	}
}
/* 710 */

@media screen and (max-width:680px){
    .entry-thumb{
        margin-right:auto;
        margin-left: auto;
        float: none;
    }
    .entry-content{
        margin-left:0;
    }
}
/* 680 */

@media screen and (max-width: 440px){
    .pan,
    #body{
        max-width: 100%;
        min-width: 320px;
    }


    .related-entry-thumb,
    .related-entry-thumb a{
        width: 60px;
        height:60px;
    }
    .related-entry-thumb img{
        height:60px;
    }
    .related-entry-content{
        margin-left:80px;
    }


	.gnav ul{
        max-width: 290%;
        width: auto;
    }
}
/* 440 */



@media screen and (min-width:961px){
	.contact-wrap a[href^="tel:"]{pointer-events: none;}
}

.contact-wrap,
.contact-wrap *{
	box-sizing: border-box;
}
.contact-wrap{
    pointer-events: none;
	position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 60px;
	padding-bottom: 60px;
    opacity: 0;
    transition: opacity .3s;
}
.contact-wrap::after{
	content: "";
	display: block;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0; */
	background: rgba(248, 242, 228, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: opacity .3s;
	pointer-events: none;
}

.contact-block{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-inner{
    width: 100%;
}

.contact-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
}
.contact-list .block{
    background: #fff;
    box-shadow: 4px 6px 15px rgba(0, 0, 0, .1);
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    padding: 2em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "min" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.contact-block .studio-logo{
	height: 100px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.contact-block .studio-logo.style1{
	padding: 10px 0;
}
.contact-block .studio-logo img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	margin: 0;
}
.contact-block .studio-category{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-block .studio-name{
	font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
    letter-spacing: -.02em;
	text-align: center;
}
.contact-block .studio-tel{
	text-align: center;
	font-size: 17px;
	line-height: 1.1;
	margin: 15px 0 0;
	border-top: 1px solid #eee;
	padding-top: 15px;
}
.contact-block .studio-tel .number{
	font-size: 25px;
	font-weight: bold;
}
.contact-block .line-btn{
	background: #3ec056;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
	padding: 10px;
	border-radius: 5px;
}
.contact-block .line-btn img{
	width: 30px;
}

.contact-block .button-style1{
    width: 100%;
}
.contact-wrap-close{
	margin-top: 3em;
    cursor: pointer;
	display: flex;
	justify-content: center;
}
.contact-wrap-close .button{
	cursor: pointer;
	margin: 0;
	width: 100%;
	max-width: 280px;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	padding: 22px 2em 21px;
}

.contact-list .inner:hover{
    background: #fff9ef;
}
.contact-list .inner:hover .button{
    background: #df5647;
}

.open-contact .contact-wrap{
	pointer-events: all;
	opacity: 1;
}
.open-contact .contact-wrap::after{
	opacity: 1;
}
body.open-contact{
	overflow: hidden;
}
@media screen and (hover) {
    body.open-contact{
        padding-right: 11px;	
	}
    body.open-contact .follow-btn{
        right: 11px;
    }
}

@media screen and (max-height:740px){
    .contact-wrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-block{
        justify-content: center;
    }
    .contact-inner{
        overflow-y: auto;
        height: 100%;
    }
}
@media screen and (max-width:640px){
    .contact-list .inner{
        padding: 1.4em;
	}
}