@charset "utf-8";
/* CSS Document */
html {
    scroll-padding-top: 90px;
  }
.main{
	width: 900px;
	padding: 0 40px;
	margin: auto;
}

.main p{
	font-size: 18px;
    padding: 10px 40px 10px 40px;
	font-weight:300;
	  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #424346;
}        

.main img{
	padding: 0 20px;
	margin: 0 30px
}
.menu_wrap {
    background-color: #E5F8D9;
    padding: 20px;
}
.kv
 {
    position: relative;
}
p.txt_kv {
    position: absolute;
    top: 126px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.5px;
	left: 108px;
}
.lead_txt{
	    font-size: 20px;
    text-align: center;
    font-weight: 500;
	margin-bottom: 20px;
}
.menu_flex {
    display: grid;
    flex-wrap: wrap;
    gap: 20px;
    grid-auto-flow: column;
}
.menu_box_1 {
    background-color: #D8C568;
    border-radius: 5%;
    padding: 5px;
	text-align: center;
	height: 100%;
}
.menu_box_2 {
    background-color: #A9C255;
    border-radius: 5%;
    padding: 5px;
	text-align: center;
	height: 100%;
}
p.menu_title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
	margin-top: 5px;
}
.menu_flex img {
    margin: 5px 0 15px;
}
p.menu_txt {
    text-align: left;
}
a.menulink1:hover{
	opacity: 0.6; 
	text-decoration: none;
}
a.menulink2:hover{
	opacity: 0.6; 
	text-decoration: none;
}
.menu_wrap {
    background-color: #E5F8D9;
    padding: 20px;
}
.top-wrappaer {
    display: flex;
    flex-direction: column;
}
/*------------------map*/
.okome_map{
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/asaichi/okome-project/pc_map_japan.jpg);
	background-size: cover;
	position: relative;
    background-repeat: no-repeat;
    height: 745px;
}
.okome_map a:hover{
	opacity: 0.6;
}
.okome_map img {
    width: 90%;
}
.map_nagano {
    position: absolute;
    top: 428px;
    left: 584px;
}
.map_miyagi {
    position: absolute;
    top: 205px;
    left: 599px;
}
.map_fukui {
    position: absolute;
    top: 170px;
    left: 186px;
}
.map_fukuoka {
    position: absolute;
    top: 316px;
    left: 9px;
}
.map_gunma {
    position: absolute;
    top: 327px;
    left: 576px;
}
.map_kumamoto {
    position: absolute;
    top: 490px;
    left: 7px;
}

