/*
* Theme Name: toshin.com
* Theme URI: https://www.toshin.com
* Description: toshin.comで共通で使うスタイル
* Created Date: 2018.02.28
* Update Date:
*/

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

----------------------------------
Color
----------------------------------

primary  : #009380


----------------------------------
Font
----------------------------------

Mac:Hiragino Sans
Win:;YuGothi

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

body {
  font-family: 'Kosugi Maru', sans-serif;
}

a {
  color: #444;
}

a:hover {
  opacity: .8;
}

section {
  padding: 30px 0;
}

.container {
  padding: 20px 0;
  transition: .8s;
  opacity: 1;
  min-width: 1000px;
}

.fadeIn {
  transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  opacity: 0;
}

/*------------------------------------
  ttl
  ------------------------------------*/

.ttl-primary {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
  padding-top: 50px;
}

.ttl-primary span {
  display: block;
  position: relative;
  font-size: 1.2em;
}

.ttl-primary span::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  background: #00469b;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -transform: translateX(-50%);
}

.ttl-primary .sub_ttl {
  display: block;
  font-size: 2.4rem;
  margin-top: .5em;
}

.ttl-secondary {
  font-size: 2.4rem;
}

.ttl-tertiary {
  font-size: 1.8rem;
}

/*------------------------------------
  Button
  ------------------------------------*/

.btn-basic {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 20px;
  padding: .5em 1em;
  transition: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-weight: bold;
}

.fa-angle-right {
  line-height: 1.5;
  float: right;
}

/* btn-basicApplication-type01 */

