@charset "UTF-8";
/******************************************************************
ボタンのスタイル
******************************************************************/
.btn {
  position: relative;
  width: 310px;
  height: 55px;
  background-color: #FFF49B;
  line-height: 55px;
  text-align: center;
  margin-left: auto;
  letter-spacing: 0.2em;
  color: #000;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 0;
  z-index: 10;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #ffffff #ffffff #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.link-btn {
  color: #000;
}

.action-box {
  margin: 0 auto;
  width: 310px;
  height: 55px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.action-box:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

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

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

body {
  font-family: "游ゴシック体 Medium","Yu Gothic Medium", "游ゴシック Medium", "YuGothic",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 1041px) {
  .header-wrapper {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
  }
}

section, footer {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.util-title {
  font-size: 35px;
  color: #5F5F5F;
  text-align: center;
  font-family: 'Hannotate TC','Patrick Hand', cursive,'Chalkboard SE','Kosugi Maru',"Yu Gothic Medium", "游ゴシック Medium", 'YuGothic', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==============================================================
  header
===============================================================*/
.header-top {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1041px) {
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-logo {
  width: 140px;
}

.header-logo img {
  display: block;
  width: 140px;
  height: 85px;
}

.header-sns {
  width: 43px;
  height: 43px;
  margin-left: auto;
  margin-right: 60px;
  font-size: 43px;
  line-height: 85px;
}

.header-sns a {
  color: #000;
}

.header-image {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header-image {
    max-width: 550px;
  }
}

.header-image img {
  width: 100%;
}

.header-nav-list {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-nav-item-link {
  font-size: 30px;
  color: #5F5F5F;
  text-align: center;
  font-family: 'Hannotate TC','Patrick Hand', cursive,'Chalkboard SE','Kosugi Maru',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==============================================================
  top
===============================================================*/
.top {
  margin-top: 210px;
  margin-bottom: 90px;
}

.top-wrapper {
  max-width: 870px;
  margin: 0 auto;
}

.top-wrapper img {
  width: 100%;
	  height: 330px;
    object-fit: cover;
    object-position: 50% 70%;
}

.top-footer-btn {
  margin-top: 62px;
}

.under-image-wrapper {
  padding-top: 43px;
}

.under-image-wrapper img {
  border: 3px solid black;
}

.GraphImage div {
  border: 3px solid black;
}

/*==============================================================
  profile
===============================================================*/
.profile {
  padding-top: 75px;
  margin-bottom: 90px;
}

.profile-wrapper {
  max-width: 870px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (min-width: 1041px) {
  .profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.profile-text {
  width: 430px;
}

.profile-text p {
  font-size: 15px;
  font-weight: 100;
  padding-top: 10px;
  color: #5F5F5F;
  line-height: 1.75em;
  letter-spacing: 0.08em;
}

.profile-image {
  width: 410px;
}

.profile-image img {
  width: 100%;
}

/*==============================================================
  news
===============================================================*/
.news {
  padding-top: 75px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (min-width: 1041px) {
  .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 66px;
  }
}

@media screen and (min-width: 1041px) {
  .news-item {
    width: calc(100% / 3 - 20px);
  }
  .news-item:not(:nth-child(3)) {
    margin-right: 30px;
  }
}

.news-item a {
  color: #000;
}

.news-item-img {
  width: 100%;
  border: 4px solid #000;
}

@media screen and (min-width: 1041px) {
  .news-item-img {
    margin-bottom: 22px;
    height: 230px;
  }
}

.news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-time {
  font-size: 16px;
  margin-top: 22px;
  letter-spacing: 0.18em;
}

.news-text {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.1625em;
}

.news-footer-btn {
  margin-top: 77px;
}

/*==============================================================
  Works
===============================================================*/
.works {
  padding-top: 75px;
  margin-bottom: 105px;
}

.works-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-title {
  font-size: 22px;
  text-align: center;
  color: #5F5F5F;
}

.works-img-wrapper {
  margin-top: 12px;
  width: 222px;
}

.works-item-img1 {
  border: 1px solid #707070;
}

.works-item-img1 img {
  width: 100%;
}

.works-item-img2 {
  border: 1px solid #707070;
  margin-top: 26px;
}

.works-item-img2 img {
  width: 100%;
}

/*==============================================================
    contact
===============================================================*/
.contact {
  padding-top: 75px;
  margin-bottom: 75px;
  color: #5F5F5F;
}

.contact .util-title {
  margin-bottom: 20px;
}

.contact-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.666em;
  margin-bottom: 46px;
}

.contact-message-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1041px) {
  .contact-message-wrapper {
    width: 835px;
  }
}

.contact-line {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #5F5F5F;
}

.contact-name {
  font-size: 18px;
}

#pg-contact {
  margin-top: 45px;
}

.name-wrapper {
  margin-top: -12px;
}

@media screen and (min-width: 768px) {
  .name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.name-input {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .name-input {
    max-width: 400px;
  }
}

.input-area {
  margin-top: 14px;
}

.input-box {
  margin-top: 30px;
}

.phone-input {
  max-width: 325px;
  width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 40px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  border: 3px solid #5F5F5F;
}

textarea {
  min-height: 265px;
  resize: vertical;
  margin-bottom: 60px;
}

input[type="submit"] {
  font-size: 17px;
  display: block;
  margin: 0 auto;
  width: 310px;
  height: 60px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.action-box {
  margin-top: 58px;
}

/*==============================================================
    footer
===============================================================*/
@media screen and (min-width: 1041px) {
  .footer-nav {
    margin-top: 50px;
  }
}

.footer-img {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
}

.footer-img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-img-sp {
    display: none;
  }
}

.footer-img-sp {
  margin-top: 8px;
}

/*==============================================================
  pagenation
===============================================================*/
.pagenation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 106px;
}

.prev-btn {
  position: relative;
  width: 310px;
  height: 55px;
  background-color: #FFF49B;
  line-height: 55px;
  text-align: center;
  margin: 0 5px;
  letter-spacing: 0.2em;
  color: #000;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.prev-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.prev-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  width: 0;
  z-index: 10;
  height: 0;
  border-style: solid;
  border-width: 8.5px 14.7px 8.5px 0;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #ffffff #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.next-btn {
  position: relative;
  width: 310px;
  height: 55px;
  background-color: #FFF49B;
  line-height: 55px;
  text-align: center;
  margin: 0 5px;
  letter-spacing: 0.2em;
  color: #000;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.next-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.next-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 0;
  z-index: 10;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #ffffff #ffffff #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

/*==============================================================
  thanks
===============================================================*/
.thanks {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

/*==============================================================
  corona
===============================================================*/
.corona-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.corona-wrapper img {
  width: 100%;
  display: block;
}

/*==============================================================
  confilm
===============================================================*/
.confilm-title {
  font-size: 24px;
  font-family: 'Hannotate TC','Patrick Hand', cursive,'Chalkboard SE','Kosugi Maru',"Yu Gothic Medium", "游ゴシック Medium", 'YuGothic', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.confilm-btn-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

input[type="button" i] {
  width: 150px;
  height: 60px;
  background-color: #c9c8c3;
  line-height: 55px;
  text-align: center;
  margin-left: auto;
  letter-spacing: 0.2em;
  color: #000;
  border: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button" i]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.sub-btn input[type="submit"] {
  width: 310px;
  height: 60px;
  background-color: #FFF49B;
  line-height: 55px;
  text-align: center;
  margin-left: auto;
  letter-spacing: 0.2em;
  color: #000;
  border: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.sub-btn input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*==============================================================
    news一覧ページ
===============================================================*/
.archive-news {
  max-width: 834px;
  width: 100%;
  margin-top: 125px;
  padding-top: 75px;
}

@media screen and (min-width: 768px) {
  .archive-news-wrapper {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 66px;
  }
}

@media screen and (min-width: 1041px) {
  .archive-news-item {
    width: calc(100% / 3 - 36px);
    margin-bottom: 30px;
  }
  .archive-news-item:not(:nth-child(3n+1)) {
    margin-left: 54px;
  }
}

.archive-news-item a {
  color: #000;
}

.archive-news-item-img {
  width: 100%;
}

@media screen and (min-width: 1041px) {
  .archive-news-item-img {
    height: 162px;
    margin-bottom: 8px;
  }
}

.archive-news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-news-time {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.18em;
}

.archive-news-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: 0.1625em;
  line-height: 1.6em;
}

.archive-news-footer-btn {
  margin-bottom: 50px;
}

/*==============================================================
    広告
  ===============================================================*/
.ad-image-wrapper {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ad-image-wrapper img {
  display: block;
  width: 100%;
}

/*==============================================================
    投稿ページ
===============================================================*/
.single-news {
  margin-top: 200px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-news {
    text-align: center;
  }
}

.single-news #single {
  position: absolute;
  top: -50px;
}

.single-news-time {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #343434;
}

.single-news-title {
  margin-top: 24px;
  font-size: 25px;
  letter-spacing: 0.25em;
  color: #343434;
}

.single-news-item-img {
  margin: 0 auto;
  margin-top: 46px;
  width: 320px;
  height: 282px;
}

.single-news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news-content p {
  line-height: 1.5em;
}

.single-news-text {
  margin-top: 55px;
}

.single-news-footer-btn {
  margin: 0 auto;
  margin-top: 150px;
}

.single-news-instagram {
  margin: 84px 0 114px 0;
}

.single-insta-wrapper {
  max-width: 870px;
  margin: 0 auto;
  margin-top: 96px;
  margin-bottom: 114px;
}

@media (max-width: 1040px) {
  /******************************************************************

Stylesheet: 1040px以下（タブレット）で適用

******************************************************************/
  section, footer, .header-wrapper {
    width: 81.2%;
    margin: 0 auto;
  }
  .is-pc {
    display: none;
  }
  /*==============================================================
    profile
===============================================================*/
  .profile-text {
    width: 80%;
    margin: 0 auto;
  }
  .profile-image {
    width: 80%;
    margin: 0 auto;
  }
  /*==============================================================
  news
===============================================================*/
  .news-item-img {
    margin-bottom: 17px;
  }
  .archive-news-time {
    padding: 0 32px;
  }
  .archive-news-text {
    padding: 0 32px;
  }
  /*==============================================================
  single
===============================================================*/
  .news-wrapper {
    width: 70%;
    margin: 0 auto;
    margin-top: 66px;
  }
  .news-item {
    margin-top: 40px;
  }
  .single-news-item-img {
    margin-bottom: 43px;
  }
  /*==============================================================
      works
  ===============================================================*/
  .works-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works-item-wrapper {
    margin: 50px 15px 0 15px;
  }
  .works-img-wrapper {
    margin-top: 12px;
    width: 300px;
  }
  .works-item-img1 {
    border: 1px solid #707070;
  }
  .works-item-img1 img {
    width: 100%;
  }
  .works-item-img2 {
    border: 1px solid #707070;
    margin-top: 26px;
  }
  .works-item-img2 img {
    width: 100%;
  }
  /*==============================================================
    pagenation
  ===============================================================*/
  /*==============================================================
     contact
 ===============================================================*/
  .contact-message-wrapper {
    width: 90%;
  }
  /*==============================================================
     archive-news
 ===============================================================*/
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .archive-news-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .archive-news-item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 40px;
  }
  .archive-news-item:not(:nth-child(2n+1)) {
    margin-left: 60px;
  }
}

@media (max-width: 1040px) {
  .archive-news-item a {
    color: #000;
  }
  .archive-news-item-img {
    width: 100%;
  }
  .archive-news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-news-time {
    font-size: 15px;
    margin-top: 22px;
    letter-spacing: 0.18em;
  }
  .archive-news-text {
    font-size: 16px;
    letter-spacing: 0.1625em;
  }
  .archive-news-item-img {
    margin-bottom: 21px;
  }
  /*==============================================================
  confilm
===============================================================*/
  input[type="button" i] {
    width: 150px;
    height: 60px;
    background-color: #c9c8c3;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  input[type="button" i]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .sub-btn input[type="submit"] {
    width: 310px;
    height: 60px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .sub-btn input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  /******************************************************************

Stylesheet: 767px以下(スマホ)で適用

******************************************************************/
  .is-tab {
    display: none;
  }
  .btn {
    position: relative;
    height: 55px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
    letter-spacing: 0.2em;
    color: #000;
  }
  /*==============================================================
    header
===============================================================*/
  .header-top {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    margin-top: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logo img {
    width: 144px;
  }
  .header-wrapper {
    width: 100%;
    margin-top: 22px;
  }
  .header-image {
    width: 100%;
  }
  /*==============================================================
    top
===============================================================*/
  .insta-image-wrapper {
    width: 100%;
    height: 66.75vw;
  }
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: 66.75vw !important;
  }
  .swiper-container-autoheight img, .swiper-container-autoheight .swiper-slide img {
    -o-object-fit: auto;
       object-fit: auto;
  }
  .insta-gallery-feed.insta-gallery-square .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap, .insta-gallery-square.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap {
    padding-top: 0 !important;
    height: 66.75vw;
  }
  /*==============================================================
      drawer
  ===============================================================*/
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
  }
  .drawer-hamburger {
    padding-top: 15px;
    padding-right: 13px;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0rem;
  }
  .drawer-menu {
    margin: 0 auto;
  }
  .drawer-nav {
    z-index: 1000 !important;
  }
  /*==============================================================
    profile
===============================================================*/
  .profile-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .profile-image {
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: 100%;
    border: 1px solid #5F5F5F;
  }
  .profile {
    margin-bottom: 0px;
  }
  /*==============================================================
    news
===============================================================*/
  .news {
    margin-bottom: 0px;
  }
  .news-footer-btn {
    margin-top: 40px;
  }
  /*==============================================================
      works
  ===============================================================*/
  .works-util-title {
    margin-bottom: 35px;
  }
  .works {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .works-item-wrapper {
    margin: 25px 15px 0 15px;
  }
  /*==============================================================
    footer
===============================================================*/
  .header-nav-list {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 62px;
    text-align: center;
  }
  .header-nav-item {
    margin-top: 40px;
  }
  .is-tab2 {
    display: none;
  }
  footer {
    width: 100%;
  }
  .footer-list {
    margin: 0 auto !important;
  }
  /*==============================================================
   archive-news
===============================================================*/
  .archive-news {
    width: 70%;
    margin: 0 auto;
    margin-top: 220px;
  }
  .archive-news-wrapper {
    margin-top: 108px;
  }
  .archive-news-item {
    margin-bottom: 50px;
  }
  .archive-news-footer-btn {
    margin-bottom: 50px;
  }
  .archive-news-item-img {
    margin-bottom: 21px;
  }
  /*==============================================================
    pagenation
===============================================================*/
  .pagenation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 90px;
    margin-bottom: 45px;
  }
  .next-wrapper {
    margin-top: 40px;
  }
  /*==============================================================
  single
===============================================================*/
  .single-news-content {
    width: 70%;
    margin: 0 auto;
  }
  .single-news-footer-btn {
    margin-top: 80px;
  }
  .single-news-title {
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 0.25em;
    color: #343434;
  }
  .single-news {
    margin-top: 210px;
  }
  /*==============================================================
    confilm
===============================================================*/
  input[type="button" i] {
    width: 100px;
    height: 60px;
    background-color: #c9c8c3;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  input[type="button" i]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .sub-btn input[type="submit"] {
    width: 250px;
    height: 60px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .sub-btn input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media (max-width: 500px) {
  /******************************************************************

Stylesheet: 500px以下(スマホ)で適用

******************************************************************/
  .is-tab2 {
    display: none;
  }
  /*==============================================================
    header
===============================================================*/
  /*==============================================================
    top
===============================================================*/
  /*==============================================================
    news
===============================================================*/
  .news-wrapper {
    width: 100%;
    margin-top: 30px;
  }
	 .news-item-img img {
    height: 228px;
  }
  /*==============================================================
    contact
===============================================================*/
  .phone-input {
    width: 195px;
  }
  input[type="submit"] {
    font-size: 17px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border: none;
  }
  textarea {
    margin-bottom: 50px;
  }
  .contact {
    margin-bottom: 65px;
  }
  /*==============================================================
      footer
  ===============================================================*/
  /*==============================================================
    news一覧ページ
===============================================================*/
  .archive-news {
    width: 100%;
    margin-top: 220px;
  }
  .archive-news-wrapper {
    margin-top: 25px;
  }
  .archive-news-item {
    margin-bottom: 28px;
  }
  .archive-news-footer-btn {
    margin-bottom: 50px;
  }
  .archive-news-item-img {
    height: 245px;
  }
  /*==============================================================
       news投稿ページ
   ===============================================================*/
  .single-news-item-img {
    margin: 0 auto;
    margin-top: 46px;
    width: 100%;
    height: 245px;
  }
  .single-news-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-news-wrapper {
    width: 100%;
  }
  .single-news-content {
    width: 100%;
    padding: 40px 35px 0 35px;
    text-align: left;
  }
  .single-news-text {
    margin-top: 43px;
  }
  /*==============================================================
    pagenation
  ===============================================================*/
  .prev-btn {
    position: relative;
    width: 310px;
    height: 55px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin: 0 5px;
    letter-spacing: 0.2em;
    color: #000;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .prev-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .prev-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    width: 0;
    z-index: 10;
    height: 0;
    border-style: solid;
    border-width: 8.5px 14.7px 8.5px 0;
    border-color: transparent #000000 transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  }
  .next-btn {
    position: relative;
    width: 310px;
    height: 55px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin: 0 5px;
    letter-spacing: 0.2em;
    color: #000;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .next-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .next-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 0;
    z-index: 10;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 14.7px;
    border-color: transparent transparent transparent #000000;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  }
  /*==============================================================
    confilm
===============================================================*/
  input[type="button" i] {
    width: 70px;
    height: 60px;
    background-color: #c9c8c3;
    line-height: 60px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  input[type="button" i]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .sub-btn input[type="submit"] {
    width: 150px;
    height: 60px;
    background-color: #FFF49B;
    line-height: 55px;
    text-align: center;
    margin-left: auto;
    letter-spacing: 0.2em;
    color: #000;
    border: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .sub-btn input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
  }
	/*==============================================================
        corona
    ===============================================================*/
  .corona {
    width: 95% !important;
    margin: 0 auto;
  }
  .corona-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .corona-wrapper img {
    width: 100%;
    display: block;
  }
}
