@charset "utf-8";

/*
  File Name   : style.css
  Description : Write layout styles
*/

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.new {
  color: #ff0000;
  font-size: 80%;
}

/*
============================================================ */
/* overlay
============================================================ */
.lay-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

/*
============================================================ */
/* keyframes load-animation
============================================================ */
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
============================================================ */
/* skip-header
============================================================ */
.skip-header {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/*
============================================================ */
/* header
============================================================ */
#lay-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 850;
  width: 100%;
  background: #fff;
  height: 95px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media print {
  #lay-header {
    position: static;
  }
}
#lay-header .lay-header-inner {
  width: 100%;
  max-width:  100%;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
}



/* lay-head-logo */
#lay-header .lay-head-logo {
  float: left;
  max-width: 220px;
  margin-top: 0px;
}

#home #lay-header .lay-head-logo {
  margin-top: 0px;
}

#lay-header .lay-head-logo a {
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}
#lay-header .lay-head-logo a span {
  display: table-cell;
  width: 100px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 3px 10px;
  vertical-align: middle;
}

/*
#lay-header .lay-head-logo img {
  width: auto;
  height: 65px;
}
*/

/* lay-header-nav */
#lay-header .lay-header-nav {
  float: right;
  max-width: auto;
}
/* lay-header-search */
#lay-header .lay-header-search {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
#lay-header .lay-header-search form {
  position: relative;
}
#lay-header .lay-header-search input[type="text"] {
  width: 100%;
  border: 1px solid #6c6c6c;
  padding: 2px 30px 2px 10px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}
#lay-header .lay-header-search input[type="image"] {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: #6c6c6c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
#lay-header {
	height: 75px;
	position: absolute;
}

#home  #lay-header {
	background-color: transparent;
    backdrop-filter: unset;
  }

  #lay-header .lay-header-inner {
    padding: 0 20px;
  }
  /* lay-head-logo */
  #lay-header .lay-head-logo {
    padding-top: 5px;
    max-width: 100%;
  }
  #lay-header .lay-head-logo img {
    width: auto;
    height: 65px;
  }
  /* lay-header-nav */
  #lay-header .lay-header-nav {
    display: none;
  }
  /* lay-header-search */
  #lay-header .lay-header-search {
    display: none;
  }
}


@media screen and (max-width: 768px) {
#home #lay-header .lay-head-logo img {
        height: 105px;
        padding-top: 10px;
    }
	
#home #lay-header .lay-header-inner {
        padding: 0 20px;
    }
	
#lay-header .lay-head-logo img {
        height: 65px;
        padding-top: 2px;
    }
	
#lay-header .lay-header-inner {
        padding: 0 5px;
    }
	
}



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

/*
============================================================ */
/* global-nav
============================================================ */
#lay-header .lay-global-nav {
  margin-top: 15px;
}

#lay-header .lay-global-nav .lay-global-nav-inner {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li {
  position: relative;
  padding: 8px 10px;
 letter-spacing: 0;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li:after {
   content:"";
   display:inline-block;
   width:2px;
   height:15px;
   background-color:#4a4a4a;
   position:absolute;
   top:15px;
   right:-2px;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li:nth-child(4):after,
#lay-header .lay-global-nav .lay-global-nav-inner > li:nth-child(5):after {
   content: none;
}

#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child {
  padding-left: 0;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child {
  padding: 0 0 0 10px;


}

/*

#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child .header-tel {
  font-weight: bold;
  display: block;
}

#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child .header-tel {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: -5px;
  background-image: url(../images/tel_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 25px;
  text-align: left;
}

#lay-header
  .lay-global-nav
  .lay-global-nav-inner
  > li:last-child
  .header-kyushin {
  font-size: 10px;
  display: block;
  text-align: center;
}


#lay-header .lay-global-nav .lay-global-nav-inner > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 70%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child:before {
  content: none;
}

*/

#lay-header .lay-global-nav .lay-global-nav-inner > li > a {
  display: block;
  padding: 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child > a {
  display: block;
  padding: 8px 20px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
  background-color: #eb7c7f;
  color: #fff;
  border-radius: 18px;
}



#lay-header .lay-global-nav .lay-global-nav-inner > li > a span {
  vertical-align: middle;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > ul {
  position: absolute;
  left: 50%;
  z-index: 600;
  display: none;
  width: 100%;
  min-width: 300px;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:first-child > ul {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child > ul,
#lay-header .lay-global-nav .lay-global-nav-inner > li:nth-last-child(2) > ul {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li a {
  position: relative;
  display: block;
  padding: 8px 25px 8px 10px;
  border-bottom: 1px dotted #6c6c6c;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.6;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li:last-child a {
  border: none;
}
#lay-header .lay-global-nav .lay-global-nav-inner > li > ul > li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  transition: right 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
  #lay-header .lay-global-nav .lay-global-nav-inner > li {
    padding: 8px 6px;
  }

#lay-header .lay-global-nav .lay-global-nav-inner > li:after {

   height:13px;
   top:14px;
   right:-1px;
}


  #lay-header .lay-global-nav .lay-global-nav-inner > li:last-child {
      padding: 2px 0 0 6px;
  }

  #lay-header .lay-global-nav .lay-global-nav-inner > li > a {
    padding: 0 2px 0;
    font-size: 14px;
  }

#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child > a {

  padding: 6px 16px 8px;
  font-size: 12px;
}

}


@media screen and (max-width: 900px) {
  #lay-header .lay-global-nav .lay-global-nav-inner > li {
    padding: 8px 4px;
  }

#lay-header .lay-global-nav .lay-global-nav-inner > li:after {

   height:11px;
   top:12px;
   right:-1px;
}


  #lay-header .lay-global-nav .lay-global-nav-inner > li:last-child {
      padding: 3px 0 0 4px;
  }

  #lay-header .lay-global-nav .lay-global-nav-inner > li > a {
    padding: 0 2px 0;
    font-size: 12px;
  }

#lay-header .lay-global-nav .lay-global-nav-inner > li:last-child > a {

  padding: 4px 14px 6px;
  font-size: 10px;
}

}


@media screen and (max-width: 480px) {
#home #lay-header .lay-head-logo img {
        height: 85px;
    }
}





/* sp
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
  #lay-header .lay-global-nav {
    display: none;
  }
}
@media screen and (max-width: 481px) {
}

/*
============================================================ */
/* side nav toggle btn
============================================================ */
.lay-side-nav-toggle-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 60px;
  height: 60px;
 border-radius: 0 0 0 10px;
  cursor: pointer;
  background-color: #eb7c7f;
  /*
  background: #fff url(../images/common/side-nav-toggle-btn-bg.svg) no-repeat center bottom 12px;
  background-size: 30px auto;
*/
}

.lay-side-nav-toggle-btn p {
	width: 100%;
	position: absolute;
	bottom: 4px;
	color: #fff;
	text-align: center;
	font-size: 80%;
}

