
/* RESET */
@import url("reset.css");

/* Utility */
@import url("utility.css");

/* TOP */
@import url("top.css");

/* Font Awesome BootstrapCDN */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/* Content */
@import url("content.css");



/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  font-size: 1.4rem;
}

#wrapper_top {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  font-size: 1.4rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1000px;
  }
  #wrapper_top {
    min-width: 1000px;
  }
}
/* ========== end △ */
/* サイト幅
-------------------------------------------------- */
.site_wrap {
  box-sizing: border-box;
  width: 100%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .site_wrap {
    width: 1000px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
#header{
  width:100%;
  padding:0px 0;
  z-index:1000;
  position:relative;
  border-bottom:solid 1px #ccc;
}

.header_inner{
background:#fff;
}

#header h1 {
  float:left;
  width:180px;
  padding:3px 0 0;
}

.header_info{
  float:right;
  width:135px;
  background:rgba(255,255,255,1.0);
  padding:8px 32px 10px 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header_info li{
float:left;
width:44px;
padding:2px;
}

.header_pc_tel{display:none;}
.header_sp_tel{display:block;}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {

#header{
  min-height:156px;
  border-bottom:none;
  animation: fadeslideIn 2s ease 0s 1 normal;
}

#header h1 {
  width:300px;
  padding:0px 0 0;
}

.header_inner{
background:none;
}

.header_info{
  width:34%;
  padding:5px 15px;
}

.header_top{
background:url(../images/main_01.png) no-repeat center 0;
height: 100vh;
background-position:center 0;
}

.header_info li:first-child{
width:80%;
padding:5px;
}
.header_info li:last-child{
width:20%;
padding:10px 5px 5px;
}
.header_pc_tel{display:block;}
.header_sp_tel{display:none;}

}



@keyframes fadeslideIn {
    0% {opacity: 0;transform: translateY(-50px);}
    100% {opacity: 1;transform: translateY(0);}
}

@-webkit-keyframes slideIn {
    0% {opacity: 0;transform: translateY(-50px);}
    100% {opacity: 1;transform: translateY(0);}
}




/* ==================================================
	gnav
================================================== */


.menu a{
    text-decoration:none !important;
}

.menu-mobile{
    width: 40px;
    height:40px;
    text-align:center;
    background:#b17e00;
    position:absolute;
    top: 10px;
    right: 5px;
    padding: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 2.3rem;
    padding: 0;
    float: none;
    color:#fff;
    position: relative;
    top: 12%;
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 0.7em;
    background: #b17e00;
    color: #fff;
}

    .menu > ul {
        display: none;
        background:#ffd264;
    }

    .menu > ul.show-on-mobile{
        display: block;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        border-top:dotted 1px #634600;
        border-bottom:none;
        background:none;
    }

    .menu > ul > li:first-child{
    background:none;
    border-top:none;
    width: 100%;
    }

    .menu > ul > li a {
        padding: 0.7em;
        width: 100%;
        display: block;
        text-align:left;
        font-weight:bold;
        color: #6f3816;
    }

.menu > ul > li > ul {
    display: none;
    width: 30%!important;
    background: rgba(220,151,0,0.9);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
}

.menu > ul > li > ul > li a {
    padding: 0.8em 0 !important;
    width: 100%;
    display: block;
    text-align:left;
    border-bottom: 1px dotted #634600!important;
}

.menu > ul > li a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right:10px;
}

.menu > ul > li > ul > li a:hover{
    background:rgba(0,0,0,.3);
    color:#fff;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%!important;
    left: auto;
    padding: 10px 20px;
    position: relative;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0 !important;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {

.menu_posi01{
position:absolute;
bottom:0;
}

.menu_posi02{
position:absolute;
}

.menu{
    width: 100%;
    margin: 0px auto 0;
    background: linear-gradient(#ffc843, #ffc331);
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu > ul {
    display: block;
    margin: 0 auto;
    width: 1000px;
    list-style: none;
    padding: 0;
    position: relative;
    background:none;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}



.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    width:18.0%;
    border-top:none;
    background:url(../common_img/li_bg.png) no-repeat right center;
}


.menu > ul > li:first-child{
    width:10%;
    background:url(../common_img/li_bg.png) no-repeat left center,url(../common_img/li_bg.png) no-repeat right center;
}

.menu > ul > li a {
    padding: 1.6em 0;
    display: block;
    text-align:center;
}

.menu > ul > li:hover {
    background:#dc9700;
}

.menu-dropdown-icon:before {
    display: none;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 340px!important;
    left: auto;
    padding: 10px 20px;
    position: absolute!important;
}


}

/* ========== end △ */
/* ==================================================
	content_area
================================================== */


#content_area {
  margin-top: 0px;
  padding:30px 15px 0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #content_area {
    margin-top: 0px;
    margin-bottom: 50px;
    min-height:600px;
    animation: fadeIn 2s ease 0s 1 normal;
  }
}
/* ========== end △ */
/* title set
-------------------------------------------------- */

