/*
Theme Name : yasutakecoffee
*/

*{
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

body {
  color: #696969;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  list-style: 1.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #082B48;
}

a:hover {
  opacity: 0.7;
}

.container {
	width: 60%;
	max-width: 980px;
	margin: auto;
}

.clear::after {
  content:"";
  clear: both;
  display: block;
}

/* 上記共通設定パーツ ※文字色はこのサイト用 */

/* ==========================
header
========================== */

.header-backs{
	background: #fff;
	position: fixed;
	top:0;
	justify-content: space-between;
	width:100%;
	z-index: 10;
}

.header-back {
	background-image: url(img/back.png);
	padding: 50px;
	height: 150px;
	position: relative;
}

.header-logo {
	width: 25%;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 20%;
	text-align: center;
}

.nav-bar {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
}

/* ==========================
top
========================== */
.top-main{
	margin-top: 300px;
	margin-bottom: 100px;
}

/* ==========================
body共通部分
========================== */

/* 左揃えの文章 */
.left-text {
	line-height: 2em;
	text-align: justify;
}
/* 中央揃えの文章 */
.center-text{
	line-height: 2em;
	text-align: center;
}

.menu-title {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 50px;
	margin-bottom: 100px;
  }
/* ==========================
CONCEPT
========================== */


/* ==========================
BEANS
========================== */

.bean-list ul li{
	list-style: none;
	background-image: url(img/bean.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 20px;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	padding-left: 2em;
	line-height: 300%;
	
/* 	list-style:none;
	  padding-left: 20px;
	  line-height: 2em;
	background: url(img/bean.png) left 0px top 7px no-repeat ;

	  background-size: 15px auto; */
}

/* 豆詳細ページ */
.bean {
	margin-top: 0px;
	padding-top: 300px;
	text-align: center;
}

.bean-title{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 100px;
}

/* .bean-country{
  display: flex;
  justify-content: space-between;
} */

.bean-country-img{
	width: 60%;
/* 	margin-top: 50px; */
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

.bean-evaluation{
	line-height: 1.5em;
	font-size: 1.2em;
	letter-spacing: 10px;
	color: #4682b4;
	margin-bottom: 50px;
	border-collapse: separate;
	border-spacing: 30px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================
ORDER
========================== */

/* フォームリセット 開始 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

/* input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

/* フォームリセット 終了 */
.orderform{
	background-color: #DDE5ED;
	padding: 40px;
	margin-top: 50px;
	text-align:center;
  /* margin: 0 auto; */
}

.orderform_center {
	display: inline-block;
	text-align-last: left;
}

.order_title{
  padding-bottom: 10px;
}

input[type="text"],
input[type="email"]{
width: 100%;
/*   height: 40px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

textarea {
width: 100%;
height: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
	line-height:1.5em;
}

select{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  color: #696969;
	background-color: #fff;
}

input[type="submit"] {
  padding: 10px 70px;
  border: none;
  border-radius: 4px;
  background: #567FA8;
  color: #fff;
  cursor: pointer;
	display:block;
	margin:0 auto;
}

.wpcf7-submit:hover {
	opacity: 0.75;
}

/* 必須マーク */
.orderform .must {
	background: #e95464;
}

.orderform .must {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 2px 5px;
	letter-spacing: 2px;
	position:relative;
		top:-2px;
}

/* ==========================
404
========================== */
.img-404{
	margin-top: 230px;
	margin-bottom: 30px;
}

.title-404 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 30px;
  }

/* ==========================
footer
========================== */

.wrapper{
	min-height: 25vh;
	position: relative;/*←相対位置*/
}

.footer-back{
	width: 100%;
	background-image: url(img/back.png);
	padding: 50px;
	text-align: center;
	margin-top: 100px;
	
	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
}


/* スマホ */
@media(max-width: 600px) {
  .container {
  width: 90%;
  margin: auto;
}
/* -----------------
スマホtop画像
----------------- */
.top-main{
	margin-top: 250px;
	margin-bottom: 50px;
}

.header-logo {
  width: 50%;
  margin: 0 auto;
}

.nav-bar {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 3.5vw;
}

.bean{
  margin-top: 50px;
}

.bean-title{
  font-size: 25px;
/*   margin: 50px 0px; */
}

.bean-country{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bean-country-img{
  width: 100%;
  margin-bottom: 20px;
}

.bean-evaluation{
  padding-top: 30px;
}
/* ORDER スマホ */
.orderform{
	margin-top: 50px;
	padding: 30px;
	text-align: left;
}
	
input[type="text"],
input[type="email"]{
  width: 100%;
｝

}
