@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;}


.header_inner_smp{
	width: 90%;
    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;
}



/**********************************
/* 003:MAIN
************************************/
.mv{
	margin-top:30px;
}

.mv h2{
	margin:0 auto;
	width:90%;
}

.mv img {
	height: 45vh;
	object-fit: cover;
	margin-top:20px;
}


.section_01{
	margin:70px auto 0;
	padding-top: 80vw; /* モバイル表示時の余白調整 */
	position: relative;
	width:90%;
	max-width:1350px;
}

.s01_text{
	margin:0 auto;
}

.s01_text p{
	margin-top:30px;
}

.s01_img01{
	position: absolute;
    /* img_01.png を背景として設定 */
    background-image: url('../img/img_01.png');
    background-size: cover; /* コンテナに合わせて画像を拡大・縮小し、トリミング */
    background-position: center; /* 画像を中央に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しをなしにする */
}

.s01_img02{
	margin-top:10vw;
    /* img_02.png を背景として設定 */
    background-image: url('../img/img_02.png');
    background-size: cover; /* コンテナに合わせて画像を拡大・縮小し、トリミング */
    background-position: center; /* 画像を中央に配置 */
    background-repeat: no-repeat; /* 画像の繰り返しをなしにする */
}

.s01_img01,.s01_img02{
    top: 0vw;
    width: 51vw;
    right: 0;
    height: 68vw;
}


.section_02{
	margin:70px auto 0;
	position: relative;
	padding-top: 70px;
	width:90%;
	max-width:1350px;
}


.s02_box01 .b_title {
	margin-bottom:30px;
	position: absolute;
	top:0;
}

.s02_box02 .b_title {
	margin-bottom:30px;
	position: absolute;
	top:0;
}

.b_text{
	margin-top:30px;
}


.btn {
	width:50%;
	max-width: 217px;
	border: 1px solid #3d3d3d;
	border-radius: 0;
	text-align: center;
	padding:10px;
	margin:30px auto 0;
}

.btn a{
	font-weight: 700;
}

.btn:hover{
	background:#3d3d3d;
}
.btn:hover a{
	color:#f5f0e6;
}

.s02_box02{
	margin:70px auto 0;
	padding-top: 70px;
    position: relative;
}

.s02_box02 .b_title {
    margin-bottom: 30px;
    position: absolute;
    top: 0;
}

.section_03,.section_04{
	margin: 70px auto 0;
}


.section_03{
	border-top: 1px solid #3d3d3d;   
	border-bottom: 1px solid #3d3d3d;
}

.contact{
	width:90%;
	max-width:1350px;
	margin:0 auto;
	padding:40px 0;
}

.contact .b_title{
	text-align: center;
}

.contact .b_title h3{
	margin-top:15px;
}

.contact p{
	text-align: center;
	margin-top:30px;
}

.contact .b_title p{
	margin-top:0;	
}	

.inner{
	max-width: 880px;
    margin: 30px auto 0;
}

.form_group li{
	margin-bottom:2%;
}

.form_group dt span{
	color:#cc002b;
	margin-left:5px;
}

textarea{
	border: none;
	width:100%;
	vertical-align: top;
}

.form_group ul li:not(:last-child) textarea {
  height:50px; 
}

.contact .pr{
	margin-top:10px;
}
.contact .pr a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #3d3d3d; 
}

.contact .pr a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;     
    width: 0;
    height: 1px;
    background-color: #3d3d3d;
    transition: width 0.3s cubic-bezier(0.45, 0, 0.55, 1); 
}
.contact .pr a:hover::after {
    width: 100%;
}


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

.b_content{
	margin-top:30px;
}

.b_box{
	margin:20px 0;
}

.b_box dd{
	margin-top:10px;
}

.b_box dd span{
	color: #7d7d7d;
}

.b_box a :hover dd {
	opacity: 0.6;
}


/**********************************
/* 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;
}

.map{width:100%; height:220px; margin-top: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:400px){
/*main*/
.mv h2 br{display: none;}
}


@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{display:none;}	
	
.header_inner_pc{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	width:90%;
	max-width: 1350px;
	margin:0 auto;
}	

.header_inner_pc .menu-content {
	right: -100%;
	transition: all 0.5s;
}	
	
.pc_left,.pc_right{
	margin-top:30px;
	width: 30%;
}	
	
.pc_left h1 {
    width: 50%;
    max-width: 140px;
}
	
.hb_text{
	margin-top:15px;
}

.hb_text p{
	font-size:13px;
	line-height: 24px;
}		
	
	
	
.pc_left nav ul li a{
	display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #3d3d3d;
    text-decoration: none;
	position: relative;
	transition: color 0.3s;
}
	
