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



nav a{
    color:#000;
}

/***************************************
	header
***************************************/
/**** contact_head ****/
.contact_head{
    text-align:center;
    margin:0 0 15px;
}
.contact_head p.mail{
    width:165px;
    background:#D9A136;
    border-radius:5px;
    margin:0 auto;
    padding:5px 0 5px 0;
}
.contact_head p.mail img{
    padding:0 0 3px 0;
}
.contact_head p.mail a{
    color:#fff;
}

.contact_head p.tel{
    font-size:2.3rem;
    line-height:3.4rem;
    font-weight:500;
}
.contact_head p.tel img{
    padding:0 0 6px 0;
}
.contact_head p.TelTime{
    font-size:1.2rem;
    line-height:1.4rem;
    color:#7D7D7D;
}


#nav_main_06{
	display: none;
}

/**** contact_head end ****/
/*--------------------------------------
	header ipad
--------------------------------------*/
@media screen and (min-width:768px) {
header #head{
    padding:15px 15px 0;
}
header #head .head_inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.header-contact-link a.c-btn {
	position: relative;
	background: #D9A136;
	color: #fff;
	width: 166px;
	height: 32px;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 1.4rem;
	border-radius: 5px;
	padding-left: 23px;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*

	.c-btn{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
*/
	
.header-contact-link a.c-btn::before {
	position: absolute;
	top: 50%;
	left: 27px;
	right: auto;
	margin-top: -6px;
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../img/header-mail-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;

}

.header-contact-tel a {
	position: relative;
	display: block;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	padding-left: 13px;
/*	margin-bottom: 1px;*/
}

.header-contact-tel a::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	margin-top: -9px;
	content: '';
	display: block;
	width: 17px;
	height: 19px;
	background-image: url(../img/header-tel_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;

}
	
.header-contact_info {
	color: #7d7d7d;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

.header-contact_info-title,
.header-contact_info-txt {
	display: inline-block;
}

	/*
.contact_head p.mail{
    width:300px;
}
*/
}
/*--------------------------------------
	header pc
--------------------------------------*/
@media screen and (min-width:1024px) {
header #head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header #head .head_inner{
	width: 100%;
	/*
    flex:0 0 82%;
    max-width:82%;
*/
}
/**** contact_head ****/
/*
.contact_head p.mail{
    width:200px;
}
*/
.contact_head p.tel img{
    padding:0 0 5px 0;
}
/**** contact_head end ****/
}


/*--------------------------------------
	menu
--------------------------------------*/
/* Hamburger sample06 */
    /* メニューを見えないように配置 */

/* Hamburger sample06 end */


/*--------------------------------------
	menu ipad
--------------------------------------*/
@media screen and (min-width:768px) {

/**** menu用 flex ****/
/*両端に配置で均等*/
.flex_manu_b{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
}
/*均等*/
.flex_manu_a{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack:distribute;
        justify-content:space-around;
}
/**** menu用 flex end ****/


/* Hamburger sample06 解除 */
    .nav_mobile_06{
        display:none;
    }
	#nav_main_06{
		display: block;
	}
    #nav_main_06{
        position:static;
        width:auto;
        background:#fff;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
        text-align:center;
    }
	#nav_main_06 {
margin: 0 0 0 auto;
}    #nav_main_06 ul{
        border-bottom:none;
        padding:0;
		margin-right: 10px;
    }
    #nav_main_06 li{
		position: relative;
        border-bottom:none;
    }
    #nav_main_06 li a{
        padding:30px 10px;
    }

#nav_main_06 li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 1px;
    height: 15px;
    background-color: #ddd;
    content: '';
}
/* Hamburger sample06 解除 end */

	.only-sp {
		display: none;
	}
	.sp-hide {
		display: block;
	}

}




/***************************************
	footer
***************************************/
footer{
    margin-top:auto;
}
/**** contact ****/
#contact{
    background:url(../img/footer01.jpg) 50% no-repeat;
    background-size:cover;
    margin:0 auto 30px;
    padding:50px 0;
}
#contact_waku p{
    text-align:center;
}
#contact_waku p.back_con{
    width:80%;
	font-weight: 700;
    font-size:1.6rem;
    line-height:2.6rem;
    background:#fff;
    border-radius:20px;
    letter-spacing:0.05em;
    margin:0 auto 20px;
    padding:5px 0 5px 0;
}
.contact_us{
    max-width:1200px;
    margin:0 auto;
}
.contact_us p{
    letter-spacing:0.05em;
}
.contact_us p.tel{
	font-family: 'Roboto Condensed', sans-serif;
    font-size:3.5rem;
    line-height:3.2rem;
    color:#fff;
    font-weight:600;
    letter-spacing:0.07em;
}
.contact_us p.tel span{
    font-size:2.0rem;
    letter-spacing:normal;
}
.contact_us p.time{
    font-size:1.2rem;
    line-height:2.0rem;
    color:#fff;
    margin:0 0 20px;
}
.contact_us p.mail_foot{
    width:300px;
    background:#D9A136;
    border-radius:5px;
    margin:0 auto;
}
.contact_us p.mail_foot img{
    padding:0 0 3px 0;
}
.contact_us p.mail_foot a{
	position: relative;
    color:#fff;
    padding:15px 0;
}

