@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;color: #333;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.9;}
iframe{width: 100%;}

body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
.alter,.ttl h2{
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#header {
    height: 70px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo{
    margin: 0;
}
.logo img {
    width: 170px;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 35px;
    transition: all .3s;
    font-weight: bold;
}
nav ul li a:hover{
    opacity: 1;
    color: #000;
}
nav ul li.tell a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-tell.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-right: 5px;
}
nav ul li li a{
	padding:10px 35px;
}

/* nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
} */
nav li.has-child ul{
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
    color: #fff;
    border-left: none;
}

nav li.has-child ul li:last-child > a{
 border-bottom:none;
 }


@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 9999;
}
#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 95%;
    height: 90vh;
    background: #fff;
    transition: all 0.6s;
    right: 0;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}
nav li.has-child ul {
    padding: 0 0 0 60px !important;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    padding: 90px 0 0;
    margin: 0;
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}

nav li.has-child ul,
nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;
	opacity:1;
	/* display: none; */
	/* transition:none; */
    display: block;
}
/* nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
} */
nav li.has-child ul li a {
    color: #000;
    font-weight: 500;
    padding: 5px 0;
}
nav ul li a::before {
    content: "";
    background-image: url(../img/ico-link2.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
nav ul li ul li a::before {
    background-image: url(../img/ico-link.png);
}



.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #1b1978;
  	width: 45%;
  }

.openbtn::before {
    content: "close";
    color: #1b1978;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
}
}

#mainvisual {
    margin-top: 70px;
    position: relative;
}
.slider {
    padding: 0;
    margin: 0;
    position:relative;
	z-index: 1;
}
.slider-item {
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: 70%;
}
.slider, .slider-item, .slider-item img {
    height: auto;
}

.blend-box {
    position: relative;
}
.blend, .blend2 {
    width: 230px;
    height: 260px;
    top: 144px;
    transform: skewX(-10deg);
    border-radius: 30px 0 20px 0;
    z-index: 10;
    position: absolute;
    background: #f16e24;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.blend {
  mix-blend-mode: hard-light;
}
.blend2{
    mix-blend-mode: lighten;
}
#copybox {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
#copybox p.open {
    color: #003087;
    font-size: 45px;
}
#copybox p.open span {
    display: block;
    line-height: 0.9;
}
#copybox p.open span:nth-of-type(2) {
    color: #fff;
    font-size: 85px;
}
#copybox p.open span:nth-of-type(3) {
    font-size: 85px;
    line-height: 0.7;
}
p.copy span {
    color: #003087;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
p.copy span::after {
    content: "";
    display: block;
    width: 107%;
    height: 28px;
    background: #fff;
    position: absolute;
    left: -9px;
    top: -2px;
    z-index: -1;
    transform: skewX(-10deg);
    border-radius: 0 0 10px 0;
}
p.copy {
    margin: 0 auto;
    line-height: 1.3;
    width: fit-content;
    position: absolute;
    left: 16%;
    top: 106%;
}
@media screen and (min-width:390px) {
    p.copy {
        left: 17.5%;
        top: 102%;
    }
}
@media screen and (min-width:400px) {
    p.copy {
        left: 18%;
    }
}
@media screen and (min-width:410px) {
    p.copy {
    left: 19%;
    top: 106%;
}
/* .slider, .slider-item, .slider-item img {
    height: 70vh;
} */
@media screen and (min-width: 420px) {
    p.copy {
        top: 105%;
    }
}
}
.circle-banner {
  position: absolute;
  bottom: 20px;
  right: 100px;
  z-index: 1;
  background-color: #FFF13D;
  color: #003087;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #fff;
  animation: float 1.8s ease-in-out infinite alternate-reverse;
  transition: background-color 0.5s;
}

.circle-banner:hover {
  background-color: #003087;
  color: #fff;
  opacity: 1;
}

.circle-banner span {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.6;
}

.circle-banner .date {
  margin-top: 10px;
}

.circle-banner .highlight {
  font-size: 22px;
}

.circle-banner .arrow-icon {
  width: 27px;
  height: 27px;
  margin-top: 10px;
}

.circle-banner:hover .arrow-icon {
  content: url(../img/ico-link2-white.png);
}

@keyframes float {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

@media screen and (max-width:760px) {
.circle-banner {
  right: 20px;
  font-size: 14px;
  width: 130px;
  height: 130px;
}
.circle-banner .highlight {
  font-size: 18px;
}
}

.scrool {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    width: 60px;
    margin: 0 auto;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


/* .slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
} */
/* .slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
} */
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -70px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button {
    background: #003087;
}
ul.flowting {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
}
ul.flowting li {
    /* width: 33.3333%; 公開後治す*/
    width: 100%;
    list-style-type: none;
}
ul.flowting li a {
    background: #003087;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 25px 25px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.flowting li a span {
    font-size: 20px;
    letter-spacing: 2px;
}
ul.flowting li a::before {
    content: "";
    background-image: url(../img/ico-tell2.png);
    display: block;
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px;
}
ul.flowting li a.f-time::before {
    background-image: url(../img/ico-time.png);
    width: 22px;
    height: 22px;
}
ul.flowting li a.f-res::before {
    background-image: url(../img/ico-reserve.png);
    width: 20px;
    height: 20px;
}
section {
    padding: 4rem 0;
}
.ttl {
    text-align: center;
    margin-bottom: 2rem;
}
.ttl h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    color: #003087;
}
/* .ttl h2 span {
    color: #f16e24;
} */
.ttl small {
    font-weight: bold;
    color: #333;
    display: block;
}
#info {
    background: #e3f6f8;
    position: relative;
}
#info .container {
    z-index: 1;
    position: relative;
    padding: 0;
}
#info .container .row{
    margin: 0;
}
#info::before {
    content: "";
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
@media screen and (max-width:760px) {
    #info .col-lg-8 {
        padding: 0;
        padding-right: 2rem;
    }
}
ul.info-list {
    padding: 0;
    margin: 0;
}
ul.info-list li{
    list-style-type: none;
}
ul.info-list li + li{
    margin-top: 1.5rem;
}
ul.info-list li p {
    color: #fff;
    background: #003087;
    width: fit-content;
    padding: 3px 15px;
    line-height: 1;
    border-radius: 40px;
    letter-spacing: 1px;
    margin-left: 1rem;
}
ul.info-list li a {
    color: #333;
    text-decoration: none;
}
ul.info-list li a:hover {
    opacity: 1;
    color: #003087;
}
ul.info-list li a h3 {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px 30px 5px 45px;
    border-radius: 0 30px 30px 0;
    position: relative;
    transition: 0.5s;
}
ul.info-list li a:hover h3 {
    opacity: 1;
    background: #fff13f;
    transition: 0.5s;
}
ul.info-list li a h3::after,a.info-btn::after,p.serv-link::before,ul.kamoku-list li a::before {
    content: "";
    background-image: url(../img/ico-link2.png);
    display: block;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    transition: 0.5s;
}
ul.info-list li a:hover h3::after, a.info-btn:hover::after, #service .col-6:hover p.serv-link::before, ul.kamoku-list li a:hover::before{
    right: -4px;
    transition: 0.5s;
}
ul.kamoku-list li a:hover::before{
    background-image: url(../img/ico-link.png);
}
a.info-btn {
    color: #333;
    text-decoration: none;
    display: block;
    margin-left: auto;
    width: fit-content;
    border: 1px solid;
    border-radius: 50px;
    padding: 2px 35px 2px 20px;
    margin-top: 3rem;
    position: relative;
}
a.info-btn:hover {
    background: #fff13f;
}
a.info-btn::after {
    top: 1px;
}
#consept .col-lg-6 {
    padding-top: 4rem;
}
#consept .col-lg-6 p,.msg p{
    margin: 0;
    line-height: 2;
}
#features {
    background-image: url(../img/bg-features-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#features .ttl h2,#features .ttl small{
    color: #fff;
}
#features .col-md-6 {
    padding: 0 2rem;
}
#features .col-md-6 a {
    color: #fff;
    text-decoration: none;
}
#features .col-md-6 figure {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/features1.png);
    width: 303px;
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s;
}
#features .col-md-6:nth-of-type(2) figure {
    background-image: url(../img/features2.png);

}
#features .col-md-6:nth-of-type(3) figure {
    background-image: url(../img/features3.png);

}
#features .col-md-6:nth-of-type(4) figure {
    background-image: url(../img/features4.png);

}
#features .col-md-6:nth-of-type(5) figure {
    background-image: url(../img/features5.png);

}
#features .col-md-6:nth-of-type(6) figure {
    background-image: url(../img/features6.png);

}
#features .col-md-6 a:hover figure{
    background-image: url(../img/features1-hv.png);
    transition: 0.5s;
}
#features .col-md-6:nth-of-type(2) a:hover figure{
    background-image: url(../img/features2-hv.png);
}
#features .col-md-6:nth-of-type(3) a:hover figure{
    background-image: url(../img/features3-hv.png);
}
#features .col-md-6:nth-of-type(4) a:hover figure{
    background-image: url(../img/features4-hv.png);
}
#features .col-md-6:nth-of-type(5) a:hover figure{
    background-image: url(../img/features5-hv.png);
}
#features .col-md-6:nth-of-type(6) a:hover figure{
    background-image: url(../img/features6-hv.png);
}

