/*
Theme Name: ikcs0531
Version: 1.1
*/

/*
-------------------
  base style
-------------------
*/

 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing:border-box;
  font: inherit;
  vertical-align: center;
  font-feature-settings: "palt";
  text-autospace: no-autospace;
  letter-spacing: 0px;
  transition:all 0.3s ease-out;
  line-height: 1;
  font-size:1rem;
  color: var(--main-color);
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
  font-size: 16px;
	scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background:var(--main-bg);
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


p,a,td,li,input,textarea{
  line-height: 1.8;
}

a{
	text-decoration: none;
}

a:hover{
  
}
.font{

}



.wp-block-file__button{
  position:relative;
  width: auto;
	padding:6px 20px;
  margin-top:0px;
  border-radius:100px;
  text-align:center;
  color:#fff;
	font-size:0.8rem;
  text-decoration:none!important;
}




strong{
  font-weight:bold;
}

iframe{
  max-width:100%;
}

img{
	max-width: 100%;
	height: auto;
}


input{
  
  width:100%;
  border:1px solid #ebebeb;
  border-radius:6px;
  padding:14px;
  box-sizing:border-box;
  background:#fbfbfb;;
  outline: none;
  resize: none;
  font-size:1rem;
}

textarea{
  width:100%;
  border:1px solid #ebebeb;
  padding:14px;
  border-radius:4px;  
  box-sizing:border-box;
  background:#fbfbfb;
  border-radius:4px;
  outline: none;
  resize: none;
  -webkit-appearance:none;
  font-size:1rem;
}

input[type="tel"],
input[type="e-mail"],
input[type="file"],
input[type="text"]{
  -webkit-appearance:none;
}


.wpcf7-list-item{
  display:inline-block;
  margin:10px 0px;
  margin-right:40px;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
  font-size:1rem;
}

input[type="file"]{
  background:none;
  box-shadow:none;
  padding:0px;
}

input[type="submit"]{
  display:block;
  width:380px;
  margin:auto;
  margin-top:24px;
  padding:22px 0px;
  text-align:center;
  border:none;
  border-radius:4px;
  color:#fff;
  letter-spacing:0.2vw;
  font-size:1.2rem;
  font-weight:bold!important;
  text-decoration:none;
  background:var(--yellow-color);
  outline: none;
  -webkit-appearance:none;
}

input[type="submit"]:hover{

}

::placeholder {
  color: #c2c2c2;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
 font-size:1rem; 
}

.wpcf7-not-valid-tip{
  color:#b01212;
}

wpcf7 span.kome{
  padding:0px 10px;
  margin-left:10px;
  color:#fff;
  font-size:0.7rem;
  background:#b01212;
}

.single-style .wrap ul{
	/* margin:0; */
}

.single-style .wrap ul li{
	/* margin:0; */
	/* list-style-type:none; */
}

.single-style .wrap p{
	/* margin:0; */
	/* padding:0; */
}

.single-style .wrap p.name{
	margin-top:40px;
	font-weight:bold;
}

.single-style .wrap p span.kome{
	margin-left:6px;
	color:#f31a1a;
	font-size:0.7rem;
}

.single-style .contact section{
	display:flex;
}

.single-style .contact section .box{
	width:50%;
}

.single-style .contact p{
	padding:0;
	margin-bottom:0;
}

.single-style .contact section .box.yubin{
	width:260px;
}

.single-style .contact section .box.jusyo{
	width:100%;
}
.wpcf7-list-item {
	margin: 0 20px 0 0!important;
}


/*
-------------------
  common
-------------------
*/

:root {
  --main-bg: #F4FCFF;
  --main-color: #515457;
  --accent-color:#095ca7;
	 --yellow-color:#F8B100;
}

.font{
  font-family: 'Afacad', sans-serif;
}

.heading p{
 
}

h2.heading{
  font-size:3rem;
  font-weight:bold;
}

h2.heading span{
  display:block;
}

a.button{
  position:relative;
	z-index:3;
  display:block;
	overflow:hidden;
  width: 200px;
  padding: 12px 0px;
	border:1px solid #000;;
  text-align:center;
  font-size:0.8rem;
  font-weight:normal;
  transition:background 0.2s,top 0.8s,opacity 0.8s ease-out;
}

a.button:before{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-2;
	width:100%;
	height:100%;
	
	/* background:#003893; */
}


a.button:after{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	left:-100%;
	z-index:-1;
	width:100%;
	height:100%;
	background:#F8B100;
	transition:left 0.2s ease;
}

a.button:hover:after{
	left:0px;

}

.gurade{
  
}

.image.fit{
  
  overflow:hidden;
}
.image.fit img{
  object-fit:cover;
  width:100%;
  height:100%;
}

/*
-------------------
  animation
-------------------
*/


.fadein.fuwa{
  top:60px;
  transition:all 0.8s ease-out;
  opacity:0;

}

.fadein.fuwa.scrollin{
  top:0;
  opacity:1;

}



/*
-------------------
  loading
-------------------
*/
#contents{
  transition:all 2s ease-out;
  transition-delay:0.5s;
  opacity:0;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
	top:0px;
  z-index:1000;
  transition:all 0.5s ease-out;
  transition-delay:0s;
  background: #ffffff;
}

#loading.loaded{
 opacity:0;
  z-index:-100;
}

#loading.loaded.is_remove{
  opacity:1;
  z-index:1000;
}

#loading.loaded.is_remove:after{
  bottom:-120%;
}

#loading:after{
  content:"";
  display:block;
  width: 100%;
  height: 100vh;
  bottom:-120%;
  position: fixed;
  background:rgb(0 56 147 / 50%);
	backdrop-filter: blur(12px);
  transition:all 0.3s ease-out;
}

#loading.loaded:after{
  bottom:0;
}



#loading.loaded.is_remove{
  width:100%;
  transition-delay:0s;
  transition:all 0.1s ease-out;
}



#loading.loaded.is_remove img{
  display:block;
}


#loading img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading img.loading-logo{
  top: 48%;
  z-index:2000;
  width: 130px;
}

#loading img.loading-icon{
  top:50%;
  z-index:2000;
  width: 50px;
}


/*
-------------------
  header-PC
-------------------
*/

#header-pc{
  display:flex;
  justify-content:space-between;
  /* align-items:center; */
  position:fixed;
  top:0px;
  z-index: 40;
  width:100%;
  /* padding:10px 0px; */
}

#header-pc.active{

}

#header-pc .logo{
	margin:40px;
}

#header-pc .logo img{
  width: 140px;
}

#header-pc nav ul{
  display:flex;
   align-items:center;
	justify-content:flex-end;
}

#header-pc nav ul li{
  margin-left:60px;
}

.css-home #header-pc nav ul li a{
	color:#fff;
	
}

#header-pc nav ul li a{
	color: #505050;
	font-size:1.2rem;
	font-weight:bold;
}

#header-pc nav ul li a:hover{
	color:var(--yellow-color);
}
.css-home #header-pc nav ul li a.button{
	background:transparent;
}

#header-pc nav ul li a.button{
	width:auto;
	padding: 14px 60px;
	background:var(--accent-color);
	border:0px;
	color:#fff;
}

#header-pc nav ul li a.button:hover{
	color:#fff;
}

#header-pc nav ul li a.button:before{
	display:none;
}


#menu-pc{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index: 800;
	height:100vh;
	/* transition-delay: 2.5s; */
	transition-duration: 1.8s;
	opacity:0;
}

#menu-pc.on{
	left:0px;
	opacity:1;
}

#menu-pc .wrap{
	position:fixed;
	bottom: 0px;
	padding-bottom:20px;
	padding-top:20px;
}

#menu-pc .toponlystyle  .wrap.active{
	background: rgb(255 255 255 / 80%);
	border-radius:0px 10px 0px 0px;
}

#menu-pc section p.heading{
	padding: 2px 0px 2px 0px;
	background:var(--accent-color);
	background-size:100%;
	text-align:center;
	color:#fff;
	background-repeat:no-repeat;
	background-position:top center;
	font-size: 0.9rem;
}

#menu-pc.on section p.heading{

}

#menu-pc.anime ul{
	width: 215px;
	height: auto;
	overflow:hidden;
	z-index:50;
	transition-delay:1s;
}

#menu-pc.anime ul.margin{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #d0d0d0;
}

#menu-pc.anime.on ul{
	
}

#menu-pc ul li{	
	margin: 0px 0px;
}

#menu-pc ul li span{
	display:block;
	z-index:100;
	padding: 20px 20px;
	padding-left: 40px;
	margin: 0px 0px;
	font-size: 0.8rem;
	font-weight:bold;
}

#menu-pc ul li span:after{
	content:"";
	display:block;
	position:absolute;
	top: 22px;
	right: 15px;
	width:10px;
	height:10px;
	background-image:url("images/arrow-b.svg");
	background-size:100%;
	background-position:center;
}

#menu-pc .toponlystyle ul li span:after{
	background-image:url("images/arrow-w.svg");
}

#menu-pc .toponlystyle .active ul li span:after{
	background-image:url("images/arrow-b.svg");
}

#menu-pc ul.margin li span:after{
	display:none;
}

#menu-pc .toponlystyle ul li span{
	color:#fff;
}

#menu-pc .active ul li span{
	color:var(--main-color);
}


