@charset "UTF-8";
/* Body */
body {
	font-family:'Sawarabi Mincho', sans-serif;
	font-family: 'Noto Sans JP','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	text-decoration: none;
}
body a {
	text-decoration: none;
	color: #1270e3;
	text-decoration: underline;
}


/*-- PC only用タグ  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}

/*-- SP only用タグ  --*/
@media screen and (max-width: 768px){
 .pc_area{
    display:none;
  }
 .phone_area{
    display:block;
  }
}

/* Container */
.container {
	width: 100%;
	height: 1000px;
}

/* Hero Section */
.slider {
  position:relative;
	z-index: 1;
	height: 600px;
}
/*　スライド画像　*/
.slider-photo01 {
    background:url(/_img/top_1.jpg);
}
.slider-photo02 {
    background:url(/_img/top_2.jpg);
}
.slider-photo03 {
    background:url(/_img/top_3.jpg);
}
.slider-photo04 {
    background:url(/_img/top_4.jpg);
}

.slider-photo {
    width: 100%;
    height:600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Navigation */
header nav {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #9BB713;
}
nav ul {
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}
nav ul li {
	width: 20%;
    margin: 30px 0;
    float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
nav ul li a {
	color: #fff;
	text-decoration: none;
	display: inherit;
	padding-top:60px;
}
nav ul li:hover a {
	color: #ffdc2a;
}
nav ul li:active a {
	color: #ffdc2a;
}

.nav_itemlist a{
	background: url(/_img/nav_1.png) no-repeat 50% 0;
}
.nav_itemlist a:hover{
	background: url(/_img/nav_1.png) no-repeat 50% 0;
}
.nav_about a{
	background: url(/_img/nav_2.png) no-repeat 50% 0;
}
.nav_about a:hover{
	background: url(/_img/nav_2.png) no-repeat 50% 0;
}
.nav_process a{
	background: url(/_img/nav_3.png) no-repeat 50% 0;
}
.nav_process a:hover{
	background: url(/_img/nav_3.png) no-repeat 50% 0;
}
.nav_contact a{
	background: url(/_img/nav_4.png) no-repeat 50% 0;
}
.nav_contact a:hover{
	background: url(/_img/nav_4.png) no-repeat 50% 0;
}
.nav_insta a{
	background: url(/_img/nav_5.png) no-repeat 50% 0;
}
.nav_insta a:hover{
	background: url(/_img/nav_5.png) no-repeat 50% 0;
}

@media only screen and (max-width: 768px) {
nav ul li {
	width: 20%;
	font-size: small;
}
nav ul {
	width: 95%;
	padding: 0px;
}
}

/* news Section */
.news_list{
	text-align: center;
}
.news_list h2 {
	position: relative;
	font-size: x-large;
	color: #2C2C2C;
	margin-top:50px;
	width:100%;
}
.news_list h2:before{
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:50px;
	height: 34px;
	background: url(/_img/tit_news.png) no-repeat;
	margin-right: 8px;
}
.news_list a{
	color:#2C2C2C;
}
.news_list span {
    margin-right:10px;
    color:#2C2C2C;
}
.news_list ul{
	padding: auto 0;
}
.news_list ul li {
	position: relative;
	list-style-type: none;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
	color: #2C2C2C;
}
.news_list ul li:before{ 
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:1em;
	height: 1em;
	background: #D7BC7E;
	border-radius: 50%;
	margin-right: 8px;
}
.shipping {
    position: relative;
    margin: 2em 3em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.shipping .year_end {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.shipping p {
	margin: 0; 
     padding: 0;
     font-size: 0.8em
}


@media only screen and (max-width: 768px) {
.news_list h2{
	margin-top: 30px;
}
.news_list li {
	text-align: left;
}
.news_list ul {
	padding-left: 0px;
}
.news_list ul li {
	padding: 0 0 0 40px;
	font-size: 0.8em
}
.news_list ul li:before{ 
	width:0em;
	height: 0em;
}
}

/* Item Section */
#itemlist {
	padding: 0px 0 50px 0;
}
#itemlist .title {
	text-align: center;
	font-size: x-large;
	color: #2C2C2C;
	margin-top:60px;
	padding: 50px 0 0 0;
	border-top: 2px dotted #D7BC7E;
}
#itemlist h2:before {
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:50px;
	height: 50px;
	background: url(/_img/tit_item.png) no-repeat;
	margin-right: 0px;
}
.item_cate1 {
	width: 80%;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}

.item_cate2 {
	width: 25%;
	margin: 10px 0;
	float: left;
	text-align: center;
}

.item_cut {
	max-width: 230px;
}
#itemlist img:hover {
   opacity: 0.75;
}

@media only screen and (max-width: 1000px) {
#itemlist {
	padding: 0px 0 10px 0;
}
.item_cate1 {
	height: auto;
}
.item_cate2 {
	float: left;
    width: 50%;
}
}

@media only screen and (max-width: 550px) {
#itemlist {
	padding: 0px 0 10px 0;
}
#itemlist .title {
    margin-top: 20px;
    padding-top: 30px;
}
.item_cate1 {
	height: auto;
}
.item_cate2 {
	float: none;
    width: 90%;
}
}