span.abs {
    position: absolute;
    top: -22px;
    right: -20px;
    display: flex;
    letter-spacing: 3px;
}
span.abs span {
    color: #fff13f;
    font-size: 37px;
    margin-left: 10px;
    margin-top: -5px;
    letter-spacing: 2px;
}
#features .col-md-6 h3 {
    text-align: center;
    margin: 2rem 0;
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
}
#features .col-md-6 p{
    margin: 0;
}
#features .col-md-6:not(:first-child){
    margin-top: 3rem;
}
#message .container {
    padding: 6rem 2rem 0;
    position: relative;
}
.namebox {
    background: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 20px;
    position: absolute;
    width: 320px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0.3px solid #003087;
}
.namebox p{
    margin: 0;
}
p.name {
    font-size: 19px;
    margin: 0;
}
p.name small {
    color: #003087;
    font-size: 12px;
    margin-left: 15px;
}
#message .kaneko ,#message .sasaki{
    position: relative;
}
#message .kaneko {
    margin-top: 5rem;
}
#service {
    background: #e3f6f8;
    padding-bottom: 0;
}
#service h3 {
    text-align: center;
    background: #fff;
    color: #003087;
    padding: 12px 70px;
    border-radius: 60px;
    width: fit-content;
    margin: 2rem auto 3rem;
}
#service h3::after {
    content: "";
    background-image: url(../img/ico-search.png);
    display: inline-block;
    width: 21px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
    vertical-align: top;
}
#service .row {
    gap: 10px;
}
#service .col-6 {
    /* box-shadow: inset 0 0 8px 0px rgba(8, 173, 255, 0.3); */
    width: 48.5%;
    background-color:#d0eff3;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    color: #333;
    text-decoration: none;
}
#service .col-6:hover {
    transition: 0.5s;
    opacity: 1;
    background-color: #fff13f;
}
#service .col-6 h4 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    height: 40px;
}
#service .col-6 figure img {
    object-fit: contain;
    width: 80px;
    height: 50px;
    margin: 1rem 0;
}
p.serv-link {
    display: block;
    background: #fff;
    color: #003087;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    /* padding-left: 20px; */
    margin: 0;
}
#service .col-6:last-child p.serv-link {
    padding-left: 15px;
}
p.serv-link::before {
    background-image: url(../img/ico-link3.png);
    right: auto;
    left: 5px;
    width: 22px;
    height: 22px;
    top: 6px;
}
#service .row.kamoku {
    background: #fff;
    margin-top: 4rem;
    border-radius: 20px 20px 0 0;
    padding: 2rem 0 3rem;
}
#service .row.kamoku h3{
    border: 1px solid;
}
ul.kamoku-list {
    padding: 0;
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
}

ul.kamoku-list li {
    list-style-type: none;
    width: 48.5%;
}

ul.kamoku-list li a {
    background-color:#d0eff3;
    display: block;
    color: #003087!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 70px;
    position: relative;
    top: 0;
}
ul.kamoku-list li a:hover{
    transition: 0.5s;
    opacity: 1;
    top: -3px;
    background-color:#fff13f;
}
ul.kamoku-list li a::before {
    right: auto;
    left: 8px;
    top: 11px;
    width: 22px;
    height: 22px;
}
#service .col-6:hover p.serv-link::before, ul.kamoku-list li a:hover::before{
    left: 12px;
    transition: 0.5s;
}
.col-lg-6.map {
    padding: 0;
    padding-bottom: 4rem;
}
.col-lg-6.map iframe {
    height: 270px;
}
#access .col-lg-6.order-2.order-lg-1 {
    text-align: center;
}
#access .logo img {
    width: 260px;
    margin-left: -2rem;
}
#access a.alter.tell {
    font-size: 35px;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    margin: 1rem auto 0;
    position: relative;
    width: fit-content;
    padding-left: 35px;
}
#access a.alter.tell small {
    font-size: 16px;
    display: block;
    margin-left: -15px;
}
#access a.alter.tell small span.nu {
    font-size: 22px;
}
#access a.alter.tell span::before {
    content: "";
    background-image: url(../img/ico-tell3.png);
    width: 30px;
    height: 31px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
#access a.alter.tell span.nu::before {
    display: none;
}
.schedule {
    width: 100%;
    text-align: center;
    margin: 4rem 0 0 0;
}

