@charset"utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
/*
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100%;
  font-weight:500;
*/
  color: #7c7070;
  text-align: justify;
  text-justify: inter-ideograph;
  background : #dddddd;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.kome {
  font-size: 1.2rem;
}
.link-b a {
  font-weight: 900;
  text-decoration: underline;
  color: #4C65B3;
}

.link-b a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  font-size: 75%;
  font-weight: 900;
  margin: 0 3px;
}
.link-b2 a {
  font-weight: 900;
  text-decoration: underline;
  color: #4C65B3;
  font-size: 100%;
}

.link-b2 a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  font-size: 100%;
  font-weight: 900;
  margin: 0 3px;
}

.link-text {
  margin-top: 30px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}


/* common propaty
----------------------- */
img {
  width: 100%;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

table,tbody,tr,th,td {
  width: 100%;
}

.bold {
  font-weight: bold;
}

/* body & #wrap
----------------------- */
#wrap {
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}

/* #top
----------------------- */
#keyvisual {
  position:relative;
  text-align:center;
  background:#ffffff;
}
.dock {
  position:relative;
  margin:auto;
  max-width:1500px;
}
img {
  width:100%;
  vertical-align:bottom
}
.s {
  display:none!important
}
.l {
  display:inline-block!important
}
.kv-container {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0
}
.container {
  width:95%;
  height:100%;
  margin:auto;
  font-size: 1.6rem;
}
.title {
  width: 70%;
  margin: 10px auto 10px;
  display: flex;
  justify-content: center;
}

/* #abouttop
----------------------- */
#abouttop {
  background-image: url("../images/maincopy.png");
}

#abouttop h2 {
  font-size: 1.5rem;
  padding: 90px 0;
  text-align: center;
  line-height: 4rem;
}


/* #about-blue
----------------------- */
#about-blue {
  background-color: #80CCE0;
}
#about-blue h2 {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 70px;
  text-align: center;
  line-height: 4rem;
}

#about-blue p {
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  padding-top: 20px;
}

/* #about
----------------------- */
#about {
  background-color: #ffffff;
}
#about h2 {
  font-size: 1.5rem;
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
  line-height: 4rem;
}

#about .container {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
/*    grid-template-rows: 160px 160px;*/
    gap: 20px;
}


/* #pictblueon
----------------------- */
#pictblueon {
  background-size: auto auto;
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
}
#pictblueon .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


/* #pictfull
----------------------- */
#pictfull {
  background-size: auto auto;
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
}
#pictfull .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#pictfull .flexbox {
  display: block;
  margin: 0 0 20px 0;
}
#pictfull .flexbox .box1 {
  width: 100%;
  margin: 0 auto 0px;
}
#pictfull .flexbox .box2 {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 0;
}

/* #pictfacility
----------------------- */
#pictfacility {
  background-size: auto auto;
  background: #EEECEB;
  padding: 50px 0;
  width: 100%;
  margin-bottom: 50px;
}

#pictfacility .wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
#pictfacility .flexbox {
  display: flex;
  justify-content:center;
  flex-direction: row;
  margin: 40px 0 40px 0;
}
#pictfacility .flexbox .box1 {
  width: 100%;
  margin: 0 30px;
}
#pictfacility .flexbox .box2 {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 0;
}
/* #pictfoot
----------------------- */
#pictfoot {
  background-size: auto auto;
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
}
#pictfoot .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