.btn-basicApplication-type01 {
  border: 1px solid #cc1338;
  background-color: #dc143c;
  background-image: linear-gradient(to bottom, #dc143c, #cc1338);
}

.btn-basicApplication-type01:hover {
  border: 1px solid #bd1134;
  background-color: #ad102f;
  background-image: linear-gradient(to bottom, #cc1338, #ad102f);
}

/* btn-basicRequest-type01 */

.btn-basicRequest-type01 {
  border: 1px solid #009380;
  background-color: #008271;
  background-image: linear-gradient(to bottom, #009380, #008271);
}

.btn-basicRequest-type01:hover {
  border: 1px solid #008271;
  background-color: #008271;
  background-image: linear-gradient(to bottom, #008271, #008271);
}

/* btn-basicMeeting--type01 */

.btn-basicMeeting--type01 {
  border: 1px solid #002d71;
  background-color: #0041a4;
  background-image: linear-gradient(to bottom, #0041a4, #002d71);
}

.btn-basicMeeting--type01:hover {
  border: 1px solid #0041a4;
  background-color: #00193e;
  background-image: linear-gradient(to bottom, #0041a4, #00193e);
}

.btn-row-three .btn-basic {
  font-size: 2.0rem;
}

.btn-wide .btn-basic {
  width: 50%;
  margin: 0 auto calc(40px + 50px) auto;
}

.btn-bottom-wrap {
  padding: 20px 20px 10px;
  background-color: #f5f5f5;
}

.btn-bottom-wrap h3 {
  text-align: center;
  border-bottom: none;
}

/*mv-slide*/

.ohashi-slide-block {
  width: 1000px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

.ohashi-slide {
  width: 265px;
  height: 174px;
  margin: 0 -20px;
  animation-duration: 28s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

.ohashi-slide-left {
  margin-right: -24px;
}

.ohashi-slide-right {
  margin-left: -24px;
}

.ohashi-slide-4 {
  animation-name: ohashi4;
}

.ohashi-slide-1 {
  animation-name: ohashi1;
}

.ohashi-slide-2 {
  animation-name: ohashi2;
}

.ohashi-slide-3 {
  animation-name: ohashi3;
}

@keyframes ohashi4 {
  0% {
    background-image: url(../img_new/mv-slide4.png);
  }
  14.2% {
    background-image: url(../img_new/mv-slide5.png);
  }
  28.5% {
    background-image: url(../img_new/mv-slide6.png);
  }
  42.8% {
    background-image: url(../img_new/mv-slide7.png);
  }
  57.1% {
    background-image: url(../img_new/mv-slide1.png);
  }
  71.4% {
    background-image: url(../img_new/mv-slide2.png);
  }
  85.7% {
    background-image: url(../img_new/mv-slide3.png);
  }
  100% {
    background-image: url(../img_new/mv-slide4.png);
  }
}

@keyframes ohashi1 {
  0% {
    background-image: url(../img_new/mv-slide1.png);
  }
  14.2% {
    background-image: url(../img_new/mv-slide2.png);
  }
  28.5% {
    background-image: url(../img_new/mv-slide3.png);
  }
  42.8% {
    background-image: url(../img_new/mv-slide4.png);
  }
  57.1% {
    background-image: url(../img_new/mv-slide5.png);
  }
  71.4% {
    background-image: url(../img_new/mv-slide6.png);
  }
  85.7% {
    background-image: url(../img_new/mv-slide7.png);
  }
  100% {
    background-image: url(../img_new/mv-slide1.png);
  }
}

@keyframes ohashi2 {
  0% {
    background-image: url(../img_new/mv-slide2.png);
  }
  14.2% {
    background-image: url(../img_new/mv-slide3.png);
  }
  28.5% {
    background-image: url(../img_new/mv-slide4.png);
  }
  42.8% {
    background-image: url(../img_new/mv-slide5.png);
  }
  57.1% {
    background-image: url(../img_new/mv-slide6.png);
  }
  71.4% {
    background-image: url(../img_new/mv-slide7.png);
  }
  85.7% {
    background-image: url(../img_new/mv-slide1.png);
  }
  100% {
    background-image: url(../img_new/mv-slide2.png);
  }
}

@keyframes ohashi3 {
  0% {
    background-image: url(../img_new/mv-slide3.png);
  }
  14.2% {
    background-image: url(../img_new/mv-slide4.png);
  }
  28.5% {
    background-image: url(../img_new/mv-slide5.png);
  }
  42.8% {
    background-image: url(../img_new/mv-slide6.png);
  }
  57.1% {
    background-image: url(../img_new/mv-slide7.png);
  }
  71.4% {
    background-image: url(../img_new/mv-slide1.png);
  }
  85.7% {
    background-image: url(../img_new/mv-slide2.png);
  }
  100% {
    background-image: url(../img_new/mv-slide3.png);
  }
}

/*------------------------------------
  Box
  ------------------------------------*/

.box-card {
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  padding: 25px;
}

.box-card p:last-child {
  margin-bottom: 0;
}

/*------------------------------------
  banner:common;
  ------------------------------------*/

.banner-area {
  width: 780px;
  margin: 0px auto 40px;
}

/*------------------------------------
  SNS:common;
  ------------------------------------*/

.sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(40px + 40px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-share img {
  width: 100%;
}

.sns-share {
  font-family: fontawesome;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 45px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  /* background: #db6e82; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  : center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-share:hover {
  opacity: .7;
}

.sns-share .fab, .sns-share .fas {
  font-size: 5rem;
}

.sns-share span {
  font-weight: bold;
}

.sns-share .share-ttl {
  display: block;
  font-size: 13px;
  margin-left: .5em;
  font-weight: bold;
}

.btn-sns-fb {
  background-color: #305097;
}

.btn-sns-tw {
  background-color: #00aced;
}

.btn-sns-line {
  font-size: 2rem;
  background-color: #4ad319;
}

.btn-sns-mail {
  background-color: #009380;
}

/*------------------------------------
  Fix banner
  ------------------------------------*/

.content-main {
  margin-bottom: 50px;
}

.fixed-banner {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  padding: 15px 15px;
  box-shadow: 0 2px 6px gray;
  background-color: #f5f5f5;
}

.fixed-banner .btn-basicApplication-type01 {
  width: 600px;
  margin: 0 auto;
}

/*------------------------------------
  To top
  ------------------------------------*/

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 15px 0 0;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: #009380;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: .7;
}

#pageTop .fas {
  font-size: 2.8rem;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
}

header .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  : center;
}

header .icon img {
  width: 80px;
}

nav {}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

nav ul li {
  margin: 0 10px;
  font-size: .8em;
}

.logo {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.logo img {
  width: 300px;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-toggle span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #00469b;
}

.page-header {
  padding-top: 100px;
}

.mv-swiper-01 {
  overflow: hidden;
  height: 480px;
  min-width: 1000px;
}

.mv-swiper-01 img {}

.mv-swiper-01 .swiper-slide {
  display: flex;
  justify-content: center;
}

.mv-swiper-02 .swiper-slide {
  background: #fff;
  display: block;
  box-shadow: 0px 0px 7px -1px #a0a0a0;
  padding: 1%;
  box-sizing: border-box;
  /* min-height: 470px; */
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 440px;
}

.mv-swiper-02 .swiper-slide .ttl {
  font-weight: bold;
}

.ttl span {
  font-weight: normal;
  font-size: 0.9em;
  color: #00469b;
}

.mv-swiper-02 .swiper-slide img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.mv-swiper-02 .swiper-slide a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
}

.mv-swiper-02 .swiper-slide a:nth-of-type(2) {
  background: #00469b;
}

.mv-swiper-02 {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
  padding: 10px 5px;
  position: relative;
  padding-bottom: 70px;
}

.swiper-pagination-bullet {
  width: 70px!important;
  height: 5px!important;
  border-radius: 0!important;
  margin: 0 20px!important;
}

#info {
  background-color: #f7f7f7;
}

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

#info .flex-box a {
  background-color: #fff;
  /* padding: 20px; */
  box-shadow: 5px 5px 13px -9px #333;
  margin-top: 20px;
  border-right: 20px solid #00469b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  : center;
  position: relative;
  text-align: center;
  transition: .5s ease-in-out;
  background-size: auto 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#info .flex-box a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  color: #333;
  font-size: 2em;
  position: absolute;
  right: 20px;
}

#info .flex-box a.box-1 {
  width: 100%;
}

#info .flex-box a.box-3 {
  width: calc(100% / 3 - 10px);
  padding: 20px 0;
  padding-right: 30px;
}

#info .flex-box a.box-3 img {
  width: 100px;
}

#info .flex-box a img[src$=".svg"] {
  width: 100%;
}

#info .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  overflow: hidden;
  height: 200px;
}