.schedule th,
.schedule td {
  border-bottom: 1px solid #333;
  padding: 0.8em 0.5em;
}
.schedule thead th {
    background-color: #f5f5f5;
    font-weight: bold;
    border-top: none;
    border-bottom: 1px solid #333;
    font-size: 15px;
}
.schedule tbody th {
    text-align: left;
    font-size: 20px;
    white-space: nowrap;
}
.schedule .note {
    display: block;
    font-size: 10px;
    text-align: center;
}
.attention {
    font-size: 10px;
    margin: 3px 0 0 0;
}
ul.bn-list {
    padding: 0;
    margin: 0;
}
ul.bn-list li {
    list-style-type: none;
}
ul.bn-list li a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
#footer {
    background: #003087;
    color: #fff;
    padding: 2rem 1rem 4rem;
    border-top: 5px solid #fff13f;
}
#footer .col-lg-7 {
    display: flex;
    padding-left: 0;
}
#footer .col-lg-7 ul{
    margin: 0;
}
#footer .col-lg-7 ul li {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.8;
    font-weight: bold;
}
#footer .col-lg-7 ul li ul li {
    font-weight: 500;
}
#footer .col-lg-7 ul li a{
    text-decoration: none;
    color: #fff;
}
#footer .col-lg-7 ul li ul li {
    list-style-type: none;
}
#footer .col-lg-7 ul li ul {
    padding: 0;
}
ul.sns-list {
    display: flex;
    margin: 5rem 0 3rem;
    justify-content: center;
    position: relative;
    padding: 0;
}
ul.sns-list li {
    list-style-type: none;
}
ul.sns-list li.flm {
    position: absolute;
    top: -40px;
    font-size: 23px;
}
ul.sns-list li a {
    display: block;
    padding: 0 10px;
}
#footer p.d-block.d-lg-none {
    text-align: center;
    font-size: 13px;
}
#footer p.d-none.d-lg-block {
    font-size: 14px;
}
#page-top a{
	width: 60px;
	height: 60px;
	transition:all 0.3s;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page-top a {
    width: 50px;
    height: 50px;
    display: block;
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@media screen and (max-width:760px) {
    #page-top {
    bottom: 50px!important;

    }
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.op-none{
    opacity: 0;
}
@media screen and (min-width:760px) {
#mainvisual {
    margin-bottom: 5rem;
}
.slider, .slider-item, .slider-item img {
    /* height: 35vh; */
    border-radius: 25px;
    width: 98%;
    margin: 0 auto;
}
#copybox p.open span {
    display: inline-block;
    font-size: 60px !important;
}
#copybox {
    top: 40%;
}
p.copy span:nth-of-type(1)::after {
    border-radius: 10px 0 10px 0;
}
.blend, .blend2 {
    width: 430px;
    height: 95px;
    top: 36%;
}
p.copy {
    left: 0;
    right: 0;
    top: 70px;
}
p.copy span {
    font-size: 20px;
}
.slick-dots {
    margin: -50px 0 0 0;
}
#features .col-md-6:not(:first-child) {
    margin-top: 0;
}
#features .col-md-6{
    margin-bottom: 4rem;
}
.namebox {
    top: -95px;
}
#service .col-6 h4 {
    font-size: 15px;
    height: 45px;
}
p.serv-link {
    font-size: 15px;
}
p.serv-link::before {
    top: 8px;
}
#service .col-6 {
    width: 49.2%;
}
.col-lg-6.map iframe {
    border-radius: 20px;
}
.schedule thead th:nth-of-type(1) {
    width: 18%;
}
.schedule th, .schedule td {
    padding: 0.5em 0.5em;
}
.schedule tbody th {
    font-size: 25px;
}
.schedule .note {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}
.attention {
    font-size: 16px;
    margin: 5px 0 0 0;
}
ul.bn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
ul.bn-list li {
    width: 31%;
}
ul.bn-list li a {
    margin: 0;
}
#footer .col-lg-7 {
    justify-content: center;
}

}
@media screen and (min-width:992px) {
#consept{
    position: relative;
}
#consept::after {
    content: "";
    background-image: url(../img/consept.jpg);
    width: 590px;
    height: 400px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 155px;
    right: 0;
    border-radius: 30px 0 0 30px;
    z-index: -1;
}

#consept .col-lg-6 {
    background: #fff;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 30px;
}
}

@media screen and (min-width:1200px) {
#header {
    align-items: center;
}
nav ul {
    padding: 0;
    margin: 0;
    align-items: center;
}
nav ul li a {
    color: #000;
    padding: 3px 17px;
    font-weight: bold;
    /* border-left: 1px solid #000;公開後治す */
    font-size: 15px;
}
nav ul li.res a,nav ul li.tell a {
    color: #003087;
}
nav ul li.tell a {
    font-size: 24px;
    border: none;
    padding-left: 0;
    padding: 0;
    font-weight: 500;
}
nav ul li:nth-of-type(4) a {
    padding-right: 25px;
}
nav li.has-child ul{
    width: 160px;
}
nav li.has-child ul li a {
    padding: 10px 10px;
    font-size: 16px;
}
nav ul li:last-child a::after{
    display: none;
}
nav ul li a:hover {
    background: #003087;
    color: #fff;
    border-radius: 5px;
}
nav ul li:nth-of-type(8) a:hover{
    background: transparent;
    color: #003087;
}
/* .slider, .slider-item, .slider-item img {
    height: 70vh;
} */

nav li.has-child ul {
    top: 30px;
    z-index: 4;
    background: #fff;
    padding: 5px 5px 0;
    border-radius: 0 0 5px 5px;
    width: 130px;
    text-align: center;
}
nav li.has-child ul li a {
    color: #000;
    border-left: none;
    background: #eeefef;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
nav ul li.tell a::before {
    width: 28.5px;
    height: 28.5px;
}
nav li.has-child ul li a:hover{
    background: #fff13f;
    opacity: 1;
}
/* ul.flowting li:nth-of-type(1), ul.flowting li:nth-of-type(2) {
    display: none;　公開後治す
} */
ul.flowting {
    bottom: 27%;
    right: 0;
    width: 60px;
    display: block;
    background: #003087;
    padding: 10px 0;
    border-radius: 20px 0 0 20px;
}
ul.flowting li a.f-insta::before ,ul.flowting li a.f-x::before {
    display: none;
}
ul.flowting li {
    width: 100%;
}
ul.flowting li a {
    display: block;
    border-radius: 0;
    padding: 10px;
    background: transparent;
}
ul.flowting li a.f-res::before {
    margin: 0 auto;
}
#copybox p.open span {
    font-size: 90px !important;
}
.blend, .blend2 {
    width: 650px;
    height: 115px;
    transform: skewX(-15deg);
}
p.copy span {
    font-size: 27px;
}
p.copy {
    top: 85px;
    line-height: 1.2;
}
p.copy span::after {
    height: 40px;
    width: 110%;
    left: -14px;
    transform: skewX(-15deg);
}
section {
    padding: 6rem 0;
}
.container {
    max-width: 1100px;
}
#mainvisual {
    margin-bottom: 6rem;
}
.ttl h2 {
    font-size: 55px;
    text-align: left;
}
.ttl small {
    font-size: 18px;
    text-align: left;
    padding-left: 2rem;
}
#info {
    position: relative;
    border-radius: 0 20px 20px 0;
    background: transparent;
}
#info .ttl h2{
    width: fit-content;
    padding: 0 10px;
}
/* #info .container .row {
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
} */
#info::after {
    content: "";
    display: block;
    width: 70px;
    height: 100%;
    background: #e3f6f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 95%;
    border-radius: 0 20px 20px 0;
}
#info::before {
    width: 210px;
    border-radius: 0;
    background-color: #fff;
}
#info .col-lg-8 {
    padding-right: 4rem;
}
ul.info-list li,#consept{
    position: relative;
}
ul.info-list li p {
    position: absolute;
    z-index: 1;
    left: 0;
    margin: 0;
    padding: 6px 15px;
}
ul.info-list li a h3 {
    font-size: 16px;
    padding: 5px 30px 5px 120px;
    border-radius: 30px;
}
#consept .ttl {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 .75rem;
}
#consept {
    z-index: 2;
    padding-bottom: 0;
}
#consept::after {
    width: 780px;
    height: 570px;
    top: 125px;
    right: 0;
}
#consept .col-lg-6 {
    padding: 2rem 2rem 2rem 3rem;
}

