@charset "utf-8";
/* CSS Document */

/*common*/

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

.telbox {
    margin: 20px 0;
    display: flex;
}

.telbox p {
    color: #e36623;
    font-size: 18px;
    margin-left: 35px;
}
    
.telbox .tel a {
    border-left: solid 3px;
    color: #e36623;
    display: block;
    font-size: 26px;
    margin-left: 35px;
    padding-left: 10px;
    position: relative;
}

.telbox .tel a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/133.167.106.54/html/images/common/tel1.png) left center no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
}

.sns li {
    width: 20%;
    max-width: 40px;
    margin-right: 5%;
}

.timetable {
    width: 100%;
    border: solid 1px #e36623;
    border-collapse: collapse;
}

.timetable th,
.timetable td {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 4px;
    text-align: center;
}

.timetable th {
    color: #fff;
    background: #e36623;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}

.timetable td {
    color: #fff;
    background: #e36623;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff;
}

.contactbox {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/contact-bg.jpeg) top center no-repeat;
    background-size: cover;
    position: relative;
}

.contactbox:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.contactbox .inner {
    position: relative;
    z-index: 5;
}

.contactbox h3 {
    color: #fff;
}

.contactbox .txt {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.contactbox .btnbox {
    margin-top: 5%;
}

.contactbox .btnbox dl {
    width: 48%;
    margin: 0 1%;
}

.contactbox .btnbox dt {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.contactbox .btnbox dd {
    color: #fff;
}

.contactbox .btnbox dd a {
    color: #fff;
    display: block;
    background: url(/import/tenant_1/133.167.106.54/html/images/common/arrow4.png) center right 10px no-repeat #e36623;
    border-radius: 5px;
    width: 80%;
    max-width: 200px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
}

.contactbox .btnbox dl:nth-of-type(2) dd a {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/tel2.png) center left 10px no-repeat #0b9a95;
    background-size: 20px;
}

.subtit {
    position: relative;
    overflow: hidden;
}

.subtit .pic {
    width: 45%;
    position: relative;
}

[data-element-id] .subtit .pic:before {
    display: none;
}

.subtit .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
}

.subtit h2 {
    color: #e36623;
    font-size: 42px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.pagelink li {
    width: 31.3%;
    margin: 1%;
}

.pagelink li a {
    display: block;
    background: url(/import/tenant_1/133.167.106.54/html/images/common/arrow4.png) center right 10px no-repeat #e36623;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.repeatwrap .repeatbox:not(:last-of-type) {
    margin-bottom: calc(100vh / 15);
}

.repeatwrap .repeatbox:nth-of-type(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .subtit .pic {
        width: 100%;
    }

    .subtit .pic:before {
        background: rgba(255, 255, 255, 0.4);
    }

    .subtit h2 {
        font-size: 38px;
        text-align: center;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pagelink li {
        width: 48%;
    }
}

@media only screen and (max-width: 599px) {
    .contactbox .btnbox dl {
        width: 100%;
        margin-top: 20px;
    }

    .pagelink li {
        width: 90%;
        margin: 1% 5%;
    }

    .subtit h2 {
        font-size: 30px;
    }
}

/*header*/

.headerout {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/border1.png) left bottom no-repeat;
}

.headerin {
    width: 90%;
    max-width: 1000px;
    padding: 10px 0;
    margin: auto;
}

.headerin .headlogo {
    width: 30%;
    max-width: 300px;
}

.headerin .right {
    width: 60%;
}

@media only screen and (max-width: 1024px) {

    .timetable th,
    .timetable td {
        font-size: 12px;
    }

    .headerin {
        padding: 10px 0 40px 0;
    }

    .headerin .headlogo {
        width: auto;
        max-width: 200px;
    }

    .headerin .right {
        display: none;
    }
}

/*gnav*/

#gnav ul {
    width: 90%;
    max-width: 1200px;
    padding: 10px 0;
    margin: auto;
    text-align: center;
}

#gnav li {
    display: inline-block;
    width: 8%;
    margin: 0 1%;
    vertical-align: top;
}

#gnav li a {
    display: block;
    text-align: center;
}

#gnav li a img {
    display: block;
    margin: 0 auto 5px auto;
}

