@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

*:focus {
  outline: none;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000000;
}

#all_wrap {
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}

.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
    
}

a:hover {
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

#header_wrap #header{
	height: 80px;
}

#header_wrap #header h1{
	width: 72.2%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

#header_wrap #header h1 img{
	width: 100%;
	height: auto;
}

#header_wrap #header .head_contact{
	display: none;
}


/*=============================
section 
=============================*/

section.hambtn{
	background: #fff;
	width: 20.14%;
	height: 80px;
    position: fixed;
	right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    counter-increment: section;
	z-index: 11;
	border-radius:50%;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.open section.hambtn{
}


/*=============================
.btn-trigger
=============================*/


.btn-trigger {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 31px;
	height: 22px;
    cursor: pointer;
}

.open .btn-trigger{
	position: absolute;
	top: 40%;
	left: 22px;
	transform: translateY(-50%);
}


.open .btn-trigger::before {
	content: 'CLOSE';
	display: inline-block;
	font-size: 1.35rem;
	color: #603813;
	width: 50px;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.btn-trigger::before {
    content: 'MENU';
    display: inline-block;
    font-size: 1.35rem;
    color: #603813;
    width: 50px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}


.open .btn-trigger span {
  background-color: #3a3a3a;
	height: 2px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
  
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
  background-color: #603813;
}
.btn-trigger span:nth-of-type(2) {
  top: 11px;
  background-color: #603813;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
  background-color: #603813;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}


/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
	position: fixed;
    z-index: 10;
    visibility: visible;
	width:100vw;
	height: 100vh;
	background: rgba(26,26,26,0.4);
	position: absolute;
	top: 0;
	
}
#global-nav {
  visibility: hidden;
  /*position: fixed;*/
	position: absolute;
  　top: 0;
  　width: 100%;
	z-index: 10;
}

.open #global-nav .nav_inner{
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	opacity: .9;
	overflow: scroll;
}


.open #global-nav .nav_inner .m_head{
	font-size: 2.6rem;
	color: #603813;
	padding: 30px 0 30px 15px;
	

}

.open #global-nav .nav_inner .menu_cover{
	overflow: scroll;
	height: calc(100vh - 150px);
	margin-bottom: 200px;
}

.open #global-nav .nav_inner .menu{
	list-style: none;
	border-top: 1px solid #9e7e64
}

.open #global-nav .nav_inner .menu li{
	border-bottom: 1px solid #9e7e64;
}

.open #global-nav .nav_inner .menu li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 23px 0 23px 15px;
	font-size: 1.55rem;
	color: #603813;
	position: relative;
}


.open #global-nav .nav_inner .menu li a span{
	color: #ed5478;
	padding-right: 5px;
}

.open #global-nav .nav_inner .menu li a::before{

}

.open #global-nav .nav_inner .menu li a::after{
	content: '';
	display: inline-block;
	background: url("image/index/icon_arrow.svg")no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
}

.open #global-nav .nav_inner .menu_cover .sp_submenu{
	width: calc(100% - 23px);
	margin: 17px auto 0;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu img{
	width: 100%;
	height: auto;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu02{
	width: calc(100% - 23px);
	margin: 15px auto 90px;
}

.open #global-nav .nav_inner .menu_cover .sp_submenu02 img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------*/

#page_area{
    width: 80.0vw;
    margin: 25.0vw auto 5.0vw;
    overflow: hidden;
}



.totop {
    display: none;
    width: 15.0vw;
    position: fixed;
    bottom: 20.50vw;
    right: 5.0vw;
    z-index: 5;
}

.totop a{
    font-size: 3.0vw;
    display: block;
    padding: 5.0vw 0;
    background-color: #FFC0CB;
    text-align: center;
}


/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

#footer_wrap{
    width: 100%;
    overflow: hidden;
    background-color: #774a25;
}

#footer_wrap .footer{
    padding: 1.5vw 0;
}

#footer_wrap .footer .copy{
    text-align: center;
    color: #fff;
}



/*-----------------------------------------------------------*/