﻿@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

body{
font-size:0.9rem;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: url(../img/logo-mark15.webp) top center;background-size: cover;background-attachment: fixed;
}
a{color:#333;text-decoration: none;}
.txt{width:98%;padding:0 1%;}
.start {

	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 500px;
}


.wrapper{width: 100%;}

#nav{
font-family: 'Jost', sans-serif;letter-spacing: 0.4em;
list-style-type: none;
	margin: 0 auto;
	padding:0;
	width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#nav li{padding:0 20px;}
#nav li a:hover{text-decoration:underline;}

#about{text-align:center;}

h2{margin:100px 0 50px;font-family: 'Jost', sans-serif;letter-spacing: 0.6em;display: flex;align-items: center;}
h2:before{
border-top: 1px solid #aaa;
content: "";
flex-grow: 1;
}
h2:after {
border-top: 1px solid #fff;
content: "";
flex-grow: 1;
}
h2:before {
margin-right: 1rem;
}
h2:after {
margin-left: 1rem;
}
h3{font-size:1.7em;color:#999;font-family: 'Jost', sans-serif;letter-spacing: 0.3em;}
.box ul{
list-style-type: none;
	margin: 20px auto;
	padding:0;
	width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box ul li{width:30%;padding:30px 20px;background: rgb(211 211 211 / 60%);border-radius: 10px;}
.box ul li p{border-top:1px solid #ccc;font-size:0.9em;margin:10px 0 0 0;padding:20px 0 10px;text-align:left;}

@media screen and (max-width: 899px) {
	.box ul{flex-direction: column;justify-content: center;}
        .box ul li{width:100%;margin:0 0 15px 0;}
	.box ul li p{text-align:center;}
}

#works{text-align:center;}
.box-d ul{
	list-style-type: none;
	margin: 20px auto;
	padding:0;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
.box-d ul li img{width:100%;}
.box-d ul li{width: 50%;margin:5px 0;padding:10px;box-sizing: border-box;}

@media screen and (max-width: 899px) {
.box-d ul li{display: flex;flex-direction:column;width:100%;}
.box-d ul li img{width:100%;}
}
.box-d ul li p{margin:10px 20px;text-align:left;}
.box-d ul li p a{}
.box-d ul li p a:hover{text-decoration:underline;color:#999;}

#contact{text-align:center;}
#formWrap {
	width:320px;
	margin:40px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: left;
}
input{padding:5px;}

#fade{display:none;}
.prof{
width:70%;
margin:50px auto;
}
.prof h5{font-size:30px;font-weight:normal;margin:10px 0 40px 0;}
.prof h5 span{font-size:18px;}
.prof h6{font-size:22px;margin:40px 0 10px 0;}


.fream01 {
max-width: 1160px;
    padding: 0;
    margin: 0 auto 80px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.square_btn {
	font-size:20px;
    display: inline-block;
    padding: 0.8em 10em;
    text-decoration: none;
    color: #8bb2bf;
    border: solid 2px #8bb2bf;
    border-radius: 3px;
    transition: .4s;
	text-decoration:none;
   margin:0 auto;
}
.square_btn:hover {
    background: #8bb2bf;
    color: white;
	text-decoration:none;
}

.square_btn1 {
	font-size:0.9em;
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    color: #333;
     border:none;
    border-radius: 3px;
    transition: .4s;
	text-decoration:none;
    background: #eee;
}
.square_btn1:hover {
    background: #aaa;
    color: white;
	text-decoration:none;
}
#access{text-align:center;}
.box-ac{
width:80%;
margin:0 auto;
}
@media screen and (max-width: 899px) {
.box-ac{width:100%;}
}

.fot{
width: 100%;
    margin: 0 auto;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 10px;
}
.name{font-size:1.8em;font-weight: bold;font-family: 'Jost', sans-serif;letter-spacing: 0.6em;}


p.gotop {
    position: fixed;
    right: 1%;
    bottom: 1%;
}
p.gotop a {
    display: block;
    width: 84px;
    height: 84px;
    font-size: 1.0em;
    background: rgba(211, 211, 211, 0.7);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: block;
    padding: 20px 0 0 5px;
    color: #333;
    text-align: center;font-family: 'Jost', sans-serif;letter-spacing: 0.4em;
}
.ya{
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(45deg);
}


.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media print{
body{
background-attachment: scroll;
background-repeat: no-repeat;
}
.gm-style img {
  max-width: none !important;
}
}