/* ========== end △ */
#content_area .tt_style01 {
font-size:120%;
color:#000;
text-align:center;
padding:0px 0px 30px 0px ;
margin:30px 0 20px;
font-weight:bold;
background:url(../common_img/tt_bg_01.png) no-repeat center bottom;
}


#content_area .tt_style_lead {
color:#000;
text-align:center;
padding:10px 0px 30px 0px ;
font-weight:normal;
background:url(../common_img/tt_bg_02.png) no-repeat center 0;
background-size:280px;
}

#content_area .tt_style_lead span{
font-size:160%;
display:block;
margin:0 0 15px;
text-align:center;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #content_area .tt_style01 {
    margin: 60px 0 40px;
    font-size:200%;
    padding:0px 0px 25px 0px ;
  }

  #content_area section:first-child .tt_style01 {
    margin: 0px 0 10px;
  }
}
/* ========== end △ */
#content_area .tt_style01 span {
  display: block;
  position: relative;
  color:#ffb500;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #content_area .tt_style01 span {
    font-size: 1.8rem;
  }

#content_area .tt_style_lead {
font-size:120%;
background-size:400px;
}

}
/* ========== end △ */
#content_area .tt_style02 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 20px 10px 30px;
  font-size: 1.6rem;
  color:#87501c;
  background:#ffc538 url(../common_img/h3_bg04.png) no-repeat 10px center;
}

#content_area .tt_style02 span{
  font-size: 80%;
  padding:0 2% 0 0;
}

#content_area .tt_style03 {
  margin:20px 0 15px;
  padding: 5px 15px 3px;
  border-bottom: 6px solid #3d1b09;
  font-size: 1.4rem;
  color:#fff;
  background:#784124;
}

#content_area .tt_style04 {
  margin:0px 0 15px;
  padding: 0px 15px 5px;
  font-size: 1.6rem;
  color:#ab4c00;
  border-bottom:dotted 2px #ab4c00;
}

#content_area .tt_style05 {
  margin:0px 0 15px;
  padding: 5px 15px 5px;
  font-size: 1.6rem;
  color:#fff;
  background:#006baf;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #content_area .tt_style02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight:bold;
  }

#content_area .tt_style03 {
  font-size: 1.6rem;
  padding: 4px 15px 4px;
  margin:20px 0 15px;
}


}

/* ========== end △ */


/* ==================================================
	aside_area
================================================== */
#left_main{
margin-top: 20px;
}

#aside_area {
  margin-top: 20px;
}

#aside_area ul{
width:70%;
margin:auto;
}

#aside_area li{
text-align:center;
margin-bottom:15px;
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1024px) {


#left_main{
    margin-top: 30px;
}


  #aside_area {
    margin-top: 30px;
  }

#aside_area ul{
width:100%;
}
}
/* ========== end △ */

/* ==================================================
	フッター上部のフローター
================================================== */

#fo_ue {
position: fixed !important;
bottom: 0;
right: 0;
z-index: 10;
padding:5px 0 5px;
width: 100%;
background: rgba(255,255,255, 0.9);
border-top: 1px solid #ccc;
box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2);
}

#fo_ue .fo_bnr{
width:75%;
margin:auto;
}

#fo_ue .fo_bnr dt{
float:none;
width:90%;
text-align:center;
margin:0px auto 0px;
}

#fo_ue .fo_bnr dd{
float:none;
width:95%;
margin:0 auto 10px;
}

#fo_ue .fo_bnr dd ul{
background: #fffef0;
padding:1%;
border:solid 1px #038000;
}
#fo_ue .fo_bnr dd ul:before {
    content: "お気軽お問い合わせください";
    color: #ffff00;
    width: 100%;
    display: block;
    text-align: center;
    background: #038000;
}
#fo_ue .fo_bnr dd ul li{
padding:1% 2%;
float:left;
}