[data-element-id] #gnav.fixed {
    position: relative;
}

#gnav.fixed {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

@media only screen and (max-width: 1024px) {
    #gnav li a img {
        width: 25px;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }
}

/*footer*/

[data-element-id] .footfix {
    position: static;
}

.footfix {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
}

.footfix .telcon a {
    background: rgba(11, 154, 149, 0.9);
    display: block;
    border-radius: 5px;
    line-height: 1.4;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.footfix .telcon .telitem {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.footfix .telcon a .telitem:before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/import/tenant_1/133.167.106.54/html/images/common/tel2.png) no-repeat;
    background-size: 20px;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footfix .linecon {
  margin-top: 20px;
  opacity: 0.8;
}

[data-element-id] .footfix .linecon {
  width: 232px;
  margin: 0 auto;
}
.footfix .linecon a {
  display: block;
}

.footfix2 a {
    background: rgba(227, 102, 35, 0.9);
}

.footbottom {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/border2.png) left top no-repeat, url(/import/tenant_1/133.167.106.54/html/images/common/border3.png) right bottom no-repeat #fa891a;
}

.footlogo {
    max-width: 300px;
    margin-bottom: 20px;
}

.footbox .telbox .tel a {
    color: #fff;
}

.footbox .telbox .tel a:before {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/tel2.png) left center no-repeat;
    background-size: 25px;
}

.footbox .timetable {
    border: solid 1px #fff;
}

.footbox .timetable th {
    color: #e36623;
    background: #fff;
    border: 5px solid #fa891a;
}

.footbox .timetable td {
    color: #fff;
    border: 5px solid #fa891a;
    background-color: #fff;
    color: #e36623;
}

.footnav li {
    width: 48%;
    margin: 1%;
}

.footnav li:nth-of-type(1) {
    width: 100%;
}

.footnav li a {
    color: #fff;
}

.copy {
    color: #fff;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    #footer {
        padding-bottom: 60px;
    }

    .footfix {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        height: 60px;
    }

    .footfix .telcon a {
        border-radius: 0;
        height: 54px;
        padding: 0;
    }
    .footfix .telcon .telitem {
      font-size: 13px;
    }

    

    .footfix .telcon a .telitem:before {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background-size: 14px;
        width: 14px;
        height: 14px;
    }
    .footfix .telcon {
      width: calc( 100% - 200px );
    }
    .footfix .linecon {
      width: 300px;
      margin-top: 0;
    }

    .footnav li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .footbox .left {
        width: 100%;
    }

    .footnav {
        width: 100%;
    }
}

/*top-info*/

.top-info {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg1.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-info h3 {
    border-top: solid 4px #e36623;
    color: #fff;
    font-size: 22px;
}

.top-info h3 span {
    background: #e36623;
    display: inline-block;
    padding: 2px 30px;
    margin: auto;
}

.top-info .right h3 {
    border-top: solid 4px #fa8919;
}

.top-info .right h3 span {
    background: #fa8919;
}

.top-info .box dl:not(:last-of-type) {
    margin-bottom: 20px;
}

.top-info .box dd {
    margin-top: 5px;
}

.top-info .box dd.cate {
    background: #e36623;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
}

.top-info .box dl:nth-of-type(2n) dd.cate {
    background: #fa8919;
}

.top-info .box dl:nth-of-type(3n) dd.cate {
    background: #963a08;
}

.top-info .box dd.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*top-about*/

.top-about {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-about-bg3.png) center center no-repeat, url(/import/tenant_1/133.167.106.54/html/images/top/top-about-bg2.jpg) no-repeat;
    background-size: auto 100%, cover;
}

.top-about h3 {
    color: #009691;
    text-align: left;
}

