@charset "utf-8";
/* CSS Document */

#wrapper {
  /*padding-top: 0 !important;*/
    max-width: 100%;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

#header h1 {
    padding: 2px 0 10px 0;
    width: 50%;
    float: left;
}

#header .in {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}

#header h1 {
    position: relative;
}

#header h1:before {
    content: "";
    width: 1200%;
    height: 100%;
    background: #ece8d5;
    left: -600%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#header .flex {
    float: right;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

#header .book {
    display: block;
    width: 99px;
    text-align: center;
    background: #628533;
    color: #fff;
    font-size: 20px;
    padding: 8px 0 0 0;
}

#header .flex dl {
    background: #bc875e;
    width: 257px;
    text-align: center;
    padding: 10px 0 11px 0;
    z-index: 10;
    position: relative;
}

.fixed #header .flex dl:not(.type-b) {
    position: fixed;
    bottom: 10px;
    right: 83px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000052;
        -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes sclAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#header .flex dd {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 120%;
}

#header .flex dt {
    text-align: center;
    line-height: 110%;
}

#header .flex dt a {
    color: #fff;
}

#header .flex dt .s {
    font-size: 12px;
}

.footinfo {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
    padding: 40px 0 60px 0;
    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;
}

.footinfo .right {
    width: 40%;
    padding: 55px 0 0 0;
}

.footinfo #map {
    height: 400px;
}

.footinfo .left {
    width: 53.1%;
}

.footinfo .left h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

.footinfo .left table {
    max-width: 490px;
    margin: 0 auto 5px auto;
    width: 100%;
    border: 1px solid #bc875e;
    border-collapse: collapse;
}

.footinfo .left ul {
    max-width: 490px;
    margin: 0 auto;
}

.footinfo .left th {
    width: 141px;
    height: 32px;
    font-weight: normal;
    border-top: 1px solid #bc875e;
}

.footinfo .left td {
    border-top: 1px solid #bc875e;
    border-left: 1px solid #bc875e;
    text-align: center;
    color: #bc875e;
    width: 49px;
}

.footinfo .left thead td {
    color: #222222;
}

.footinfo .left li {
    text-indent: -2em;
    padding: 0 0 0 2em;
}

.footinfo .left li .h {
    color: #bc875e;
}

.footinfo .left ul {
    padding-bottom: 10px;
}

.footinfo .left dl {
    max-width: 490px;
    margin: 0 auto;
}

.footinfo .left p {
    max-width: 490px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.footinfo .left dt {
    line-height: 100%;
    padding-bottom: 10px;
}

.footinfo .left .s {
    font-size: 18px;
}

.footinfo .left dd a {
    display: inline-block !important;
    background: #d7a861;
    max-width: 462px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    color: #fff;
    padding: 20px 0;
    border-radius: 3px;
}

.footinfo .left dd a img {
    margin-right: 10px;
}

.footnav {
    background: #ece8d5;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 149;
}

.footnav .in {
    max-width: 1110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 35px 5% 30px 5%;
}

.footnav ul {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footnav li {
    background: url(/import/tenant_1/153.126.168.253/html/images/footmk.gif) 0 7px no-repeat;
    padding: 0 0 8px 17px;
}

.footnav .copy {
    text-align: center;
    padding: 0 0 25px 0;
}

.w10 {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}

@media (max-width: 1024px) {
    #header .flex {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 149;
        width: 100%;
        max-width: none;
    }
    
    #header .flex>*{
      width: 100%;
    }

    #header .book {
        width: 20%;
    }

    #header .flex dl {
        width: 100%;
        padding: 5px 0 10px;
    }

    #header .book {
        padding-top: 10px;
    }

    #header h1 {
        width: auto;
        padding-right: 60px;
    }

    .footnav {
        padding-bottom: 50px;
    }

    .totop {
        bottom: 60px;
    }

    .footinfo .left dd a {
        font-size: 16px;
    }
.footinfo .left dd a img {
    margin-right: 10px;
    width: 7%;
    vertical-align: middle;
}
}

@media (max-width: 599px) {
    .footinfo .right {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footinfo .left {
        width: 100%;
    }

    .footnav ul {
        width: 50%;
    }

    .footinfo .left dd a {
        font-size: 16px;
        letter-spacing: -1.5px;
    }
    
    .footnav .in{
      padding: 35px 3% 30px 3%;
    }
}

.subtit {
    background: url(/upload/tenant_1/7999109bc3e228218a96eb1b11f1d720.png) 32px 0 no-repeat;
    height: 118px;
    overflow: visible;
}

.subtit h2 {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    max-width: 125px;
    position: relative;
    z-index: 100;
    padding: 36px 0 0 0;
    line-height: 120%;
    height: 536px;
    font-size: 22px;
    font-weight: normal;
}

.subtit h2 .e {
    display: block;
    font-size: 14px;
    color: #868383;
    line-height: 130%;
    padding-left: 17px;
}

#gnav {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 2;
}

[data-element-id] #gnav {
    position: relative;
    top: auto;
}

#gnav li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block !important;
    vertical-align: top;
    font-size: 20px;
}

[data-element-id] #gnav li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: unset;
    display: block !important;
    vertical-align: unset;
    font-size: 18px;
}

#gnav li a {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  filter: drop-shadow(1px 1px 1px #fff) drop-shadow(1px 1px 2px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(-1px -1px 2px #fff);
}

#gnav li:not(.gnav-logo){
  white-space: nowrap;
  flex-shrink: 0;
}

