﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Table
 *   1.6 Other Elements
 *        1.6.1 page top
 *        1.6.2 btn
 *        1.6.3 google map
 *        1.6.4 movie
 *        1.6.5 bnr reservation
 *        1.6.6 modal
 *        1.6.7 accordion
 *        1.6.8 sns
 * 2. HEADER
 * 3. MAIN VISUAL
 * 4. NAV
 *    4.1. Main Nav (pc)
 *    4.2. Main Nav (sp)
 * 5. CONTENTS
 *    5.1 About (TOP)
 *    5.2 News (TOP)
 *    5.3 Info (TOP)
 *    5.4 Doctor (TOP)
 *    5.5 Schedule (TOP)
 *    5.6 Access (TOP)
 *    5.7 Infinite Slider (TOP)
 *    5.8 Cate Main
 *    5.9 Doctor
 *    5.10 Info
 *    5.11 Schedule
 * 6. FOOTER
 * 7. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    background: #fff;
	color: #000;
	line-height: 2.2;
	font-weight: 400;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
        line-height: 2;
    }
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 500;
}
strong.b60 {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .sp-48-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -1rem !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb-10 { margin-bottom: -1rem !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.mr00 { margin-right: 0 !important; }
.mr10 { margin-right: 1rem !important; }
.mr20 { margin-right: 2rem !important; }
.mr30 { margin-right: 3rem !important; }

.ml00 { margin-left: 0 !important; }
.ml10 { margin-left: 1rem !important; }
.ml20 { margin-left: 2rem !important; }
.ml30 { margin-left: 3rem !important; }

@media (max-width: 960px) {
    .mt10-md {
        margin-top: 1rem !important;
    }
    .mt20-md {
        margin-top: 2rem !important;
    }
    .mt30-md {
        margin-top: 3rem !important;
    }
    .mt40-md {
        margin-top: 4rem !important;
    }
    .mt50-md {
        margin-top: 5rem !important;
    }
    .mt60-md {
        margin-top: 6rem !important;
    }
    .mt70-md {
        margin-top: 7rem !important;
    }
    .mt80-md {
        margin-top: 8rem !important;
    }
    .mb10-md {
        margin-bottom: 1rem !important;
    }
    .mb20-md {
        margin-bottom: 2rem !important;
    }
    .mb30-md {
        margin-bottom: 3rem !important;
    }
    .mb40-md {
        margin-bottom: 4rem !important;
    }
    .mb50-md {
        margin-bottom: 5rem !important;
    }
    .mb60-md {
        margin-bottom: 6rem !important;
    }
    .mb70-md {
        margin-bottom: 7rem !important;
    }
    .mb80-md {
        margin-bottom: 8rem !important;
    }
}
@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt05-xs {
        margin-top: 0.5rem !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt25-xs {
        margin-top: 2.5rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb05-xs {
        margin-bottom: 0.5rem !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb25-xs {
        margin-bottom: 2.5rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mr00-xs {
        margin-right: 0 !important;
    }
    .ml00-xs {
        margin-left: 0 !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.line-height18 {
    line-height: 1.8 !important;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .line-height16-xs {
        line-height: 1.6 !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}
.txt-orange,
.txt-orange a,
.txt-orange a:hover {
    color: #f57e00 !important;
}

.txt-shippori {
    font-family: 'Shippori Mincho', serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}
.txt-shippori.b50 {
    font-weight: 500 !important;
}
.txt-shippori.b60 {
    font-weight: 600 !important;
}

.txt-roboto {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
}
.txt-roboto.b50 {
    font-weight: 500 !important;
}
.txt-roboto.b60 {
    font-weight: 600 !important;
}
.txt-roboto.b70 {
    font-weight: 700 !important;
}

.txt-indent {
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-marker {
    background:linear-gradient(transparent 60%, #ffd8b8 60%) !important;
}

.tel,
.tel a {
    display: inline-block;
    font-size: 4rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #f57e00;
    margin: 0;
    line-height: 1;
}
.tel span {
    display: inline-block;
    font-size: 2.2rem;
    vertical-align: 5%;
    margin-right: 0.3rem;
}
header .tel-box {
    position: absolute;
    top: 7px;
    /*right: 400px;*/
    right: 520px;
    font-size: 1.4rem;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
header .tel,
header .tel a {
    font-size: 2.4rem;
    vertical-align: -5%;
}
header .tel span {
    font-size: 1.6rem;
    margin-left: 1rem;
}
@media (max-width: 1024px) {
    header .tel-box {
        top: 8px;
        /*right: 350px;*/
        right: 460px;
    }
    header .tel-box .txt {
        display: none;
    }
}
@media (max-width: 960px) {
    header .tel-box {
        /*right: 270px;
        top: 6px;
        font-size: 1.3rem;*/
        display: none;
    }
    header .tel-box .txt {
        display: block;
        text-align: center;
    }
    header .tel,
    header .tel a {
        font-size: 2.2rem;
    }
    header .tel span {
        font-size: 1.5rem;
    }
    .tel,
    .tel a {
        font-size: calc(22px + 18 * (100vw - 320px) / 640);
    }
    .tel span {
        font-size: calc(15px + 7 * (100vw - 320px) / 640);
    }
}
@media (max-width: 767px) {
    header .tel-box {
        display: none;
    }
}
@media (max-width: 480px) {
    .tel,
    .tel a {
        font-size: 3rem;
    }
    .tel span {
        font-size: 1.6rem;
    }
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f50 { font-size: 5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f50 {
        font-size: 3rem !important;
    }
    .f25-xs {
        font-size: 2.5rem !important;
    }
    .f24-xs {
        font-size: 2.4rem !important;
    }
    .f23-xs {
        font-size: 2.3rem !important;
    }
    .f22-xs {
        font-size: 2.2rem !important;
    }
    .f21-xs {
        font-size: 2.1rem !important;
    }
    .f20-xs {
        font-size: 2rem !important;
    }
    .f19-xs {
        font-size: 1.9rem !important;
    }
    .f18-xs {
        font-size: 1.8rem !important;
    }
    .f17-xs {
        font-size: 1.7rem !important;
    }
    .f16-xs {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.8;
    }
}

.section-ttl {
    font-size: 3.5rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}
.section-sub {
    display: block;
    font-size: 1.8rem;
    margin: 0 auto 6rem;
    text-align: center;
    font-weight: 500;
    color: #999;
    letter-spacing: 0.05em;
}
.section-line {
    width: 200px;
    height: 1px;
    margin: 4.5rem auto 3.5rem;
    background: #000;
}
@media (max-width: 1024px) {
    .section-ttl {
        font-size: calc(20px + 15 * (100vw - 320px) / 704);
    }
    .section-sub {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .section-sub {
        margin: 0.5rem auto 3rem;
    }
    .section-line {
        width: 100px;
        margin: 2.5rem auto 1.5rem;
    }
}

.sub-line {
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    padding: 1.8rem 0 0 0;
    position: relative;
    border-top: 1px solid #000;
}
.sub-line:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #f57e00;
}
.sub-line + p {
    margin-top: 0;
}
p + .sub-line,
div + .sub-line,
ul + .sub-line {
    margin-top: 4rem;
}
@media (max-width: 1024px) {
    .sub-line {
        font-size: calc(16px + 9 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .sub-line {
        padding-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .sub-line:before {
        height: 4px;
    }
    p + .sub-line,
    div + .sub-line {
        margin-top: 3rem;
    }
}

.subsub {
    font-size: 2.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    padding: 0 0 1.2rem;
    border-bottom: 1px solid #000;
}
.subsub + p {
    margin-top: 0;
}
p + .subsub,
div + .subsub,
ul + .subsub {
    margin-top: 4rem;
}
table + .subsub {
    margin-top: 5rem;
}
@media (max-width: 1024px) {
    .subsub {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .subsub {
        padding-bottom: 1rem;
    }
    p + .subsub,
    div + .subsub,
    ul + .subsub {
        margin-top: 3rem;
    }
    table + .subsub {
        margin-top: 3rem;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.5rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2.2rem;
        line-height: 1.8;
    }
}

ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ol.ol-list {
        margin-left: 2rem;
        line-height: 1.8;
    }
}

ul.check-list li {
    margin: 0 0 1rem;
    font-size: 1.7rem;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
}
ul.check-list li:last-of-type {
    margin-bottom: 0;
}
ul.check-list li {
    background: url(../image/icon-check.svg) 0 9px no-repeat;
    background-size: auto 20px;
    padding-left: 3.5rem;
}
@media (max-width: 1024px) {
    ul.check-list li {
        font-size: calc(13px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    ul.check-list li {
        background-position: 0 7px;
        background-size: auto 15px;
        padding-left: 2.5rem;
    }
}

/* 1.5 Table
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
table th {
    background: #ffd8b8;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    padding: 0.7rem 1rem;
    font-weight: 400;
    text-align: center;
}
table td {
    vertical-align: middle;
    border: 1px solid #999;
    padding: 0.7rem 2rem;
    text-align: center;
}
table td p,
table td ul,
table td ol {
    margin: 0;
}
table .bg-beige {
    background: #EFEBDB;
}
table .vtop {
    vertical-align: top;
}
@media (max-width: 767px) {
    table th {
        white-space: nowrap;
    }
    table th,
    table td {
        padding: 0.8rem 0.5rem 0.9rem;
        line-height: 1.8;
    }
    table td {
        padding: 0.8rem 0.8rem 0.9rem;
    }
}

.table-design {
    margin: 3rem 0 0;
}
.table-design th,
.table-design td {
    border: 2px solid #fff;
    background: #f9f9f9;
    padding: 1.2rem 1rem 1.2rem 4rem;
}
.table-design th {
    background: #E7E1CA;
    text-align: center;
    width: 20%;
    min-width: 4em;
    position: relative;
    padding: 1.2rem 1rem;
}
.table-design th::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 10px solid #E7E1CA;
    z-index: 2;
}
.table-design th::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 1;
}
@media (max-width: 1024px) {
    .table-design td {
        padding-left: 2.5rem;
    }
}
@media (max-width: 767px) {
    table.table-design {
        margin-top: 2rem;
    }
    .table-design th,
    .table-design td {
        padding: 1rem 1rem 1rem 1.5rem;
    }
    .table-design th {
        padding: 1rem;
    }
    .table-design th::before {
        border-width: 8px;
    }
    .table-design th::after {
        border-width: 10px;
    }
}

/* 1.6 Other Elements
 * ------------------------------*/
/* 1.6.1 page top ------------*/
#pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 44px;
    height: 44px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
    }
}

/* 1.6.2 btn ------------*/
.btn {
    display: block;
    width: 200px;
    margin: 6rem auto 0;
    padding: 1.1rem 1rem 1.4rem 2rem;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    background: #f57e00;
    box-sizing: border-box;
    position: relative;
    outline: none;
    overflow: hidden;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
    .btn {
        font-size: calc(16px + 4 * (100vw - 320px) / 704);
    }
    .btn i {
        right: 15px;
    }
}
@media (max-width: 767px) {
    .btn {
        max-width: 200px;
        margin: 3rem auto 0;
        padding: 0.8rem 1rem 1rem 1.5rem;
    }
    .btn i {
        right: 15px;
    }
}

header .btn-access {
    display: block;
    position: absolute;
    top: 5px;
    /*right: 260px;*/
    right: 410px;
    font-size: 1.5rem;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
header .btn-access:hover {
    text-decoration: none;
    color: #999;
    transition: 0.5s;
}
header .btn-access i.icon-access {
    display: inline-block;
    margin-right: 0.7rem;
    width: 13px;
    height: 18px;
    background: url(../image/icon-access.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: -15%;
}
@media (max-width: 1024px) {
    header .btn-access {
        /*right: 230px;*/
        right: 360px;
    }
}
@media (max-width: 960px) {
    header .btn-access {
        display: none;
    }
}

.btn-reservation {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 400px;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    background: #f57e00;
    color: #fff;
    z-index: 1;
    padding: 0 0 0.6rem 1rem;
    margin: 3rem 0 0;
    height: 74px;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    outline: none;
    overflow: hidden;
}
.btn-reservation.center {
    margin-left: auto;
    margin-right: auto;
}
.btn-reservation:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.btn-reservation i.icon-reservation {
    width: 55px;
    height: 42px;
    background: url(../image/icon-reservation.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.btn-reservation i.icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 3rem;
}
header .btn-reservation {
    position: absolute;
    top: 8px;
    /*right: 40px;*/
    right: 210px;
    padding: 0 0 0.3rem 3rem;
    margin: 0;
    height: 29px;
    width: 170px;
    font-size: 1.6rem;
    border-radius: 40px;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
header .btn-reservation i.icon-reservation {
    width: 27px;
    height: 21px;
}
@media (max-width: 1024px) {
    .btn-reservation {
        font-size: calc(18px + 6 * (100vw - 320px) / 704);
        max-width: 350px;
        padding-left: 2rem;
    }
    .btn-reservation i.icon-reservation {
        left: 15px;
    }
    .btn-reservation i.icon-arrow {
        font-size: 2.6rem;
    }
    header .btn-reservation {
        /*right: 20px;*/
        right: 170px;
    }
}
@media (max-width: 960px) {
    .btn-reservation i.icon-reservation {
        width: 45px;
        height: 34px;
    }
    header .btn-reservation {
        /*right: 80px;*/
        right: 240px;
        top: 19px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    header .btn-reservation {
        top: 17px;
    }
}
@media (max-width: 767px) {
    .btn-reservation {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: 55px;
        padding: 0 0 0.3rem 1rem;
        margin-top: 2rem;
    }
    .btn-reservation i.icon-arrow {
        font-size: 2rem;
    }
    header .btn-reservation {
        /*top: 13px;
        right: 58px;
        height: 28px;
        font-size: 1.4rem;*/
        display: none;
    }
}
/*@media (max-width: 480px) {
    header .btn-reservation {
        width: 100px;
        padding-left: 0;
        right: 58px;        
    }
    header .btn-reservation i.icon-reservation {
        display: none;
    }
}
@media (max-width: 320px) {
    header .btn-reservation {
        width: 90px;
        font-size: 1.3rem;
    }
}*/

/* 1.6.3 google map ------------*/
.google-map {
    margin: 0;
}
.google-map iframe {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.google-map {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* 1.6.4 movie ------------*/
.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie iframe {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 1.6.5 bnr reservation ------------*/
#bnr-reservation {
    position: fixed;
    width: 130px;
    height: 130px;
    bottom: 20px;
    right: 15px;
    z-index: 1;
	overflow: hidden;
	cursor: pointer;
	-webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media (max-width: 1024px) {
    #bnr-reservation {
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 960px) {
    #bnr-reservation {
        bottom: 60px;
    }
}
@media (max-width: 767px) {
    #bnr-reservation {
        width: 80px;
        height: 80px;
        bottom: 15px;
    }
}

/* 1.6.6 modal ------------*/
.hide-area {
    display: none;
}

.modaal-fullscreen .modaal-content-container {
  background: rgba(51,51,51,0.1) !important;
  color: #fff;
  text-align: center;
}
.modaal-fullscreen .modaal-container {
    max-width: 100%;
}

.modaal-fullscreen .modaal-content-container img {
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}

.modaal-container {
    max-width: 850px;
    padding: 0;
    background: none;
    box-shadow: none;
}
.modaal-content-container {
    padding: 0;
}
@media (max-width: 480px) {
    .modaal-inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.modaal-close {
  background: none !important;
  right: 50px !important;
  color: #666 !important;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background: #666 !important;
}
@media (max-width: 1024px) {
    .modaal-close {
        right: 15px !important;
        top: 0 !important;
    }
}

/*----- info children modal -----*/
.modaal-box {
    background: #fff;
    padding: 3rem;
}
.modaal-box .sub-modal {
    color: #fff;
    font-size: 2.6rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    padding: 0.4rem 1rem 0.7rem 2rem;
    background: #f57e00;
}
.modaal-box p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .modaal-box {
        padding: 1.8rem;
    }
    .modaal-box .sub-modal {
        font-size: 1.8rem;
        padding: 0.4rem 1rem 0.6rem 1.5rem;
        margin-bottom: 1rem;
    }
}

/* 1.6.7 accordion ------------*/
.accordion-box {
    margin: 0;
}
.accordion-box .accordion-header {
    background: #f57e00;
    color: #fff;
    font-size: 2.2rem;
    padding: 0.3rem 1rem 0.4rem;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion-box .accordion-header:hover {
    transition: 0.35;
}
@media (max-width: 1024px) {
    .accordion-box .accordion-header {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .accordion-box .accordion-header {
        font-size: 1.5rem;
    }
}

.accordion-box .accordion-header .i-box {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 34px;
    height: 34px;
    /*border: 1px solid #fff;*/
    margin-top: -17px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.accordion-box .accordion-header .i-box i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.accordion-box .accordion-header.open .i-box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.accordion-box .accordion-header .i-box i::before,
.accordion-box .accordion-header .i-box i::after {
    display: block;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.accordion-box .accordion-header .i-box i::before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.accordion-box .accordion-header.open .i-box i::before {
    content: none;
}
.accordion-box .accordion-header.open .i-box i::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1024px) {
    .accordion-box .accordion-header .i-box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media (max-width: 767px) {
    .accordion-box .accordion-header .i-box {
        width: 24px;
        height: 24px;
        margin-top: -11px;
        right: 10px;
    }
}

.accordion-box .accordion-inner {
    display: none;
    padding: 3rem 4rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.6rem;
    background: #fff;
    color: #000;
    border: 2px solid #f57e00;
}
@media (max-width: 1024px) {
    .accordion-box .accordion-inner {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .accordion-box .accordion-inner {
        padding: 2rem 1.5rem;
    }
}

/*-- TOP Doctor --*/
#tp-doctor .accordion-box {
    width: 89%;
    float: right;
}
#tp-doctor .doctor-wrap::after {
    content: "";
    display: block;
    clear: both;
}
#tp-doctor .accordion-box .accordion-inner .contents-box {
    gap: 0 40px;
}
#tp-doctor .accordion-box .accordion-inner .contents-box .col {
    width: calc(100% / 2 - 20px );
}
@media (max-width: 767px) {
    #tp-doctor .accordion-box {
        width: 100%;
        margin-top: 1rem;
    }
    #tp-doctor .accordion-box .accordion-inner .contents-box {
        gap: 0;
    }
    #tp-doctor .accordion-box .accordion-inner .contents-box .col {
        width: 100%;
    }
}

/* 1.6.8 sns ------------*/
ul.sns-list {
	width: 140px;
	margin: 0;
	padding: 0;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 8px;
    position: absolute;
    top: 8.5px;
    right: 45px;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
ul.sns-list li {
	width: calc(100% / 4 - 6px );
}
@media (max-width: 1024px) {
	ul.sns-list {
		width: 136px;
		right: 20px;
	}
}
@media (max-width: 960px) {
	ul.sns-list {
		top: 18px;
		right: 80px;
	}
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    ul.sns-list {
        top: 16px;
    }
}
@media (max-width: 767px) {
	ul.sns-list {
		width: 140px;
		gap: 0 6px;
		top: 12px;
		right: 70px;
	}
	ul.sns-list li {
		width: calc(100% / 4 - 5px );
	}
}
@media (max-width: 480px) {
    ul.sns-list {
        width: 120px;
        top: 15px;
		right: 60px;
	}
}
@media (max-width: 390px) {
    ul.sns-list {
        width: 115px;
        right: 56px;
	}
}
@media (max-width: 380px) {
    ul.sns-list {
        width: 110px;
        top: 16px;
	}
}
@media (max-width: 320px) {
	ul.sns-list {
		width: 88px;
		right: 57px;
		top: 17px;
	}
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100vw;
    height: 80px;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
header .logo {
    width: 400px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 11px;
    left: 20px;
    z-index: 10;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@media (max-width: 1024px) {
    header .logo {
        width: 300px;
         top: 18px;
         left: 15px;
    }
}
@media (max-width: 960px) {
    header {
        height: 68px;
    }
    header .logo {
        width: 310px;
        top: 12px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    header {
        height: 65px;
    }
    header .logo {
        width: 270px;
        left: 15px;
    }
}
@media (max-width: 767px) {
    header {
        height: 55px;
    }
    header .logo {
        left: 10px;
        top: 10px;
        width: 250px;
    }
}
@media (max-width: 480px) {
    header .logo {
        width: 210px;
        top: 12px;
    }
}
@media (max-width: 390px) {
    header .logo {
        width: 195px;
        top: 13px;
    }
}
@media (max-width: 380px) {
    header .logo {
        width: 190px;
        top: 14px;
    }
}
@media (max-width: 360px) {
    header .logo {
        width: 175px;
        top: 15px;
    }
}
@media (max-width: 320px) {
    header .logo {
        width: 156px;
        top: 16px;
    }
}

/*-------------------------------
 * 3. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    width: 100vw;
    height: calc(100vh - 10vh);
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1500px) {
    #main-visual {
        height: calc(100vh - 8vh);
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    #main-visual {
        height: 700px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #main-visual {
        height: 100vh;
    }
}

.main-schedule {
    position: absolute;
    right: 0;
    bottom: -12.5vh;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.main-schedule img {
    position: relative;
    width: calc(500 / 1280 * 100vw);
    right: -15px;
    top: 0;
}
@media (max-width: 1500px) {
    .main-schedule {
        bottom: -10.5vh;
    }
}
@media (max-width: 1400px) {
    .main-schedule img {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    .main-schedule img {
        width: 500px;
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .main-schedule {
        bottom: -6vh;
    }
    .main-schedule img {
        width: 550px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .main-schedule {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-schedule {
        display: block;
        position: relative;
        top: 0;
        left: -20px;
        margin-top: 2rem;
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .main-schedule img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .main-schedule {
        top: -60px;
        margin-bottom: -6rem;
        margin-top: 3rem;
    }
}

.main-ttl-box {
    position: absolute;
    top: calc(130 / 1280 * 100vw);
    left: 10vw;
}
.main-ttl {
    margin: 0 0 4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 5.3rem;
    /*text-shadow: 2px 2px 0px rgba(255,255,255,0.4), -1px -1px 0px rgba(255,255,255,0.4),
           -2px 2px 0px rgba(255,255,255,0.4),  2px -2px 0px rgba(255,255,255,0.4),
            2px 0px 0px rgba(255,255,255,0.4), -2px -0px 0px rgba(255,255,255,0.4),
            0px 2px 0px rgba(255,255,255,0.4),  0px -2px 0px rgba(255,255,255,0.4);*/
}
.main-ttl small {
    display: block;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-shadow: none;
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.main-ttl-box .btn-reservation {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media (max-width: 1024px) {
    .main-ttl-box {
        top: 150px;
    }
    .main-ttl {
        font-size: calc(20px + 26 * (100vw - 320px) / 704);
    }
    .main-ttl small {
        font-size: calc(15px + 4 * (100vw - 320px) / 704);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .main-ttl-box {
        top: 90px;
        left: 5vw;
    }
    .main-ttl small {
        display: none;
    }
    .main-ttl-box .btn-reservation {
        display: none;
    }
}
@media (max-width: 767px) {
    .main-ttl-box .btn-reservation {
        display: none;
    }
    .main-ttl-box {
        top: 90px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .main-ttl {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 2rem;
        text-shadow: 2px 2px 0px rgba(255,255,255,0.4), -1px -1px 0px rgba(255,255,255,0.4),
           -2px 2px 0px rgba(255,255,255,0.4),  2px -2px 0px rgba(255,255,255,0.4),
            2px 0px 0px rgba(255,255,255,0.4), -2px -0px 0px rgba(255,255,255,0.4),
            0px 2px 0px rgba(255,255,255,0.4),  0px -2px 0px rgba(255,255,255,0.4);
    }
    .main-ttl small {
        display: none;
    }
}
@media (max-width: 480px) {
    .main-ttl {
        font-size: calc(24px + 4 * (100vw - 320px) / 160);
    }
}

.main-ttl span:nth-child(1) {
    -webkit-animation: slideTextFade 3.0s ease 0s 1 normal;
    animation: slideTextFade 3.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(2) {
    -webkit-animation: slideTextFade 3.2s ease 0s 1 normal;
    animation: slideTextFade 3.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(3) {
    -webkit-animation: slideTextFade 3.4s ease 0s 1 normal;
    animation: slideTextFade 3.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(4) {
    -webkit-animation: slideTextFade 3.6s ease 0s 1 normal;
    animation: slideTextFade 3.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(5) {
    -webkit-animation: slideTextFade 3.8s ease 0s 1 normal;
    animation: slideTextFade 3.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(6) {
    -webkit-animation: slideTextFade 4.0s ease 0s 1 normal;
    animation: slideTextFade 4.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(7) {
    -webkit-animation: slideTextFade 4.2s ease 0s 1 normal;
    animation: slideTextFade 4.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(8) {
    -webkit-animation: slideTextFade 4.4s ease 0s 1 normal;
    animation: slideTextFade 4.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(9) {
    -webkit-animation: slideTextFade 4.6s ease 0s 1 normal;
    animation: slideTextFade 4.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(10) {
    -webkit-animation: slideTextFade 4.8s ease 0s 1 normal;
    animation: slideTextFade 4.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(11) {
    -webkit-animation: slideTextFade 5.0s ease 0s 1 normal;
    animation: slideTextFade 5.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(12) {
    -webkit-animation: slideTextFade 5.2s ease 0s 1 normal;
    animation: slideTextFade 5.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(13) {
    -webkit-animation: slideTextFade 5.4s ease 0s 1 normal;
    animation: slideTextFade 5.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(14) {
    -webkit-animation: slideTextFade 5.6s ease 0s 1 normal;
    animation: slideTextFade 5.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(15) {
    -webkit-animation: slideTextFade 5.8s ease 0s 1 normal;
    animation: slideTextFade 5.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(16) {
    -webkit-animation: slideTextFade 6.0s ease 0s 1 normal;
    animation: slideTextFade 6.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(17) {
    -webkit-animation: slideTextFade 6.2s ease 0s 1 normal;
    animation: slideTextFade 6.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(18) {
    -webkit-animation: slideTextFade 6.4s ease 0s 1 normal;
    animation: slideTextFade 6.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(19) {
    -webkit-animation: slideTextFade 6.6s ease 0s 1 normal;
    animation: slideTextFade 6.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(20) {
    -webkit-animation: slideTextFade 6.8s ease 0s 1 normal;
    animation: slideTextFade 6.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(21) {
    -webkit-animation: slideTextFade 7.0s ease 0s 1 normal;
    animation: slideTextFade 7.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(22) {
    -webkit-animation: slideTextFade 7.2s ease 0s 1 normal;
    animation: slideTextFade 7.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(23) {
    -webkit-animation: slideTextFade 7.4s ease 0s 1 normal;
    animation: slideTextFade 7.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(24) {
    -webkit-animation: slideTextFade 7.6s ease 0s 1 normal;
    animation: slideTextFade 7.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(25) {
    -webkit-animation: slideTextFade 7.8s ease 0s 1 normal;
    animation: slideTextFade 7.8s ease 0s 1 normal;
}
.main-ttl span:nth-child(26) {
    -webkit-animation: slideTextFade 8.0s ease 0s 1 normal;
    animation: slideTextFade 8.0s ease 0s 1 normal;
}
.main-ttl span:nth-child(27) {
    -webkit-animation: slideTextFade 8.2s ease 0s 1 normal;
    animation: slideTextFade 8.2s ease 0s 1 normal;
}
.main-ttl span:nth-child(28) {
    -webkit-animation: slideTextFade 8.4s ease 0s 1 normal;
    animation: slideTextFade 8.4s ease 0s 1 normal;
}
.main-ttl span:nth-child(29) {
    -webkit-animation: slideTextFade 8.6s ease 0s 1 normal;
    animation: slideTextFade 8.6s ease 0s 1 normal;
}
.main-ttl span:nth-child(30) {
    -webkit-animation: slideTextFade 8.8s ease 0s 1 normal;
    animation: slideTextFade 8.8s ease 0s 1 normal;
}

/*----- Swiperl ---*/
.swiper {
    z-index: 0 !important;
}
.swiper-slide {
    box-sizing: border-box;
    position: relative;
}

/*----- Swiper TOP main visual ---*/
.swiper-main {
    width: 100%;
    height: calc(100vh - 10vh);
    position: relative;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.swiper-main .slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.swiper-main .swiper-slide-active .slide-img,
.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-main .swiper-slide-prev .slide-img {
    -webkit-animation: zoom-in 10s linear 0s 1 normal both;
    animation: zoom-in 10s linear 0s 1 normal both;
}
@media (max-width: 1500px) {
    .swiper-main {
        height: calc(100vh - 8vh);
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .swiper-main,
    .swiper-main .slide-img img {
        height: 700px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .swiper-main,
    .swiper-main .slide-img img {
        height: 100vh;
    }
}
@media (max-width: 480px) {
    .swiper-main,
    .swiper-main .slide-img img {
        height: 480px;
    }
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

/*-------------------------------
 * 4. NAV
 * ----------------------------*/
/* 4.1. Main Nav (pc)
 * ------------------------------*/
#main-nav {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#main-nav ul.nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
#main-nav ul.nav-menu li {
    text-align: center;
    font-size: 1.7rem;
    box-sizing: border-box;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#main-nav ul.nav-menu li a {
    display: block;
    overflow: visible;
    color: #000;
    height: 40px;
    line-height: 37px;
    position: relative;
    padding-left: calc(35 / 1280 * 100vw);
    padding-right: calc(35 / 1280 * 100vw);
    
    box-sizing: border-box;
    z-index: 10030 !important;
}
#main-nav ul.nav-menu li a:hover {
    text-decoration: none;
    color: #333;
    transition: 0.5s;
    transform: translateY(-4px);
}
#main-nav ul.nav-menu li i {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1300px) {
    #main-nav ul.nav-menu li a {
        padding-left: calc(25 / 1300 * 100vw);
        padding-right: calc(25 / 1300 * 100vw);
    }
}
@media (max-width: 1200px) {
    #main-nav ul.nav-menu li a {
        padding-left: calc(15 / 1200 * 100vw);
        padding-right: calc(15 / 1200 * 100vw);
    }
}
@media (max-width: 1024px) {
    #main-nav ul.nav-menu li {
        font-size: 1.6rem;
    }
    #main-nav ul.nav-menu li a {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    #main-nav.en ul.nav-menu li a {
        padding-left: 0;
        padding-right: 3rem;
    }
}
@media (max-width: 960px) {
    #main-nav {
        display: none !important;
    }
}

/* dropmenu ------------*/
.dropmenu li {
    position: relative;
}
.dropmenu li a {
    display: block;
}
.dropmenu li i {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.4rem !important;
}
.dropmenu li ul {
    width: 0;
    margin: 0;
    position: absolute;
    z-index: 10020 !important;
    top: 15px;
    left: 30%;
    padding-top: 2.5rem;
    overflow: hidden;
}
 .dropmenu li ul li {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: 0.25s linear;
    font-size: 1.4rem !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.dropmenu li ul li:first-of-type {
    border-top: 1px solid #000;
}
.dropmenu li ul li a {
    width: 238px;
    height: 40px !important;
    box-sizing: border-box;
    padding: 0.1rem 1.2rem !important;
    text-align: left;
}
.dropmenu li:hover ul {
    width: 240px;
}
.dropmenu li:hover ul li a {
    white-space: nowrap;
}
.dropmenu li:hover ul li a:hover {
    color: #fff !important;
    background: #f57e00;
    transform: translateY(0) !important;
}
@media (max-width: 1024px) {
    .dropmenu li ul li a {
        height: 35px !important;
    }
}

.dropmenu li:hover ul li:nth-child(1) {
     -webkit-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.2s lcubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(2) {
     -webkit-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(3) {
     -webkit-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(4) {
     -webkit-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(5) {
     -webkit-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropmenu li:hover ul li:nth-child(6) {
     -webkit-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* motion (dropmenu) */
@-webkit-keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

/* 4.2. Main Nav (sp)
 * ------------------------------*/
#main-nav-sp {
    display: none;
}
@media (max-width: 960px) {
    #main-nav-sp {
        display: block;
    }
}

#nav-container {
    margin-left: auto;
    position: relative;
}

#nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#nav-toggle span {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
    width: 80%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
    width: 60%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#nav-toggle:hover span {
    background-color: #000;
}
#nav-toggle.open {
    background: transparent;
    border-radius: 0;
    border: none;
}
#nav-toggle.open span {
    background-color: #fff;
}
#nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: -3px;
}
#nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    right: -3px;
    width: 100%;
}
@media (max-width: 767px) {
    #nav-toggle {
        top: 15px;
        right: 15px;
    }
}

#nav-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(245, 126, 0, 1);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    z-index: 10;
}
#nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 50px;
    top: 40px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    z-index: 20;
}
#nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 480px) {
    #nav-fullscreen {
        top: 60px;
    }
}
@media (max-width: 380px) {
    #nav-fullscreen {
        top: 50px;
    }
}
@media (max-width: 320px) {
    #nav-fullscreen {
        top: 20px;
        left: 20px;
    }
}

#nav-fullscreen .nav-menu-cont {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
#nav-fullscreen ul.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#nav-fullscreen ul.nav-menu li {
    margin: 0;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu li i {
    display: inline-block;
    margin-left: 1.5rem;
}
#nav-fullscreen ul.nav-menu .nav-sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 17px;
    font-size: 1.8rem;
    border-left: 1px solid #fff;
    padding-left: 1.5rem;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@media (max-width: 767px) {
    #nav-fullscreen ul.nav-menu {
        font-size: 1.6rem;
    }
    #nav-fullscreen ul.nav-menu li {
        padding: 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu li a {
        padding: 1rem 0;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu li a {
        padding: 0.5rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu {
        font-size: 1.4rem !important;
    }
}

#nav-fullscreen ul.nav-menu .js-menu,
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0;
}
#nav-fullscreen ul.nav-menu .nav-sub-menu li a {
    padding: 0.3rem 0;
}
#nav-fullscreen ul.nav-menu .js-menu:hover,
#nav-fullscreen ul.nav-menu  a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 480px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 1rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
}
@media (max-width: 360px) {
    #nav-fullscreen ul.nav-menu .js-menu,
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.5rem 0;
    }
    #nav-fullscreen ul.nav-menu .nav-sub-menu li a {
        padding: 0.3rem 0;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    margin: 0 auto;
    padding: 0;
}
#top-page main {
    margin-top: calc(100vh + 50px);
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    #top-page main {
        margin-top: 82rem;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #top-page main {
        margin-top: 48rem;
    }
}
@media (max-width: 767px) {
    #top-page main {
        margin-top: 72rem;
    }
}
@media (max-width: 480px) {
    #top-page main {
        margin-top: 65rem;
    }
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 1300px) {
    .wrap {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 1024px) {
    .wrap {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
    .wrap {
        max-width: 100% !important;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

section {
    margin: 8rem 0 11rem;
    padding: 1rem 0 0;
}
section.first {
    margin-top: 13rem;
}
@media (max-width: 1024px) {
    section {
        margin: 6rem 0 9rem;
    }
    section.first {
        margin-top: 9rem;
    }
}
@media (max-width: 767px) {
    #top-page section {
        margin: 4rem 0 5rem;
    }
    section {
        margin: 5rem 0 6rem;
    }
    section.first {
        margin-top: 5rem;
    }
}

.bg {
    background: #f7f5ed;
    position: relative;
}
.bg-box {
    background: #f7f5ed;
    padding: 2.5rem 3rem;
    margin: 3rem 0 0;
}
.bg-box p {
    margin: 0 0 1rem;
}
.bg-box p.txt-indent {
    margin: 0;
}
.bg-box p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .bg-box {
        margin-top: 2rem;
        padding: 1.5rem;
    }
}

.contents-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 0 40px;
}
.contents-box.center {
    justify-content: center;
}
.contents-box.align-center {
    align-items: center;
    align-content: center;
}
.contents-box .col {
    width: calc(100% / 2 - 20px );
    box-sizing: border-box;
    position: relative;
}
.contents-box .col p:first-of-type {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .contents-box {
        gap: 0 30px;
    }
    .contents-box .col {
        width: calc(100% / 2 - 15px );
    }
}
@media (max-width: 767px) {
    .contents-box {
        gap: 15px 0;
    }
    .contents-box .col {
        width: 100%;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .order3 {
        order: 3;
    }
}
@media (max-width: 480px) {
    .img-wide-sp {
        max-width: 110%;
        margin-left: -1.5rem;
    }
}

.float-box::after {
    content: "";
    display: block;
    clear: both;
}
.f-right {
    float: right;
    margin: 0 0 2rem 4rem;
}
.f-left {
    float: left;
    margin: 0 4rem 2rem 0;
}
.float-after {
    width: 50%;
}
@media (max-width: 960px) {
    .f-right {
        margin-left: 2rem;
    }
    .f-left {
        margin-right: 2rem;
    }
    .float-after.md-clear {
        clear: both;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .f-right.sp-wide,
    .f-left.sp-wide {
        float: none !important;
        margin: 0 auto 2rem !important;
    }
}

.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
@media (max-width: 767px) {
    .inline-block-xs {
        display: inline-block;
    }
    .block-xs {
        display: block;
    }
}

.waku-box {
    background: #fff;
    box-shadow: 0px -1px 16px -1px rgba(204, 204, 204, 0.4);
    padding: 2.5rem 3.5rem 3.5rem;
}
@media (max-width: 960px) {
    .waku-box {
        padding: 2rem;
    }
}
@media (max-width: 480px) {
    .waku-box {
        padding: 1.5rem;
    }
}

.info-box {
    border: 2px solid #f57e00;
    background: #fff;
    text-align: center;
    margin: 4rem 0 0;
}
.info-box .contents-box {
    gap: 0;
}
.info-box .contents-box .txt-area {
    width: 45%;
    padding: 4rem 2rem 2rem 3.5rem;
}
.info-box .contents-box .img-area {
    width: 55%;
}
.info-box .tel-box {
    margin: 2rem auto 0;
}
.info-box .tel-box .txt {
    width: 100%;
    font-size: 1.7rem;
}
.info-box .tel-box .tel {
    width: 100%;
    margin-top: 0.5rem;
}
.info-box .tel-box .tel,
.info-box .tel-box .tel a {
    font-size: 5rem;
}
.info-box .tel-box .tel span {
    font-size: 3rem;
}
.info-box .schedule {
    padding: 1rem 0 0;
}
@media (max-width: 1024px) {
    .info-box .contents-box .txt-area {
        width: 40%;
        padding: 3rem 2rem 2rem 3rem;
    }
    .info-box .contents-box .img-area {
        width: 60%;
    }
    .info-box .tel-box .txt {
        font-size: calc(14px + 3 * (100vw - 320px) / 704);
    }
    .info-box .tel-box .tel,
    .info-box .tel-box .tel a {
        font-size: calc(22px + 20 * (100vw - 320px) / 704);
    }
    .info-box .tel-box .tel span {
        font-size: calc(15px + 10 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .info-box {
        margin-top: 0;
    }
    .info-box .btn {
    }
    .info-box .contents-box .txt-area {
        width: 48%;
        padding: 2rem 1rem 1rem 2rem;
    }
    .info-box .contents-box .img-area {
        width: 52%;
    }
    .info-box .tel-box .tel,
    .info-box .tel-box .tel a {
        font-size: calc(30px + 10 * (100vw - 320px) / 640);
    }
    .info-box .tel-box .tel span {
        font-size: calc(20px + 2 * (100vw - 320px) / 640);
    }
}
@media (max-width: 767px) {
    .info-box .contents-box .txt-area {
        width: 100%;
        padding: 2rem 1.5rem 1rem;
    }
    .info-box .contents-box .img-area {
        width: 100%;
    }
    .info-box .schedule {
        padding: 0;
    }
    .info-box .schedule img {
        max-width: 105%;
        margin: 0 -1.5rem -0.5rem;
    }
}

ul.img-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
    margin: 0;
}
ul.img-list li,
ul.img-list.col-3 li {
    width: calc(100% / 3 - 14px );
}
ul.img-list.col-4 li {
    width: calc(100% / 4 - 15px );
}
@media (max-width: 480px) {
    ul.img-list {
        gap: 10px 10px;
    }
    ul.img-list li,
    ul.img-list.col-3 li,
    ul.img-list.col-4 li {
        width: calc(100% / 2 - 5px );
    }
    ul.img-list.wide-sp {
        gap: 20px 0;
    }
    ul.img-list.wide-sp li {
        width: 100%;
    }
}

/* 5.1 About (TOP)
 * ------------------------------*/
#tp-about {
    margin-top: 0;
    padding-top: 0;
}
#tp-about .sub {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 2.8rem;
    margin: -0.5rem 0 1rem;
}
@media (max-width: 1024px) {
    #tp-about .sub {
        font-size: calc(15px + 9 * (100vw - 320px) / 704);
        line-height: 1.8;
    }
}
@media (max-width: 767px) {
    #tp-about .sub {
        text-align: center;
        font-size: 2rem;
        margin-top: 4rem;
    }
}

/* 5.2 News (TOP)
 * ------------------------------*/
#tp-news {
    background: #f7f5ed;
    padding: 10rem 0;
}
#tp-news .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
@media (max-width: 767px) {
    #tp-news {
        padding: 5rem 0;
    }
}

#tp-news .ttl {
    width: 10%;
}
#tp-news .section-ttl {
    line-height: 1.2;
    margin-bottom: 1rem;
}
#tp-news .section-sub {
    margin-bottom: 0;
}
#tp-news .section-line {
    display: none;
}
#tp-news .news-box {
    width: 85%;
}
@media (max-width: 1024px) {
    #tp-news .ttl {
        width: 15%;
    }
    #tp-news .news-box {
        width: 80%;
    }
}
@media (max-width: 767px) {
    #tp-news .section-ttl {
        margin-bottom: 0;
        letter-spacing: 0.05rem;
        line-height: 1;
    }
    #tp-news .section-line {
        display: block;
    }
    #tp-news .ttl,
    #tp-news .news-box {
        width: 100%;
    }
}

.news-box {
    margin: 0;
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.news-box::-webkit-scrollbar {
    width: 5px;
}
.news-box::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.news-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f57e00;
}
@media (max-width: 767px) {
    .news-box {
        max-height: 300px;
        margin-top: 3rem;
    }
    .news-box::-webkit-scrollbar {
        width: 3px;
    }
}

.news-box ul {
    padding-right: 1.5rem;
}
.news-box ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 2.2rem 0;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
}
.news-box ul li:first-of-type {
    border-top: 1px solid #fff;
}
.news-box ul li a {
    color: #000;
    text-decoration: underline;
}
.news-box ul li a:hover {
    text-decoration: none;
    color: #666;
    transition: 0.5s;
}
.news-box ul li .day {
    width: 9%;
}
.news-box ul li .txt {
    width: 91%;
    box-sizing: border-box;
    padding-left: 1.8rem;
    padding-right: 1rem;
}
@media (max-width: 1024px) {
    .news-box ul li .day {
        width: 13%;
    }
    .news-box ul li .txt {
        width: 87%;
    }
}
@media (max-width: 960px) {
    .news-box ul li {
        padding: 1.5rem 0;
    }
    .news-box ul li .day {
        width: 15%;
    }
    .news-box ul li .txt {
        width: 85%;
    }
}
@media (max-width: 767px) {
    .news-box ul {
        padding-right: 0;
    }
    .news-box ul li {
        padding: 0.8rem 0;
    }
    .news-box ul li .day {
        width: 85px;
    }
    .news-box ul li .txt {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

/* 5.3 Info (TOP)
 * ------------------------------*/
#tp-info .sub {
    font-size: 2.3rem;
    margin: 0 0 1.5rem;
}
#tp-info .txt {
    margin-left: 3.5rem;
}
#tp-info .waku-box {
    font-size: 1.7rem;
}
@media (max-width: 1024px) {
    #tp-info .sub {
        font-size: calc(15px + 6 * (100vw - 320px) / 704);
    }
    #tp-info .waku-box {
        font-size: calc(13px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    #tp-info .sub {
        text-align: center;
    }
}
@media (max-width: 767px) {
    #tp-info .sub {
        margin-bottom: 1rem;
    }
    #tp-info .txt {
        margin-left: 2.5rem;
    }
}

#tp-info ul.img-list {
    margin: 5rem 0 0;
}
@media (max-width: 480px) {
    #tp-info ul.img-list {
        margin-top: 3rem;
    }
    #tp-info ul.img-list li:nth-of-type(1),
    #tp-info ul.img-list li:nth-of-type(3) {
        display: none;
    }
}

/* 5.4 Doctor (TOP)
 * ------------------------------*/
/*#tp-doctor .bg {
    padding: 5rem 0 10rem;
    margin-top: 23rem;
}
#tp-doctor .bg.first {
    margin-top: 15rem;
}
#tp-doctor .bg.koyama {
    padding-bottom: 20rem;
}
@media (max-width: 1024px) {
    #tp-doctor .bg {
        padding: 3rem 0 9rem;
    }
    #tp-doctor .bg.koyama {
        padding-bottom: 10rem;
    }
}
@media (max-width: 960px) {
    #tp-doctor .bg {
        padding-top: 2rem;
        margin-top: 12rem;
    }
    #tp-doctor .bg.first {
        margin-top: 5rem;
    }
    #tp-doctor .bg.koyama {
        padding-bottom: 15rem;
    }
}
@media (max-width: 767px) {
    #tp-doctor .bg {
        padding-bottom: 4rem;
    }
    #tp-doctor .bg.koyama {
        padding-bottom: 7rem;
    }
}
@media (max-width: 480px) {
    #tp-doctor .bg {
        padding-top: 2rem;
        padding-bottom: 3rem;
        margin-top: 11rem;
    }
    #tp-doctor .bg.first {
        margin-top: 11rem;
    }
    #tp-doctor .bg.koyama {
        padding-bottom: 3rem;
    }
}

#tp-doctor .contents-box {
    gap: 0;
}
#tp-doctor .img-area {
    width: 37%;
}
#tp-doctor .txt-area {
    width: 63%;
}
#tp-doctor .txt-area.right {
    padding-left: 6rem;
}
#tp-doctor .txt-area.left {
    padding-right: 6rem;
}
#tp-doctor .img-box {
    position: absolute;
    top: -200px;
    left: 0;
}
@media (max-width: 1024px) {
    #tp-doctor .txt-area.right {
        padding-left: 4rem;
    }
    #tp-doctor .txt-area.left {
        padding-right: 4rem;
    }
}
@media (max-width: 960px) {
    #tp-doctor .txt-area.right {
        padding-left: 3rem;
    }
    #tp-doctor .txt-area.left {
        padding-right: 3rem;
    }
    #tp-doctor .img-box {
        top: -100px;
    }
}
@media (max-width: 767px) {
    #tp-doctor .txt-area {
        padding-left: 3rem !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 480px) {
    #tp-doctor .img-area {
        width: 100%;
    }
    #tp-doctor .txt-area {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #tp-doctor .img-box {
        position: relative;
        top: -100px;
        margin-bottom: -10rem;
    }
    #tp-doctor .img-box img {
        max-width: 70%;
        margin-left: 0;
    }
}

#tp-doctor .btn {
    margin: 2rem 0 0;
}
#tp-doctor .btn.right {
    float: right;
}
#tp-doctor .btn.left {
    float: left;
}
@media (max-width: 767px) {
    #tp-doctor .btn {
        float: right !important;
        margin-top: 1rem !important;
    }
}*/
 
 /* 5.5 Schedule (TOP)
 * ------------------------------*/
@media (max-width: 1024px) {
    #top-page #tp-schedule {
        margin-top: 6rem;
    }
}
/*@media (max-width: 767px) {
    #top-page #tp-schedule {
        margin-top: -3rem;
    }
}*/

#tp-schedule {
    margin-bottom: 0;
}
#tp-schedule .logo {
    max-width: 90%;
    margin: 0 auto;
}
#tp-schedule .txt-box {
    margin: 2rem auto;
    text-align: center;
}
#tp-schedule .schedule {
    width: 104%;
    margin: 0 0 -1rem -3rem;
}
@media (max-width: 1024px) {
    #tp-schedule .schedule {
        margin-left: -1rem;
    }
}
@media (max-width: 767px) {
    #tp-schedule .schedule {
        margin: -1rem 0 -0.5rem -2rem;
        width: 108%;
    }
}
 
 /* 5.6 Access (TOP)
 * ------------------------------*/
#tp-access {
    margin-top: 8rem;
}
@media (max-width: 767px) {
    #tp-access {
        margin-top: 4rem;
    }
}

#tp-access .bg {
    padding: 0 0 3rem;
    margin-top: 17rem;
}
#tp-access .google-map {
    position: relative;
    top: -150px;
    margin-bottom: -15rem;
}
@media (max-width: 767px) {
    #tp-access .bg {
        padding-bottom: 2rem;
    }
}