#menu-pc ul li:hover span{
	color:var(--main-color);
	background: rgb(255 255 255 / 80%);
	font-weight:bold;
}





#menu-pc .content{
	display:none;
	opacity:0;
	overflow:scroll;
	position: fixed;
	top: 0px;
	left: 215px;
	z-index: 1800;
	width: calc(100vw - 216px);
	height: 100vh;
	padding:40px;
	background: rgb(255 255 255 / 80%);
	border-radius:10px 0px 0px 0px;
	transition:  display 3s;
	transition-behavior: allow-discrete;
	backdrop-filter: blur(10px);
}

#menu-pc ul li:hover .content{
	display:block;
	opacity:1;
}

#menu-pc .content .discription{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0px 20px;
	margin-bottom:10px;
}

#menu-pc .content .discription h3{
	width: 450px;
	margin-bottom:20px;
	font-weight:bold;
	font-size: 2rem;
}

#menu-pc .content .discription p{
	font-size:0.9rem;
	line-height:1.4;
}

#menu-pc .content section{
	display:flex;
	flex-wrap:wrap;
	padding:0px 10px;
}

#menu-pc .content section .box{
	width: 29%;
	max-width:340px;
	margin:10px;
	padding-bottom:10px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	opacity:0;
	transition:opacity 1.5s ease;
}

#menu-pc ul li:hover .content section .box{
	opacity:1;
		
}

#menu-pc .content section .box:hover{
	
}

#menu-pc .content section .box .image{
	height: 18vh;
	line-height:0;
}

#menu-pc .content section .box a.imga{
	line-height:0;
	margin:0;
}

#menu-pc .content section .box .image img:hover{
	transform: scale(1.03);
}

#menu-pc .content section .box .text{
	padding: 14px 34px;
}

#menu-pc .content section .box a{
	display:block;
	margin: 0px 0px;
	padding: 0px 0;
	font-size: 0.9rem;
}

#menu-pc .content section .box a:hover{
	color:#000;
}

#menu-pc .content section .box a:hover:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:100%;
	border-bottom:1px solid #929292;
}

#menu-pc .content section .box a.type{
	/* margin-bottom: 12px; */
	font-size: 1.2rem;
	font-weight:bold;
}

#menu-pc .content section .box a.name:after{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin-left:10px;
	background-image:url("images/arrow-b.sv");
	background-size:100%;
	background-position:center;
	opacity:0.6;
}


/*
-------------------
  header-mobile
-------------------
*/

#header-mobile{
  display:none;
  justify-content:space-between;
  align-items:center;
}

#header-mobile.active{
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	background: #191919;
	width:100%;
	height:51px;
	/* backdrop-filter: blur(6px); */
}

#header-mobile .logo{
  position:fixed;
  display:inline-block;
 
  z-index: 800;
 
}

#header-mobile .logo img{
	z-index:100;
	height:50px;
}


.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 900;
    background-color: #191919;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
   transition: all 0.5s
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

#menu-btn-check {
    display: none;
}

.menu-content {
   width: 38%;
   height: 100vh;
   position: fixed;
   top: 0px;
   left: -100%;
   z-index: 400;
   padding: 0vw 0px;
   padding-top: 90px;
   background-color: #ffffff;
   transition: all 0.5s;
   user-select: none;
}

.menu-content-logo img{
  display:block;
  width: 40%;
  margin:auto;
  margin-top: 20%;
}

.menu-content p.heading{
	display:none;
}

.menu-content .content{
	display:none;
	position:fixed;
	top:0px;
	right:0px;
	z-index:600;
	width: 62%;
	min-height:60svh;
	height:100%;
	padding:6vw;
	padding-top: 68px;
	background-color: #000;
}

.menu-content ul li:hover .content{
	display:block;
	opacity:1;
	border-left:1px solid;
}

.menu-content .content img{
	display:none;
}

.menu-content .content a{
	color:#fff;
}

.menu-content ul li a,
.menu-content ul li span{
	display:block;
	font-size: 2.8vw;
	user-select: none;
	font-weight:bold;
}

.menu-content ul li span{
	padding: 6vw 5vw;
}

.menu-content ul li span:after{
	content:"";
	display:block;
	position:absolute;
	top: 44%;
	right: 7px;
	width: 7px;
	height: 7px;
	background-image:url("images/arrow-b.svg");
	background-size:100%;
	background-position:center;
}

.menu-content nav{
	position:absolute;
	bottom: 8vh;
	left:0px;
	width: 100%;
}

.menu-content nav ul li a{
	padding: 2vw 10px;
}

.menu-content ul li a.button{
	width:auto;
	padding: 2vw 0px;
	margin: 4vw 10px;
	background:#F8B100;
}

.menu-content ul li a.button:before{
	display:none;
}

.menu-content ul li span:hover{
	background:#000;
	color:#fff;
}

.menu-content section .box a{
	display:block;
	padding:0;
}

.menu-content section .box .text{
	margin-bottom: 10vw;
}

.menu-content section .box a.type{
	font-size: 3.3vw;
	font-weight:bold;
	line-height:1.2;
	border-bottom:1px solid;
	padding-bottom:1vw;
}

.menu-content section .box a.name{
	font-size: 2.8vw;
	line-height:1.2;
	margin: 5vw 0px;
}



#menu-btn-check:checked ~ .menu-content ul li{
  top:0px;
  opacity:1;
}



/*
-------------------
  index
-------------------
*/

#topimage{
  height: 98svh;
}



#topimage.on{
	background-size: 120%;
}

#metaslider-id-88{
	position:fixed;
	top:0px;
	overflow:hidden;
}

#page #metaslider-id-88{
	height:270px;
}

.contactbg #metaslider-id-88{
	z-index:-2;
}

#metaslider_container_88{
	height:100%;
}

#metaslider_88{
	height: 100svh!important;
}

#page #metaslider_88{
	height: 100%!important;
}

#metaslider_88 ul{
	height:100%;
}

#metaslider_88 ul li{
	height:100%;
}

#metaslider_88 ul li img{
	object-fit:cover;
	width:100%;
	height:100%;
	filter: brightness(0.9);
}


#topimage:after{
	content:"";
	position:absolute;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
	/* background: #00000042; */
}

#topimage .text{
	position:absolute;
	right: 80px;
	bottom: 8%;
	z-index:2;
	opacity:0;
	transition: opacity 1.8s ease;
	transition-delay:2.5s;
}

#topimage.on .text{
	opacity:1;
}

#topimage .text h2{
	font-size: 9.4rem;
	color:#fff;
	font-weight: bold;
	text-align:right;
	letter-spacing: -0.5rem;
}

#topimage .text p{
	margin-top:10px;
	font-size: 1.6rem;
	color:#fff;
	font-weight:bold;
	text-align:right;
}

#topimage .text p br{
	display:none;
}


.circle-anime{
  position:absolute;
  bottom: -8%;
  left: -48px;
  z-index:10;
  display:flex;
  align-items:center;
  gap:40px;
  width: 600px;
  transform:rotate(90deg);
}


.circle-anime p{
  animation: flashtext 2s linear infinite;
	color:#fff;
}


.circle-anime .line{
  height:1px;
  width:300px;
  border-bottom:1px solid #ffffff;
  animation: line 1s linear infinite;
}

@keyframes line {
  0%  {width:0px;}

  100%  {width:300px;}
}

#index-mainimage{
  width:60vw;
  height:30vw;
  overflow:hidden;
  margin:80px;
}

.contactbg .sheeteffect{
	bottom:0px;
}

.sheeteffect{
	position:fixed;
	width:100%;
	height:100%;
}



.sheeteffect .sheet{
	position:absolute;
	z-index:2;
	width:0%;
	height: 39svh;
	backdrop-filter: blur(10px);
	background:rgb(0 56 147 / 50%);
	transition:width 1.6s ease;
	transition-delay:1s;

}

.anime.on .sheeteffect .sheet{
	width:25%;
}

.sheeteffect .sheet.left{
	top: 11%;
	left:0px;

	transform: skewY(30deg);
	
}

.sheeteffect .sheet.centerright{
	top:50%;
	left:25%;

	transform: skewY(-30deg);
}

.sheeteffect .sheet.centerleft{
	top: 11%;
	right:25%;

	transform: skewY(30deg);
	
}

.sheeteffect .sheet.right{
	top:50%;
	right:0%;

	transform: skewY(-30deg);
}

#index-company{
	padding: 6vw 0vw;
	/* padding-left: 240px; */
	background: #000000d1;
	backdrop-filter: blur(6px);
}

#index-company section{
	display:flex;
	justify-content: center;
	align-items:center;
	padding-left:240px;
}

#index-company section .text{
	z-index:1;
	width:50%;
	padding: 80px;
}

#index-company section .text h2{
	margin-bottom:2rem;
	font-size: 7rem;
	font-weight:bold;
	color:#fff;
}

#index-company section .text h2 span{
	display:block;
	margin-top:2rem;
	font-size:1.4rem;
	color:#fff;
}

#index-company section .text p{
	line-height: 2.25;
	margin-bottom:2rem;
	color:#fff;
}

#index-company section .image{
	width: 50%;
	height: auto;
	aspect-ratio:1/1;
	padding:40px;
}

#index-company section .image img{
	object-position: center top;
	/* filter: brightness(0.6); */
}

#index-company a.button{
	border-color:#fff;
	color:#fff;
}