#gnav li a:hover{
  color: #bc875e;
}
#gnav li a:after {
    background-color: #bc875e;
    top: 0;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    left: -5px;
    position: absolute;
    transform: scale(0,0.5);
    transform-origin: top;
    transition: 0.4s;
}
#gnav li a:hover:after {
	 height: 100%;
	 transform: scale(1);
}

/* #gnav li.st a,
#gnav li a:hover {
    opacity: 1;
    color: #bc875e;
    text-decoration: overline;
} */

#gnav ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    height: 154px;
    max-width: 332px;
    min-width: 332px;
    width: 100%;
}

[data-element-id] #gnav ul {
    padding: 0 50px 0 0;
    height: auto;
    max-width: unset;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

#gnav.fixed {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 150;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
}

#gnav.fixed .in {
    /* max-width: 1000px; */
    margin: 0 auto;
    width: 95%;
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
}

#gnav.fixed ul {
    position: relative;
    top: auto;
    right: 0;
    height: auto;
    max-width: unset;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#gnav.fixed li {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    writing-mode: unset;
}

/* .subtitimg {
    padding: 0 0 45px 0;
} */

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#gnav li.gnav-logo {
    display: none !important;
}

#gnav.fixed li.gnav-logo, #gnav.fixed li.gnav-logo a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    vertical-align: unset;
  padding-bottom: 0;
}

[data-element-id] #gnav li.gnav-logo {
    display: block;
    border: 3px solid green;
    padding: 10px;
        display: block !important;
}

[data-element-id] #gnav li.gnav-logo img{
  
    max-width: 200px !important;
}

[data-element-id] .gnav-logo::before{
  content: "PC追従ナビ用";
    background-color: green;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: -10px -10px 10px;
    display: block;
    padding-bottom: 6px;
    writing-mode: initial;
    line-height: 1;
}

@media (max-width: 1024px) {
    #gnav {
        display: none;
    }

    .subtit {
        background-position: 0 8px;
    }

    .subtit h2 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding-left: 10px;
        padding-top: 32px;
        max-width: none;
        font-size: 20px;
    }

    .subtit h2 .e {
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    #header .book {
        font-size: 15px;
        padding-top: 12px;
    }
}

#snav {
    display: none;
}

@media (max-width: 1024px) {

    #snav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 151;
        border: none;
        padding-bottom: 0;

    }

    #header h1 {
        padding-right: 60px;
    }

    .btm {
        margin-bottom: 0;
    }

    #snav ul li {
        float: none;
        width: auto;
        text-align: left;
        display: block !important;
    }

    #snav p {
        display: block;
        position: absolute;
        width: 38px;
        height: 38px;
        top: 0;
        left: -42px;
        border: 1px solid #fff;
        background: #bc875e;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #bc875e;
        -moz-box-shadow: 0px 0px 0px 2px #bc875e;
        -webkit-box-shadow: 0px 0px 0px 2px #bc875e;
    }

    #snav li {
        float: none;
        width: auto;
        border-bottom: 1px dotted #cacad9;
        padding: 0 !important;
        margin-top: 0;
        margin-left: 0 !important;
        display: block !important;

    }

    #snav ul li a {
        height: auto;
        display: block !important;
        padding: 8px 14px 8px 14px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
    }

    #snav ul {
        text-align: left;
        background: #fff;
    }

    #snav.action {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #snav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #snav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #snav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #snav.action p span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #snav.action p span.n:after,
    #snav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #snav ul {
        display: block;
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }

    .overlay:after,
    .overlay #header .inner:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
    }

    #snav li a:hover::before,
    #snav li.st a::before {
        bottom: auto;
        left: auto;
        right: 10px;
        top: 50%;
        margin-top: -3px;

    }


}

/*home*/
.hometit {
    background: none;
}

.hometit[data-element-id] {
  padding-bottom: 520px;
}

.hometit .logo img {
    width: auto;
}

.hometit .logo {
    padding: 11px 0 0 0;
}

.homeslide img {
    width: 100%;
    height: auto;
}

.home-news {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 0 90px 0;
    width: 95%;
}

.home-news h3 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.home-news h3 {
    margin-bottom: 0;
    display: inline-block !important;
    line-height: 120%;
}

.home-news .tit p {
    display: inline-block !important;
    float: right;
    padding: 20px 0 0 0;
}

.home-news .tit p a {
    display: inline-block !important;
    background: #dfd8b9;
    width: 180px;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
.home-news .tit p a:hover{
    background: #bc875e;
    color: #fff;
    opacity: 1;
}
.home-news .tit p a:hover:before{
    content: url(/upload/tenant_1/97194cae9c41a917529cfd6f3f42b606.jpg);
    top: 50%;
    right: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-news .tit p a:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/icon_01.gif);
    top: 50%;
    right: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-news dt {
    float: left;
    color: #bc875e;
}

.home-news dd {
    padding: 0 0 0 90px;
}

.home-news .tit {
    padding: 0 0 40px 0;
}

.home-news dl {
    padding: 0 0 15px 0;
}

.home1 h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
    height: 70px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: normal;
    padding: 0 50px 0 0;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;

}

.home1 .flexb {
    clear: both;
}

.home1 h3 .w {
    display: inline-block !important;
    height: 385px;
    position: relative;
    z-index: 1;
}

.home1 .pic {
    width: 48.2%;
}

.home1 .tbox {
    width: 49%;
}

.home1 h4 {
    font-size: 20px;
}

.home1 .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home1 p {
    padding: 0 0 20px 0;
}