/* 5.7 Infinite Slider (TOP)
 * ------------------------------*/
.slider-box {
    margin: 18rem 0 0;
}
.slider-box .infinite-slider {
    width: 100%;
    height: calc(200 / 1280 * 100vw);
    overflow: hidden;
}
.slider-box .infinite-slider li {
    margin: 0 0.5rem;
    padding: 0;
    width: 100%;
    height: calc(200 / 1280 * 100vw);
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 960px) {
    .slider-box {
        margin-top: 14rem;
    }
}
@media (max-width: 767px) {
    .slider-box {
        margin-top: 7rem;
    }
    .slider-box .infinite-slider li {
        margin: 0 0.2rem;
    }
}
@media (max-width: 480px) {
    .slider-box .infinite-slider,
    .slider-box .infinite-slider li {
        height: 100px;
    }
}

 /* 5.8 Cate Main
 * ------------------------------*/
#cate-main {
    width: 100vw;
    height: calc(400 / 1280 * 100vw);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
    margin: 80px 0 0;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#cate-main.doctor {
    background-image: url(../image/doctor/main.jpg);
}
#cate-main.info {
    background-image: url(../image/info/main.jpg);
}
#cate-main.info.ope {
    background-image: url(../image/info/main-ope.jpg?=v2);
}
#cate-main.info.laser {
    background-image: url(../image/info/main-laser.jpg);
}
#cate-main.info.vitreoretinal {
    background-image: url(../image/info/main-vitreoretinal.jpg);
}
#cate-main.info.corneal {
    background-image: url(../image/info/main-corneal.jpg);
}
#cate-main.info.glaucoma {
    background-image: url(../image/info/main-glaucoma.jpg);
}
#cate-main.info.children {
    background-image: url(../image/info/main-children.jpg);
}
#cate-main.schedule {
    background-image: url(../image/schedule/main.jpg);
}
#cate-main.english {
    background-image: url(../image/english/main.jpg);
}
#cate-main.recruit {
    background-image: url(../image/recruit/main.jpg);
}
#cate-main.policy {
    background-image: url(../image/policy/main.jpg);
}
@media (min-width: 1400px) {
    #cate-main {
        height: 500px;
    }
}
@media (max-width: 960px) {
    #cate-main {
        margin-top: 68px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    #cate-main {
        margin-top: 65px;
    }
}
@media (max-width: 767px) {
    #cate-main {
        margin-top: 55px;
    }
}
@media (max-width: 480px) {
    #cate-main {
        height: 200px;
    }
    #cate-main.doctor {
        background-image: url(../image/doctor/main-sp.jpg);
    }
    #cate-main.info {
        background-image: url(../image/info/main-sp.jpg);
    }
    #cate-main.info.ope {
        background-image: url(../image/info/main-ope-sp.jpg?=v2);
    }
    #cate-main.info.laser {
        background-image: url(../image/info/main-laser-sp.jpg);
    }
    #cate-main.info.vitreoretinal {
        background-image: url(../image/info/main-vitreoretinal-sp.jpg);
    }
    #cate-main.info..corneal {
        background-image: url(../image/info/main-corneal-sp.jpg);
    }
    #cate-main.info.glaucoma {
        background-image: url(../image/info/main-glaucoma-sp.jpg);
    }
    #cate-main.info.children {
        background-image: url(../image/info/main-children-sp.jpg);
    }
    #cate-main.schedule {
        background-image: url(../image/schedule/main-sp.jpg);
    }
    #cate-main.english {
        background-image: url(../image/english/main-sp.jpg);
    }
    #cate-main.recruit {
        background-image: url(../image/recruit/main-sp.jpg);
    }
    #cate-main.policy {
        background-image: url(../image/policy/main-sp.jpg);
    }
}

