@charset "utf-8"; 

/*++++++++++++++
共通
++++++++++++++*/
body {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-weight: 300;
    transition: .5s;
    box-sizing: border-box;
}

body:before {
    content: "";
    transition: .5s;
}

body.ory {
    overflow: hidden;
}

body.ory:before {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    transition: .5s;
}

body *{
	box-sizing: border-box;
}

#wrapper {
    padding: 0;
    margin: 0;
}

.inner {
    max-width: 1200px;
    margin: auto;
}

.overlay {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.under {
    text-decoration: underline;
    color: #69c;
}

.under:hover {
    text-decoration: none;
}

u.under3 {
    color: #dd2727;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

/*改行*/
.br {
    display: block !important;
}

.br2 {
    display: none !important;
}

/*レスポンシブ*/
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/*センタリング*/
.center {
    display: block;
    margin: auto;
    text-align: center;
}

/*flex*/
.flex {
    display: flex;
    justify-content: space-between;
}

/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
    margin: 0 0 10px;
}

/*小*/
.mb1 {
    margin: 0 0 30px;
}

/*中*/
.mb2 {
    margin: 0 0 50px;
}

/*大*/
.mb3 {
    margin: 0 0 80px;
}

/*特大*/
.mb4 {
    margin: 0 0 100px;
}

/*超特大*/
.mb5 {
    margin: 0 0 150px;
}

.mt-20 {
    margin-top: 20px;
}

    
.mt-30 {
    margin-top: 30px;
}

.color-green{
    color: #428f56;
}

.color-orange {
    color: #e58c6c;
}

.text-right {
    text-align: right;
    display: block;
	
}


.button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 0;
    border-radius: 100px;
    background: #e58c6c;
    letter-spacing: 0.05em;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    /* box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); */
    transition: .3s;
    width: 300px;
    display: block;
    text-align: center;
}

.button2:hover {
    background: #d56d48;
    /* color: #3a3a3a; */
}

.button2:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
}


.button3 {
    max-width: 330px;
    display: block;
    position: relative;
}

.button4 {
    background: #eee;
    padding: 12px 40px 15px 50px;
    margin: 10px 0 0;
    border-radius: 5px;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.button4:before {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat center center;
    background-size: 6px;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    margin: auto;
    left: 20px;
}

.button4:hover {
    color: #fff;
}

.button4.on {
    color: #fff;
    background: #409343;
}

.button4:hover:before {
    background: url(../images/common/arrow_w.svg) no-repeat center center;
}

.button4.on:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center;
}

/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
    transition: .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: relative;
    display: block;
}

.scale:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    /*background: rgba(0,0,0,0.2);*/
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {font-size: 2.5em;font-weight: 600;letter-spacing: 0.05em;line-height: 1.5;}

.first-head {
    position: relative;
    padding: 0 0 0 12px;
}

.first-head:before {
    content: "";
    width: 35px;
    height: 35px;
    background: hsl(15.87deg 69.94% 66.08% / 21.96%);
    position: absolute;
    left: 4px;
    top: -4px;
    z-index: -1;
    border-radius: 15px;
    transform: rotateZ(24deg);
}
/*++++++++++++++*/
/*大見出し*/
h2 {
    font-weight: 600;
    font-size: 1.9em;
    letter-spacing: 0.05em;
    color: #665241;
}

.second-head {
    position: relative;
}

.second-head:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #665241;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.second-head span {
    display: inline-block;
    background: #fff;
    padding: 0 20px 0 0;
    position: relative;
}

/*中見出し*/
h3 {font-size: 1.5em;font-weight: 600;color: #665241;line-height: 2;}

/*小見出し*/
h4 {
    font-weight: 600;
    font-size: 1.5em;
    color: #665241;
}



/*以下見出し*/
.h5-wrap h5 {
    color: #008751;
    font-weight: 600;
    border-left: 2px solid #008751;
    margin: 0 0 20px;
    display: inline-block;
    padding: 0 0 0 10px;
    letter-spacing: 1px;
    line-height: 1;
}

h5{
    font-size: 1.4em;
    color: #665241;
    letter-spacing: 0.05em;
}

/*以下見出し*/
h6 {
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.mincho{
    font-family: 'Noto Serif JP', serif;
}

span.red-under {
    color: #f06868;
    text-decoration: underline;
}

.sonota {
    padding: 30px;
    background: #fafafa;
    border-radius: 10px;
}

ul.sonota-list {
    list-style: disc;
    padding: 0 0 0 14px;
    color: hsl(27.57deg 22.16% 32.75% / 89%);
}

ul.sonota-list li {
    margin: 0 0 8px 0;
}

ul.sonota-list li:last-child {
    margin: 0;
}

.sonota h6{
    font-weight: 600;
    font-size: 1.1em;
    color: #665241;
}

.sonota p{
    font-size:1em;
}

.sonota.important-s {
    background: #ffeded;
}

.sonota.important-s ul {
    color: #f06868;
}

.sonota.important-s p {
    color: #f06868;
}

/*お問い合わせ*/
.box_contact {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    text-align: center;
}


.box_contact h5 {
    padding: 0;
    font-weight:600;
    margin: 0 auto 8px;
}

.box_contact .flex {
    align-items: center;
    justify-content: center;
    margin: 0;
}

.box_contact .tel-c {
    margin: 0 3% 0 0;
}


.box_contact .tel-c a{ 
    font-size: 1.8em;
    background-size: 23px;
    padding: 0 0 0 31px;
    color: #665241
}

.box_contact .fax {
    display: flex;
    align-items: baseline;
    font-size: 1.3em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #665241;
}

.box_contact .fax span {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0 5px;
}



/*本文*/
p {
    font-size: 1em;
    line-height: 2;
    color: hsl(27.57deg 22.16% 32.75% / 89%);
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

/*補足*/
em {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.8em;
}

sup {
    font-size: 60%;
}

.tel {
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    background: url(../images/common/tel_b.svg) no-repeat center left;
    background-size: 30px;
    padding: 0 0 0px 38px;
    margin: 10px 0;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

/**/
/*上*/
.view-lowup {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: .5s;
    transition-delay: 0.5s;
}

.view-lowup2 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: .6s;
    transition-delay: 0.6s;
}

.view-lowup3 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0,20px);
    transition: .7s;
    transition-delay: 0.7s;
}

.view-lowup4 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0,20px);
    transition: .8s;
    transition-delay: 0.8s;
}

.view-lowup5 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0,20px);
    transition: .9s;
    transition-delay: 0.9s;
}

