body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #333;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}



.pc-only {
  display: block;
}

.sp-only {
  display: none;
}




/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 20px;
}

#wrapper p {
  padding: 0px 0;
  text-align: center;
}
.section {
  padding: 40px 0;
}

.section:nth-of-type(odd) {
  background-color: #fff;
	
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

/*========= waveを描画するエリア設定 ===============*/

.wave {
  position: relative;
}

.wave canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave canvas2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #333;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #d9e6ef;

}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: #6ea7cc;
}

.header-line {
  height: 5px;
  background-color: #6ea7cc;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.text:hover{
    color: #BFBFD8;
}

.gnav-item:not(:last-child) {
  margin-right: 20px;
}

.gnav-item a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .05em;
  color: #6ea7cc;
}


/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vh;
  text-align: center;
}

.mv-container {
  padding: 0 40px;
}

.mv-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 15px;
  letter-spacing: .1em;
	  text-align: center;
}

.mv-title::first-letter {
  color: #60f1e2;
  font-size: 200%;
 }

.mv-subtitle {
  font-size: 19px;
	color: #1f2a66;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: .08em;
	  text-align: center;
}

.mv-text {
width:70%;
     margin: 0 auto;
	font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv-text-b {
width:70%;
     margin: 0 auto;
	font-size: 14px;
  line-height: 1.8;
  text-align: left;
	  font-weight: bold;
  color: #1cb6ba;
}




/*--------------------------------
 location
---------------------------------*/
.location-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.location-item {
  width: 22.74603%;
  margin-right: 1.58730%;
  margin-bottom: 30px;
  color: #333;
}
.location-item img  {border: 1px solid #C0C0C0;
	}

.location-item:nth-of-type(4n) {
  margin-right: 0;
}
/*--------------------------------
.location-item:hover {
  opacity: .9;
}

.works-item:nth-of-type(4n) {
  margin-right: 0;
}

.location-name {
  font-size: 12px;
	font-family: serif; 
  font-weight: bold;
  margin-top: 8px;
}

.location-info {
  font-size: 10px;
  margin-top: 5px;
}
---------------------------------*/

/*--------------------------------
 map
---------------------------------*/
.map {
  margin: auto;	
}


.mapArea {width: 70%;height: auto;  margin: 0 auto;display: block;}


/*--------------------------------
 about
---------------------------------*/
.about {

  text-align: center;
}

.about-item:not(:last-child) {
  margin-right: 10px;
}

.about-text {
  margin-top: 10px;
}

.about-share {
  text-align: right;
	  margin-right: 90px;
}
.about-share-list li {
  display: inline-block;
}

/*--------------------------------
 ポップアップ
---------------------------------*/
.base-container{
  padding: 10px 10px;
}


.map-wrapper iframe{
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #6ea7cc;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #d9e6ef;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #797979;
}

/*--------------------------------
 下層：locationページ
---------------------------------*/
.article {
  padding: 30px 0;
}

.article-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body h3 {
  padding: 1rem 2rem;
  color: #575958;
  font-size: 25px;
  margin-top: 15px;  margin-bottom: 40px;
  text-align: center;
}


h3::first-letter {
  color: #60f1e2;
  font-size: 200%;
}

.share {
  text-align: left;
}
.share-list li {
  display: inline-block;
}

.article-body {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.google-view {
  float: right;
  minimum-width: 40%;
  margin-top: 20px;
}



.box {
  background: #e8ecf8;
  padding: 10px 10px 10px 15px;
  color: #666;
  text-align: left;
  margin: 0 auto;
}

.information{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 0px 0;
  border-bottom: 1px solid #121212;
}

.share{
  position: relative;
  top: auto;
 margin-bottom: 10px;
	
}

.inner {
 position: relative;
  font-size: 12px;
}

.flex-container {
    display: flex;
    gap: 1rem;
    max-width: 700px;
    margin: 10px auto;
}



.ttl{
  position: relative;
  top: auto;
 margin-bottom: 10px;
}

.flex-container:before {
    content: "";
    border: 1px solid #d3d3d3;
    align-self: stretch;
}


.flex-container__item--start {
    order: -1;
	flex: 1;
  padding-top: 0px;
}

	
.flex-container__item--end {
	flex: 1;
  padding-top: 0px;
}

.link-map {
  max-width: 50%;
  margin-top: 20;
	float: right;
}



.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.article-body p img{
  margin-top: 50px;
}

.article-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.article-text img {
  float: right;
  width: 40%;
  margin: 10px 0px 10px 10px;
}

.effect {
 padding: 4px;
 background-color: #FFFFFF;
 box-shadow: 0 2px 4px -3px rgba(0, 0, 0, 0.4);
}


.home-link {
  text-align: center;
}




/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 57px;
  }

 

	.section {
    padding: 60px 0;
  }

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */
  .header .container {
    padding: 15px;
  }

  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }

  .gnav-item:not(:last-child) {
    margin-right: 10px;
  }

  .gnav-item a {
    font-size: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /*  メインビジュアル */
  .mv {
    height: 75vh;
  }

  .mv-container {
    padding: 0 20px;
  }

  .mv-title {
    font-size: 30px;
  }
	
  .mv-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

	 .mv-subcatch {
    font-size: 16px;
	font-weight: bold;
    margin-bottom: 20px;
  }


  .mv-text {
    font-size: 14px;
    line-height: 1.7;
  }

  /* location */
  .location-name {
    font-size: 12px;
  }

  .location-info {
    margin-top: 3px;
  }

  .location-list {
    justify-content: space-between;
  }

  .location-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* map */
  .map {
    display: block;
  }
  .map-img {
    width: 75vw;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .map-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .map-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 5px 0;
  }

  .article-body h3 {
    font-size: 16px;
    padding-left: .8em;
  }

	
  .article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
	
.flex-container__item--start p {
  width:50%;
  margin-top: 0px;
}
}
