@charset "utf-8";

*{
	margin:0;
	padding:0;
	box-sizing: border-box;	
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}

article, aside, canvas, details, figcaption, figure, header,
footer, hgroup, menu, nav, section, summary {
display: block;
}

@media only screen and 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  .hoge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

ol, ul {
	list-style: none;
}

address,caption,cite,code,dfn,em,strong,var {
	font-style: normal;
}

caption,th {
	text-align: left;
	font-weight:normal;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6,textarea {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

img{
	max-width: 100%;
	height: auto;
	line-height: 1;
}

table {
	font-size:100%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
}

h1,h2,h3,h4,h5,th{
	font-weight: normal;
}



/* For modern browsers */
.cf:before,
.cf:after,
.contact_det li:before,
.contact_det li:after,
.contact_det-btn li:before,
.contact_det-btn li:after {
    content:"";
    display:table;
}
 
.cf:after,
.contact_det li:after,
.contact_det-btn li:after {
    clear:both;
}

a:link , a:active , a:visited {
	color: inherit;
	text-decoration:none;
	transition: all 0.4s ease 0s;
}

/*--- リンクカラー */
a:hover {
	text-decoration: none;
	opacity: .6;
}

a {
	outline: 0;
}

a.btn{
	max-width: 90%;
	min-width: 320px;
	padding: 24px;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	display: table;
	color: #084823;
	border: 2px solid #084823;
	border-radius: 30px;
	z-index: 2;
	transition: all .3s ease;
	margin:0 auto;
	position: relative
}


/* -----------------------------------------------------------

	ページ共通設定
	
----------------------------------------------------------- */


html, body {
	width: 100%;
	color: #40220f;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	text-align: justify;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
}


body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#FFF; 
  z-index: 9999; 
  pointer-events: none;
  opacity: 0; 
  -webkit-transition: opacity .3s ease; 
  transition: opacity .3s ease;
}

body.fadein::after {
  opacity: 1;
}


.fadeup{
	opacity: 0;
    transition: opacity 1.2s cubic-bezier(.445,.05,.55,.95)
}

.fadeup.view{
	opacity: 1;
}


/* ----------------------------------------------------------------

　　open_menu

----------------------------------------------------------------- */

.open-menu-btn-wrap{
	display: block;
	position: fixed;
	z-index: 100;
	width: 70px;
	height: 20px;
	top: 22px;
	right: 22px;
	cursor: pointer;
	z-index: 999;
}

.index-wrap .open-menu-btn-wrap{
	position: absolute;
	top: 15%;
	right: 0;
}

.open-menu-btn {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 2em;
}

.open-menu-btn .toggle {
	display: block;
	background: #FFF;
	opacity: .6;
	width: 100%;
	height: 1px;
	position: absolute;
	transition: all .46s ease;
}


.open-menu-btn .toggle:nth-child(1) {
	top: 0;
}
.open-menu-btn .toggle:nth-child(2) {
	width: 50%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.open-menu-btn .toggle:nth-child(3) {
	bottom: 0;
}

.open .open-menu-btn .toggle:nth-child(1) {
	top: 50%; left: 0; transform: rotateZ(315deg);
}
.open .open-menu-btn .toggle:nth-child(2) {
	display: none;
}
.open .open-menu-btn .toggle:nth-child(3) {
	bottom: 50%; left: 0; transform: rotateZ(-315deg);
}

.open-menu-btn-wrap .text:after{
	content: "メニュー";
	font-size: 14px;
	letter-spacing: .2em;
	color: #FFF;
	margin-top: 4px;
	display: block;
}

.open .open-menu-btn-wrap .text:after{
	opacity: 0;
}

.open-menu-bg {
	  width: 40%;
	  height: 100%;
	  position: fixed;
	  background: rgba(64,34,15,.8);
	  top: 0;
	  right: 0;
	  z-index: 998;
	  opacity: 0;
	  transform: translateX(100%);
	  pointer-events: none;
	  transition: all .8s ease;
}

.open .open-menu-bg,
.open .open-menu-wrap{
	transform: translateX(0);
	pointer-events: auto;
	opacity: 1;
}

.open-menu-wrap{
	width: 40%;
	height: 100vh;
	color: #FFF;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 998;
	padding: 10% 0;
	pointer-events: none;
	opacity: 0;
	transform: translateX(100%);
	transition: all .8s ease;
	overflow-y: scroll;
}

.open-menu-nav{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 64%;
} 

.open-menu-nav ul{
	width: 42%;
}

.open-menu-nav ul li{
	font-size: 18px;
	margin-bottom: 24px;
	width:100%;
}

.open-menu-wrap .contact-btn{
	border: 1px solid #FFF;
	padding: 8px 32px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.open-menu-wrap .instagram{
	font-size: 18px;
	position: absolute;
	bottom: -48px;
	left: 0;
}

.open-menu-wrap .instagram img{
	margin-right: 8px;
	vertical-align: middle;
}


@media (max-width: 800px) {

.open-menu-nav{
	top: 45%;
}

.open-menu-btn-wrap,
.index-wrap .open-menu-btn-wrap{
	width: 40px;
	height: 16px;
	top: 20px;
}

.open-menu-btn-wrap .text:after{
	display: none;
}

.open-menu-bg,
.open-menu-wrap{
	  width: 100%;
	  height: 100%;
	  transform: translateX(0);
}

.open-menu-nav ul li{
	font-size: 16px;
	margin-bottom: 16px;
	transform: translateY(30%);
	transition: all 1.2s ease-out;
}

.open .open-menu-nav ul li{
	transform: translateY(0);
}

.open-menu-wrap .contact-btn{
	width: calc(100% - 80px);
	text-align: center;
	bottom: 80px;
}

.open-menu-wrap .instagram{
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%) translateY(30%);
	white-space: nowrap;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	transition: all 1.2s ease-out;
}

.open .open-menu-wrap .instagram{
	transform: translateX(-50%) translateY(0);
}

.open-menu-wrap .instagram img{
	margin-right: 0;
	display: block;
	margin: 0 auto 8px;
}

}