/* About Section */
#about {
	text-align: center;
	width:100%;
	border-top: 2px dotted #D7BC7E;
	margin-top:30px;
}
.about_box h2 {
	position: relative;
	font-size: x-large;
	color: #2C2C2C;
	padding-top:30px;
	width:100%;
}
.about_box h2:before {
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:50px;
	height: 50px;
	background: url(/_img/tit_about.png) no-repeat;
	margin-right: 0px;
}

.about_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.about_column h3 {
	color: #fff;
	text-align: center;
	background: #9BB713;
	width:90%;
	margin: auto;
	border-radius: 10px;
}
.about_column {
	color: #2C2C2C;
}
.cards {
	width: 100%;
	height: auto;
	padding: 20px 0;
	max-width: 400px;
}
.about_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 30px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.top_jump{
	background: #9BB713;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-weight: bold
}
.top_jump a {
    color: #fff;
}
@media only screen and (max-width: 768px) {
#about {
	text-align: center;
	margin-top:0px;
	border-top: 0px;
}
.about_box h2 {
	border-top: 2px dotted #D7BC7E;
}
.about_column {
	text-align: center;
	float: none;
	width: 100%;
	padding-top: 0px;
}
.about_column h3 {
	background: #ffdc2a;
	text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 10px auto;
    padding: 10px 0;
    color: #2c2c2c;
}
.cards {
	padding: 0px 0px;
}
.cards_jump {
	padding-bottom: 30px;
	width: 100%;
}
.about_column p {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 90%;
}
}

/* process Section */
#process {
	text-align: center;
	width:100%;
	border-top: 2px dotted #D7BC7E;
	margin-top:50px;
	padding-bottom: 50px;
	background-color: #fffaf0;
}
#process_jump {
	text-align: center;
	width:100%;
	padding-top:10px;
	padding-bottom: 50px;
	background-color: #fffaf0;
}
.process_box h2 {
	position: relative;
	font-size: x-large;
	color: #2C2C2C;
	margin-top:30px;
	width:100%;
}
.process_box h2:before {
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:50px;
	height: 50px;
	background: url(/_img/tit_proc.png) no-repeat;
	margin-right: 0px;
}

.process_column {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}
.process_column ul{
	list-style: none;
	width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.process_column ul::after{
  content: "";
  width: 30%;
}
.process_column li{
	width: calc(95%/3);
    padding: 15px 15px 0;
    margin: 0 calc(5%/2) 20px 0;
	background: #fff;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}
.process_column li:nth-child(3n) {
    margin: 0 0 20px 0;
}
.process_column p {
	text-align: justify;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 10px;
}
.process_list {
	width: 100%;
    max-width: 400px;
}
.process_title {
	font-weight: bold;
    }

@media only screen and (max-width: 768px) {
#process {
	border-top: 0px;
	margin-top:0px;
	padding-bottom:30px;
	background-color: #fff;
}
.process_box h2 {
	font-size: large;
}
.process_column {
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 30px;
}

.process_column p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.process_column ul{
	list-style: none;
	width: 100%;
}

.process_column li{
	width: 85%;
	padding: 10px 10px;
	margin: 15px 5px 0px 0px;
	background: #fff;
}
.process_column li:nth-child(3n) {
    margin: 15px 5px 0px 0px;
}
}

/* contact Section */
#contact {
	text-align: center;
	width:100%;
	border-top: 2px dotted #D7BC7E;
	margin-top:0px;
	background-color: #fff;
}
.contact_box h2 {
	position: relative;
	font-size: x-large;
	color: #2C2C2C;
	margin-top:30px;
	width:100%;
}
.contact_box h2:before {
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:50px;
	height: 50px;
	background: url(/_img/tit_contact.png) no-repeat;
	margin-right: 0px;
}
.contact_column {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
	margin: 0 auto;
	font-weight: bold;
}
.label1 {
	background-color: #ffdc2a;
    padding: 5px 0;
}
.label2 {
    font-size: 1.5em;
}
.label3 {
	background-color: #9bb713;
	color: #fff;
    width: 50%;
    margin-right: 5px;
    border-radius: 10px;
    padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
.contact_column {
	text-align: center;
	float: none;
	width: 100%;
}
.label3 {
	line-height: 40px;
	background-color: #839b13;
	padding: px 10px;
}
.contact_pic {
	width:300px;
}
}

/* copyright Section */
#copy {
    margin: 0 auto;
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0;
}

/* tokuteihyouki page */
#tokutei h1{
	font-size: 1.5em;
    text-align: center;
}
.tokutei ul{
	list-style: none;
	padding: 0px 30px;
}
.tokutei li{
	background: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted #ccc;
	padding: 15px 30px;
}
.tokutei-txt1 {
	width: 30%;
}
.tokutei-txt2 {
	width: 50%;
}
.tokuteihyouki_link{
	font-weight: normal;
	font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
#tokutei h1{
	font-size: 1.2em;
}
.tokutei li{
	padding: 0;
}
.tokutei-txt1 {
    width: 25%;
    padding-right: 20px;
    font-size: 0.9em
 }
.tokutei-txt2 {
	width: 70%;
	font-size: 0.9em;
}
}