@charset "UTF-8";
/* CSS Document */
/*メインサイト 全ページ共通パーツ用*/

/*---------------------
共通項目
---------------------*/
html {
    font-size: 62.5%;
	scroll-padding-top: 100px;
}
footer {
	font-size: 100%!important;
}
html.active {
    overflow: hidden;
}
body {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",  Meiryo, "sans-serif";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 3rem;
	color:#333;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
/*トップページのみ*/
body.home .l-main {
    line-height: 1;
}
/*トップページのみここまで*/
@media screen and (max-width:768px) {
	html {
		scroll-padding-top: 60px;
	}
}
/*---------------------
header
---------------------*/
/*トップページのみ*/
.home #fixed-header {
	top: -100px;
	transition: .5s;
}
.home #fixed-header.is-show {
	top: 0;
}
/*トップページのみここまで*/
#fixed-header {
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: 1000;
	background-color:#fff;
	box-shadow:0 3px 9px 13px rgb(0 0 0 / 6%);
	padding:17px 20px 22px 20px;
}
.header-wrap {
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.nav-l a {
	display: block;
}
.nav-l a img {
	max-height: 61px;
}
.nav-r{
	width:80%;
	margin-top: 6px;
}
@media screen and (max-width:768px) {
	#fixed-header {
		height: 60px;
		padding:0 10px;
	}
	.nav-r {
		display: none;
	}
	.nav-l {
		padding: 5px 20px 10px 0;
	}
	.nav-l img {
		height: 45px;
		width: auto;
	}
}
/*ハンバーガーメニュー*/
.p-header__container {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  z-index: 1100;
}
.p-header__menu {
  font-size: 12px;
  line-height: 0.5;
  text-align: center;
  position: absolute;
  top: 45px;
  width: 50px;
}
.p-header__menu.is-open {
  display: none;
}
@media (min-width: 768px) {
  .p-header__menu {
     top: 60px;
  }
}
.p-header__btn {
  transition: 0.5s;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.p-header__btn__line {
  height: 1px;
  width: 40px;
  transition: 0.3s;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header__btn__line:nth-child(1) {
  top: 12px;
}
.p-header__btn__line:nth-child(2) {
  top: 22px;
}
.p-header__btn__line:nth-child(3) {
  top: 32px;
}
.p-header__btn__line.is-open:nth-child(1) {
  transform: rotate(32deg);
  transition: 0.3s;
  top: 14px;
}
.p-header__btn__line.is-open:nth-child(2) {
  display: none;
}
.p-header__btn__line.is-open:nth-child(3) {
  transform: rotate(-32deg);
  transition: 0.3s;
  top: 14px;
}
/*ハンバーガーメニューここまで*/

/* 検索窓ここから */
.search-tuibi{
/* 	position:fixed;
	right:55px;
	bottom:450px;
	width:80px;
	height:80px;
	z-index:100; */
	width:40px;
	height:40px;
	border-radius:100%;
	background-color:#a6906b;
	transition: all 0.4s;
	position:absolute;
	padding-top: 12px;
}
#nav .search-tuibi-area{
	width:40px;
	margin-left:15px;
}
.search-tuibi img{
	width:20px;
	height:20px;
	/* padding:11px; */
	margin:0 auto;
	display:block;
	border-radius:20px;
	transition: all 0.4s;
}
.search-tuibi-form{
	position:relative;
	top:60px;
	right:260px;
	width:300px;
}
.search-tuibi-v{
	display:none;
	transition: all 0.4s;
}
.search-tuibi-v.active{
	display:block;
	transition: all 0.4s;
	opacity:1;
	z-index:100;
}
.search-area{
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:60px;
    border-left: solid 2px #a6906b;
}
.search-area img{
	margin:0 auto;
    padding-left: 9px;
    padding-top: 10px;
	width:40px;
}
.search-form{
	position:fixed;
	z-index:500;
	top:0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
	overflow:hidden;
}
.search-form.active{
	transform:translateY(0px);
	width:100%;
	z-index:100;
	background-color:#a6906b;
  transition: 0.3s ease-in-out;
}
#s{
	padding:11px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-right:none;
	width:70%;
	background-color:#fff;
}
#searchform{
	display:flex;
	width:100%;