.mv-lowup {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*右*/
.view-lowright {
    opacity: 0;
    transform: translate(60px,0);
    -webkit-transform: translate(60px,0);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-lowright {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
    opacity: 0;
    transform: translate(-60px,0);
    -webkit-transform: translate(-60px,0);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-lowleft {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blur {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mv-blur {
    -webkit-animation-name: Blur;
    animation-name: Blur;
    transition: .3s;
}

@-webkit-keyframes Blur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

/**/
a.arrow {
    display: block;
    margin: 0 0 15px;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    position: relative;
    border: brown;
    transition: .3s;
}

a.arrow:hover {
    color: #e58c6c;
}

a.arrow:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center #e58c6c;
    background-size: 5px;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #e58c6c;
    top: 5px;
    /* bottom: 0; */
    border-radius: 100px;
    margin: auto;
    right: 0;
}

.arrow2 {
    display: block;
    margin: 0 0 10px;
    font-size: 1.2em;
    color: #409343;
    letter-spacing: 2px;
    padding: 3px 0 5px 45px;
    position: relative;
    font-weight: 100;
}

.arrow2:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center #e58c6c;
    background-size: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #e58c6c;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    margin: auto;
    left: 0;
    z-index: 1;
}

.arrow3 {
    display: block;
    font-size: 1.1em;
    color: #e58c6c;
    letter-spacing: 2px;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
}

.arrow3:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center #e58c6c;
    background-size: 8px;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #e58c6c;
    bottom: 5%;
    border-radius: 100px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.arrow2:after,.arrow3:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 1px;
    top: 1px;
    bottom: 0;
    background: #e58c6c;
    border-radius: 50%;
    z-index: 0;
    transition: .3s;
}

.arrow2:after{
    /* bottom: 9.4%; */
    /* top: inherit; */
}

.arrow3:after {
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 5.4%;
    margin: auto;
}

.arrow2:hover:after, .arrow3:hover:after, .intro-list a:hover .arrow3:after, .button3:hover .arrow3:after{
    content: "";
    -webkit-animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
    animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
    border-radius: 50%;
    z-index: 0;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.6, 1.6);
        transform: scale(1.6, 1.6);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

.arrow4 {
    display: block;
    margin: 0 0 12px;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    position: relative;
    transition: .3s;
    color: #665241;
}

.arrow4:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #665241;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*++++++++++++++
table
++++++++++++++*/
/*テーブル*/
table {
    width: 100%;
    line-height: 1.8;
    letter-spacing: 2px;
    background: #fff;
    border: 1px solid hsl(30deg 22.5% 84.31% / 42%);
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    border-bottom: none;
}

.table_fixed {
	table-layout:fixed;
	text-align: center;
}

.table_fixed th {
	text-align:center;
	width: auto;
}

tr {
	border-bottom: 1px solid #eaeaea;
}


th {
	padding:15px;
	font-weight: 600;
	width: 20%;
	background: #fcfaf6;
	color: #665241;
	border-right: 1px dashed hsl(30deg 22.5% 84.31% / 71%);
	border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 42%);
	text-align: center;
}


td {
	padding: 15px;
	font-weight: 400;
	border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 42%);
	text-align: center;
	width: 40%;
	border-right: 1px dashed hsl(30deg 22.5% 84.31% / 71%);
	color: #665241;
}

td:last-child,th:last-child {
    border-right: none;
}

/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {
    position: relative;
    /* padding: 20px; */
    z-index: 1000;
    /* align-items: center; */
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
    top: 0;
    background: #fcfaf6;
    height: 81px;
}

.ory header {
    z-index: 100;
}

header a.logo {
    width: auto;
    display: flex;
    padding: 10px 40px 10px;
    align-items: center;
}

header a.logo span {
    width: 55px;
    display: inline-block;
}

header a.logo b {
    padding: 0 0 0 12px;
    font-size: 25px;
    letter-spacing: 5px;
    color: #323232;
    line-height: 1;
    font-weight: 500;
}

header a.logo b small {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin: 0 0 5px 0;
    letter-spacing: 11px;
}

header .submenu {
    margin: 0 8% 0 0;
    padding: 0;
    position: relative;
    width: 1280px;
    display: flex;
}

header .submenu ul {
    justify-content: left;
}

header .submenu ul li {
    width: 31%;
}

header .submenu ul li a {font-size: 1.1em;letter-spacing: 0.05em;position: relative;transition: .3s;display: block;font-weight: 600;color: #665241;}

header .submenu ul li a:hover {
     color: #e58c6c;
}

header .submenu ul li.child-big a:before,
header .submenu ul.s-top li.child-big:nth-child(1) a:before ,
header .submenu ul.s-top li.child-big:nth-child(2) a:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9px;
    margin: auto;
    left: 0;
    background-color: #ca7d4a;
    background-size: 36%;
    border-radius: 20px;
}

.child-wrap {
    position: absolute;
    top: 81px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: #fcfaf6;
    border-radius: 20px;
    padding: 45px 45px 50px 42px;
    opacity: 0;
}

li.has-child.active .child-wrap {
    display: flex;
    opacity:1;
}

header .submenu ul.s-top {
    width: 23%;
}