#index-news{
	padding: 7vw 40px;
	padding-left: 280px;
	background: #ffffff;
	backdrop-filter: blur(6px);
}

#index-news section{
	display:flex;
	justify-content:start;
	align-items:center;
}

#index-news section h2{
	margin-bottom:40px;
	font-size:6rem;
	font-weight:bold;
}

#index-news section h2 span{
	display:block;
	margin-top:2rem;
	font-size:1.4rem;
}

#index-news section a.button{
	color:unset;
	border:1px solid;
}

#index-news section a.button:hover{
	color:#fff;
}

#index-news .link {
	padding:0px 60px;
}

#index-news .link .box{
	display:flex;
	justify-content:start;
	align-items:center;
	margin: 3vw 0px;
}

#index-news .link .box .date{
	min-width: 120px;
}

#index-news .link .box a{
	margin:0px 20px;
}

#index-news .link .box a:hover{
	text-decoration:underline;
}

#index-movie{
	padding: 8vw 40px;
	padding-left: 240px;
	background: #000000d1;
	backdrop-filter: blur(6px);
}

#index-movie section{
	display:flex;
	justify-content:center;
	margin: 2vw 0px;
}

#index-movie section .box{
	width: 32%;
	margin: 0px 10px;
}

#index-movie section .box iframe{
	width:100%;
	height:14vw;
	border-top:30px solid #000;
}

#index-movie section .box h3{
	color:#fff;
	font-size:0.8rem;
	line-height:1.4;
	background:#000;
	padding:4px 8px;
}

#index-movie h2{
	margin-bottom: 0vw;

	font-size:6rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
}


#index-movie a.button{
	margin:40px auto;
	color:#fff;
	border-color:#fff;
}

/*
-------------------
  page
-------------------
*/



#page #topimage{
	position:fixed;
	top: -33%;
	width:100%;
	height:270px;
	z-index:1;
}

#page .sheeteffect{
	display:none;
}

#page .pan{
	position:absolute;
	top: 51px;
	z-index: 300;
	width: 58%;
	padding: 3px 0px;
	left: 280px;
}

.breadcrumbs{

	font-size: 0.8rem;
}

#page .pan a{
	position:relative;
	z-index:101;
	font-size: 0.8rem;
	padding:6px 16px;
}

#page .pan a:hover{
	background:#e4e4e4;
}

	#page .pan a span{

		font-size: 0.8rem;
	}

#page main{
	display:flex;
	position:relative;
	padding-top: 0px;
	z-index:1;
	min-height: 50vh;
	background: #f5f5f5;
	background-image:url("images/page-bg3.png");
	background-size:100%;
	background-position:top right;
	background-repeat:no-repeat;
}

#page main .side{
	width: 230px;
	/* background:#fff; */
}

#page main .side .line{
	width:50%;
	height:100%;
	border-right: 2px solid var(--accent-color);
	opacity:0;
	transition-delay: 3.5s;
    transition-duration: 2.8s;
}

#page.on main .side .line{
	opacity:1;
}


#page article{
	width: calc(100% - 236px);
	max-width: 1380px;
	min-height:96vh;
	margin:auto;
	padding: 40px 0px;
	padding-top: 180px;
	padding-bottom:100px;
	/* border-left:1px solid #d0d0d0; */
}

#page article:has(.anchor){
	/* width: calc(100% - 300px); */
	/* margin-right: 0px; */
}

/*
-------------------
  about
-------------------
*/

/*
-------------------
  single
-------------------
*/

.single-style h1{
  padding: 0px 54px;
  margin-bottom:40px;
  font-size: 6rem;
  line-height:1.4;
}

.single-style h2{
  padding: 4px 40px;
  margin: 0px 0px;
  margin-bottom:40px;
  font-size:2rem;
  font-weight:bold;
  line-height:1.4;
}

.single-style h2.heading{
	font-size: 6rem;
}

.single-style h2:before{
	content:"";
	display:bock;
	position:absolute;
	bottom: -16px;
	left:0px;
	width:100%;
	border-bottom: 4px solid #dfdfdf;
}

.single-style h2:after{
	content:"";
	display:bock;
	position:absolute;
	bottom: -16px;
	left:0px;
	width: 6%;
	border-bottom: 4px solid var(--accent-color);
}


.single-style h3{
  padding: 4px 0px;
  margin:0px 0px;
  margin-bottom:40px;
  border-bottom:2px solid #dfdfdf;
  font-size: 2rem;
  font-weight:bold;
  text-align:center;
  line-height:1.4;
  color:var(--main-color);
}

.single-style h3:after{
	content:"";
	display:bock;
	position:absolute;
	bottom: -2px;
	left: 43%;
	width: 14%;
	border-bottom: 2px solid var(--accent-color);
}

.single-style h4{
	margin-bottom:40px;
	padding: 0 40px;
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.4;
}

.single-style .tent-list h4{
	display:inline-block;
	padding: 0;
	font-size: 1.6rem;
}

.single-style h5{
  margin:40px 0px;
  font-weight:bold;
  background: #e7e7e7;
  padding:28px 14px;
  /* border-radius:10px; */
  font-size: 1.4rem;
}

.single-style .tent-list h5{
	padding:0;
	margin:0;
	margin-bottom:10px;
	background:transparent;
	color:var(--main-color);
	font-size:1rem;
	border:none;
	font-weight:normal;
}

.single-style h6{
  position:relative;
  padding:10px 10px;
  margin:0px 0px;
  color:var(--main-bg);
  background: #2d2e2f;
}

.single-style img{
  display:block;
  max-height: 600px;
  width:auto;
  margin:auto;
}

.single-style .tent-list .wp-block-image img{
	width:100%;
}

.single-style .height-nolimit img{
	max-height:unset;
}

.wp-block-image a img:hover{
	transform:scale(1.01);
}

.single-style p{
  margin: 0px 0px;
  margin-bottom:40px;
  padding: 0 40px;
}

.single-style .tent-list p{
	padding:0;
}

.single-style .wrap{
	max-width:980px;
	margin-inline:auto;
}

.single-style .has-text-align-left{
  text-align:left;
}

.single-style .has-text-align-center{
  text-align:center;
}

.single-style .has-text-align-right{
  text-align:right;
}

.single-style .wp-block-image{
  margin: 0;
	margin-bottom:40px;
	border-radius:6px;
	overflow:hidden;
}

.single-style .wp-block-image.fit{
	overflow:hidden;
}

.single-style .wp-block-image.fit.wide{
	width:100%;
	height:500px;
}

.single-style .wp-block-image.fit img{
	object-fit:cover;
	width:100%;
	height:100%;
	
}

.wp-element-caption{
  margin:20px 0px;
  color:#868686;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	background:#fff!important;
	padding:10px 0px!important;
	color:#000!important;
}


.sekoujirei .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.sekoujirei .wp-block-group__inner-container .wp-block-image{
	width:30%;
	margin:1%;
}

.single-style .wp-block-gallery{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  padding:10px 0px;
  /* background: #000000; */
  line-height:0;
}

.single-style .wp-block-gallery.sekoujirei{

	background: #fff;
}

.single-style .wp-block-gallery .wp-block-image{
  width: 48%;
  margin: 0px;
  line-height:0;
}

.single-style .wp-block-gallery .wp-block-image img{
  width:100%;
  line-height:0;
  border:none;
}

.single-style p.date{
  margin:  0px;
}

.single-style a{
  text-decoration:underline;
}

.single-style strong{
  font-weight:bold;
  font-size:1.1rem;
}

.single-style ul{
  margin: 0px 40px;
	margin-bottom: 40px;
}

.single-style ul li{
  list-style:disc;
  margin: 0px 0;
  margin-left:20px;
}

.single-style ol{
  margin:80px 60px;
}

.single-style ol li{
  list-style:decimal;
  margin:6px 0;
  margin-left:20px;

}

.single-style table{
  margin:60px 60px;
	width: auto;
    margin:auto;
	
}
.wf-table{
	overflow: auto;
	/* height:70svh; */
}
.mf-table{
	height:auto;
}
.wp-block-table.mf-table table{
	width:auto;
}
.wp-block-table.mf-table td{
	width:200px;
	text-align:center;
	padding:10px 10px!important;
	border:none;
}

.wf-table table{
border-collapse: separate;
	background:transparent;
}

.wf-table.company table {
	margin-left:0;
}

.wf-table.company table td{
	font-size:1rem;
}

.wf-table.company table td:first-child{
	width:200px;
}

.wf-table table thead {
	border:none;
}
.wf-table table thead th{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
	left:0px;
  z-index: 1;
	padding:10px 6px;
	background:#f1f1f1;
	border:none;
	border-left:2px solid #e2e2e2;
	font-size:0.8rem;
	 line-height:1.6;
}

.wf-table table th{
	border:none;
}

.wf-table table th:first-child{
	border-left:none;
}

.wf-table table tr{

}

.wf-table table tr:nth-child(even){
	background:#f1f1f1;
}

.wf-table table td{
	border:none;
	border-left:2px solid #e2e2e2;
	font-size:0.8rem;
}

.wf-table table td:first-child{
	border-left:none;
}

.single-style td{
  padding:16px;
  line-height:1.6;
  border:1px solid #000;
}

.wp-block-table td{
	padding:6px 16px!important;
}

.table-mf651 table{
	max-width:600px;
}