#info .img-box li {
  width: 100%;
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
  overflow: hidden;
}

#info .txt-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  ;
}

#info .txt-box span {
  font-size: 1.5em;
  letter-spacing: 6px;
}

#search {
  background-color: #EDF2F8;
  padding-bottom: 30px;
}

#search h3 {
  border-bottom: 3px solid;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  display: block;
  width: 250px;
}

#search h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #00469b;
  position: absolute;
}

#search h3 img {
  width: 60px;
  display: inline-block;
  margin-right: 30px;
}

#search h4 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search h4 span {
  background-color: #00469b;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px;
}

#search h4 span.after {
  background-color: #003370;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  ;
}

.area-box {
  width: calc(1000px /6 - 15px);
  margin: 0 5px;
}

.area-box ul {
  background-color: #fff;
  padding: 10px 5px;
}

.area-box li {
  list-style: none;
}

.area-box li a {
  border-left: 6px solid #00469b;
  padding-left: 5px;
  font-size: 1.3em;
  margin-top: 4px;
  list-style: none;
  z-index: 2;
  overflow: hidden;
  display: block;
}

.area-box li a:hover {
  color: #fff;
  border-left: 6px solid #00469b;
  padding-left: 5px;
  font-size: 1.3em;
  margin-top: 4px;
  list-style: none;
  z-index: 2;
  position: relative;
  transition: .2s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

.area-box li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00469b;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -2;
  transition: .2s ease-in-out
}

.area-box li a:hover:after {
  left: 0;
  opacity: 1;
}

#nagase_information .info-content a {
  display: block;
  width: 30%;
}

#nagase_information .info-content img {
  width: 100%;
}

#nagase_information p {
  text-align: center;
  font-size: 2rem;
}

#player .event-swiper {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  padding-bottom: 70px;
}

#player .event-swiper .info_txt {
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  height: 35%;
  padding: 0 30px;
  font-size: 2em;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}

#player .event-swiper .swiper-slide {
  height: 300px;
  overflow: hidden;
}

#player .event-swiper .swiper-slide img {
  width: 100%;
}

#player .event-swiper .info_txt .wrapper {
  border-bottom: 1px solid #fff;
  width: calc(95% - 60px);
  position: absolute;
  bottom: 10px;
  line-height: 1.2;
  padding-bottom: 10px;
}

#player .event-swiper .info_txt .wrapper span {
  font-size: .8em;
}

#player .event-swiper .info_txt .wrapper:after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
}

#information .info-content a {
  display: block;
  margin-bottom: 20px;
  width: 48%;
}

#information_2 .flex-box {
  flex-direction: column;
}

#information .info-content img {
  width: 100%;
}

#kyoshitsu_blogs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F8F8F5;
  border-color: -moz-use-text-color #DFDFD2 #DFDFD2;
  border-image: none;
  border-right: 1px solid #DFDFD2;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  font-size: 13px;
  margin: auto;
  padding: 0 25px;
  width: 715px;
}

#kyoshitsu_blogs .box_S {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: -moz-use-text-color #DFDFD2 #DFDFD2;
  border-image: none;
  border-right: 1px solid #DFDFD2;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin: 0 0 15px;
  padding: 0 0 25px;
  width: 343px;
}

#kyoshitsu_blogs .box_L {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: -moz-use-text-color #DFDFD2 #DFDFD2;
  border-image: none;
  border-right: 1px solid #DFDFD2;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin: 0 0 15px;
  width: 713px;
}

#kyoshitsu_blogs h1 {
  margin: 10px 0;
}

#tab li {
  float: left;
  list-style: none;
  cursor: pointer;
  /* background: #eee; */
}

#tab li.select {
  /* background: yellow; */
}