.contact_us p.mail_foot a::before {
    position: absolute;
    top: 50%;
    left: 44px;
    right: auto;
    margin-top: -5px;
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../img/header-mail-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/*
::before {
	display: inline-block;
	content: " ";
	background: url(../img/header-mail-icon.svg) no-repeat 0 9px;
	background-size: contain;
	width: 22px;
	height: 45px;
}
*/
/**** contact end ****/

/**** nav foot ****/
.footer_waku a,.copy_waku a{
    display:inline;
}
.logo_foot_waku{
	align-items: center;
    text-align:center;
    margin:0 auto 20px;
}
.logo_foot_waku .logo_foot{
    margin:0 0 10px;
}
.address{
    font-size:1.2rem;
    line-height:2.0rem;
}
.address span{
    font-size:1.6rem;
    line-height:2.4rem;
    font-weight:500;
}
.nav_foot{
/*    text-align:center;*/
}

.nav_foot ul li a{
	position: relative;
    display: block;
    font-size: 1.2rem;
    padding: 7px 10px;
}
.nav_foot ul li{
	position: relative;
}
.nav_foot ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 5px solid #4ABEE4;   /* 好みで色を変えてください */  
}

.nav_foot ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*
.nav_foot ul li::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
}
*/


/**** nav foot end ****/
/**** copy ****/
.copy_back{
    background:#473D38;
    color:#fff;
    text-align:center;
    padding:15px 0;
}
.copy_back a{
    color:#fff;
    font-size: 1.1rem;
    padding: 0 10px;
}

.copy_nav ul{
	display: flex;
}
.copy_nav ul li{
	position: relative;
	line-height: 1;
}
.copy_nav ul li:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 70%;
    background-color: #a7abae;
    content: '';
}
.copy_nav p.copy{
	text-transform:uppercase;
    font-size: 1.1rem;
    font-weight: 300;
	letter-spacing: .1px;
    text-transform: uppercase;
	padding:5px 0 0;
}
/**** copy end ****/

/*--------------------------------------
	footer ipad
--------------------------------------*/
@media screen and (min-width:768px) {
/**** contact ****/
#contact_waku p.back_con{
    width:380px;
    margin:0 auto 30px;
}
.contact_us{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
}
.contact_us .TelTime{
    padding:0 15px;
}
.contact_us p.tel{
    font-size:3.6rem;
    line-height:3.6rem;
}
.contact_us p.tel span{
    font-size:2.2rem;
}
.contact_us p.time{
    margin:0;
}
.contact_us p.mail_foot{
    width:300px;
    margin:0 0 0 15px;
}
.contact_us p.mail_foot a{
    padding:18px 0;
}
/**** contact end ****/
/**** nav foot ****/
#footer{
    margin:0 -15px;
    padding:0 15px;
}
.footer_waku{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
	align-items: center;
    text-align:left;
    margin:0 -15px 30px;
}
.logo_foot_waku{
    width:auto;
    text-align:left;
    margin:0 -15px;
    padding:0 15px;
}
.logo_foot_waku .logo_foot{
    padding:0 15px;
}
.logo_foot_waku .logo_foot {
    margin:0;
}
.nav_foot{
    margin:0 -15px;
    padding:0 15px;
}
.nav_foot ul{
    display:flex;
    margin:0 -15px;
    padding:0 15px;
}
.nav_foot ul li::before {
    content: none;
}
.nav_foot ul li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 1px;
    height: 13px;
    background-color: #ddd;
    content: '';
}
.nav_foot ul li {
	position: relative;
    border-bottom: 0;
}

/**** nav foot end ****/
/**** copy ****/
.copy_nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 -15px;
    padding:0 15px;
}
.copy_nav ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0 -15px;
    padding:0 15px;
}
.copy_nav ul li{
/*    border-right:solid 1px #fff;*/
/*
    line-height:1.4rem;
    height:1.4rem;
*/
/*    padding:0px 15px;*/
}
.copy_nav ul li:last-child{
    border-right:none;
}
.copy_nav p.copy{
	line-height: 1;
    padding:0 15px;
}
/**** copy end ****/
}
/*--------------------------------------
	footer pc
--------------------------------------*/
@media screen and (min-width:1024px) {
.nav_foot ul li{
    font-size:1.4rem;
}
}







header #head .head_inner{
	position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
	align-items: center;
}


/*****************************************************************************
スマホメニュー
*****************************************************************************/


.accordion .spnavi-ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: .85rem;
}

.nav-toggle {
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: #473D38;
	border-radius: 10%;
}

.nav-contact a {
	width: 45px;
	height: 45px;
	position: relative;
	background: #D9A136;
	border-radius: 10%;
}

.nav-contact a::before {
	display: inline-block;
	content: " ";
	background: url(../img/header-mail-icon.svg) no-repeat 0 9px;
	background-size: contain;
	width: 22px;
	height: 45px;
}

.accordion {
    position: fixed;
    height: 45px;
    z-index: 9999;
    right: 15px;
}

.accordion ul li {
	position: relative;
	text-align: center;
}

.accordion ul li:not(:last-child) {
	margin-right: 5px
}

.sp-nav {
    display: flex;
}

.spnavi-ttl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-weight: 400;
	color: #fff;
	font-size: .9rem;
}

/*------------------------------------------------------------
	ハンバーガー
------------------------------------------------------------*/

 .burger-menu {
  position:absolute;
  top:15px;
  left:12px;
  height:2px;
  width:22px;
	 border-radius: 2px;
  background:#fff;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out
 }
 .burger-menu:before,.burger-menu:after {
  position:absolute;
  right:0;
  content:"";
  width:22px;
  height:2px;
	 border-radius: 2px;
  background:#fff;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out
 }
 .burger-menu:before {
  top:-6px
 }
 .burger-menu:after {
  top:6px
 }
 .gnavi--open .burger-menu {
  height:0
 }
 .gnavi--open .burger-menu::before {
  top:0;
  -webkit-transform:rotate(225deg);
  transform:rotate(225deg)
 }
 .gnavi--open .burger-menu::after {
  top:0;
  -webkit-transform:rotate(135deg);
  transform:rotate(135deg)
 }

