﻿@charset "UTF-8";

/*===============================================
PC：画面の横幅が960px以上
===============================================*/
body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #392214;
  background-color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

#content-wrapper {
  margin: 0 auto;
}

#top {
  width: 100%;
}

.top-image {
  display: flex;
  position: relative;
}

.top-left {
  width: 25%;
}

.top-left img {
  height: 40vw;
  padding: 10% 0% 0 60%;
}

.main-image {
  margin-left: auto;
  width: 75%;
}

.main-image img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}


#header-forPC {
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#header-forPC .header-inner {
  display: flex;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#header-forPC .header-logo {
  padding: 0 10px;
}

#header-forPC .nav {
  width: 100%;
  /* margin-top: 30px; */
}

#header-forPC .nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

#header-forPC .navItem {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}


#header-forPC .navItem a {
  color: #392214;
  display: block;
  line-height: 1.5;
  text-decoration: none;
  padding-left: 50px;
}

#header-forPC .nav li a:hover {
  cursor: pointer;
  color: #ea5514;
  transition: all .3s ease 0s;
}

#header-forPC .nav li span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4px;
}

/*PC スクロール後のヘッダー*/
.header-change {
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: #4b4b4b;
}

.header-change .header-inner {
  display: flex;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
}

.header-change .header-logo {
  padding: 0 10px;
}

.header-change .nav {
  width: 100%;
  /* margin-top: 30px; */
}

.header-change .nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.header-change .navItem {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.header-change .navItem span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

.header-change .nav ul li a {
  display: block;
  color: #999999;
  line-height: 1.5;
  text-decoration: none;
  padding-left: 50px;
}

.header-change .nav ul li a:hover {
  cursor: pointer;
  color: #fff;
  transition: all .3s ease 0s;
}

.header-change.show {
  top: 0;
}

.header-forTab {
  display: none;
}

.concept {
  padding: 130px 0 200px 0;
  background-image: url("images/concept-image.jpg");
  background-size: cover;
}

.concept-title {
  text-align: center;
  letter-spacing: 0.1em;
}

.concept p {
  font-size: 16px;
  margin-bottom: 40px;
}

.concept-description p {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  text-align: center;
}

#content {
  background-color: #f9f8ee;
  padding: 130px 0;
}

#content h2 {
  width: 280px;
  text-align: center;
  line-height: 1.3;
  border-left: #ea5514 3px solid;
  border-right: #ea5514 3px solid;
  margin: 0 auto 50px;
  letter-spacing: 0.1em;
}

.content-description {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  justify-content: space-between;
}


.content-description img {
  padding: 30px 25px 30px 0;
}

.content-item {
  display: flex;
  background-color: #fff;
  width: 470px;
  margin-bottom: 20px
}

.content-description h3 {
  font-size: 24px;
  padding-top: 25px;
}

.content-description p {
  margin: 10px 10px 18px 25px;
  text-align: left;
  height: 90px;
  font-size: 14px;
}

.content-description a {
  color: #392214;
  border-radius: 30px;
}

.btn {
  display: block;
  width: 160px;
  line-height: 2.3;
  margin: 0 auto;
  font-size: 14px;
  text-decoration: none;
  background: #ea5514;
  transition: background-color .1.5s;
}

.btn:hover {
  background-color: #4b4b4b;
}

.btn span {
  color: #fff
}




#group {
  padding: 130px 0;
}

.overview h2 {
  width: 180px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-left: #ea5514 3px solid;
  border-right: #ea5514 3px solid;
  margin: 0 auto 50px;
}

.overview-table {
  display: flex;
  justify-content: center;
}

.table-left {
  background-color: #f9f8ee;
}

.table-left th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
}

.table-left td {
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
}

.first {
  padding: 20px 20px 0 20px;
}

.middle {
  padding: 10px 20px 0 20px;
}

.last {
  padding: 10px 20px 20px 20px;
}

.table-left iframe {
  padding-right: 30px;
  width: 90%;
}


.table-right {
  font-size: 14px;
  padding-top: 0;
  padding-left: 50px;

}

.table-right h4 {
  padding: 20px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 115px;
  letter-spacing: 0.1em;
}

.table-right h4::before {
  position: absolute;
  content: '';
  bottom: 2em;
  left: .2em;
  width: 10px;
  height: 10px;
  background-color: #ea5514;
}