#features {
    background-image: url(../img/consept2.png);
    padding: 14rem 0 8rem;
    background-size: cover;
}
#features .col-md-6:nth-of-type(4), #features .col-md-6:nth-of-type(5), #features .col-md-6:nth-of-type(6) {
    margin-bottom: 0;
}
#message {
    position: relative;
    padding-bottom: 12rem;
}
#message .kaneko::after,#message .sasaki::after {
    content: "";
    background-image: url(../img/hospitaldirector.jpg);
    display: block;
    width: 730px;
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 265px;
    z-index: -1;
    border-radius: 0 30px 30px 0;
}
#message .sasaki::after {
    background-image: url(../img/hospitaldirector-sasaki.jpg);
    border-radius: 30px 0 0 30px;
    right: 265px;
    left: auto;
}
#message .ttl {
    max-width: 1080px;
    margin: 0 auto 2rem;
}
#message .container {
    padding: 2rem 2rem 0;
}
.namebox {
    top: 70px;
    left: auto;
    width: 250px;
    text-align: left;
    padding: 2rem;
    border: none;
}
.msg {
    background: #fff;
    padding: 1rem;
    width: 405px;
    border-radius: 30px;
}
.sasaki .namebox {
    left: 0;
    right: auto;
    width: 310px;
}
.sasaki .msg {
    margin-left: auto;
}
.sasaki .ttl h2 {
    text-align: right;
}
.sasaki .ttl small {
    text-align: right;
    padding-left: 0;
    padding-right: 2rem;
}
p.name {
    font-size: 22px;
}
p.name small {
    margin-left: 15px;
    text-align: right;
    display: block;
    margin: 0;
    font-size: 15px;
}
#service {
    background: transparent;
    position: relative;
    padding-top: 0;
}
#service .container {
    background: #e3f6f8;
    border-radius: 30px;
    padding: 2rem 2rem 0;
}
#service .ttl {
    margin-top: -60px;
    margin-left: -.75rem;
}
#service .row {
    gap: 20px;
}
#service .col-6 {
    width: 23.5%;
}
#service .col-6 figure img {
    width: 120px;
    height: 80px;
    margin: 2rem 0;
}
ul.kamoku-list {
    gap: 30px;
}
ul.kamoku-list li {
    width: 31.3%;
}
#service .row.kamoku {
    padding: 2rem 0 6rem;
}
.schedule {
    margin-top: 2rem;
}
.col-lg-6.map{
    padding-bottom: 0;
}
.col-lg-6.map iframe {
    height: 420px;
}
ul.sns-list {
    margin: 0;
    justify-content: flex-start;
}
ul.sns-list li.flm {
    top: 0;
    font-size: 21px;
    left: 160px;
}
#footer{
    padding: 4rem 0;
}
}
@media screen and (min-width:1300px) {
nav ul li a {
    padding: 5px 20px;
    font-size: 16px;
}
/* .slider, .slider-item, .slider-item img {
    height: 85vh;
} */
ul.flowting {
    bottom: 32%;
}
#message .kaneko::after{
    left: 25%;
}
#message .sasaki::after{
    right: 25%;
}
#access .logo img {
    width: 290px;
}
}

@media screen and (min-width:1400px) {
#header {
    height: 80px;
}
#mainvisual {
    margin-top: 80px;
    margin-bottom: 8rem;
}
.logo img {
    width: 210px;
}
nav ul li a {
    padding: 5px 28px;
}
nav ul li.res a {
    font-size: 18px;
}
nav ul li.tell a {
    font-size: 34px;
    line-height: 1;
}
nav ul li.tell a::before {
    width: 37px;
    height: 37px;
}
nav li.has-child ul {
    top: 35px;
    left: -3px;
}
#copybox p.open span {
    font-size: 100px !important;
}
.blend, .blend2 {
    width: 715px;
    height: 135px;
}
    p.copy {
    top: 95px;
}
p.copy span::after{
    top: -4px;
}
ul.flowting {
    width: 80px;
    border-radius: 30px 0 0 30px;
    padding: 15px 0;
}
ul.flowting li a span {
    font-size: 26px;
}
ul.flowting li a {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
}
ul.flowting li a.f-res::before {
    width: 33px;
    height: 32px;
}
.scrool {
    width: 75px;
    bottom: -65px;
}
.container{
    max-width: 1200px;
}
#consept .ttl {
    max-width: 1200px;
    margin: 0 auto 2rem;
}
.ttl h2 {
    font-size: 70px;
}
ul.info-list {
    margin-top: 15px;
}
#info::before {
    width: 290px;
}
ul.info-list li p {
    padding: 6px 30px;
}
    ul.info-list li a h3 {
    padding: 5px 30px 5px 160px;
}
#consept .col-lg-6 {
    padding: 3rem 2rem 3rem 2rem;
    padding-left: 45px;
}
#consept::after {
    width: 1030px;
    height: 670px;
    top: 111px;
}
#features {
    padding: 14rem 0 6rem;
    background-size: cover;
    background-position: right;
}
#features .row {
    max-width: 1100px;
    padding-left: 15px;
}
#features .ttl {
    margin-bottom: 4rem;
}
#features .col-md-6 {
    margin-bottom: 6rem;
}
#message .kaneko::after {
    left: 30%;
    width: 780px;
    height: 500px;
}
#message .sasaki::after{
    right: 30%;
    width: 780px;
    height: 500px;
}
.msg {
    padding: 2rem;
    padding-left: 2.75rem;
}
#message .ttl {
    max-width: 1200px;
    padding: 0 0.75rem;
}
#message .container {
    padding: 2rem 0rem 0;
}
.namebox {
    top: 110px;
}
p.name {
    margin-top: 10px;
}
#service h3 {
    font-size: 23px;
}
#service .container {
    max-width: 1300px;
}
#service .ttl {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    padding: 0 0.75rem;
}
#service .row {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 24px;
}
#service .col-6 h4 {
    font-size: 17px;
    height: 50px;
}
p.serv-link {
    font-size: 17px;
}
p.serv-link::before, ul.kamoku-list li a::before {
    width: 25px;
    height: 25px;
}
ul.kamoku-list {
    width: 85%;
}
ul.kamoku-list li a {
    font-size: 18px;
}
.col-lg-6.map {
    padding-left: 2rem;
}
.schedule tbody th {
    font-size: 28px;
}
#access {
    padding: 8rem 0;
}
#access .logo img {
    width: 330px;
}
#access a.alter.tell {
    font-size: 45px;
    padding-left: 50px;
}
#access a.alter.tell small {
    font-size: 18px;
    margin-left: -20px;
}
#access a.alter.tell small span.nu {
    font-size: 26px;
    padding-left: 10px;
}
#access a.alter.tell::before {
    top: 9px;
}
#footer {
    padding: 5rem 0;
}
#footer .col-lg-7 ul li ul {
    display: flex;
    flex-wrap: wrap;
}
#footer .col-lg-7 {
    justify-content: space-around;
}
#footer .col-lg-7 .d-md-flex ul:nth-of-type(1) {
    margin-right: 2rem;
}
#footer .col-lg-7 ul li ul li {
    width: 50%;
}
#footer .col-lg-7 .d-md-flex + ul {
    width: 340px;
}
#footer .col-lg-7 ul li {
    font-size: 16px;
}
#footer .col-lg-7 .d-md-flex + ul {
    width: 305px;
}
#page-top a {
    width: 60px;
    height: 60px;
}
}

