@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (min-width: 769px){
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 Serif JP', serif;
font-weight: 400;
font-style: normal;
color: #000000;
line-height:18px;
background:#E9E6DD;
}

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

li{
list-style:none;
}

a{
color:#000;
}

a:hover{
color:#333;
}

/*content
----------------------------------------------------*/
#header{
height:100px;
width:100%;
position:relative;
}

#head_logo{
width:110px;
padding:10px 0 0 0;
position:absolute;
top:0;
left:50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#head_logo img{
width:100%;
}

.flex1{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.menu_pc{
width:70%;
font-size:0.7vw;
padding-left:60px;
}

.menu_pc a,.menu_pc span{
padding:31px 7px;
text-decoration: none;
color:#000;
}

.menu_pc s{
color:#C9C2AC;
padding:31px 10px;
}

.menu_pc p:hover{
color:#FFF;
background:#000000;
}

.menu_sns{
position: absolute;
top:20px;
right:0;
font-size:0.6vw;
width:140px;
}

.menu_sns img{
width:24px;
}

.menu_sns p{
width:30%;
}

.lato{
font-family: 'Lato', sans-serif;
}

footer{
}

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

.flex4{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:110px;
	margin:30px auto 0;
}

.sns p{
width:50%;
}

.sns img{
width:24px;
}

.foot_menu{
text-align: center;
margin:30px 0 0 0;
}

.foot_menu span{
padding:0 20px;
}

.foot_menu a{
text-decoration: none;
color:#000;
font-size:0.6vw;
}

.foot_menu a:hover{
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}

.foot_menu s{
color:#C9C2AC;
}

.credit{
margin:30px 0 0 0;
}

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

/* button
----------------------------------------------------*/
.simple_square_btn6 {
display: block;
position: relative;
text-decoration: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.simple_square_btn6:hover {
cursor: pointer;
text-decoration: none;
-webkit-animation: simple_square_btn6 0.5s both;
-moz-animation: simple_square_btn6 0.5s both;
animation: simple_square_btn6 0.5s both;
}

@-webkit-keyframes simple_square_btn6 { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(1.1); transform: scale(1.1); }
}
@-moz-keyframes simple_square_btn6 { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(1.1); transform: scale(1.1); }
}
@keyframes simple_square_btn6 { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(1.1); transform: scale(1.1); }
}

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

/* decoration and adjust
----------------------------------------------------*/
.f900{
font-weight:900;
}

.f700{
font-weight:700;
}

.f400{
font-weight:400;
}

.f300{
font-weight:300;
}

.ita{
font-style: italic;
}

/*20230905*/
.price_table{
border-top:1px solid #333333;
border-left:1px solid #333333;
margin:0 auto;
max-width:960px;
font-size:1vw;
}

.price_table th,.price_table td{
border-bottom:1px solid #333333;
border-right:1px solid #333333;
padding:20px;
text-align:center;
}