@media screen and (max-width:1080px) {
  /*　画面サイズが767px〜1080px（tablet）はここを読み込む　*/

  /* 文字サイズをレスポンシブにする方法
  font-size: calc( (32 - 16)*(100vw - 320px) / (1024 - 320) + 16px); */

  .container {
    max-width: 980px;
    width: 100%;
    padding: 0 65px;
    margin: 0 auto;
    text-align: center;
  }

  /* メイン画像のCSS */

  .main-title {
    max-width: 1080px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
  }
  
  .main-title span {
    padding: 30px 24px;
    margin: 50px 25px 0 0;
    background-color: #FFFFFF;
    opacity: 0.8;
    writing-mode: vertical-rl;
    color: #295525;
    font-size: 26px;
    font-weight: bold;
  }
  
  .main-title p:first-child{
    margin-right: 50px;
  }

  /* iconの設定 */

  /* ボタンの設定 */

  .btn {
    padding: 15px 40px;
    background-color: #295525;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 38px;
  }

  /* コンセプトの設定 */

  .consept-text {
    padding-top: 71px;
    margin-bottom: 60px;
  }
  
  .consept-text p {
    font-size: 21px;
    font-weight: bold;
    line-height: 2.5em;
  }
  

  /* こだわりの設定 */

  .points-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
  
  .point {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column-reverse;
    margin: 0 auto 60px;
  }
  
  .point:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .point:nth-child(2) {
    margin: 0 auto 30px;
  }
    
  .point-side-img {
    display: none;
  }
  
  .point-text-area {
    max-width: 494px;
    width: 100%;
    margin: 0 auto;
  }

  .point-title-area {
    display: flex;
    width: 100%;
    margin: 10px auto 0 ;
  }
  
  .point-title-img {
    position: relative;
    max-width: 120px;
    min-width: 60px;
    width: 100%;
  }
  
  .point-title-img::before{
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  .point-title-img img {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .point-title-text {
    max-width: 320px;
    width: 100%;
    margin-top: 30.5px;
  }
  
  .point-title-text p {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 100%;
    line-height: 34px;
    margin: 0;
  }
  
  .point-text {
    max-width: 420px;
    width: 100%;
    margin: 0 auto 0;
  }

  .point-text p {
    font-size: 16px;
    color: #333333;
    font-weight: medium;
    line-height: 27px;
  }
  
  .point-img {
    max-width: 497px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .point:nth-child(2) .point-img {
    margin-right: 0px;
}
  
  /* オンラインストアの設定 */

  .items {
    display: flex;
    justify-content: center;
  }

  .item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width: 330px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    margin: 0 45px 45px 0;
    width: calc(33.3333333% - 90px / 3);
  }
  
  .item:nth-child(3n) {
    margin-right: 0;
  }

  /* お知らせの設定 */

  .news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .infomation-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .information-list {
    display: flex;
    width: 330px;
  }

  .loop-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .loop-article {
    display: flex;
    justify-content: space-between;
    margin: 0 20px 45px 20px;
    text-align: center;
  }

  .loop-article:nth-child(3) {
    margin: 0 0 45px 0;
  }


  .loop-article article {
    max-width: 330px;
    width: 100%;
  }

  .news-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width: 330px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    margin: 0 auto;
    width: calc(33.3333333% - 90px / 3);
  }


  .article-img {
    position: relative;
    margin: 0 auto;
    max-width: 310px;
    height: auto;
    width: 100%;
  }

  .article-img img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .news-img {
    max-width: 310px;
    max-height: 206px;
    min-width: 290px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .category-box {
    position: absolute;
    top: 0;
    right: 0;
  }

  .news-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }  
  

  /* イベントの設定 */

  .images-block {
    margin: 70px 16px 0 16px;
  }

  .images-block-line {
    margin-right: auto;
    margin-left: auto;
  }

  .image-block {
    width: calc(33.3333333% - 20px / 3);
    position: relative;
    max-width: 300px;
    max-height: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .image-block:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* ギャラリーの設定 */

  

}

@media screen and (max-width:767px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  
  .sp {
    display: block;
  }

  .container {
    max-width: 767px;
    width: 100%;
    padding: 0 17.5px;
    margin: 0 auto;
    text-align: center;
  }

  /* ヘッダーの設定 */
  header {
    max-width: 767px;
    width: 100%;
    height: 65px;
  }
  
  .header-ul {
    display: none;
  }

  .smp-header {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  
  .smp_sizing_logo {
    max-width: 50px;
    margin-left: 15px;
  }

  .smp-menu {
    margin-top: 5px;
    margin-right: 19.5px;
  }
  
  .smp-menu img {
    width: 40px;
    height: 30px;
    color: #295525;
  }

  .smp-menu::after {
    display: flex;
    justify-content: center;
    content: 'MENU';
    font-size: 12px;
    color: #295525;
    font-weight: bold;
  }

/* メイン画像の設定 */

  .main-title {
    max-width: 767px;
    width: 100%;
    position: static;
    /* display: flex;
    justify-content: start;
    flex-direction: row; */
  }

  .main-title span {
    display: none;
  }

  .main-img {
    margin-bottom: 0px;
  }

  .main-message {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }

  .main-message-area {
    max-width: 168px;
    width: 100%;
    margin: 42px auto 0;
  }

  .main-message-area p {
    font-size: 18px;
    font-weight: bold;
    color: #295525;
    line-height: 31px;
    text-align: left;
  }

  .main-message-text {
    margin-bottom: 17px;
  }

  .main-message-text:last-child {
    margin-bottom: 0;
  }

  /* iconの設定 */
    /* レスポンシブcssにて対応 */
.title-icon {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
}

.title-img {
  max-width: 80px;
  min-width: 80px;
  width: 100%;
}

.title-icon h2 {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0 20px 0;
}

.title-line {
  width: 100%;
  max-width: 200px;
}

.subtext {
  margin-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}

.subtext p {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
}

/* コンセプトのテキスト設定 */
.consept-text {
  max-width: 272px;
  width: 100%;
  margin: 0 auto 60px;
}

.consept-text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5em;
}

.consept-text-smp {
  display: inline;
}

.consept-text-pc {
  display: none;
}

.point-img {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.point-img img {
  max-width: 340px;
  width: 100%;
}

.point:nth-child(2) .point-img {
  margin-right: auto;
}

.point-title-text p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.point-title-img {
  position: relative;
  max-width: 120px;
  min-width: 60px;
  width: 100%;
}

.point-title-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}


.point-title-img img {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

  /* オンラインストアの設定 */

  .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width: 330px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    width: 100%;
    margin: 0 auto 30px;
  }
  
  .item:nth-child(3n) {
    margin: 0 auto;
  }

  .item-btn {
    margin-bottom: 60px;
  }

  /* お知らせの設定 */

  .news-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wp-post-image {
    margin: 0 auto;
  }

  .infomation-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .infomation-list {
    display: flex;
  }

  .news-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #FFFFFF;
    max-width: 330px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 3px;
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
  }
  
  .loop-articles {
    display: flex;
    flex-wrap: wrap;
  }

  .loop-article {
    width: 100%;
    margin-right: 0;
  }

  .loop-article {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px 0;
    text-align: center;
  }

  .loop-article:nth-child(3) {
    margin: 0 0 45px 0;
  }

  .news-btn {
    margin-bottom: 60px;
  }

  /* イベントエリア */

  .seasons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 27px;
    margin-left: 24px;
    margin-right: 24px;
    max-width: 1080px;
    width: 100%;
  }
  
  .season-arrow {
    /* margin-top: 5%;
    width: 30%; */
    margin: 0 auto;
  }
  
  .season-arrow img {
    max-width: 50px;
    width: 100%;
    transform: rotate(90deg);
    margin-bottom: 20px;
  }
  
  .season-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #295525;
    margin-top: 20px;
    width: 100%;
  }
  
  .season-text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }

  .dashed-block {
    margin-bottom: 60px;
  }

  /* ギャラリーの設定 */
  .images-block {
    margin-top: 30px;
  }

  .image-block {
    width: 33.3%;
    position: relative;
    max-width: 300px;
    max-height: 300px;
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .image-block:nth-child(3n) {
    margin-bottom: 6px;
  }

  .gallery-btn {
    margin-bottom: 60px;
  }

  
  /* footerの設定 */

  .footer-logo img {
    max-width: 90px;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  
  .footer-tel {
    margin-bottom: 23px;
  }
  

  .footer-menu-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .footer-menu-content p {
    color: #333333;
    font-weight: bold;
    padding: 0 33px;
    border-right: none;
  }
  
  .footer-menu-content p:last-child {
    border-right: none;
  }
  
  .footer-menu-text {
    margin-bottom: 12px;
  }

  .footer-menu-text:nth-child(3) {
    margin-bottom: 0;
  }
 
  .copyright-area {
    background-color: #295525;
    height: 50px;
    display: table;
    width: 100%;
  }
  
  .copyright {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
  }

  

}

@media screen and (max-width:356px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  .point-title-text p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}