@charset "UTF-8";

/* RESET */
/* ----------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0 ;}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
	font-weight: 700;
    transform:rotate(0.03deg);
    clear: both;
}
q:before, q:after { content:''}
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */
hr {
    height:0;
    margin:5px 0;
    border:none;
    border-top:1px solid #ccc;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html { height: 100%; }

:root {
    --this-site-bold: 600;
}
.element {
    font-weight: var(--this-site-bold);
}

/* clearfix
------------------------------------------ */
.clearfix:after, #footer .copy_main:after, .voice_float:after
{content:" ";display:block;height:0;clear:both;visibility:hidden;}
/*IE7*/
.clearfix {min-height: 1px;}
/*IE6 MacIE*/
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix{display:block;}
.clear{clear:both;}


/* BASE */
/* ----------------------------------------- */
body {
    font-family: "M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
	font-size: 12pt;
    line-height: 1.6;
    font-weight: 300;
    color: #222;
    margin: 0;
    padding: 0;
    width: 100%;
}
img {
    border:0;
    vertical-align: top;
}
table {
    border-spacing: 0;
    empty-cells: show;
}
div, span {
    word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
    margin:0;
    padding:0;
    border: 0;
    font-weight: 700;
    text-decoration:none;
    transform:rotate(0.03deg);
}
a {
    color: #777;
    text-decoration: none;
    transform:rotate(0.03deg);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
.nav a {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
a:visited {
    color: #777777;
}
a:hover {
    opacity: 0.7;
}
p, span {
    transform:rotate(0.03deg);
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.red {
    color: #e16d1e !important;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}
#contents {
    position: relative;
    width: 100%;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_none {
    display: block !important;
}
.pc_none {
    display: none !important;
}
.tnone {
    opacity: 0;
}

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* HEADER */
/* ----------------------------------------- */
#nagomi-header {
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
    height: 124px;
    z-index: 9999;
}
.header, .header2 {
    width: 100%;
    z-index: 999;
}
.header_area {
    width: 100%;
    min-height: 124px;
    z-index: 998;
}
#nagomi-header h1 {
    background: url("../images/logo.png") 0 0 no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 15px 0 0 15px;
    width: 142px;
    height: 91px;
    display: inline-block;
	z-index: 998;
}
#nagomi-header h1 a {
    width: 142px;
    height: 91px;
    display: block;
}


/* CONTENTS HEADER */
/* ----------------------------------------- */
#nagomi-header {
    background: #fff;
    height: 124px;
    width: 100%;
}
#nagomi-header .header {
    width: 100%;
}
.nav_contact {
    position: absolute;
    top: 36px;
    right: 8px;
}
.form_contact {
    width: 190px;
}
.form_contact a {
    background: url("../images/mail_icon.png") left 7px center no-repeat,linear-gradient(90deg, rgb(234, 163, 25), rgb(225, 108, 30));
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    padding-left: 8px;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    display: block;
}

/* NAVI */
/* ----------------------------------------- */
.navi {
    position: absolute;
    transform:rotate(0.03deg);
	top: 42px;
	right: 240px;
    width: 55%;
    z-index: 998;
}
#gNav ul li a:hover {
    color: #e16d1e !important;
}
#gNav li a {
    padding: 0 15px;
    color: #333;
}
#header #gNav li a {
    color: #333;
}
#nagomi-header #gNav li a:hover {
    color: #fff;
}

@media print, screen and ( min-width : 769px ) {
    .header .header_area  {
        height: 60px;
    }
    #gNav ul {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #gNav li {
        position: relative;
        text-align: center;
        white-space: nowrap;
        padding: 7px 0;
        width: 100%;
    }
    #gNav li a {
        font-size: 1.05em !important;
        line-height: 1.8;
        font-weight: 500;
        text-align: center;
        font-weight: 500;
    }
    #gNav li a:hover {
        color: #e16d1e;
    }
    #gNav ul > li:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #gNav ul li ul {
        border-left: 0;
    }
    .header .tel_bot {
        display: none;
    }
}