/*ボタン*/
.btn {
  display: block;
  text-align: center;
  margin: 50px 0 60px 0;
}
.btn a {
  color:#fff;
}
.btn-gradient-two {
  background: linear-gradient(135deg, #f59fcb 0%, #DF83B3 100%);
  color: white;
  border: none;
  padding: 20px 80px;
  font-size: 1.3rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  
  &:hover {
    transform: translateY(-3px);
  }
  
  &:active {
    transform: translateY(-1px);
  }
}

/*ボタン 2列の場合*/
.btn2 {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.btn2 a {
  color:#fff;
}
.btn2-gradient-two {
  background: linear-gradient(135deg, #b4e3f0 0%, #80CCE0 100%);
  color: white;
  border: none;
  padding: 20px 80px;
  font-size: 1.3rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  
  &:hover {
    transform: translateY(-3px);
  }
  
  &:active {
    transform: translateY(-1px);
  }
}



/*★★★★★★レスポンシブ_PC表示のみ★★★★★★*/
@media (min-width: 769px) {
/*
.sp {
  display: none;
}
*/
body {
  font-size: 26px;
}
#wrap {
width: 1200px;
margin: 0 auto;
}
.br-pc {
  display:block;
}
.br-sp {
  display:none;
}
.img-sp {
  display: none;
}
}



/*★★★★★★レスポンシブ_tab&SP表示★★★★★★*/
@media (max-width:768px) {
/* common propaty
----------------------- */
.pc {
  display: none;
}
.br-pc {
  display:none;
}
.br-sp {
  display:block;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
.title {
  width: 100%;
  margin: 20px auto 10px;
  display: flex;
  justify-content: center;
}


/* #abouttop
----------------------- */
#abouttop {
  background-image: url("../images/maincopy-sp.png");
}

#abouttop h2 {
  font-size: 0.9rem;
  padding: 30px 0;
  text-align: center;
  line-height: 2.3rem;
}

/* #about-blue
----------------------- */
#about-blue {
  background-color: #80CCE0;
}
#about-blue h2 {
  color: #ffffff;
  font-size: 0.9rem;
  padding-top: 40px;
  text-align: center;
  line-height: 1.5rem;
}
#about-blue p {
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  padding-top: 20px;
}

/* #about
----------------------- */
#about {
  padding: 0 0 10px 0
}
#about h2 {
  font-size: 0.9rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 2rem;
}
#about .container {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
/*    grid-template-rows: 160px 160px;*/
    gap: 10px;
}

/* #pictfull
----------------------- */
#pictfull {
  padding-top: 10px;
  padding-bottom: 10px;
}
#pictfull .wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
#pictfull .flexbox {
  display: block;
  margin: 0 0;
}
#pictfull .flexbox .box1 {
  width: 100%;
  margin: 0 auto;
}
#pictfull .flexbox .box2 {
  margin-top: 0px;
  width: 100%;
  padding: 0;
}

/* #pictfacility
----------------------- */
#pictfacility {
  background-size: auto auto;
  background: #EEECEB;
  padding: 50px 0;
  width: 100%;
  margin-bottom: 50px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#pictfacility .wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#pictfacility .flexbox {
  display: flex;
  flex-direction: column ;
  margin: 20px 0 0 0;
}
#pictfacility .flexbox .box1 {
  width: 100%;
  margin: 0 30px 0 0;
}
#pictfacility .flexbox .box2 {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 0;
}

/*ボタン*/
.btn {
  display: block;
  text-align: center;
  margin: 0px 0 30px 0;
}
.btn a {
  color:#fff;
}
.btn-gradient-two {
  background: linear-gradient(135deg, #f59fcb 0%, #DF83B3 100%);
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 0.8rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  
  &:hover {
    transform: translateY(-3px);
  }
  
  &:active {
    transform: translateY(-1px);
  }
}

/*ボタン 2列の場合*/
.btn2 {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.btn2 a {
  color:#fff;
}
.btn2-gradient-two {
  background: linear-gradient(135deg, #b4e3f0 0%, #80CCE0 100%);
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 0.8rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  
  &:hover {
    transform: translateY(-3px);
  }
  
  &:active {
    transform: translateY(-1px);
  }
}


/* #pictfoot
----------------------- */
#pictfoot {
  padding-top: 10px;
}
#pictfoot .wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}


.kome {
  font-size: 0.6rem;
}
  
}