.map_nara {
    position: absolute;
    top: 483px;
    left: 383px;
}
.map_okayama {
    position: absolute;
    top: 274px;
    left: 217px;
}
.map_txt {
    background-color: #C90637;
    display: inline-block;
    padding: 17px;
    border-radius: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 30px;
}
.imagemap area:hover{
	opacity: 0.6;
}
/*------------------/map*/
.products_wrap
 {
    padding: 20px;
    display: grid;
	flex-wrap: wrap; 
	justify-content: center; 
	grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
	 gap:20px;
}
.products_wrap a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.products_box a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.products_box {
   /* width: calc(100% / 2 - 10px);*/
	background-color: #FCE4BD;
	padding: 20px 20px 0 20px;
	position: relative;
	height: 100%;
}
.products_box:nth-child(2n-1) {
   /* margin-right: 20px;*/
}
.product_inner {
    display: flex;
	height: 100%;
}
.products_box_img {
    width: 40%;
    background-color: #FEFDDF;
	margin-right: 20px;
    text-align: center;
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: flex-end;
	margin-bottom: 25px;
}
.products_box_img img {
    padding: 10px;
}
.product_img_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}
.products_box_inner_right{
	width:60%;
}
.products_varieties_name {
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: #9B882C;
    color: #fff;
	width: 100%;

}
.products_company_name {
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.newrice {
    color: #E14545;
    border: solid 1px #E14545;
    padding: 3px;
    font-size: 15px;
    margin-right: 5px;
}
.products_box_inner_right {
    display: flex;
    flex-direction: column;
}
.products_box_inner_right p {
    height: 100%;
}
.products_box_inner_right h3 {
    color: #4B361E;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #4B361E;
    padding-bottom: 6px;
	margin-bottom: 7px;
}
.products_info {
    background-color: #608D6A;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    font-size: 12px;
    letter-spacing: -0.5px;
	margin-bottom: 10px;
	width: fit-content;
	
}
.price_area {
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;

}
.price_area2 {
    background-color: #fff;
    padding: 10px;
    margin-top: 5px;
	display: flex;
	align-items: center;

}
.price_wrap {
    text-align: right;
    padding-right: 10px;
}
.price_area2 .price_wrap{
	text-align: right;
    padding-right: 10px;
    flex-grow: 1;
}
.products_tag {
    font-size: 15px;
    font-weight: bold;
    border: solid 1px #000;
    padding: 3px;
    margin-right: 5px;
}
.products_weight {
    font-size: 15px;
}
.products_weight2 {
    font-size: 15px;
    varticlal-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_price {
    position: relative;
    font-weight: bold;
    font-size: 22px;
	margin-left: 1em;
    display: inline-block;
}
.product_price::before {
    position: absolute;
    content: "価格";
    font-size: 10px;
    bottom: 2px;
    left: -22px;
}
.product_price::after {
    position: absolute;
    content: "円";
    font-size: 10px;
    bottom: 2px;
    right: -12px;
}
.products_box:nth-last-child(-n+2){
    margin-bottom: 0;
}
.products_wrap {
    padding: 20px 20px 20px 20px;
}
/*.products_box:nth-child(odd):last-child {
    position: relative;
    left: 50%;
}
/*全体が奇数だった時に最後の要素を中央ぞろえにする*/


.product_link:nth-child(odd):last-child {/*全体が奇数だった時に最後の要素を中央ぞろえにする*/
    position: relative;
    left: 50%;
}
span.products_number {
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #823109;
    background-color: #823109;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
span.postage {
    text-align: right;
    font-size: 10px;
    margin-bottom: 5px;
	padding-top:5px;
	font-weight: bold;
}
span.postage_red {
    text-align: right;
    font-size: 10px;
    margin-bottom: 5px;
	color:#FC0E0E;
	padding-top:5px;
	font-weight:bold;
}
.color_nagano{
	color:#6CBB5A;
}
.color_fukuoka{
	color:#EC7169;
}
.color_gunma{
	color:#00A485;
}
.color_nara{
	color:#F6AD3B;
}
.color_kumamoto{
	color:#EC6D65;
}
.color_miyagi{
	color:#00ABEB;
}
.color_fukui{
	color:#6CBB5A;
}
.color_okayama{
	color:#EB73A8;
}
.color_aichi{
	color:#6CBB5A;
}
.text{
	margin:10px 0;
}
.text p {
    font-size: 18px;
    padding: 10px 40px 10px 40px;
    font-weight: 300;
    line-height: 1.5;
}
.logo{
	margin: 0 150px 0 150px;
	text-align: center;
}
.main-image {
    padding: 0 20px;
    margin: 0 30px;
}
.okometsushin_area{
	padding: 30px 40px 0 40px;
    margin: auto;
}
h2.title_yellow_earth {
    background-color: #D8C568;
    font-size: 22px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
	margin-bottom: 0;
}
h2.title_green {
    background-color: #A9C255;
    font-size: 22px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
	margin-bottom: 0;
}
.title_yellow_earth span {
    font-size: 12px;
    padding-left: 10px;
}

.txt_box {
    width: 70%;
}
.txt_box_l {
    width: 100%;
}

.video-title{
	background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/asaichi/okome-project/pc_image4.jpg);
	background-size: cover;
	margin: 50px 20px 0 30px
		
}
.video-title p{
	color:#795328;
	font-weight: bold;
	padding-left: 20px;
	font-size: 18px;
    padding: 10px 40px 10px 40px;
    line-height: 1.5;
}

.video {
	margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    height: 80%;
  }
.vol_brown span{
    background-color: #8D663A;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 0.8em;	
}
.vol_yellow_earth span{
    background-color: #C98E06;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 0.8em;	
}
.vol_red span {
    background-color: #C90637;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 0.8em;
}
.vol_blue span {
    background-color: #1980BD;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 0.8em;
}
.flex_box{
    display: flex;
    margin-bottom: 2em;
}
.img_wrap img{
	 margin:0;
	 padding:0 40px 0 0;
	}
.movie_wrap {
    width: 78%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    max-width: 176px;
    position: relative;
    margin-right: 40px;
}
.movie_wrap iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.movie_wrap_vol3 {
    width: 78%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-height: 247px;
    position: relative;
    margin-right: 20px;
}
.movie_wrap_vol4 {
    width: 78%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-width: 308px;
    position: relative;
}
.stamp_arrival_gunma1, .stamp_arrival_kumamoto1, .stamp_arrival_nara1, .stamp_arrival_fukui1, .stamp_arrival_okayama1 {
    position: absolute;
    top: 0;
    left: 40px;
}
.stamp_arrival_gunma2, .stamp_arrival_nara2, .stamp_arrival_kumamoto2, .stamp_arrival_fukui2, .stamp_arrival_okayama2 {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