.table-right h4::after {
  position: absolute;
  content: '';
  bottom: 2em;
  right: .2em;
  width: 10px;
  height: 10px;
  background-color: #ea5514;
}


.table2 td {
  padding: 3px 10px;
}




.member {
  padding-top: 130px;
}

.member h2 {
  font-size: 24px;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}

.profiel {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.profiel li {
  width: 260px;
  float: left;
  margin: 0 40px;
  text-align: center;
}

.eng {
  font-size: 14px;
  font-weight: bold;
  color: #ea5514;
  margin: 10px 0 3px 0;
}

.name {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.from {
  font-size: 14px;
  margin: 30px 0;
}

#product {
  background-color: #f9f8ee;
  padding: 130px 0;
}

#product h2 {
  width: 180px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-left: #ea5514 3px solid;
  border-right: #ea5514 3px solid;
  margin: 0 auto 50px;
}

#product ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 960px;
}

#product li {
  width: 33%;
  padding: 0 15px;
}

#product li img {
  width: 100%;
}

.product-content {
  width: 100%;
}

.product-name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  width: max-content;
}

.product-description {
  font-size: 14px;
  margin-bottom: 20px;
  height: 110px;
}

#product a {
  font-size: 14px;
  line-height: 2.3;
  text-decoration: none;
  color: #fff;
  background: #ea5514;
  transition: background-color .1.5s;
  border-radius: 30px;
  display: block;
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

#product a:hover {
  background-color: #4b4b4b;
}





.SNS {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0;
}

.SNS-forPC {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.facebook-forPC {
  padding-left: 20px;
}

.SNS-forTab {
  display: none;
}




#contact-page {
  background-color: #f9f8ee;
  padding: 130px 0 250px 0;
}

.contact-page-title h2 {
  width: 240px;
  text-align: center;
  line-height: 1.3;
  border-left: #ea5514 3px solid;
  border-right: #ea5514 3px solid;
  margin: 0 auto 50px;
  letter-spacing: 0.1em;
}


.contact-page-title p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 414px;
}

#contact-page form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}


.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item p {
  font-size: 16px;
  font-weight: bold;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}


.Form-Item-Label-Required {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 10px;
  display: inline-block;
  text-align: center;
}


.Form-Item-Input {
  border: 1px solid #fff;
  margin-left: 40px;
  padding: 10px;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.Form-Item-Textarea {
  border: 1px solid #fff;
  margin-left: 40px;
  padding: 10px;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.Form-Btn {
  cursor: pointer;
  border: 1px solid #ea5514;
  margin-top: 32px;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 430px;
  display: block;
  letter-spacing: 0.05em;
  background: #ea5514;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#success {
  display: none;
}

#success.slideDown {
  display: block;
}

#success p {
  text-align: center;
}

#sorry {
  display: none;
}

#sorry.slideDown {
  display: block;
  text-align: center;
}

#formWrap {
  width: 720px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

.content-ttl {
  text-align: center;
  font-size: 20px;
}

.contact-page-message {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
  border-top: #6c757d solid 1px;
  border-bottom: #6c757d solid 1px;
}

table.formTable td,
table.formTable th {
  padding: 15px 30px;
  font-size: 16px;
}

table.formTable th {
  width: 50%;
  font-weight: 500;
  text-align: right;
}

.btn-group {
  text-align: center;
  margin: 60px auto 0;
}

/* submit と button のスタイル設定 */
.btn-group input[type="submit"],
.btn-group input[type="button"] {
  cursor: pointer;
  border: 1px solid #ea5514;
  margin-top: 32px;
  margin-left: auto;
  width: 240px;
  letter-spacing: 0.05em;
  background: #ea5514;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  padding: 4px 1.5rem;
  transition: background-color 0.3s ease;
  margin: 0 0.5rem;
}

/* ボタンのホバー時 */
.btn-group input[type="submit"]:hover,
.btn-group input[type="button"]:hover {
  opacity: 0.7;
}

/* もし button の色を別にしたい場合 */
.btn-group input[type="button"] {
  border: 1px solid #6c757d;
  background-color: #6c757d;
}

.btn-group input[type="button"]:hover {
  opacity: 0.7;
}

.btn-guide {
  margin-top: 30px;
  text-align: center;
}