header .submenu ul.s-top li:nth-child(1) {
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

header .submenu ul.s-top li > a {
    font-size: 1em;
}



header .submenu ul.s-bottom {
    width: 77%;
}

header .submenu ul.s-top li {
    width: 50%;
    margin: 0;
}

.child-img {
    width: 30%;
}

.child-wrap ol {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

header .submenu ol li.child-big {
    width: 25％;
    margin: 0 3% 3% 0;
}

header .submenu ul.s-bottom li > a,header .submenu ul.s-top li > a {
    text-align: center;
    padding: 28px 0;
}

header .submenu ul.s-top li > a {
    padding: 43px 0 0 0;
}

header .submenu ul.s-top li a:before {
    content: "";
    position: absolute;
    background: url(../images/common/i_map_b.svg) no-repeat center;
    width: 16px;
    height: 24px;
    left: 0;
    right: 0;
    top: 13px;
    margin: auto;
}

header .submenu ul.s-top li:last-child a:before {
    background: url(../images/common/tel_b.svg) no-repeat center;
    width: 19px;
    height: 24px;
}

header .submenu ol li.child-big a {
    border-bottom: 2px solid #ecdbd0;
    padding: 0 0 9px 23px;
}

header .submenu ol li.child-big a dd{
    text-align: left;
}

header .submenu ol li.child-big:nth-child(3n) {
    margin-right: 0;
}

.child-wrap .child-img a:before {
    content: "";
    background: url(../images/common/arrow.svg) no-repeat center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9px;
    margin: auto;
    left: 0;
    background-size: 44%;
    border-radius: 20px;
}

header .submenu ul.s-top .child-wrap {
    width: 200px;
    left: inherit;
    padding: 45px 20px 25px;
    
}

header .submenu ul.s-top .child-wrap ol {
    width: 100%;
    display: block;
}

header .submenu ul.s-top li .child-wrap ol li.child-big {
    width: 100%;
    margin: 0 auto 25px;
    border-right: none;
    border-left: none;
}


header .submenu ul.s-top li.child-big a:before {
    right: inherit;
}

header.is-animation {
    background: #fcfaf6;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
    height: 80px;
    position: fixed;
}


header.is-animation .submenu ul li a {
    transition: .3s;
    color: #665241;

}

header.is-animation .submenu ul.s-bottom > li > a{
   padding: 22px 0;
}

header .submenu .child-img  a {
    padding: 0 0 0 26px;
    display: block;
    color: #e58c6c !important;
}

header.submenu ul li a:hover {
    color: #e58c6c;
    opacity: 1;
}


/*drawer*/

.drawer-menu {
    padding: 0 50px 100px;
}

.drawer-menu a {
    color: #665241;
    font-size: 1em;
    transition: .3s;
}

.drawer-menu a:hover {
    color: #e58c6c;
}

.drawer-menu a.arrow:before {
    border: none;
    background: url(../images/common/arrow.svg) no-repeat center center;
}

.drawer-nav .drwbox {
    margin: 30px 0 0;

}

.drawer-menu 
.drw-sub a.arrow:before {
    right: inherit;
    left: 0;
    background-size: 4px;
    top: 10px;
    border: 1px solid;
}

.drawer-nav dt {
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-weight: 100;
    border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 42%);
}

.drawer-nav dt a {
    padding: 0 0 2px;
    font-size: 1.3em;
}

.drawer-nav dt a:before {
    left: inherit;
    right: 0;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    background: url(../images/common/arrow.svg) no-repeat center center;
    background-size: 6px;
}

.drawer-nav dd {
    display: none;
    padding: 0;
}

.drawer-nav dd a {
    color: #eee;
    font-size: 0.9em;
}

.drawer-nav dd a:before {
    border: none;
}

/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

footer {
    padding: 100px 0 30px;
    position: relative;
    background: #faf4ea;
}


footer .inner {
    position: inherit;
    z-index: 2;
}

#pagetop {
    transition: .3s;
    z-index: 14;
    background: #e58c6c;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10%;
    right: 1%;
    border-radius: 15px;
    margin: 20px;
    cursor: pointer;
    overflow: hidden;
}

#pagetop:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center;
    transform: rotate(-90deg);
    position: absolute;
    width: 15px;
    height: 25px;
    left: 0;
    top: 0;
    margin: auto;
    background-size: 100%;
    bottom: 0;
    right: 0;
}

#pagetop:hover {
    transition: .3s;
}

.footertop {
    width: 23%;
    margin: 0;
    justify-content: left;
    align-items: center;
}

.footertop .flogo {
    display: flex;
    margin: 0 0 20px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}

dl.footer-contact-box .tel {
    font-size: 1.4em;
    background-size: 16px;
    padding: 0 0 0 23px;
    margin: 9px 0 0;
    color: #665241;
}

dl.footer-contact-box {
    border-top: 1px dashed hsl(30deg 22.5% 84.31% / 71%);
    padding: 15px 0;
    text-align: center;
}

dl.footer-contact-box:last-child {
    border-bottom: 1px dashed hsl(30deg 22.5% 84.31% / 71%);
}

dl.footer-contact-box dt {
    font-size: 0.9em;
    color: #665241;
}

.footerbox {
    margin: 0 0 0 0;
    width: 65%;
    justify-content: space-between;
}

.footertop .flogo span {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 100px;
}

.footertop .flogo b {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 7px;
    line-height: 1;
}

.footertop .flogo small {
    display: block;
    font-size: 14px;
    margin: 0 0 6px 0;
    letter-spacing: 9px;
}

.footerbox dt {
    margin: 0 0 15px;
}

.footerbox dt a {
    font-weight: 600;
    font-size: 1.1em;
    color: #665241;
}


.footerbox dd a:last-child {
    margin: 0;
}


.copyright {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin: 50px auto 0;
}

/*+++++++++++
下層ページ
+++++++++++*/
small.during {
    font-size: 0.9em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #7a6451;
}

.img-100-wrap {
    position: relative;
}

.img-100-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fcfaf6;
    height: 70%;
    top: 0;
}

.bg-text {
    width: 98%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    margin: 0 0 0 auto;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.bg-text.outpatient {
    width: 100%;
    background:url("../images/outpatient/top.jpg") no-repeat center;
    height: 402px;
    background-size: cover;
    position: relative;
    z-index: 0;
}


.bg-text:before{
    content:
    "";
    position:
    absolute;
    left:0;
    right:0;
    width:100%;
    background:#000;
    height:100%;
    opacity: 0.25;
}

.box {
    max-width: 1360px;
    width: 90%;
    margin: 100px auto 100px;
}

.breadcrumb .flex {
    justify-content: flex-start;
}

main.page-intro {
    display: block;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.ttl {
    position: absolute;
    left: 5%;
    margin: auto;
    bottom: 19%;
    line-height: 1.5;
}


.ttl h2{
    font-size:2.5em;
}
.ttl *{
    color:#fff;
}

.ttl .en {
    font-size: 1.3em;
    font-family: 'Roboto', sans-serif;
}

.breadcrumb {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    display: block;
}

.breadcrumb li {
    padding: 0 1% 0 0;
    position: relative;
    margin: 0 1% 0 0;
}

.breadcrumb li a {
    font-size: 0.9em;
    color: #fff;
    text-decoration: underline;
}

.breadcrumb li:after {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center;
    width: 7px;
    height: 13px;
    border-radius: 100%;
    background-size: 6px;
    position: absolute;
    right: 0;
    top: 58%;
    transform: translateY(-50%);
}

.breadcrumb li:last-child {
    padding: 0;
    margin: 0;
}

.breadcrumb li:last-child:after {
    content: none;
}

.bg-text-only .breadcrumb {
    position: relative;
    bottom: inherit;
    margin: 20px auto 0;
    width: 96%;
    left: 0;
}

.bg-text-only .breadcrumb * {
    color: #e58c6c;
}

.bg-text-only .breadcrumb li:after {
    background-image: url(../images/common/arrow.svg);
}

main.page-intro .box {
    display: block;
    max-width: 1200px;
    margin: 100px auto 0;
}

main.page-intro .content-inner {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-left: none;
}

.intro-list {
    width: 100%;
}

.intro-list a {
    width: 100%;
    border-top: 1px solid hsl(30deg 22.5% 84.31% / 42%);
    padding: 40px 0;
    position: relative;
    /* font-size: 1.2em; */
    /* color: #665241; */
    transition: .3s;
    display: flex;
    align-items: center;
}



.intro-list a .arrow3 {
    position: absolute;
    right: 5%;
    overflow: inherit;
    top: 38%;
    transform: translateY(-50%);
}

.intro-list a:last-child {
    border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 42%);
}

.intro-list a h4 {
    width: 34%;
    transition:.3s;
}

.intro-list a p.detail {
    padding: 0 0 0 20px;
    width: 69%;
    transition:.3s;
}

.intro-list a:hover *{
    color:#e58c6c;
}

.intro-list a .arrow3:before {
    bottom: inherit;
}

.intro-list a .arrow3:after {
    bottom: inherit;
}

/*サイドバー*/
#sidebar {
    width: 265px;
    padding: 0;
    position: sticky;
    top: 120px;
    height: 100%;
    transition: top 0.25s cubic-bezier(0.65,0.05,0.36,1);
}