.hmore a {
    display: inline-block !important;
    max-width: 190px;
    width: 100%;
    background: #dfd8b9;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
.hmore a:hover {
    background: #bc875e;
    color: #fff;
    opacity: 1;
}

.hmore a:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/icon_01.gif);
    top: 50%;
    right: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.hmore a:hover:before{
    content: url(/upload/tenant_1/97194cae9c41a917529cfd6f3f42b606.jpg);
    top: 50%;
    right: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
}

.home1 .hmore {
    padding-top: 20px;
}

.home1 {
    padding-bottom: 70px;
}

.home-nayami {
    position: relative;
    overflow: hidden;
    padding: 90px 0 90px 0;
}

.home-nayami .w10 {
    position: relative;
    z-index: 1;
}

.home-nayami h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 45px;
}

.home-nayami h3 strong {
    font-size: 34px;
    color: #b9ac75;
}

.home-nayami h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

.home-nayami li {
    width: 30%;
    margin: 0 1.66% 35px 1.66%;
}

.home-nayami li .w {
    display: block;
    background: #fff;
    padding: 15px 14px 15px 14px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 6px 1px #e2dcc1;
    box-shadow: 0px 0px 6px 1px #e2dcc1;
}

.home-nayami li .w img {
    vertical-align: middle;
    margin-right: 10px;
}

.home-gal li {
    width: 16.666%;
}

.home-gal li img {
    width: 100%;
}

.home-greet {
    max-width: 900px;
    margin: 0 auto;
    padding: 85px 0 35px 0;
    width: 95%;
}

.home-greet .pic {
    width: 33.33%;
    padding: 0 0 20px 0;
}

.home-greet .pic .w {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.home-greet .pic .w [class*='up-ofi'] {
    border-radius: 50%;
    overflow:hidden;
}

.home-greet .pic .w [class*='up-ofi'] {
        border-radius: 50%;
    overflow:hidden;
}

.home-greet .tbox {
    width: 55.55%;
}

.home-greet .pic .w:before {
    /*content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    bottom: 7px;
    right: 7px;
    -webkit-box-shadow: 0px 0px 6px 1px #e2dcc1;
    box-shadow: 0px 0px 6px 1px #e2dcc1;
    z-index: 1;*/
}

.home-greet h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.home-greet h3 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.home-greet .tbox p {
    padding: 0 0 20px 0;
}

.home-greet .sign {
    text-align: right;
}

.home-greet .sign .fs16 {
    display: block;
    color: #b9ac75;
    line-height: 140%;
}

.home-link {
    background: #fdfcf8;
    padding: 50px 0 15px 0;
}

.home-link a {
  display: block;
  width: 30%;
    margin: 0 1.66% 35px 1.66%;
}

.home-link dl {
    width: 100%;
}

.home-link dd {
    border: 2px solid #ece8d5;
}

.home-link dt {
    font-size: 16px;
    padding: 5px 0;
}

.home-link dt:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/top/icon_01.png);
    padding: 0px 5px 0 0;
    vertical-align: middle;
}

.home-blog {
    background: #f7f4ed;
    padding: 50px 0 40px 0;
}

.home-blog h3 {
    text-align: center;
    font-size: 36px;
}

.home-blog h3 img {
    vertical-align: middle;
    margin-right: 10px;
}

.home-blog dl {
    width: 27%;
    margin: 0 3.16% 40px 3.16%;
}

.home-blog dt .d {
    display: block;
    color: #bc875e;
}

.home-blog dt {
    padding: 5px 0 0 0;
}

.home-blog .hmore {
    text-align: center;
}

.home-blog .hmore a {
    color: #fff;
    background: #bc875e;
}
.home-blog .hmore a:hover{
  opacity: 0.6;
}
.home-blog .hmore a:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/icon_02.gif);
}

@media (max-width: 1024px) {
    .home1 h3 {
        padding-right: 10px;
        font-size: 24px;
        line-height: 120%;
    }

    .home1 h4 {
        font-size: 16px;
    }

    .home-nayami h3 {
        font-size: 20px;
    }

    .home-nayami h3 strong {
        font-size: 24px;
    }

.home-nayami li .w img {
   width: auto;
   line-height: 1;
   vertical-align:top;
    }

.home-nayami li .w {
   line-height: 120%;
    }
.home-nayami li .w .tx {
    display: inline-block;
    width: 65%;
    padding-left: 0px;
}

    .home-nayami {
        padding-bottom: 0;
    }

    .home-greet h3 {
        font-size: 20px;
    }

    .home-gal {
        max-width: none;
    }
}

@media (max-width: 599px) {
    .home-news .tit p {
        float: none;
        display: block !important;
        text-align: right;
    }

    .home1 .pic {
        float: none;
        width: 100%;
    }

    .home1 .tbox {
        width: 100%;
    }

    .home-nayami .flex {
        max-width: none;
    }

    .home-nayami li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }
.home-nayami li .w .tx {
    width: 60%;
}
    .home-greet .pic {
        width: 80%;
    }

    .home-greet .tbox {
        width: 100%;
    }

    .home-link dl {
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .home-blog dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.staff1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 55px;
}

.staff1 .w35 li:first-child {
    text-align: right;
    margin-bottom: -80px;
    margin-left: 10%;
}

.staff1 .w35 li:last-child {
    margin-right: 10%;
}

.staff1 h3 {
    text-indent: -3em;
    padding: 0 0 0 3em;
    margin-bottom: 35px;
}

.staff1 h3 .w {
    border-bottom: 2px dotted #fa4343;
}

.staff1 p {
    padding: 0 0 20px 0;
}

.staff1 .sign {
    padding-top: 30px;
}