.f-tel-sp {
  position: fixed;
  top: 10px;
  right: 60px;
  z-index: 2000;
  width: 36px;
  height: 36px;
  background-color: #eb7c7f;
  text-align: center;
  border-radius: 50%;
  padding-top: 3px;
}
.f-tel-sp img {
  width: 30px;
}

.lay-side-nav-toggle-btn-inner {
  position: relative;
  top: calc(50% - 8px);
  left: 50%;
  width: 30px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lay-side-nav-toggle-btn-inner span {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(1) {
  top: 0;
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.lay-side-nav-toggle-btn-inner span:nth-of-type(3) {
  bottom: -1px;
}
.lay-side-nav-toggle-btn.active
  .lay-side-nav-toggle-btn-inner
  span:nth-of-type(1) {
  top: calc(50% - 1px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.lay-side-nav-toggle-btn.active
  .lay-side-nav-toggle-btn-inner
  span:nth-of-type(2) {
  opacity: 0;
}
.lay-side-nav-toggle-btn.active
  .lay-side-nav-toggle-btn-inner
  span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
  .lay-side-nav-toggle-btn {
    display: block;
  }
}

/*
============================================================ */
/* side nav
============================================================ */
.lay-side-nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 800;
  transition: opacity 0.4s;
  opacity: 0;
}
.lay-side-nav.active {
  display: block;
  opacity: 1;
}
/* lay-menu-search */
.lay-side-nav .lay-menu-search {
  display: none;
  padding: 50px 40px 0;
}
.lay-side-nav .lay-menu-search form {
  position: relative;
}
.lay-side-nav .lay-menu-search input[type="text"] {
  width: 100%;
  border: 1px solid #6c6c6c;
  padding: 7px 40px 7px 10px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}
.lay-side-nav .lay-menu-search input[type="image"] {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: #6c6c6c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* lay-menu-list */
.lay-side-nav .lay-menu-list {
  padding: 50px 40px 20px;
}
.lay-side-nav .lay-menu-list > li {
  margin-bottom: 0;
}
.lay-side-nav .lay-menu-list > li > span {
  display: block;
  padding: 0 5px 26px;
  text-align: center;
}
.lay-side-nav .lay-menu-list > li > span a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.lay-side-nav .lay-menu-list > li > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-top: 15px;
}
.lay-side-nav .lay-menu-list > li > ul > li {
  width: calc((100% - 20px) / 2 - 0.1px);
  margin-top: 10px;
  margin-right: 20px;
}
.lay-side-nav .lay-menu-list > li > ul > li:nth-child(even) {
  margin-right: 0;
}
.lay-side-nav .lay-menu-list > li > ul > li > .title {
  position: relative;
  display: block;
}
.lay-side-nav .lay-menu-list > li > ul > li > .title a {
  display: inline-block;
  color: #fff;
  padding: 5px 5px 5px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.lay-side-nav .lay-menu-list > li > ul > li > .title a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 812px) {
  .lay-side-nav.active {
    display: none;
  }
}

.lay-menu-wrap {
  padding: 0 0 100px;
  text-align: center;
}

.lay-tel {
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
}
.lay-tel span {
  background-image: url(../images/tel_w.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 30px;
  padding: 0 40px 0 60px;
}
.lay-tel span a {
  text-decoration: none;
}

.lay-kyuushinl {
}

/* sp side nav
------------------------------------------------------------ */
@media screen and (max-width: 481px) {
  /* lay-menu-search */
  .lay-side-nav .lay-menu-search {
    padding: 40px 20px 0;
  }
  /* lay-menu-list */
  .lay-side-nav .lay-menu-list {
    padding: 40px 20px 20px;
  }
  .lay-side-nav .lay-menu-list > li {
    margin-bottom: 0;
  }
  .lay-side-nav .lay-menu-list > li > ul {
    margin-top: 10px;
  }
  .lay-side-nav .lay-menu-list > li > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .lay-side-nav .lay-menu-list > li > ul > li > .title a {
    font-size: 14px;
    padding: 3px 5px 3px 25px;
  }
  .lay-side-nav .lay-menu-list > li > ul > li > .title a::before {
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
  }
}

/*
============================================================ */
/* container
============================================================ */
#lay-container {
  position: relative;
  z-index: 3;
  padding-top: 95px;
  text-align: left;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 900px) {

#lay-container {
	margin-top: 0;
	padding-top: 75px;
  }

#home #lay-container {
	padding-top: 0;
  }

}

/*
============================================================ 
 トップページ
============================================================ */

#home h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 30px;
}


.top1 {
  width: 100%;
}
.top1-inner {
  width: 100%;
  position: relative;
}





@media screen and (min-width: 769px) {
.slick-sp {
	display: none
}
}
@media screen and (max-width: 768px) {
.slick-pc {
	display: none
}
}



.top1-copy {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 35%;

}

.top1-copy img {
  width: 100%;
}
	
	

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

.slick-slide img {
    display: block;
    height: 60em;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
}


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

.slick-slide img {
    height: 50em;
}
}


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

.slick-slide img {
    height: auto;
}
}




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

.top1-copy {
    top: 22%;
}
}
	
	



@media screen and (max-width: 768px) {
.top1-copy {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 80%;

}

.top1-copy2 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.top1-copy2 img {
  width: 100%;
}

}

@media screen and (max-width: 580px) {
.top1-copy {
  top: 22%;

}
}

.top2 {
	width: 100%;
	margin-top: -8px;
	background-color: #f9e5e7;
}
.top2-inner {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px 60px 20px;
	margin: 0 auto;
}

.top2-ul01 {
	width: 100%;
	position: relative;
	margin: -40px 0 0 0;
	border-radius: 30px;
	padding: 40px 40px;
	background-color: #fff;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top2-ul01 li {
	width: 48%;
	font-size: 90%;
}

.top2-ul01 li:first-child img {
	width: 100%;
	border-radius: 15px;
}

#home .top2-ul01 li h2 {
	color: #eb7c7f;
	text-align: left;
    margin-bottom: 10px;
}

.top2-ul01 li p {
	margin: 20px 0;
	line-height: 190%;
}

