@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Sawarabi Mincho', sans-serif , 'Nixie One', cursive!important;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #888 !important;
}
a:active, a:hover {
  outline: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
/* =======================================================
* 	header
* ======================================================= */
#header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
  font-family: 'Nixie One', cursive;
}
#header-section {
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
}
#logo {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 10px;
  left: 2%;
  max-width: 30%;
}
#logo img {
  width: 100%;
  height: auto;
}
#logo a:hover, #logo a:focus {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #logo {
    text-align: center;
    max-width: 100%;
  }
  #logo img {
    width: 100%;
  }
}
@media screen and (max-width : 480px) {
  #logo img {
    width: 70%;
  }
}
/* =======================================================
* 	menu
* ======================================================= */
.c-header {
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;	
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0 2% 0 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #000;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 0px;
}

.c-header__list-link:hover {
  filter: opacity(0.6);
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
	margin-right:20px;
    flex-direction: column;
    gap: 5px;
    height: 35px;
    justify-content: center;
    width: 35px;
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 20px;
}

@media screen and (max-width: 768px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); 
    transform-origin: 0%;
  }
}
/* =======================================================
* 	hero
* ======================================================= */

@media screen and (min-width: 768px) {
#tophero .cover{
  position: relative;
  height: 600px;
background-size: 100%;
	font-family: 'Nixie One', cursive;
	text-align: center;
}
#tophero .cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -200px;
  z-index: 2;
  color: #FFF;
}
#tophero .cover .desc h2 {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
	color: #fff;
}
#hero .cover{
  position: relative;
  height: 300px;
background-size: 100%;
text-align: center;	
}
#hero .cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -30px;
  z-index: 2;
  color: #FFF;
}
#hero .cover .desc h2 {
font-family: 'Nixie One', cursive;
	text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
	font-weight: 800;
color: #fff;
}
}
@media screen and (max-width : 767px ){
#tophero .cover{
  position: relative;
  height: 400px !important;
background-size: 100%;
	font-family: 'Nixie One', cursive;
	text-align: center;
}	
#tophero .cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -90px;
  z-index: 2;
  color: #FFF;
}
#tophero .cover .desc h2 {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
	color: #fff;
}
#tophero .cover .desc img {
	width: 40%!important;
	
	}	
#hero .cover{
  position: relative;
  height: 300px;
background-size: 100%;
text-align: center;	
}	
#hero .cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -20px;
  z-index: 2;
  color: #FFF;
}	
#hero .cover .desc h2 {
font-family: 'Nixie One', cursive;
	text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
	font-weight: 800;
color: #fff;
}
}

/* =======================================================
* 	共通
* ======================================================= */
#top-info,
#top-ourwork,
#top-workshop,
#gallery,
#compe-section,
#about-section,
#kumu-section,
#company-section,
#school,
#cancel-section,
#privacy-section,
#calendar-section,
#work-section,
#order-section,
#form-section,
#contact,
#thanks
{
  padding: 7em 0.5em ;
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 4em;
	position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
	float: left;
	width: 83.33333%;
	margin-left: 8.33333%;
	text-align: center;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #999999;
}
.heading-section h3 {
	font-family: 'Nixie One', cursive;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

.section-gray {
  background: rgba(0, 0, 0, 0.04);
}
#form-section .container{
	padding: 0 10%;
}
#form-section .content{
	width:100%;
}


.left-pic{
	vertical-align: top;
	display: inline-block;
	width:33%;
	padding-right: 10px;
}
.left-pic img{
width:100%;
	}
.right-text{
	vertical-align: top;
	display: inline-block;
	width: 65%;
	padding-left: 30px;
}

.right-pic{
	vertical-align: top;
	display: inline-block;
	width:33%;
	padding-left: 10px;
}
.right-pic{
	vertical-align: top;
	display: inline-block;
	width:43%;
	padding-left: 10px;
}
.right-pic img{
width:70%;
	}

