h2, p {
  margin: 0px;
}

.haitatu {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
/*================
 PC用のスタイル
=================*/
@media only screen and (min-width: 1001px), print{
.syouhin_pc {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.syouhin_pc img {
  width: 100%;
}

.syouhin_moba { 
  display: none; 
}

.syouhin_pc1 {
  display: flex;
  justify-content: center;

  margin-top: 80px;
}
.syouhin_pc1 img {
  width: 100%;
}

.syouhin_moba1 { 
  display: none; 
}

.haitatu {
  font-size: 32px;
}

.komeko {
  display: flex;
}
.komekokakou-taitoru{
  text-align: center;
  width: 200px;
  font-size: 18px;
  background-color:#86434C ;
  color: white;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

.komeko-taitoru{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.komeko-mazin{
width: 95%;
  margin: 0 auto 0 auto;
}


.komeko-kabegami {
  background-image: url("../images/kabegamitama_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 70px;
}


.seimai-box{
  width: 93%;
  display: flex;
  display: block;
  
  margin: 100px auto 100px auto;
}

.seimai-textbox {
  
display: flex;
}
.seimai-img {
  margin: 0 auto 0 auto;
  width: 50%;
}
.seimai-img img{
 margin-top: 80px;
  width: 80%;
}
.kome-syurui {
  display: flex;
  justify-content: space-between;
}

.kome-seimai-img {
  display: flex; /* フレックスボックスを使う */
  flex-direction: column; /* 要素を縦に並べる */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  margin: 20px auto 0 0; /* 必要に応じて中央に寄せる */
}
.komeko-text2 {
margin-top: 20px;
  font-size: 15px;
}

.komeko-text {
    font-size: 15px;
}

.komeko-setumei {
  width: 30%;
}
.setumargin1 {
  margin: 20px auto 20px 0;
}
.setumargin2 {
  margin: 20px auto 20px auto;
}
.setumargin3 {
  margin: 20px 0 20px auto;
}
.komeko-taitoru {
  text-align: center;
}
  
.kome-seimai-img img {
  max-width: 100%; /* 画像が親要素をはみ出さないようにするための設定 */
  height: auto;
}

.raisu {
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color:#E33102 ;
  color: #FFFFFF;
}
.tamayon-img1 {
  margin-bottom: -60px;
}
.tamayon-img1 img{
  width: 100%;
}
.tamayon-img2 {
  margin-top: -70px;
}
.tamayon-img2 img{
  width: 100%;
}
.marumiya {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
}

/*====================
 スマートフォン用のスタイル
=====================*/
@media only screen and (max-width: 1000px) {
.syouhin_pc {
  display: none; 
}

.syouhin_moba {
  width: 90%;
  margin: 0 auto 0 auto;

  margin-top: 50px;
}
.syouhin_moba img {
  width: 100%;
}

.syouhin_pc1 {
  display: none; 
}

.syouhin_moba1 {
  width: 100%;
  margin: 0 auto 0 auto;

  margin-top: 50px;
}
.syouhin_moba1 img {
  width: 100%;
}

.haitatu {
  font-size: 16px;
}

/*パソコン版しか表示させないやつ*/
.address{
  display: none;
}

body {
  min-width: 375px;
  margin: 0;
}

.komeko-kabegami {
  background-image: url("../images/kabegamitama.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 10px;
  padding-bottom: 70px;
  margin: 0 20px 0 20px;
}
.tamayon-img1 {
  margin-bottom: -30px;
}
.tamayon-img1 img{
  width: 90%;
  display: flex; /* フレックスボックスを使う */
  flex-direction: column; /* 要素を縦に並べる */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  margin: 0 auto; /* 必要に応じて中央に寄せる */
}

.tamayon-img2 {
  margin-top: -30px;
}
.tamayon-img2 img{
  width: 90%;
  display: flex; /* フレックスボックスを使う */
  flex-direction: column; /* 要素を縦に並べる */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  margin: 0 auto; /* 必要に応じて中央に寄せる */
}


.kome-seimai-img img{
  width: 100%;
}
.komeko-mazin{
  margin: 0 20px 0 20px;
}

.komeko-text  {
width: 90%;
margin: 20px auto 50px auto;
}



.komeko-taitoru {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.komeko-setumei img{
  display: flex; /* フレックスボックスを使う */
  flex-direction: column; /* 要素を縦に並べる */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  margin: 0 auto 0 auto; /* 必要に応じて中央に寄せる */
}
.seimai-img {
  display: flex; /* フレックスボックスを使う */
  flex-direction: column; /* 要素を縦に並べる */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 中央揃え */
  margin: 0 auto; /* 必要に応じて中央に寄せる */
}
.seimai-img img {
  width: 80%;
}

.raisu {
  margin: auto;
  text-align: center;
  width: 90%;
  background-color:#E33102 ;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}
.komekokakou-taitoru{
  margin-top: 32px;
  text-align: center;
  width: 200px;
  background-color:#86434C ;
  color: white;
  font-weight: bold;
}
.seimai-box {
  margin: 40px 0 30px 0;
}
.marumiya {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

}