.top2-link {
	margin-top: 30px;
}
.top2-link a {
	display: inline-block;
	border: 1px solid #eb7c7f;
	border-radius: 50px;
	padding: 8px 60px 8px 15px;
	color: #eb7c7f;
	text-decoration: none;
	background-image: url(../images/arrow_p.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px;
	font-weight: bold;
}

.top2-link a:hover {
	 opacity: 0.75;
}

.h2-image {
	text-align: center;
	margin: 60px 0 15px 0;
}
.h2-image img {
	width: 55px;
}
.h2-line {
	border-bottom: 3px dotted #eb7c7f;
}

.top2-h2-02 {
	margin-top: -25px;
	text-align: center;
}
.top2-h2-02 span {
	padding: 0 10px;
	background-color: #f9e5e7;
}



.top2-ul02 {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.top2-ul02 li {
	width: 48%;
	margin-bottom: 20px;
}

.top2-ul02 li a {
	display: block;
    background-color: #eb7c7f;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    padding: 40px;
    background-image: url(../images/arrow_y.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 18px;
    border-radius: 30px;
    line-height: 150%;
}

.top2-ul02 li a:hover {
	 opacity: 0.75;
}



@media screen and (max-width: 800px) {
.top2-ul02 {
    margin-top: 10px;
}
}


@media screen and (max-width: 870px) {
	
	
#home .top2-ul01 li h2 {
    font-size: 23px;
}

.top2-ul01 li.top2l {
    width: 40%;
}
	
.top2-ul01 li.top2r {
    width: 55%;
}
	
.top2-ul01 li p {
    margin: 14px 0;
    font-size: 90%;
    line-height: 190%;
}
	
.top2-link {
    margin-top: 20px;
}
	
}

@media screen and (max-width: 768px) {
	
	
.top2 {
    margin-top: 0px;
    padding-top: 50px;
}
	
 .top2-ul01 {
        position: unset;
        margin: 0px 0 0 0;
        padding: 40px 40px;
        display: block;
    }
	
.top2-ul01 li.top2l,.top2-ul01 li.top2r {
        width: 100%;
	    font-size: 120%;
	        margin-bottom: 0;
}
	
.top2-ul01 li.top2l {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
}
	
#home .top2-ul01 li h2 {
    margin-top: 30px;
	font-size: 26px;
    }
	
    .top2-link {
        margin-top: 20px;
        text-align: center;
    }
	
.top2-ul02 li a {
    font-size: 24px;
	}

}


@media screen and (max-width: 480px) {
	
    .top2 {
        padding-top: 30px;
    }
	
#home .top2-ul01 li h2 {
        font-size: 20px;
    }
	
.top2-link a {
    padding: 8px 60px 8px 20px;
    font-size: 90%;
}
	
}

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



.top2-inner {
	max-width: 800px;
	padding: 20px 20px 60px 20px;
}



.top2-ul01 {
	margin: 0 0 0 0;
}



.top2-ul01 li {
	width: 100%;
	margin-bottom: 40px;
}


.top2-ul02 li {
	width: 100%;
}

.top2-ul02 li a {
	font-size: 28px;
	background-size: 15px;
	border-radius: 20px;
}

.br-pc {
	display: none;
}


}


@media screen and (max-width: 520px) {
.top2-ul01 {
    border-radius: 20px;
    padding: 30px;
}
}


@media screen and (max-width: 590px) {
.top2-ul02 li a {
	font-size: 20px;
	padding: 35px 25px;
	background-position: right 25px center;
}

}



@media screen and (max-width: 450px) {
.top2-ul02 li a {
	font-size: 18px;
	padding: 30px 20px;
	background-position: right 20px center;
}

}

@media screen and (max-width: 400px) {
.top2-ul02 li a {
	font-size: 16px;
	padding: 25px 15px;
	background-position: right 15px center;
}

}

@media screen and (max-width: 360px) {
.top2-ul02 li a {
	font-size: 14px;
	padding: 22px 12px;
	background-position: right 12px center;
}

}



.top3 {
	width: 100%;
	background-color: #fffad5;
}
.top3-inner {
	width: 100%;
	max-width: 1100px;
	padding: 20px 20px 80px 20px;
	 margin: 0 auto;
}

.top3-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top3-ul li {
	width: 31.5%;
	margin-bottom: 20px;
}

.top3-ul li a {
	text-decoration: none;
    display: flex;
	flex-direction: row-reverse;
}
.top3-ul li a:hover {
	 opacity: 0.75;
}


.top3-ul li a table {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 10px -5px #ccc;
	border: 0;
}



li.top3-ul-item .title {
	width: 58%;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #eb7c7f;
    align-items: center;
    display: flex;
}
li.top3-ul-item .thumb {
	width: 42%;
	border-radius: 0 20px 20px 0;
	background-color: #fff;
}

li.top3-ul-item .thumb img{
	width: 100%;
	padding: 10px;
	border-radius: 0 20px 20px 0;
}




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

.top3-ul li {
	width: 48%;
}

}





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

.top3-ul li a table th {
	font-size: 16px;

}

}

@media screen and (max-width: 630px) {
li.top3-ul-item .title {
    font-size: 120%;
}
	
	
li.top3-ul-item .title {
    border-radius: 15px 0 0 15px;
	}
	
li.top3-ul-item .thumb img{
	border-radius: 0 15px 15px 0;
}
	
li.top3-ul-item .thumb {
    border-radius: 0 15px 15px 0;
}
	
}


/*
@media screen and (max-width: 500px) {
    li.top3-ul-item .title {
        font-size: 100%;
    }
}
*/

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

.top3-ul li {
	width: 100%;
}

.top3-ul li a table th {
	font-size: 20px;

}

}


.top3-hanbai-area {
	width: 100%;
	margin: 70px 0;
	padding: 70px 0;
	border-top: 3px dotted #ff9d9e;
	border-bottom: 3px dotted #ff9d9e;
}

.top3-hanbai {
	width: 100%;
	text-align: center;
}



.top3-hanbai .top2-ul02 {
    margin-top: 0px;
}

.top3-hanbai .top2-ul02 li {
    margin-bottom: 0px;
}


.top3-hanbai a {
	display: block;
	position: relative;
	padding: 10px 0 10px 0;
	background-color: #fff;
	border-radius: 30px;
/*	border: 3px solid #f2989e;*/
	text-decoration: none;
	text-align: left;
}

.top3-hanbai a h2 {
	display: inline-block;
	background-image: url(../images/arrow_b.png), url(../images/search.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, left center;
	background-size: 35px, 50px;
	padding: 30px 0 45px 60px;
}





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

.top3-hanbai-area .top2-ul02 li {
    margin-bottom: 10px;
	margin-top: 10px;
}
	
	
.top3-hanbai-area {
    padding: 40px 0;
        margin: 40px 0 70px 0;
}
	
}

.br-sp02 {
	display: none;
}

.kumakichi {
	position: absolute;
	top: -35px;
	right: 4%;
	width: 15%;
}
.kumakichi img {
	width: 100%;
}


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

.top3-hanbai a {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}


.top3-hanbai a h2 {
	background-position: center bottom, center top 20px;
	background-size: 35px, 50px;
	padding: 80px 0 45px 0;
}


.br-sp02 {
	display: inline;
}

.kumakichi {
	width: 110px;
}

}




.top3-map {
	width: 100%;
	padding: 0 0 0 0;
	background-color: #fff;
	border-radius: 30px;
	border: 3px solid #f2989e;
}


.top3-map .h2-image {
	margin: 30px 0 15px 0;
}