@media only screen and ( max-width : 768px ) {
    #nagomi-header {
        position: relative;
        height: 60px;
    }
    #nagomi-header .header {
        position: relative;
        width: 100%;
    }
    #nagomi-header .header_area {
        position: fixed;
        margin-top: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        min-height: 1px;
        z-index: 99998;
    }
    #nagomi-header h1 {
        position: absolute;
        top: 8px;
        left: 5px;
        background: url("../images/logo.png") 0 0 no-repeat;
        background-size: contain;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        margin: 0;
        width: 71px;
        height: 46px;
        z-index: 998;
    }
    #nagomi-header h1 a {
        width: 71px;
        height: 46px;
        z-index: 998;
        display: block;
    }
    .navi {
        position: relative;
        background: none;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        overflow-x: hidden !important;
    }
    #gNav {
        background: #fff5ee;
        width: 100%;
        height: 100vh;
        overflow-x: hidden !important;
        display: none;
        opacity: 0;
    }
    #gNav.zoomin {
        animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    }
    @keyframes zoomIn {
        0% {
          transform: scale(0.8);
          opacity: 0;
        }
        100% {
          opacity: 1;
          transform: scale(1);
        }
    }
    #gNav.active {
        display: block;
    }
    #gNav li a {
        font-size: 1.1em;
        line-height: 1.8;
        letter-spacing: 0.2em;
        transform:rotate(0.03deg);
        text-align: center;
        border-bottom: 1px dotted #777;
        border-right: 0;
        padding: 15px 0;
        display: block;
    }
    #gNav ul {
        border-left: 0;
    }
    #gNav li a .aov {
        display: inline !important;
    }
    .mean-container .mean-nav ul li a span {
        display: none !important;
    }
    #gNav .nav {
        padding: 50px 6% 0;
        overflow-y: auto;
        height: 100vh;
    }
    #gNav li a span {
        display: none;
    }
    #gNav .sub-menu {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #777;
    }
    #gNav .sub-menu a {
        background: url("../images/spnavi_arrow.png") left center no-repeat;
        font-size: 1.1em;
        margin-top: 5px;
        padding-left: 25px;
    }
    .header .tel_bot {
        margin: 30px auto 0;
        width: 60px;
        height: 60px;
    }
    .header .tel_bot a {
        display: block;
    }
    .header .tel_bot a img {
        width: 100%;
    }

    /* ハンバーガー*/
    .humbot {
        position: absolute;
        top: 10px;
        right: 7px;
        width: 60px;
        height: 60px;
        z-index: 9998;
    }
    .openbtn {
        position: relative;
        cursor: pointer;
        width: 60px;
        height: 60px;
    }
    .openbtn .openbtn-area{
        transition: all .6s;
        width: 60px;
        height: 60px;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 3px;
        border-radius: 2px;
        background: #e16d1e;
        width:70%;
    }
    .openbtn span:nth-of-type(1) {
        top:12px;
    }
    .openbtn span:nth-of-type(2) {
        top:24px;
    }
    .openbtn span:nth-of-type(3) {
        top:36px;
    }
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-40deg);
        width: 60%;
        background:#e16d1e;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(40deg);
        width: 60%;
        background:#e16d1e;
    }
}

/* NAVI CONT */
/* ----------------------------------------- */

@media only screen and ( max-width : 768px ) {
    #nagomi-header .humbot {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 60px;
        height: 60px;
        z-index: 9998;
    }
    #nagomi-header .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 3px;
        border-radius: 2px;
        background: #e16d1e;
        width:70%;
    }
    #nagomi-header #gNav li .sub-menu a {
        color: #e16d1e !important;
    }
    #nagomi-header #gNav li.nav_cont a.nav_thera2 {
        color: #fff !important;
        border: 0 !important;
    }
    ul.nav h3 {
        font-size: 1.45em;
        line-height: 1.3;
        letter-spacing: 0.05em;
        color: #e16d1e;
        padding-bottom: 15px;
        border-bottom: 1px solid #e16d1e;
        text-align: center;
    }
}