/* 	border: solid 1px #eeeeee; */
}
#searchform button{
	padding:10px;
	width:30%;
	border: solid 1px #aaa;
	background-color:#eee;
}
.snumber{
	padding:0 0 20px 0;
}
.wrap-search .btn-area{
    text-align: center;
}
.wrap-search .btn-area p{
    text-align: center;
}
.wrap-search .btn{
	border:solid 1px #dad0bd;
	color:#b69a65;
	padding:10px;
	text-align:center;
	width:50%;
	margin:30px 0 0;
	position:relative;
	transition:1s;
	display: inline-block;
}
.wrap-search .btn-area .btn:hover{
	background-color:#b69a65;
	color: #fff;
	transition:1s;
	opacity: .8;
}
.wrap-result{
	max-width:1100px;
	padding:80px 60px;
	margin:0 auto;
	background-color:#fff;
}
.wrap-result .btn-area{
    text-align: center;
}
.wrap-result .btn{
	border:solid 1px #dad0bd;
	color:#b69a65;
	padding:10px;
	text-align:center;
	width:30%;
	margin:30px 0 0;
	position:relative;
	transition:1s;
	display: inline-block;
}
.wrap-result .btn-area .btn:hover{
	background-color:#b69a65;
	color: #fff;
	transition:1s;
	opacity: .8;
}
.form-result{
	width:53%;
	margin:0 auto;
	padding:30px 0 0 ;
}
.form-result p{
	text-align:center;
	padding:0 0 10px;
}
.result-none{
	max-width:1100px;
	padding:80px 60px;
	margin:0 auto;
	background-color:#fff;
}
.result-none .btn-area{
    text-align: center;
}
.result-none .btn{
	border:solid 1px #dad0bd;
	color:#b69a65;
	padding:10px;
	text-align:center;
	width:50%;
	margin:30px 0 0;
	position:relative;
	transition:1s;
	display: inline-block;
}
.result-none .btn-area .btn:hover{
	background-color:#b69a65;
	color: #fff;
	transition:1s;
	opacity: .8;
}
.result-none p{
	text-align:center;
}
/* 検索窓ここまで */
.wrap-search{
	max-width:1100px;
	padding:80px 60px;
	margin:0 auto;
}
.wrap-search ul{
	list-style-type:none;
}
.wrap-search ul li{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: solid 1px #a7895f;
}
.wrap-search ul li a:first-child{
	display: block;
    font-size: 1.8rem;
    color: #a7895f;
    font-weight: 500;
}
.wrap-search .texts span {
    display: block;
	padding-bottom:20px;
}
.result-ttl{
	text-decoration:underline;
}

span.searchresult-highlight {
background:#FFFF00;
}


/* ハンバーガーメニュー２ */
/*ナビメニューのスタイルを指定*/
.sp-nav{
	background-color: #fff;
    max-width: 768px;
    width: 100%;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.12));
	position: fixed;
	z-index: 1000;
	height:60px;
	top:-60px;
  transition: 0.3s ease-in-out;
}
.sp-nav img{
	max-width:313px;
	width:57%;
	padding-left:10px;
	padding-top:5px;
}
.sp-nav .tog-area{
	width: 60px;
	height: 60px;
	background-color: #a6906b;
	position: absolute;
	top:0;
	right: 0;
	font-size:1rem;
}
.sp-nav .nav-menu{
	position: absolute;
	top: 32px;
	right: 13px;
	color: #fff;
}
.nav-block{
    display: flex;
	justify-content:center;
	max-width:1100px;
	margin:0 auto;
}
.nav-block .btn-area{
    width: 47%;
    margin: 0 10px;
}
.nav-block .btn-area-web{
    width: 47%;
    margin: 0 10px;
}
.nav-block .btn-area img{
    height: 50px;
}
.nav-block .btn-area-web img{
    height: 50px;
}
.nav-block .btn-area-web a {
    padding: 10px 0 20px 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    background: rgb(0,219,0);
    background: #ffa6b7;
    display: inline-block;
    position: relative;
    overflow: hidden;
/*    flex-direction: column;*/
    box-shadow: 0 4px 0 #d6929f;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    /* height: 50%; */
    line-height: 2rem;
	font-weight: 800;
	font-size: 1.8rem;
}
.nav-block .btn-area a {
    padding: 10px 0 20px 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    background: rgb(0,219,0);
    background: #01cd01;
    display: inline-block;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    line-height: 2rem;
    box-shadow: 0 4px 0 #1b6b1b;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    /* height: 50%; */
	font-weight: 800;
	font-size: 1.8rem;
}
/* ヘッダー消す、表示させる */
.sp-nav_show {
  position: fixed;
  top:0;
  left: 0;
}
.NavMenu{
	position: fixed;
	z-index: 501;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
    overflow-y: scroll;
    height: 100%;
}
.NavMenu .nav-block1 ul{
    background-color: #fff;
	margin: 0 15px;
	padding: 0 13px;
}
.NavMenu ul li {
	font-size: 1.6rem;
	list-style-type: none;
/*	padding: 10px 0;*/
	width: 100%;
}
.NavMenu .nav-block1 ul li:not(:last-child){
	display: block;
	color: #a6906b;
	padding: 10px 0;
	font-size: 1.3rem;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    border-bottom: dotted 2px;
}
.NavMenu .nav-block1 ul li:last-child{
		color: #a6906b;
	padding: 10px 0;
	font-size: 1.3rem;
}
.nav-block2 .ttl img{
    width: 42PX;
}
.nav-block2 .ttl{
    padding: 30px 0 15px 0;
    color: #fff;
}
.nav-block2 .ttl p{
    text-align:center;
}
.nav-bock2-item{
    display: flex;
    flex-wrap: wrap;
	margin-bottom:100px;
}
.nav-bock2-item a{
    background-color: #fff;
    box-shadow: 2px 2px #806f51;
    color: #a6906b;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin: 0 auto 10px auto;
    justify-content: center;
    padding: 10px 0;
    font-family: serif;
    text-align: center;
    line-height: 2rem;
}
.nav-bock2-item img{
    width: 36px;
    padding-bottom: 10px;
}