#fo_ue .fo_bnr dd ul li a{
color:#333;
text-decoration:none;
}

#fo_ue .fo_bnr dd ul li a:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right:10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1024px) {

#fo_ue .fo_bnr dt{
float:left;
width:40%;
}

#fo_ue .fo_bnr dd{
float:right;
width:45%;
margin-top:10px;
}
}


/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
background:url(../common_img/bg_green.png) repeat center bottom;
}

#copy{
text-align:center;
padding:20px 0 140px;
color:#5c3106;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #footer {
    padding: 15px 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #footer {
    padding: 25px 0;
  }
}
/* ========== end △ */
#pagetop_btn_f {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f {
    position: fixed;
    z-index: 20;
    right: 5%;
    bottom: -100%;
    transition: all 0.5s ease;
  }
  #pagetop_btn_f.visible {
    bottom: 0;
  }
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
  padding: 15px 0;
  background-color: #ccc;
  color: #333;
  text-decoration: none;
  text-align:center;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #pagetop_btn_f a {
    padding: 17px 20px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #pagetop_btn_f a {
    display: inline-block;
    padding: 7px 20px;
  }
  #pagetop_btn_f a:hover {
    background-color: #f68787;
  }
}
/* ========== end △ */
#pagetop_btn_f .fa {
  margin-right: 10px;
}

  #fnav{
    display:block;
    width:100%;
    margin:auto;
  }

.f_link{
text-align:center;
padding:30px 0 0;
}

.f_link img{
margin:5px;
border:solid 1px #ccc;
}

.f_logo{
width:310px;
color:#5c3106;
text-align:left;
margin:0 auto 30px;
}

.f_logo dt{
text-align:center;
}

.f_logo dd{
padding:0px 0px;
text-align:center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {


.f_logo{
width:98%;
margin:20px auto 30px;
}

.f_logo dd{
text-align:center;
}

  #fnav li {
    border-top: 1px dotted #5c3106;
    display:block;
    color:#5c3106;
    font-weight:bold;
    padding:10px 0 0 20px;
  }

  #fnav li a{
    font-weight:normal;
    padding:0px 0 10px 0px!important;
  }

  #fnav li ul{
    padding:0 0 0 20px;
  }

  #fnav li ul li{
    border-top:none;
     border-bottom:dotted 1px #ccc;
  }
  #fnav li ul li:last-child{
    border-top:none;
     border-bottom:none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #fnav{
    display:table;
    width:100%;
    margin:auto;
  }

  #fnav li {
    display:table-cell;
    color: #5c3106;
    width:30.0%;
    text-align:center;
    font-weight:bold;
    border-left:dotted 1px #5c3106;
  }
  #fnav li.first_home{
    width:10%;
  }

  #fnav li:last-child{
    border-left:dotted 1px #5c3106;
    border-right:dotted 1px #5c3106;
  }

  #fnav li a{
    font-weight:normal;
    display:block;
    text-align:left;
    padding:0 20px 0 20px;
  }

  #fnav li a::before {
    content: "\f105";
    float: right;
    margin-right: 5px;
    font-family: FontAwesome;
  }

  #fnav li ul{
    padding:0 0 0 0px;
    text-align:left;
  }
  #fnav li ul li{
    float:none;
    display:block;
    width:100%;
    margin:5px 0;
    border-left:none;
  }
  #fnav li ul li:last-child{
    border-left:none;
    border-right:none;
  }

}
/* ========== end △ */
#fnav li a {
  color: #5c3106;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #fnav li a {
    display: block;
    padding: 10px 0 10px 15px;
  }
  #fnav li a::before {
    content: "\f105";
    float: right;
    margin-right: 15px;
    font-family: FontAwesome;
  }
}
/* ========== end △ */


.btn01 {margin:30px auto 20px;width:80%;max-width:260px;}


.btn01 a{
	color:#5c3106;
	font-weight:normal;
	text-decoration:none;
	font-size:100%;
	display:block;
	padding:10px 0px;
	background:#f2f2f2;
	text-align:center;
	-webkit-border-radius:80px; -moz-border-radius:80px; border-radius:80px;
	border:solid 2px #ffba00;
}

.btn01 a:hover{
	background:#ffba00;
	color:#fff;
}