/* Breadcrump */
/* ----------------------------------------- */

#breadcrumb {
    background: #f0f0f0;
    border-top: 1px solid #eaa31a;
    width: 100%;
    height: 38px;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    width: 98%;
}
#breadcrumb li {
    font-size: 0.9em;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #333;
}
#breadcrumb li
#breadcrumb li a {
    color: #333;
}
#breadcrumb li a:hover {
    color: #d35600;
}
#breadcrumb li:not(:last-of-type)::after {
    content: "»";
    margin: 0.6em;
    color: #777;
}

@media only screen and ( max-width : 768px ) {

    #breadcrumb {
        background: #fff;
        height: auto;
    }
    #breadcrumb li {
        line-height: 1.8;
    }
}

/* FOOTER */
/* ----------------------------------------- */
#nagomi-footer {
    position: relative;
    background-size: cover;
    margin-top: 82px;
    width: 100%;
}
#nagomi-footer::before {
    position: absolute;
    top: -82px;
    left: 0 ;
    content: "";
    background: url("../images/footer_town.png") bottom center repeat-x;
    height: 82px;
    width: 100%;
}
.footer-copyright {
    background: #e16d1e;
    font-size: 0.9em;
    transform:rotate(0.03deg);
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 18px 0 20px;
    width: 100%;
}
.footer-copyright ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}
.footer-copyright li a {
    transform:rotate(0.03deg);
    color: #fff;
}

@media only screen and ( max-width : 768px ) {
    .footer-copyright ul {
        display: block;
        padding: 0 2%;
    }
    .footer-copyright {
        font-size: 0.8em;
        text-align: center;
        line-height: 1.4;
        padding: 10px 0 110px;
        width: 100%;
    }
}

/* SP BOTTOM BOT */
/* ----------------------------------------- */

.bot_menu {
	background: #ea9f00;
    width: 100%;
    height: 100px;
	position:fixed;
	bottom: -100px;
	z-index: 9999;
}
.bot_menu p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    padding: 7px 0 0;
    height: 50px;
}
.bot_menu ul {
	display: flex;
}
.bot_menu li {
    flex: 1;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px 10px 10px;
    border: 2px solid#e13e1e;
    height: 50px;
}
.bot_menu li.sptel {
    background: #fff url("../images/free-icon.png") center left 5px no-repeat;
}
.bot_menu li.spmail {
    background: #e13e1e url("../images/mail-icon.png") center left 5px no-repeat;
}
.bot_menu li a {
    transform:rotate(0.03deg);
    color: #fff;
    width: 100%;
    display: block;
}
.bot_menu li.sptel a {
    color: #e13e1e;
}

/* GO TOP */
/* ----------------------------------------- */

.pagetop {
    position: fixed;
    bottom: -50px;
    right: 20px;
}
.pagetop a {
    display: block;
    width: 44px;
    height: 44px;
}
.pagetop a:hover {
    opacity: 0.5;
}


/* COLOR */
/* ----------------------------------------- */

.orange { color: #eaa31a }
.red1 { color: #9e2824 }
.red2 { color: #a22e2c }
.gry { color: #333 }
.green1 { color: #608f2e; }
.green2 { color: #006835; }
.white { color: #fff !important; }
.aqua { color: #e9f0f5; }

.bgwhite { background: #fff !important; }

/* Boreder */
/* ----------------------------------------- */

.bdt1 {
    border-top: 1px solid #777;
}

/* Margin */
/* ----------------------------------------- */
.mgb0 { margin-bottom: 0 !important; }
.mgr10 { margin-right: 10px !important;}
.mgr20 { margin-right: 20px !important;}
.mgb15 { margin-bottom: 15px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgt50 { margin-top: 50px !important; }
.mgtm10 { margin-top: -10px !important; }
.mgtm30 { margin-top: -30px !important; }

.pdtb80 { padding: 80px 0; }<li>