@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (min-width: 960px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

html,
body{
width:100%;
height:100%;
}

html{
margin:0px;
padding: 0px;
font-size: 62.5%;
font-family: "noto-sans-cjk-jp","sans-serif","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
font-weight: 400;
font-style: normal;
color: #ffffff;
line-height:18px;
background:#000000;
}

body{
font-size:1.4rem;
}

body,p,div,ul,li,h1,h2,h3,h4,dl,dt,dd{
padding:0;
margin:0;
}

li{
list-style:none;
}

a{
color:#2EA6DF;
}

a:hover{
color:#369;
}

.mincho{
font-family: '游明朝';
}

/*content
----------------------------------------------------*/
.greeting{
width:90%;
margin:0 auto;
position: relative;
top:50px;font-size:1.4rem;
}

#header{
height:80px;
width:calc(90% - 4%);
background-color:#3C3C3C;
position:fixed;
z-index:999;
top:80px;
left:0;
right:0;
margin:0 auto;
padding:0 2%;
font-size:1.4rem;
border-radius:4px;
}

#head_logo{
width:10%;
position:relative;
}

.pcmenu{
width:53%;
padding:0 0 0 60px;
}

.lang{
width:7%;
text-align: right;
}

.social{
width:30%;
text-align: right;
}

#head_logo img{
width:100%;
}

.social img{
border:1px solid #FFFFFF;
}

.pcmenu a{
text-decoration:none;
color:#FFFFFF;
font-size:1.4rem;
font-family: "elmhurst", serif;
font-weight: 400;
font-style: normal;
}

.pcmenu a:hover{
color:#A1A01F;
}

#first{
position:relative;
padding-top:200px;
width:1000px;
margin:0 auto;
}

#first .inner{
text-align: center;
padding:0 0 60px 0;
}

#second{
position:relative;
padding-top:60px;
background:#1e1e1e;
}

#second .inner{
text-align: center;
padding:0 0 60px 0;
width:1000px;
margin:0 auto;
}

.sub{
margin-top:10px;
font-size:1.4rem;
}

.title{
margin-top:10px;
font-size:2.6rem;
font-family: "elmhurst", serif;
font-weight: 700;
font-style: normal;
}

.post{
margin-top:10px;
color:#d0c18a;
}

#instafeed{
width:80%;
margin:0 auto;
padding:0 0 100px 0;
}

#third{
position:relative;
padding-top:60px;
background:#d0c18a;
}

#third .inner{
text-align: center;
padding:0 0 100px 0;
width:1000px;
margin:0 auto;
}

#third .sub,#third .title{
color:#000000!important;
}

#map{
margin-top:60px;
}

.pagelink{
margin:60px 0 0 0;
}

.pagelink span{
padding-left:40px;
}

#fourth{
position:relative;
padding-top:60px;
}

#fourth .inner{
text-align: center;
padding:0 0 60px 0;
width:1000px;
margin:0 auto;
}

.logo_mid{
width:120px;
margin:60px auto;
}

ul.contact{
width:600px;
margin:0 auto;
}

.message{
background:#d0c18a;
padding:20px 0;
text-align: center;
font-size:3.6rem;
color:#141414;
font-family: "elmhurst", serif;
font-weight: 700;
font-style: normal;
}

.contact li{
text-align: left;
font-size:1.4rem;
margin:10px 0 0;
}

#profile{
max-width:710px;
margin:60px auto;
}

#profile div{
width:240px;
}

#profile p{
text-align: left;
font-size:1.4rem;
line-height: 2rem;
margin-top:20px;
font-family: "elmhurst", serif;
font-weight: 400;
font-style: normal;
}

#fifth{
position:relative;
padding-top:60px;
background:#1e1e1e;
}

#fifth .inner{
text-align: center;
padding:0 0 60px 0;
width:1000px;
margin:0 auto;
}

#fifth div.inner div{
padding:40px 0 0;
}

.co_phone p,.co_whats p,.co_dot p{
margin:10px 0 0;
}

.qrcode{
width:200px;
margin:20px 0;
}


footer{
background: #1E1E1E;
}

footer .inner{
margin:0 auto;
padding:20px 0 20px 20px;
text-align: center;
}

.arrow{
position:fixed;
bottom:5%;
right:3%;
width:40px;
height:40px;
z-index:9999;
}

/* button
----------------------------------------------------*/


/* spview
----------------------------------------------------*/

.spview{
display:none!important;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*画像透過*/
.alpha a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}

.alpha img {
-webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.clear{
clear:both;
}

.fbox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.fbox1{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