/* .staff1 li img{
  border:2px solid #d7a861;
  border-radius:5px;
}*/
.staff1 li img {
    border: 2px solid #d7a861;
    border-radius: 5px;
}

.staff1 .w35 {
    padding: 0 0 20px 0;
}

@media (max-width: 1024px) {
    .staff1 {
        max-width: none;
    }

    .subtit h2 {
        height: auto;
    }
}

@media (max-width: 599px) {
    .staff1 h3 {
        font-size: 18px;
    }

    .staff1 p .fs20 {
        display: block;
    }
}

.staff2 h4 {
    border-left: 5px solid #dfd8b9;
    font-size: 20px;
    padding: 0 0 5px 30px;
    margin-bottom: 30px;
}

.staff2 {
    max-width: none;
    padding-bottom: 100px;
}

.staff2 .box {
    width: 46%;
    margin: 0 8% 40px 0;
}

.staff2 .box:nth-child(2n+2) {
    margin-right: 0;
}

.staff2 .box .table dt {
    float: left;
}

.staff2 .box .table dd {
    padding: 0 0 0 100px;
}

.staff2 .box .table {
    padding: 0 0 0 35px;
}

.staff2 .box .table dl {
    padding-bottom: 10px;
}

.staff2 .box ul {
    padding-left: 35px;
    padding-bottom: 10px;
}

.staff2 .box .table ul {
    padding-bottom: 0;
    padding-left: 0;
}

@media (max-width: 599px) {
    .staff2 {
        padding-bottom: 0;
    }

    .staff2 .box {
        width: 100%;
        margin-right: 0;
    }

    .staff2 .box .table {
        padding-left: 0;
    }

    .staff2 .box ul {
        padding-left: 0;
    }
}

/*about*/

.h3s strong {
    display: block;
    font-size: 28px;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 8px;
}

.h3s {
    font-size: 14px;
    font-weight: normal;
}

.h3s {
    margin-bottom: 25px;
}

.udl {
    font-size: 28px;
    padding-bottom: 35px;
}

.udl .w {

    border-bottom: 2px dotted #fa4343;

}

.about1 p {
    padding: 0 0 20px 0;
}

.about1 h4 .fs14 {
    display: block;
    line-height: 120%;
}

.about1 .flexb {
    padding-bottom: 30px;
}

.about1 .flexb:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about1:after {
    content: "";
    display: block;
    max-width: 465px;
    width: 100%;
    height: 1px;
    background: #d7a861;
    margin: 30px auto 0 auto;
}

.about2 {
    padding: 45px 0 60px 0;
}

.about2 p {
    padding: 0 0 20px 0;
}

.about2 .udl {
    padding-bottom: 35px;
}

.about2 .pic {
    padding: 20px 0 40px 0;
    width: auto;

}

@media (max-width: 1024px) {
    .udl {
        font-size: 22px;
    }

    .about1 h4 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .udl {
        font-size: 18px;
    }
}

/*first*/

.first1 .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    /*flex-direction: row-reverse;*/
}

.first1 p {
    padding: 0 0 20px 0;
}

/* .first1 p.t {
    margin-top: -25px;
} */

.first1 dl.ls dd {
    background: url(/import/tenant_1/153.126.168.253/html/images/check.png) 0 3px no-repeat;
    padding: 0 0 5px 30px;
}

.first1 dl.ls dt {
    padding-bottom: 5px;
}

.first1 .flexb+.flexb {
    padding-top: 120px;
    position: relative;
}

.first1 .flexb+.flexb:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/first/more.png);
    top: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.first1 {
    padding-bottom: 45px;
}

.first2 {
    position: relative;
    overflow: hidden;
    border: 2px solid #dfd8b9;
    margin-bottom: 60px;
}

.first2 .in {
    position: relative;
    z-index: 1;
    padding: 50px 5% 50px 5%;
}

.first2 .bkimg img {
    opacity: 0.1;
    -o-object-fit: cover;
    object-fit: cover;
}

.first2 h3 {
    text-align: center;
}

.first2 h3 strong {
    color: #dfd8b9;
}

.first2 li {
    line-height: 240%;
    padding: 0 0 20px 1em;
    text-indent: -1em;
}

.first2 .in p {
    line-height: 240%;
    padding: 0 0 30px 0;
}

@media (max-width: 1024px) {
.first2 .bkimg {
    display: none;
    }

    .first2 .in {
    padding: 50px 5% 0 5%;
    }

    .first2 .bkimg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px !important;
    }
}

/*document*/
.document1 {
    padding-bottom: 45px;
}

.h3b {
    background: #bc875e;
    border-left: 2px solid #dfd8b9;
    color: #fff;
    font-size: 13px;
    padding: 8px 2.5% 10px 2.5%;
    margin-bottom: 40px;
}

.h3b .w {
    display: block;
    margin: 0 auto;
    max-width: 900px;
}

.document1 .txt {
    max-width: 900px;
    margin: 0 auto;
}

.document1 li {
    text-indent: -3em;
    padding: 0 0 10px 3em;
}

.document2 .table {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #bc875e;
    border-bottom: none;
}

.document2 dl {
    border-bottom: 1px solid #bc875e;
}

.document2 dt {
    width: 57.33%;
    background: #ece8d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 2%;
    font-size: 16px;
}

.document2 dd {
    border-left: 1px solid #bc875e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    width: 42.67%;
    padding: 10px 2%;
    font-size: 16px;
}

.document2 {
    padding-bottom: 80px;
}

