<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************
Hi! Welcome Here!
**********************************/



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;family=Ubuntu:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&amp;display=swap');


@charset "UTF-8";


html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 14px;
  color: #3f0c00;
  background-color: #fff;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
}/*background-color: #f8f6ef; 
  font-family: 皜詻�氬�瑯���臭��, "Yu Gothic", YuGothic, "�鉝�押�柴�舘�鉝�氬�瑯���� Pro", "Hiragino Kaku Gothic Pro", �～�扎�芥��, Meiryo, Osaka, "嚗哨撲 嚗啜�氬�瑯����", "MS PGothic", sans-serif;*/

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,ol,dl {
  margin: 0;
  padding: 0;
}

ol li{
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
  margin-top: 5px;
  padding-left: 10px;
}

p {
  margin: 0;
  font-size: 16px;
}

h1,h2,h3,
h4,h5,h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,figure,main {
  display: block;
}

article,aside,footer,
header,nav,section,.section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,input,
optgroup,select,textarea {
  font-family: 皜詻�氬�瑯���臭��, "Yu Gothic", YuGothic, "�鉝�押�柴�舘�鉝�氬�瑯���� Pro", "Hiragino Kaku Gothic Pro", �～�扎�芥��, Meiryo, Osaka, "嚗哨撲 嚗啜�氬�瑯����", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

iframe {
  vertical-align: middle;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  outline: none;
  padding: 5px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #39b8b8;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 14px;
  font-size: 1.4rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: stheimkpiloartie;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #152F63;
  color: #152F63;
  margin: 3px;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span,
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink){
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #152F63;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #152F63;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  position: relative;
  font-size: 1.3rem;
  border:  none;
  width: 60px;
  height: auto;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
  content: "";
  height: 1px;
  background-color: #172E67;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}

.wp-pagenavi a.previouspostslink::before,
  .wp-pagenavi a.nextpostslink::before{
  width: 10px;
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after{
  width: 4px;
  margin-top: -1px;
}

.wp-pagenavi a.previouspostslink::before{
  left: 0;
}

.wp-pagenavi a.nextpostslink::before{
  right: 0;
  width: 10px;
}

.wp-pagenavi a.previouspostslink::after{
  transform: rotate(-45deg);
  left: 0;
}

.wp-pagenavi a.nextpostslink::after{
  transform: rotate(45deg);
  right: 0;
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 950px) {
  .toggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 999 !important;
    right: 0;
    top: 0;
    background-color: #172e67;
    border-radius: 0 0 0 0px;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #f8f6ef;
    left: 15px;
    top: 20px;
    transition: all 0.5s;
  }
  .toggle span:first-child {
    margin-top: -10px;
  }
  .toggle span:nth-child(3) {
    margin-top: 10px;
  }
  .toggle::after {
    content: "�詨鱓";
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s;
    color: #f8f6ef;
  }
  .toggle.active::after {
    content: "��𣈯��";
  }
  .toggle.active span:first-child {
    margin-top: 0;
    transform: rotate(45deg);
  }
  .toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .toggle.active span:nth-child(3) {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 950px) {
  .gnav {
    display: block;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    z-index: 999;
    height: 100vh;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: all 0.5s;
    opacity: 0;
  }
  .gnav.active {
    transform: translateX(0);
    opacity: 1;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
.container,
.container-s,
.container-ss {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-s {
  max-width: 1150px;
}

.container-ss {
  max-width: 1030px;
}

.bold {
  font-weight: bold;
}

.t-under {
  text-decoration: underline;
}

.t-red {
  color: #d83933;
}

.t-orange{
  color: #DF700C;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-en {
  font-family: "Montserrat", sans-serif;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz20 {
  font-size: 2rem;
}

.fz26{
  font-size: 2.6rem;
}

.l_hight-2{
  line-height: 2;
}

.w-100,
.map iframe{
  width: 100%;
}

.hdg01 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 30px;
  background: url(../img/common/icn01.png) no-repeat left 60%;
}

.hdg01 span {
  display: inline-block;
  border-bottom: 2px solid #e0700e;
}

.hdg02 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}

.hdg02 .f-en {
  display: block;
  color: #172d66;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.hdg--icn_lg{
  position: relative;
  padding-left: 37px;
  font-size: 2.4rem;
  color: #172C66;
  line-height: 1.4;
}

.hdg--icn_lg::before{
  content: url(../img/common/icn01_32x27.png);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.border-box {
  border: 1px dashed #172d66;
  background-color: #fff;
  border-radius: 10px;
}

.calendar {
  padding: 15px 35px 20px;
  background-color: #f8f6ef;
  position: relative;
}

.box01 {
  padding: 15px 35px 20px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}

.calendar::before,
.box01::before {
  position: absolute;
  content: "";
  max-width: 540px;
  width: 80%;
  height: 3px;
  background-color: #e0700e;
  left: 0;
  right: 0;
  top: 0;
  margin:  auto;
  z-index: 1;
}

.box01::before {
  height: 4px;
}

.box02 {
  border: 1px dotted #172d66;
  background-color: #fff;
  border-radius: 10px;
}

.border-box .inner {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}

.btn-reserve {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #e0700e;
  padding: 12px 10px;
}

.btn-reserve:hover {
  background-color: #152f63;
  opacity: 1;
}

.btn-reserve img {
  vertical-align: sub;
  margin-right: 5px;
}

.btn01 {
  display: block;
  width: 100%;
  max-width: 170px;
  background-color: #152f63;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 5px;
  border-radius: 20px;
  position: relative;
}

.btn01:hover {
  background-color: #d56e13;
  opacity: 1;
}

.btn01::before,
.btn01::after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 1;
  height: 1px;
  top: 50%;
  right: 20px;
}

.btn01::before {
  width: 10px;
}

.btn01::after {
  width: 4px;
  transform: rotate(45deg);
  margin-top: -1px;
}

.btn02 {
  background-color: #eb2d22;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 40px 10px 50px;
  border-radius: 30px;
  display: block;
  position: relative;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px top 45%;
  font-weight: bold;
}

.btn02::before {
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 30px;
  top: 10px;
}

.btn02:hover {
  opacity: 1;
  background-color: #d56e13;
}

.btn03 {
  border-radius: 20px;
  border: 2px solid #3f0c00;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: 140px;
  text-align: center;
  padding: 1px 5px 0 0;
  position: relative;
}

.relative,
.arrow-right{
  position: relative;
}

.arrow-right::before,
.arrow-right::after,
.btn03::before,
.btn03::after {
  content: "";
  height: 1px;
  background-color: #3f0c00;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: all 0.3s;
}

.arrow-right::before,
.btn03::before {
  width: 10px;
}

.arrow-right::after,
.btn03::after {
  width: 4px;
  transform: rotate(45deg);
  margin-top: -1px;
}

.btn03:hover {
  background-color: #3f0c00;
  opacity: 1;
  color: #fff;
}

.btn03:hover::before,
.btn03:hover::after {
  background-color: #fff;
}

.calendar-table th {
  padding: 10px 5px;
  font-size: 1.5rem;
}

.calendar-table th.time {
  width: 240px;
}

.calendar-table th:not(.time) {
  width: 50px;
}

.calendar-table td {
  padding: 10px;
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
}

.calendar-table td.open::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #e0700e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: block;
}

.calendar-table .border th,
.calendar-table .border td {
  border-bottom: 1px dotted #3f0c00;
}

.list01 li::before {
  content: "��";
}

.dl01 dt {
  width: 110px;
  background-color: #eac937;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px;
  border-radius: 20px;
  font-weight: bold;
}

.dl01 dd {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.table01 .table01__th {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px dotted #3f0c00;
  width: 110px;
  padding: 15px 5px;
}

.table01 .table01__td {
  width: calc(100% - 110px);
  border-bottom: 1px dotted #3f0c00;
  padding: 15px 0;
}

.sp, .sp02 {
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 768px) {
  .hdg02 {
    font-size: 2.4rem;
  }
  .fz20 {
    font-size: 1.8rem;
  }
  .box01 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .calendar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calendar-table th {
    white-space: nowrap;
  }
  .calendar-table th,
  .calendar-table td {
    font-size: 1.3rem;
  }
  .pc02 {
    display: none;
  }
  .sp02 {
    display: block;
  }
  .btn01::before,
  .btn01::after{
    right: 13px;
  }
  .hdg--icn_lg{
    font-size: 2rem;
  }
}

/*////////////////////////

 header

////////////////////////*/
.header {
  height: 120px;
}

.header .container {
  position: relative;
}


/*LOGO 璈怠��*/
.header .container .h-logo {
  position: absolute;
  z-index: 10;
  background-color: none;
  line-height: 1;
  padding: 0px;
  top: 20px;
  left: 15px;
  border-bottom-right-radius: 5px;
  max-width: 200px;
  box-shadow: 0px 0px #ffe700;
}

/*LOGO �凒撘�*/
.header .container .v-logo {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  line-height: 1;
  padding: 20px 20px 20px 20px;
  top: -10px;
  left: 15px;
  border-bottom-right-radius: 10px;
  max-width: 200px;
  box-shadow: 10px 10px #ffe700;
}

.header .h-nav {
  width: calc(100% - 235px);
  margin: 0 0 0 auto;
}

.header .add span {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px dotted #3f0c00;
  padding: 3px 0;
  margin-right: 10px;
}

.header .add a {
  display: inline-block;
  padding: 0px 15px 0 30px;
  font-size: 1.3rem;
  border-radius: 20px;
  border: 2px solid #3f0c00;
  font-weight: bold;
  background-image: url(../img/common/map-pin.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.header .add a:hover {
  background-image: url(../img/common/map-pin-w.png);
  background-color: #3f0c00;
  color: #fff;
  opacity: 1;
}

.header .tel {
  font-size: 3.7rem;
  font-weight: bold;
}

.header .tel a {
  color: #172d66;
}

.tel a i {
  color: #fff;
  background: #172d66;
  padding: 5px;
  border-radius: 50%;
}

.header .gnav .nav-list {
  width: calc(100% - 210px);
}

.nav-list .nav-list__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #000;
}

.nav-list .nav-list__item a .f-en {
  display: block;
  font-size: 1rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}

.nav-list .nav-list__item a:hover {
  opacity: 1;
  color: #803a8f;
}

.header .gnav .btn-reserve {
  max-width: 190px;
}

.header .side {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
  display: none;
}

@media screen and (min-width: 951px) {
  .header .gnav .nav-list {
    width: calc(100% - 0px);
  }
  .nav-list .nav-list__item {
    border-right: 1px solid #3f0c00;
    flex: 1 1 auto;
  }
  .nav-list .nav-list__item:first-child {
    border-left: 1px solid #3f0c00;
  }
}

@media screen and (max-width: 950px) {
  .header {
    padding: 0px 60px 0 0;
  }
  .header .container .h-logo {
    padding: 10px 10px 10px 0;
    width: 150px;
  }
  .header .h-nav {
    width: calc(100% - 150px);
  }
  .header .tel {
    font-size: 2.8rem;
    text-align: center;
  }
  .header .tel i {
    font-size: 1.1rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: 6px;
  }
  .header .gnav .nav-list {
    display: block !important;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 15% 0 0;
    text-align: center;
  }
  .header .gnav .nav-list .nav-list__item {
    padding: 15px 0;
    line-height: 1.2;
  }
  .header .gnav .btn-reserve {
    margin: 20px auto 0;
  }
  .header .side {
    top: 70px;
  }
  .header .side li {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    z-index: -1;
  }
  .header .container .h-logo {
    width: 130px;
  }
  .header .h-add {
    display: none;
  }
  .header .tel img {
    display: block;
    margin: 40px auto 0;
  }
  .header .tel i {
    margin-left: 0;
  }
  .header .add {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .header .add span {
    margin-right: 0;
  }
  .header .add a {
    display: block;
    width: 110px;
    margin: 15px auto 0;
  }
}


.main-content {padding-top:100px;}

@media screen and (max-width: 768px) {
  .main-content {padding-top:50px;}
}
/*////////////////////////

footer

////////////////////////*/
.footer {
  padding: 0px 0 25px 0;
  position: relative;
  /*background-image: url(../img/common/f-bg01.png);*/
  background-repeat: no-repeat;
  background-position: left bottom 10px;
}

.footer::before {
  content: "";
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, rgba(0, 166, 203, 1) 0%, rgba(100, 80, 175, 1) 49%, rgba(156, 31, 159, 1) 100%);
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
  transition: all 0.3s;
}

.footer .pagetop:hover {
  bottom: 40px;
}

.footer .pagetop a:hover {
  opacity: 1;
}

.footer .f-contact .border-box {
  padding: 60px 0 40px;
}

.footer .f-contact .f-add {
  border-bottom: 1px dotted #bebebe;
  margin-bottom: 30px;
}

.footer .f-contact .f-add .f-add__info {
  width: 53%;
  margin-bottom: 30px;
}

.footer .f-contact .f-add .map {
  width: 42%;
  margin-bottom: 30px;
}

.footer .f-contact .f-add .f-add__info .f-logo {
  width: 35%;
  text-align: center;
}

.footer .f-contact .f-add .f-add__info .tel {
  width: 60%;
}

.footer .f-contact .f-add .f-add__info .tel .f-tel {
  font-size: 4.2rem;
  color: #172e67;
  line-height: 1.4;
}

.footer .f-contact .f-add .f-add__info .tel .btn-reserve {
  max-width: 280px;
  margin: 5px auto 0;
}

.footer .f-contact .f-add .f-add__info .calendar {
  margin-top: 25px;
}

.footer .f-contact .f-info .f-info__txt {
  width: 58%;
}

.footer .f-contact .f-info .f-info__img {
  width: 37%;
  max-width: 394px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.footer .f-contact .f-info .f-info__img .character {
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 1;
}

.footer .f-contact .f-info .f-info__txt .f-access {
  width: 55%;
}

.footer .f-contact .f-info .f-info__txt .f-parking {
  width: 40%;
}

.footer .f-contact .f-info .f-info__txt .f-access dt {
  font-size: 1.4rem;
  font-weight: bold;
}

.footer .f-contact .f-info .f-info__txt .f-access dt span {
  color: #df700c;
}

.footer .f-slider {
  position: relative;
}

.footer .f-slider::before {
  content: "";
  width: 117px;
  height: 105px;
  background-image: url(../img/common/pootprints.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 10%;
  bottom: -60px;
  z-index: 1;
}

.footer .f-slider .f-slider__item {
  padding: 0 10px;
}

.footer .f-slider .f-slider__item img {
  width: 100%;
  border-radius: 8px;
}

.footer .f-nav {
  margin: 30px auto 60px;
  max-width: 1100px;
  padding: 0 50px;
}

.footer .copy {
  text-align: center;
  font-weight: bold;
}

.footer .copy small {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 950px) {
  .footer .f-contact .f-add .f-add__info {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .f-contact .f-add .map,
  .footer .f-contact .f-info .f-info__txt {
    width: 100%;
  }
  .footer .f-contact .f-info .f-info__img {
    width: 100%;
    max-width: 460px;
    padding: 30px 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .f-contact .f-info .f-info__img .character {
    right: 0;
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    background-position: left -80px bottom 10px, right 10px bottom 20px;
  }
  .footer .pagetop {
    width: 70px;
    right: 10px;
    bottom: 15px;
  }
  .footer .pagetop:hover {
    bottom: 20px;
  }
  .footer .f-slider::before {
    left: 5px;
  }
  .footer .copy {
    margin-top: 80px;
  }
  .footer .f-contact .f-add .f-add__info .tel a i {
    font-size: 1.1rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: 6px;
  }
  .footer .f-contact .f-add .f-add__info .tel .f-tel {
    font-size: 3rem;
  }
  .footer .f-contact .f-info .f-info__txt .f-access,
  .footer .f-contact .f-info .f-info__txt .f-parking {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .footer .f-contact .border-box {
    padding: 30px 0;
  }
  .footer .f-contact .f-add .f-add__info .f-logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .f-contact .f-add .f-add__info .tel {
    width: 100%;
  }
  .footer .calendar-table .fz12{
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
  }
}

/************ main-visual *************/

.main-visual .container {
  position: relative;
}

.main-visual .container::before {
  content: "";
  width: 117px;
  height: 105px;
  background-image: url(../img/common/pootprints.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -4%;
  top: 55%;
  z-index: 1;
}

.main-visual .container .inner, .main-visual .container-fluid .inner {

}/*border-bottom: 2px dotted #cbc9b1;*/

.main-visual .img {

  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/main-visual.png);
}

.main-visual .calendar-wrap {
  max-width: 550px;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.main-visual .calendar-wrap::before,
.main-visual .calendar-wrap::after {
  content: "";
  width: 34px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: -10px;
  opacity: 0;
  background-image: url(../img/avatar-hand1.svg);
  right: 190px;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hand;
  -ms-animation-name: hand;
  animation-name: hand;
}

.main-visual .calendar-wrap::before {
  right: 190px;
}

.main-visual .calendar-wrap::after {
  background-image: url(../img/avatar-hand2.svg);
  right: 130px;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes hand {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.main-visual .calendar-wrap h2 {
  position: absolute;
  z-index: -1;
  right: 25px;
  top: 0;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: face;
  -ms-animation-name: face;
  animation-name: face;
}

@keyframes face {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
  }
}

.main-visual .calendar {
  background-color: #fff;
  border-radius: 10px;
}

.main-visual .calendar::before {
  height: 4px;
}

.main-visual .calendar .closed {
  font-size: 1.5rem;
  margin: 10px 0;
}

.main-visual .calendar .closed span {
  font-size: 1.3rem;
  padding: 2px 10px;
  border-radius: 15px;
  background-color: #fde8d5;
  margin: 0 10px 0 5px;
}

.main-visual .news-wrap {
  width: 47%;
}

.main-visual .news-wrap .news-item {
  width: calc(100% - 110px);
}

.main-visual .news-wrap .news-item a:hover {
  opacity: 1;
  color: #df700c;
}

.main-visual .news-wrap .news-item .news-item__img {
  max-width: 100px;
  width: 100%;
}

.main-visual .news-wrap .news-item .news-item__img img {
  border-radius: 5px;
}

.main-visual .news-wrap .news-item .news-item__txt {
  width: calc(100% - 120px);
}

.main-visual .main_catch_txt{
  position: absolute;
  top: 35%;
  left: 5.5%;
  padding: 0 15px;
}

.date {
  color: #172d66;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.cate {
  font-size: 1.1rem;
  min-width: 52px;
  color: #fff;
  border-radius: 10px;
  padding: 3px 10px 2px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.cate.news {
  background-color: #152f63;
}

.cate.important {
  background-color: #da3a36;
}

.main-visual .news-wrap .news-item .news-item__txt .date {
  font-size: 1rem;
  margin-right: 5px;
}

.main-visual .news-wrap .news-item .news-item__txt .news-item__txt__hdg {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 951px) {
  .main-visual .calendar-wrap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
  }
}

@media screen and (max-width: 950px) {
  .main-visual .img {
    height: 400px;
  }
  .main-visual .container::before {
    left: 0;
    /*top: 20%;*/
    top: 25%;
  }
  .main-visual .calendar-wrap {
    max-width: 620px;
    width: 100%;
    position: relative;
    margin: 30px auto;
  }
  .main-visual .news-wrap {
    width: 100%;
  }
  .main-visual .main_catch_txt{
    top: 17%;
    z-index: 10;
  }
}

@media screen and (max-width: 550px) {
  .main-visual .img {
    /*height: 250px;*/
    height: 330px;
  }
  .main-visual .calendar-wrap {
    margin-top: 100px;
  }
  .main-visual .news-wrap h2 {
    width: 100%;
    text-align: center;
  }
  .main-visual .news-wrap .news-item {
    width: 100%;
    margin-top: 10px;
  }
  .main-visual .main_catch_txt{
    left: -5px;
  }
}

/*************** top ******************/

.top-about {
  padding-top: 65px;
  position: relative;
  z-index: 1;
}

.top-about::before,
.top-about::after {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #ebeade;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-about::after {
  height: 80px;
  bottom: 300px;
  background-color: transparent;
  background: url(../img/top/bg01.png) no-repeat center center / 100% 100%;
}

.top-about .inner {
  padding-bottom: 35px;
  border-bottom: 2px dotted #bebebe;
}

.top-about .img img {
  border-radius: 4px;
}

.top-about .character {
  position: relative;
  z-index: 1;
  top: -30px;
}

.top-about .inner p.mb-20 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.top-about ul {
  max-width: 356px;
  margin: 0 auto;
}

.top-about ul li {
  width: 48%;
}

.top-medical {
  padding: 65px 0 20px;
  background-color: #ebeade;
}

.top-medical .container-s {
  position: relative;
}

.top-medical .top-medical__hdg {
  font-size: 3.2rem;
  line-height: 1.6;
  padding: 55px 5px 0;
  background: url(../img/i-store.png) no-repeat right top;
}

.top-medical .top-medical__hdg span:not(.f-en) {
  display: inline-block;
}

.top-medical .top-medical__hdg .f-en {
  display: block;
  font-size: 1.3rem;
  color: #172c66;
  text-transform: uppercase;
}

.top-medical .flexbox {
  width: calc(100% - 100px);
  max-width: 960px;
  margin: 0 0 0 auto;
}

.top-medical .medical-item {
  width: 48%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.top-medical .medical-item:last-of-type::before {
  content: "";
  width: 43px;
  height: 48px;
  background: url(../img/top/character-tail.png) no-repeat center center / contain;
  position: absolute;
  z-index: -1;
  right: -35px;
  top: 40%;
}

.top-medical .medical-item .medical-item__hdg {
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  padding: 3px;
  height: 90px;
  background-color: #fff;
  color: #d56e13;
  text-align: center;
  font-size: 2.1rem;
  left: 20px;
  top: 20px;
}

.top-medical .medical-item img {
  border-radius: 8px;
}

.top-medical .medical-item p {
  line-height: 2;
}

.top-medical .medical-item .btn01 {
  margin: 15px auto 0;
}

.top-azukari {
  padding-top: 80px;
}

.top-azukari .box {
  padding: 85px 30px 60px;
  position: relative;
  z-index: 1;
}

.top-azukari .box::before {
  content: "";
  width: 100%;
  height: 95px;
  background: url(../img/top/yu-bg.svg) no-repeat center top / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top-azukari .box::after {
  content: "";
  width: 98%;
  height: calc(100% - 95px);
  background-color: #fff;
  left: 1%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.top-azukari .box .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-azukari .top-azukari__hdg {
  font-size: 3.6rem;
  text-align: center;
}

.top-azukari .top-azukari__hdg .top-azukari__hdg__des {
  font-size: 1.4rem;
  color: #eb2c1f;
  display: block;
  max-width: 360px;
  line-height: 1.4;
  border: 1px solid #eb2c1f;
  border-radius: 30px;
  padding: 5px;
  margin: 0 auto 5px;
}

.top-azukari .top-azukari__hdg .top-azukari__hdg__line {
  border-bottom: 2px dotted #eb2c1f;
  display: inline-block;
  line-height: 1.4;
  padding-left: 3px;
}

.top-azukari .txt {
  width: 40%;
  max-width: 385px;
  margin-top: 45px;
}

.top-azukari .img {
  width: 55%;
  margin-top: 45px;
  position: relative;
}

.top-azukari .txt h3 {
  font-size: 1.8rem;
  color: #eb2c21;
  margin-bottom: 5px;
}

.top-azukari .txt .btn02 {
  max-width: 335px;
  margin-top: 20px;
}

.top-azukari .img h3 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 1;
}

.top-azukari .azukari-slider {
  border-radius: 10px;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.top-azukari .azukari-slider .slick-dots {
  bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  padding: 2px 15px;
}

.top-azukari .azukari-slider .slick-dots li {
  width: 10px;
  margin: 0 2px;
  height: auto;
}

.top-azukari .azukari-slider .slick-dots li button {
  height: auto;
}

.top-azukari .azukari-slider .slick-dots li button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #eb2d22;
  left: 50%;
  top: -1px;
  margin-left: -3px;
}

.top-news {
  padding-top: 95px;
}

.top-news .container {
  max-width: 1030px;
  position: relative;
}

.top-news .top-news__hdg {
  font-size: 2.4rem;
  padding: 15px 0 5px 40px;
  background: url(../img/top/icn-flag.png) no-repeat left bottom;
  margin-bottom: 35px;
}

.top-news .top-news__hdg span:not(.f-en) {
  border-bottom: 3px solid #e0700e;
  display: inline-block;
  line-height: 1.5;
}

.top-news .top-news__hdg .f-en {
  font-size: 1.2rem;
  color: #172c66;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: 5px;
  display: inline-block;
  letter-spacing: 0.1rem;
}

.news-list .news-list__item {
  width: 23%;
  margin-right: 2.6%;
}

.news-list .news-list__item:nth-child(4n) {
  margin-right: 0;
}

.news-list .news-list__item a {
  display: block;
}

.news-list .news-list__item a:hover {
  opacity: 1;
  color: #e0700e;
}

.news-list .news-list__item .thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.news-list .news-list__item .thumb img {
  transition: all 0.5s;
}

.news-list .news-list__item a:hover .thumb img {
  transform: scale(1.05, 1.05);
}

.news-list .news-list__item .cate {
  line-height: 1.2;
  margin-left: 5px;
}

.news-list .news-list__item .news-list__item__hdg {
  font-size: 1.6rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .top-medical .medical-item {
    width: 50%;
    padding: 0 20px;
  }
  .top-medical .medical-item:last-of-type::before {
    right: -10px;
  }
  .top-medical .medical-item .medical-item__hdg {
    left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .top-medical .top-medical__hdg {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .top-medical .top-medical__hdg span:not(.f-en) {
    border-right: 4px solid #d56e13;
    padding-right: 2px;
  }
  .top-news .btn03 {
    position: absolute;
    right: 15px;
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .top-medical .top-medical__hdg {
    font-size: 2.3rem;
    position: static;
    margin-bottom: 30px;
    padding: 0 0 0 70px;
    background-position: left center;
    background-size: 60px;
  }
  .top-medical .top-medical__hdg span:not(.f-en) {
    border-bottom: 4px solid #d56e13;
    padding-bottom: 2px;
  }
  .top-medical .flexbox {
    width: 100%;
  }
  .top-medical .medical-item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-azukari .top-azukari__hdg {
    font-size: 2.4rem;
  }
  .top-azukari .txt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-azukari .txt .btn02 {
    margin: 20px auto 0;
  }
  .top-azukari .img {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0;
    padding: 20px 20px 0;
  }
  .top-azukari .img h3 {
    right: 0;
    top: 0;
  }
  .top-news .btn03 {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 550px) {
  .top-about::after {
    background-size: 150% 100%;
  }
  .top-about,
  .top-azukari,
  .top-news {
    padding-top: 50px;
  }
  .top-medical .medical-item:last-of-type::before {
    top: 20%;
  }
  .top-azukari .box {
    padding: 50px 20px;
  }
  .top-azukari .box::before {
    height: 5%;
  }
  .top-azukari .box::after {
    height: 95.1%;
  }
  .top-azukari .img h3 {
    width: 100px;
  }
  .news-list .news-list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .news-list .news-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

/*////////////////////////

 subpage common parts

////////////////////////*/
.submain {
  margin-bottom: 85px;
}

.submain .container {
  position: relative;
  padding-bottom: 40px;
}

.submain .container::before {
  content: "";
  width: 117px;
  height: 105px;
  background-image: url(../img/common/pootprints.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: -4%;
  top: 55%;
  z-index: 3;
}

.submain .img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
}

.submain .box01 {
  padding: 45px 15px 30px !important;
  width: 85%;
  max-width: 450px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.submain .submain__icn {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.submain .submain__hdg {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
}

.submain .submain__hdg .f-en {
  display: block;
  font-size: 1.2rem;
  color: #172c66;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.submain .container::after{
  content: url(../img/_news/smile.png);
  position: absolute;
  right: -5%;
  top: 60px;
}

.box_inner__item{
  padding: 35px 0;
}

.box_inner__item:not(:last-of-type){
  border-bottom: 2px dotted #bebebe;
}

.box_inner__item:first-of-type{
  padding-top: 0;
}

.box_inner__item:last-of-type{
  padding-bottom: 0;
}

.staff__type{
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #3F0C00;
  border-radius: 50px;
  font-size: 1.3rem;
}

.staff__type.rectangle{
  border-radius: 5px;
}

.staff__type:not(:last-of-type){
  margin-right: 7px;
}

.staff__name{
  font-weight: bold;
  display: block;
  font-size: 2rem;
  margin: 5px 0 0;
}

.staff__name_en{
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #172e67;
  transform: scale(0.9)translate(-4px, -4px);
  letter-spacing: 0.1em;
}

.box_beige{
  background-color: #F8F6EF;
  padding: 15px 30px;
  border-radius: 5px;
}

.dot__list_item{
  position: relative;
  padding-left: 15px;
}

.dot__list_item::before{
  content: '���';
  color: #DF700C;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.2rem;
}

.hdg--yugo24{
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hdg--yugo24 .f-en{
  display: block;
  margin:  10px 0 0;
  color: #172C66;
  letter-spacing: 0.1em;
  font-size: 1rem;
  transform: scale(0.8)translate(-12%,-5px);
}

.basic__table{
  border: 1px solid #F5CBCD;
}

.basic__table_row{
  border-bottom: 1px solid #F5CBCD;
}

.basic__table_hdg,
.basic__table_detail{
  padding: 10px 15px;
}

.basic__table_hdg{
  width: 250px;
  text-align: left;
  background-color: #FFF4F4;
  border-right: 1px dotted #F5CBCD;
}

@media screen and (max-width: 768px) {
  .submain .container {
    padding-bottom: 80px;
  }
  .submain .container::before {
    width: 80px;
    height: 72px;
    left: 0;
  }
  .submain .img {
    height: 250px;
  }
  .submain .box01 {
    padding: 35px 15px 25px;
  }
  .submain .submain__hdg {
    font-size: 2.4rem;
  }
  .submain .container::after{
    transform: scale(0.5)translate(180px,-130px);
  }
}

@media screen and (max-width: 768px) {
  .submain{
    margin-bottom: 60px;
  }
}

/***************** azukari ******************/

.submain.azukari .img {
  background-image: url(../img/azukari/main-img.jpg);
}

.submain.azukari .submain__icn {
  top: -48px;
}

.azukari-about, .azukari-flow,
.azukari-conditional, .azukari-price,
.azukari-time, .azukari-item {
  padding-bottom: 170px;
}

.azukari-about .txt {
  width: 51%;
  line-height: 2;
  margin-bottom: 50px;
}

.azukari-about .img {
  width: 44%;
  max-width: 420px;
}

.azukari-about .img img {
  border-radius: 5px;
}

.azukari-about .img .col02 {
  width: 49%;
  margin-top: 2%;
}

.azukari-about .box02 {
  margin-top: 70px;
  padding: 60px 60px 50px;
}

.azukari-about .table01 {
  width: 48%;
}

.azukari-about .table01 a {
  color: #df700c;
}

.azukari-about .staff__block{
  margin: 80px 0 0;
  padding: 70px 60px 30px;
}

.azukari-about .staff__name,
.azukari-about .staff__name_en{
  display: inline-block;
}

.azukari-about .staff__type{
  position: relative;
  top: -5px;
}

.azukari-about .staff__name{
  margin: -5px 10px 0 0;
}

.azukari-about .staff__deco{
  text-align: right;
  margin:  20px 5% 0 0;
}

.azukari-flow .flow-list {
  max-width: 755px;
  margin: 0 auto;
}

.azukari-flow .flow-list .flow-list__item:not(:last-of-type) {
  padding-bottom: 70px;
  position: relative;
}

.azukari-flow .flow-list .flow-list__item:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #172c66 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -15px;
}

.azukari-flow .flow-list .flow-list__item .flow-list__item__hdg {
  padding-left: 55px;
  position: relative;
  font-size: 2.4rem;
  color: #172c66;
}

.azukari-flow .flow-list .flow-list__item .flow-list__item__hdg span {
  display: block;
  border-bottom: 2px dotted #172c66;
  padding: 2px 5px;
}

.azukari-flow .flow-list .flow-list__item .flow-list__item__hdg::before {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #172c66;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  left: 0;
  top: 5px;
}

.azukari-flow .flow-list .flow-list__item:first-of-type .flow-list__item__hdg::before {
  content: "1";
}

.azukari-flow .flow-list .flow-list__item:nth-of-type(2) .flow-list__item__hdg::before {
  content: "2";
}

.azukari-flow .flow-list .flow-list__item:nth-of-type(3) .flow-list__item__hdg::before {
  content: "3";
}

.azukari-flow .flow-list .flow-list__item .flow-list__item__txt {
  padding-left: 60px;
}

.azukari-flow .flow-list .flow-list__item .flow-list__item__txt div p,
.azukari-flow .flow-list .flow-list__item .flow-list__item__txt div ul {
  padding-left: 30px;
  margin-top: 10px;
}

.azukari-conditional .container-ss {
  max-width: 950px;
}

.azukari-conditional .dl-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.azukari-conditional dl {
  margin-bottom: 10px;
}

.azukari-conditional .box01 {
  width: 49%;
  padding-top: 25px;
}

.azukari-conditional .box01.red::before {
  background-color: #da3a36;
}

.azukari-conditional .box01.blue::before {
  background-color: #3794d9;
}

.azukari-conditional .box01 h3 span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-size: 1.8rem;
}

.azukari-conditional .box01 h3 span::before {
  position: absolute;
  left: 0;
  top: 6px;
}

.azukari-conditional .box01.red h3 span::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 4px solid #da3a36;
  border-radius: 50%;
}

.azukari-conditional .box01.blue h3 span::before {
  content: "\f00d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #3794d9;
  font-size: 2.4rem;
  top: -6px;
}

.azukari-conditional .box01 ul li {
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.azukari-conditional .box01.red ul li {
  background-color: #fdf2f2;
  padding: 7px 15px;
  margin-bottom: 15px;
}

.azukari-conditional .box01.blue ul li {
  background-color: #e4f0fa;
  padding: 7px 5px;
  width: 32%;
}

.azukari-price .container-ss {
  max-width: 700px;
}

.azukari-price ul li {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px dashed #3f0c00;
  margin: 0 5px 10px;
  font-size: 1.6rem;
}

.azukari-time .dl-wrap {
  max-width: 610px;
  margin: 0 auto 20px;
}

.azukari-time .dl01 {
  margin-bottom: 10px;
}

.azukari-item .item-wrap {
  position: relative;
  padding-bottom: 20px;
}

.azukari-item .item-wrap::before {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  border-left: 2px dotted #cbc9b1;
  position: absolute;
}

.azukari-item .col02 {
  width: 48%;
}

.azukari-item .col02 h3 {
  margin-bottom: 25px;
}

.azukari-item .col02 h3 span {
  border-bottom: 2px solid #3f0c00;
  display: inline-block;
  line-height: 1.6;
}

.azukari-item .col02 ul li {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px dashed #3f0c00;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding: 115px 0 15px;
  margin-bottom: 10px;
  line-height: 1.3;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.azukari-item .col02 ul li.line02 {
  padding-top: 100px;
}

.azukari-item .col02 ul li span {
  display: block;
}

.azukari-item .col02:first-of-type ul li:first-child {
  background-image: url(../img/azukari/icn01.png);
}

.azukari-item .col02:first-of-type ul li:nth-child(2) {
  background-image: url(../img/azukari/icn02.png);
}

.azukari-item .col02:first-of-type ul li:nth-child(3) {
  background-image: url(../img/azukari/icn03.png);
}

.azukari-item .col02:first-of-type ul li:nth-child(4) {
  background-image: url(../img/azukari/icn04.png);
}

.azukari-item .col02:first-of-type ul li:nth-child(5) {
  background-image: url(../img/azukari/icn05.png);
}

.azukari-item .col02:first-of-type ul li:nth-child(6) {
  background-image: url(../img/azukari/icn06.png);
}

.azukari-item .col02:nth-of-type(2) ul li:first-child {
  background-image: url(../img/azukari/icn07.png);
}

.azukari-item .col02:nth-of-type(2) ul li:nth-child(2) {
  background-image: url(../img/azukari/icn08.png);
}

.azukari-item .col02:nth-of-type(2) ul li:nth-child(3) {
  background-image: url(../img/azukari/icn09.png);
}

.azukari-attention .container-ss {
  max-width: 690px;
}

.azukari-attention .txt {
  padding-left: 30px;
}

.azukari-attention .fz20 {
  line-height: 2;
}

.azukari-attention .fz20 span {
  border-bottom: 1px dotted #3f0c00;
}

.azukari-attention .btn02 {
  font-size: 1.8rem;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto 10px;
  border-radius: 40px;
}

.azukari-attention .btn02::before {
  top: 20px;
}

@media screen and (min-width: 769px) {
  .azukari-about .staff__txt_block{
    width: calc(100% - 290px);
  }
}

@media screen and (max-width: 768px) {
  .azukari-about, .azukari-flow, .azukari-conditional,
  .azukari-price, .azukari-time {
    padding-bottom: 80px;
  }
  .azukari-about .txt,
  .azukari-about .box02 .table01 {
    width: 100%;
  }
  .azukari-about .img {
    width: 100%;
    margin: 0 auto;
  }
  .azukari-about .box02 {
    padding: 40px 15px;
  }
  .azukari-about .staff__block{
    display: block;
  }
  .azukari-about .staff__img_block{
    max-width: 250px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .azukari-flow .flow-list .flow-list__item .flow-list__item__hdg {
    padding-left: 40px;
    font-size: 2rem;
  }
  .azukari-flow .flow-list .flow-list__item .flow-list__item__hdg::before {
    font-size: 2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .azukari-flow .flow-list .flow-list__item .flow-list__item__txt {
    padding-left: 40px;
  }
  .azukari-conditional .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .azukari-item {
    padding-bottom: 30px;
  }
  .azukari-item .item-wrap::before {
    content: normal;
  }
  .azukari-item .col02 {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 550px) {
  .azukari-price ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  .azukari-conditional .dl01,
  .azukari-time .dl01,
  .azukari-conditional .dl01 dt,
  .azukari-time .dl01 dt {
    width: 100%;
  }
  .azukari-conditional .dl01 dd,
  .azukari-time .dl01 dd {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .azukari-conditional .box01.blue ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .azukari-item .col02 ul li {
    width: 49%;
  }
  .azukari-attention .btn02 {
    font-size: 1.6rem;
  }
  .azukari-about .staff__block{
    padding: 40px 20px;
  }
}

/*********** modifire ***********/
.disabled {
  pointer-events: none;
  color: grey !important;
}

.display-none {
  display: none;
  visibility: hidden;
}

/*////////////////////////

 news

////////////////////////*/

.news{background-color: #eaeaea;}

.news .submain .img {
  background-image: url(../img/_news/news_banner.jpg);
}

.news .submain__icn{
  top: -25px;
}

.news__item {
  padding: 40px 45px;
  margin-bottom: 40px;
}

.news .date{
  display: inline-block;
  margin-right: 10px;
}

.news .news-list__item__hdg{
  margin: 10px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #BEBEBE;
  font-size: 2rem;
}

.archive__hdg{
  font-size: 2rem;
  padding: 0 0 5px 30px;
  margin-bottom: 5px;
  position: relative;
}

.archive__hdg::before{
  position: absolute;
  left: 0;
  top: 5px;
  content: url(../img/news/icn-flag.svg);
}

.archive__hdg span{
  display: block;
  border-bottom:  2px solid #333;
}

.archive__item{
  font-size: 1.6rem;
  font-weight: bold;
}

.archive__item a{
  display: block;
  padding: 15px 5px;
  border-bottom:  2px dotted #333;
}

.archive__item.current a{
  color: #333;
}

.news .arrow-right::before,
.news .arrow-right::after{
  background-color: #333;
}

.news .current.arrow-right::before,
.news .current.arrow-right::after{
  background-color: #333;
}

@media screen and (min-width: 769px) {
  .news__sideblock{
    max-width: 212px;
    width: 100%;
  }
  .news__conts{
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 768px) {
  .news__flexbox{
    display: block;
  }
  .news__conts{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 550px) {
  .news__item{
    padding: 30px 20px;
  }
}


/*////////////////////////

 promote

////////////////////////*/


.promote-border-right {border-right:2px dotted #ccc;}

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

  .promote-border-right {border-right:none;}
}

/*////////////////////////

 about

////////////////////////*/
.about-common .submain .img {
  background-image: url(../img/about/main-img.jpg);
}

.about-common section:not(:last-of-type){
  margin-bottom: 100px;
}

.about-common .box01{
  padding: 60px;
}

.about-policy .policy__txt{
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
}

.about-feature .btn01{
  max-width: 200px;
}

.about-feature .feature__img{
  text-align: center;
}

@media screen and (min-width: 769px) {
  .about-feature .txt__block{
    width: calc(100% - 340px);
  }
  .about-feature .box_inner__item:nth-of-type(2) .feature__img{
    max-width: 300px;
    width: 100%;
  }
  .about-facility .txt__block{
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 768px) {
  .about-common .box_inner__item{
    display: block;
  }
  .about-common .txt__block{
    margin: 0 0 30px;
  }
  .about-facility .facility__img{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .about-common .box01{
    padding: 40px 25px;
  }
  .about-common section:not(:last-of-type){
    margin-bottom: 70px;
  }
  .about-policy .policy__txt{
    text-align: left;
  }
}

/*////////////////////////

 medical

////////////////////////*/
.medical-common .submain .img {
  background-image: url(../img/medical/main-img.jpg);
}

.medical-common section:not(:last-of-type){
  margin-bottom: 120px;
}

.medical-common .box01{
  padding: 50px 65px;
}

.medical-common [class*="box_list--"]{
  background-color: #FFF4F4;
  border: 1px solid #F5CBCD;
  border-radius: 15px;
  overflow: hidden;
}

.medical-common .box_list__hdg{
  text-align: center;
  padding: 30px 15px;
  font-weight: bold;
}

.medical-common .box_list__hdg_inner{
  display: inline-block;
  padding-top: 10px;
  font-size: 1.5rem;
  border-bottom: 2px solid #E55566;
}

.medical-common .box_list__detail{
  background-color: #fff;
  padding: 20px 25px;
}

.medical-common .desease__item{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 15px;
  background-color: #FFF4F4;
  border: 1px solid #F5CBCD;
  border-radius: 5px;
  margin: 0 7px 7px 0;
}

.medical-common .box_list--desease{
  margin-bottom: 15px;
}

.medical-common .box_list--desease .box_list__hdg{
  color: #E55566;
}

.medical-common .box_list--exam{
  border-color: #BBD2DD;
}

.medical-common .box_list--exam{
  background-color: #EEF7FD;
}

.medical-common .box_list--exam .box_list__hdg{
  color: #0098CB;
}

.medical-common .box_list--exam .box_list__detail{
  border-color: #BBD2DD;
}

.medical-common .box_list--exam .box_list__hdg_inner{
  border-color: #0098CB;
}

.medical-internal::before,
.medical-pediatrics::before,
.medical-other::before{
  display: inline-block;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.medical-internal::before{
  top: -90px;
  content: url(../img/medical/internal_deco.png);
}

.medical-pediatrics::before{
  content: url(../img/medical/pediatric_deco.png);
}

.medical-other::before{
  content: url(../img/medical/other_deco.png);
}

.medical-internal::after,
.medical-pediatrics::after,
.medical-other::after{
  content: url(../img/medical/deco_hands.png);
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 5;
}

.medical-internal .t-red{
  color: #FF2626;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .medical-common .box_list__hdg{
    max-width: 245px;
    width: 100%;
  }
  .medical-common .box_list__detail{
    width: calc(100% - 245px);
    border-left: 1px dotted #F5CBCD;
  }
  .medical-pediatrics .pediatric__list_item{
    padding:  15px 0;
    width: calc(100% / 3);
  }
  .medical-pediatrics .pediatric__list_item:nth-of-type(2){
    border-right: 2px dotted #BEBEBE;
    border-left: 2px dotted #BEBEBE;
    padding: 15px 30px;
    margin: 0 30px;
  }
  .medical-other .txt__block{
    width: calc(100% - 245px);
  }
}

@media screen and (max-width: 768px) {
  .medical-common [class*="box_list--"],
  .medical-pediatrics .pediatric__list,
  .medical-other .box_inner__item{
    display: block;
  }
  .medical-common .box_list__hdg{
    border-bottom: 1px dotted #F5CBCD;
  }
  .medical-pediatrics .pediatric__list_item:nth-of-type(2){
    border-top: 2px dotted #BEBEBE;
    border-bottom: 2px dotted #BEBEBE;
    padding: 20px 0;
    margin: 15px 0;
  }
}

@media screen and (min-width: 551px) {
  .medical-common .intro__txt{
    text-align: center;
  }
  .medical-internal .list01{
    width: 46%;
  }
  .medical-pediatrics .list01{
    width: 33.3%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 550px) {
  .medical-common .box01{
    padding: 40px 25px 30px;
  }
  .medical-common .box_list__detail{
    display: block;
  }
  .medical-other .basic__table_hdg{
    width: 130px;
  }
}

/*////////////////////////

 staff

////////////////////////*/
.staff-common .submain .img {
  background-image: url(../img/staff/main-img.jpg);
}

.staff-common section:not(:last-of-type){
  margin-bottom: 90px;
}

.staff-common .box01{
  padding: 60px 60px 40px;
}

.staff-common .staff__info{
  position: relative;
  z-index: 10;
}

.staff-common .staff__career_hdg{
  font-weight: bold;
  border: 1px solid #172e67;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #172e67;
  width: 26px;
  text-align: center;
  padding: 17px 3px;
  line-height: 1.1;
  margin-right: 5px;
  height: 100%;
}

.staff-common .list01 {
  color: #172e67;
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
}

.staff-common .staff__name{
  line-height: 1.3;
  margin-top: 10px;
}

.staff-other .staff__name_en{
  display: block;
  white-space: nowrap;
  transform: scale(0.8)translate(-20px, 0);
}

.staff-common .staff__career_list:not(:last-of-type){
  margin-right: 15%;
}

.staff-director .box01::after,
.staff-other .box01::after{
  content: url(../img/staff/deco01.png);
  display: inline-block;
  position: absolute;
  right:  50px;
  top: -50px;
  z-index: 5;
}

.staff-other .box01::after{
  content: url(../img/staff/deco02.png);
}

.staff-other .staff__hdg{
  max-width: 200px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .staff-director .staff__info{
    width: calc(100% - 300px);
  }
  .staff-other .staff__info{
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 768px) {
  .staff-director .box01,
  .staff-other .box_inner__item{
    display: block;
  }
  .staff-common .staff__info{
    margin:  20px 0 0;
  }
}

@media screen and (max-width: 550px) {
  .staff-common .box01{
    padding: 40px 25px 30px;
  }
  .staff-director .box01::after,
  .staff-other .box01::after{
    transform: scale(0.6)translate(70%,-50px);
  }
}

@media screen and (min-width: 451px) {
  .staff-common .staff__career_hdg_inner{
    display: inline-block;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
}

@media screen and (max-width: 450px) {
  .staff-common .staff__career_flexbox {
    display: block;
  }
  .staff-common .staff__career_list:not(:last-of-type){
    margin-bottom: 15px;
  }
}


/**/
.bg-blue{background-color: #001f8f;}
.bg-banner{
  background-size:100% 100%; 
  background-image: url(../img/bg-banner.png) ;
  }


.bg_stripe{
  color: white;
  background: repeating-linear-gradient( -55deg, #eee, #eee 30px, #ddd 30px, #ddd 60px );
}


.bg_stripe_purple{
  color: white;
  background: repeating-linear-gradient( -55deg, #eee, #eee 30px, #efefef 30px, #efefef 60px );
}

.btn-black{ background-color: #000;}

.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs22{font-size: 22px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs34{font-size: 34px;}
.fs36{font-size: 36px;}
.fs38{font-size: 38px;}
.fs40{font-size: 40px;}
.fs42{font-size: 42px;}
.fs44{font-size: 44px;}
.fs46{font-size: 46px;}
.fs48{font-size: 48px;}
.fs50{font-size: 50px;}

.fwt100{font-weight: 100;}
.fwt300{font-weight: 300;}
.fwt400{font-weight: 400;}
.fwt500{font-weight: 500;}
.fwt700{font-weight: 700;}
.fwt900{font-weight: 900;}

.ffnoto{font-family: 'Noto Sans TC', sans-serif;}

.ffdela{font-family: 'Dela Gothic One', cursive;}


.ffmont{font-family: 'Montserrat', sans-serif;}


.ffroboto{font-family: 'Roboto', sans-serif;}
.ffubuntu{font-family: 'Ubuntu', sans-serif;}

.menubar {height:68px; display:block; width:100vw; background:#fff; position:fixed;}

.precautions li{line-height: 28px; padding: 6px 0;}


.btn-download{ opacity: 1;}

.btn-download:hover{opacity: 0.9;}

.btn-download img{ width:500px;}

.opacity-9{opacity: .9}
.opacity-8{opacity: .8}
.opacity-7{opacity: .7}
.opacity-6{opacity: .6}
.opacity-5{opacity: .5}
.opacity-4{opacity: .4}
.opacity-3{opacity: .3}
.opacity-2{opacity: .2}
.opacity-1{opacity: .1}
.opacity-0{opacity: 0;}



.gra-wrapper { 
background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 40s ease infinite;
-z-animation: rainbow 40s ease infinite;
-o-animation: rainbow 40s ease infinite;
  animation: rainbow 40s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


/*頧匧����*/
.spinner{
  -webkit-animation: spin 8s linear infinite; /* Safari */
  animation: spin 8s linear infinite;
}

/* Safari 頧匧����*/
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*銝����折�閬�敺�銝𧢲綫*/
.common_page_top{ margin-top: 150px;}


@media screen and (max-width: 768px) {
  .common_page_top{ margin-top: 30px;}
}




/* ================================================

                      lotto.page

================================================*/

/*雿輻鍂���𣶹�銁�銁�����𢒰*/
  .lotto_page .btn-square{ min-width:110px; background: #fff; color: #111; margin-right: 10px; letter-spacing: 2px; padding: 0; box-shadow: 0px 2px 2px #ddd;}
  .lotto_page .btn-square b{ font-size: 16px; display: block; border-bottom: 1px solid #eee; padding: 6px 0;}
  .lotto_page .btn-square span{ font-size: 12px; display: block; padding: 4px 0;}

  .lotto_page .btn-square.active{ background: #111; color: #fff; }
  .lotto_page .btn-square.active b{ background: #111; color: #fff; border-bottom: 1px solid #333; }
  .lotto_page .btn-square.active span{ background: #111; color: #fff; }

  .lotto_page .btn-square:hover{ opacity: 0.9;}


    /*�𦻖銝衤���鞱���讠�𡒊����𢒰嚗毺�𧢲糓銝齿糓閬�蝘�銝��𧢲𧊋��讠�箸con 撌脤�讠�箸con*/

/* ========================
   �埝彍閮�� Countdown Timer
========================*/

.bg_lotto{
  background: url(../img/bg-lotto.svg) no-repeat;
  background-size: cover;

}

/*�扳��*/
.countdwon_row  p{
  color: #e6dbae;
  letter-spacing: 0.25rem;
}


/*閮����憛�*/
.countdwon_row ul{
  list-style-type: none;
  margin:15px 0;
}
.countdwon_row  ul li {
  display: inline-block;
  
}
.countdwon_row .timenumbers {
  display: block;
  font-size: 4.2rem;
  line-height: 4rem;
  font-weight: 700;
  margin:0 2px;
  color: #fff;
  border-radius:10px;
  letter-spacing: 2px;
  box-shadow: inset 0px -8px 0 #870041;
  padding: 10px 8px 20px 8px;
  background: linear-gradient(135deg,#dd3b55 40%, #9047c4 100%);
  width: 85px;

  
}
/* 蝝�蝝急撓撅� background: linear-gradient(180deg,#dd3b55 0%, #9047c4 100%);*/
/* ��𤏸𠧧瞍詨惜 background: linear-gradient(180deg,#e6dbae 0%, #bb986c 100%);*/
.countdwon_row   p.timedescription {
  font-size: 12px;
  font-variant: small-caps;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 3px;
  color: #e6dbae;
  opacity: 1;
}


/* ========================
   idle modal
========================*/
.sleepy-overlay {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.87);
  display: none;
  z-index: 9999;
  pointer-events: none;
  
}

.sleepy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height:700px;
  width: 1024px; 
  z-index: 11;
  border-radius: 5px;
}

.sleepy-modal .modal-content{
  border: none;
  position: relative;
  padding: 30px 60px;
}

.sleepy-wake-up {
  padding:6 12px;
  border: none;
  position: absolute;
  top:15px;
  right:15px;
  font-size: 30px;
  opacity: 0.6;
  color: #000;
  background: #fff;
}

.sleepy-wake-up:hover { opacity: 1; }

@media screen and (max-width: 768px) {
  .sleepy-modal{ 
    height: 80vh;
    width: 95vw;
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .sleepy-modal .modal-content{
  padding: 50px 10px;
  overflow: scroll;
}
}

/*摨堒振閮餃�羓蒈�交見撘�*/


.vendor_sign_up_modal .nav-link {color: #555;}
.vendor_sign_up_modal .nav-link: hover { color:#555; opacity: 1; }
.vendor_sign_up_modal .nav-link.active {color: #111; font-weight: 500; border-bottom:1px solid #111 ; padding-bottom: 15px;}


.vendor-form-container {margin: 200px 0 100px 0;}
@media screen and (max-width: 768px) {
  .vendor-form-container {margin-top: 50px;}
  
}

.vendor-form-container hr{opacity: 0.1; margin: 30px 0;}

.vendor-form-container input{ border-radius: 8px; padding: 10px; border: 1px solid #ddd;}





.register-form-container {margin: 200px 0 100px 0;}

@media screen and (max-width: 768px) {
  .register-form-container {margin-top: 50px;}
  
}
.register-form-container input{border-radius: 8px; padding: 6px; border: 1px solid #ddd;}



/*�蒈�����𢒰*/

.shopping-submit-section { max-width: 1024px; margin-top: 0px;}

@media screen and (max-width: 768px) {
  .shopping-submit-section {margin-top: 0px;}
  
}


.shopping-submit-section input{ border: 1px solid #ccc; padding: 10px 10px; border-radius: 5px; font-size: 14px; }
.shopping-submit-section label{ margin-bottom:3px ; }
.shopping-submit-section select.form-control { height: 40px; font-size: 14px; text-align: center; padding:0 30px;}

.text-light-purple{color: #513cce;}
.text-deep-purple{color: #311f90;}


.btn-light-purple{background-color: #513cce; color: #fff;}
.btn-deep-purple{background-color: #311f90; color: #fff;}

.bg-light-purple{background-color: #513cce; color: #fff;}
.bg-deep-purple{background-color: #311f90; color: #fff;}



.hlgo2_store_table th{ padding: 15px 10px; }
.hlgo2_store_table td{ padding: 15px 10px; }



.store_select{border:1px solid #111; height:40px; width: 100%; box-shadow: inset -0px -2px 0px #fff;}

.store_input input{border:1px solid #111; height:40px; width: 100%; padding: 0 10px;box-shadow: inset -0px -2px 0px #fff;}

.filter_button {box-shadow: inset -2px -2px 0px #2e238b; background: #513cce; color: #fff; font-weight: 600;}


.store_nav_pills .nav-item{ min-width: 100px; text-align: center; background: #333; font-weight: 400;margin:0 1px 0 0;   }
.store_nav_pills .nav-item: hover{ opacity: 0.9;  }

.store_nav_pills .nav-item .nav-link{ color:#fff; padding:10px 30px;   }
.store_nav_pills .nav-item .nav-link .active{ color:#fff; padding:10px 30px;  }



.hlgo_2_rule_article{ color: #111; padding: 0px 0 50px 0;}
.hlgo_2_rule_article h2{ font-size: 16px; line-height: 28px; font-weight: 800;}
.hlgo_2_rule_article p{ font-size: 16px; line-height: 28px;}


.hlgo_2_rule_article ul li{ list-style-type: square;}
.hlgo_2_rule_article ol li ol li{ list-style-type: upper-alpha;}
.hlgo_2_rule_article ol li ol li ol li{ list-style-type: upper-roman;}


.hlgo_2_rule_article table{ border:1px solid #333; }
.hlgo_2_rule_article th{ border:1px solid #333; font-weight: 700; text-align: center; }
.hlgo_2_rule_article td{ border:1px solid #333; padding: 0 10px; }

.coin-spin{margin-top: -6px;}


.my-managemant{

background-color: #e1e7f0;
}

.my-vendor-links a{margin-bottom:5px; margin-right:2px;}

.my-card{box-shadow: 0 1px 2px rgba(56,65,74,.15); border-radius: 0.25rem; background: #fff; margin:0px 0 25px 0; border-top:2px solid #333; }

.my-vertical-line_none{border-left:2px solid #333; padding-left: 20px; margin-left: 5px;}

.btn-lighten{background: url('../img/lighten.svg') no-repeat #111; background-size: auto 100%; background-position: right;}



.warning_nopass_sup{ top:-10px; }
.warning_nopass_sup img{width:14px; height:14px;}

@media screen and (max-width:768px){
.warning_nopass_sup{ top:-6px; right:-6px; position: absolute;}




        }



.text-gradient{
  background: -webkit-linear-gradient(rgba(75, 177, 66, 1), rgba(58, 152, 213, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}



    .nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link { background-color:#513cce;  }
    .nav-pills .nav-link:hover{color:#fff; opacity:1;background-color:#513cce;}
</pre></body></html>