.table-mf651.fm table{
	max-width:600px;
	margin-bottom:60px;
}



.table-mf651 table td{
	border:0px;
	border-bottom:2px solid #e4e4e4;
}

.table-mf651 table td:nth-child(odd){
	min-width: 12rem;
}

.table-mf651.fm table td:nth-child(odd){
	width:10rem;
}

.single-style iframe{
  width:100%;
  height:500px;;
}

.single-style blockquote{
  margin:0px 60px;
  padding:20px 20px;
  border-left:1px solid #000;
  background:#f6f6f6;
}

.single-style blockquote:before{
  content:"``";
  position:absolute;
  top: 1px;
  left: 10px;
  font-size: 30px;
}

.single-style blockquote p{
  margin:0px;
  padding:0px;
  font-style: italic;
}

.single-style blockquote cite{
  display:block;
  margin-top:20px;
  font-style: italic;
  font-size:0.8rem;
}

.single-style .inkjet .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.single-style .inkjet .box{
	width: 28%;
	max-width:360px;
	min-width:280px;
	margin: 10px;
	padding:20px;
	border-radius:10px;
	background:#fff;
}

.single-style .inkjet .box .wp-block-group__inner-container{
	display:block;
}

.single-style .inkjet .box h5{
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	/* color:var(--accent-color); */
	font-size:1.6rem;
	font-weight:bold;
}

.single-style .inkjet .box h6{
	padding:20px 0px;
	background:none;
	color:#000;
	line-height:1.4;
	font-size: 0.9rem;
	font-weight:normal;
}

.single-style .inkjet .box p{
	margin:0px;
	padding:0px;
	font-size:0.8rem;

}

.single-style .inkjet .box a{
	display:block;
	width: 70px;
	padding: 1px 0px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	border-radius:100px;
	background:var(--accent-color);
	color:#fff;
	font-size: 0.7rem;
}


.single-style .inkjet .box .icon .wp-block-group__inner-container{
	display:flex;
	justify-content:flex-start;
	margin-top:10px;
}

.single-style .inkjet .box .icon .wp-block-image{
	width:auto;
	height:auto;
}

.single-style .inkjet .box .icon .wp-block-image:after{
	display:none;
}


.single-style .inkjet .box .icon img{
	width:40px;
	height:auto;
	margin:5px;
}

.single-style .anchor .wp-block-group__inner-container{
	position:fixed;
	top: 270px;
	right: 0px;
	z-index:1;
}

.single-style .anchor .wp-block-group__inner-container p{
	margin:0;
	padding:0;
}

.single-style .anchor .wp-block-group__inner-container a{
	display:block;
	margin: 2px;
	padding: 4px 6px;
	background:#fff;
	text-decoration:none;
	font-size:0.6rem;
	font-weight:bold;
	transition:none;
}

.single-style .anchor .wp-block-group__inner-container a:hover{
	background:var(--accent-color);
	color:#fff;
}



.single-style .wp-block-group.markingfilm .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.single-style .wp-block-group.markingfilm .box .wp-block-group__inner-container{
	display:block;
}
.single-style .markingfilm .box{
	width: 200px;
	margin: 10px;
	padding:0px;
	border-radius:10px;
}

.single-style .markingfilm .box .wp-block-image{
	margin:0px;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}

.single-style .markingfilm .box img{
	width:100%;
}

.single-style .markingfilm .box h4{
	margin:4px 0px;
	padding:0;
	font-size: 1rem;
	color:unset;
}

.single-style .markingfilm .box p{
	font-size:0.8rem;
	color:#555;
	margin:0px;
	padding:0;
}

.bgblack{
	background:#000;
	color:#fff;
}

.bgblack p{
	color:#fff;
}

.bgblack h3{
	color:#fff;
	font-size:3rem;
}
.width980{
	max-width:860px;
	margin:auto;
}



.width980 p{
	padding:0;
}


.wp-pagenavi{
  margin:80px auto;
  text-align:center;
}

.wp-pagenavi a{
  padding: 7px 13px;
  margin:0px 10px;
  background:var(--main-color);
  color:#fff;
  text-decoration:none;
}


.wp-pagenavi a:hover{
  background:var(--accent-color);
}

.wp-pagenavi span{
  padding:10px 15px;;
  margin:0px 10px;
}

.wp-block-columns.seihin-list.is-layout-flex{
	/* align-items:center!important; */
	flex-wrap:wrap!important;
	justify-content:center;
}

.wp-block-columns.seihin-list.is-layout-flex .wp-block-column{
	width: 280px;
	flex-basis: unset;
	flex-grow: unset;
}

.wp-block-columns.seihin-list.is-layout-flex .wp-block-image{
	overflow:hidden;
	aspect-ratio:4/3;
}

.wp-block-columns.seihin-list.is-layout-flex .wp-block-image img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.wp-block-columns.seihinichiran{
	justify-content:center;
}
.wp-block-columns.seihinichiran .wp-block-column{
	max-width:400px;
}
.wp-block-columns.is-layout-flex.product-list{
	align-items:start!important;	
}

.wp-block-columns.is-layout-flex.product-list p{
	padding:0px;
}


.product-list .wp-block-image{
	overflow:hidden;
	aspect-ratio:4/3;
}

.product-list .wp-block-image img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.wp-block-columns.is-layout-flex.cs-tejun{
	align-items:start!important;
	padding:0px 40px;
}

.wp-block-columns.is-layout-flex.cs-tejun .wp-block-image{
	margin-bottom:10px;
}

.wp-block-columns.is-layout-flex.cs-tejun .wp-block-image img{
	width:100%;
}

.wp-block-columns.is-layout-flex.cs-tejun p{
	padding:0px;
}

.wp-block-columns.is-layout-flex.cs-tejun strong{
	display:inline-block;
	padding:4px 20px;
	background:var(--accent-color);
	color:#fff;
	border-radius:20px;
	font-size:0.9rem;
	margin-bottom:6px;
}

.single-style .wp-block-buttons{
	margin:auto;
	justify-content:center;
}

.single-style .wp-block-button__link{
	min-width:250px;
	border-radius:100px;
	font-size:1rem;
	background:transparent;
	text-decoration:none;
	color:var(--main-color);
	border:1px solid;
}

.single-style .wp-block-button__link:hover{
	background:var(--accent-color);
	border-color:var(--accent-color);
	color:#fff;
}


.wf-image .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:40px;
	padding:0 20px;
	justify-content:center;
}

.wf-image .wp-block-group__inner-container .wp-block-image{
	width: 28%;
	margin:10px 0px;
	margin-right:40px;
	text-align:left;
	background:#fff;
}

.wf-image .wp-block-group__inner-container .wp-block-image img{
	width:100%;
}	

.wf-image .wp-block-group__inner-container .wp-block-image.wp-block-image figcaption{
	padding:10px 20px;
	color:var(--main-color);
	font-size:0.8rem;
	line-height:1.4;
}

.icon-set.wp-block-image img{
	height:80px;
	padding:0 20px;
}
.wincos > .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
}

.wincos .box{
	width:30%;
	margin:1%;
	padding-bottom:20px;
	background:#fff;
}

.wincos .box .icon .is-layout-constrained{
	display:flex;
}

.single-style .wincos .box .wp-block-image{
	margin:0px 0;
	margin-bottom:2px;
	width:100%;
	height: 12vw;
	border-radius:0;
	overflow:hidden;
}

.single-style .wincos.linedot .box .wp-block-image{
	height: 18vw;
}

.single-style .wincos.deco .box .wp-block-image:after{
	content:"5cm";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 37px;
	padding:2px 10px;
	background:var(--accent-color);
	color:#fff;
	text-align:center;
	font-size:0.9rem;
}

.single-style .wincos.deco .box .wp-block-image:nth-child(2):after{
	content:"25cm";
}

.single-style .wincos.linedot .box .wp-block-image:after{
	display:none;
}

.single-style .wincos .box .wp-block-image img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.wincos .box h4{
	display:inline-block;
	padding:3px 20px;
	margin:0px 40px;
	margin-top:10px;
	border-radius:40px;
	font-weight:normal;
	font-size:0.8rem;
	background:var(--accent-color);
	color:#fff;
}

.wincos .box h3{
	margin:0;
	margin-top:20px;
	padding:0 40px;;
	border:none;
	text-align:left;
	font-size:1.5rem;
}

.wincos .box h3:after{
	display:none;
}

.wincos .box p{
	padding:10px 40px;
	margin:0;
}

.single-style .wincos .box .icon .wp-block-image{
	width:auto;
	height:auto;
}

.single-style .wincos .box .icon .wp-block-image:after{
	display:none;
}

.single-style .wincos .box .icon{
	margin:0 35px;
}
.single-style .wincos .box .icon img{
	width:40px;
	height:auto;
	margin:5px;
}

.wf-table table td:first-child{
	min-width:100px;
}

.sylphide-items{
	display:flex;
	flex-wrap:wrap;
	gap:2%;
}

.sylphide-items .box{
	position:relative;
	width:31.7%;
}

.sylphide-items .box .image{
	overflow:hidden;
}

.sylphide-items .box .window{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	transition:all 2s ease;
}

.sylphide-items .box:hover .window{
	top:100%;
}

.sylphide-items img{
	position:absolute;
	top:0px;
	left:0px;
}

.sylphide-items img.bg{
	position:relative;
}