@media screen and (min-width:1600px) {
#info .container, #consept .ttl, #message .ttl, #service .ttl,.home .container {
    max-width: 1250px;
}
nav ul li a {
    font-size: 18px;
}
#header {
    padding: 10px 40px;
}
nav ul li.res a {
    font-size: 20px;
}
nav ul li.tell a {
    font-size: 35px;
}
nav ul li.tell a::before {
    width: 40px;
    height: 40px;
}
#info::after{
    width: 90%;
}
#info::before {
    width: 23.5%;
}
#copybox p.open span {
    font-size: 120px !important;
}
.blend, .blend2 {
    width: 840px;
    height: 170px;
}
#info .col-lg-8{
    padding: 0;
    padding-left: 3rem;
}
p.copy {
    top: 125px;
}
ul.flowting li a{
    font-size: 20px;
}
ul.flowting li a span {
    font-size: 25px;
}
ul.flowting li a.f-res::before {
    width: 25px;
    height: 25px;
}
#service .container {
    max-width: 1400px;
}

}
@media screen and (min-width:1900px) {
nav ul li a {
    padding: 5px 40px;
}
nav ul li:nth-of-type(4) a {
    padding-right: 40px;
}
nav li.has-child ul{
    width: 160px;
}
.ttl h2 {
    font-size: 82px;
}
.ttl small {
    font-size: 23px;
    line-height: 1;
}
#info::before {
    width: 28.5%;
}
#consept::after {
    width: 1240px;
    height: 730px;
}
#features {
    padding: 20rem 0 10rem;
}
span.abs span {
    font-size: 46px;
    margin-top: -10px;
}
span.abs {
    top: -24px;
    right: -27px;
}
#features .row {
    max-width: 1200px;
}
#features .ttl {
        margin-bottom: 6rem;
    }
#consept .col-lg-6 p, .msg p {
    font-size: 18px;
}
#message .kaneko::after {
    left: 36%;
    width: 860px;
    height: 560px;
}
#message .sasaki::after{
    right: 36%;
    width: 860px;
    height: 560px;
}
.namebox {
    width: 260px;
    right: -115px;
}
.namebox p {
    font-size: 17px;
}
p.name {
    font-size: 27px;
    margin: 1rem 0 0;
}
#service .container {
    max-width: 1500px;
}
#service .ttl {
    margin-top: -77px;
}
#service .col-6 h4 {
    font-size: 18px;
    height: 55px;
}
p.serv-link {
    font-size: 18px;
}
ul.kamoku-list li a {
        font-size: 20px;
}
#access a.alter.tell {
    font-size: 57px;
    padding-left: 75px;
}
#access a.alter.tell::before {
    left: -47px;
    top: 13px;
}
.col-lg-6.map {
    padding-left: 3rem;
}
.col-lg-6.map iframe {
    height: 505px;
}
#access .logo img {
    width: 425px;
}
#access a.alter.tell::before {
    left: 100px;
    top: 12px;
    width: 40px;
    height: 40px;
}
#access a.alter.tell small span.nu {
    font-size: 29px;
}
#access a.alter.tell small {
    margin-left: -60px;
}
}

.js-fadeUp {
    opacity: 0; 
    transform: translateY(30px); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeUp.is-inview {
opacity: 1;
transform: translateY(0); 
transition-delay: .5s;
}
.js-fadeUp2 {
    opacity: 0; 
    transition: opacity .8s; 
}
.js-fadeUp2.is-inview {
opacity: 1;
transition-delay: .5s;
}

/* page */
/* 当院について */
.bread a {
    color: #000;
    text-decoration: none;
}
#page_header {
    padding: 4rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 98%;
    margin: 70px auto 10px;
    border-radius: 15px;
}
h1.page-title {
    position: absolute;
    margin: 0;
    top: 52px;
    left: 0;
    right: 0;
    text-align: center;
    color: #003087;
    font-weight: 500;
    z-index: 3;
    font-size: 25px;
    letter-spacing: 5px;
}
#page_header::after {
    content: "";
    display: inline-block;
    background: white;
    color: #003366;
    padding: 2rem 0em;
    clip-path: polygon(10% 0%, 90% 0%, 96% 50%, 90% 100%, 10% 100%, 4% 50%);
    text-align: center;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 290px;
    z-index: 1;
}
#page-content section {
    padding: 2rem 0;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
#introduction figure img {
    border-radius: 25px;
    width: 100%;
}
#introduction h3 {
    color: #003087;
    font-weight: bold;
    font-size: 20px;
    margin: 1rem 0;
}
#outline {
    background-image: url(../img/bg-outline.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    background: transparent;
    border: none;
    padding: 20px 10px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
th.letter {
    letter-spacing: 7px;
}
#outline table th {
    padding-left: 0;
}
@media screen and (min-width:1200px) {
body:not(.home) .ttl {
    margin-left: -2rem;
}
#page-content section {
    padding: 4rem 0;
}
.wp-block-group__inner-container {
    max-width: 1100px;
    margin: 0 auto;
}
#page_header {
    padding: 7rem 0;
    border-radius: 25px;
}
h1.page-title {
    font-size: 33px;
    top: 90px;
}
#page_header::after {
    top: 77px;
    width: 400px;
}
#outline {
    position: relative;
    background-image: none;
    padding: 8rem 0 !important;
}
#outline::after {
    content: "";
    background-image: url(../img/bg-outline.png);
    width: 100%;
    height: 75%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 3rem;
    z-index: -1;
    border-radius: 0 30px 30px 0;
}
#outline .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr {
    border-top: none;
}
#outline .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:last-child {
    border: none;
}
th.letter {
    letter-spacing: 8px;
}
#outline .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    width: 15% !important;
}
}
@media screen and (min-width:1400px) {
#page_header {
    padding: 9rem 0;
    border-radius: 30px;
    margin: 80px auto 10px;
    background-size: cover;
}
h1.page-title {
    top: 117px;
}
#page_header::after {
    top: 96px;
    padding: 2.5rem 0;
}
.wp-block-group__inner-container{
    max-width: 1200px;
}
#page-content section {
    padding: 6rem 0;
}
#philosophy p {
    line-height: 2;
    margin: 3rem 0 1rem;
}
#introduction h3 {
    margin: 2rem 0;
}
#introduction p {
    margin: 0;
}
/* .wp-block-columns + .wp-block-columns {
    margin-top: 4rem;
} */
#outline .wp-block-group__inner-container {
    padding: 2rem 8rem 2rem 0;
    max-width: 1165px;
}
#outline {
    padding: 12rem 0 0 !important;
}
#outline::after {
    height: 80%;
    top: 8rem;
    background-size: contain;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem;
    font-size: 17px;
}
#introduction .wp-block-image figure {
    margin: 0;
    width: 100%;
}
#introduction .wp-block-columns {
    gap: 0 50px;
}
}