p.error_messe {
  margin: 5px 0;
  color: red;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:519px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
    text-align: left;
    font-size: 16px;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }

  form input[type="button"] {
    margin-bottom: 10px;
  }
}

.FOOTER {
  width: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #4b4b4b;
}

.F-content {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.F-con-description {
  width: 100%;
}

.F-con-des1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
}

.F-con-des2 {
  padding-top: 50px;
}

.address {
  padding: 20px;
}


.mail {
  font-family: 'Montserrat', sans-serif;
}


.snsbtniti {
  display: flex;
}

/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 48%;
  text-align: center !important;
  padding-left: 5px;
}

/* ボタン全体 */
.flowbtn17 {
  border-radius: 50%;
  position: inline-block;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
}

/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover {
  text-decoration: none;
}

/* アイコンをど真ん中に */
.flowbtn17 i {
  margin: auto;
}

/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover {
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}


small {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}





/*===============================================
タブレット：画面の横幅が520〜959pxまで
===============================================*/
@media (max-width: 959px) {
  #content-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #top {
    width: 100%;
  }

  .top-image {
    padding-top: 78.5px;

  }

  .main-image {
    width: 80%
  }

  .main-image img {
    height: 80vw;
  }

  .top-left {
    width: 20%
  }

  .top-left img {
    height: 55vw;
    padding: 20% 0% 0 40%;
  }

  .header-forTab {
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #4b4b4b;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .header-forTab .nav li span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4px;
  }

  .header-forTab .header-logo {
    max-width: 50%;
    display: block;
    padding: 10px;
  }

  .header-forTab .header-inner {
    width: 100%;
    position: relative;
    background: #4b4b4b;
  }

  .header-forTab .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 1em;
  }

  /*ナビゲーション部分*/
  .header-forTab .nav ul li a {
    display: block;
    font-weight: bold;
    padding: 2em;
    border-bottom: 1px dotted #CCC;
    color: #333;
    text-decoration: none;
  }

  .header-forTab .nav ul {
    display: block;
  }

  .header-forTab .nav ul li a:hover {
    background-color: #4b4b4b;
    color: #fff;
  }


  .header-forTab .nav {
    text-align: center;
    background-color: #fff;
    transition: 0.5s ease;
    /*滑らかに表示*/
    display: none;
  }

  /*OPEN時の動き*/
  .header-forTab .nav.open {
    display: block;
    transform: translateX(0%);
    /*メニューを元の位置へ戻す*/
  }

  /*トグルボタンのスタイルを指定*/
  .Toggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    width: 50px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    right: 30px;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 4px #fff;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/

  }

  /*各ボーダー少しずつずらす*/
  .Toggle span:nth-child(1) {
    top: 5px;
  }

  .Toggle span:nth-child(2) {
    top: 18px;
  }

  .Toggle span:nth-child(3) {
    top: 32px;
  }

  .Toggle.active span:nth-child(1) {
    top: 18px;
    /* 1番目のspanをマイナス45度に */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header-forPC {
    display: none;
  }

  .header-change {
    display: none;
  }



  .concept {
    background-position: center bottom;
  }

  #content h2 {
    width: 30%;
  }

  .content-description {
    display: block;
    width: 100%;
  }

  .content-item {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }

  .content-item .description {
    width: 60%;
  }

  .content-description h3 {
    padding-top: 15px;
    height: 28%;
  }

  .content-description p {
    height: 90px;
    margin: 10px 30px 5px 30px;
  }

  .content-description img {
    width: 95%;
  }

  .content-description a {
    padding: 0.2em 1em;
  }


  .overview h2 {
    width: 30%;
  }

  .overview-table {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .table-left {
    width: 100%;
  }

  .table-left iframe {
    width: 90%;
  }

  .table-right {
    padding-left: 0;
  }

  .table-right h4 {
    width: 20%;
  }

  .table2 {
    margin: 0 auto;
  }

  .profiel {
    width: 95%;
  }

  .profiel li {
    margin: 0;
  }

  .profiel li img {
    padding: 0 5px;
  }




  #product h2 {
    width: 15%;
  }

  #product ul {
    width: 500px;
    flex-direction: column;
  }

  #product li {
    display: flex;
    margin: 0 auto;
    width: 510px;
    padding: 0;
    padding-bottom: 60px;
  }

  #product ul li img {
    width: 50%;
  }

  .product-content {
    margin-left: 15px;
  }

  .product-description {
    margin-bottom: 35px;
  }

  #product a {
    padding: 0.2em 1em;
  }




  .SNS-forPC {
    display: none;
  }

  .SNS-forTab {
    display: grid;
    margin: 0 auto;
  }

  .Instagram-forTab {
    margin: 0 auto;
  }

  .facebook-forTab {
    margin: 0 auto;
    padding-top: 30px;
  }





  #contact-page {
    padding: 216px 0 250px 0;
  }

  .contact-page-title h2 {
    width: 40%;
  }

  .contact-page-title p {
    width: 60%;
  }

  #contact-page form {
    width: 90%;
  }

  .form {
    margin-top: 40px;
  }

  .Form-Item {
    flex-wrap: nowrap;
  }

  .Form-Item p {
    display: block;
    width: 50%;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 20px;
    font-size: 20px;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }

  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }

  .Form-Btn {
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    margin-top: 44px;
  }





  .FOOTER {
    width: 100%;
    padding: 20px 0;
  }

  .F-content {
    width: 520px;
  }

  .F-con-des2 {
    padding-top: 50px;
    padding-right: 20px;
  }


  .F-con-description {
    width: 68%;
    padding-left: 20px;
  }

  .F-con-des1 {
    display: block;
    padding: 30px 0;
  }

  .address {
    padding: 10px 0;
  }

  small {
    width: 85%;
    padding: 25px 0 10px 0;
  }
}