div#sidebar.sidebar_fixed {
    top: 120px;
}

main.single {
    margin: 0 auto 100px;
}

.side-head {
    border-bottom: 1px solid #e58c6c;
    padding: 0 0 0px 0;
    font-weight: 600;
    display: inline-block;
}

.side-head a {
    color: #e58c6c;
}

h6.side-head:nth-child(n+2) {
    margin: 40px auto 0;
}

b.side-subhead {
    display: block;
}

#sidebar .active {
    color: #e58c6c;
}

ul.arichive-inner {
    padding: 0 0 0 20px;
}

ul.arichive-inner li {
    margin: 0 0 10px 0;
}

ul.archive li ul.arichive-inner a {
    font-size: 0.95em;
    font-weight: 400;
}

ul.archive li ul.arichive-inner a:before {
    content:
    "";
    background: url(../images/common/arrow.svg) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: 4.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*新着*/
ul.archive {
    margin: 12px auto 0;
}

ul.archive > li {
    padding: 15px 0;
    border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 42%);
}

ul.archive li a {
    font-size: 1em;
    color: #665241;
    display: block;
    position: relative;
    padding: 0;
    transition: .3s;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
}

ul.archive li a.on {
    color: #e2a6a6;
}

ul.archive li a:hover {
    color: #e58c6c;
}

/*右側*/
.content-inner {
    width: 90%;
    float: left;
    /* border-left: 1px solid #e2e2e2; */
    margin: 0 4% 0 0;
    padding: 0 5% 0 4%;
}

/*イントロボタン*/
.intro_button_box {
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
}

.intro_button_box a:nth-child(3n) {
    margin: 0 0 2% 0;
}

.intro_button_box a,.button3 {
    margin: 0 2% 2% 0;
    background: #faf4ea;
    /* border: 1px solid #e58c6c; */
    color: #e58c6c;
    padding: 20px;
    width: 32%;
    min-width: 330px;
    text-align: left;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
    /* box-shadow: 10px 10px 30px rgb(0 0 0 / 5%); */
    box-sizing: border-box;
}

