/*
Theme Name: ORIGINAL
*/

* {
margin: 0;
padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


html {
font-size: 100%;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;
	
}

ul, li{
list-style:none;
}



img{
display:block;
	width:100%;
	height:auto;
}

a{
	color:#000;
	text-decoration:none;
}


body {
	color:#000;
	line-height: 180%;
	font-family: Helvetica, sans-serif;
}










#content{
	padding:0 40px;
}


#main{
	position: fixed;
	height:100%;
	top: 0;
	left: 0px;
	width: 40%;
	padding: 40px;
}




#main .logo{
	
}


.link_list{
	margin-top:50px;
	line-height: 180%;
	font-weight:100;
}


.link_list a{
line-height:130%;
	font-size:10pt;
}

.category_list{
	font-weight:100;
	margin-top:30px;
}

.category_list span:last-child{
	display:none;
}

.category_list .title{
	display:block;
}

.category_list .title p{
	font-size:11pt;
	font-weight:bold;
}

.category_list a{
	line-height:130%;
	font-size:10pt;
}


.pdf_button{
	margin-top:30px;
}

.pdf_button a{
	font-size:10pt;
	font-weight:bold;
	border:2px solid #000;
	display:inline-block;
	padding:2px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.pdf_button a span{
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: -1px;
	margin-left:6px;
}



.pdf_button a span .cls-1{
	fill:none;
	stroke:#000000;
	stroke-linecap:round;
	stroke-linejoin:round;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.pdf_button a:hover{
	background:#000;
	color:#fff;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.pdf_button a:hover span .cls-1{
	stroke:#ffffff;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}






.sub_menu{
	position: absolute;
	bottom:20px;
}

.sub_menu a{
	margin-right:20px;
	font-weight:bold;
}












#accordion{
	position: absolute;
	top: 0;
	right: 0px;
	width: 60%;
	padding: 8px 40px 100px;
}









.ac_box{
	border-bottom:2px solid #000;
}



.ac_box .title p{
	font-size:3vw;
	font-weight:bold;
}



.ac_box .st-content{
	padding-bottom:20px;
}


.ac_box .dt_box .title_content{
padding:0 50px 0 0px;
}



/* アコーディオン */

.st-accordion{
	width:100%;
	margin: 0 auto;
	
}




.st-accordion div.ac_box > a {
	font-size: 30px;
	display: block;
	position: relative;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}


.st-accordion div.ac_box > a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}

.st-accordion div.ac_box > a{
	font-size: 30px;
	display: block;
	position: relative;
	outline:none;
	-webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}

.st-accordion div.ac_box > a .dt_box{
	padding: 40px 0;
	position: relative;
	z-index: 999;
}




.st-accordion div.ac_box > a .title p span.sub_title{
	font-size:13pt;
}

.st-accordion div.ac_box > a span.st-arrow{
	text-indent:-9999px;
}

.st-accordion div.ac_box > a span.st-arrow{
	position: absolute;
	width: 28px;
	height: 28px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.st-accordion div.ac_box > a span.st-arrow:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-animation:r2 .5s ease-in forwards;
	-ms-animation:r2 .5s ease-in forwards;
	-o-animation:r2 .5s ease-in forwards;
	-webkit-animation:r2 .5s ease-in forwards;
	animation:r2 .5s ease-in forwards;
}

.st-accordion div.ac_box > a span.st-arrow:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.arrow.rotate:after {
	top: 14px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}


.st-accordion div.ac_box.st-open > a span.st-arrow:after{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}




.i_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.i_box:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom:none;
}





.i_box .im{
	width:20%;
	padding-right:25px;
}

.i_box .detail{
	width:60%;
	padding-right:25px;
}

.i_box .detail >  p{
	font-size:1.6vw;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	color:#939190;
}

.i_box .detail p b{
	display:block;
	color:#000;
}

.i_box .detail p a{
	color:#939190;
	font-size:1.1vw;
	display:inline-block;
}



.i_box .price{
	width:20%;
	text-align:right;
}


.i_box .price p{
	font-size: 1.8vw;
	font-weight: bold;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}





#page_content{
	position: absolute;
	top: 0;
	right: 0px;
	width: 60%;
	padding: 55px 40px 100px;
}





.page_title{
	margin-bottom:30px;
}

.page_title p{
	font-size: 3vw;
	font-weight: bold;
}


.about_text p{
	font-size:10pt;
	letter-spacing:1px;
	line-height:220%;
}


#contact_sec{
	padding-top:60px;
}