/*===============================================
スマホ： 画面の横幅が320~519pxまで
===============================================*/
@media (max-width: 519px) {

  .header-forTab .header-logo {
    padding: 10px 0;
  }

  .header-forTab .header-logo img {
    width: 100%;
  }

  .Toggle {
    right: 20px;
  }

  .Toggle span {
    width: 40px;
  }



  .top-image {
    padding-top: 16%;
  }



  .concept {
    padding-top: 90px;
  }

  .concept-description {
    width: 85%;
    margin: 0 auto;
  }

  .concept-description p {
    margin-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }



  #content h2 {
    width: 50%;
  }

  .content-item {
    display: block;
  }

  .content-item .description {
    width: 100%;
  }

  .content-description h3 {
    padding-bottom: 15px;
  }

  .content-description p {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 70%;
    height: auto;
  }

  .content-description a {
    padding: 0.5em 0.4em;
  }

  .content-description .image {
    padding: 25px 10px;
  }

  .content-description img {
    padding: 0;
    width: 70%;
  }



  .overview h2 {
    width: 50%;
  }

  .table-left th {
    padding: 15px 0 5px 0px;
    width: 24%;
  }

  .table-left td {
    padding-left: 15px;
    width: 80%;
  }

  .table-member {
    padding-bottom: 15px;
  }

  .table-left iframe {
    padding: 0;
    padding-top: 8px;
  }

  .table-right h4 {
    width: 35%;
  }

  .table2 td {
    width: 5%;
    padding-bottom: 3px;
  }

  .table2 .history-detail {
    width: 30%;
  }



  .profiel {
    display: block;
  }

  .name {
    margin-bottom: 15px;
  }

  .from {
    margin: 11px 0 40px 0;
  }

  .profiel li {
    float: none;
    width: auto;
  }




  #product h2 {
    width: 28%;
  }

  #product ul {
    width: 90%;
  }

  #product li {
    display: block;
    width: 85%;
  }

  #product ul li img {
    width: 100%;
  }

  .product-content {
    margin-left: 0;
    text-align: center;
    display: inline-block;
  }

  .product-name {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-description {
    text-align: left;
    margin-bottom: 25px;
    height: auto;
  }

  #product a {
    padding: 0.5em 0.4em;
  }



  .SNS {
    display: none;
  }

  .F-content {
    width: 90%;
  }

  .F-con-description {
    padding-left: 0;
  }

  .F-con-des2 {
    padding-right: 0;
  }

  .snsbtniti li {
    padding-left: 0;
  }

  .address {
    width: max-content;
  }


  .contact-page-title h2 {
    width: 70%;
  }


  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .Form-Btn {
    width: 100%;
  }
}




@media (max-width: 440px) {
  .top-image-for-tab {
    padding-top: 55px;
  }
}