.left-text{
	vertical-align: top;
	display: inline-block;
	width: 65%;
	padding-right: 10px;
}
.left-text{
	vertical-align: top;
	display: inline-block;
	width: 53%;
	padding-right: 10px;
}
.small{font-size: 14px;}
@media screen and  (max-width: 767px) {
	.left-pic , .right-pic{
	display:block;
	width:40%;
	padding-right:0;
		text-align: center;
}
.left-pic img , .right-pic img{
width:40%;
	padding-bottom: 30px;
	}
.right-pic img{
	
width:40%;
	padding-bottom: 30px;
	}
.right-text , .left-text{
	display:block;
	width: 100%;
	padding:0 30px;
}
}
.button{
	background:#333;
	padding:3px 10px 3px 10px;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 4px;
	border: 0;
	outline: 0;
	font-size:10px;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	text-align: center;
}


.button.icon:before {
	position: relative;
	padding-right: 0.75em;
	opacity: 0.5;
	top: 0.05em;
		}

.button:hover {
	background: #ccc;
		}

.button:active {
	background: #fff;
		}

@media screen and (max-width : 767px ){
#top-info,
#top-ourwork,
#top-workshop,
#gallery,
#compe-section,
#about-section,
#kumu-section,
#company-section,
#school,
#cancel-section,
#privacy-section,
#calendar-section,
#work-section,
#order-section,
#form-section,
#contact,
#thanks
{
  padding: 3em 0.5em ;
}

}

/* =======================================================
* 	index
* ======================================================= */
#top-info .content{
	padding:0 30px;
	text-align: left;
	overflow-y: scroll;
	height: 250px;
}

#top-info .content dl dt{
	width: 25%;
	margin-bottom:1em;
	border-bottom:1px dotted #ddd;
	padding-bottom: 10px;
font-size: 16px;
	display: inline-block;
}
#top-info dl dd{
	margin-left: 0px;
	margin-bottom:1em;
	border-bottom:1px dotted #ddd;
	padding-bottom: 10px;

display: inline-block;
	width:70%;
}
.workmenu{
	display: inline-block;
	width: 30%;
	text-align: center;
	}
.workmenu img{
	object-fit: cover;
	width:80%;
	height:200px;
}
.workmenu h4{
	font-size: 18px;
	padding: 10px 0;
	margin:0;
}
.menu-box{
	display: inline-block;
	width:48%;
	margin:5px;
	text-align: center;
	font-weight: bold;
	height: 200px;
}

.grid {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative; 
}
.grid .image-popup {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
 
}

.grid .image-popup .prod-title {
  top: 32%;
  bottom: 20px;
  left: 20px;
  right: 20px;
position: absolute;
  margin-top: -25px;
}
.grid .image-popup .prod-title h3 {
	font-family:  'Nixie One', cursive;
  margin-bottom: 4px;
  color: #fff;
  font-size: 30px;
	font-weight:700;
	text-shadow:1px 1px 0 #666, -1px -1px 0 #666,
              -1px 1px 0 #666, 1px -1px 0 #666,
              0px 1px 0 #666,  0 -1px 0 #666,
              -1px 0 0 #666, 1px 0 0 #666;
}
.grid .image-popup .prod-title span {
  color: #fff;
	font-weight: 700;
	text-shadow:1px 1px 0 #666, -1px -1px 0 #666,
              -1px 1px 0 #666, 1px -1px 0 #666,
              0px 1px 0 #666,  0-1px 0 #666,
              -1px 0 0 #666, 1px 0 0 #666;
}

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

#top-info dl dt{
	width: 100%;
	padding-bottom:0!important;
	margin-bottom: 0!important;
	border-bottom: none!important;
}
#top-info dl dd{
	width: 100%;
	border-bottom:1px dotted #ddd;
padding-bottom: 10px;

	}
	.workmenu{
	display: block;
	width: 100%;
	}
	.menu-box{
	display:block;
	width:100%;

}
}