.top-about .txt {
    color: #009691;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

.top-about .btnbox {
    max-width: 400px;
    margin: 5% auto 0 auto;
}

.top-about .btnbox li {
    display: inline-block;
    width: 45%;
    margin: 2% 1%;
}

.top-about .btnbox li a {
    display: block;
    color: #fff;
    background: url(/import/tenant_1/133.167.106.54/html/images/common/arrow3.png) center right 10px no-repeat #009691;
    border-radius: 15px;
    padding: 5px 20px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .top-about {
        background: url(/import/tenant_1/133.167.106.54/html/images/top/top-about-bg2.jpg) no-repeat;
        background-size: auto 100%, cover;
    }
}

/*top-athlete*/

.top-athlete {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg3.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-athlete h3 {
    text-align: left;
}

.top-athlete .item .pic {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: relative;
}
.top-athlete .item dd {
    margin-top: 10px;
}

.top-athlete .item .name {
    color: #e36623;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
   /* .top-athlete .item:nth-of-type(n+3) {
        display: none;
    }
    */
}

/*top-menu*/

.top-menu {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg2.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-menu h3 {
    color: #009691;
    text-align: left;
}

.top-menu .item .pic {
    position: relative;
}

[data-elemenst-id] .top-menu .item .pic:before {
    display: none;
}

.top-menu .item .pic:before {
    display: block;
    content: "";
    background: rgba(0, 150, 145, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.top-menu .item .tit {
    background: #fff;
    border-bottom: solid 2px #009691;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #009691;
    padding: 5px;
    text-align: center;
}

.top-menu .item .tit span {
    width: 100%;
}

@media only screen and (max-width: 599px) {
    .top-menu .item .tit span {
        font-size: 14px;
    }
}

/*top-topics*/

.top-topics {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg1.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-topics .labelbox {
    margin-top: 5%;
}

.top-topics .labelbox li {
    background: #fa891a;
    color: #fff;
    padding: 10px;
    width: 30%;
    margin: 3% 3% 0 0;
    text-align: center;
}

.top-topics .labelbox li:nth-of-type(2n) {
    background: #e36623;
}

.top-topics .labelbox li span {
    width: 100%;
}

.top-topics2 {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg2.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-topics2 h3 {
    color: #009691;
}

.top-topics2 .labelbox li {
    background: #08c6a7;
}

.top-topics2 .labelbox li:nth-of-type(2n) {
    background: #0b9a95;
}

.top-topics3 .labelbox2 {
    margin-top: 5%;
}

.top-topics3 .labelbox2 li {
    background: #fa8d20;
    color: #fff;
    padding: 2% 4%;
    margin-top: 3%;
}

.top-topics3 .labelbox2 li:nth-of-type(2n) {
    background: #e46b2a;
}

/*top-product*/

.top-product {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg2.jpeg) no-repeat;
    background-size: 100% 100%;
}

.top-product h3 {
    color: #009691;
    text-align: left;
}

[data-element-id] .top-product .item:nth-of-type(n+2) {
    display: none;
}

.top-product .slick-slide {
  margin: 0 10px;
}

.top-product .item .maker {
    background: #fff;
    color: #009691;
    font-size: 14px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px;
}

.top-product .item .tit {
    background: #fff;
    border-bottom: solid 2px #009691;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #009691;
    font-size: 14px;
    padding: 5px;
}

.top-product .item .tit span {
    width: 100%;
}

.top-product .more {
    margin-left: auto;
}

/*top-voice*/

.top-voice {
    background: url(/import/tenant_1/133.167.106.54/html/images/top/top-bg1.jpeg) no-repeat;
    background-size: 100% 100%;
}
.top-voice .warp {
    margin-bottom: 70px;
}
.top-voice h3 {
    text-align: left;
}
.top-voice h4 {
    text-align: left;
    font-weight: normal;
    color: #e36623;
}

.top-voice .item {
    background: #fff;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 6%;
}

.top-voice .item dd {
    background: #e36623;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.top-voice .facebook {
    margin-bottom: 20px;
    text-align: center;
}

.top-voice .btnbox li {
    background: #fff;
    border: solid 1px #e36623;
    padding: 5px;
    width: 48%;
}

.top-voice .btnbox li a {
    display: block;
    color: #e36623;
}

.top-voice .btnbox li img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    /*.top-voice .item:nth-of-type(n+3) {
        display: none;
    }*/

    .top-voice .btnbox li {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 599px) {
  .top-voice .warp {
    margin-bottom: 50px;
}
    .top-voice .btnbox li {
        width: 48%;
        margin-top: 0;
    }
}

/*about*/

.about1 .txt {
    text-align: center;
}

.about2 .access dl {
    border-bottom: solid 1px #e36623;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about2 .access dl:last-of-type {
    margin-bottom: 0;
}

.about2 .access dt {
    color: #e36623;
    font-weight: bold;
    width: 160px;
}

.about2 .access dd {
    width: calc(100% - 160px);
}

.about2 .access .map {
    position: relative;
}

.about2 .access .map:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.about2 .access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about3 .item dd {
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
}

.about3 .item dd .num {
    background: #0b9a95;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .about2 .access .left {
        width: 100%;
    }

    .about2 .access .map {
        width: 100%;
        margin-top: 20px;
    }

    .about2 .access .map:before {
        padding-top: 50%;
    }

    .about2 .access dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .about2 .access dd {
        width: 100%;
    }
}

/*staff*/

.staff1 {
    position: relative;
}

.staff1:before {
    display: block;
    content: "";
    background: #fae2d5;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
}

.staff1 .inner {
    position: relative;
    z-index: 5;
}

.staff1 .box .pic {
    max-width: 600px;
    margin: auto;
}

.staff1 .box .info {
    margin: 30px 0;
}

.staff1 .box .info dt {
    color: #e36623;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.staff1 .box .info dd {
    text-align: center;
}

.staff1 .box .prof {
    border: solid 1px #e36623;
    width: 90%;
    max-width: 450px;
    padding: 20px;
    margin: 5% auto 0 auto;
}

.staff1 .prof .tit {
    background: #fff;
    color: #e36623;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.staff1 .prof dl:not(:last-of-type) {
    margin-bottom: 20px;
}

.staff1 .prof dt {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    width: 90px;
}

.staff1 .prof dd {
    font-size: 18px;
    width: calc(100% - 100px);
}

.staff2 .repeatbox {
    position: relative;
    overflow: hidden;
}

.staff2 .repeatbox:before {
    display: block;
    content: "";
    background: #fae2d5;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
}

.staff2 .repeatbox .inner {
    position: relative;
    z-index: 5;
}

.staff2 .repeatbox:nth-of-type(2n+1) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff2 .right dl {
    margin-bottom: 20px;
}

.staff2 .right dt {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    width: 90px;
}

.staff2 .right dd {
    font-size: 18px;
    width: calc(100% - 100px);
}

.staff2 .right .comment {
    width: 100%;
}

.staff2 .box .prof {
    border: solid 1px #e36623;
    width: 90%;
    max-width: 450px;
    padding: 20px;
    margin: 5% auto 0 auto;
}

.staff2 .prof .tit {
    background: #fff;
    color: #e36623;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.staff2 .prof dl:not(:last-of-type) {
    margin-bottom: 20px;
}

.staff2 .prof dt {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    width: 90px;
}

.staff2 .prof dd {
    font-size: 18px;
    width: calc(100% - 100px);
}

/*support*/

.supportlist .item {
    position: relative;
    overflow: hidden;
}

.supportlist .item:before {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.supportlist .item dl {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.supportlist .item dt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.supportlist .item dd {
    color: #fff;
    text-align: center;
}

.pagenav {
    margin-top: calc(100vh / 15);
    text-align: center;
}

.pagenav li {
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    vertical-align: middle;
}

.pagenav li.arrow a {
    background: #e36623;
    color: #fff;
    padding: 5px 10px;
}

.pagenav li.active {
    color: #e36623;
    text-decoration: underline;
}

.pagenav li a {
    display: block;
    padding: 5px;

}

@media only screen and (max-width: 599px) {
    .supportlist .item dt {
        font-size: 12px;
    }

    .supportlist .item dd {
        font-size: 14px;
    }
}

.supportsingle .tit {
    color: #fff;
    font-size: 18px;
    background: #0b9a95;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.supportsingle .name {
    font-size: 22px;
    margin-bottom: 20px;
}

.supportsingle .career1 dt {
    color: #0b9a95;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.supportsingle .career2 {
    border: solid 2px #0b9a95;
    padding: 15px;
    margin-top: 5%;
}

.back {
    margin-left: 0;
    text-align: left;
}

.back a {
    background: url(/import/tenant_1/133.167.106.54/html/images/common/arrow5.png) center left no-repeat;
    color: #e36623;
    font-size: 18px;
    padding-left: 20px;
}

/*price*/

.price1 .box {
    max-width: 700px;
    margin: auto;
}

.price1 .item .tit {
    color: #e36623;
    font-weight: bold;
    margin-bottom: 10px;
}

.price1 .item dl {
    border-bottom: solid 1px #e36623;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price1 .item dt {
    font-weight: bold;
    width: 150px;
}

.price1 .item dd {
    width: calc(100% - 160px);
    text-align: right;
}

.price1 .item .txt {
    font-size: 14px;
}

.price2 .box {
    margin-bottom: 30px;
}

.price2 .headbox .midashi {
    background: #e36623;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.price2 .item {
    margin-bottom: 30px;
}

.price2 .item .tit {
    color: #e36623;
    font-weight: bold;
    margin-bottom: 10px;
}

.price2 .item dl {
    border-bottom: solid 1px #e36623;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price2 .item dt {
    font-weight: bold;
    width: calc(100% - 130px);
}

.price2 .item dd {
    width: 120px;
    text-align: right;
}

.price2 .item .txt {
    font-size: 14px;
}

/*hallux*/

.hallux1 .txt {
    text-align: center;
}

.hallux3 .pic {
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.hallux3 dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.hallux3 dt {
    color: #e36623;
    font-weight: bold;
    margin-bottom: 5px;
}

/*accident*/

.accident1 .attention {
    margin-bottom: 5%;
    text-align: center;
}

.accident1 .item:not(:last-of-type) {
    margin-bottom: 5%;
}

.accident1 .item dt {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 20px;
    min-height: 40px;
    position: relative;
}

.accident1 .item dt .num {
    background: #0b9a95;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0;
}

/*measurement*/

.measurement2 .item dd {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    margin-top: 20px;
    min-height: 40px;
    position: relative;
}

.measurement2 .item dd .num {
    background: #0b9a95;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0;
}

@media only screen and (max-width: 599px) {
    .measurement2 .item dd {
        font-size: 14px;
    }
}

/*voice*/

.voicelist {
    background: #fae2d5;
}

.voicelist .item {
    background: #fff;
    border-radius: 5px;
    padding: 5%;
}

.voicelist .item:not(:last-of-type) {
    margin-bottom: 5%;
}

.voicelist .item .name {
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.voicelist .item .tit {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*blog*/

.bloglist .list {
    width: 78%;
}

.bloglist .item:not(:last-of-type) {
    margin-bottom: 5%;
}

.bloglist .item .pic {
    width: 20%;
}

.bloglist .item .right {
    width: 75%;
    padding-bottom: 40px;
    position: relative;
}

.bloglist .item .right .date {
    margin-bottom: 10px
}

.bloglist .item .right .cate {
    color: #e36623;
    margin-bottom: 15px;
}

.bloglist .item .right .cate {
    color: #e36623;
    font-weight: bold;
}

.bloglist .item .right .tit {
    font-weight: bold;
}

.bloglist .item .right .next {
    color: #e36623;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blogsingle .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.blogsingle .info {
    margin-bottom: 30px;
    text-align: center;
}

.blogsingle .info dt {
    margin-bottom: 10px;
    text-align: right;
}

.blogsingle .info dd {
    color: #e36623;
    font-weight: bold;
    text-align: right;
}

.blogsingle .txt {
    border-bottom: solid 1px #e36623;
    padding-bottom: calc(100vh / 20);
}

.blogsingle .txt img {
    display: block;
    width: 80%;
    max-width: 500px;
    margin: auto;
}

.recommend {
    margin-top: calc(100vh / 15);
}

.recommend h3 {
  text-align: left;
}

.recommend .item .pic {
    width: 100%;
}

.recommend .item .cate {
    color: #e36623;
    font-weight: bold;
    margin-top: 10px;
}

.recommend .item .tit {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

.side {
    width: 17%;
}

.side dl {
    width: 100%;
}

.side dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.side dt {
    background: #e36623;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-align: center;
}

.side dd {
    margin-bottom: 10px;
}

.side dd a:before {
    display: inline-block;
    content: "";
    background: #e36623;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .bloglist .list {
        width: 100%;
    }
    
    .recommend .item:nth-of-type(n+3) {
        display: none;
    }

    .side {
        width: 100%;
        margin-top: calc(100vh / 15);
    }

    .side dl {
        width: 48%;
    }
}

@media only screen and (max-width: 599px) {
    .side dl {
        width: 100%;
    }
}

/*faq*/

.faq1 .box {
    width: 90%;
    max-width: 700px;
    margin: auto;
}

.faq1 .item {
    margin-bottom: 10%;
}

.faq1 .item .q {
    font-size: 22px;
    padding-left: 70px;
    min-height: 50px;
    position: relative;
}

.faq1 .item .q span {
    display: block;
    background: #fa8a1c;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 0;
}

.faq1 .item .a {
    background: #e6f4f4;
    font-size: 14px;
    padding: 20px 30px;
    margin-top: 40px;
    position: relative;
}

.faq1 .item .a span {
    display: block;
    background: #0b9a95;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

@media only screen and (max-width: 599px) {
    .faq1 .item .q {
        font-size: 18px;
        padding-left: 50px;
        min-height: 40px;
        position: relative;
    }

    .faq1 .item .q span {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -8px;
    }

    .faq1 .item .a {
        margin-top: 30px;
    }

    .faq1 .item .a span {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*contact*/

.contact1 .form {
    max-width: 700px;
    margin: auto;
}

.contact1 .form dl {
    margin-bottom: 30px;
}

.contact1 .form dt {
    font-weight: bold;
    width: 200px;
}

.contact1 .form dt .hissu {
    background: #e60012;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
}

.contact1 .form dd {
    width: calc(100% - 210px);
}

.contact1 .form dd li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.contact1 .form dd li input[type="radio"] {
    margin-right: 5px;
}

.contact1 .form input[type="text"] {
    border: solid 1px #e36623;
    width: 100%;
    max-width: 400px;
    line-height: 30px;
}

.contact1 .form textarea {
    border: solid 1px #e36623;
    width: 100%;
    max-width: 400px;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact1 .submitbox {
    text-align: center;
}

.contact1 .submitbox li {
    display: inline-block;
    width: 45%;
    max-width: 200px;
    margin: 2%;
    vertical-align: top;
}

.contact1 .submitbox li button {
    background: #fa8a1c;
    border: none;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.contact1 .submitbox li button:after {
    display: inline-block;
    content: "";
    background: url(/import/tenant_1/133.167.106.54/html/images/common/arrow4.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.contact1 .submitbox li.back button:before {
    display: inline-block;
    content: "";
    background: url(/upload/tenant_1/d33f8bc642b05c6c135aff822e7d53fb.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.contact1 .submitbox li.back button:after {
    display: none;
}

.contact2 .attention {
    margin-bottom: 5%;
    text-align: center;
}

.contact2 dl {
    margin-bottom: 30px;
    text-align: center;
}

.contact2 dt {
    color: #e36623;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
    .contact1 .form dt {
        margin-bottom: 10px;
    }

    .contact1 .form dd {
        width: 100%;
    }
}

/*recruit*/

.recruit1 {
    background: #fae2d5;
}

.recruit1 .txt {
    text-align: center;
}

.recruit2 dl {
    border-bottom: solid 1px #e36623;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.recruit2 dl:first-of-type {
    border-top: solid 1px #e36623;
    padding-top: 20px;
}

.recruit2 dt {
    width: 90px;
    color: #e36623;
    font-weight: bold;
}

.recruit2 dd {
    width: calc(100% - 90px);
}

.ma0a {
  margin: 0 auto;
}

.row2 {
	width: 48%;
	margin: 0 1% 6%;
}

.row3 {
	width: 31.333%;
	margin: 0 1% 6%;
}

.row4 {
	width: 23%;
	margin: 0 1% 6%;
}

@media only screen and (max-width: 599px) {
	.row2 {
		width: 98%;
		margin: 0 1% 10%;
	}

	.row3 {
		width: 48%;
		margin: 0 1% 10%;
	}

	.row4 {
		width: 48%;
		margin: 0 1% 10%;
	}
}

.ofimg {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg.tc {
	width: 100%;
	height: 100%;
}

.ofimg img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.of {
	position: relative;
}

.of:before {
	content: "";
	display: block;
}

.of img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.of15:before {
	padding-top: 15%;
}

.of20:before {
	padding-top: 20%;
}

.of25:before {
	padding-top: 25%;
}

.of30:before {
	padding-top: 30%;
}

.of35:before {
	padding-top: 35%;
}

.of40:before {
	padding-top: 40%;
}

.of45:before {
	padding-top: 45%;
}

.of50:before {
	padding-top: 50%;
}

.of55:before {
	padding-top: 55%;
}

.of60:before {
	padding-top: 60%;
}

.of65:before {
	padding-top: 65%;
}

.of70:before {
	padding-top: 70%;
}

.of75:before {
	padding-top: 75%;
}

.of80:before {
	padding-top: 80%;
}

.of85:before {
	padding-top: 85%;
}

.of90:before {
	padding-top: 90%;
}

.of95:before {
	padding-top: 95%;
}

.of100:before {
	padding-top: 100%;
}

.of105:before {
	padding-top: 105%;
}

.of110:before {
	padding-top: 110%;
}

.of115:before {
	padding-top: 115%;
}

.of120:before {
	padding-top: 120%;
}

.of135:before {
	padding-top: 135%;
}

.of140:before {
	padding-top: 140%;
}



.ifra_cen{
  margin: 0 auto;
  display: block;
}


.calendar a {
    background: rgb(227 102 35) !important;display: block;border-radius: 5px;line-height: 1.4;position: relative;display: flex;justify-content: center;align-items: center;opacity: 0.8;padding: 10px;margin-top: 20px;
}

.calendar_item {color: #fff;}

.calendar_item {
    margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
.footfix .linecon {
    width: 340px;
    margin-top: 0;
}
}

@media only screen and (max-width: 599px) {
/* .calendar{
  display: none;
} */

.calendar img{
  width: 20%;
  margin-left: 8px;
}

.calendar_item {
    margin-left: 5px;
    font-size: 14px;
    width: 56%;
}

.footfix .linecon {
    width: 300px;
    margin-top: 0;
}
}

/*カレンダー上 診療時間表*/
.sales {
  margin-bottom: 50px;
}
.sales .h3 {
  font-size: 32px;
  text-align: center;
  color: #0b9a95e6;
  font-weight: bold;
}
.sales table {
  width: 500px;
  margin: auto;
  border-collapse:collapse;
}
.sales table tr.midashi {
  background: #0b9a95e6;
  border-top: 1px solid #0b9a95e6;
}
.sales table td {
  text-align: center;
  color: #0b9a95e6;
  background-color: #0b9a95e6;
  color: #fff;
}
.sales table td.time {
  width: 150px;
  border-left: 1px solid #0b9a95e6;
  background: #0b9a95e6;
  color: #fff;
}
.sales table td.no-time {
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #0b9a95e6;
}
.sales table tr.midashi td {
  color: #fff;
}
.attention {
  margin-top: 20px;
}
/* .attention a {
  color: #0b9a95e6;
  font-weight: bold;
} */

@media only screen and (max-width: 599px) {
  .sales table {
    width: 100%;
  }
  .sales table td.time {
    width: 35%;
  }
}

.sales .timetable {
  border: 1px solid #0b9a95e6;
}
.sales .timetable th {
  background: #0b9a95e6;
  
}
.attention-t {
  font-size: 14px;
}

/* 2024/07/19 */
.attention-t.ver02 {
  text-align: right;
}

.up-mt-50{
  margin-top: 50px;
}

.list-road .item{
  position: relative;
}

.list-road .item:after{
  content: "⇒";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -30px;
  font-size: 1.5em;
}

.list-road .item:last-child:after{
  content: none;
}

.michijyun-ttl{
  margin-bottom: 0;
}

@media(max-width:1024px){
.list-road .item:after{
  content: "⇒";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -25px;
  font-size: 1.5em;
}    
}



@media(max-width:599px) {
.list-road .item:after{
  right: -15px;
  font-size: 1em;
}    
}


.contactbox {
    background: url(/upload/tenant_1/d1ec49589a3a302383d2707b8c319301.jpg) top center no-repeat;
    background-size: cover;
}