#cate-main .cate-ttl {
    width: 600px;
    height: 130px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
}
#cate-main .section-ttl {
    width: 100%;
    margin: 0;
    font-size: 4rem;
}
#cate-main .section-ttl.small {
    font-size: 3.7rem;
    letter-spacing: 0;
}
#cate-main .section-sub {
    width: 100%;
    margin: 1.5rem 0 0;
    font-size: 2rem;
}
@media (max-width: 1024px) {
    #cate-main .cate-ttl {
        width: 450px;
    }
    #cate-main .section-ttl {
        font-size: calc(20px + 20 * (100vw - 320px) / 704);
    }
    #cate-main .section-ttl.small {
        font-size: calc(18px + 14 * (100vw - 320px) / 704);
    }
    #cate-main .section-sub {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    #cate-main .cate-ttl {
        width: 350px;
        height: 100px;
    }
    #cate-main .section-sub {
        margin-top: 1rem;
    }
}
@media (max-width: 480px) {
    #cate-main .cate-ttl {
        width: 70vw;
        height: 70px;
    }
    #cate-main .section-sub {
        margin-top: 0.5rem;
    }
}

 /* 5.9 Doctor
 * ------------------------------*/
#top-page .doctor-wrap {
    margin: 0 0 5rem;
}

.doctor-wrap .contents-box:not(.bg > .contents-box) {
    gap: 0;
}
.doctor-wrap .bg .contents-box {
    gap: 0 70px;
}
.doctor-wrap .bg .contents-box .col {
    width: calc(100% / 2 - 35px );
}
@media (max-width: 960px) {
    .doctor-wrap .bg .contents-box {
        gap: 0 50px;
    }
    .doctor-wrap .bg .contents-box .col {
        width: calc(100% / 2 - 25px );
    }
}
@media (max-width: 767px) {
    .doctor-wrap .bg .contents-box {
        gap: 20px 0;
    }
    .doctor-wrap .bg .contents-box .col {
        width: 100%;
    }
}

