@charset"utf-8";
@import "common.css";

header div.logo-area img{
  width: 100%;
  height: auto;
  display: block;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
	color: #000;
	text-shadow: inherit;
}
@media print, screen and (max-width: 1024px) {
	header div.nav-area span.nav_line{
		background: #000;
	}
}

section.titleSec{
	margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
	section.titleSec{
		margin-top: 10rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 5rem;
	color: #ed923f;
}
h2.h2-ttl::before{
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
h2.h2-ttl.news::before{
  content: "NEWS";
}
h2.h2-ttl.privacy::before{
  content: "PRIVACY POLICY";
}
h2.h2-ttl.sponsorship::before{
  content: "SPONSORSHIP";
}
h2.h2-ttl.contact::before{
  content: "CONTACT";
}
h2.h2-ttl.food::before{
  content: "VEGITABLES FOODS";
}
h2.h2-ttl.zakka::before{
  content: "GOODS";
}
h2.h2-ttl.workshop::before{
  content: "WORKSHOP";
}
h3.h3-ttl{
	font-size: 2.6rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 5rem;
}
h3.h3-cmn{
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5rem;
}
h4.h4-ttl{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	h2.h2-ttl{
		font-size: 2.8rem;
		margin: 0 0 3.5rem;
	}
	h3.h3-ttl{
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
h3.h3-cmn{
		font-size: 2.6rem;
		margin-bottom: 3.5rem;
	}
	h4.h4-ttl{
		font-size: 1.8rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.breadcrumb ul li{
	display: inline-block;
}
section.breadcrumbSec div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
	color: #ed923f;
	text-decoration: underline;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec div.breadcrumb ul li{
		font-size: 1.4rem;
		line-height: 2;
	}
	section.breadcrumbSec div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 5rem auto 0;
}
section.newsSec dl{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #B5B5B5;
  padding: 1.5rem 0;
}
section.newsSec dl:first-child{
  padding: 0 0 1.5rem;
}
section.newsSec dl dt{
  width: 20rem;
}
section.newsSec dl dd{
  width: 100%;
} 
section.newsSec dl dd a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 5rem auto 0;
  }
  section.newsSec dl{
    display: block;
    border-bottom: 1px solid #B5B5B5;
    padding: 1.5rem 0;
  }
  section.newsSec dl.fst{
    padding: 0 0 1.5rem;
  }
  section.newsSec dl dt{
    width: 100%;
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  section.newsSec dl dd{
    width: 100%;
  }
}

/* pagenationSec
-------------------------------------------------- */
section.pagenationSec{
	margin: 5rem auto 10rem;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	background: #B5B5B5;
	width: 3.7rem;
	line-height: 2.3;
	text-align: center;
	display: inline-block;
	margin-right: 1.0rem;
	border-radius: 50%;
	color: #fff;
}
div.wp-pagenavi span.current{
	background: #ed923f!important;
	cursor: pointer;
}
div.wp-pagenavi span.current:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
	margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
@media print, screen and (max-width: 767px) {
	section.pagenationSec{
		margin: 5rem auto 7rem;
	}
}

/* columnSec
-------------------------------------------------- */
section.columnSec{
	margin: 5rem 0 10rem;
}
section.columnSec div.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.columnSec h3.h3-newstitle{
	font-size: 2.4rem;
	line-height: 1.4;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
section.columnSec h4.h4-newsnavi{
	padding-left: 1.2rem;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	line-height: 2.2;
	background-color: #ed923f;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
section.columnSec div.content div.column_left{
	width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
	text-align: right;
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
	overflow:hidden;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area{
	width: 100%;
	margin: 0 auto 2rem;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area img{
	width:100%;
	height:auto;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
	line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
	color: #ed923f;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
	margin: 2rem 0;
	display: block;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5rem 0 3rem;
	color: #ed923f;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
	color: #ed923f;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right{
	width: 30%;
}
section.columnSec div.content div.column_right div.widget ul{
	border-bottom: 1px dotted #C8C8C8;  
}
section.columnSec div.content div.column_right div.widget ul li:first-child{
	border-top: none;	
}
section.columnSec div.content div.column_right div.widget ul li{
	border-top: 1px dotted #C8C8C8;
	padding: 1.5rem 0;
	line-height: 1.4;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.columnSec{
		margin: 5rem 0 7rem;
	}
	section.columnSec h3.h3-newstitle{
    	font-size: 2.0rem;
	}
	section.columnSec h4.h4-newsnavi{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	section.columnSec div.content{
		display: block;
	}
  /* column_left */
	section.columnSec div.content div.column_left{
		display: block;
		width: 100%;
		margin-bottom: 7rem;
	}
	/* column_right */
	section.columnSec div.inner div.column_right{
		display: block;
		width: 100%;
	}
	section.columnSec div.content div.column_right div.widget ul li{
		padding: 1.2rem 0;
	}
}

/* privacySec
-------------------------------------------------- */
section.privacySec h3.h3-privacy{
	color: #001929;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #001929;
}
section.privacySec{
	margin: 5rem 0 10rem;
}
section.privacySec div.block{
	margin-bottom: 5rem;
}
section.privacySec div.block.btm{
	margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
	section.privacySec h3.h3-privacy{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.privacySec{
		margin: 5rem 0 7rem;
	}
	section.privacySec div.block{
		margin-bottom: 3rem;
	}
}

/* contactSec
-------------------------------------------------- */
section.contactSec{
  margin: 5rem auto 10rem;
}
section.contactSec div.button-area{
  margin: 5rem auto 0;
}
table.table_form{
  width: 100%;
  margin-top: 5rem;
}
th span.required{
  background: #D2302F;
  padding: 0.3rem 0.6rem 0.4rem 0.5rem;
  color: #fff;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
}
th span.optional{
  background: #F7E56C;
  padding: 0.3rem 0.6rem 0.4rem 0.5rem;
  color: #000;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
}
table.table_form th{
  width: 25rem;
  text-align: left;
  padding: 2.5rem 0 0;
  vertical-align: middle;
  line-height: 2.0;
  font-weight: normal;
}
table.table_form th.blank{
  padding: 0;
  line-height: 0;
}
table.table_form th.name,
table.table_form td.name{
  padding: 0;
}
/* td */
table.table_form td{
  padding: 2.5rem 0 0;
}
table.table_form td.blank{
  padding: 0;
}
table.table_form td input{
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td.name input,
table.table_form td.kana input{
  width: 70%;
}
table.table_form td.tel input {
  width: 12rem;
}
table.table_form td.mailaddress input{
  width: 100%;
}
table.table_form td.type select{
  width: 38rem;
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 1.8;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td span.att {
    display: block;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}
/* error */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.mw_wp_form .error {
  text-align: left;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.contactSec{
    margin: 5rem auto 7rem;
  }
  table.table_form th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 2rem 0 0;
    vertical-align: middle;
    line-height: 2.0;
    font-weight: normal;
  }
  table.table_form th.name{
    padding: 0;
  }
  table.table_form td{
    display: block;
    padding: 1.5rem 0 0;
  }
  table.table_form td.name{
    padding: 1.5rem 0 0;
  }
  table.table_form td.name input,
  table.table_form td.kana input,
  table.table_form td.mailaddress input{
    width: 100%;
  }
  table.table_form td.tel input{
    width: 27%;
    margin: 0 auto 0 0;
  }
  table.table_form td.type select{
    width: 100%;
  }
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec{
	margin: 5rem auto 10rem;
}
section.sendmessageSec table.contactInfo {
  width: 75%;
  margin: 5rem auto 7rem;
  border: 1px solid #C8C8C8;
  border-collapse: collapse;
}
section.sendmessageSec table.contactInfo th {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  border: 1px solid #C8C8C8;
  padding: 2rem 0 1.8rem;
}
section.sendmessageSec table.contactInfo td {
  text-indent: 1rem;
  border: 1px solid #C8C8C8;
}
@media print, screen and (max-width: 767px) {
	section.sendmessageSec{
		margin: 5rem auto 7rem;
	}
	section.sendmessageSec table.contactInfo {
	  width: 100%;
    margin: 3rem auto 5rem;
    border-collapse: collapse;
	}
	section.sendmessageSec table.contactInfo th {
	  width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
	}
	section.sendmessageSec table.contactInfo td {
	  display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
	}
}


/* archiveSec
-------------------------------------------------- */
/* htag */
h3.h3-foodgoods{
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	position: relative;
	text-indent: 2.8rem;
}
h3.h3-foodgoods::before{
	position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
}
h3.h3-foodgoods.vegetable::before{
	border: solid 5px #03a985;
}
h3.h3-foodgoods.food::before{
	border: solid 5px #05a5bd;
}
h3.h3-foodgoods.goods::before{
	border: solid 5px #f15929;
}
/* section */
section.archiveSec {
  margin: 5rem 0 10rem;
}
section.archiveSec div.food-area{
	margin-top: 5rem;
}
section.archiveSec div.goods-area{
	margin-top: 5rem;
}
section.archiveSec div.archivewrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.archiveSec div.archivewrap div.box{
  width: 23.5%;
  margin-bottom: 2rem;
}
section.archiveSec div.archivewrap div.box.blank{
	margin-bottom: inherit;
}
section.archiveSec div.archivewrap div.box div.img img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 50%;
}
section.archiveSec div.archivewrap div.box div.img img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
section.archiveSec div.archivewrap div.box dl{
	margin-top: 2rem;
}
section.archiveSec div.archivewrap div.box dl dt{
	text-align: center;
}
section.archiveSec div.archivewrap div.box dl a{
	color: #f15929;
	text-decoration: underline;
}
section.archiveSec div.archivewrap div.box dl a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.archiveSec {
	  margin: 5rem 0 7rem;
	}
	section.archiveSec div.archivewrap div.box{
	  width: 48.5%;
	}
	section.archiveSec div.archivewrap div.box dl{
		margin-top: 1.5rem;
	}
	section.archiveSec div.archivewrap div.box dl dt{
		text-align: center;
		line-height: 1.4;
	}
}

/* singleSec
-------------------------------------------------- */
/* breadcrumbSec */
section.breadcrumbSec.single div.inner{
	max-width: 900px;	
}
/* singleSec */
section.singleSec{
	margin: 5rem auto 10rem;
}
section.singleSec h3.h3-single-ttl{
	font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #555;
  position: relative;
}
section.singleSec h3.h3-single-ttl::before{
	position: absolute;
	content: 'ショップ名';
	font-size: 1.5rem;
	line-height: 1.6;
	color: #03a985;
	top: -2.5rem;
}
section.singleSec div.inner{
  max-width: 900px;
  margin: 0 auto;
}
section.singleSec div.img{
	width: 50rem;
	margin: 0 auto 5rem;
}
section.singleSec div.img img{
/*	border-radius: 50%;*/
}
section.singleSec div.shop p{
	line-height: 1.8;
}
section.singleSec div.shop dl dt{
	font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #555;
  font-weight: bold;
}
section.singleSec div.shop dl{
	margin-bottom: 3rem;
}
section.singleSec div.shop dl.menu{
	margin-bottom: 0;
}
section.singleSec div.shop a{
	color: #f15929;
	text-decoration: underline;
}
section.singleSec div.shop a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.singleSec div.button-area{
	margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
	section.singleSec{
		margin: 5rem auto 7rem;
	}
	section.singleSec h3.h3-single-ttl{
		font-size: 2.4rem;
	  margin-bottom: 3rem;
	}
	section.singleSec div.img{
		width: 80%;
		margin: 0 auto 3rem;
	}
	section.singleSec div.shop dl dt{
		font-size: 1.7rem;
	}
}

/*spearkerSec
-------------------------------------------------- */
section.speakerSec{
  margin: 5rem 0 10rem;
}
section.speakerSec div.speakerlist{
	margin-top: 5rem;
}
section.speakerSec div.speakerlist div.box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #888;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
section.speakerSec div.speakerlist div.box div.img-area img{
	border-radius: 1rem;
}
section.speakerSec div.speakerlist div.box div.img-area{
	width: 28rem;
	margin-right: 5%;
}
section.speakerSec div.speakerlist div.box div.txt-area{
	width: 71%;
}
section.speakerSec div.speakerlist div.box div.txt-area p.com-name{
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
section.speakerSec div.speakerlist div.box div.txt-area p.title{
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}
section.speakerSec div.speakerlist div.box div.txt-area p.name{
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
section.speakerSec div.speakerlist div.box div.txt-area p.desc{
	font-size: 1.5rem;
	line-height: 1.8;
}
/*section.speakerSec div.speakerlist div.box div.txt-area p.url{
	word-break: break-all;
	margin-top: 1rem;
}
section.speakerSec div.speakerlist div.box div.txt-area p.url a{
	color: #f15929;
	text-decoration: underline;
}
section.speakerSec div.speakerlist div.box div.txt-area p.url a:hover{
	opacity: 0.4;
	transition: 0.6s;
}*/
@media print, screen and (max-width: 1024px) {
  section.speakerSec div.speakerwrap dl{
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  section.spearkerSec{
    margin: 5rem 0 7rem;
  }
  section.speakerSec div.speakerlist div.box{
	  display: block;
	  padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
	}
	section.speakerSec div.speakerlist div.box div.img-area{
		width: 28rem;
		margin-right: auto;
		margin-left: auto;
	}
	section.speakerSec div.speakerlist div.box div.txt-area{
		width: 85%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	section.speakerSec div.speakerlist div.box div.txt-area p.com-name{
	  font-size: 1.8rem;
	  text-align: center;
	}
	section.speakerSec div.speakerlist div.box div.txt-area p.title{
	  font-size: 1.4rem;
	  text-align: center;
	}
	section.speakerSec div.speakerlist div.box div.txt-area p.name{
	  font-size: 2.4rem;
	  margin-bottom: 1.5rem;
	  text-align: center;
	}
	section.speakerSec div.speakerlist div.box div.txt-area p.desc{
		font-size: 1.4rem;
	}
}
@media print, screen and (max-width: 480px) {
  
}

/*sponsorshipSec
-------------------------------------------------- */
section.sponsorshipSec{
  margin: 5rem 0 10rem;
}
section.sponsorshipSec div.description ul{
	margin: 3rem 0;
}
section.sponsorshipSec div.description ul li{
	list-style-type: disc;
	margin-left: 2.3rem;
}
section.sponsorshipSec div.description a{
	color: #ed923f;
	text-decoration: underline;
}
section.sponsorshipSec div.description a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.sponsorshipSec div.supporter-area{
	margin-top: 7rem;
}
section.sponsorshipSec div.supporter-area div.supporterwrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box{
	width: 23.5%;
	margin-bottom: 2rem;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box.blank{
	margin-bottom: inherit;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box img{
	border: 1px solid #CCC;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.p-name{
	font-size: 1.5rem;
	margin-top: 2rem;
	line-height: 1.4;
	text-align: center;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.url{
	margin-top: 0.5rem;
	text-align: center;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.url a{
	color: #ed923f;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.3;
}
section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.url a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {	
  section.sponsorshipSec{
    margin: 5rem 0 7rem;
  }
  section.sponsorshipSec p.p-txt.center{
  	text-align: left;
  }
  section.sponsorshipSec div.supporter-area div.supporterwrap div.box{
		width: 32%;
	}
	section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.p-name{
		margin-top: 1.5rem;
	}
	section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.url{
		margin-top: 0.5rem;
		text-align: center;
	}
	section.sponsorshipSec div.supporter-area div.supporterwrap div.box p.url a{
		font-size: 1.3rem;
		line-height: 1.3;
	}
	section.sponsorshipSec div.volunteer-area ul li{
		width: 29%;
		margin-bottom: 1rem;
	}
}
@media print, screen and (max-width: 560px) {
  section.sponsorshipSec div.supporter-area div.supporterwrap div.box{
		width: 47.5%;
	}
	section.sponsorshipSec div.volunteer-area ul li{
		width: 42%;
	}
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}