.top3-ul-map {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top3-ul-map li {
	width: 50%;
}

.top3-ul-map li:first-child img {
	width: 100%;
	border-radius: 0 0 30px 30px;
}

.top3-ul-map li:last-child {
	padding: 60px 0 0 0;
	text-align: center;
}

.top3-ul-map li:last-child a {
	display: inline-block;
    width: 40%;
    text-align: left;
    border: 1px solid #eb7c7f;
    border-radius: 50px;
    padding: 12px 0 12px 17px;
    margin: 0 5px 15px 5px;
    text-decoration: none;
    background-image: url(../images/arrow_p.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
}


@media screen and (max-width: 950px) {
.top3-map {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #fff;
	border-radius: 30px;
	border: 3px solid #eb7c7f;
}


.top3-ul-map li {
	width: 100%;
}


.top3-ul-map li:first-child {
	order: 2;
}
.top3-ul-map li:last-child {
	order: 1;
	padding:  0 0 40px 0;
}

}



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

#home .top3 h2 {
  font-size: 25px;
}
}













.top4 {
	width: 100%;
	background-color: #fff;
}

.top4-inner {
	width: 100%;
	max-width: 1100px;
	padding: 80px 20px 60px 20px;
	margin: 0 auto;
}


#home .top4 h2 {
	text-align: left;
	font-size: 55px;
	margin-bottom: 0;
	color: #eb7c7f;

}




.top4-link {
	text-align: right;
	margin: -45px 0 30px 0;
}

.top4-link.sp {
	display: none;
}
.top4-link a {
	display: inline-block;
	font-weight: bold;
	padding: 8px 40px 8px 20px;
	border-radius: 20px;
	text-decoration: none;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px;
	color: #fff;
	background-color: #eb7c7f;
}

.top4-link a:hover {
	 opacity: 0.75;
}

.top4-ul {
	width: 100%;
}
.top4-ul li {
	width: 100%;
    padding: 20px 0;
    font-size: 120%;
    border-bottom: 1px solid #ccc;
}

.top4-ul li:last-child {
	border-bottom: none;
}

.top4-ul li .date {
	display: table-cell;
    width: 170px;
    color: #c55760;
}
.top4-ul li .title {
	display: table-cell;
	width: auto;
}
.top4-ul li .title a {
	text-decoration: none;
}


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

.top4-inner {
	padding: 80px 20px 80px 20px;
}


#home .top4 h2 {
	margin-bottom: 30px;
}

.top4-link.pc {
	display: none;
}
.top4-link.sp {
	display: block;
	text-align: center;
	margin: 20px 0 0 0;
}


.top4-ul li .date {
	display: block;
}
.top4-ul li .title {
	display: block;
}
}



/*
============================================================ */
/* フッター
============================================================ */

#footer {
  width: 100%;
  background-color: #f9e5e7;
}

.footer-inner {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.footer-inner p {
	letter-spacing: 0;
    font-size: 80%;
}

.footer-logo {
	margin-bottom: 30px;
}
.footer-logo img {
	width: 230px;
}

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

.footer-inner p {
	font-size: 80%;
}

}



/*
============================================================ */
/* title
============================================================ */
#lay-title-wrap {
	width: 100%;
	background-color: #f9e5e7;
    position: relative;
/*
  background: #eb7c7f no-repeat center center;
  background-size: cover;
*/
}

#lay-title-wrap .kumakichi {
    position: absolute;
    top: auto;
    right: 4%;
    width: 150px;
    bottom: -42px;
}



@media screen and (max-width: 767px) {
#lay-title-wrap .kumakichi {
    width: 110px;
    bottom: -30px;
}
}


@media screen and (max-width: 480px) {
#lay-title-wrap .kumakichi {
    width: 90px;
}
}


#lay-title-wrap .title-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
#lay-title-wrap .title-inner .title {
  margin: 0 10px;
  color: #c0505a;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.2;
}
#lay-title-wrap .title-inner .desc {
	display: none;
  padding: 35px 15px 0;
  font-size: 19px;
  color: #fff;
  text-shadow: 0 0 1px #333;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media screen and (max-width: 1060px) {
  #lay-title-wrap .title-inner .title {
    font-size: 33px;
  }
  #lay-title-wrap .title-inner .desc {
    font-size: 1.793vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-title-wrap .title-inner {
    width: inherit;
    padding: 40px 20px;
  }
  #lay-title-wrap .title-inner .title {
    margin: 0;
    padding: 4px 15px 10px;
    font-size: 32px;
  }
  #lay-title-wrap .title-inner .desc {
    padding: 28px 0 0;
    font-size: 1.974vw;
  }
}
@media screen and (max-width: 620px) {
  #lay-title-wrap .title-inner .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 481px) {
  #lay-title-wrap .title-inner .title {
    font-size: 28px;
    letter-spacing: 3px;
    padding-top: 9px;
  }
}

/*
============================================================ */
/* breadcrumbs-list
============================================================ */
#lay-breadcrumbs-list {
	width: 100%;
	line-height: 1.4;
	margin-top: 10px;
}
#lay-breadcrumbs-list .pankuze_list_items {
        width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 5px 15px;
    font-size: 80%;
}
#lay-breadcrumbs-list .pankuze_list_items::before {
/*
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
*/
}
#lay-breadcrumbs-list .scrText {
  position: absolute;
  left: -9999px;
  z-index: -1;
}

#lay-breadcrumbs-list .pankuze_list_items a {
	color: #eb7c7f;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-breadcrumbs-list {
    min-width: inherit;
  }
}
@media screen and (max-width: 481px) {
  #lay-breadcrumbs-list {
    font-size: 0.875em;
  }
}

/*
============================================================ */
/* main
============================================================ */
#lay-main {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 15px;
}
#home #lay-main {
  max-width: inherit;
  padding: 0;
}
#lay-main > h1 {
  margin-bottom: 2em;
  font-size: 2em;
  letter-spacing: 5px;
  line-height: 1.3;
  color: #eb7c7f;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

#lay-main > h1::before {
  margin-right: 15px;
  background-color: #eb7c7f;
  content: "";
  height: 2px;
  width: 30px;
}
#lay-main > h1::after {
  margin-left: 15px;
  background-color: #eb7c7f;
  content: "";
  height: 2px;
  width: 30px;
}
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-main {
    width: 100%;
    min-width: inherit;
/*            padding: 0 20px;*/
  }
  #lay-main > h1 {
    margin-bottom: 1.25em;
    padding: 10px 5px;
    font-size: 1.666666666666em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 481px) {
  #lay-main > h1 {
    font-size: 1.333333333em;
  }
}


/*
============================================================ */
/* lay-main map
============================================================ */


#lay-main .top3-map{
    margin-top: 80px;
    border: 3px solid #ffe6e7;
    max-width: unset;
    margin-bottom: 20px;
}