.sylphide-items p{
	text-align:center;
	font-weight:bold;
	font-size:1.2rem;
}

  .fgr-list h3{
	font-size: 1.5em;
	color: #000;
	font-weight: 800;
	text-align: center; 
	background: #F4B627;
	margin: 0; 
  margin-top:60px;
	padding: 10px;
	leine-height: 1.5;
	border-radius: 10px;   
  -webkit-border-radius: 10px;   
  -moz-border-radius: 10px;
}
    
    
.fgr-list h4{
	font-size: 1.5em;
	color: #fff;
	font-weight: 800;
	background: #000000;
	margin: 0;
	margin-top:10px;
	padding: 10px;
	leine-height: 1.5;
}


.fgr-list table{
	width:100%;
}

.fgr-list table tr:nth-child(even){
	background: #e7e7e7;
}

.fgr-list table td{
	border:0px;
	margin:0px;
	padding:0px 20px;
	border-spacing:0px;
	border-collapse:collapse;
  font-size:0.99em;
}

.fgr-list table td:first-child{
	font-weight:bold;
}
    
    .fgr-list table td p,
    .fgr-list table td a{
      font-size:0.9em;
    }

.fgr-list table td a{
	font-weight:normal;
}

.fgr-list table td:nth-child(even){
	width:50%;
}

.fgr-list.toriatsukai table td img{
	display:inline;
	margin-right:4px;
}

.toriatsukai-hinmoku .wp-block-group__inner-container{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}

.toriatsukai-hinmoku .wp-block-group__inner-container .wp-block-image{
	margin:0;
}

.toriatsukai-hinmoku .wp-block-group__inner-container p{
	padding:0;
	margin:0;
	margin-right:20px;
}


.single-style .formarea{
	max-width:760px;
	margin:auto;
	padding:40px;
	background:#fff;
	
}




.single-style .formarea span.kome{
	color:#8d1616;
	font-size:0.8rem;
	margin-left:10px;
}

.toriatsukai-link .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
}

.tent-list{
	margin:100px;
}

.curtain-list .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:20px;
}

.curtain-list .wp-block-group__inner-container .curtain-list-box{
	width:30%;
	margin:0px 10px;
}

.curtain-list .wp-block-group__inner-container .curtain-list-box .wp-block-image{
	margin:0;
}

.curtain-list .wp-block-group__inner-container .curtain-list-box h4{
	width:100%;
	padding:0;
	margin:10px 0;
	font-size:1.1rem;
	text-align:left;
}

.curtain-list .wp-block-group__inner-container .curtain-list-box p{
	padding:0;
}

.catalog-list .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.catalog-list .wp-block-group__inner-container .wp-block-image{
	width:200px;
	margin:20px;
	overflow:unset;
}

.catalog-list .wp-block-group__inner-container .wp-block-image img{
	display:block;
	box-shadow: 4px 4px 20px 0px rgb(83 83 83 / 13%);
}


.ts-bumon .wp-block-group__inner-container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.ts-bumon .box{
	margin:20px;
	background:#fff;
	border-radius:10px;
}



.ts-bumon .box .wp-block-group__inner-container{
	display:block;
	
	
	padding:0px;
	
}

.ts-bumon .box .wp-block-group__inner-container h4{
	margin:0;
	padding:10px 20px;
	padding-bottom:0;
	font-size:2rem;
}

.ts-bumon .box .wp-block-group__inner-container p{
	margin: 10px 20px;
	margin-top:0;
	padding:0;
}
.ts-bumon .box .wp-block-group__inner-container .bussei a{
	display:block;
	width: 64px;
	padding: 1px 0px;
	margin:20px 0px;
	text-align:center;
	text-decoration:none;
	border-radius:100px;
	background:var(--accent-color);
	color:#fff;
	font-size: 0.7rem;
}

.ts-bumon .box .group .wp-block-group__inner-container{
	display:flex;
}

.ts-bumon .wp-block-image{
	margin:0;
}

body .is-layout-flex.jitsureidouga{
	align-items:flex-start!important;
}

.jitsureidouga iframe{
	aspect-ratio:16/9;
	height:auto;
}

.bg-white{
	background:#fff;
	padding:40px 0px;
}

.history h5{
	margin-top:0;
}

.history h4{
	margin-bottom:0;
	font-size:1.1rem;
}

.history h4:before{
	content:"";
	position:absolute;
	top: -4px;
	display:inline-block;
	width: 30px;
	height: 30px;
	left: -22px;
	margin-right:1rem;
	border:4px solid #dfdfdf;
	background:#f5f5f5;
	border-radius:100px;
}

.history .wp-block-group__inner-container,
.history .wp-block-column{
	margin-left:50px;
	border-left:4px solid #e7e7e7;
}

/*
-------------------
  window-rescue
-------------------
*/

.foodcontainer input{
	display:none;
}

img.wrlogo{
	display:block;
	width: 730px;
	text-align:center;
	margin:40px auto;
}

img.wrheading{
	width:80%;
	margin:20px auto;
}


.foodcontainer .imgbox{
  width: 100%;
  min-height: 360px;
  position: sticky;
  top:0px;
  z-index:130;
	margin:auto;
	
  background:#fff;
  border-bottom:10px solid #000;
  border-top:10px solid #000;
}

.foodcontainer .imgbox img{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .4s;
    padding: 0px 20%;
}
.foodcontainer ul{
    /* max-width: 800px; */
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    list-style: none;
}
.foodcontainer li{
    width: 120px;
    margin:2px;
    list-style-type:none!important;
}
.foodcontainer li label{
    display:block;
}
.foodcontainer li img{
    width: 120px;
    height:120px;
}


input{
   /* display: none; */
}



#j001T:checked ~ .imgbox img:nth-child(1) {
  opacity: 1;
}

#j001W:checked ~ .imgbox img:nth-child(2) {
  opacity: 1;
}

#j002T:checked ~ .imgbox img:nth-child(3) {
  opacity: 1;
}

#j002W:checked ~ .imgbox img:nth-child(4) {
  opacity: 1;
}

#j003T:checked ~ .imgbox img:nth-child(5) {
  opacity: 1;
}

#j003W:checked ~ .imgbox img:nth-child(6) {
  opacity: 1;
}

#j004T:checked ~ .imgbox img:nth-child(7) {
  opacity: 1;
}

#j004W:checked ~ .imgbox img:nth-child(8) {
  opacity: 1;
}

#j005T:checked ~ .imgbox img:nth-child(9) {
  opacity: 1;
}

#j005W:checked ~ .imgbox img:nth-child(10) {
  opacity: 1;
}

#j006T:checked ~ .imgbox img:nth-child(11) {
  opacity: 1;
}

#j006W:checked ~ .imgbox img:nth-child(12) {
  opacity: 1;
}

#j007T:checked ~ .imgbox img:nth-child(13) {
  opacity: 1;
}

#j007W:checked ~ .imgbox img:nth-child(14) {
  opacity: 1;
}

#j008T:checked ~ .imgbox img:nth-child(15) {
  opacity: 1;
}

#j008W:checked ~ .imgbox img:nth-child(16) {
  opacity: 1;
}

#j009T:checked ~ .imgbox img:nth-child(17) {
  opacity: 1;
}

#j009W:checked ~ .imgbox img:nth-child(18) {
  opacity: 1;
}

#j010T:checked ~ .imgbox img:nth-child(19) {
  opacity: 1;
}

#j010W:checked ~ .imgbox img:nth-child(20) {
  opacity: 1;
}

#j011T:checked ~ .imgbox img:nth-child(21) {
  opacity: 1;
}

#j011W:checked ~ .imgbox img:nth-child(22) {
  opacity: 1;
}

#j012T:checked ~ .imgbox img:nth-child(23) {
  opacity: 1;
}

#j012W:checked ~ .imgbox img:nth-child(24) {
  opacity: 1;
}

#j013T:checked ~ .imgbox img:nth-child(25) {
  opacity: 1;
}

#j013W:checked ~ .imgbox img:nth-child(26) {
  opacity: 1;
}

#j014T:checked ~ .imgbox img:nth-child(27) {
  opacity: 1;
}

#j014W:checked ~ .imgbox img:nth-child(28) {
  opacity: 1;
}

#j015T:checked ~ .imgbox img:nth-child(29) {
  opacity: 1;
}

#j015W:checked ~ .imgbox img:nth-child(30) {
  opacity: 1;
}

#j016T:checked ~ .imgbox img:nth-child(31) {
  opacity: 1;
}

#j016W:checked ~ .imgbox img:nth-child(32) {
  opacity: 1;
}

#j017T:checked ~ .imgbox img:nth-child(33) {
  opacity: 1;
}

#j017W:checked ~ .imgbox img:nth-child(34) {
  opacity: 1;
}

#j018T:checked ~ .imgbox img:nth-child(35) {
  opacity: 1;
}

#j018W:checked ~ .imgbox img:nth-child(36) {
  opacity: 1;
}

#j019T:checked ~ .imgbox img:nth-child(37) {
  opacity: 1;
}

#j019W:checked ~ .imgbox img:nth-child(38) {
  opacity: 1;
}

#j020T:checked ~ .imgbox img:nth-child(39) {
  opacity: 1;
}

#j020W:checked ~ .imgbox img:nth-child(40) {
  opacity: 1;
}

#j021T:checked ~ .imgbox img:nth-child(41) {
  opacity: 1;
}

