@charset "UTF-8";

html {
font-size:62.5%;
}

body {
font-size:1.4rem;
font-family: 'Kiwi Maru', serif;
font-size:16px;
font-weight:500;
line-height: 1.5;
letter-spacing: 1px;
position:relative;
color:#222;

}

*, *::before, *::after {
box-sizing:border-box;
}

.cf::after {
content:'';
display:block;
clear:both;
}

.spnone {
display: none !important;
}

img{
width: 100%;
max-width: 100% !important;
vertical-align: bottom;
}

a{	text-decoration:none;}

a:hover{
transition-duration: 0.5s;
transition-delay: 0s;
transition-timing-function: ease-in;
}

img.imghover:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

a img:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

.all{
width:100%;
overflow:hidden;
}



/*header*/

.logo {
width:100%;
float:left;
margin-bottom:30px;
}
.logo img{
width:200px;
}

header{
width: 100%;
float: left;
clear: both;
}

.header_img{
position:relative;
}

.tel a{
position: fixed;
right: 10px;
top: 42px;
font-size: 30px;
z-index:9999;
color:#000;
}
/*header*/







/*nav*/

.pcnav {
width:100%;
float:left;
text-align:center;
}
.pcnav ul{
display: flex;
justify-content: center;
align-items: center;
margin-top: 36px;
}

.pcnav li a{
float: left;
display: block;
padding: 0 35px;
font-size: 16px;
color: #000;
font-weight: bold;
}
/*nav*/


/*text*/

h1{
font-weight:normal;
padding:15px;
margin-bottom:30px;

}

h2 {
position: relative;
display: inline-block;
padding: 0 50px;
text-align: center;
font-size: 22px;
font-weight: normal;
margin-bottom:30px;
}

h2:before,
h2:after {
position: absolute;
top: calc(50% - 1px);
width: 30px;
height: 7px;
content: '';
border-top: solid 2px #000;
border-bottom: solid 2px #000;
}

h2:before {
left: 0;
}

h2:after {
right: 0;
}


h3{
font-size: 26px;
border-bottom: 2px solid #000;
margin-bottom: 20px;
padding: 10px 0;
}

.sub_title{
position: relative;
padding: 1.5rem 0rem;
font-size:30px;
margin-bottom:15px;
}

.sub_title:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
content: '';
background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/*text*/

.centerbox{ 
display: flex;
justify-content: center;
}

.tc{
text-align:center;
}

.p{
text-align: justify;
text-justify: inter-ideograph;  
}

.mb_30{margin-bottom:30px;}
.mb_50{margin-bottom:50px;}
.mb_80{margin-bottom:80px;}


.pd_0{padding-bottom:0!important}


/*section*/

.bg_01{background:url(../images/bg/ricepaper_v3.webp)}
.bg_02{background:url(../images/bg/dust_scratches.webp)}
.bg_03{background:url(../images/bg/crossword.png)}


section{
width: 100%;
clear: both;
padding:0;
position:relative;
padding:30px 0;

}

section.pd100{
width: 100%;
clear: both;
padding:50px 0;
position:relative;
}


main{
width: 92%;
margin:0 auto;
position: relative;
z-index: 1;
}

.grid-50{
display:grid;
grid-template-columns:1fr;
gap: 30px;
position:relative;
}

.grid-100{
display:grid;
grid-template-columns:1fr;
position:relative;
}

/*section*/


.menu dt{
font-weight:bold;
}

.menu dd{
width:100%;
float:left;
margin-bottom:20px;
}

.option{
font-size:20px;
}








/*footer*/

footer{
width: 100%;
float:left;
text-align: center;
clear: both;
background: #000;
padding:10px 0;
color:#fff;
}