@media (max-width: 1024px) {
    .document2 dt {
        font-size: 14px;
    }
.document2 .table {
    width: 100%;
}
.document2 .table .flex{
    max-width: 100%;
}
    .document2 dd {
        font-size: 14px;
    }
}

/*visit*/

.visitwrap {
    background: #fdfcf8;
    padding: 34px 0 30px 0;
    margin-top: 50px;
}

.visitwrap .wraps {
    border: #ece8d5 2px solid;
    margin-bottom: 46px;
    background: #fff;
    padding: 33px 5% 10px 5%;
}

.visitwrap .wraps h4 {
    max-width: 322px;
    background: #dfd8b9;
    font-size: 20px;
    text-align: center;
    padding: 2px 2% 8px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.visit1 p {
    line-height: 240%;
}

.visit1 p {
    padding: 0 0 30px 0;
}

.visit1 li {
    background: url(/import/tenant_1/153.126.168.253/html/images/check.png) 0 5px no-repeat;
    padding: 0 0 15px 36px;
}

.visit1 ul {
    padding-bottom: 5px;
}

.visit2 .tbox {
    width: 63.33%;

}

.visit2 .pic {
    width: 33.33%;
}

.visit2 .tbox p {
    padding: 0 0 20px 0;
}

.visit2 .tbox .box {
    padding-bottom: 20px;
}

.visitwrap .visit2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: none;
    border: none;
    padding: 0;
    margin-top: 30px;
}
.visitwrap .visit2 h4{
    max-width: none;
    background: none;
    text-align: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.visit2 .pic [class*='up-ofi']{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.visit2 .pic [class*='up-ofi'] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}

.visit2 .pic .w::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 7px;
    right: 7px;
    -webkit-box-shadow: rgb(226, 220, 193) 0px 0px 6px 1px;
    box-shadow: rgb(226, 220, 193) 0px 0px 6px 1px;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 599px) {
    .visit2 .pic {
        width: 80%;
        padding-bottom: 30px;
    }

    .visit2 .tbox {
        width: 100%;
    }

    .visitwrap .wraps h4 {
        font-size: 18px;
    }

    .visitwrap .wraps {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

/*region*/
.region1 .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: none;
}

.region1 .pic [class*='up-ofi'] {
    width: auto;
    border: 2px solid #d7a861;
    border-radius: 5px;
}

.region1 .no1 .pic {
    width: 21.4%;
}

.region1 .no1 .tbox {
    width: 67%;
    padding-bottom: 20px;
}

.region1 .no2 .pic {
    width: 29.6%;
    padding: 0 5% 0 0;
}

.region1 .no2 .tbox {
    width: 56%;
}

.region1 .tbox p {
    padding: 0 0 20px 0;
}

.region1 .no2 {
    margin-top: -80px;
}

.region1 {
    padding-bottom: 40px;
}

.region2 .w10 {
    padding: 73px 0 100px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.region2 .wrap:nth-child(2n+1) {
    background: #f7f4ed;
}

.region2 h4 {
    position: relative;
    font-size: 20px;
    padding: 0 0 5px 25px;
    margin-bottom: 30px;
    font-weight: normal;

}

.region2 h4:before {
    content: "";
    width: 5px;
    height: 38px;
    background: #dfd8b9;
    position: absolute;
    top: 0;
    left: 0;
}

.region2.lp .wrap:nth-child(2n+2) {
    background: #f7f4ed;
}

.region2.lp .w10 {
    -webkit-box-orient: inline-axis;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;
}

.region2 h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.region2 .tit .w10 {
    padding: 0 0 0 0;
}

.region2 h3 .w {
    display: inline-block !important;
    background: #dfd8b9;
    padding: 5px 1em 10px 1em;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #ece8d5;
    box-shadow: 0px 0px 0px 2px #ece8d5;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: -10px;
}

.region2 .tit {
    background: #f7f4ed;
}

.region2.lp .wrap+.wrap .w10 {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .region2 h3 {
        font-size: 18px;
        letter-spacing: -1px;
    }

    .region2 h3 .w {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .region2 h4 {
        font-size: 18px;
    }

    .region1 .no2 {
        margin-top: -20px;
    }
}

@media (max-width: 599px) {
    .region2 h3 {
        font-size: 16px;
    }

    .region1 .no1 .tbox {
        width: 100%;
    }

    .region1 .no1 .pic {
        width: 80%;
        padding: 0 0 20px 0;
    }

    .region1 .no2 {
        margin-top: 0px;
    }

    .region1 .no2 .pic {
        width: 80%;
        padding: 0 0 20px 0;
    }

    .region1 .no2 .tbox {
        width: 100%;
    }
}

/*medical*/
.flexb.rpic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bgbei {
    background-color: #f7f4ed;
}

.h4m {
    position: relative;
    font-size: 20px;
    padding: 0 0 5px 25px;
    margin-bottom: 30px;
    font-weight: normal;
}

.h4m:before {
    content: "";
    width: 5px;
    height: 38px;
    background: #dfd8b9;
    position: absolute;
    top: 0;
    left: 0;
}

.medical1 h3+p {
    width: 66%;
    padding-bottom: 36px;
}

.medical1 .inn .pic {
    width: 45%;
}

.medical1 .inn .tbox {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 3.3% 0 3%;
}

.medical1 .inn .tbox h4 {
    margin-bottom: 15px;
}

.medical1 .inn .tbox h4+p {
    padding-bottom: 40px;
}

.medical1 .inn .tbox .hmore {
    text-align: right;
    padding-top: 15px;
}

.medical1 {
    margin-bottom: 50px;
}

.medical2 {
    padding: 15px 0;
    margin-bottom: 100px;
}

.medical2 .inn {
    background-color: #fff;
    width: 95.5%;
    max-width: 955px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}

.medical2 .inn .pic {
    width: 33.71%;
    margin-left: 3%;
}

.medical2 .inn .tbox {
    width: 44%;
    margin-right: 8%;
    padding: 30px 0 0 0;
}

.medical2 .inn .tbox .hmore {
    padding-top: 120px;
    text-align: right;
}

@media (max-width: 1024px) {
    .medical1 .inn .tbox {
        padding-bottom: 20px;
    }

    .medical1 h3+p {
        width: 100%;
    }

    .medical2 .inn .tbox .hmore {
        padding-top: 30px;
    }
}

@media (max-width: 599px) {
    .medical1 .inn .pic {
        width: 100%;
    }

    .medical1 .inn .tbox {
        width: 100%;
        padding-right: 3%;
        padding-top: 30px;
    }

    .medical2 .inn .pic {
        width: 94%;
        margin-right: 3%;
    }

    .medical2 .inn .tbox {
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
    }
}

/*faq*/
.faq1 {
    padding-bottom: 30px;
}

.faq2 {
    padding: 50px 0;
}

.faq2 .inn {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
}

.faq2 .box {
    margin-bottom: 35px;
}

.faq2 .box dt {
    background-color: #dfd8b9;
    padding: 10px 4.4%;
    position: relative;
    min-height: 60px;
}

.faq2 .box dt .st-arrow {
    display: block;
    width: 20px;
    height: 17px;
    background: 0 0 url(/import/tenant_1/153.126.168.253/html/images/qa/icon_01.gif) no-repeat;
    text-indent: -9999px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 4.4%;
    top: 20px;
}

.faq2 .box dt.active .st-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq2 .box dt .q {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 4.4%;
    top: 10px;
}

.faq2 .box dt .qt {
    display: block;
    padding: 8px 35px 0 65px;
    color: #695e5e;
}

.faq2 .box dd {
    background-color: #fff;
    padding: 54px 14.3% 100px 4.4%;
    position: relative;
}

.faq2 .box dd .ab {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #dfd8b9;
    color: #bc875e;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 4.4%;
    top: 54px;
}

.faq2 .box dd .at {
    display: block;
    padding: 8px 0 0 65px;
    /*color: #dfd8b9;*/
}

.faq2 .box dt.key {
    cursor: pointer;
}

.faq2 .box dd.a {
    display: none;
}

/*access*/
.access1 .inn .left {
    width: 38.5%;
    margin-bottom: 20px;
}

.access1 .inn .left p {
    padding-bottom: 20px;
}

.access1 .inn .right {
    width: 49%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.access1 .inn .right table {
    max-width: 490px;
    margin: 0 auto 5px auto;
    width: 100%;
    border: 1px solid #bc875e;
    border-collapse: collapse;
}

.access1 .inn .right ul {
    max-width: 490px;
    margin: 0 auto;
}

.access1 .inn .right th {
    width: 141px;
    height: 32px;
    font-weight: normal;
    border-top: 1px solid #bc875e;
}

.access1 .inn .right td {
    border-top: 1px solid #bc875e;
    border-left: 1px solid #bc875e;
    text-align: center;
    color: #bc875e;
    width: 49px;
}

.access1 .inn .right thead td {
    color: #222222;
}

.access1 .inn .right li {
    text-indent: -2em;
    padding: 0 0 0 2em;
}

.access1 .inn .right li .h {
    color: #bc875e;
}

.access1 {
    padding-bottom: 70px;
}

.access2 .inn {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.access2 h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
    color: #444444;
    font-weight: normal;
}

.access2 h3:after {
    content: "";
    display: block;
    max-width: 462px;
    width: 95%;
    height: 1px;
    background-color: #d7a861;
    margin: 20px auto 0 auto;
}

.access2 .inn {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.access2 .inn .slider {
    width: 112%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5.5%;
    letter-spacing: -5px;
    text-align: center;
    z-index: 0;
}

.access2 .inn .slide li {
    float: left;
    letter-spacing: 0;
    width: 26%;
    text-align: center;
    padding-top: 65px;
    vertical-align: top;
}

.access2 .inn .slide li img {
    width: 100%;
}

.access2 .inn .slide li.center {
    width: 40.86%;
    margin: 0 3%;
    padding-top: 0;
}

.access2 .inn .slidenav {
    width: 54%;
    margin: 0 auto;
    padding-top: 12%;
    position: relative;
    z-index: 1;
}

.access2 .inn .slidenav li {
    width: 11.76%;
    float: left;
}

.access2 .inn .slidenav li+li {
    float: right;
}

@media (max-width: 599px) {
    .access1 .inn .left {
        width: 100%;
    }

    .access1 .inn .right {
        width: 100%;
        margin-right: 0;
    }

    .access2 .inn .slide li {
        padding-top: 20px;
    }

    .access2 .inn {
        height: 350px;
    }
}

/*contact*/
.contact1 {
    padding: 130px 0 70px 0;
    border-bottom: 1px solid #bfbfbf;
}

.contact1 p {
    padding-bottom: 30px;
}

.contact1 .b {
    color: #cc9966;
}

.contact1 .b .tel {
    color: #cc9966;
}

.contact1 .b a {
    color: #cc9966;
}

.contact2 {
    padding: 50px 0;
}

.contact2 .inn {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact2 .inn dt {
    width: 20.62%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 3%;
}

.contact2 .inn dd {
    width: 75%;
}
.contact2 .inn dd div{
    display:inline-block;
    width:100%;
}
.contact2 .inn dt .his {
    color: #bc875e;
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    top: 8px;
    right: 0;
}

.contact2 .inn dt:before {
    content: ">";
    color: #bc875e;
    display: block;
    width: 6px;
    height: 8px;
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
}

.contact2 .inn dt.g2 .his,
.contact2 .inn dt.g2:before {
    top: 20px;
}

.contact2 .inn dt.g2 {
    margin-top: -10px;
}

.contact2 .inn dt .t {
    display: block;
    padding: 9px 15px 0 25px;
}

.contact2 .inn dd input {
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 8px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact2 .inn dl {
    margin-bottom: 30px;
}

.contact2 .inn dl textarea {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    width: 100%;
    height: 210px;
    padding: 8px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact2 .inn dl .fbtm {
    width: 163px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    margin-top: 15px;
}

.contact2 .inn .formbtn {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
}

.contact2 .inn .formbtn li {
    margin: 0 0.8% 20px 0.8%;
}

.contact2 .inn .formbtn li+li {
    width: 31.33%;
}

.input-confirm-form-back-btn  {
    background: #7d7d7d;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 38px;
    font-size: 14px;
    font-family: "hannari", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.contact2 .form-submit-btn,
.input-confirm-form-submit-btn {
    background: #bc875e;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 38px;
    font-size: 14px;
    font-family: "hannari", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.contact2 .inn .formbtn li #reset:hover,
.contact2 .inn .formbtn li #send:hover {
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .contact1 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .contact2 .inn dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact2 .inn dt .t {
        display: inline-block !important;
    }

    .contact2 .inn dt .his {
        position: relative;
        display: inline-block !important;
        top: 0;
    }

    .contact2 .inn dd {
        width: 100%;
    }

    .contact2 .inn dt br {
        display: none;
    }

    .contact2 .inn dt.g2 .his {
        top: 0;
    }

    .contact2 .inn dt.g2:before {
        top: 10px;
    }

    .contact2 .inn dt.g2 {
        margin-top: 0px;
    }

/*     .contact2 .inn .formbtn li {
    width: 30%;
} */

    .contact2 .inn .formbtn li+li {
        width: 60%;
    }
}

/*news*/
.news1 .inn {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.news1 .inn li {
    border-top: 1px solid #666666;
    padding: 23px 0;
}

.news1 .inn li:last-of-type {
    border-bottom: 1px solid #666666;
}

.news1 .inn li a {
    display: block;
}

.news1 .inn li a .dat {
    display: inline-block !important;
    width: 19%;
    padding-right: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news1 .inn li a:before {
    content: ">";
    color: #bc875e;
    display: inline-block !important;
    padding-right: 2.5%;
}

.news1 .inn li a .t {
    display: inline-block !important;
    width: 77%;
    vertical-align: top;
}

.news1 {
    padding-bottom: 50px;
}

/*news_detail*/
.news1 .nkiji h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 35px;
}

.news1 .nkiji h3:after {
    content: "";
    display: block;
    background-color: #bc875e;
    max-width: 490px;
    height: 3px;
    width: 80%;
    margin: 15px auto 0 auto;
}

.news1 .nkiji .date {
    text-align: center;
    padding-bottom: 40px;
}

.news1 .nkiji .inn-inn p {
    padding-bottom: 40px;
}

.news1 .nkiji .inn-inn {
    padding-bottom: 90px;
}

.backbtn a {
    display: inline-block !important;
    max-width: 190px;
    width: 100%;
    background: #dfd8b9;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
.backbtn a:hover {
    background: #bc875e;
    color: #fff;
    opacity: 1;
}
.backbtn a:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/news/to_back.gif);
    top: 50%;
    left: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.backbtn a:hover:before {
    content: url(/upload/tenant_1/4eb0ca266f7a32a0d6fb2df8fd60f51b.jpg);
    top: 50%;
    left: 10px;
    position: absolute;
    line-height: 1;
    font-size: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width: 599px) {
    .news1 .nkiji h3 {
        font-size: 18px;
    }

    .news1 .inn li a .dat {
        width: 70%;
    }

    .news1 .inn li a .t {
        width: 100%;
    }
}

/*blog*/
.blog1 {
    padding: 130px 0 0 0;
}

.blog1 .blogo {
    text-align: center;
}

.blog1 h3 {
    text-align: center;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 40px;
}

.blog2 dl {
    width: 23.5%;
    margin-bottom: 40px;
}

.blog2 dl .ddinfo {
    padding: 15px 0;
}

.blog2 dl .ddinfo .d {
    width: 40%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2%;
}

.blog2 dl .ddinfo .cate {
    width: 60%;
    display: block;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
}

.blog2 dl dt {
    padding: 0 2%;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog2 {
    padding-bottom: 20px;
}

.pagenav li {
    margin: 0 12px 20px 12px;
}

.pagenav a {
    line-height: 38px;
    padding: 0 3px;
}

.pagenav a.st {
    border-bottom: 1px solid #666666;
}

.pagenav .mk {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #dfd8b9;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 14px;
}

.blog .pagenav {
    padding-bottom: 80px;
}

.blog3 {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.blog3 dl {
    width: 48.19%;
}

.blog3 dl dt {
    background-color: #dfd8b9;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.blog3 dl dd {
    margin-bottom: 1px;
}

.blog3 dl dd a {
    display: block;
    background-color: #eeeeee;
    padding: 20px 3% 20px 9.5%;
}

@media (max-width: 1024px) {
    .blog1 {
        padding-top: 50px;
    }

    .blog1 h3 {
        font-size: 24px;
    }

    .blog2 dl .ddinfo .d {
        width: 100%;
        padding-right: 2%;
    }

    .blog2 dl .ddinfo .cate {
        width: 100%;
        padding-left: 2%;
        text-align: left;
    }
}

@media (max-width: 599px) {
    .blog2 dl {
        width: 45%;
    }

    .blog1 h3 {
        font-size: 22px;
    }

}

/*blog_detail*/
.blogd1.news1 .nkiji .inn-inn {
    padding-bottom: 0;
}

.blogd1.news1 {
    padding-bottom: 150px;
}

.blogd2 h4 {
    max-width: 397px;
    width: 100%;
    background-color: #d7a861;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 3% 12px 3%;
    border-radius: 5px;
}

.blog2.blogd2 {
    padding-bottom: 0;
}

/*symptom*/
.subtit.symptom-subtit h2 {
    height: 250px;
}

.symptom1 {
    padding: 130px 0 30px 0;
}

.symptom1 p {
    padding: 0 0 30px 0;
}

.symptom1 ul {
    width: 70%;
    position: relative;
    z-index: 3;
}

.symptom1 li {
    margin-right: 20px;
    margin-bottom: 30px;
}

.symptom1 li a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.symptom1 li a:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/symptom/icon_01.gif);
    position: absolute;
    left: 0;
    top: 2px;
}
.symptom1 li a:after {
  background-color: #bc875e;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.symptom1 li a:hover{
  color: #bc875e;
  opacity: 1;
}
.symptom1 li a:hover:after {
  width: 100%;
}
.symptom2 h3 {
    font-size: 24px;
    padding: 18px 0 15px 0;
    margin-bottom: 50px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

.symptom2 h3:before {
    content: "";
    display: block;
    height: 1px;
    width: 18%;
    background-color: #bc875e;
    position: absolute;
    left: 0;
    top: -1px;
}

.symptom2 .pic {
    width: 45%;
    margin-bottom: 20px;
}

.symptom2 .tbox {
    /*width: 49.6%;*/
    margin-bottom: 20px;
}

.symptom2 .inn {
    padding-bottom: 30px;
}

.ac {
    position: relative;
    height: 1px;
    margin-top: -1px;
}

.symptom2 .tbox dt {
    font-weight: bold;
    padding-bottom: 20px;
}

.symptom2 .tbox dd {
    padding: 0 0 15px 0;
}

.symptom2 .tbox dd:before {
    content: "■";
    color: #bc875e;
    margin-right: 5px;
}

.symptom2 .tbox dd a {
    text-decoration: underline;
}

.symptom2 .tbox dl {
    padding-bottom: 30px;
}

@media (max-width: 1024px) {
    .ac a {
        top: 0;
    }

    .subtit.symptom-subtit h2 {
        height: auto;
    }

    .symptom1 {
        padding-top: 50px;
    }

    .symptom2 h3 {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .symptom1 ul {
        width: 100%;
    }

    .symptom2 .pic {
        width: 100%;
    }

    .symptom2 .tbox {
        width: 100%;
    }

    .symptom2 h3 {
        font-size: 20px;
    }
}

.homeslide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeslide .uk-slidenav-position:after {
    padding-top: 23%;
    content: '';
    display: block;
}

.homeslide .uk-slideshow {
    position: absolute;
    top: 0;
}

/* 下層メイン画像サイズ */
.subtitimg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 450px !important;
    width: 100%;
}

@media (max-width: 599px) {
    .subtitimg img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 250px !important;
    }
}

/* パンくずリスト */
.breadcrumbs {
  margin: 10px 0 50px;
}

.breadcrumbs .inner{
  padding: 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(-3px, 1px);
    transform: rotate(45deg) translate(-3px, 1px);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }
}

/* 左右編集可能 */
/* 奇数 */
.about1 .list .lrcon:nth-of-type(odd) .w45 {
    float: right;
}

.about1 .list .lrcon:nth-of-type(odd) .w50 {
    float: left;
}

/* 偶数 */
.about1 .list .lrcon:nth-of-type(even) .w50 {
    float: right;
}

.about1 .list .lrcon:nth-of-type(even) .w45 {
    float: left;
}

.access2 .inn {
    position: relative;
}

.access2 .inn .slick-box {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

/* ボタンの配置などの調整 */
.slick-prev:before {
    content: url(/import/tenant_1/153.126.168.253/html/images/access/left_icon.png) !important;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
}
@media (max-width: 599px) {
.slick-prev, .slick-next{
    transform: scale(0.65);
    top: 40%;
}
.slick-prev{
    left: 0px!important;
}
.slick-next {
    right: 40px!important;
}

}
.slick-next:before {
    content: url(/upload/tenant_1/d257403166491f76811620f8314184ee.png) !important;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
}
.slick-prev {
    z-index: 1;
    left: 10px;
}
.slick-next {
    z-index: 1;
    right: 70px;
}
.slick-slider .slick-list .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}
.blog2 .pic a:hover span{
    opacity: 0.6;  
}
/* レスポンシブ調整 */
@media (max-width: 599px) {
.home1 {
    padding-bottom: 10px;
}
.home-nayami{
  padding-top: 40px;
}
.staff1 .w35{
  width: 80%;
  margin: 0 auto;
}
.staff1 .w35 li:last-child{
  margin-right: 30%;
}
.region2 .w10{
  padding-bottom: 50px;
}
.home-nayami .bkimg{
  display: none;
}
}
.uk-text-danger{
  display: block;
}

[data-element-id].subtitimg{
  padding: 0 0 200px 0;
}
