html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #ff6666;
}

a:hover {
  text-decoration: none;
  color: #ff6666;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

.text-primary {
  color: #ff6666 !important;
  font-weight: bold;
}

.site-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
/*/}

@media screen and (max-width: 991px) {
  .site-navbar-light {/*/
    background: #ff9999 !important;
    top: 0;
 /*/    position: relative;
 }/*/
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .0em;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}

.site-navbar-light .navbar-toggler {
  border: none;
  color: #fff!important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #ff9999 !important;
}

@media screen and (max-width: 768px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(255, 0, 0, 0.5) !important;
  border-color: rgba(255, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #fff !important;
}

.site-navbar-light.scrolled .nav-link.active {
  color: #ff6666 !important;
}

.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
  color: #fff;
}

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.bg-image, .site-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-cover {
  background-position: center center;
}

.site-cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .site-cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

.site-cover .site-subheading, .site-cover p {
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  /*/font-family: "Hannari", sans-serif;/*/
}

@media screen and (max-width: 768px) {
  .site-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff6666;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: 700px !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}

.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}

@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}

.site-slant.site-slant-white:after {
  background: #fff;
}

.site-slant.site-slant-dark:after {
  background: #263135;
}

.site-uppercase {
  font-size: 30px;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-item img {
  width: 100px;
  border-radius: 50%;
}

img.img-menu {
  width: 100%;
  border-radius: 10%;
  margin: 0px 10px 10px 10px;
}


.menu-item .menu-price {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px;
  }

}

.text-black {
  color: #000 !important;
}

.bg-light {
  background: #f9ebeb !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
}

.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-primary {
  border-radius: 0px;
}

.btn.btn-secondary {
  border: 2px solid #ccc;
  background: none;
  border-radius: 0px;
  color: #999999;
}

.btn.btn-secondary:hover {
  background: #ff6666;
  border-color: #ff6666;
  color: #fff;
}

.btn:before {
  display: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #ff6666;
  border-color: #ff6666;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #ff9999;
  background: #ff9999;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-control {
  border: none;
  height: 55px !important;
  background: #e6e6e6 !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
}

textarea.form-control {
  height: inherit !important;
}

.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li a {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    white-space: nowrap;
    text-align: center;
    padding: 10px 2.0em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.site-tab-nav li a.active {
  background: #ff9999 !important;
}
.site-tab-nav li a.nav-link{
    border-radius: 0px;
}
.tab-pane{
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 0px;
    border-top: 3px solid #ff9999;
    padding: 30px;
}
}
.site-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #ff6666 !important;
}

.site-section .site-sub-title {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #ff6666;
  font-family: "Hannari", sans-serif;
  font-weight: 300;
}

.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

#section-about {
  padding: 8em 0;
}

#section-about .img {
  position: relative;
  right: 0;
}

@media screen and (max-width: 768px) {
  #section-about .img {
    position: relative;
    right: inherit;
  }
  #section-about .img img {
    max-width: 100%;
  }
}

#section-access {
  padding: 8em 0;
}

.site-section {
  padding: 8em 0;
}

.site-bg-dark {
  background: #222;
}

.site-footer {
  font-size: 16px;
}

.site-footer .site-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.site-footer .site-footer-widget h2 {
  font-weight: normal;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer a:hover {
  color: #ff6666;
}

.site-footer .site-heading {
  font-size: 24px;
}

.site-footer .site-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.site-pricing-popular {
  position: relative;
}

.site-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #ff6666;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: .1em;
}

.site-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.site-pricing .site-price-per {
  font-size: 70px;
}

.site-pricing .site-price-per sup {
  font-size: 20px;
  top: -1.5em;
}

.site-pricing .site-price-per strong {
  color: #000;
}

.site-pricing .site-price-per span {
  font-size: 20px;
}

.site-pricing ul li {
  margin-bottom: 10px;
}

.site-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.site-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.site-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #ff6666;
}

.media .site-icon {
  width: 100px;
}

.media .site-icon span {
  color: #ff6666;
}

.site-media {
  background: #fff;
  border-radius: 0px;
}

.site-media.text-center .site-icon {
  margin: 0 auto;
}

.site-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.site-owl {
  position: relative;
  z-index: 1;
}

.site-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-owl .owl-nav .owl-prev,
.site-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #ff6666;
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.site-owl .owl-nav .owl-prev {
  left: 0;
}

.site-owl .owl-nav .owl-next {
  right: 0;
}

.site-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.site-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.site-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}

.site-owl .owl-dots .owl-dot.active span {
  background: #ff6666;
}

.site-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}

#reservationModal .close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

#reservationModal .close:active, #reservationModal .close:focus {
  outline: none !important;
}

#reservationModal .close span {
  font-size: 30px;
}

#reservationModal .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#reservationModal .modal-content {
  border-radius: 0;
}

#reservationModal .modal-content label {
  color: #000;
}

#reservationModal .modal-content .modal-body {
  padding: 0;
}

#reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 960px) {
  #reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
    height: 200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.site-counter .site-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #fff;
}

.site-counter .site-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3;
}

#site-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#site-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#site-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#site-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#site-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}


/*/ スライドショー /*/
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.mr-50	{
	margin-right: 50px;}
.ml-50	{
	margin-left: 50px;}
	

/*/ TOPへ戻る /*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff6666;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.waku	{
	border: solid 2px #ff6666;
	background-color: #fff;
	}
.no_br	{white-space: nowrap;}


/*/ アコーディオン /*/

.nav_menu {
    font-size: 13px;
    text-transform: uppercase;
   letter-spacing: .0em;
  position: relative;
}

.nav_menu a {
    display: block;
    padding: 15px;
    margin: 1px;
    text-decoration: none;
    color: #ff6666;
}

label {
    display: block;
    margin: 4px;
    padding : 10px;
    line-height: 1;
    color :#fff;
    cursor :pointer;
}

input {
    display: none;
}

.nav_menu ul {
    margin: 4px;
    padding: 0;
    list-style: none;
}

.nav_menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: solid 1px #fff;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}


/* バス */

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

/*
body {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  font-family: 'Lato', sans-serif;
}
*/
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  /*background-color: #f99;
  counter-increment: item;*/
}

  /*.carousel__slide:nth-child(even) {
  background-color: #99f;
}*/

.carousel__slide:before {
 /* content: counter(item);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

/*/20201014追加/*/
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.no_br	{white-space: nowrap;}
.f_left	{float: left;}
.f_right{float: right;}
.clear	{clear:both;}
.ml_10	{margin-left: 10px};
.gy3	{color: #333333;}
.gy6	{color: #666666;}
.gy9	{color: #999999;}
.ml_10	{margin-left: 10px;}
.ml_20	{margin-left: 20px;}
.ml_30	{margin-left: 30px;}
.mr_10	{margin-right: 10px;}
.mr_20	{margin-right: 20px;}
.mr_30	{margin-right: 30px;}

.news-line{
	width: 100%;
    border-bottom: 1px dotted #333;
    display: block;
    overflow: hidden;
    color:#333;
}
.news-line span{
padding: 15px;
    margin: 15px;
    display: block;
    float: left;
}
.category.news{
	color:#fff;
	background:#ff9999
}
.wp-pagenavi{
text-align:center;
}
.flex-center{
	display:flex;
	align-items:center;
}

.news-archive {
  padding-top: 100px;
}

.news-archive h1 {
padding: 30px 0;
  text-align: center;
}