#j021W:checked ~ .imgbox img:nth-child(42) {
  opacity: 1;
}

#j022T:checked ~ .imgbox img:nth-child(43) {
  opacity: 1;
}

#j022W:checked ~ .imgbox img:nth-child(44) {
  opacity: 1;
}

#j023T:checked ~ .imgbox img:nth-child(45) {
  opacity: 1;
}

#j023W:checked ~ .imgbox img:nth-child(46) {
  opacity: 1;
}

#j024T:checked ~ .imgbox img:nth-child(47) {
  opacity: 1;
}

#j024W:checked ~ .imgbox img:nth-child(48) {
  opacity: 1;
}

#j025T:checked ~ .imgbox img:nth-child(49) {
  opacity: 1;
}

#j025W:checked ~ .imgbox img:nth-child(50) {
  opacity: 1;
}

#j026T:checked ~ .imgbox img:nth-child(51) {
  opacity: 1;
}

#j026W:checked ~ .imgbox img:nth-child(52) {
  opacity: 1;
}

#j027T:checked ~ .imgbox img:nth-child(53) {
  opacity: 1;
}

#j027W:checked ~ .imgbox img:nth-child(54) {
  opacity: 1;
}

#j028T:checked ~ .imgbox img:nth-child(55) {
  opacity: 1;
}

#j028W:checked ~ .imgbox img:nth-child(56) {
  opacity: 1;
}

#j029T:checked ~ .imgbox img:nth-child(57) {
  opacity: 1;
}

#j029W:checked ~ .imgbox img:nth-child(58) {
  opacity: 1;
}

#j030T:checked ~ .imgbox img:nth-child(59) {
  opacity: 1;
}

#j030W:checked ~ .imgbox img:nth-child(60) {
  opacity: 1;
}

#j031T:checked ~ .imgbox img:nth-child(61) {
  opacity: 1;
}

#j031W:checked ~ .imgbox img:nth-child(62) {
  opacity: 1;
}

#j032T:checked ~ .imgbox img:nth-child(63) {
  opacity: 1;
}

#j032W:checked ~ .imgbox img:nth-child(64) {
  opacity: 1;
}

#j033T:checked ~ .imgbox img:nth-child(65) {
  opacity: 1;
}

#j033W:checked ~ .imgbox img:nth-child(66) {
  opacity: 1;
}

#j034T:checked ~ .imgbox img:nth-child(67) {
  opacity: 1;
}

#j034W:checked ~ .imgbox img:nth-child(68) {
  opacity: 1;
}

#j035T:checked ~ .imgbox img:nth-child(69) {
  opacity: 1;
}

#j035W:checked ~ .imgbox img:nth-child(70) {
  opacity: 1;
}

#j036T:checked ~ .imgbox img:nth-child(71) {
  opacity: 1;
}

#j036W:checked ~ .imgbox img:nth-child(72) {
  opacity: 1;
}

#j037T:checked ~ .imgbox img:nth-child(73) {
  opacity: 1;
}

#j037W:checked ~ .imgbox img:nth-child(74) {
  opacity: 1;
}

#j038T:checked ~ .imgbox img:nth-child(75) {
  opacity: 1;
}

#j038W:checked ~ .imgbox img:nth-child(76) {
  opacity: 1;
}

#j039T:checked ~ .imgbox img:nth-child(77) {
  opacity: 1;
}

#j039W:checked ~ .imgbox img:nth-child(78) {
  opacity: 1;
}

#j040T:checked ~ .imgbox img:nth-child(79) {
  opacity: 1;
}

#j040W:checked ~ .imgbox img:nth-child(80) {
  opacity: 1;
}

#j041T:checked ~ .imgbox img:nth-child(81) {
  opacity: 1;
}

#j041W:checked ~ .imgbox img:nth-child(82) {
  opacity: 1;
}

#j042T:checked ~ .imgbox img:nth-child(83) {
  opacity: 1;
}

#j042W:checked ~ .imgbox img:nth-child(84) {
  opacity: 1;
}

#j043T:checked ~ .imgbox img:nth-child(85) {
  opacity: 1;
}

#j043W:checked ~ .imgbox img:nth-child(86) {
  opacity: 1;
}

#j044T:checked ~ .imgbox img:nth-child(87) {
  opacity: 1;
}

#j044W:checked ~ .imgbox img:nth-child(88) {
  opacity: 1;
}


.thumb li{
	position:relative;
}
.thumb li img{
	display:block;
	position:relative;
}

.thumb li:after{
	content:"";
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width: 104px;
	height: 105px;
	border: 8px solid #00226D;
}

#j001T:checked ~ .thumb li:nth-child(1):after{
  display: block;
}

#j001W:checked ~ .thumb li:nth-child(2):after{
  display: block;
}

#j002T:checked ~ .thumb li:nth-child(3):after{
  display: block;
}

#j002W:checked ~ .thumb li:nth-child(4):after{
  display: block;
}

#j003T:checked ~ .thumb li:nth-child(5):after{
  display: block;
}

#j003W:checked ~ .thumb li:nth-child(6):after{
  display: block;
}

#j004T:checked ~ .thumb li:nth-child(7):after{
  display: block;
}

#j004W:checked ~ .thumb li:nth-child(8):after{
  display: block;
}

#j005T:checked ~ .thumb li:nth-child(9):after{
  display: block;
}

#j005W:checked ~ .thumb li:nth-child(10):after{
  display: block;
}

#j006T:checked ~ .thumb li:nth-child(11):after{
  display: block;
}

#j006W:checked ~ .thumb li:nth-child(12):after{
  display: block;
}

#j007T:checked ~ .thumb li:nth-child(13):after{
  display: block;
}

#j007W:checked ~ .thumb li:nth-child(14):after{
  display: block;
}

#j008T:checked ~ .thumb li:nth-child(15):after{
  display: block;
}

#j008W:checked ~ .thumb li:nth-child(16):after{
  display: block;
}

#j009T:checked ~ .thumb li:nth-child(17):after{
  display: block;
}

#j009W:checked ~ .thumb li:nth-child(18):after{
  display: block;
}

#j010T:checked ~ .thumb li:nth-child(19):after{
  display: block;
}

#j010W:checked ~ .thumb li:nth-child(20):after{
  display: block;
}

#j011T:checked ~ .thumb li:nth-child(21):after{
  display: block;
}

#j011W:checked ~ .thumb li:nth-child(22):after{
  display: block;
}

#j012T:checked ~ .thumb li:nth-child(23):after{
  display: block;
}

#j012W:checked ~ .thumb li:nth-child(24):after{
  display: block;
}

#j013T:checked ~ .thumb li:nth-child(25):after{
  display: block;
}

#j013W:checked ~ .thumb li:nth-child(26):after{
  display: block;
}

#j014T:checked ~ .thumb li:nth-child(27):after{
  display: block;
}

#j014W:checked ~ .thumb li:nth-child(28):after{
  display: block;
}

#j015T:checked ~ .thumb li:nth-child(29):after{
  display: block;
}

#j015W:checked ~ .thumb li:nth-child(30):after{
  display: block;
}

#j016T:checked ~ .thumb li:nth-child(31):after{
  display: block;
}

#j016W:checked ~ .thumb li:nth-child(32):after{
  display: block;
}

#j017T:checked ~ .thumb li:nth-child(33):after{
  display: block;
}

#j017W:checked ~ .thumb li:nth-child(34):after{
  display: block;
}

#j018T:checked ~ .thumb li:nth-child(35):after{
  display: block;
}

#j018W:checked ~ .thumb li:nth-child(36):after{
  display: block;
}

#j019T:checked ~ .thumb li:nth-child(37):after{
  display: block;
}

#j019W:checked ~ .thumb li:nth-child(38):after{
  display: block;
}

#j020T:checked ~ .thumb li:nth-child(39):after{
  display: block;
}

#j020W:checked ~ .thumb li:nth-child(40):after{
  display: block;
}

#j021T:checked ~ .thumb li:nth-child(41):after{
  display: block;
}

#j021W:checked ~ .thumb li:nth-child(42):after{
  display: block;
}

#j022T:checked ~ .thumb li:nth-child(43):after{
  display: block;
}

#j022W:checked ~ .thumb li:nth-child(44):after{
  display: block;
}

#j023T:checked ~ .thumb li:nth-child(45):after{
  display: block;
}

#j023W:checked ~ .thumb li:nth-child(46):after{
  display: block;
}

#j024T:checked ~ .thumb li:nth-child(47):after{
  display: block;
}

#j024W:checked ~ .thumb li:nth-child(48):after{
  display: block;
}

#j025T:checked ~ .thumb li:nth-child(49):after{
  display: block;
}

#j025W:checked ~ .thumb li:nth-child(50):after{
  display: block;
}

#j026T:checked ~ .thumb li:nth-child(51):after{
  display: block;
}

#j026W:checked ~ .thumb li:nth-child(52):after{
  display: block;
}

#j027T:checked ~ .thumb li:nth-child(53):after{
  display: block;
}

#j027W:checked ~ .thumb li:nth-child(54):after{
  display: block;
}

#j028T:checked ~ .thumb li:nth-child(55):after{
  display: block;
}

#j028W:checked ~ .thumb li:nth-child(56):after{
  display: block;
}

#j029T:checked ~ .thumb li:nth-child(57):after{
  display: block;
}