.disnon {
  display: none;
}

.content_wrap {
  min-height: 100px;
  padding: 5px 10px;
  border: dotted 1px;
  height: 400px;
  overflow: auto;
}

#title_1 {
  padding: 22px 0 0 75px;
  max-width: 150px;
  overflow: hidden;
}

#title_1.select {
  padding: 12px 0 0 75px;
  max-width: 150px;
  overflow: hidden;
}

#title_2 {
  padding: 26px 0 0 64px;
  max-width: 150px;
  overflow: hidden;
}

#title_2.select {
  padding: 10px 0 0 64px;
  max-width: 150px;
  overflow: hidden;
}

#title_3 {
  padding: 40px 0 0 60px;
  max-width: 150px;
  overflow: hidden;
}

#title_3.select {
  padding: 10px 0 0 60px;
  max-width: 150px;
  overflow: hidden;
}

#tab_1 {
  background: url('./img/tab_1_c.png');
  width: 210px;
  height: 46px;
  margin-top: 34px;
  font-size: 22px;
}

#tab_1.select {
  background: url('./img/tab_1_o.png');
  width: 210px;
  height: 80px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: bold;
}

#tab_2 {
  background: url('./img/tab_2_c.png');
  width: 210px;
  height: 50px;
  margin-top: 30px;
  font-size: 22px;
}

#tab_2.select {
  background: url('./img/tab_2_o.png');
  width: 210px;
  height: 79px;
  margin-top: 1px;
  font-size: 22px;
  font-weight: bold;
}

#tab_3 {
  background: url('./img/tab_3_c.png');
  width: 210px;
  height: 63px;
  margin-top: 17px;
  font-size: 22px;
}

#tab_3.select {
  background: url('./img/tab_3_o.png');
  width: 210px;
  height: 79px;
  margin-top: 1px;
  font-size: 22px;
  font-weight: bold;
}

.info-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.info li {}

.info-box dl {
  margin: 25px;
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 30px;
  overflow-x: hidden;
}

.info-box dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  position: relative;
}

.info-box dd:after {
  content: "";
  display: block;
  width: 5%;
  height: 1px;
  position: absolute;
  background: #333;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
}

.info-box dl::-webkit-scrollbar {
  width: 12px;
}

.info-box dl::-webkit-scrollbar-track {
  background: #eee;
  border-left: solid 1px #ececec;
  border-radius: 10px;
}

.info-box dl::-webkit-scrollbar-thumb {
  background: #00469b;
  border-radius: 10px;
}

.info-box {
  box-shadow: 3px 3px 6px 3px #ababab;
  /* width: 470px; */
  margin: 10px;
  margin-bottom: 30px;
}

.info-box h3 {
  display: block;
  text-align: center;
  width: 440px;
  margin: 20px auto;
  font-size: 1em;
  padding-bottom: 15px;
  border-bottom: 3px solid #00469b;
  font-weight: 100;
}

.info-box h3 span {
  font-weight: bold;
  font-size: 1.1em;
}

#pool .container .flex-box:nth-of-type(1) {
  background-image: url(../img_new/water-bg.png);
  background-size: cover;
  padding: 20px;
  flex: 1;
}

#pool .container .flex-box:nth-of-type(2) {
  flex: 1;
  justify-content: center;
  align-items: center;
}

#pool h2 {
  color: #00469b;
  position: relative;
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}

#pool h2:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img_new/icon-water.svg);
  width: 60px;
  height: 60px;
  background-size: cover;
  top: 0;
  right: 0;
}

#aedgolf .flex-box {
  justify-content: space-evenly;
  margin: 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  : center;
}

#nagase_group h3 {
  color: #009380;
  font-size: .9em;
}

#nagase_group ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 5px 0;
  border-top: 2px #A0D0C8 solid;
  border-bottom: 2px #A0D0C8 solid;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nagase_group li {
  margin: 0 0 10px 0;
  padding: 0;
}

.swiper-pagination-bullet-active {
  background: #00469b!important;
}

#lineup_tab li, #sensyu_tab li {
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
  width: 100px;
}

#lineup_tab li img, #sensyu_tab li img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .mv-swiper-02 .swiper-slide a:nth-of-type(1) {
    height: 200px;
  }
}

.notice-txt {
  width: 1000px;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
}

.class-after {
  margin-top: 20px;
  text-align: right;
  width: 100%;
}

.class-after a {
  text-decoration: underline;
}

#nagase_group .copy {
  font-size: 10px;
  line-height: 1.2em;
  /* width: 94%; */
  margin-top: 4px;
  text-align: center;
}

#nagase_group .copy a {
  font-size: 10px!important;
}

@media screen and (max-width: 600px) {
  img {
    width: auto;
  }
}