.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #333;
	outline: none;
	padding: 8px;
	width: 50%;
	border: 1px solid #ccc;

}


.contact_form textarea{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	outline: none;
	padding: 8px;
	width: 80%;
	height: 200px;
}


.contact_form input[type="submit"] {
	cursor: pointer;
	border: none;
	color: #000;
	font-size: 9pt;
	outline: none;
	padding: 8px;
	width: 80%;
	background-color: #fff;
	border: 1px solid #ccc;
	letter-spacing: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-ms-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-o-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	transition: 0.4s cubic-bezier(.42, 0, .58, 1);
}




.contact_form ul{
	margin-bottom:25px;
}



.contact_form ul li.title p{
	font-size:10pt;
	letter-spacing:2px;
}

.contact_form ul li.title p span{
	color:red;
}



.contact_form .wpcf7-not-valid-tip {
	font-size:10pt;
	letter-spacing:2px;
}




.sp_img{
	display:none!important;
}










@media screen and (max-width: 612px) {
	
	
	
	.sp_img{
	display:block!important;
}

.pc_img{
	display:none!important;
}



#sp_header{
	padding:30px 0 0;
}

#sp_header .logo{
	width:80%;
	display: inline-block;
}








.sub_grand_menu{
	display:block;
	position: fixed;
	top: 36px;
	right: 24px;
	margin-top:-20px;
	z-index: 9999;
	width: 40px;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}

.sub_grand_menu.active{
	opacity: 1;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}

#page .sub_grand_menu{
	opacity: 1;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu p{
	text-align:center;
	color:#fff;
}


.sub_grand_menu.sub_grand_menu_ani{
	position:fixed;
	top:0px;
	z-index: 9999;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 2px;
	margin:0px 0 0 -13px;
	background: #000;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}


.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 2px;
	background: #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}


.sub_grand_menu .button-navi-icon:before {
	margin-top: -9px;
}

.sub_grand_menu .button-navi-icon:after {
	margin-top: 8px;
}

.sub_grand_menu_top{
	padding: 25px 0px;
	overflow:hidden;
}

.sub_grand_menu_top .sub_menu ul li{
	display: inline-block;
	padding:0 20px;
}


.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
	margin-top: 0;
	background: #000;
}

.sub_grand_menu .button-navi-icon.close:after {
	
}


.button-navi-icon.close:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-navi-icon.close:before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.button-navi-icon.close {
	background: transparent;
}



.button-close{
	position:absolute;
	padding: 25px 0px;
	width: 40px;
	top: 0;
	z-index:-9999;
}






#menu_index{
	position:fixed;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index: 9998;
}



.menu_index_inner .logo{
	text-align: center;
	margin-top:60px;
}

.menu_index_inner .logo p{
	display:inline-block;
}


.menu_index_inner{
	width: auto;
	height: 100%;
	overflow: scroll;
	margin: 0 auto;
	position: relative;
	padding: 80px 30px;
}


.sp_category .title p{
	font-size:15pt;
	font-weight:bold;
}

.sp_category .list{
	margin-top:5px;
}

.sp_category .list a{
	border:1px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right:6px;
	margin-bottom:4px;
	padding:0px 8px;
	font-size:9pt;
	font-weight:bold;
	display: inline-block;
}

.sp_category {
	margin-bottom:30px;
}


.sp_menu ul li a{
	font-size:15pt;
	font-weight:bold;
}



.pdf_button a {
	border:1px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10pt;
	font-weight: bold;
	display: inline-block;
	padding: 2px 20px;
}














#main {
	display:none;
}


#accordion {
	position: static;
	width: 100%;
	padding: 0px 0px 100px;
}

#content {
	padding: 0 30px;
}



.ac_box .title p {
	font-size: 16pt;
}


.i_box .im {
	width: 30%;
	padding-right: 15px;
}

.i_box .detail {
	width: 70%;
	padding-right: 0px;
}

.i_box .detail > p {
	font-size: 13pt;
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform:none;
}


.i_box .detail p a {
	font-size: 10pt;
}

.price_sp p{
	font-size: 11pt;
	font-weight:bold;
}






#page_content {
	position: static;
	width: 100%;
	padding: 40px 0px 100px;
}

.page_title p {
	font-size: 15pt;
}




.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"] {
	width: 100%;
}

.contact_form textarea {
	width: 100%;
}


.contact_form input[type="submit"] {
	width: 100%;
}

#footer{
	padding:20px 30px;
}

.copy{
	font-size:9pt;
}


}