#lay-main .top3-map h2{
	text-align: center;
	font-size: 28px;
    line-height: 1.5em;
    margin-bottom: 30px;
}


/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 400;
}
.lay-page-top img{
border-radius: 7px 0 0 0;
 }

@media print {
  .lay-page-top {
    display: none;
  }
}
.lay-page-top a {
  display: none;
  width: 60px;
  
  text-decoration: none;
}
.lay-page-top a:hover {
  opacity: 0.8;
}

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

.lay-page-top a {
  width: 30px;
}
}
/* sp
------------------------------------------------------------ */


/*
============================================================ */
/* footer
============================================================ */
#lay-footer {
  position: relative;
  width: 100%;
  background: #f8f8f8;
}
#lay-footer .lay-footer-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 20px;
}
/* copy-right */
#lay-footer #lay-copy-right {
  font-size: 12px;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
}
@media screen and (max-width: 481px) {
}

/* lay-preview-mode-notice
============================================================ */
#lay-preview-mode-notice {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1100;
  width: 100%;
  max-width: 580px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #f80000;
  border-radius: 0 0 5px 5px;
  margin: 0 0 -26px 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#lay-preview-mode-notice p {
  font-size: 14px;
  font-weight: bold;
}
#lay-preview-mode-notice a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#lay-preview-mode-notice a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sect-category-list
============================================================ */
.sect-category-list {
  clear: both;
}
.sect-category-list .none_text {
  display: none;
}

/* page-body + page-side
============================================================ */
.page-side {
	display: none;
}



.page-body + .page-side {
	display: none;
  margin-top: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .page-body + .page-side {
    margin-top: 40px;
  }
}

/* sect-sitemap
============================================================ */
.sect-sitemap > .sitemap-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -0.4em;
}
.sect-sitemap > .sitemap-list > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - 0.1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}
.sect-sitemap > .sitemap-list > li:nth-child(3n + 3) {
  margin-right: 0;
}
.sect-sitemap > .sitemap-list li::before {
  content: none;
}
.sect-sitemap > .sitemap-list > li > span {
  display: block;
  margin-bottom: 13px;
  padding: 0 10px 9px 0;
  border-bottom: 1px solid #6c6c6c;
}
.sect-sitemap > .sitemap-list > li a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
}
.sect-sitemap > .sitemap-list > li > ul {
  padding: 0 10px;
}
.sect-sitemap > .sitemap-list > li ul li {
  margin-top: 4px;
  text-indent: 0;
}
.sect-sitemap > .sitemap-list > li ul li a {
  padding-left: 15px;
  font-weight: lighter;
}
.sect-sitemap > .sitemap-list > li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sect-sitemap > .sitemap-list > li ul li ul li {
  padding-left: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc((100% - 20px) / 2 - 0.1px);
    margin: 0 20px 30px 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(3n + 3) {
    margin-right: 20px;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 481px) {
  .sect-sitemap > .sitemap-list > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

/* sect-groups
============================================================ */
.sect-groups > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -0.4em;
}
.sect-groups > ul > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - 0.1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}
.sect-groups > ul > li:nth-child(3n + 3) {
  margin-right: 0;
}
.sect-groups > ul li::before {
  content: none;
}
.sect-groups > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
.sect-groups > ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sect-groups > ul > li > ul {
  padding: 0 15px;
}
.sect-groups > ul > li ul li {
  margin-top: 4px;
  text-indent: 0;
}
.sect-groups > ul > li ul li a {
  font-weight: lighter;
}
.sect-groups > ul > li ul li ul li {
  padding-left: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-groups > ul > li {
    width: calc((100% - 20px) / 2 - 0.1px);
    margin: 0 20px 30px 0;
  }
  .sect-groups > ul > li:nth-child(3n + 3) {
    margin-right: 20px;
  }
  .sect-groups > ul > li:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 481px) {
  .sect-groups > ul > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sect-groups > ul > li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

/* sect-search-results
============================================================ */
.sect-search-results .num-of-hits {
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}
.sect-search-results .no-result {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list li {
  margin-bottom: 1.25em;
}
.sect-search-results .search-result-list li .thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  margin: 0 5px 5px 0;
  vertical-align: bottom;
  box-shadow: 0 0 0 1px #6c6c6c;
}
.sect-search-results .search-result-list li .thumb img {
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  left: 50%;
  top: 50%;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sect-search-results .search-result-list li .date {
  display: inline-block;
  margin-left: 0.5em;
  color: #6c6c6c;
  font-size: 0.875em;
  text-indent: 0;
}

/* sect-site-search
============================================================ */
.sect-site-search {
  max-width: 600px;
  margin: 4em auto 0;
  padding: 40px;
  background: #f8f8f8;
}
.sect-site-search input[type="text"] {
  width: calc(100% - 70px);
  height: 60px;
  padding: 2px 20px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 60px;
  line-height: 56px;
}
.sect-site-search input[type="text"]::placeholder {
  color: #fff;
}
.sect-site-search input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type="text"]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type="image"] {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 60px;
  margin-left: calc(10px - 0.4em);
  padding: 10px;
  vertical-align: top;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-site-search {
    margin-top: 2em;
    padding: 20px;
  }
  .sect-site-search input[type="text"] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 46px;
  }
  .sect-site-search input[type="image"] {
    width: 50px;
    height: 50px;
    margin-left: -0.4em;
    padding: 10px;
  }
}
@media screen and (max-width: 481px) {
  .sect-site-search {
    padding: 20px 15px;
  }
  .sect-site-search input[type="text"] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 36px;
  }
  .sect-site-search input[type="image"] {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}

