
/* =======================================

	CommonElements

======================================= */
body {
	width: 100%;
	color: #333;
	background: #fefdf7;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 28px;
}
body.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  html,
  body.admin-bar {
    margin-top: 0 !important;
  }

  body.admin-bar header {
    top: 0;
  }

}
a:link {
	text-decoration: none;
	cursor: pointer;
    color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active { text-decoration:none; }
a:hover {text-decoration: underline;}




#container {
	text-align: left;
	 width: 100%;
     position: relative;
     min-height: 100%;
	
}

/* header
--------------------------- */
header{
	position: fixed;
	background: #fefdf7;
	width: 100%;
	height: 120px;
	z-index: 1000;
	padding-left: 30px;
		}

.logo{
    width: 500px;
    padding-top: 18px;
    padding-left: 25px;
}
.logo img{
    width: 100%;
    
}
@media only screen and (max-width: 990px) {
header{
	height: 90px;
	width: 97%;
	padding-left: 3%;
	position: fixed;	
		}
.logo{
     width: 400px;
    padding-top: 12px;
    padding-left: 25px;
}

}
@media only screen and (max-width: 768px) {
   .logo{
    width: 85%;
       max-width: 400px;
    padding-top: 18px;
    padding-left: 0px;
}

}
/* gnav
--------------------------- */	
	
.gnav{
	font-family: 'Nunito Sans', sans-serif;
	position: fixed;
	top: 22px;
	right: 50px;
	width: 400px;
	height: 80px;
	z-index: 1000;
	opacity: 1;
	overflow: hidden;
	font-size: 100%;
}
.gnav .insta{
    position: fixed;
    top: 45px;
	right: 60px;
    width: 30px;
    height: auto;
}
.insta img{
    width: 30px;
}
.gnav li a{
	float: left;
	margin-right: 30px;
	margin-top: 25px;
	font-size: 140%;
    text-align: center;
    color: #ab9a8f;
    letter-spacing: 0.12em;
    font-weight: 200;
    cursor: pointer;
}
.gnav li a:hover{
    text-decoration: none;
    opacity: 0.6;
}
.gnav span,.menu span{
    font-size: 60%;
    color: #666;
}	

@media only screen and (max-width: 990px) {
.gnav{
	display: none;
	}
	
}

/* modal btn
--------------------------- */	
	
.nav-btn {
	position: fixed;
	top: 15px;
	right: 0px;
	width: 100px;
	height: 80px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 1001;
	opacity: 1;
	background-image: url(../img/layout/menu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px auto;
	display: none;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .nav-btn {
	background-image: url(../img/layout/cross.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media only screen and (max-width: 990px) {
.nav-btn{
	position: fixed;
	width: 80px;
	height: 60px;
	display: block;	
	}
}
	

/* modal style
--------------------------- */

.spnav {
	position: fixed;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	overflow-y: scroll;
	background: rgba(253,252,246,.95);
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	z-index: 1000;
	visibility: hidden;
}



/* 開閉用ボタンがクリックされた時のスタイル */
.open .spnav {

    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}








/* menu panel
--------------------------- */

.spnav_panel{
   
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;

	
}

.spnav_box{
     

	width: 100%;
	font-size: 140%;
	
}
.spnav_box ul {
	font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2px;
    font-size: 120%;
	text-align: center;
}
.spnav_box ul li{

	margin-bottom: 40px;
	height: 40px;
}
.spnav_box ul li a{
	color: #ab9a8f;
}
.spnav_box:first-child {
	margin-left: 0px;
	
	}

.spnav .insta{
    text-align: center;
    }
.spnav_tel{
     text-align: center;
    font-family: 'Nunito Sans', sans-serif;
	color: #ab9a8f;
    font-size: 90%;
    margin-top: 50px;
    letter-spacing: 1px;
    
}
.spnav_tel a{
    color: #ab9a8f;
    
}
/* footer
--------------------------- */
footer {
	position: relative;
	width: 100%;
	background-color: #fefdf7;
	height: 150px;
	clear: both;
	background-image: url(../img/layout/footer_bg.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% bottom;
    
}

footer p{
  padding-top: 80px;
	text-align: center;
	font-size: 80%;
}
footer .flower_1{
    position: absolute;
    top: -100px;
    left: 100px;
    width: 60px;
    height: 120px;
}
footer .flower_2{
    position: absolute;
    top: -160px;
    right: 50px;
    width: 160px;
    height: 200px;
}
@media only screen and (max-width: 768px) {
footer {
    height: 120px;
    background-image: url(../img/layout/footer_bg_sp.svg);
    }
footer p{
    padding-top: 70px;
    
}
footer .flower_1{
    position: absolute;
    top: -100px;
    left: 20px;
    width: 60px;
    height: auto;
}
footer .flower_2{
    position: absolute;
    top: -130px;
    right: 20px;
    width: 120px;
    height: auto;
}
footer .flower_1{
    position: absolute;
    top: -90px;
    left: 10px;
    width: 60px;
    height: auto;
}
footer .flower_2{
    position: absolute;
    top: -110px;
    right: 10px;
    width: 120px;
    height:auto;
}
	}

.home a{
    border-radius: 15px;       
    -webkit-border-radius: 15px;    
    -moz-border-radius: 15px;   
    color: #FFFFFF;
    background-color: #009BE0;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 70%;
    text-decoration: none;
    z-index: 99999;
	}
	.home a:hover{
	background-color: #005E89;		
	}

@media only screen and (max-width: 768px) {
.home a{
position: fixed;
    bottom: 15px;

	}

}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
    font-size: 80%;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; 
  color: #333; 
}
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: 0px auto 50px auto;
	padding: 10px 4rem;
	font-weight: bold;
	border: 2px solid #61BFDE;
	background-color: #61BFDE;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn:hover {
    opacity: 0.7;
}



.animation {
opacity: 0; 
}


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
.fadeInDown2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}