@charset "UTF-8";

/* CSS Document */

.cf{
    width: 100%;
	zoom: 0;
}
.cf:before,.cf:after{
	content:""; display: table;
}
.cf:after{
	clear: both;
}
body {
	word-break: break-all;
}
#head_wrapper{
		height:45px;
}
p,ul{
	font-family:“メイリオ”,”Hiragino Kaku Gothic Pro”,Meiryo,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,lvetica,Arial,sans-serif;
	padding:0;
	margin-bottom:1.1em;
	font-size:1em;
	line-height:1.7;
	list-style:none;
	color:#363636;
}
em{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  font-style: normal;
  color :#be222f;
}
h1{
	margin-top:10px;
	text-align:left;
	font-size:1em;
	color:#409999;
}
h2{
	border-left: #2266be solid 0.3rem;
  padding-left: 10px;
    font-size: 1.1em;
  	margin:1em 0;
    line-height: 1.5em;
}
h3{
 	border-left: #be222f solid 0.3rem;
    padding-left: 10px;
    font-family:"Yu Mincho","游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro", "MS PMincho",serif;
  font-size:1rem;
  font-weight: bold;
}
.center{
  text-align: center;
}
.marker{
 background: linear-gradient(transparent 80%, #c1e0ff 0%);
font-weight: bold;
}
img{
	max-width:100%;
	height:auto;
	display:block;
  margin:0 auto;
}
hr{
	margin:2em auto;
}
.menu{
	padding:10px;
	margin-bottom:40px;
	border:1px #999 solid;
}
.menu p{
	color:#409999;
	font-size:1rem;
	border-bottom:2px solid #409999;
	padding-bottom:5px;
}
.menu ul{
	color:#333;
	margin:auto 0;
	padding-bottom: 1rem;
	width:95%;
    padding-left:15px;
}
.menu li{
	font-size:16px;
	list-style-type:decimal;
	margin-bottom:10px;
}

.cart_move{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width:90%;
	padding:10px 5px;
	position: relative;
	display:block;
	margin:0 auto;
	border-radius:3px;
	border:3px solid #333;
	text-align:center;
	color:#EF6430;
	background-color:#fff;
	font-size:1rem;
	font-weight:bold;
	line-height:130%;
	letter-spacing:3px;
	text-decoration:none;
}
.cart_move::before{
	position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     border-top: solid 3px #333;
     border-right: solid 3px #333;
     -webkit-transform: rotate(-225deg);
     transform: rotate(-225deg);
     top: 40%;
	 left:5%;
     margin-top: -3px;
}
.center{
  text-align: center;
}
section {
  margin-bottom: 40px;
}
.container{
    width: 95%;
  margin: 0 auto;
}
main{
  	padding-top:60px;
}
/* =====================
   ① 商品紹介 2カラム
===================== */

.product-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-intro__content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.product-intro__content p {
  line-height: 1.8;
  margin-bottom: 14px;
}
/* =====================
   ① 商品紹介 2カラム-1カラム
===================== */
.pctwo-mbone{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pctwo-mbone__item h3{
  font-size: 1.2rem;
  margin-top:10px;
}
/* =====================
   ② 画像2カラム
===================== */
.image-two {
  display: flex;
  gap: 10px; /* モバイルはやや狭め */
}
.image-two__item {
  flex: 1;
}
.image-two__item p{
margin:0;
padding:0;
}
/* =====================
   ③ 3カラム
===================== */

.feature-three {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-three__item {
  padding: 2px;
}
/* =====================
   ③ 知識
===================== */
.knowledge-box {
  border: 2px solid #ddd;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fafafa;
}
.knowledge-box__image img {
  width: 100%;
  height: auto;
  display: block;
}
.knowledge-box__content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.knowledge-box__content p {
  line-height: 1.8;
}
/* =====================
   ③ カート
===================== */
#shopping{
  margin-bottom: 1rem;
}
.cart {
  padding: 30px 0;
}
.cart h5{
  font-size: 1rem;
}
em{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  font-style: normal;
  color :#be222f;
}
.cart__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}
.cart .price{
  text-align: center;
}
.cart-select{
  margin:1rem;
  display: block;
  text-align: center;
}
.cart-select select{
  margin:5px;
}
input#submit_button{
    letter-spacing:0;
    font-weight:bold;
    text-align:center;
    width: 100%;
    height: 40px;
	color:#fff;
	background-color:#FF6600;
	border-radius: 5px;
	border-style: none;
}
/* =====================
   関連
===================== */
#other h3{
  margin-left: 1rem;
}
.related-items{
  display: flex;
  flex-direction: column;
  gap: 0px 10px;
}
.related-items .items{
  font-size: 0.9rem;
}
.related-items .items a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media only screen and (min-width: 800px) {

#head_wrapper{
		height:50px;
}
h1{
	text-align:center;
}
h2{
	font-size:1.3em;
	margin-top:3em;
	margin-bottom:1em;
}
h3{
	font-size:1.3em;
	margin-top:3em;
	margin-bottom:1em;
}
section{
  margin-bottom: 50px;
}
.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}
.menu{
	max-width:550px;
	margin:10px auto;
	margin-bottom:50px;
}
.menu p{
	text-align:center;
}
.menu h3{
	font-size:1.3em;
}
.menu ul{
	padding-left:70px;
  }

  /* ① テキスト40% */
  .product-intro {
    flex-direction: row;
    gap: 40px;
  }
  .product-intro__content {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .product-intro__image {
    flex: 1;
  }
  .product-intro__image img {
    max-width: 500px;
  }
  /*  画像2カラム-イメージテキスト */
.pctwo-mbone{
    flex-direction: row;
    align-items: flex-start;
}
.pctwo-mbone__item{
    flex: 0 0 50%;
    max-width: 50%;
}
  /* ② 画像2カラム */
  .image-two {
    flex: 1;
  }

  .image-two__item {
    flex: 1;
  }

  /* ③ 3カラム */
  .feature-three {
    flex-direction: row;
  }

  .feature-three__item {
    flex: 1;
}
/* =====================
   ④ 豆知識セクション
===================== */
  .knowledge-box {
  display: flex;
  flex-direction: row;
  gap: 30px;
  }
  .knowledge-box__image {
    flex: 0 0 30%;
  }

  .knowledge-box__content {
    flex: 1;
  }
  /* =====================
   ③ カート
===================== */
.cart__content{
    display: flex;
  flex-direction: row;
  gap: 5%;
  margin-bottom: 1.5rem;
}
.cart {
    flex-direction: row;
    align-items: flex-start;
}
input#submit_button{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;  
}

  /* =====================
   ③ カート
===================== */
#other h3{
  margin-left: 2rem;
}
.related-items{
    flex-direction: row;
        gap:10px;
}
.related-items .items{
    flex: 1;
  }
}