@charset "UTF-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
	line-height:170%;
	color:#333;
	margin:0;
	padding:0;
	background-color:#fff;
	font-feature-settings: "halt";
}
.en{
    font-family: "Josefin Sans", sans-serif;
}

a{
	color:#06F;
}
a:visited{
	color:#06C;
}
a:hover{
	color:#3399FF;
}

img{
	border:none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
table{
	width:100%;
}
table th,
table td{
	padding:6px;
}

form input,
form textarea{
	padding:10px; 
	font-size:1.3em; 
	border:solid 1px #ccc;
	border-radius: 3px;
}
form input[type="radio"]{
	width:20px;
}
form .form-error,
form .form-error p{
	text-align:center;
}
form .form-error ul{
	padding:0;
	color:#f00;
}
form .form-error ul li{
	display:inline;
}
form .form-error ul li:after{
	content:" / ";
}

.imgtxt{
	text-indent:-9999px;
	overflow:hidden;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.clear{
	clear:both;
}
.red{
	color:#f00;
}
.white{
	color:#fff;
}
.no-margin{
	margin:0;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.mawarikomi-l{
	float:left;
	margin:0 12px 12px 0;
}
.mawarikomi-r{
	float:right;
	margin:0 0 12px 12px;
}

.pc{
	display:inherit;
}
.smp{
	display:none;
}
.pc-center{/* PC時のみセンタリング */
	text-align:center;
}
.smp-center{
	text-align:left;
}

.flex{
	margin-bottom:2em;
	display:flex;
	flex-wrap:wrap;
}
.flex .col-2,
.flex .col-3,
.flex .col-4,
.flex .col-5,
.flex .col-6,
.flex .col-7,
.flex .col-8,
.flex .col-9,
.flex .col-10{
	box-sizing:border-box;
	padding:0 0.5em; 
}
.flex .col-12{
	box-sizing:border-box;
	padding:0 0.5em; 
	margin-bottom:2em;
}

.flex .col-2{/*5分割*/
	width:16.6%;
}
.flex .col-3{/*4分割*/
	width:25%;
}
.flex .col-4{/*3分割*/
	width:33%;
}
.flex .col-5{
	width:41%;
}
.flex .col-6{/*2分割*/
	width:49.9%;
}
.flex .col-7{
	width:59%;
}
.flex .col-8{
	width:67%;
}
.flex .col-9{
	width:75%;
	float:left;
}
.flex .col-10{
	width:83%;
}
.flex .col-12{
	margin-bottom:0;
	width:100%;
}

/*img*/
figure{
    padding: 0;
    margin: 0;
}
.img-responsive{
	height:auto;
	max-width:100%;
}
.img-full{
	width:100%;
	height:auto;
}

/* 全体レイアウト */
:root{
    --navwidth:220px;
    --fonten:"Josefin Sans", sans-serif;
    --boxnarrow_width:70%;
}
.box-narrow{
    width: var(--boxnarrow_width);
    margin: 0 auto;
}
.bx-wrapper{
    border: none;
    box-shadow: none;
}
article{
    margin-left: var( --navwidth );
    padding: 1.5vw;
    box-sizing: border-box;
}
#vis{
    position: relative;
}
#vis>h2{
    position: absolute;
    top:2em;
    left: 2em;
    font-size: 2.5vw;
    color: #fff;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0.15em;
}
#vis #slider>div{
    aspect-ratio: 10 / 6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#vis #slider>div:nth-child(1){
    background-image: url("../img/vis01.webp");
}
#vis #slider>div:nth-child(2){
    background-image: url("../img/vis02.webp");
}
#vis #slider>div:nth-child(3){
    background-image: url("../img/vis03.webp");
}
#vis #slider>div:nth-child(4){
    background-image: url("../img/vis04.webp");
}
nav#global {
    position: fixed;
    left: 0;
    top: 0;
    width: var( --navwidth );
    height: 100vh;
    background-color: #094275;
    box-sizing: border-box;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
