html{

font-size: 1.2vw;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	background: #fffdf8;
}
a{
	text-decoration: none;
}

.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.gold{
	color:#DBB400;
	font-size: 1.2em;
	/*
	color: #DA8E00;
background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/
}
.red{
	color:#b72d44;
}
.bg-red{
	background:#b72d44;
color:#fff;
padding:2px 5px;
}

.t80{
	width: 80%;
	max-width: 1300px;
}
.h2-under{
	border-bottom: 1px solid #e69fb1;
	font-size: 15px;
}

.eng{
	font-size: 0.8em;
	color: #b8a56e;
}
#header{
overflow:hidden;
padding:0px 0px -0px 0px;
position: fixed!important;
top:0;
left: 0;
width:100%;
z-index: 100;
transition: .3s;
background:#efe8d9;

}
.pch{
	height: 80px;
margin:0 auto;
width:100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.mb{
	display: none;
}
.h-t{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo{

	margin: 0;
  display: block;
}

.logo-big{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
background: #a68b62;
}

.company-name{
	font-weight: lighter;
	font-size: 15px;
	margin: 0px;
}
.company-name2{
	font-size: 15px;
	margin: 0px;
}
.logo-big a{
	text-align: center;
}
.logo-big a h1{
	margin: 0;
	height: 50px;
}
.logo-big a h1 img{
	width: 100px;
	margin:0 20px;
}
.name{

}
.company-name2 img{
	width: 100%;
	max-width: 220px;
}
.top-info{
	display: flex;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #a68b62;
	margin:0;
	font-size: 20px;
	text-align: center;
	align-items: center;
}

.top-info .phone {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color:#fff;
	position: relative;
	display: inline-block;
	transition: .3s;
margin:0px  20px;

}


.top-info .phone::after {
  position: absolute;
  bottom: .2em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: .2s;
}
.top-info .phone:hover::after {
  bottom: 0;
  opacity: 1;
}
.top-info a img{
	width: 35px;
	height: 35px;
	margin:0px 15px;
}
#menu-box{
margin:0 auto;
}
/* ---------------------------------------- ナビ上に関する指定 */
#menu{
  width: 100%;
	height: 80px;
  display: flex;
	justify-content: space-around;
	align-items: center;
  padding: 0;
	margin:0;

}
#menu li{
  display: block;
  text-align: center;
  margin:0;
  padding: 0 15px;
  max-height:30px;
	font-size: 14px;
}

#menu li a{
	width: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
color:#000;
font-size: 14px;
}
#menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: .2s;
}
#menu li a:hover::after {
  bottom: 0;
  opacity: 1;
}

.menu-box2{
	display: none;
}

#page-top {
  z-index: 9999;
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 77%;
		font-weight: bolder;
		color: #fff;
		text-shadow:
		  0 0  4px #fff,
		  0 0  8px #fff,
		  0 0 12px #fff,
		  0 0 18px #ff00de,
		  0 0 22px #ff00de,
		  0 0 28px #ff00de,
		  0 0 36px #ff00de;
}
#page-top a img{
	width: 70px;
	-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#page-top a:hover img {
  width: 100px;

}
#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;

}
.wrap{
margin-top: 80px;
}
/*-------------------------------------------------------------------*/
footer{
	color: #fff;
height: auto;
font-size: 20px;
margin: 0 auto;
background: #a68b62;
}
footer a{
	color: #fff;
	text-decoration: none;
}
.f-eng{
	font-size: 0.8em;
	color: #fff;
}
.f-sns{
	width: 100%;
	max-width: 200px;
	margin: 20px auto 20px;
	display: flex;
	justify-content:space-between;
}
.f-sns img{
	width: 35px;
}
.ft{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.f-info{
	display: flex;
	justify-content:center;
	font-size: 0.8em;
	margin-top: 20px;
}


.f-info p a{
	width: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
color:#fff;
font-size:24px;
}
.f-info p a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: .2s;
}
.f-info p a:hover::after {
  bottom: 0;
  opacity: 1;
}

.f-menu{
	display: flex;
	justify-content: center;
	padding: 0 0px;
	margin: 20px auto 0;
	font-size: 15px;

}
.f-menu li{
	padding-left: 10px;
list-style: none;
}