.intro_button_box a .arrow3:before, .intro_button_box a .arrow3:after,
.button3 .arrow3:before,.button3 .arrow3:after{
    left: inherit;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intro_button_box .more span:before {
    background-size: 5px;
}

.intro_button_box a .arrow3:before,.intro_button_box a .arrow3.button3 .arrow3:before {
    left: inherit;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

h3.sub-head {
    position: relative;
    padding: 0 0 0 26px;
    /* background: linear-gradient(90deg, #fefefe,60%, hsl(136.36deg 38.59% 78.7% / 35%)); */
    /* background: #f9f9f9; */
}

h3.sub-head:before{
    content: "";
    left: 0;
    position: absolute;
    top: 51%;
    width: 9px;
    height: 24px;
    /* bottom: 0; */
    margin: auto;
    z-index: 1;
    transform: rotateZ(24deg) translateY(-50%);
    border-radius: 6px;
    background: linear-gradient(45deg, #fff3ce, #8cd1a0);
    /* background: #96cda4; */
}

h4.sub-head {
    position: relative;
    padding: 0 0 0 20px;
}

h4.sub-head:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e58c6c;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 100%;
}

/*ノートPC等*/
@media screen and (max-width: 1699px) {
    /*++++++++++++++
共通
++++++++++++++*/
    .inner {
        max-width: 1200px;
    }

    .button4:before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat center center;
        background-size: 6px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 20px;
    }

    .button4:hover {
        color: #fff;
    }


    .button4:hover:before {
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    .button4.on:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    /*++++++++++++++
下層メインタイトル
++++++++++++++*/
    h1 {
    }

    /*++++++++++++++*/
    /*大見出し*/
    h2 {
    }

    /*中見出し*/
    h3 {
    /* font-size: 1.5em; */
    }

    /*小見出し*/
    h4 {
    }

    /*以下見出し*/
    h5 {
    }

    /*以下見出し*/
    h6 {
    }

    /*本文*/
    p {
    }


    /*+++++++++++++++++++
    /*header
    +++++++++++++++++++*/

    header .submenu {
        width: 1010px;
        margin: 0 7% 0 0;
    }

    header .submenu ul li {
        margin: 0 2px 0 0;
    }

    header .submenu ul li a {
    font-size: 1em;
    padding: 15px 30px 15px 30px;
    }


    header .submenu ul.s-top {
        width: 28%;
        margin: 0 0 0 1%;
    }
    
    header .submenu ul.s-bottom {
        width: 72%;
    }


    /*drawer*/

    .drawer-menu {
        padding: 0 30px 100px;
    }



    .drawer-nav dd {
        display: none;
        padding: 0;
    }

    .drawer-nav dd a {
        color: #eee;
        font-size: 0.9em;
    }

    .drawer-nav dd a:before {
        border: none;
    }

    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
    footer .read {
        margin: 600px auto 0;
    }



    .footerbox dd a:last-child {
        margin: 0;
    }

    .copyright {
        bottom: 0;
    }



    /*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/
    /*右側*/
    .intro_button_box a {
        min-width: inherit;
    }
}

@media screen and (max-width: 1399px) {
    
    /*+++++++++++++++++++
    /*header
    +++++++++++++++++++*/

    header .submenu {
        width: 890px;
        margin: 0 6% 0 0;
    }
    
    .drawer-hamburger {
        padding: 20px 20px;
    }

}

@media screen and (max-width: 1299px) {
    /*++++++++++++++
共通
++++++++++++++*/

    .inner {
        max-width: 90%;
    }

    .under:hover {
        text-decoration: none;
    }

    /*改行*/
    .br {
        display: block !important;
    }

    .br2 {
        display: none !important;
    }

    /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
    /*極小*/
    .mb {
        margin: 0 0 10px;
    }

    /*小*/
    .mb1 {
    }

    /*中*/
    .mb2 {
    }

    /*大*/
    .mb3 {
        margin: 0 0 60px;
    }

    /*特大*/
    .mb4 {
        margin: 0 0 80px;
    }
    
    /*超特大*/
    .mb5 {
        margin: 0 0 100px;
    }



    .button2 {
        font-size: 1em;
    }


    .button4:before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat center center;
        background-size: 6px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 20px;
    }

    .button4:hover {
        color: #fff;
    }


    .button4:hover:before {
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    .button4.on:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
    /*拡大*/
    .scale {
        transition: .5s;
        -webkit-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        position: relative;
        display: block;
    }

    .scale:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        /*background: rgba(0,0,0,0.2);*/
    }

    /*++++++++++++++
下層メインタイトル
++++++++++++++*/
    h1 {
    }

    /*++++++++++++++*/
    /*大見出し*/
    h2 {
    font-size: 1.6em;
    }

    .ttl h2 {
    font-size: 3em;
    }

    /*中見出し*/
    h3 {
    font-size: 1.5em;
    }

    /*小見出し*/
    h4 {
        font-size: 1.3em;
    }

    /*以下見出し*/
    h5 {
    font-size: 1.2em;
    }

    /*以下見出し*/
    h6 {
        font-size: 1em;
    }


    /**/
    a.arrow {
        font-size: 0.9em;
    }



    .arrow2 {
        display: block;
        margin: 0 0 10px;
        font-size: 1.1em;
        color: #409343;
        letter-spacing: 2px;
        padding: 3px 0 5px 45px;
        position: relative;
        font-weight: 100;
    }

    .arrow2:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
        background-size: 10px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #409343;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 0;
    }



    .arrow3:before,.arrow3:after {
        width: 20px;
        height: 20px;
        background-size: 7px;
    }


    /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
    header {
        height: 62px;
    }


    header .submenu {
        width: 770px;
        margin: 0 6% 0 0;
    }


    header .submenu ul li {
        margin: 0 7% 0 0;
        width: auto;
    }

    header .submenu ul li a {
        padding: 15px 10px 15px 24px;
        font-size: 0.8em;
    }

    header .submenu ul.s-top li > a{
        font-size: 0.8em;
        padding: 36px 0 0 0;
    }

    header .submenu ul.s-bottom li > a, 
    header .submenu ul.s-top li > a{
        font-size: 0.8em;
    }

    header a.logo {
        padding: 10px 0 10px 2.5%;
    }
    
    header a.logo span {
        width: 44px;
    }
    
    header a.logo b {
        font-size: 20px;
        text-align: center;
        padding: 0 0 0 9px;
    }
    
    header a.logo b small {
        font-size: 11px;
        letter-spacing: 7px;
        margin: 0 0 4px 0;
    }
    
    header .submenu ul.s-bottom li > a {
        padding: 21px 0;
    }

    header .submenu ol li.child-big a{
        padding: 4px 0 5px 23px;
    }

    header .child-wrap {
        top: 63px;
        padding: 30px 30px 20px 30px;
    }
    
    header .submenu .child-img a {
        padding: 4px 0 0 21px;
    }
    
    
    header .submenu ul.s-top li a:before {
        top: 8px;
    }

    header .submenu ul.s-bottom {
        width: 69%;
    }
    
    header .submenu ul.s-top {
        width: 30%;
    }

    header.is-animation {
        /* background: #fff; */
        box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
        height: 62px;
    }

   
    
    /*drawer*/
    
    .drawer-hamburger {
        padding: 11px 17px;
    }


    .drawer-nav {
        width: 45%;
    }

    .drawer-menu a {
        font-size: 0.8em;
    }


    .drawer-nav dt a {
        font-size: 0.9em;
    }

    .drawer-nav dd {
        display: none;
        padding: 0;
    }

    .drawer-nav dd a {
        color: #eee;
        font-size: 0.9em;
    }

    .drawer-nav dd a:before {
        border: none;
    }

    .drawer-menu .drw-sub a.arrow:before {
        top: 5px;
    }

    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/


    footer:before {
        height: 700px;
    }

    footer .inner {
        flex-wrap: wrap;
        position: inherit;
    }
    .footerbox {
        margin: 0;
        width: 69%;
    }


    .footerbox dt {
        margin: 0 0 20px;
    }

    .footerbox dt a {
        font-size: 1em;
    }



    .footerbox dd a:last-child {
        margin: 0;
    }


    /*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/
    .ttl .en{
        font-size:1em;
    }

    
    /*右側*/
    .intro_button_box a,.intro_button_box a:nth-child(3n) {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    .intro_button_box a:nth-child(2n) {
        margin: 0 0 2% 0;
    }

    .sonota h6 {
    font-size: 1em;
    margin: 0 0 5px 0;
    }
    
    .sonota p {
        font-size: 0.9em;
    }

    /*+++++++++++++++++++
    /*footer
    +++++++++++++++++++*/
    footer {
        padding: 80px 0 30px;
        position: relative;
    }

}

@media screen and (max-width: 1200px) {
    .box.flex {
        flex-wrap: wrap;
    }

    /*+++++++++++++++++++
    /*header
    +++++++++++++++++++*/

    header .submenu {
        width: 740px;
        margin: 0 75px 0 0;
    }

    /*コンテンツ*/
    .content-inner {
        width: 100%;
        margin: 0 auto;
        border: none;
        padding: 0;
    }

    /*sidebar*/
    #sidebar {
        width: 100%;
        border-right: none;
        padding: 60px 0 0 0;
        margin: 30px auto 0;
        position: initial;
        top: 0;
        border-top: 1px solid #e58c6c;
    }

    #sidebar.sidebar_fixed {
        top: 0;
        position: initial;
    }
}