.pc_left nav ul li a:hover {
	text-decoration: none;
	color: #3d3d3d; 
}
	
.pc_left nav ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 0; 
	height: 1px;
	background-color: #3d3d3d; 
	transition: width 0.3s cubic-bezier(0.45, 0, 0.55, 1)	
}
	
.pc_left nav ul li a:hover::after {
 	width: 100%;
}
	
	
.hamburger-menu {
    position:fixed;
	z-index: 1000;
	right: calc((100vw - min(1350px, 90vw)) / 2 + 15px);
    top: 30px;
}
	
#menu-btn-check-pc:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);
}
    

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

/* メニューコンテンツをスライドインさせる */
#menu-btn-check-pc:checked ~ .menu-content {
	right: 0;
}	

.menu-content {
	max-width: 40%
}

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

.pc_right h2,.pc_right h2 span{
	writing-mode: vertical-rl;
	margin: 90px auto 0;
}

.pc_right h2 span{
	top: 5px;
	position: relative;
	font-weight: 800;
}
	
.hb_btn {
	width:75%;
	max-width: 150px;
	border: 1px solid #3d3d3d;
	border-radius: 0;
	text-align: center;
	padding:5px;
	margin:15px 0;
}

.hb_btn a{
	font-weight: 700;
	font-size:13px;
}

.hb_btn:hover{
	background:#3d3d3d;
}
.hb_btn:hover a{
	color:#f5f0e6;
}	
	
.h_logo{
	max-width:200px;
	margin-top:35px;
}		
	
	
/*main*/	
.mv{display:none;}
	
.main{
	margin-top:130px;
	padding-top:0;
}	
	
.section_01{
	padding:0;
	margin-top:130px;
}
	
.s01_text h3{
	margin-bottom:60px;
}	
	
.s01_text p {
    width: 50%;
    margin: 25px auto 0;
}	
	
.s01_img01, .s01_img02 {
	width: 21vw;
    height: 30vw;
	max-width: 300px;
    max-height: 390px;
}
	
.s01_img02 {
	position: absolute;
	left:0;
	top:15vw;
}

.section_02,.section_03,.section_04	{
	margin-top:130px;
	padding:0;
}
	
.s02_box02 {
    margin-top: 130px;
    padding-top: 0px;
}	
	
.s02_box01,.s02_box02{
	overflow: hidden;
	
}	
	
	
.s02_box01 p img,.s02_box02 p img{
	width: 45%;
	max-width:430px;

}
	
.s02_box01 p img{
    float: left;
	margin-right:5%;
}

.s02_box02 p img{
    float: right;
	margin-left:5%;
}	

.s02_box01 .s02_content,.s02_box02 .s02_content{
	width:50%;
}	
	
.s02_box01 .s02_content{
	float:right;
}
	
.s02_box02 .s02_content{
	float:left;
}

.s02_box01 .b_title,.s02_box02 .b_title{
	position: static;
}
	
.s02_box01 .btn,.s02_box02 .btn{
	width:52%;
	margin-top:50px;
	float:left;
}	

.contact{
	padding:80px 0;
}
	
.contact p {
    margin-top:50px;
}
	
.contact .b_title p{
	margin-top:0;	
}	
	
.inner {
    margin-top: 60px;
}	
	
.form_group dl {
	display: flex;
	align-items: center;
}
	
.form_group li.last dl {
  	display: flex;
	align-items: flex-start;
}
	
.form_group dt {
	width: 27%;
	margin-right:3%;
	flex-shrink: 0; 
}
	
.form_group dt span {
	float:right;
}
	
.form_group li.last dt {
  	padding-top:1.5%;
}	

	
.form_group dd {
 	flex-grow: 1;
}

.form_group ul li:not(:last-child) textarea {
    height: 65px;
}
	
.inner .btn{
	margin-top:40px;
}
	
.b_content {
    display: flex;
    justify-content: space-between; 
    margin-top: 60px;
  }
  
.b_box {
	width: 30%; 
	margin: 0; 
}	
	
.b_box dd {
    margin-top: 20px;
}
	
	
/*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*/
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    width: 40px;
}

.menu-content ul {
    padding: 100px 30px 0;
}
	
.h_logo{
	padding:0 38px;
}	

/*footer*/
	


}

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

}

@media screen and (min-width:1440px){
/*header*/	
.pc_left nav {
	margin-top: 32%;
}		
	
/*main*/
	
.s01_img02 {
	top: 0vw;
}
	
	
	
.s02_box01 .s02_content, .s02_box02 .s02_content {
	width: 60%;
}
	
.btn{
	margin-top:60px;
}		
	

}

