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

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

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

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

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

/* nivo-SLIDER */
@import url("nivo-slider.css");


/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
  font-size: 1.5rem;
  background:url(../common_img/bg_01.png) repeat 0 0;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1000px;
  }
}
/* ========== end △ */
/* サイト幅
-------------------------------------------------- */
.site_wrap {
  box-sizing: border-box;
  width: 100%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .site_wrap {
    width: 1100px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
#header{
  width:100%;
  padding:0px 0;
  z-index:1000;
  border-bottom:solid 1px #ccc;
  border-top:solid 6px #ff7843;
  position:fixed;
  background:#fff;
}

.header_inner{
background:none;
}

#header h1 {
  float:left;
  width:200px;
  padding:5px 0 0px;
}

.header_info{
  float:right;
  width:135px;
  padding:8px 32px 10px 0px;
}
.header_info li{
float:left;
width:44px;
padding:2px;
}
.header_info li:last-child{
float:left;
}

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

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

#header{
  position:static;
  background:none;
  animation: fadeIn 2s ease 0s 1 normal;
}

#header h1 {
  width:38%;
}


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


.header_info li:first-child{
width:80%;
padding:5px 0 0;
}
.header_info li:last-child{
width:17%;
padding:5px 0px 0px;
float:right;
}
.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:#e3b928;
    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: 1em;
    background: #007ad0;
    color: #fff;
}

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

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

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

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

.menu > ul > li > ul {
    display: none;
    width: 30%!important;
    background: #3cc6ff;
    padding: 5px;
    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{
    width:50%;
    float:left;
}

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

.menu > ul > li > ul.sm > li a:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    font-size:100%;
    display:inline;
    margin-right:10px;
    color:#fff;
}

.menu > ul > li a:before {
    font-family: "FontAwesome";
    content: "\f0a9";
    margin-right:15px;
    font-size:100%;
    display:inline;
}

.menu > ul > li > ul > li a:hover{
    background: rgba(0,0,0,0.2);
}

.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: 0px 20px 5px;
    position: relative;
}



.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{
    width: 100%;
    margin: 0px auto 0;
    border-bottom:solid 1px #ccc;
}


.menu-mobile {
    display: none;
}

.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 > 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: 0.0em 0.0em 0.5em;
    display: block;
    text-align:center;
    color:#6f3816;
    line-height:1.4;
    font-weight:bold;
}

.menu > ul > li a:before {
    display:block;
    font-size:160%;
    margin-right:0px;
    color:#96b900;
}

.menu > ul > li a:hover,.menu > ul > li a:hover:before {
    background:#fbd13f;
    color:#fff;
}

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

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

.menu > ul > li > ul > li{
    width:100%;
    float:none;
}

.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: 300px!important;
    left: auto;
    padding: 10px 20px;
    position: absolute!important;
    z-index:1000;
}
.menu > ul > li a:before {
    font-family:'Font Awesome 5 Free';
    margin-right:0px;
    font-size:230%;
    display:block;
    color:#ff8a00;
}

.menu > ul > li.m_01 a:before {content: "\f015";}
.menu > ul > li.m_02 a:before {content: "\f508";}
.menu > ul > li.m_03 a:before {content: "\f546";}
.menu > ul > li.m_04 a:before {content: "\f5ac";}
.menu > ul > li.m_05 a:before {content: "\f1ec";}
.menu > ul > li.m_06 a:before {content: "\f059";}

}

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


#content_area {
  margin-top: 30px;
  padding:0 15px 40px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #content_area {
    margin-top: 30px;
    margin-bottom: 50px;
    min-height:600px;
    padding:0 0px 0;
    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 30px;
    font-size:200%;
    padding:0px 0px 25px 0px ;
  }

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

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

}
/* ========== end △ */
#content_area .tt_style02 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 8px 20px;
  font-size: 1.6rem;
  color:#fff;
  background:#652f0a;
  border-bottom:solid 6px #502304;
}

#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.8rem;
  padding: 8px 15px 8px;
  margin:40px 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:100%;
margin:auto;
}

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

#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{
width:715px;
margin:auto;
}


#fo_ue .fo_bnr dt{
float:left;
margin-right:15px;
width:300px;
}

#fo_ue .fo_bnr dd{
float:left;
width:400px;
}
}


/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  background: linear-gradient(#ff7843, #ff6427);
  border-top:solid 6px #ff6427;
}

#copy{
text-align:center;
padding:20px 0 20px;
color:#fff;
}
/* ▽ 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;
  }

#copy{
padding:20px 0 30px;
}
}
/* ========== end △ */
#pagetop_btn_f {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    margin-top: 0px;
  }
}
/* ========== 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;
width:160px;
}

.f_logo{
width:400px;
color:#fff;
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) {


  #fnav li {
    border-top: 2px dotted #fff;
    display:block;
    color:#fff;
    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 #fff;
  }
  #fnav li ul li:last-child{
    border-top:none;
     border-bottom:none;
  }
.f_logo{
width:280px;
}

}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #fnav{
    display:table;
    width:100%;
    margin:auto;
  }

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

  #fnav li:last-child{
    border-left:dotted 2px #704c00;
    border-right:dotted 2px #704c00;
  }

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

  #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:#fff;
}
/* ▽ 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 △ */