@media screen and  (min-width:1600px) {
#page_header {
    padding: 12rem 0;
    border-radius: 35px;
}
h1.page-title {
    top: 160px;
}
#page_header::after {
    top: 140px;
}
.bread .container ,.wp-block-group__inner-container {
    max-width: 1300px;
}
#philosophy p {
    font-size: 18px;
}
#introduction .wp-block-columns {
    gap: 0 65px;
}
#outline::after {
    height: 80%;
    top: 8rem;
    background-size: cover;
    width: 85%;
}
#outline {
    padding: 12rem 0 2rem !important;
}
#outline .wp-block-group__inner-container {
    max-width: 1265px;
}
}

/* はじめての方 */
.begin-table {
    margin-top: 2rem;
}
.begin-table ul {
    margin: 0;
    line-height: 1.8;
    padding-left: 20px;
}
.begin-table span.tell,.begin-table span.web {
    color: #003087;
    font-weight: bold;
    font-size: 18px;
}
.begin-table span.tell span, .begin-table span.web span {
    font-size: 22px;
    vertical-align: middle;
    letter-spacing: 1px;
}
.begin-table span.tell::before, .begin-table span.web::before {
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.begin-table span.web::before {
    background-image: url(../img/ico-check2.png);
}
#process {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 15px;
}
#process :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
#process h3 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#process h3 span {
    background: #003087;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff13f;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-weight: 400;
    margin-right: 10px;
}
.begin-table tr td:nth-of-type(2) {
    padding-left: 20px !important;
}
@media screen and (min-width:1200px) {
.begin-table {
    margin-top: 4rem;
}
.begin-table th, .begin-table td {
    padding: 30px 20px !important;
}
.begin-table tr td:nth-of-type(2) {
    padding-left: 35px !important;
}
.begin-table span.tell, .begin-table span.web {
    font-size: 24px;
}
.begin-table span.tell span, .begin-table span.web span {
    font-size: 30px;
}
.begin-table span.tell::before, .begin-table span.web::before {
    width: 30px;
    height: 30px;
    vertical-align: sub;
}
.begin-table span.web {
    margin-left: 4rem;
}
.begin-table ul {
    padding-left: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    width: 82%;
}
.begin-table ul li {
    width: 50%;
}
#process {
    position: relative;
    padding: 5rem 2rem;
    margin: 3rem auto 0;
    border-radius: 35px;
}
#process h3 {
    padding-left: 4rem;
}
#process h3 span {
    display: none;
}
#process::before {
    content: "";
    background-image: url(../img/prpcess.png);
    display: block;
    width: 50px;
    height: 990px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    left: 50px;
}
#process .wp-block-column p {
    padding-right: 2rem;
    margin-bottom: 0;
}
#process :where(.wp-block-columns.is-layout-flex) {
    margin-bottom: 3.5rem;
}
#process :where(.wp-block-columns.is-layout-flex):nth-of-type(2) {
    margin-bottom: 2rem
    ;}

#process :where(.wp-block-columns.is-layout-flex):nth-of-type(3) {
    margin-bottom: 4rem;
}

#process :where(.wp-block-columns.is-layout-flex):nth-of-type(4) {
    margin-bottom: 4rem;
}
.begin-table ul li {
    width: 56%;
}
.begin-table ul li:nth-of-type(1), .begin-table ul li:nth-of-type(3) {
    width: 44%;
}

}
@media screen and (min-width:1400px) {
p.fs-xl-5 {
    font-size: 17px;
}
.begin-table {
    margin-top: 5rem;
}
#process h3 {
    font-size: 23px;
    padding-left: 4.5rem;
}
#process::before {
    width: 60px;
    height: 1120px;
}
#process :where(.wp-block-columns.is-layout-flex) {
    margin-bottom: 4.5rem;
}
#process :where(.wp-block-columns.is-layout-flex):nth-of-type(2) {
    margin-bottom: -10px;
}
#process :where(.wp-block-columns.is-layout-flex):nth-of-type(3) {
    margin-bottom: 100px;
}
#process :where(.wp-block-columns.is-layout-flex):nth-of-type(4) {
    margin-bottom: 90px;
}
#process {
    margin: 5rem auto 0;
}
#process .wp-block-column p {
    font-size: 17px;
}
}
@media screen and (min-width:1600px) {
#process {
    padding: 7rem 3rem 7rem 7rem;
}
#process::before {
    top: 109px;
    left: 115px;
}
.begin-table ul li {
    width: 42%;
}
p.fs-xl-5 {
    font-size: 18px;
}
}
/* 予防歯科 */
h2.ttl2 {
    color: #003087;
    width: fit-content;
    margin: 3rem auto 1rem;
    border: 1px solid;
    padding: 10px 30px;
    border-radius: 80px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
@media screen and (min-width:1200px) {
h2.ttl2 {
    margin: 6rem auto 3rem;
    font-size: 23px;
    min-width: 270px;
    text-align: center;
    padding: 15px 30px;
}
.page-id-106 #process::before {
    width: 60px;
    height: 1080px;
    top: 72px;
    left: 50px;
}
.page-id-106 #process :where(.wp-block-columns.is-layout-flex) {
    margin-bottom: 5rem;
}
.page-id-106 #process :where(.wp-block-columns):nth-of-type(2) {
    margin-top: -10px;
    margin-bottom: 95px;
}
.page-id-106 #process :where(.wp-block-columns):nth-of-type(4) {
    margin-top: 86px;
    margin-bottom: 65px;
}
.page-id-106 #process :where(.wp-block-columns):nth-of-type(5) {
    margin-top: -33px;
}
}
@media screen and (min-width:1400px) {
.page-id-106 #process::before {
    height: 1100px;
}
.page-id-106 #process :where(.wp-block-columns):nth-of-type(2) {
    margin-bottom: 104px;
}
}
@media screen and (min-width:1600px) {
.page-id-106 #process::before {
    top: 106px;
    left: 115px;
}
}

