@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Shippori Mincho B1', serif;
	color: #555;
	background: #f8f4eb;
	margin: 0;}
p,ul{
	margin: 0;
	padding: 0;}

/*　透過　*/
.opacity{
	opacity:1;
	transition: .3s ease-in-out;}
.opacity a:hover{
	opacity:0.8}
/*　タイトル　*/
.TitleWrap{
	width: 80%;
	text-align: center;
	margin: 80px auto 0;}
p.title{
	position: relative;
	font-family: "Pinyon Script", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	color:#bd9a60;
	padding-top: 10px;}
p.title::before{
	content: '';
	position: absolute;
	top:-70px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 70px;
	background: #bd9a60;}
 p.sub_title{
	color:#bd9a60;}
/*ボタン*/
.LinkBtn a,
.LinkBtn2 a{
    background: #bd9a60;
    border-radius: 10px;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-size: 120%;
    font-weight: 500;
	letter-spacing: .2rem;
	text-align: center;}
.mobile{
	display: none;}
.LinkBtn a:after,
.LinkBtn2 a:after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;}
.LinkBtn a:hover:after {
    border-color: #FFF;}
span.Rtext{
	margin-left: 10px;
	font-size: 12px;}
/* header */
nav ul {
	list-style: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;}
h1{
	margin: 0;}
#header {
	position:fixed;
	padding: 0;
	width: 100%;
	z-index: 115;
	background: #ffbbcd;}
#header .header-inner {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	height: 80px;
	background: transparent;}
#header .logo {
	width: 230px;
	z-index: 70;}
.logo img{
	width: 90%;
	height: auto;
	margin: 10px 0 0 0;
	object-fit: cover;}
.gnavi{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom:8px;}
.gnavi li{
    margin:0;}
.gnavi li a{
	position: relative;
	font-size:18px;
	font-weight:500;
	display: block;
	padding:15px 20px 10px;
	text-decoration: none;
	color:#fff;}
#header .contact{
	width: 190px;
	margin-right: 0;}
#header .formArea{
	display: block;
	height: 52px;
	border-radius: 10px;
	background: #bd9a60;
	margin:0;
	text-align: center;}
#header a.formArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	font-size:18px;
	color: #fff;}
/* トップへ戻る */
#page-top a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	background:#ffbbcd;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;}
#page-top {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 1;
	opacity: 0;
	transform: translateX(100px);}
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);}
  to {
    opacity: 1;
	transform: translateX(0);  }
}
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);}
  to {
  	opacity: 1;
	transform: translateX(100px);}
}
/* footerエリア */
#footer {
	width: 100%;
	color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background:#ffbbcd;}
/* footer icon */
.fixed_area,
.bottom-menu{
	display: none;}
@media screen and (max-width: 1150px) {
.gnavi li a{
	padding:10px 12px;}
}
@media screen and (max-width: 1060px) {
#header .header-inner {
	width: 100%;}
#header .logo {
	width: 200px;}
.logo img{
	margin: 7px 0 0 10px;}
#header .contact{
	margin:0 10px 0 0;}
}
@media screen and (max-width: 965px) {
.gnavi li a{
	padding:10px 10px;}
#header .contact{
	width: 150px;}
#header a.formArea {
	font-size: 16px;}
}
@media screen and (max-width: 830px) {
#header .logo {
	width: 180px;}
.gnavi li a{
	font-size: 16px;}
}
@media screen and (max-width: 768px) {
#header .header-inner {
	height: 60px;}
.logo img{
	width: 150px;
	height: auto;
	margin: 9px 0 0 10px;}
#header .contact{
	display: none;}
.gnavi li a::after {
	display: none;}
#g-nav.panelactive{
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;}
.circle-bg{
    position: fixed;
	z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffbbcd;
	transform: scale(0);
    top:calc(50% - 50px);
    left:calc(50% - 50px);
    transition: all .6s;}
.circle-bg.circleactive{
	transform: scale(50);}
#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;}
#g-nav.panelactive #g-nav-list{
     display: block;}
#g-nav ul {
	display: block;
	opacity: 0;
    position: absolute;
    z-index: 999;
	width: 90%;
	padding: 130px 0 50px;
    top:0;
    left:50%;
	transform: translate(-50%,0);}
#g-nav.panelactive ul {
    opacity:1;}
#g-nav li{
	list-style: none;
    text-align: center;}
#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:15px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;}
.mobile{
	display: block;}
.LinkBtn3 a{
    background: #bd9a60;
    border-radius: 10px;
    position: relative;
    display: block;
    margin: 50px auto 0;
    max-width: 300px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-size: 120%;
    font-weight: 500;
	letter-spacing: .2rem;
	text-align: center;}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;}	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;}
.openbtn span:nth-of-type(1) {
	top:15px;	}
.openbtn span:nth-of-type(2) {
	top:23px;}
.openbtn span:nth-of-type(3) {
	top:31px;}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;}
#page-top {
	right: 10px;
	bottom: 120px;}
#footer {
	height: 110px;}
/*footer icon*/
.mini-text{font-size:10px;}
ul.bottom-menu {
    position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items: center;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;
    margin:0;
    padding:0;
    background-color:#bd9a60;
    z-index:30;}
ul.bottom-menu li {
    width:33.3333%;
    list-style-type:none;
    text-align:center;
    border-right: 1px solid #fff;}
ul.bottom-menu li:last-of-type{
	border-right:0;	}
.bottom-menu li a {
    display: block;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}
.bottom-menu li img{
	width: 25%;}
.bottom-menu li img.icon{
	width: 50%;}
}
@media screen and (max-width: 580px) {
.bottom-menu li img{
	width: 30%;}
.bottom-menu li img.icon{
	width: 60%;}	
}
@media screen and (max-width: 450px) {
.bottom-menu li img.icon{
	width: 60%;}
.LinkBtn a {
	width: 220px;
	font-size:95%;
    padding: 15px 10px;}
}
@media screen and (max-width: 400px) {
.bottom-menu li img{
	width: 40%;}
.bottom-menu li img.icon{
	width: 80%;}
}