/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
  margin-bottom: 15px;
}
.calendar-nav-warp .calendar-nav {
  float: left;
  width: 42.5%;
}
.calendar-nav-warp .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav span:last-child {
  margin-right: 0;
}
.calendar-nav-warp .calendar-nav .now-month {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-nav-warp .calendar-nav .prev-month a,
.calendar-nav-warp .calendar-nav .next-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .prev-month a:hover,
.calendar-nav-warp .calendar-nav .next-month a:hover {
  opacity: 0.8;
}
.calendar-nav-warp .calendar-nav .prev-month a::before,
.calendar-nav-warp .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.calendar-nav-warp .calendar-nav .prev-month a::before {
  margin-right: 5px;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.calendar-nav-warp .calendar-nav .next-month a::after {
  margin-left: 5px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.calendar-nav-warp .calendar-category {
  float: right;
  width: 57.5%;
}
.calendar-nav-warp .calendar-category form {
  text-align: right;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-category form label {
  margin-right: 1px;
  letter-spacing: 0;
}
.calendar-nav-warp .calendar-category form select {
  width: 210px;
  height: 36px;
  margin-right: 6px;
  line-height: 36px;
}
.calendar-nav-warp .calendar-category form input[type="submit"] {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .calendar-nav-warp {
    margin-bottom: 20px;
  }
  .calendar-nav-warp .calendar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .calendar-nav-warp .calendar-nav .prev-month a::before {
    border-width: 5.5px 7px 5.5px 0;
  }
  .calendar-nav-warp .calendar-nav .next-month a::after {
    border-width: 5.5px 0 5.5px 7px;
  }
  .calendar-nav-warp .calendar-category {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .calendar-nav-warp .calendar-category form {
    text-align: center;
  }
  .calendar-nav-warp .calendar-category form label {
    display: none;
  }
  .calendar-nav-warp .calendar-category form select {
    margin-right: -0.4em;
  }
  .calendar-nav-warp .calendar-category form input[type="submit"] {
    width: 80px;
    padding: 8px 2px;
  }
}
@media screen and (max-width: 481px) {
  .calendar-nav-warp .calendar-nav .prev-month a,
  .calendar-nav-warp .calendar-nav .next-month a {
    padding: 8px 12px;
  }
  .calendar-nav-warp .calendar-category form select {
    width: 175px;
  }
  .calendar-nav-warp .calendar-category form input[type="submit"] {
    padding: 8px 12px;
  }
}

/* sect-calendar
============================================================ */
.sect-calendar .one-calendar {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-calendar .one-calendar .week-wrap {
  display: table-row;
}
.sect-calendar .one-calendar .week-wrap .cal-head {
  display: table-cell;
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day {
  display: table-cell;
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-calendar .one-calendar .week-wrap .cal-day .day,
.sect-calendar .one-calendar .week-wrap .cal-day .wday {
  display: block;
  font-size: 0.933333333333em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day .label {
  display: block;
  font-size: 0.8em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day .wday {
  display: none;
}
.sect-calendar .one-calendar .week-wrap .cal-head.saturday,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday {
  background: #c4d9ea;
}
.sect-calendar .one-calendar .week-wrap .cal-head.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday {
  background: #ffd3d3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today {
  background: #ffeed3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.blank {
  background: #f8f7f7;
}
.sect-calendar .one-calendar .week-wrap .cal-head.saturday,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .wday {
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-head.sunday,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .day,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .label {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .day,
.sect-calendar .one-calendar .week-wrap .cal-day.today .wday,
.sect-calendar .one-calendar .week-wrap .cal-day.today .label {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul {
  padding: 0 5px 5px;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item {
  display: inline-block;
  padding-left: 0.9em;
  line-height: 1.6;
  text-indent: -0.9em;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  margin-right: 2px;
  background: #333;
  border-radius: 100%;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title a {
  color: #333;
  font-size: 0.933333333333em;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .time {
  display: inline-block;
  padding: 0 5px;
  background: #e2e2e2;
  font-size: 0.8em;
  text-indent: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-calendar .one-calendar {
    border-top: 1px solid #6c6c6c;
  }
  .sect-calendar .one-calendar .week-wrap .cal-head {
    display: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day {
    display: block;
    height: auto;
    padding: 5px 10px;
    border-top: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day.blank {
    display: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .day,
  .sect-calendar .one-calendar .week-wrap .cal-day .wday {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .label {
    display: inline-block;
    margin-left: 5px;
  }
  .sect-calendar
    .one-calendar
    .week-wrap
    .cal-day
    ul
    li
    .calendar_item::before {
    width: 6px;
    height: 6px;
  }
}

/* sect-weekly-calendar
============================================================ */
.sect-weekly-calendar .weekly-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-weekly-calendar .weekly-calendar th {
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-weekly-calendar .weekly-calendar th.wday-0 {
  color: #f80000;
  background: #ffd3d3;
}
.sect-weekly-calendar .weekly-calendar th.wday-6 {
  color: #0a5fa0;
  background: #c4d9ea;
}
.sect-weekly-calendar .weekly-calendar th.today {
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
.sect-weekly-calendar .weekly-calendar th.cal-hour-head {
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td {
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td.today {
  background: #ffeed3;
  border: 2px solid #ffc057;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.sect-weekly-calendar .weekly-calendar tr:last-child td.today {
  border-bottom: 2px solid #ffc057;
}
.sect-weekly-calendar .weekly-calendar td table th,
.sect-weekly-calendar .weekly-calendar td table td {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-weekly-calendar {
    position: relative;
    overflow: scroll;
    height: calc(100vh - 60px - 40px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sect-weekly-calendar .weekly-calendar th.today {
    border-width: 1px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    width: 150px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head:first-child {
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-hour-head {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar td.today,
  .sect-weekly-calendar .weekly-calendar tr:last-child td.today {
    border-width: 1px;
  }
}

/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal-day-tbl {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #6c6c6c;
}
.sect-calendar-info .cal-day-tbl:last-child {
  margin-bottom: 0;
}
.sect-calendar-info .cal-day-tbl th,
.sect-calendar-info .cal-day-tbl td {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
}
.sect-calendar-info .cal-day-tbl th {
  width: 20%;
  color: #fff;
  background: #999;
}
.sect-calendar-info .cal-day-tbl td {
  background: #fff;
}
.sect-calendar-info .cal-day-tbl td a {
  color: #333;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 481px) {
  .sect-calendar-info .cal-day-tbl {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl:last-child {
    padding-bottom: 0;
  }
  .sect-calendar-info .cal-day-tbl tbody,
  .sect-calendar-info .cal-day-tbl tr {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal-day-tbl th,
  .sect-calendar-info .cal-day-tbl td {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl td {
    min-height: 40px;
    border-top: none;
  }
}

/* sect-blog
============================================================ */
.lay-blog {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.lay-blog .blog-list,
.lay-blog .blog-body {
  width: calc(100% - 50px - 250px);
  margin-right: 50px;
}
.lay-blog .blog-list .pageList {
  margin-bottom: 5.25em;
}
.lay-blog .blog-list .pageList > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 4em;
}
.lay-blog .blog-list .pageList > li:last-child {
  margin-bottom: 0;
}
.lay-blog .blog-list .pageList > li .title {
  order: 1;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 10px 15px;
  background-color: #6c6c6c;
}
.lay-blog .blog-list .pageList > li .title a {
  color: #fff;
  font-size: 1.333333333333em;
  font-weight: bold;
  line-height: 1.2;
}
.lay-blog .blog-list .pageList > li .title a::after {
  content: "MORE >";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #6c6c6c;
  font-size: 0.675em;
  font-weight: lighter;
  line-height: 1;
}
.lay-blog .blog-list .pageList > li .date {
  order: 2;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.933333333333em;
  text-align: right;
}
.lay-blog .blog-list .pageList > li .thumb {
  order: 3;
  display: block;
  width: 200px;
  height: 200px;
}
.lay-blog .blog-list .pageList > li .thumb a {
  display: block;
  width: 200px;
  height: 200px;
}
.lay-blog .blog-list .pageList > li .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #6c6c6c;
  object-fit: cover;
}
.lay-blog .blog-list .pageList > li .description,
.lay-blog .blog-list .pageList > li .page-list-item-body {
  order: 4;
  display: block;
  width: calc(100% - 25px - 200px);
  margin: -7px 0 35px 25px;
  text-align: justify;
}

.page-list-item-body-text {
  order: 4;
  display: block;
  width: calc(100% - 25px - 200px);
  margin: -7px 0 35px 25px;
  text-align: justify;
}

.lay-blog .blog-list .pagination {
  text-align: center;
}
.lay-blog .blog-nav {
  width: 250px;
}
.lay-blog .blog-nav .sect-side {
  margin-bottom: 2.75em;
}
.lay-blog .blog-nav .sect-side:last-child {
  margin-bottom: 0;
}
.lay-blog .blog-nav .sect-side h3 {
  padding: 15px 15px;
  background: #6c6c6c;
  color: #fff;
}
.lay-blog .blog-nav .sect-side ul li {
  margin-bottom: 15px;
  padding: 0 3px 15px;
  border-bottom: 1px dotted #6c6c6c;
  font-size: 0.85em;
  line-height: 1.6;
}
.lay-blog .blog-nav .sect-side ul li:last-child {
  border-bottom-style: solid;
}
.lay-blog .blog-nav .blog-categories ul li,
.lay-blog .blog-nav .blog-archives ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lay-blog .blog-nav .sect-side ul li:first-child {
  padding-top: 15px;
}
.lay-blog .blog-nav .blog-categories ul li:first-child,
.lay-blog .blog-nav .blog-archives ul li:first-child {
  padding-top: 10px;
}
.lay-blog .blog-nav .sect-side ul li .update {
  display: block;
  margin-top: 1px;
  font-size: 0.875em;
}
@media screen and (max-width: 1000px) {
  .lay-blog .blog-list .pagination span.page:not(.current) {
    display: none;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-blog {
    display: block;
  }
  .lay-blog .blog-list,
  .lay-blog .blog-body {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
  .lay-blog .blog-list .pageList {
    margin-bottom: 3em;
  }
  .lay-blog .blog-list .pageList > li {
    margin-bottom: 3em;
  }
  .lay-blog .blog-nav {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .lay-blog .blog-list .pageList > li .thumb {
    width: 150px;
    height: 150px;
  }
  .lay-blog .blog-list .pageList > li .thumb a {
    width: 150px;
    height: 150px;
  }
  .lay-blog .blog-list .pageList > li .description,
  .lay-blog .blog-list .pageList > li .page-list-item-body {
    width: calc(100% - 20px - 150px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 481px) {
  .lay-blog .blog-list .pageList > li {
    padding-bottom: 35px;
  }
  .lay-blog .blog-list .pageList > li .thumb {
    width: 100%;
    height: 46.78vw;
  }
  .lay-blog .blog-list .pageList > li .thumb a {
    width: 100%;
    height: 46.78vw;
  }
  .lay-blog .blog-list .pageList > li .description,
  .lay-blog .blog-list .pageList > li .page-list-item-body {
    width: 100%;
    margin: 1em 0 0 0;
  }
}

/* sect-form
============================================================ */
/* required */
.sect-form .required {
  color: #f80000;
}
/* tbl-form */
.sect-form .sect-form-body {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #6c6c6c;
}
.sect-form .sect-form-body th,
.sect-form .sect-form-body td {
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
}
.sect-form .tbl-login th {
  width: 180px;
}
.sect-form .sect-form-body label {
  cursor: pointer;
}
.sect-form .sect-form-body input[type="text"],
.sect-form .sect-form-body input[type="tel"],
.sect-form .sect-form-body input[type="date"],
.sect-form .sect-form-body input[type="email"],
.sect-form .sect-form-body input[type="password"],
.sect-form .sect-form-body textarea,
.sect-form .sect-form-body select {
  padding: 10px 15px;
}
.sect-form .sect-form-body input[type="text"],
.sect-form .sect-form-body input[type="email"],
.sect-form .sect-form-body input[type="password"] {
  width: 400px;
}
.sect-form .sect-form-body input[type="text"].p-postal-code {
  width: 120px;
}
.sect-form .sect-form-body input[type="tel"] {
  width: 160px;
}
.sect-form .sect-form-body input[type="date"] {
  width: 160px;
}
.sect-form .sect-form-body textarea {
  width: 100%;
  min-height: 30vh;
}
.sect-form .sect-form-body input[type="checkbox"] + label,
.sect-form .sect-form-body input[type="radio"] + label {
  margin-right: 20px;
}
.sect-form .sect-form-body select {
  max-width: 100%;
  margin: 0 2px 0 10px;
}
.sect-form .sect-form-body select:first-child {
  margin-left: 0;
}
.sect-form .sect-form-body .input_error {
  background-color: #ffd3d3;
  border-color: #ff5757;
}
.sect-form .sect-form-body td p {
  margin: 0.5em 0 0;
  font-size: 0.933333333333em;
}
.sect-form .sect-form-body .enquete-form-errors-list {
  color: #f80000;
  font-weight: bold;
}
.sect-form .sect-form-body .enquete-form-errors-list span {
  display: block;
}
.sect-form .sect-form-body th .label-list-wrap {
  position: relative;
  padding-right: 37px;
}
.sect-form .sect-form-body th .label-list-wrap .required {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 3px 4px 4px;
  background-color: #f80000;
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  line-height: 1;
  vertical-align: top;
}
/* sect-form-error */
.sect-form .sect-form-error :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-error {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f80000;
  background: #ffd3d3;
  border: 2px solid #ff5757;
}
.sect-form .sect-form-error li::before {
  background: #f80000;
}
/* sect-form-limit */
.sect-form .sect-form-limit :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-limit {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
/* sect-form-count */
.sect-form .sect-form-count :last-child {
  margin-bottom: 0;
}
.sect-form .sect-form-count {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #0a5fa0;
  background: #c4d9ea;
  border: 2px solid #4584b5;
}
/* sect-form-msg */
.sect-form .sect-form-msg {
  margin-bottom: 2em;
}
.sect-form .sect-form-msg :last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  /* tbl-form */
  .sect-form .sect-form-body {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
    border-left: none;
  }
  .sect-form .sect-form-body th,
  .sect-form .sect-form-body td {
    width: 100%;
    display: block;
    border: none;
  }
  .sect-form .sect-form-body th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sect-form .sect-form-body td {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .sect-form .sect-form-body input[type="text"],
  .sect-form .sect-form-body input[type="email"],
  .sect-form .sect-form-body input[type="password"] {
    width: 100%;
  }
  .sect-form .sect-form-body textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
  .sect-form .sect-form-body th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* sect-form-error */
  .sect-form .sect-form-error {
    margin-bottom: 1.5em;
  }
  /* sect-form-limit */
  .sect-form .sect-form-limit {
    margin-bottom: 1.5em;
  }
  /* sect-form-count */
  .sect-form .sect-form-count {
    margin-bottom: 1.5em;
  }
  /* sect-form-msg */
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 481px) {
  .sect-form .com-btn.back-btn {
    padding-right: 17px;
    padding-left: 35px;
  }
}

/* sect-form-complete
============================================================ */
.sect-form-complete p {
  text-align: center;
}
.sect-form-complete p.double-mb {
  margin-bottom: 2em;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-form-complete p {
    text-align: left;
  }
}

/* section-club
============================================================ */
.section-club .sub-section-photo-movie {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.section-club .sub-section-photo-movie:last-child {
  margin-bottom: 0;
}
.section-club .sub-section-photo-movie > div {
  margin: 0 40px 0 0;
}
.section-club .sub-section-photo-movie > div:last-child {
  margin-right: 0;
}
.section-club .sub-section-photo {
  width: calc(50% - 20px);
}
.section-club .sub-section-photo .slick-item {
  vertical-align: top;
  height: 327px;
}
.section-club .sub-section-photo .slick-item:nth-child(n + 2) {
  display: none;
}
.section-club .sub-section-photo.slick-initialized .slick-item {
  display: inline-block;
}
.section-club .sub-section-photo .slick-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-club .sub-section-photo .slick-list {
  z-index: 1;
}
.section-club .sub-section-photo .slick-arrow {
  top: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-club .sub-section-photo .slick-arrow:hover {
  opacity: 1;
}
.section-club .sub-section-photo .slick-arrow::before {
  content: "";
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  background: none;
  opacity: 1;
}
.section-club .sub-section-photo .slick-prev {
  left: 0;
}
.section-club .sub-section-photo .slick-prev::before {
  -webkit-transform: translateX(105%) rotate(-135deg);
  transform: translateX(105%) rotate(-135deg);
}
.section-club .sub-section-photo .slick-next {
  right: 0;
}
.section-club .sub-section-photo .slick-next::before {
  -webkit-transform: translateX(40%) rotate(45deg);
  transform: translateX(40%) rotate(45deg);
}
.section-club .sub-section-photo .slick-dots {
  position: absolute;
  bottom: inherit;
  margin-bottom: 0;
}
.section-club .sub-section-photo .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: 0;
}
.section-club .sub-section-photo .slick-dots li::before {
  content: none;
}
.section-club .sub-section-photo .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 1;
}
.section-club .sub-section-photo .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6c6c6c;
  border-radius: 10px;
  line-height: 1;
  opacity: 0.5;
}
.section-club .sub-section-photo .slick-dots li.slick-active button::before {
  opacity: 1;
}
.section-club .sub-section-movie {
  width: calc(50% - 20px);
}
.section-club .sub-section-movie :last-child {
  margin-bottom: 0;
}
.section-club .sub-section-movie iframe {
  width: 100%;
  height: 327px;
}
@media screen and (max-width: 1060px) {
  .section-club .sub-section-photo .slick-item,
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px - 40px) / 2 * 0.66736);
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-club .sub-section-photo-movie {
    display: block;
    margin-bottom: 50px;
  }
  .section-club .sub-section-photo-movie > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
  }
  .section-club .sub-section-photo-movie > div:last-child {
    margin: 0 auto;
  }
  .section-club .sub-section-photo .slick-item {
    height: auto;
  }
  .section-club .sub-section-movie iframe {
    height: 280px;
  }
}
@media screen and (max-width: 540px) {
  .section-club .sub-section-photo-movie > div {
    margin-bottom: 70px;
  }
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px) * 0.56);
  }
}

/* pagination
============================================================ */
.pagination {
  margin: 30px 0;
  text-align: center;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination span {
  width: 40px;
  height: 40px;
  margin: 0 2.5px 0;
}
.pagination span:first-child {
  margin-left: 0;
}
.pagination span:last-child {
  margin-right: 0;
}
.pagination span a,
.pagination span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #eb7c7f;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
	    border-radius: 8px;
}
.pagination span a:hover,
.pagination span.current {
  font-weight: bold;
  color: #fff;
  background-color: #eb7c7f;
  text-decoration: none;
  opacity: 1;
}
.pagination span.prev a,
.pagination span.next a,
.pagination span.first a,
.pagination span.last a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.prev a:hover,
.pagination span.next a:hover,
.pagination span.first a:hover,
.pagination span.last a:hover {
  color: #fff;
  background-color: #eb7c7f;
}
.pagination span.first a::before,
.pagination span.last a::before,
.pagination span.prev a::before,
.pagination span.next a::before,
.pagination span.first a::after,
.pagination span.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.pagination span.first a::before,
.pagination span.prev a::before,
.pagination span.first a::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.pagination span.first a:hover::before,
.pagination span.last a:hover::before,
.pagination span.prev a:hover::before,
.pagination span.next a:hover::before,
.pagination span.first a:hover::after,
.pagination span.last a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.prev a::before {
  left: calc(50% + 4px);
}
.pagination span.first a::before {
  left: calc(50% + 1px);
}
.pagination span.first a::after {
  left: calc(50% + 7px);
}
.pagination span.last a::before {
  left: calc(50% - 7px);
}
.pagination span.last a::after {
  left: calc(50% - 1px);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .pagination span.page:not(.current) {
    display: none;
  }
}

/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}
#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #6c6c6c;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
  animation: load-animation 1.1s infinite linear;
}
#cboxTitle {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: relative;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxPrevious,
#cboxNext {
  top: calc(50% - 15px) !important;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 3px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#cboxNext::before,
#cboxNext::after {
  left: auto;
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cboxClose::before,
#cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  background: #fff;
  text-indent: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}

/* inner
------------------------------------------------------------ */

.lay-main-wrap {
    padding-left: 20px;
	padding-right: 20px;
    margin-top: 60px;
}

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

.top2-inner,.top3-inner,.top4-inner {
    padding-left: 40px;
	padding-right: 40px;
}
	
}

@media screen and (max-width: 767px) {
.lay-main-wrap {
    margin-top: 0;
}
}

@media screen and (max-width: 520px) {
	
.top2 {
        margin-top: 0px;
        padding-top: 20px;
    }

.top2-inner,.top3-inner,.top4-inner {
    padding-left: 30px;
	padding-right: 30px;
}
	
}


/* top-overview-btn
------------------------------------------------------------ */

.top-overview-btn{
    max-width: 500px;
    margin: 0 auto 50px auto;
}

.top-overview-btn a{
	display: block;
    background-color: #eb7c7f;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    padding: 40px;
    background-image: url(../images/arrow_y.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 18px;
    border-radius: 30px;
    line-height: 150%;
}
	
@media screen and (max-width: 590px) {

.top-overview-btn a {
        font-size: 20px;
        padding: 35px 25px;
        background-position: right 25px center;
	    border-radius: 20px;
	background-size: 15px;
    }
}