.f-menu li a{
	width: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
	position: relative;
  display: inline-block;
  transition: .3s;
color:#fff;
font-size: 13px;
}
.f-menu li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: .2s;
}
.f-menu li a:hover::after {
  bottom: 0;
  opacity: 1;
}

.copy{
	width: 100%;
	color: #fff;
	text-align:center;
  margin-top: 40px;
	font-size: 0.8em;
	margin-bottom: 20px;

}
@media only screen and (max-width:1000px) {
#header{
	height: auto;
}
.pch{
	display: none;
}
	.mb{
		height: auto;
		display: flex;
		justify-content: space-between;
	}
.logo{
	margin: 0 auto;
	text-align: center;
}
	.logo-big{
		margin-top: 0;
		height: 50px;
		background: none;
	}
	.logo-big a h1{
		height: 50px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
	.company-name{
		font-size: 12px;
		margin: 0px;
	}
	.company-name2{
		font-size: 15px;
		margin: 0px;
	}
	.logo-big a h1 img{
		max-height: 40px;
		width: auto;
	}
	.top-info{
		width: 50px;
		height: 50px;
		font-size: 15px;
	}
	.top-info .phone{
	padding-bottom: 0;
}
	.sns{
		display: none;
	}
	#menu-box{
	display: none;

	}
	/*		#menu{
				display: none;
			}
			#menu li{
				width: 100%;
				height: 50px;
				padding-bottom: 10px;
				background: #a0a0a0;
	      margin-top: -18px;
				font-size: 15px;
				font-weight: normal;
			}
			#toggle{
				display: block;
				position: relative;
				width: 100%;
				background: #a0a0a0;
				padding-bottom: 0px;

			}
			#toggle a{
				display: block;
				position: relative;
				padding: 6px 0 10px;
				color: #fff;
				text-align: center;
				text-decoration: none;
				background: #a0a0a0;
				font-size: 15px;
			}
			*/
	.menu-box2 {
			display: block;
	    width: 50px;
	    margin: 0;
	    padding: 0;
			font-size: 15px;
			text-align: center;
			align-items: center;
	}

	.menu-box2 a {
	    display: block;
	    padding: 10px;
	    text-decoration: none;
	    color: #000;
	    line-height: 1;

	}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: rgba(255,255,255,0.9);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin:40px 0 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
}
.global-nav__item a {
  display: block;
  padding:20px 0;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #efe8d9;
}
.hamburger__line {
  position: absolute;
  left: 13px;
  width:26px;
  height: 2px;
  background-color: #a68b62;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 22px;
}
.hamburger__line--3 {
  top: 30px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open #header{
	height: 100vh;
}
.nav-open #header .menu-box2{
	height: 100vh;
}
.nav-open #header .global-nav {
	width: 100vw;
	height: 100vh;
  right: 0;
	opacity: 0.6s;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.wrap{
margin-top: 50px;
}
}
/*--------------------------------------------------*/
@media only screen and (max-width:768px) {

 .t80{
	 width: 90%;
	 max-width: 600px;
 }

	.company-name2 img{
		width: 100%;
		max-width: 100px;
	}
	.top-info{
		font-size: 15px;
	}
		#page-top a img{
			width: 50px;
			-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		}
		#page-top a:hover img {
		  width: 70px;

		}
		/*-------------------------------------------------------------------*/
		footer{
		width: 100%;
		height: auto;
		font-size: 15px;

		}
		footer a{
			text-decoration: none;
		}

		.ft{
			width: 90%;
			margin: 0 auto;
			display: flex;
			justify-content: flex-start;
			margin-top: 10px;
			text-align: left;
		}
.f-innner{
	width: 100%;
}
		.f-info{
			display: flex;
			justify-content:flex-start;
			font-size:12px;
			text-align: left;

		}

		.f-info p a {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all  0.3s ease;
			font-size:15px;
			text-align: left;

		}
		.f-menu{
			display: block;
			text-align: center;
			padding: 0 0px;
			margin: 0;
			font-size:12px;
			text-align: left;

		}
		.f-menu li{
			padding-left: 0px;
		list-style: none;
		margin:20px 0;
		}
		.f-menu li a {
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all  0.3s ease;
		}
		.copy{
			width: 100%;
			text-align:center;
		  margin-top: 10px;
			font-size: 10px;

		}
}

@media only screen and (max-width:500px) {

}