/* スタッフ紹介 */
.director ,.others{
    background: #fff;
    padding: 0 0rem 1rem;
    border-radius: 0 0 20px 20px;
    margin-bottom: 2rem;
}
.page-id-131 #page-content img {
    border-radius: 20px;
}
.page-id-131 :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
.s-ttl {
    color: #003087;
    font-size: 20px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 10px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.s-ttl span {
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 1.5px;
}
p.s-name {
    text-align: center;
    font-size: 20px;
}
p.s-name span {
    display: block;
    font-size: 16px;
}
p.s-name small {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.director h3 {
    font-size: 20px;
    padding-left: 2rem;
    margin: 2rem 0 1rem;
}
.others {
    padding: 2rem 1rem;
    border-radius: 20px 20px 0 0;
}
.others :where(.wp-block-columns.is-layout-flex) {
    margin-bottom: 0;
}
.others figure.wp-block-flexible-table-block-table {
    margin-bottom: 3rem;
}

@media screen and (min-width:1200px) {
.director .wp-block-group__inner-container ,.others .wp-block-group__inner-container {
    max-width: 1000px;
}
.director {
    padding: 2rem 0;
}
.others {
    padding: 4rem 0;
}
.page-id-131 #page-content img {
    border-radius: 35px;
}
p.s-name span {
    font-size: 17px;
}
p.s-name {
    font-size: 27px;
    margin-bottom: 2rem;
}
.page-id-131 :where(.wp-block-columns.is-layout-flex) {
    gap: 5em;
}
.page-id-131 table tr td:nth-of-type(2) {
    padding-left: 35px;
}
.director h3 {
    font-size: 23px;
    padding-left: 3rem;
}
.wp-block-column.order-2.order-xl-1 h2.s-ttl {
    text-align: right;
}
.wp-block-column.order-2.order-xl-1 h2.s-ttl span {
    right: auto;
    left: 10px;
}
.s-ttl span {
    font-size: 24px;
    top: 8px;
    letter-spacing: 2px;
}
.others figure.wp-block-flexible-table-block-table {
    margin-bottom: 6rem;
}
}
@media screen and (min-width:1400px) {
.director {
    padding: 0 0 5rem;
    margin-bottom: 3rem;
} 
.director, .others{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.others {
    padding: 6rem 0;
}
}

/* 採用情報 */
.page-id-160 :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
.page-id-160 #page-content section.has-background {
    padding: 3rem 0;
}
.page-id-160 h2.ttl2 {
    margin-bottom: 2rem;
}
#entry a h2.ttl2 {
    background: #fff;
    transition: 0.5s;
}
#entry a {
    text-decoration: none;
    color: #003087;
}
#entry a:hover{
    opacity: 1;
}
#entry a:hover h2.ttl2 {
    color: #fff;
    transition: 0.5s;
    background: #003087;
}
@media screen and (min-width:1200px) {
.page-id-160 #page-content section.has-background {
    padding: 6rem 0;
}
.page-id-160 h2.ttl2 {
    margin-bottom: 4rem;
}
.page-id-160 table tr td:nth-of-type(2) {
    padding-left: 35px;
}
}
@media screen and (min-width:1400px) {
.page-id-160 #page-content section.has-background {
    padding: 10rem 0;
}
}
@media screen and (max-width:760px) {
    .page-id-160 h2.ttl2 + p, .page-id-160 a + p {
    font-size: 20px !important;
}
}

/* その他の診療 */
.page-id-183 #page-content {
    margin-top: 2rem;
}
h2.ot-ttl {
    color: #003087;
    background: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    margin-bottom: 2rem;
}
.page-id-183 .wp-block-column {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
}
.page-id-183 .wp-block-column h2 {
    margin-top: 0;
}
.page-id-183 .wp-block-column p {
    margin: 0;
    line-height: 2.2;
}
.page-id-183 p.fs-xl-5 {
    margin-bottom: 2rem;
}
.other-inner {
    background: #fff;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 10px;
}
.other-inner h2 {
    margin-top: 0;
}
.other-inner h3 {
    color: #003087;
    font-size: 20px;
    padding: 5px 10px;
    border-left: 10px solid;
    margin: 2rem 0 1rem;
}
.other-inner h4 {
    color: #003087;
    font-size: 18px;
    margin: 2rem 0 .5rem;
}
@media screen and (min-width:760px) {
    .other-inner {
    padding: 2rem;
}
}
@media screen and (min-width:1200px) {
h2.ot-ttl {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}
.page-id-183 p.fs-xl-5 {
    margin-bottom: 3rem;
}
.page-id-183 .wp-block-column {
    padding: 3rem;
}
.other-inner {
    padding: 4rem;
    border-radius: 20px;
}
}
@media screen and (min-width:1400px) {
.page-id-183 #page-content {
    margin-top: 4rem;
}
h2.ot-ttl,.page-id-183 p.fs-xl-5 {
    margin-bottom: 4rem;
}
.page-id-183 :where(.wp-block-columns.is-layout-flex) {
    gap: 4em;
}
}
@media screen and (min-width:1600px) {
.page-id-183 .wp-block-column {
    padding: 3rem 5rem;
    font-size: 18px;
}
}

/* information */
#archiveinfo {
    background: #e3f6f8;
    padding: 2rem 1rem 2rem 0 !important;
}
#single-post,#archiveblog {
    background: #e3f6f8;
    padding: 2rem 0 !important;
}
#archiveinfo .container {
    background: #d1eef2;
    padding: 2rem 1rem 2rem 0;
    border-radius: 0 30px 30px 0;
}
#archiveinfo ul.info-list li a h3 {
    padding-left: 1.5rem;
}
.pnavi {
    text-align: center;
    margin: 2rem auto 0;
}
.wp-pagenavi span.pages {
    display: none;
}
.pnavi .wp-pagenavi a,.pnavi .wp-pagenavi span {
    border: 1px solid #003087;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    background: #fff;
}
.pnavi .wp-pagenavi span.current {
    color: #fff;
    background: #003087;
}
@media screen and (min-width:1200px) {
#archiveinfo,#single-post,#archiveblog {
    padding: 4rem 0 !important;
}
#archiveinfo .container {
    background: #d1eef2;
    padding: 3rem;
    border-radius: 30px;
    max-width: 1000px;
}
#archiveinfo ul.info-list {
    max-width: 800px;
    margin: 0 auto;
}
#archiveinfo ul.info-list li a h3 {
    padding-left: 120px;
}
#archiveinfo ul.info-list li p {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
}
}
@media screen and (min-width:1400px) {
#archiveinfo,#single-post,#archiveblog {
    padding: 6rem 0 !important;
}
#archiveinfo .container {
    padding: 5rem 0;
    max-width: 1200px;
}
#archiveinfo ul.info-list li a h3 {
    padding-left: 160px;
}
}