#j029W:checked ~ .thumb li:nth-child(58):after{
  display: block;
}

#j030T:checked ~ .thumb li:nth-child(59):after{
  display: block;
}

#j030W:checked ~ .thumb li:nth-child(60):after{
  display: block;
}

#j031T:checked ~ .thumb li:nth-child(61):after{
  display: block;
}

#j031W:checked ~ .thumb li:nth-child(62):after{
  display: block;
}

#j032T:checked ~ .thumb li:nth-child(63):after{
  display: block;
}

#j032W:checked ~ .thumb li:nth-child(64):after{
  display: block;
}

#j033T:checked ~ .thumb li:nth-child(65):after{
  display: block;
}

#j033W:checked ~ .thumb li:nth-child(66):after{
  display: block;
}

#j034T:checked ~ .thumb li:nth-child(67):after{
  display: block;
}

#j034W:checked ~ .thumb li:nth-child(68):after{
  display: block;
}

#j035T:checked ~ .thumb li:nth-child(69):after{
  display: block;
}

#j035W:checked ~ .thumb li:nth-child(70):after{
  display: block;
}

#j036T:checked ~ .thumb li:nth-child(71):after{
  display: block;
}

#j036W:checked ~ .thumb li:nth-child(72):after{
  display: block;
}

#j037T:checked ~ .thumb li:nth-child(73):after{
  display: block;
}

#j037W:checked ~ .thumb li:nth-child(74):after{
  display: block;
}

#j038T:checked ~ .thumb li:nth-child(75):after{
  display: block;
}

#j038W:checked ~ .thumb li:nth-child(76):after{
  display: block;
}

#j039T:checked ~ .thumb li:nth-child(77):after{
  display: block;
}

#j039W:checked ~ .thumb li:nth-child(78):after{
  display: block;
}

#j040T:checked ~ .thumb li:nth-child(79):after{
  display: block;
}

#j040W:checked ~ .thumb li:nth-child(80):after{
  display: block;
}

#j041T:checked ~ .thumb li:nth-child(81):after{
  display: block;
}

#j041W:checked ~ .thumb li:nth-child(82):after{
  display: block;
}

#j042T:checked ~ .thumb li:nth-child(83):after{
  display: block;
}

#j042W:checked ~ .thumb li:nth-child(84):after{
  display: block;
}

#j043T:checked ~ .thumb li:nth-child(85):after{
  display: block;
}

#j043W:checked ~ .thumb li:nth-child(86):after{
  display: block;
}

#j044T:checked ~ .thumb li:nth-child(87):after{
  display: block;
}

#j044W:checked ~ .thumb li:nth-child(88):after{
  display: block;
}


ul.thumb a{
	position:relative;
	display:block;
	width: auto;
	padding:4px 10px;
	margin:10px auto;
	background:#00226D;
	color:#fff;
	border-radius:20px;
	text-decoration:none;
}

ul.thumb a:after{
	content:"";
	position:absolute;
	top: 4px;
	right:10px;
	display:block;
	width: 16px;
	height: 16px;
	background-size:100%;
	background-position:center;
	background-image:url("../wf/designfilm-image/link.svg");
}












/*
-------------------
  news
-------------------
*/

#page article.news{
	max-width:1180px;
	padding:0px 100px;
	padding-top:120px;
}

.news .box{
	margin-bottom:120px;
}

/*
-------------------
  movie
-------------------
*/

#page article.movie section{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#page article.movie .box{
	width: 29%;
	margin:1vw;
}

#page article.movie .box iframe{
	height: 15vw;
}

#page article.movie .box h2{
	padding:0;
	margin-bottom:0px;
	color:unset;
	font-size:1rem;
	text-align:left;
}

#page article.movie .box h2:before{
	display:none;
}

#page article.movie .box h2:after{
	display:none;
}

/*
-------------------
  contact
-------------------
*/

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

#page-404{
  padding: 120px 0px;
  /* padding-bottom:10px; */
  /* text-align:center; */
}

/*
-------------------
  footer
-------------------
*/

footer{
	z-index:900;
}

#topimage.contactbg{
	position:fixed;
	z-index:-1;
	
}

#contact-component{
	z-index:900;
	padding: 8vw 40px;
	backdrop-filter: blur(24px);
	background: #0e0e0e;
	text-align:center;
}

#contact-component h2{
	margin-bottom:40px;
	color:var(--main-bg);
	font-size:4rem;
	font-weight:bold;
	text-align:center;
}

#contact-component p{
color:var(--main-bg);
}

#contact-component a{
color:var(--main-bg);
	text-decoration:underline;
	
}

#contact-component a.button{
	/* width:100%; */
	margin:40px auto;
	text-decoration:none;
	border-color:color:var(--main-bg);
}

footer{
  background:#111;
	z-index:5000;
}

footer section{

  
}

footer small{

  display:block;
  padding:10px 0px;
  color:#fff;
  text-align:center;
  font-size:0.5rem;
}


.scrollbutton{
  display:none;
}


/*
-------------------
  tablet style
-------------------
*/
@media screen and (max-width:1100px){

  
}


/*
-------------------
  mobile style
-------------------
*/

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

body{

}

	input[type="submit"]{
		width:90%;
	}
  
#loading img.loading-logo{
  width: 22%;
}

#header-pc{
  display:none;
}

#header-mobile{
  display:block;
}

#menu-pc{
	display:none;
}

	.menu-content .discription{
		display:none;
	}
	
.wpcf7-list-item-label,
p,a,td,li,input,textarea,figcaption{
  font-size:3.6vw;
  line-height: 1.9;
  letter-spacing: 0rem;
}    

.sheeteffect .sheet{
	height: 24svh;
}

.sheeteffect .sheet.centerright{
	top: 35%;
}	

.sheeteffect .sheet.right{
	top: 35%;
}	

#metaslider_88{
	height: 100svh!important;
}

#page #metaslider_88{
	height: 17svh!important;
}	
	
#topimage .text{
	right:unset;
	left: 6vw;
	bottom:6vw;
}

#topimage .text h2{
	font-size: 25vw;
	text-align:left;
	letter-spacing:0.1vw;
	line-height: 0.8;
}

	#topimage .text p{
		font-size: 6vw;
		text-align:left;
		line-height:1.4;
	}

	#topimage .text p br{
	display:block;
}

	.circle-anime{
		bottom: -40%;
		left:unset;
		right: 10%;
		transform-origin: right bottom;
	}

#index-company{
	padding:0px;
    backdrop-filter: blur(4px);
}	

#index-company section{
	display:block;
	padding-left: 0px;
}	

#index-company section .text h2{
	font-size: 18vw;
	text-align:center;
}

#index-company section .text{
	width:auto;
	padding:30vw 6vw;
}	

#index-company section .text a.button{
	margin:auto;
}	

#index-company section .image{
	width:auto;
	padding:0;
	margin:auto;
}	

#index-news section h2{
	font-size: 18vw;
	text-align:center;
}
	
#index-news{
	padding: 30vw 6vw;
    backdrop-filter: blur(4px);
}	

#index-news section{
	display:block;
}	
#index-news section .text a.button{
	margin:auto;
}	

#index-news .link{
	margin-top:30vw;
	padding:0px;
}	
#index-news .link .box{
	display:block;
	margin:10vw 0px;
}	

#index-news .link .box p.date{
	font-size:3vw;
}
	
#index-news .link .box a{
	margin:0px;
	font-weight:bold;
}	

#index-movie{
	padding: 30vw 0vw;
    backdrop-filter: blur(4px);
}	
#index-movie h2{
	font-size: 18vw;
	text-align:center;
}

#index-movie h3{
	padding:0px 6vw;
}	

#index-movie section{
	display:block;
}	

#index-movie section .box{
	width:auto;
	margin:10vw 0px;
}
#index-movie section .box iframe{
	height:50vw;
}

#contact-component{
	max-width:unset;
	padding: 30vw 6vw;
	z-index:0;
}	

#contact-component h2{
	font-size: 18vw;
	text-align:center;
}	

	#contact-component p a,
#contact-component p{
	font-size:3vw;
}
	
#contact-component p a{
	display:block;
}

#page{
	/* padding-top: 15svh; */
}

	#page #topimage{
		top: -25%;
	}

	#page #metaslider-id-88{
		height: 20svh;
	}
	
#page main{
	display:block;
	margin-top:0px;
	padding-top: 112px;
}	

#page .pan{
	width:auto;
	padding: 0px 10px;
	top: 62px;
	left:0;
}

	#page .pan a span,
#page .pan a{
	font-size: 2.6vw;
}	

.breadcrumbs{
	font-size: 2.4vw;
}	
	
#page main .side{
	display:none;
}	

#page article{
	width:auto;
	padding: 4vw 0;
}	

#page article:has(.anchor){
	width:auto;
	margin-right: 18%;
}	

#page article.news{
	padding:0;
}
	
.single-style .anchor .wp-block-group__inner-container{
	top: 22%;
	left:unset;
	right:0px;
}	

.single-style .anchor .wp-block-group__inner-container a:after{
	display:none;
}	

#page article.movie .box{
	width:100%;
}	

#page article.movie .box iframe{
	height:50vw;
}	
	
.single-style h1{
  padding-left: 6vw;
  padding-right:0px;
  margin:0px;
  margin-bottom:10vw;
  font-size: 7vw;
	text-wrap: balance;
}  


