@charset "utf-8";

/***** 共通部分CSS *****
*
******もくじ******
*
* 01  Header
*
* 02  Navigation
*
* 03  Footer
*
* 04  各ボタン
*
* 05  見出し
*
* 06  404
*
* 07 sitemap
*
******************/

/*********　01  Header　*********/
.top-wrp{
	background-size: cover;
    height: auto;
    text-align: center;
    position: relative;
}

.top-img img{
	width: 100%;
	height: 667px;
	object-fit: cover;
}

.top-wrp h1 {
	position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
}

.top-wrp h1 img {
    width: 100%;
    height: auto;
	max-width: 470px;
}

/*----- scroll -----*/

div.scroll-btn a{
 	padding-top: 42px;
}

.scroll-btn a{
	position: absolute;
    bottom: 30px;
    right: 0;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	font-size:12px;
}

.scroll-btn a span{
  position: absolute;
  top: 0;
  left: 55%;
  width: 40px;
  height: 40px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll-btn a span::after{
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@media screen and (min-width:960px) {

    .top-img{
		/*height: 100vh;*/
		width: 100%;
	}
	
	h1 img.top-logo{
		width: 500px;
		padding: 64px 0;
	}
	.scroll-btn a{
		left: 90%;
		bottom: 10px;
	}
}

/*********　02  Navigation　*********/

/*----- MENU -----*/
.pc-menu {
	display:none;
}
.sp-menu {
	display:block;
}
@media screen and (min-width:960px) {
	.pc-menu {
	}
	.sp-menu {
		display:none;
	}
}



/*----- PC MENU -----*/

.global-pc-header_wrp {
	padding: 10px 0 5px;
	height: auto;
	background-color: rgba(255,255,255,0);
	/*border-bottom: #e3e3e3 solid 1px;*/
	box-shadow: 0 0 3px 0 #e3e3e3;
	line-height: 1;
	transition: .1s;
}
.is-fixed {
	position: fixed;
	padding: 10px 0 5px;
	height: 64px;
	background-color: rgba(255,255,255,0.9);
	-moz-box-shadow: 10px 10px;
	-webkit-box-shadow: 10px 10px;
	-o-box-shadow: 10px 10px;
	-ms-box-shadow: 10px 10px;
	box-shadow: 0 0 3px 0 #e3e3e3;
	top: 0;
	left: 0;
	z-index: 8675399;
  	width: 100%;
	-webkit-transition: all .4s ease 0s,background .6s ease .2s;
	transition: all .4s ease 0s,background .6s ease .2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: hidden;
}
.global-pc-header {
	width: auto;
	padding: 0 60px;
	margin: auto;
	overflow: hidden;
	display:table;
}
.global-pc-header-logo {
	width: 250px;
	display:table-cell;
	vertical-align:top;
}
.global-pc-header-logo img {
	max-width:180px;
}
.global-pc-header-logo a:hover {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
.global-pc-header-nav {
	max-width: 710px;
	width: 100%;
	display:table-cell;
	vertical-align:top;
}
.global-pc-header_wrp ul {
	display: flex;
	justify-content: center;
}
.global-pc-header li {
	width: 20%;
	text-align: center;
	font-weight: 400;
	font-size:1rem;
	letter-spacing: 0.1rem;
}
.is-fixed .global-pc-header li {
	transition: 0.24s all ease;
}
.global-pc-header li a {
	-webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.global-pc-header li a,
.global-pc-header li a:visited {
	text-decoration: none;
	color: #323232;
	display: block;
	padding: 0;
}
.global-pc-header li a::after,
.global-pc-header li a:hover,
.global-pc-header li a:active,
.global-pc-header li a:focus,
.global-pc-header li a.is_active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	position: relative;
	transition: .24s all ease;
	color: #f29c97;
	padding: 3px 0;
}

@media screen and (min-width:959px) and (max-width:1179px) {
	.global-pc-header li {
		font-size:1rem;
		letter-spacing: 0.15em;
	}
}
@media screen and (max-width:959px) {
	.global-pc-header_wrp {
		display:none;
		height: 0;
	}
	.is-fixed {
		position: static;
		display: none;
		height: 0;
	}
}

/*----- SP MENU -----*/

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: relative;
	width: 50px;
	height: 50px;
	color:#323232;
	border-radius: 4px;
	z-index: 7;
}
.menu-trigger span{
	position: absolute;
	background: #B39A76;
	width: 30px;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 19px;
}
.menu-trigger span:nth-of-type(2){
	top: 9px;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 10px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#menu-text {
	font-size: 0.75rem;
	text-align: center;
	color: #B39A76;
}

/*----- SP menu list -----*/

.global-sp-header_wrp{
	position:relative;
	background: #fff;
	height: 70px;
	z-index: 99999;
	transition: .1s;
	width: 100%;
}
.is-fixed-sp {
	position: fixed;
	top:0;
	background-color: rgba(255,255,255,0.9);
}
.global-sp-header-logo {
	padding: 10px 5px 0 10px;
}
.global-sp-header-logo img {
	width: 180px;
}
.global-sp-header-logo a:hover {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
.global-sp-header {
	position: absolute;
	top: 12px;
	right: 12px;
}
.global-sp-header-nav {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background-color: #EDE3DD;
	opacity:0.9;
}
.global-sp-header-nav ul {
	display: block;
	text-align: center;
	padding: 0;
}
.global-sp-header-nav ul li {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	padding: 24px 0;
}
.global-sp-header-nav ul li:not(:first-child) {
	padding: 0 0 24px;
}
.global-sp-header-nav ul li a {
	display: block;
	text-decoration: none;
	color:#B39A76;
}
.global-sp-header-nav ul li a:active{
	color:#fff;
}
.global-sp-header-nav ul.fab-deco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.global-sp-header-nav ul.fab-deco li {
	font-size: 1.3rem;
	letter-spacing: 0.175em;
	padding: 12px 6px 0 0;
}
.global-sp-header-nav ul.fab-deco li:not(:first-child) {
	padding: 12px 0 0 6px;
}
.global-sp-header-nav ul.fab-deco li a {
	display: inline-block;
	text-decoration: none;
	color:#FFFFFF;
}
.index-main-content {
    margin-top: 70px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

@media screen and (min-width:960px) {
    
	.sp-menu{
		display: none;
	}
}

/*********　03  Footer　*********/

.goTop img{
	position:fixed;
	bottom:65px;
	right:0;
	max-width: 70px;
	animation:fwari ease-in-out 2s infinite alternate;
    -webkit-animation:fwari ease-in-out 2s infinite alternate;
    -moz-animation:fwari ease-in-out 2s infinite alternate;
}
@keyframes fwari{
    0%   { transform:translate(0%, 0%); }
    100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes fwari{
    0%   { -webkit-transform:translate(0%, 0%); }
    100% { -webkit-transform:translate(0%, -30px); }
}
@-moz-keyframes fwari{
    0%   { -moz-transform:translate(0%, 0%); }
    100% { -moz-transform:translate(0%, -30px); }
}
.global-footer_inner{
	width: 100%;
    margin: 0 auto;
}
.global-footer_inner ul{
	border-top: 2px solid #323232;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.global-footer_inner li{
	font-size: 15px;
    padding: 0 10px;
}
.global-footer_inner a{
	color:	#717171;
}
.global-footer_cpr-wrp{
	background: #323232;
	text-align: center;
	padding: 15px;
}
.global-footer_cpr-wrp p{
	color: #ffffff;
    letter-spacing: 0.2px;
    font-size: 0.8rem;
	font-family: 'Raleway', sans-serif;
}
@media screen and (min-width:960px){
	
	.goTop img{
		max-width:100px;
	}	
	.global-footer_inner ul{
		padding: 0;
		text-align: center;
	}
	.global-footer_inner li{
		padding: 20px 50px;
	}
}

/*********　04  各ボタン　*********/

.btn {
	margin: 20px;
	position: relative;
	display: inline-block;
	padding: 16px;
	border: 2px solid #323232;
	color: #323232;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px;
}
.btn::after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	width: 101%;
	height: 105%;
	background-color: #FDD9C9;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px;
	z-index: -1;
}
.btn:hover {
	color: #fff;
}
.btn:hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-2 {
	margin: 20px;
	position: relative;
	display: inline-block;
	padding: 16px;
	border: 2px solid #323232;
	color: #323232;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px;
}
.btn-2::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	width: 101%;
	height: 105%;
	background-color: #f8f4e6;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px;
	z-index: -1;
}
.btn-2:hover {
	color: #fff;
}
.btn-2:hover::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********　05  見出し　*********/

h2 span{
	font-size: 10px;
	font-weight: 400;
	display: block;
	margin:0 auto;
	width:100%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color:#7B5D32;
}

h2 img{
	width: 100%;
	max-width:300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
h2 p{
	text-align:center;
	font-size: 20px;
}
.title-add-little{
		width:86%;
	}

@media screen and (min-width:960px){
	h2 span{
    font-size: 12px;
}
	
	h2 img{
		margin: 0 auto;
		max-width:320px;
	}
	h2 p{
	font-size: 24px;
}
	.title-add-little{
		width:26%;
	}
}

/*********　06  404　*********/

.error-contents-wrp{
	width:100%;
	margin:0 auto;
	padding:100px 8px 130px;
}
.error-contents-wrp img{
	width:100%;
	margin:0 auto;
	max-width:450px;
	display:block;
	padding:5px 40px;
}
.error-contents-wrp img.deco-item{
	max-width:100px;
	padding: 20px 0;
}
.error-contents-wrp h3{
	text-align:center;
	line-height:50px;
}
.error-contents-wrp p{
	text-align:center;
	line-height:18px;
	padding: 0 30px;
}
.error-contents-wrp a{
	color:#88c3c9;
}

/*********　07  sitemap　*********/

.site-map-wrp p{
	font-size:32px;
}
.site-map-wrp h3{
	margin-left:40px;
}
div.site-map-wrp a{
	color:#323232;
	text-decoration: underline dashed #f29c97;
}
.site-map-wrp ul{
	padding: 0px 40px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 500px;
	margin:0;
}
.site-map-wrp li{
	padding: 0 0 0 20px;
	margin: 8px 0 8px 0px;
	line-height: 30px;
}
.site-map-wrp li a{
	color: #323232;
	text-decoration: underline dotted #f29c97;
}
.site-map-wrp li:before{
	content: no-open-quote;
	background: #B39A76;
	float: left;
	margin-top: 10px;
	margin-left: -20px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
.site-map-ct{
	margin:0 auto;
	width:100%;
}
