@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------
	intro
--------------------------------------------------- */
.intro {
  position: relative;
  padding-top: 100px;
  margin-bottom: 50px;
}
.intro h2 {
  color: #4d4d4d;
}
.intro .jp-mid {
  font-size: 2.2rem;
  color: #1fa3c1;
}

.tuta_left, .tuta_right {
  position: absolute;
  top: 0;
}

.tuta_left {
  left: -30px;
  width: 400px;
}

.tuta_right {
  right: -30px;
  width: 400px;
}

/* ----------------------------------------------------
	new_gallery
--------------------------------------------------- */
.bg-blue2 {
  position: relative;
  display: block;
  height: auto;
  background: url("../img/common/nami2_bg.png");
  background-position: center;
  background-repeat: repeat;
  padding-bottom: 70px;
}

.bg-blue2::before {
  content: "";
  background: url("../img/common/nami2_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  display: inline-block;
  width: 100%;
  height: 90px;
  margin-top: -38px;
  z-index: 1;
}

.new-gallery {
  text-align: center;
  padding-bottom: 120px;
}
.new-gallery .inner {
  max-width: 780px;
}
.new-gallery .new-icon {
  margin-bottom: 10px;
}
.new-gallery .new-icon img {
  width: 100px;
  max-width: 100%;
  height: auto;
}
.new-gallery .new-gallery-box {
  border: 2px solid #1fa3c1;
  padding: 30px 30px 40px;
  margin-bottom: 50px;
}
.new-gallery .new-gallery-box figure img {
  max-width: 100%;
  margin: 0 auto;
}
.new-gallery h4.type-name {
  position: relative;
  font-family: ten-mincho, serif;
  text-align: center;
  color: #1fa3c1;
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
.new-gallery h4.type-name span {
  padding: 0.2em 0.8em;
  letter-spacing: 0.1rem;
  border-bottom: 3px double #1fa3c1;
}
.new-gallery .top-img-rap {
  margin-bottom: 50px;
}
.new-gallery .top-img-rap figure:first-child {
  margin-bottom: 20px;
}
.new-gallery .top-img-rap figure img {
  max-width: 100%;
  height: auto;
}
.new-gallery .drone-banner {
  max-width: 780px;
}
.new-gallery .drone-banner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .bg-blue2 {
    padding-bottom: 80px;
  }
}
/* ----------------------------------------------------
	top-paint
--------------------------------------------------- */
.top-paint {
  padding-top: 10px;
  position: relative;
  display: block;
  height: auto;
  background: url("../img/common/nami_bg.png");
  background-position: center;
  background-repeat: repeat;
}

.top-paint::before {
  content: "";
  background: url("../img/common/nami_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-top: -50px;
}

/*
.top-paint::after {
	content: '';
	background: url("../img/common/nami_bottom.png");
	background-repeat: repeat-x;
  background-position: center bottom;
  display: inline-block;
	width: 100%;
	height: 40px;
  margin-bottom: -40px;
	}
*/
.top-paint .bg01 {
  position: absolute;
  left: 0;
}

.top-paint .bg02 {
  position: absolute;
  right: 0;
}

.top-paint .inner {
  padding: 30px 0 30px;
}

.kakumeiPic {
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center;
}

ul.paintList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

ul.paintList li {
  width: calc(50% - 30px);
  margin-left: 30px;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

h3.paint-hTitle {
  background-color: #8cc63f; /* 背景色 */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.typeTbl {
  width: 100%;
  margin-bottom: 25px;
}

.typeTbl th, .typeTbl td {
  width: 50%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 2px solid #fff;
}

.typeTbl th {
  background-color: #ffa200;
  color: #fff;
  font-size: 16px;
  padding: 3px;
}

.typeTbl td {
  background-color: #ffebd0;
  padding: 10px 5px 15px 5px;
  font-size: 14px;
  vertical-align: top;
}

.typeTbl td strong {
  color: #f15a24;
  font-size: 26px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  display: block;
}

.memo {
  background-color: #f2f2f2;
  padding: 20px 15px 15px 15px;
  font-size: 13px;
  position: relative;
  text-align: left;
}

.memo .memo-icon {
  background-color: #1486a0;
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -7px;
  left: 13px;
}

.icon-osusume {
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 2;
}

.icon-nagamoti {
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 2;
}

.point {
  width: 100%;
  max-width: 800px;
  min-height: 92px;
  margin: 0 auto;
  background-image: url(../img/top/paint-point.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 120px;
}

.point p {
  letter-spacing: 0;
}

/* ----------------------------------------------------
	Greeting
--------------------------------------------------- */
.greeting {
  background-image: url(../img/top/note-bg.png);
  background-repeat: repeat;
  position: relative;
}

.notePhoto {
  position: absolute;
  width: 50%;
  max-width: 620px;
  bottom: 0;
  right: 0;
}

.greeting h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.greeting .greeting-text {
  width: 50%;
  max-width: 520px;
  text-align: left;
}

.greeting .greet-sign {
  padding-top: 15px;
}

/* ----------------------------------------------------
	Gallery
--------------------------------------------------- */
.top-gallery {
  background-color: #f5f5f5;
}

ul.galleryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  text-align: left;
}

ul.galleryList li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 30px;
}

ul.galleryList li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

ul.galleryList li .gallery-title {
  font-size: 16px;
}

ul.galleryList li .gallery-title span {
  font-size: 13px;
  color: #808080;
  display: block;
}

/* ----------------------------------------------------
	VOICE
--------------------------------------------------- */
.top-voice {
  width: 100%;
  height: 35vw;
  max-height: 600px;
  min-height: 300px;
  background-image: url(../img/top/voice_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 50px;
}
.top-voice a img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------
	instafeed
--------------------------------------------------- */
.top-insta {
  padding-bottom: 40px;
}

.top-insta iframe {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------------------
	blog
--------------------------------------------------- */
.top-blog {
  padding: 50px 0 70px;
  border-bottom: 1px solid #C1C1C1;
}

.top-blog a img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------
	バナー
--------------------------------------------------- */
.top-bnr {
  padding: 50px 0 70px;
}

.top-bnr .inner {
  max-width: 740px;
}

.top-bnr a img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------

	Media Queries

--------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* ----------------------------------------------------
  top-paint
   --------------------------------------------------- */
  .top-paint .bg01 {
    width: 270px;
  }
  .top-paint .bg02 {
    width: 270px;
  }
  ul.paintList {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .notePhoto-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* -------------
  intro
   ---------------- */
  .tuta_left, .tuta_right {
    width: 280px;
  }
  /* ----------------------------------------------------
  top-paint
   --------------------------------------------------- */
  .top-paint .bg01 {
    width: 200px;
    top: -30px;
  }
  .top-paint .bg02 {
    width: 200px;
    top: -30px;
  }
  .top-paint .inner {
    padding: 30px 0 30px;
  }
  ul.paintList {
    margin-left: 0;
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
  }
  ul.paintList li {
    width: calc(100% - 0px);
    margin-left: 0;
    margin-bottom: 40px;
  }
  .memo {
    background-color: #f2f2f2;
    padding: 20px 15px 15px 15px;
    font-size: 13px;
    position: relative;
    text-align: left;
  }
  .point {
    padding-left: 100px;
  }
  .point p {
    font-size: 14px;
  }
  /* ----------------------------------------------------
  	Greeting
  --------------------------------------------------- */
  .greeting {
    padding-bottom: 0;
  }
  .notePhoto {
    display: none;
  }
  .greeting h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .greeting .greeting-text {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .notePhoto-sp {
    width: 100%;
    text-align: right;
  }
  .notePhoto-sp img {
    max-width: 100%;
    height: auto;
  }
  /* ----------------------------------------------------
   gallery
  --------------------------------------------------- */
  ul.galleryList li .gallery-title {
    font-size: 16px;
  }
  /* ----------------------------------------------------
  	VOICE
  --------------------------------------------------- */
  .top-voice {
    height: auto;
    max-height: initial;
    min-height: inherit;
  }
}
@media screen and (max-width: 600px) {
  /* -------------
  intro
   ---------------- */
  .tuta_left {
    display: none;
  }
  .tuta_right {
    display: none;
  }
  .intro p {
    text-align: left;
  }
  /* ----------------------------------------------------
  top-paint
   --------------------------------------------------- */
  .top-paint .bg01 {
    width: 130px;
    top: -30px;
  }
  .top-paint .bg02 {
    width: 130px;
    top: -30px;
  }
  /* Gallery
  --------------------------------------------------- */
  ul.galleryList {
    margin-left: -10px;
  }
  ul.galleryList li {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 15px;
  }
  ul.galleryList li .gallery-title {
    font-size: 14px;
  }
  ul.galleryList li .gallery-title span {
    font-size: 11px;
  }
  .top-voice {
    background-image: none;
    padding: 0 0;
  }
}