/* single */
.post-inner {
    background: #fff;
    padding: 2rem;
    border-radius: 30px;
}
h2.post-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
#single-post p.times {
    background: #003087;
    color: #fff;
    width: fit-content;
    padding: 0 20px;
    line-height: 1.4;
    border-radius: 60px;
    margin: 5px 0 10px auto;
    letter-spacing: 1px;
}
#single-post img.thumbnail-img {
    width: 100%;
    margin-bottom: 2rem;
}
#single-post .post-contents h2{
    background: #003087;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 1rem;
    font-size: 20px;
    border-radius: 5px;
}
#single-post .post-contents h3 {
    color: #003087;
    font-weight: bold;
    border-bottom: 2px solid;
    margin: 2rem 0 1rem;
    padding-left: 10px;
    font-size: 18px;
}
#single-post .post-contents h4 {
    color: #003087;
    font-weight: bold;
    margin: 2rem 0 1rem;
    font-size: 16px;
    border-left: 20px solid;
    padding-left: 5px;
}
.entry-pager {
    margin-top: 4rem;
}
.back a, .next a {
    display: block;
    color: #003087;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    text-align: center;
    border-radius: 60px;
    width: 180px;
    margin: 1rem auto 0;
    position: relative;
    padding: 5px 0;
}.back a:hover, .next a:hover{
    opacity: 1;
    background: #003087;
    color: #fff;
}
.back a::before, .next a::after {
    transition: 0.5s;
    content: "";
    background-image: url(../img/ico-single-arrow.png);
    display: inline-block;
    width: 18px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin-left: 5px;
}
.back a:hover::before, .next a:hover::after {
    transition: 0.5s;
    background-image: url(../img/ico-single-arrow2.png);
}
.back a::before {
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(180deg);
}
a.btn-back {
    display: block;
    background: #003087;
    color: #fff;
    text-decoration: none;
    margin: 2rem auto 0;
    text-align: center;
    font-weight: bold;
    padding: 5px 40px;
    width: fit-content;
    border-radius: 60px;
}
a.btn-back:hover{
    opacity: 1;
    background: #fff13f;
    color: #003087;
}
@media screen and (min-width:1200px) {
h2.post-ttl {
    text-align: center;
    font-size: 22px;
}
.post-inner {
    padding: 4rem 4rem 2rem;
}
#single-post p.times {
    font-size: 18px;
    margin: 1rem 0 1rem auto;
}
#single-post img.thumbnail-img {
    margin-bottom: 3rem;
}
#single-post .post-contents h2 {
    font-size: 22px;
}
#single-post .post-contents h3 {
    margin: 3rem 0 1rem;
    font-size: 20px;
}
#single-post .post-contents h4 {
    margin: 3rem 0 1rem;
    font-size: 18px;
}
.entry-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media screen and (min-width: 1400px) {
.post-inner {
    padding: 5rem 5rem 3rem;
}
#single-post p.times {
    width: 140px;
    text-align: center;
}
h2.post-ttl {
    font-size: 28px;
}
#single-post .post-contents h2 {
    font-size: 30px;
    padding: 15px 20px;
}
#single-post .post-contents h3 {
    margin: 4rem 0 1rem;
    font-size: 26px;
    padding-left: 20px;
}
#single-post .post-contents h4 {
    margin: 4rem 0 1rem;
    font-size: 22px;
    border-left: 25px solid;
}
.entry-pager {
    margin-top: 8rem;
}
a.btn-back {
    padding: 10px 40px;
}
}

ul.blog-list {
    padding: 0;
    margin: 0;
}
ul.blog-list li {
    background: #fff;
    padding: 1.5rem 1.5rem 3rem;
    border-radius: 20px;
    list-style-type: none;
    transition: 0.5s;
}
ul.blog-list li:hover {
    background: #fff13f;
    transition: 0.5s;
}
ul.blog-list li a {
    display: block;
    color: #000;
    text-decoration: none;
}
ul.blog-list li a h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
ul.blog-list li + li {
    margin-top: 1.5rem;
}
ul.blog-list li img.card__img {
    object-fit: cover;
    width: 100%;
    height: 210px;
}
ul.blog-list li a time {
    background: #003087;
    display: block;
    color: #fff;
    width: fit-content;
    padding: 2px 25px;
    letter-spacing: 1px;
    border-radius: 60px;
    margin: 0 0 1rem auto;
}
ul.blog-list li a:hover{
    opacity: 1;
}
@media screen and (min-width:760px) {
ul.blog-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
ul.blog-list li + li {
    margin: 0;
}
ul.blog-list li {
    width: 48.5%;
}
}
@media screen and (min-width:1200px) {
ul.blog-list li {
    width: 32%;
}
}
@media screen and (min-width:1200px) {
ul.blog-list {
    gap: 23px;
}
ul.blog-list li img.card__img {
    height: 250px;
}
}

/* プライバシーポリシー */
.page-id-3 #page_header::after {
    width: 360px;
}
#policy .wp-block-group__inner-container {
    background: #fff;
    padding-bottom: 1rem;
}
#policy h2 {
    color: #003087;
    font-weight: bold;
    border: 1px solid;
    font-size: 22px;
    padding: 10px;
    margin: 2rem 0 1rem;
}
@media screen and (min-width:760px) {
#policy .wp-block-group__inner-container {
    padding: 0 2rem 1rem;
}
}
@media screen and (min-width:1200px) {
.page-id-3 #page_header::after {
    width: 500px;
}
#policy h2 {
    font-size: 26px;
    padding: 20px 10px;
    margin: 3rem 0 1rem;
}
#policy .wp-block-group__inner-container {
    padding: 0 3rem 2rem;
    max-width: 1160px;
}
}
@media screen and (min-width:1400px) {
#policy .wp-block-group__inner-container {
    max-width: 1265px;
}
}
@media screen and (min-width:1600px) {
#policy .wp-block-group__inner-container {
    max-width: 1360px;
}
.sasaki .namebox {
    width: 355px;
    left: -20px;
}
.msg {
    width: 410px;
}
}


/* 0919追加 */
@media screen and (max-width:992px) {
#message .sasaki .container {
    padding-top: 8rem;
}
/* .kaneko .msg {
    display:none;
} */
}

/* 0919追加 本公開時削除*/
p.serv-link::before, ul.kamoku-list li a::before{
    display: none;
}
#service .col-6:hover{
    background-color: #d0eff3;
}
ul.kamoku-list li a:hover {
    background-color: #d0eff3;
    top: 0;
}
/* .kaneko .msg {
    opacity: 0;
} */
@media screen and (max-width:992px) {
    #consept .ttl, #consept .container {
    display: none;
}
}
@media screen and (min-width:992px) {
    #consept .ttl, #consept .container {
    opacity: 0;
}
#consept::after {
    width: 92%;
    top: 3rem;
    height: 500px;
    background-position: center;
}
}
@media screen and (min-width:1200px) {
#message {
        padding-bottom: 24rem;
    }
.kaneko .msg,.sasaki .msg {
    padding: 5rem 1rem;
}
#consept::after {
    width: 94%;
    top: 4rem;
    height: 600px;
}
.sasaki {
    height: 450px;
}
}
@media screen and (min-width:1400px) {
    #features {
        padding: 15rem 0 9rem;
    }
    #consept::after {
        width: 90%;
        top: 6rem;
        height: 660px;
    }
    .sasaki {
        height: 520px;
    }
    
}
@media screen and (min-width: 1900px) {
    #features {
        padding: 24rem -0 22rem;
    }
    #consept::after {
        width: 82%;
        top: 6rem;
        height: 770px;
    }
    .sasaki {
        height: 580px;
    }
}