@media screen and (max-width: 1024px) {
    .footertop {
        width: 100%;
    }

    .footerbox {
        width: 100%;
        margin: 50px auto 0;
    }

    .footer-othermenu dd {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footertop .flogo {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .footertop .footer-contact{
        display:flex;
        justify-content: space-between;
    }

    .footertop dl {
        width: 48%;
        /* float: left; */
        border-bottom: 1px dashed hsl(30deg 22.5% 84.31% / 71%);
        margin: 0;
    }

    .footer-othermenu {
        display: block;
        width: 100%;
        float: left;
    }

    .tel {
        font-size: 2.2em;
    }
}

/*タブレット*/
@media screen and (max-width: 1023px) {
    /*++++++++++++++
共通
++++++++++++++*/


    .inner {
        /* max-width: 600px; */
    }

    .under:hover {
        text-decoration: none;
    }


    /*改行*/
    .br {
        display: block !important;
    }

    .br2 {
        display: none !important;
    }

   

    /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
    /*極小*/
    .mb {
    }

    /*小*/
    .mb1 {
    }

    /*中*/
    .mb2 {
    }

    /*大*/
    .mb3 {
        margin: 0 0 60px;
    }

    .button4:before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat center center;
        background-size: 6px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 20px;
    }

    .button4:hover {
        color: #fff;
    }


    .button4:hover:before {
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    .button4.on:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
    /*拡大*/
    .scale {
        transition: .5s;
        -webkit-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        position: relative;
        display: block;
    }

    .scale:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        /*background: rgba(0,0,0,0.2);*/
    }

    /*++++++++++++++
下層メインタイトル
++++++++++++++*/
    h1 {
    font-size: 2.2em;
    }

    /*++++++++++++++*/
    /*大見出し*/
    h2 {
    font-size: 1.5em;
    }

    /*中見出し*/
    h3 {
    font-size: 1.6em;
    }

    /*小見出し*/
    h4 {
    }

    /*以下見出し*/
    h5 {
    }

    /*以下見出し*/
    h6 {
    }

    /*本文*/
    p {
        font-size: 0.9em;
    }

    /*補足*/
    em {
        font-style: normal;
        letter-spacing: 1px;
        font-size: 0.8em;
    }

 
    /**/

    a.arrow:before {
        bottom: inherit;
        top: 4px;
    }

    .arrow2 {
        display: block;
        margin: 0 0 10px;
        font-size: 1.1em;
        color: #409343;
        letter-spacing: 2px;
        padding: 3px 0 5px 45px;
        position: relative;
        font-weight: 100;
    }

    .arrow2:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
        background-size: 10px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #409343;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 0;
    }



    /*+++++++++++++++++++
/*header
+++++++++++++++++++*/

    header .submenu {
        width: 690px;
    }

    header .submenu ul li a {
        font-size: 0.85em;
        letter-spacing: 0;
        padding: 10px 10px 10px 20px;
        letter-spacing: 0px;
    }

    header .submenu ul li a:before {
        width: 5px;
        height: 8px;
    }

    header .submenu ul.s-top li,
    header .submenu ul.s-bottom li:last-child{
        margin: 0;
    }



    /*drawer*/
    .drawer-hamburger {
        padding: 14.5px 16px;
        width: 35px;
        height: 44px;
    }

    .drawer-nav .serachbox {
        width: auto;
    }

    .drawer-nav .serachbox input.search-input {
        width: 100%;
    }

    .drawer-nav {
        width: 60%;
    }

    .drawer--right .drawer-nav {
        right: -60%;
    }



    .drawer-menu a {
        font-size: 0.8em;
    }

    .drawer-nav dd {
        display: none;
        padding: 0;
    }

    .drawer-nav dd a {
        color: #eee;
        font-size: 0.9em;
    }

    .drawer-nav dd a:before {
        border: none;
    }

    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
    footer {
    padding: 50px 0 30px;
    }

    footer .inner {
        display: block;
        max-width: 690px;
    }

    #pagetop {
        position: fixed;
        bottom: 6%;
    }

    dl.footer-address {
        width: 51%;
        float: left;
    }

    .footerbox {
        /* flex-wrap: wrap; */
    }

    .footerbox dl {
        width: auto;
    }

    .footer-othermenu dd a {
        margin: 0 0 20px 0;
    }

    .footer-othermenu {
        margin: 0 0 0;
    }

    .footer-othermenu dd {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footerbox dd a:last-child {
        margin: 0;
    }

    .footerbox dl dd {
        /* display: flex; */
        /* flex-wrap: wrap; */
        margin: 0 0 20px 0;
        /* width: 100%; */
    }

    .footerbox dl dd a {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .footerbox dl dd a:nth-child(3n) {
        margin: 0 0 20px 0;
    }

    .footerbox dd a:last-child {
        margin: 0 0 20px 0;
    }

    /*table*/
    th,td {
        /* font-size: 0.9em; */
    }



}

@media screen and (max-width: 991px) {
    /*+++++++++++++++++++
    /*header
    +++++++++++++++++++*/
    
    header .submenu ul.s-bottom {
        display: none;
    }
    
    header .submenu ul.s-top li > a {
        padding: 36px 0 8px 0;
    }
    
    header .submenu ul.s-top {
        width: 270px;
        margin: 0;
    }
    
    header .submenu {
        width: auto;
    }

}

/*スマホ横*/
@media screen and (max-width: 767px) {
    /*++++++++++++++
共通
++++++++++++++*/

    .inner {
        max-width: 90%;
    }



    .under:hover {
        text-decoration: none;
    }

    /*改行*/
    .br {
        display: block !important;
    }

    .br2 {
        display: none !important;
    }

    /*レスポンシブ*/
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }



    /*+++++++++++++++++++
    /*margin
    +++++++++++++++++++*/
    /*極小*/
    .mb {
    }

    /*小*/
    .mb1 {
    margin: 0 0 15px 0;
    }

    /*中*/
    .mb2 {
    margin: 0 0 30px 0;
    }

    /*大*/
    .mb3 {
        margin: 0 0 30px;
    }

    /*特大*/
    .mb4 {
        margin: 0 0 60px;
    }
    
    /*超特大*/
    .mb5 {
        margin: 0 0 60px;
    }

    .mt-20{
        margin-top:10px;
    }
    
    .mt-30 {
    margin-top: 15px;
    }


    .button3 {
    width: 100%;
    margin: 0;
    max-width: initial;
    }



    .button4:before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat center center;
        background-size: 6px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 20px;
    }

    .button4:hover {
        color: #fff;
    }

    .button4:hover:before {
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    .button4.on:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
    /*拡大*/
    .scale {
        transition: .5s;
        -webkit-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        position: relative;
        display: block;
    }

    .scale:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        /*background: rgba(0,0,0,0.2);*/
    }

    /*++++++++++++++
下層メインタイトル
++++++++++++++*/
    h1 {
        font-size: 1.8em;
    }

    .first-head:before {
        width: 25px;
        height: 25px;
        border-radius: 11px;
        top: -3px;
    }
    /*++++++++++++++*/
    /*大見出し*/
    h2 {
    font-weight: 600;
    font-size: 1.4em;
    }

    .ttl h2{
     font-size: 1.6em;
    }

    /*中見出し*/
    h3 {
    font-size: 1.2em;
    line-height: 1.8;
    }

    /*小見出し*/
    h4 {
    font-size: 1.2em;
    }

    /*以下見出し*/
    h5 {
    font-size: 1.2em;
    }

    /*以下見出し*/
    h6 {
        font-weight: 600;
        font-size: 1em;
    }

    /*本文*/
    p {
    }

    /*補足*/
    em {
        clear: both;
        /* display: block; */
    }

    .tel {
        font-size: 2.2em;
        background-size: 10%;
    }


    /**/
    a.arrow {
        font-size: 0.85em;
    }

    a.arrow:before {
    }

    .arrow2 {
        display: block;
        margin: 0 0 10px;
        font-size: 1.1em;
        color: #409343;
        letter-spacing: 2px;
        padding: 3px 0 5px 45px;
        position: relative;
        font-weight: 100;
    }

    .arrow2:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
        background-size: 10px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #409343;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 0;
    }


    /*++++++++++++++
table
++++++++++++++*/


    .scroll {
    overflow: auto;
    white-space: nowrap;
    max-width: 100%;
    }
    
    .scroll table.table_fixed {
        table-layout: unset;
    }


    /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
    header {
    height: 58px;
    background: #fcfaf6;
    top: 0;
    }



    header .submenu ul.s-top{
        width: 209px;
    }
    
    header .submenu {
        margin: 0 69px 0 0;
    }

    header .submenu ul.s-top li > a {
        padding: 35px 0 8px 0;
    }



    header.is-animation {
        height: 58px;
    }


    header.is-animation a.logo {
        padding: 10px;
        text-align: center;
        margin: 0;
        width: 160px;
    }


    /*drawer*/

    .drawer-hamburger {
    height: 69px;
    }
    
    .drawer-nav .serachbox {
        width: auto;
    }

    .drawer-nav .serachbox input.search-input {
        width: 100%;
    }

    .drawer--right.drawer-open .drawer-nav{
        width:100%;
    }

    .drawer-menu {
        padding: 0 50px 100px;
    }

    .drawer-menu a {
        font-size: 0.9em;
        font-weight: 400;
    }

    .drawer-menu .drw-sub a.arrow:before{
        top: 9px;
        width: 12px;
        height: 12px;
    }

    .drawer-nav .drwbox {
        margin: 50px 0 0;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 20px 0 0;
    }

    .drawer-nav dl {
    }

    .drawer-nav dt {
        color: #fff;
        font-size: 1em;
        padding: 0 0 15px;
        margin: 0 0 20px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .drawer-nav dt a {
        padding: 0;
        font-size: 1em;
        margin: 0;
    }

    .drawer-nav dt a:before {
        left: inherit;
        right: 0;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        background: url(../images/common/arrow_w.svg) no-repeat center center;
        background-size: 6px;
    }

    .drawer-nav dd {
        display: none;
        padding: 0;
    }

    .drawer-nav dd a {
        color: #eee;
        font-size: 0.9em;
    }

    .drawer-nav dd a:before {
        border: none;
    }

    .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
        width: 30px;
    }

    .drawer-hamburger {
        right: 0;
        margin: auto;
        border-radius: 0;
        width: 68px;
        height: 68px;
        z-index: 10001;
        padding: 12px 20px;
        box-sizing: border-box;
    }

    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
    footer {
        padding: 30px 0;
    }

      footer .inner {
        flex-wrap: wrap;
        position: inherit;
        max-width: 90%;
        margin: 0 auto 50px;
    }


    #pagetop {
        bottom: 20%;
        position: fixed;
        bottom: 4%;
    }

    .footertop .flogo {
        width: 480px;
        display: block;
        margin: 0 auto 20px;
        text-align: center;
        float: none;
    }

    .footertop .footer-contact {
        flex-wrap: wrap;
    }
    
    .footertop dl {
        width: 100%;
        border-bottom: none;
    }
    
    .footertop .flogo span {
        margin: 0 auto 13px;
    }
    
    .footerbox {
        flex-wrap: wrap;
    }
    
    .footerbox dl {
        width: 100%;
    }

    .footerbox dt {
        float: none;
        clear: both;
        /* border-bottom: 1px solid hsl(30deg 22.5% 84.31% / 60%); */
        padding: 10px 0;
        position: relative;
        margin: 0 auto 0;
    }

    dl.footer-address {
        width: 100%;
        clear: both;
        text-align: center;
        margin: 20px auto 0;
    }

    .footerbox dl dd a {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .footerbox dd a:last-child {
        margin: 0;
    }

    .footerbox dl dd {
        display: none;
        margin: 20px auto 20px;
    }

    .footerbox dl:first-child dt:first-child {
        /* border-top: 1px solid hsl(30deg 22.5% 84.31% / 60%); */
    }

    .footerbox dt:after {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 26px;
        line-height: 0.9;
        color: #665241;
        width: 27px;
        text-align: center;
        vertical-align: revert;
        transition: .5s;
    }

    .footerbox dt.open:after {
        transform: rotateZ(45deg);
        right: -1px;
    }

    .footerbox dt:before {
        border-radius: 9px;
        content: "";
        position: absolute;
        right: 0;
        line-height: 1;
        width: 27px;
        text-align: center;
        vertical-align: revert;
        height: 27px;
        background: #eee3d2;
    }
    .footerbox dl.only dt:before,.footerbox dl.only dt:after {
        content: none;
    }

    /*++++++++++++++
information 
++++++++++++++*/

    .infortab {
        width: auto !important;
        display: flex;
        margin: 0 0 25px !important;
    }

    .infortab a {
        width: 100%;
        font-size: 0.9em;
    }


/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

/*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/
    

    #sidebar {
        margin: 60px auto 60px;
        padding: 50px 0 0 0;
    }

    .bg-text {
        height: 200px;
        border-radius: 10px 0 0 10px;
        width: 96%;
    }


    .bg-text-only .breadcrumb{
        width: 90%;
    }

    .breadcrumb li a {
        font-size: 0.85em;
    }

    
    .breadcrumb .flex {
    width: 100%;
    flex-wrap: wrap;
    }
    
    .breadcrumb li {
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
    }

    h3.sub-head:before {
        /* width: 60px; */
        /* left: 10px; */
        width: 6px;
        height: 19px;
    }

    
    .sonota {
        padding: 15px;
        border-radius: 5px;
    }

    /*お問い合わせ*/

    .box_contact {
        padding: 10px 10px 25px 10px;
        margin: 0 0 60px 0;
    }
    
    .box_contact .flex {
        flex-wrap: wrap;
    }
    
    .box_contact .tel-c {
        margin: 0 auto 10px;
        display: block;
        width: 100%;
    }
    
    .box_contact .tel-c a {
        font-size: 1.7em;
        background-size: 19px;
        padding: 0 0 0 25px;
        margin: 0 auto 0;
    }
    
    .box_contact .fax {
        font-size: 1em;
        display: block;
        width: 100%;
    }
    
    h3.sub-head {
        padding: 0 0 0 19px;
    }

    ul.archive li a{
        font-size: 1em;
        font-weight: 500;
    }

    h4.sub-head {
        padding: 0 0 0 12px;
    }

    .ttl {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .intro-list a {
        padding: 15px 0;
        display: block;
    }
    
    .intro-list a h4 {
        width: 90%;
    }
    
    .intro-list a p.detail {
        padding: 0;
        width: 90%;
        font-size: 0.9em;
    }

    .intro-list a .arrow3 {
        right: 7%;
    }

}