.doctor-wrap .sub-area {
    width: 8%;
    padding-left: 2rem;
}
.doctor-wrap .txt-area {
    width: 62%;
    padding: 5rem 6rem 5rem 5rem;
}
.doctor-wrap .img-area {
    width: 30%;
    padding-top: 5rem;
}
.doctor-wrap .bg {
    padding: 7rem;
    top: -50px;
    z-index: -1;
    margin-bottom: -5rem;
}
@media (max-width: 1024px) {
    .doctor-wrap .sub-area {
        width: 10%;
    }
    .doctor-wrap .txt-area {
        width: 60%;
        padding: 3rem 4rem 0;
    }
    .doctor-wrap .img-area {
        padding-top: 3rem;
    }
    .doctor-wrap .bg {
        top: 0;
        margin: 5rem 0 0;
    }
}
@media (max-width: 960px) {
    .doctor-wrap .sub-area {
        width: 10%;
        padding-left: 1rem;
    }
    .doctor-wrap .txt-area {
        width: 60%;
        padding: 3rem 3rem 0;
    }
    .doctor-wrap .bg {
        padding: 3rem;
    }
}
@media (max-width: 767px) {
    .doctor-wrap .sub-area {
        width: 40%;
        padding: 0 12vw;
    }
    .doctor-wrap .txt-area {
        width: 100%;
        padding: 3rem 0 0;
    }
    .doctor-wrap .img-area {
        width: 60%;
        padding: 0;
    }
    .doctor-wrap .bg {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    .doctor-wrap .bg-sp {
        background: #f7f5ed;
        position: relative;
        padding: 1.5rem;
        margin-top: 3rem;
    }
}

.doctor-wrap.etc {
	margin-top: 8rem !important;
	padding-bottom: 3rem;
}
.doctor-wrap.etc .contents-box {
	padding-left: 11%;
	gap: 0 70px !important;
}
.doctor-wrap.etc .contents-box .col {
    width: calc(100% / 2 - 35px );
}
.doctor-wrap.etc .contents-box .col img {
	max-width: 40%;
}
@media (max-width: 1024px) {
	.doctor-wrap.etc .contents-box .col img {
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.doctor-wrap.etc {
		margin: 0 !important;
		padding-bottom: 0;
	}
	.doctor-wrap.etc .contents-box {
		padding-left: 0;
		gap: 0 20px !important;
	}
	.doctor-wrap.etc .contents-box .col {
		width: calc(100% / 2 - 10px );
	}
	.doctor-wrap.etc .contents-box .col img {
		max-width: 60%;
	}
}
@media (max-width: 380px) {
	.doctor-wrap.etc .contents-box .sub-line {
		font-size: calc(14px + 2 * (100vw - 320px) / 60);
	}
}

 /* 5.10 Info
 * ------------------------------*/
ul.info-menu-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 3rem  auto 0;
    gap: 40px 20px;
}
ul.info-menu-list li {
    width: calc(100% / 3 - 14px );
    position: relative;
    box-sizing: border-box;
    background: #F7F8FB;
    padding-bottom: 2.5rem;
}
ul.info-menu-list li a {
    color: #000;
}
ul.info-menu-list li a:hover {
    text-decoration: none;
}
ul.info-menu-list li .sub {
    margin: 1.5rem 1rem 1rem;
    font-size: 2.2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    text-align: center;
    color: #f57e00;
}
ul.info-menu-list li .txt {
    line-height: 1.8;
    margin: 0 2rem;
}
@media (max-width: 1024px) {
    ul.info-menu-list li .sub {
        font-size: calc(17px + 5 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    ul.info-menu-list {
        gap: 30px 20px;
    }
    ul.info-menu-list li {
        width: calc(100% / 2 - 10px );
        padding-bottom: 2rem;
    }
}
@media (max-width: 480px) {
    ul.info-menu-list {
        gap: 20px 0;
    }
    ul.info-menu-list li {
        width: 100%;
    }
    ul.info-menu-list li .sub {
        margin: 1.2rem 1rem 0.9rem;
    }
}

ul.info-menu-list .imagearea {
    height: 280px;
    overflow: hidden;
}
ul.info-menu-list .imagearea-content > img {
    width: auto;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
}
@media (max-width: 1024px) {
    ul.info-menu-list .imagearea,
    ul.info-menu-list .imagearea-content > img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    ul.info-menu-list .imagearea,
    ul.info-menu-list .imagearea-content > img {
        height: 200px;
    }
}
@media (max-width: 480px) {
    ul.info-menu-list .imagearea,
    ul.info-menu-list .imagearea-content > img {
        height: 200px;
    }
}

a:hover .imagearea-content > img {
    -ms-transform: scale(1.067);
    transform: scale(1.067);
}
.imagearea {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.imagearea:before {
    content: "";
    display: block;
    padding-top: 66.667%;
}
.imagearea-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: flex-start;
}
.imagearea-content > img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: hidden !important;
}
.imagearea-content .txt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    /*background-color: rgba(245, 126, 0, 0.68);*/
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #fff;
    z-index: 2;
}
a .imagearea-content.txt-none .txt-overlay {
    opacity: 0;
}
a:hover .imagearea-content.txt-none .txt-overlay {
    opacity: 1;
}
.imagearea-content .txt-overlay {
    color: #fff;
    text-align: center;
}
.imagearea-content .txt-overlay .more {
    margin: 0;
    display: block;
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.imagearea-content span {
    display: block;
    width: 100%;
}
.imagearea-content span i {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: 15%;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .imagearea-content .txt-overlay .more {
        font-size: 1.6rem;
    }
    .imagearea-content span i {
        vertical-align: 7%;
    }
}

/*----- ope -----*/
.info-wrap .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.info-wrap .box .img-area {
    width: 35%;
    box-sizing: border-box;
}
.info-wrap .box .txt-area {
    width: 65%;
    padding-left: 4rem;
    box-sizing: border-box;
}
.info-wrap .box .txt-area p:first-of-type {
    margin-top: 0;
}
@media (max-width: 960px) {
    .info-wrap .box .img-area {
        width: 38%;
    }
    .info-wrap .box .txt-area {
        width: 62%;
        padding-left: 3rem;
    }
}
@media (max-width: 767px) {
    .info-wrap .box .img-area {
        width: 100%;
    }
    .info-wrap .box .img-area .img {
        max-width: 70%;
        margin: 0 auto 2rem;
    }
    .info-wrap .box .txt-area {
        width: 100%;
        padding-left: 0;
    }
}

.info-wrap .contents-box {
    gap: 0 30px;
}
.info-wrap .contents-box .col {
    width: calc(100% / 2 - 15px );
}
@media (max-width: 767px) {
    .info-wrap .contents-box .col {
        width: 100%;
    }
}

.info-wrap .f-right {
    width: 48.5%;
}
.info-wrap .f-right.small {
    width: 30%;
}
@media (max-width: 1024px) {
    .info-wrap .f-right {
        width: 47%;
    }
}
@media (max-width: 760px) {
    .info-wrap .f-right {
        width: 100%;
        float: none;
        margin: 0 0 2rem;
    }
    .info-wrap .f-right.small {
        width: 48%;
        float: right;
        margin: 0 0 1rem 2rem;
    }
}
 
  /* 5.11 Schedule
 * ------------------------------*/
.schedule-wrap table th:first-child {
    background: transparent;
    border: none;
}
@media (max-width: 767px) {
    .schedule-wrap table th:nth-of-type(1) {
        width: 12%;
    }
    .schedule-wrap table th:nth-of-type(2) {
        width: 44%;
    }
    .schedule-wrap table th:nth-of-type(3) {
        width: 44%;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 1rem 0 0;
    padding: 6rem 0 0;
    font-size: 1.5rem;
    background: #343434;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #dddddd;
    text-decoration: none;
}
footer .f-bg {
    background: #393939;
    padding: 2rem 0 1rem;
    margin: 6rem 0 0;
}
footer .sub {
    font-size: 2rem;
    font-weight: 400;
    margin: 0.5rem 0 1.5rem;
}
footer .sub span {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 0.5rem;
}
@media (max-width: 1024px) {
    footer {
        font-size: calc(12px + 2 * (100vw - 320px) / 704);
    }
    footer .sub {
        font-size: calc(16px + 4 * (100vw - 320px) / 704);
    }
    footer .sub span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer {
        padding-top: 2rem;
        margin-top: 0.5rem;
    }
    footer .f-bg {
        padding-top: 1rem;
        margin-top: 4rem;
    }
}

footer .box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
footer .col {
    box-sizing: border-box;
}
footer .add-area {
    width: 50%;
    padding-right: 5rem;
    border-right: 1px solid #fff;
}
footer .txt-area {
    width: 50%;
    padding-left: 5rem;
}
@media (max-width: 960px) {
    footer .add-area {
        padding-right: 2rem;
    }
    footer .txt-area {
    	padding-left: 2rem;
    }
}
@media (max-width: 767px) {
    footer .col {
        width: 100% !important;
    }
    footer .add-area {
        border: none;
        padding-right: 0;
        text-align: center;
    }
    footer .txt-area {
        display: none;
    }
}

footer dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
footer dl dt {
    width: 30%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
footer dl dd {
    width: 70%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 2rem;
}

footer ul.bnr-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
    margin: 6rem 0 0;
}
footer ul.bnr-list li {
	width: calc(100% / 4 - 15px );
}
@media (max-width: 767px) {
    footer ul.bnr-list {
        margin: 2rem 0 7rem;
        gap: 15px 15px;
    }
    footer ul.bnr-list li {
    	width: calc(100% / 2 - 8px );
    }
}

footer ul.f-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}
footer ul.f-list li::after {
    content: ":";
    padding: 0 4rem;
}
footer ul.f-list li:last-of-type::after {
    display: none;
}
@media (max-width: 1024px) {
    footer ul.f-list li::after {
        padding: 0 2rem;
    }
}
@media (max-width: 960px) {
    footer ul.f-list {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    footer ul.f-list {
        display: none;
    }
}

footer .copy {
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 767px) {
    footer .copy {
        font-size: 1.1rem;
        margin: 0;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.shine-anime::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.shine-anime:hover::before {
  animation: shine 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