/*
.NavMenu .nav-block1 ul li a:last-child{
    border-bottom: none;
}
*/
.NavMenu ul li a img{
    padding-right: 15px;
    height: 15px;
    vertical-align: middle;
}
/*トグルボタンが押されたときに付与するクラス*/
.NavMenu.active{
	transform: translateY(60px);
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #a6906b;
/*	opacity: 85%;*/
	padding: 30px 0;
}

/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 3px;
    top: 4px;
    width: 50px;
    height: 42px;
    cursor: pointer;
    z-index: 100;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 8px;
}
.Toggle span:nth-child(1) {
    top: 10px;
}
.Toggle span:nth-child(2) {
    top: 19px;
}
.Toggle span:nth-child(3) {
    top: 29px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 19px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 19px;
	left:9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav {
  list-style: none;
  display: flex;
	justify-content: flex-end;
	height:44px;
}
#nav li {
  width: 97px;
  text-align: center;
	display:flex;
	flex-direction:column;
}
#nav li a {
  text-decoration: none;
	position:relative;
}

#nav .nav-ja::after{
	content:'';
	position:absolute;
	top:45px;
	left: calc(45%);
    width: 10px;
    height: 10px;
    border-top: 1px solid #b69a65;
    border-right: 1px solid #b69a65;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
#nav li span{
	display:block;
	margin-top: -8px;
	font-family:serif;
}
#nav .p-gold{
	font-family:serif;
}
#nav li:not(:last-child) .p-gold:not(:last-child){
	font-size:1.3rem;
}
.p-gold{
	color:#b69a65;
}
#nav li .web{
	margin-top:0;
	line-height: 40px;
	color:#fff;
	transition:1s;
	letter-spacing: 0.3rem;
}
#nav .web-btn{
	display:block;
	font-size:1.5rem;
	padding: 0 1px;
	background-color:#a6906b;
	border:solid 2px #dad0bd;
	height:40px;
	transition:1s;
}
/*
#nav .web-btn a{
	display:block;
}
*/
#nav li .web:hover{
	color:#a6906b;
	transition:.5s;
}
#nav li a:hover{
	padding-top:5px;
}
#nav .web-btn:hover{
	background-color:#fff;
	transition: .5s;
}
#nav li a{
	transition:.5s;
}
@media screen and (max-width:1690px) {
	.nav-ja {
		font-size: 14px;
		line-height: 1.5;
	}
	#nav .p-gold {
		font-size: 12px;
	}
	#nav li .web {
		font-size: 14px;
	}
}
@media screen and (max-width:1000px) {
	.nav-ja {
		font-size: 13px;
	}
	#nav .p-gold {
		display: none;
	}
	#nav li .web {
		font-size: 13px;
	}
}
/* 検索窓 */
.NavMenu .gsc-control-cse{
	background-color:#a6906b;
	border:none;
	padding-top:0;
	padding-bottom:30px;
}
.NavMenu .gsc-input-box{
	padding-top:0;
	padding-bottom:0;
}
.NavMenu .gsib_a{
	padding:3px 9px;
}
.NavMenu .gsc-search-button-v2{
	padding:11px 25px;
}
.NavMenu　table.gsc-search-box td.gsc-input{
	padding-right:0;
}