/*スマホ縦*/
@media screen and (max-width: 480px) {
    /*改行*/ .br {
        display: none!important;
    }

    .br2 {
        display: block !important;
    }

    /*レスポンシブ*/
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /*++++++++++++++
共通
++++++++++++++*/

    .overlay {
    background: rgb(0 0 0 / 36%);
    }

    a {
    }

    .under {
    }

    .under:hover {
        text-decoration: none;
    }

    img {
    }

    /*センタリング*/
    .center {
    }

    /*flex*/
    .flex {
        /* display: block; */
    }

    /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
    /*極小*/
    .mb {
        margin: 0 0 10px;
    }

    /*小*/
    .mb1 {
        /* margin: 0 0 20px; */
    }

    /*中*/
    .mb2 {
    }



    .button2 {
        padding: 15px 10px;
        font-size: 1em;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0.05em;
    }


    .button4 {
        background: #eee;
        padding: 12px 40px 15px 50px;
        margin: 10px 0 0;
        border-radius: 5px;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 600;
        position: relative;
        display: inline-block;
    }

    .button4:before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat center center;
        background-size: 6px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 20px;
    }

    .button4:hover {
        color: #fff;
    }

    .button4.on {
        color: #fff;
        background: #409343;
    }

    .button4:hover:before {
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    .button4.on:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center;
    }

    /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
    /*拡大*/
    .scale {
        transition: .5s;
        -webkit-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        position: relative;
        display: block;
    }

    .scale:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        /*background: rgba(0,0,0,0.2);*/
    }

    /*++++++++++++++
下層メインタイトル
++++++++++++++*/
    h1 {
    }

    /*++++++++++++++*/
    /*大見出し*/
    h2 {
        font-size: 1.3em;
    }

    .ttl h2 {
        font-size: 1.6em;
    }

    /*中見出し*/
    h3 {
    }

    /*小見出し*/
    h4 {
    }

    /*以下見出し*/
    h5 {
    }

    /*以下見出し*/
    h6 {
    }

    /*本文*/
    p {
        font-size: 0.95em;
        letter-spacing: 0;
    }

    /*補足*/
    em {
        font-size: 0.9em;
    }



    /**/

    .arrow2 {
        font-size: 1em;
        font-weight: 600;
    }

    .arrow2:before {
        content: "";
        background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
        background-size: 10px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #409343;
        top: 0;
        bottom: 0;
        border-radius: 100px;
        margin: auto;
        left: 0;
    }

 

    /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
    header {
        height: 58px;
        background: #fcfaf6;
        top: 0;
    }

    header a.logo {
        padding: 12px 18px;
    }


    header a.logo img.on {
        display: block;
    }

    header .submenu {
        margin: 0 120px 0 0;
        padding: 0;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: none;
    }

    header .submenu ul {
        display: flex;
        background: #111;
    }

    header.is-animation .submenu {
        bottom: 0px;
    }

    header .submenu ul li {
        margin: 0;
        border-right: 1px solid #333;
    }

    header .submenu ul li:last-child {
        border: nne;
    }

    header .submenu ul li a {
        background: #111;
        display: block;
        padding: 5px 3px;
        font-size: 0.7em;
        text-align: center;
        font-weight: 600;
    }

    header .submenu ul li a:before {
        display: none;
    }

    header.is-animation {
        height: 58px;
    }



    header.is-animation .submenu ul li a {
        font-size: 0.7em;
        box-sizing: border-box;
        letter-spacing: 0;
        padding: 5px 5px;
        font-weight: 600;
    }

    header.is-animation .submenu ul li a:before {
        background-size: 5px;
        left: 5%;
        display: none;
    }

    /*drawer*/
    .drawer-nav .serachbox {
        width: auto;
    }

    .drawer-nav .serachbox input.search-input {
        width: 100%;
        font-size: 0.7em;
    }

    .drawer-nav {
        width: 100%;
    }

    .drawer--right .drawer-nav {
        right: -110%;
    }

    .drawer--right.drawer-open .drawer-nav {
        padding: 90px 0;
    }

    .drawer-menu {
        padding: 0 20px 100px;
    }

    .drawer-nav .drwbox {
        margin: 0;
        border-top: none;
        padding: 20px 0 0;
    }


    .drawer-nav dt {
        padding: 0 0 5px;
        margin: 0 0 20px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .drawer-nav dt a {
        padding: 0;
        font-size: 1em;
        font-weight: 600;
        margin: 0 auto 13px;
    }

    .drawer-nav dt a:before {
        width: 13px;
        height: 13px;
        background-size: 6px;
    }

    .drawer-nav dd {
        display: none;
        padding: 0;
    }

    .drawer-nav dd a {
        color: #eee;
        font-size: 0.9em;
    }

    .drawer-nav dd a:before {
        border: none;
    }

   


    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

    #pagetop {
        width: 40px;
        height: 40px;
        margin: 15px 10px;
    }


    .footertop .flogo {
        width: 220px;
    }

    .footerbox {
        display: block;
    }

    .footerbox dl {
        margin: 0;
        clear: both;
    }

    .footerbox dl:last-child {
        margin: 0 0 60px;
    }

    .footerbox dt {
        margin: 0;
    }

    .footerbox dd {
        /* display: flex; */
        flex-wrap: wrap;
    }

    .footerbox dd a {
        width: auto;
        font-size: 0.95em;
        letter-spacing: 0;
    }


    .footerbox dd a:last-child {
        margin: 0;
    }

    

    .copyright {
        text-align: center;
        font-size: 0.65em;
        letter-spacing: 0.5px;
        bottom: -30px;
        left: 0;
    }

    /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
 

/*+++++++++++
下層ページ
+++++++++++*/

    .box,main.page-intro .box {
        margin: 60px auto 0;
    }

    .intro_button_box a, .intro_button_box a:nth-child(3n),
    .intro_button_box a:nth-child(2n) {
        padding: 15px;
        width: 100%;
        margin: 0 0 15px 0;
        font-weight: 600;
    }
}