/* =======================================================
* 	about
* ======================================================= */
#about-section .content{
	padding: 50px 0;
	border-bottom:1px solid #eee;
}
#about-section h4{
	font-size: 18px;	
}
#about-section h5{
	font-weight: 700;
	border-top:2px dotted #ccc;
	padding: 20px 0 20px 0;
	margin-top:40px;
	margin-bottom:0;
	font-size:18px;
}
#about-section .title{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 8px;
	border-left: solid #ccc 5px;
}
#about-section .sub-title{
	margin-top: 20px;
	margin-bottom: 10px;
}
#about-section .sub-title::before{
	content:"◆ "
}

#about-section ul{
	padding: 0;
	margin: 0;
}
#about-section li{
	list-style: none;
	padding-bottom: 15px;
	margin-left: 0;
}
#about-section li span{
	display: block;
}
#company-section table {
  border-collapse: collapse;
  width: 100%;

}
#company-section .content{
	padding: 0 10%;
}
#company-section th, #company-section  td {
  border-bottom: 2px solid #eee;
  padding: 1em;
}
#company-section th {
  border-bottom: 2px solid #eee;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}
@media screen and (max-width : 767px ){
	#company-section .content{
	padding: 0 3%;
}
}
/* =======================================================
* 	school 
* ======================================================= */

#school .content{
	padding: 40px 20px;
}
#school h4{
	border-bottom: #C2C2C2 1px solid;
	text-align: left;
	font-size: 20px;
	padding-left: 20px;
}
#school h5{
	font-size: 16px;
	margin-bottom: 10px;

}
#school .new-class{
	padding-bottom: 40px;
	
}
#school .new-class .title1{
	border-bottom: 1px #ccc solid;
	font-size: 20px;
	font-weight: 500;
} 
.school_term{
	text-align: left;
	overflow-y: scroll!important;
	height: 250px;
	font-size: 13px;
	line-height: 130%;
	border: 1px solid #ccc;
	width:90%;
}
.gc-wrap {
    max-width: 1000px;
    margin: 3% auto;
}
.g-calendar {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-bottom: 70%;
}
 
.g-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width : 767px ){
	#school .content{
	padding: 20px 0;
}
}
/* =======================================================
* 	workshop
* ======================================================= */
#work-section h4{
	border-left: solid 5px #aaa;
	padding-left: 10px;
	
}
/* =======================================================
* 	contact 
* ======================================================= */
#contact .contact-info {
  margin: 0;
  padding: 0;
}
#contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.8);
}
#gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
#gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* =======================================================
* 	gallery
* ======================================================= */
#gallery_box{
	width:100%;
	overflow:scroll;
	padding:0;
	text-align: center;
}
#gallery_box ul{
	margin:0;
	padding:0;
}

#gallery_box li{
	width:16.6666%;
	height:auto;
	float:left;
	background:none;
	padding:0 8px 0 0;
	margin:0 0 8px 0;
	list-style:none;
	
}
#gallery_box li a{
	display:block;
}
#gallery_box ul li a img{
	width:100%;
	height:auto;
}
@media screen and (max-width : 767px ){
	#gallery_box li{
	width:25%;
	height:auto;
}
}

/* =======================================================
* 	privacy
* ======================================================= */
#privacy-section{
	font-size: 14px;
}
#privacy-section p{
	padding-top: 20px;
}
#privacy-section .content{
padding: 0 5%;

}
/* =======================================================
* 	thanks
* ======================================================= */
#thanks .container{
	padding:30px 0;
	text-align: center;
}

/* =======================================================
* 	footer
* ======================================================= */
#footer {
  background: #fff;
  padding: 60px 0 40px;
text-align: center;
}
#footer p {
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#footer p a {
  color: rgba(0, 0, 0, 0.8);
}
.social-icons > a {
  padding: 4px 10px;
  color: #ccc;
}
.social-icons > a i {
  font-size: 26px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
  text-decoration: none;
  color: #999 !important;
}
#footer .inner{
	width: 100%;
	margin-top: 40px;
}
#footer .inner-left {

	display: inline-block!important;
    width: 49%;
    margin: 0;
	text-align: left;
	font-size: 13px;
}
#footer .inner-right {
	display: inline-block!important;
    width: 49%;
    margin: 0;
	text-align: right;
	font-size: 13px;
}