.single-style h2{
  padding: 0px 4vw;
  margin:10vw 0px;
  font-size:7vw;
  /* text-wrap: balance; */
}  
.single-style h2:after{
	width:20%;
}	

.single-style h2.heading{
	font-size: 11vw;
	line-height:1;
	text-wrap: balance;
}	

	
.single-style h3{
  padding-left: 0vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-bottom:3vw;
  padding:0 4vw;
  text-wrap: balance;
}  

.single-style h4{
	padding:0 4vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
	margin-bottom:10vw;
	text-wrap: balance;
}  

.fgr-list h4{
	padding:2vw 4vw;
	margin-bottom:0;
}	

.single-style .markingfilm .box h4{
	font-size: 3.6vw;
}	

.single-style h5{
  padding-left: 0vw;
  padding-right:0px;
	padding-inline:4vw;
  margin:0px;
  margin-top:10vw;
	text-wrap: balance;
} 

.single-style h6{
  padding:2vw 3vw;
  margin:0px;
  margin-top:10vw;
	text-wrap: balance;
}     
  .single-style p{
    padding:0px 4vw;
  }
  .single-style .wrap p{
    padding:0px 4vw;
  }	
.single-style .contact{
	padding:0 4vw;
}
.single-style .contact section{
	flex-wrap:wrap;
}
	
	.single-style .contact section .box.yubin{
		width:70%;
	}
	
	.single-style .contact p{
		padding:0;
	}

	.single-style p.m-center{
		text-align:left;
	}

	.wp-block-columns.is-layout-flex.product-list p{
		padding:0 4vw;
	}

.single-style ul li{
  margin-left:0px;
}


  
  .single-style ol li{
  margin-left:0px;
}
  
.wp-element-caption{
 padding:0 4vw;
}  
  
.single-style ul{
  padding-left: 10vw;
  padding-right: 4vw;
  margin:0px;
}  

.single-style .formarea ul{
	padding:0;
}	

  .single-style ol{
  padding-left:10vw;
  padding-right:0px;
  margin:0px;
}  

.single-style iframe{
  width:100%;
  height:50vw;
}

  
.single-style blockquote{
  margin:10vw 0px;
  margin-left:6vw;
  padding:6vw;
}  

.single-style table{
  margin:10vw 0px;
}

.wp-block-table.table-minwidth table{
    width:800px;
}
	

	.table-mf651.fm table td:nth-child(odd){
	width: 7rem;
}

	.table-mf651 table td:nth-child(odd){
		min-width:unset;
		width: 6rem;
	}

	.wf-table.sf-table table td:first-child{
		min-width:100px;
	}

	.wf-table.sf-table table td:last-child{
		min-width:200px;
	}

	.single-style .inkjet .box{
		max-width:unset;
		min-width:unset;
		width: 100%;
		margin:20px 0px;
	}

	.single-style .inkjet .box h6{
		margin-top:0px;
	}

.single-style .inkjet .box p{
	line-height:1.4;
	color:#666;
	font-size: 0.7rem;
}
.single-style .wp-block-image.fit.wide{
	width:100%;
	height:90vw;
}

.single-style .anchor .wp-block-group__inner-container{
	margin-top: 0vw;
}
	
	.single-style .anchor .wp-block-group__inner-container a{
		margin: 1.3vh 0px;
		padding:0.1vw 2vw;
		font-size: 2.5vw;
	}

.single-style .markingfilm .box{
	width: 46%;
	margin:6vw 1%;
}	
.icon-set.wp-block-image img{
	height:auto;
}
	
.wf-image .wp-block-group__inner-container .wp-block-image{
	width:100%;
	margin-right:0px;
}	

	
.icon-set{
	width:auto;
	padding:0 20px;
}

	.wincos > .wp-block-group__inner-container{
	display:block;
	}

	.wincos .box{
		width:auto;
	}

	.single-style .wincos .box .wp-block-image{
		height: 64vw;
	}

	.single-style .wincos.deco .box .wp-block-image{
		height: 44vw;
	}

	.fgr-list table td{
		display:block;
		padding: 0px 10px!important;
	}



	.fgr-list table td:nth-child(even){
		width:auto;
	}

	.fgr-list.toriatsukai table tr{
		display:block;
		padding: 3vw 0;
	}

		.fgr-list.toriatsukai table td{
		padding:0px 10px!important;
			font-size:3vw;
	}

		.fgr-list table td:first-child{
		padding-top:10vw!important;
	}

	.fgr-list table td:last-child{
		padding-bottom:10vw!important;
	}

	.fgr-list.toriatsukai table td:first-child{
		font-size: 4.5vw;
	}

	.fgr-list.toriatsukai table td:first-child a{
		font-size:3vw;
	}

	.sylphide-items .box{
		width: 49%;
	}

	.single-style .has-text-align-center.m-align-left{
		text-align:left;
	}

	.single-style .formarea{
		padding:4vw;
		margin:4vw;
	}


.sekoujirei .wp-block-group__inner-container .wp-block-image{
	width: 46%;
	margin:1%;
}

	
	.toriatsukai-hinmoku{
		margin:6vw;
		margin-bottom:0;
		margin-top: 12vw;
	}
	.toriatsukai-hinmoku .wp-block-group__inner-container{
		justify-content:flex-start;
		margin:1vw 0;

	}

	.tent-list{
		margin:6vw;
	}

	.ts-bumon .box{
		width: 44%;
		margin:2%;
		background:#fff;
	}

	.ts-bumon .box .wp-block-group__inner-container h4{
		font-size:4vw;
	}

	.ts-bumon .box .wp-block-group__inner-container p{
		font-size:3vw;
	}

	.ts-bumon .box .wp-block-group__inner-container{

	}

	.curtain-list .wp-block-group__inner-container{
		display:block;
	}
	.curtain-list .wp-block-group__inner-container .curtain-list-box{
		width:auto;
	}

	.catalog-list .wp-block-group__inner-container .wp-block-image{
		width: 36%;
		margin:4vw;
	}

	.catalog-list .wp-block-group__inner-container 
	.wp-block-image figcaption{
		padding:0;
	}

	.foodcontainer .imgbox{
		min-height:unset;
		height:50vw;
		top: 0px;
	}

	.foodcontainer li{
		width: 23%;
		margin:1%!important;
	}

	.foodcontainer ul{
		padding:0;
	}

	.foodcontainer li img{
		width:100%;
		height:auto;
		aspect-ratio:1/1;
	}

	.wf-table.company table td{
		display:block;
	}

	.wf-table.company table td:first-child{
		width:auto;
		background:#e1e1e1;
	}

	.history .wp-block-group__inner-container,
.history .wp-block-column{
	margin-left:20px;
}
.history .wp-block-group__inner-container h4,
.history .wp-block-column h4{
	padding-left:8vw;
}

	
	.thumb li:after{
		width: 80%;
		height:auto;
		aspect-ratio:1/1;
	}
	
  .scrollbutton{
    display:block;
    position:fixed;
    z-index: 70;
    bottom: -15%;
    width:100%;
  }
  
.scrollbutton a{ 
  display:block;
  width:90%;
  height:auto;
  padding: 6vw 10vw;
  margin:auto;
  background:var(--red-color);
  border-radius:100px;
  color:#fff;
  font-weight:900;
  text-align:center;
}

  .scrollbutton.active{
    bottom:1%;
  }  

footer{
	z-index:0;
}
	
}

/*
-------------------
  print style
-------------------
*/
  
@media print {
 body{
   width:1080px;
 }
}









/*
-------------------
  global-styles-inline-css
-------------------
*/



body{
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
-wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;

}

.has-black-color{
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color{
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
                           }
  .has-white-color{
    color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-color{
    color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-color{
    color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-color{
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-color{
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-color{
    color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-color{
    color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-color{
    color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-color{
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-color{
    color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-background-color{
    background-color: var(--wp--preset--color--black) !important;
  }
  .has-cyan-bluish-gray-background-color{
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-background-color{
    background-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-background-color{
    background-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-background-color{
    background-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-background-color{
    background-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-background-color{
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-background-color{
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-background-color{
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-background-color{
    background-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-border-color{
    border-color: var(--wp--preset--color--black) !important;}
  .has-cyan-bluish-gray-border-color{
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-border-color{
    border-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-border-color{
    border-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-border-color{
    border-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-border-color{
    border-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-border-color{
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-border-color{
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-border-color{
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-border-color{
    border-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }
  .has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }
  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }
  .has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }
  .has-cool-to-warm-spectrum-gradient-background{
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }
  .has-blush-light-purple-gradient-background{
    background: var(--wp--preset--gradient--blush-light-purple) !important;
  }
  .has-blush-bordeaux-gradient-background{
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }
  .has-luminous-dusk-gradient-background{
    background: var(--wp--preset--gradient--luminous-dusk) !important;
  }
  .has-pale-ocean-gradient-background{
    background: var(--wp--preset--gradient--pale-ocean) !important;
  }
  .has-electric-grass-gradient-background{
    background: var(--wp--preset--gradient--electric-grass) !important;
  }
  .has-midnight-gradient-background{
    background: var(--wp--preset--gradient--midnight) !important;
  }
  .has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
  }
  .has-medium-font-size{
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  .has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
  }
  .has-x-large-font-size{
    font-size: var(--wp--preset--font-size--x-large) !important;
  }

  