@charset "utf-8";
/*
Theme Name: ※※_TITLE_※※
Version: 1.0
*/

/* *********************************
000:RESET
001:BASIC
002:HEADER
003:MAIN
004:FOOTER
005:
006:
007:
008:
100:RESPONSIVE
200:DRAWER
888:EXAMPLE
999:CLEARFIX
*********************************** */
/* *********************************
/* 000:RESET
*********************************** */
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,hr{
margin:0;padding:0;border:0;font-style:normal;font-weight:500;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}
html{overflow-y:scroll;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
input, textarea{margin:0;padding:0;}
ul{list-style:none;}
table{border-collapse:collapse; border-spacing:0;}
caption, th{text-align:left;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
input[type="button"],input[type="submit"] {-webkit-appearance: none;}
pre{overflow:auto;white-space:pre-wrap;word-wrap:break-word;}
a {text-decoration: none;}
/**********************************
/* 001:BASIC
************************************/
.rsp{width: 100%; height: auto;}
body{background-color: #f5f0e6;}
p, a, h2, h3, dt, dd, td, label {color: #3d3d3d; font-family:'しっぽり明朝B1', 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';}
img {display: block;}
/**********************************
/* 002:HEADER
************************************/
p, a, dt, dd, td, label {font-size:15px; line-height:30px;}
h2{font-size:30px; font-weight:800;}
h3{font-size:25px; font-weight:700;}
.hi_pc	{display:none;}

.header_inner_smp{
	width: 90%;
	max-width:1350px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.header_box {
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.header_inner_pc{display:none;}

.header_inner_smp h1 {
    width: 30%;
    max-width: 120px;
}

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

.hamburger-menu{
	position:fixed;
	right: calc((90vw - min(1350px, 90vw)) / 2 + 15px);
    z-index: 1000;
}

.menu-btn {
    position: relative;
    display: flex;
    height: 30px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 35px;
    background-color: #36454f;
    position: absolute;
}

.menu-btn span:before {
    bottom: 11px;
}
.menu-btn span:after {
    top: 11px;
}

#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-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(2px); /* 背景をぼかす */
    z-index: 70; /* メニューコンテンツ(z-index: 80)よりは下、通常のコンテンツよりは上 */
    opacity: 0; /* 初期状態では非表示 */
    visibility: hidden; /* 初期状態では非表示 */
    transition: opacity 0.5s ease, visibility 0.5s ease; /* アニメーション */
}

#menu-btn-check:checked ~ .menu-overlay {
    opacity: 1; 
    visibility: visible;
}


.menu-content {
    width: 100%;
	max-width:330px;
	height: 100vh;
    position: fixed;
    top: 0;
	right: -330px;
    left: auto;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #F5F5F5;;
    transition: all 0.5s;
}

.menu-content ul {
    padding: 80px 10px 0;
}
.menu-content ul li {
    list-style: none;
}

.menu-content ul li a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color:#3d3d3d;
    text-decoration: none;
    padding: 8px ;
    position: relative;
}


.menu-content ul li a:hover {
    opacity: 0.6;
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

.h_logo{
	width: 50%;
    margin-top: 20px;
    padding: 0 18px;
}

.top{
    background-image: url('../img/top.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
	width:100%;
	height: 130px;
}


/**********************************
/* 004:FOOTER
************************************/
.footer{
	margin-top:70px;
	background-color:#3d3d3d;
	padding:20px 0;
}

.footer_inner{
	width:90%;
	max-width:1350px;
	margin:0 auto;
}

.f_img p img{
	width: 30%;
    max-width: 120px;
}

.f_box01,.f_box02{
	margin-top:20px;
}

.f_box01 p,.f_box02 p{
	color:#999999;
	border-bottom: 1px solid #999999;
}

.fb_text,.f_box02 ul{
	margin-top:10px;
}

.fb_text p{
	color:#fff;
	border-bottom:none;
	font-size:15px;
}

.f_box02 ul {
	display: flex; 
	flex-wrap: wrap;
}

.f_box02 ul li {
 	width: 49%;
    margin-right: 1%; 
}

.f_box02 ul li a{
 	color: #fff; 
	font-size:15px;
}

.f_box02 ul li a:hover {
    opacity: 0.6;
}

.pp{
	border-top:1px solid #999999;
	margin-top:50px;
}	

.pp p {
	width:90%;
	max-width:1350px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	color:#999999;
}

.pp p a{
	color:#999999;
	font-size:15px;
}

.pp p a:hover {
    opacity: 0.6;
}

/**********************************
/* 100:RESPONSIVE
************************************/
@media screen and (min-width:768px){
/*header*/
p, a, dt, dd, td,label {font-size:17px; line-height:34px;}
h2{font-size:45px;}	
h3{font-size:35px;}	
	
.header_inner_smp {
    padding: 20px 0;
}	

.hamburger-menu	{display:none;}
.hi_pc	{display:block;}	

.header_box {
    align-items: center;
}	
	
.header_inner_smp h1{
	width: 50%;
	max-width: 140px;
}	
	
.hi_pc nav ul li {
	float: left; 
	margin-left: 15px; 
}
	
.hi_pc nav ul li:hover a {
	opacity: 0.6;
}
	
.hi_pc nav ul li a{
	font-size:15px;
}

.hi_pc nav::after {
	content: "";
	display: block;
	clear: both; 
}	
	
.top{
	height: 230px;
}	
	
	
/*footer*/
.footer {
	margin-top:130px;
    padding: 40px 0;
}	
	
.f_img {
  float: left;
  width: 25%;
}

.f_img p img {
	width: 50%;
    max-width: 140px;
}

.f_box {
	float: right;
	width: 63%;
}


.footer_inner::after {
	content: "";
	display: table;
	clear: both;
}
	


.footer_inner::after {
	content: "";
	display: table;
	clear: both;
}
	
.f_box01, .f_box02 {
    margin-top: 0px;
}	

.f_box01 {
 	float: left;
	width:45%;
	margin-right:5%;
}

.f_box02 {
	float: right;
	width:50%;
}
	
.pp{
	margin-top:80px;
}	

.pp p{
	justify-content: space-between;
    flex-direction: row;
}		
}


@media screen and (min-width:1024px){
/*header*/
.top{
	height: 345px;
}
	


}


@media screen and (min-width:1240px){
/*footer*/
	
.f_box02 ul li {
 	width: 30%;
    margin-right: 0; 
}

}