nav#global ul {
    list-style-type: none;
    padding: 0;
}
nav#global ul li{
    margin: 2em 0;
}
nav#global ul li a{
    font-family: var(--fonten);
    color: #fff;
    text-decoration: none;
}
nav#global ul li:last-child{
    margin-top: 4em;
}

.section-title{
    text-align: center;
}
.section-title>p{
    font-family: var(--fonten);
    font-weight: normal;
    color: #094275;
    margin: 0;
}
.section-title>h2{
    margin: 0 0 4em 0;
}
#aboutus{
    padding: 8em 0;
}
#aboutus>p:first-child{
    margin-bottom: 6em;
}
#aboutus .item1{
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
}
#aboutus .item1 figure{
    width:45%
}
#aboutus .item1 .caption{
    font-size: 18px;
}
#speciality{
    background-color: #f7f0ed;
    padding: 2em;
}
#speciality .items{
    gap:5%;
}
#speciality .items>div{
    width: 45%;
    min-width: 250px;
    margin-bottom: 2em;
}
#speciality .items div.caption>h3{
    color: #094275;
    margin: 2em 0 1em 0;
    font-size: 1.5rem;
}
#speciality .items div.caption>h3:after{
    content: "";
    display: block;
    width: 1.6em;
    height: 2px;
    margin: 1em 0;
    background-color: #094275;
}

#services{
    padding: 6em 0 6em 0;
}
#services .item{
    margin: 2em auto 6em;
    border: 1px solid #577C9D;
    padding: 2em;
}
#services .item .flex{
    gap:5%;
}
#services .item .flex>figure{
    width:50%;
}
#services .item .flex>figure+.caption{
    width: 45%;
}

p.sub{
    font-family:  var(--fonten);
    font-weight: normal;
    color: #094275;
    margin: 0;
}
p.sub+h3{
    margin-top: 0;
    color: #094275;
    font-size: 1.5rem;
}
#services .sample{
    gap:4em;
    margin: 0;
}
#services .sample h4{
    font-family:  var(--fonten);
    color: #094275;
    font-weight: normal;
    padding-right: 4em;
    border-right: 1px solid #577C9D;
}
#member{
    padding: 4em 0 6em;
}
#member .items{
    margin: 6em auto;
    justify-content: space-between;
}
#member .items>div{
    width:27%;
}
#member .items>div h3{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0;
}
#member .items>div h3+p.sub{
    font-family:  var(--fonten);
    font-weight: normal;
    color: #094275;
    margin: 0 0 2em;
    text-align: center;
}
#member .group{
    margin: 4em auto 6em;
    gap:5%;
}
#member .group>div:first-child{
    width:25%;
    border-right: 1px solid #577C9D;
    box-sizing: border-box;
}
#member .group>div:first-child h3{
    margin-top: 0;
    font-family:  var(--fonten);
    font-weight: normal;
    color: #094275;
}
#member .group>div:last-child{
    column-gap:5%;
    margin-bottom: 0;
}
#member .group>div>figure{
    width: 35%;
}
#member .group>div>figure+div{
    width: 60%;
}
#member .group>div>figure+div>figure{
    width:50px;
}

#onlineshop{
    padding: 6em 0 6em;
}
#onlineshop .item{
    justify-content: space-between;
    border: 1px solid #577C9D;
    padding: 2em;
}
#onlineshop .item>figure{
    width: 50%;
}
#onlineshop .item>.caption{
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#onlineshop .item .caption p.sub{
    margin: 0;
}
#onlineshop .item>.caption .morelink{
    margin-top: 3em;
    margin-bottom: 0;
}
#onlineshop .item>.caption .morelink a{
    background-color: #094275;
    padding: .5em 4em;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}
#contact{
    background-color: #f7f0ed;
    padding: 4em 0 0;
}
#contact .qr{
    margin-bottom: 4em;
    text-align: center;
}
#contact .qr img{
    width: 140px;
}
#contact .imgs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}
footer .copyright{
    margin: 1.5vw 0 0 0;
    text-align: center;
    font-size: .8em;
}
/*  ドロワーメニュー */

.btn {
    background:transparent url(../img/smpbtn.gif) no-repeat 0 0;
	text-indent:-9999px;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.close {
    background-position: -35px 0;
}
