﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";

h1,h2,h3 {
	text-align: center;
}

header h1 {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 600;
}

#header_wrap p {
	line-height: 1.8rem;
}

#result li {
	border: solid #333 1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
}

#feature_wrap {
	background: #eaeaf1;
}

#feature {
	text-align: center;
}

#feature dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#feature dt {
	background: #a7a7b6;
	color: #fff;
}

#recommend {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

#recommend h3 {
	color: #59596e;
}

#recommend h3 img {
	vertical-align: -20px;
	margin-right: 15px;
}

#recommend li {
	background: #a7a7b6;
	color: #fff;
}

#recommend li:before {
	content: url("../images/img_3.png");
	vertical-align: -5px;
	margin-right: 10px;
}

#price li {	
	border-bottom: #59596e solid 3px;
}

#drink {
	background: #e7ebf7;
}

#drink dl {
	line-height: 1.7rem;
}

#drink dt span {
	font-weight: 400;
}

#drink dd {
	text-align: center;
}

#faq dl {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

#faq dt {
	background: #8ba987;
	color: #fff;
}

#faq dt {
	position: relative;
}

#faq dd {
	display: none;
}

/*閉じた状態の矢印描画*/
#faq dt:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
#faq dt.close:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

#staff {
	background: #f0f0f0;
	border: solid #ccc 1px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 0.8rem;
	text-align: left;
}

@media (min-width: 1025px) {
	.pc_none {
		display: none;
	}
	
	header {
		background: url("../images/main_img.jpg") no-repeat;
		background-size: cover;
		height: 100vh;
		display: flex;
		align-items: center;
	}
	
	header h1 {
		font-size: 1.8rem;
		line-height: 3.4rem;
		margin-bottom: 60px;
	}
	
	h2 {
		margin: 45px 0;
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.8rem;
	}
	
	#header_wrap {
		margin-left: 5%;
		width: 45%;
	}
	
	#header_wrap p {
		padding: 0 15%;
	}
	
	#result {
		background: url("../images/img_1.png") no-repeat center;
		background-size: cover;
		padding: 60px 0 120px;
	}
	
	#result ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 20%;
		font-size: 1.3rem;
		min-width: 1080px;
	}
	
	#result li {
		margin: 15px 3%;
		padding: 25px 0;
		width: calc(44% - 2px);
	}
	
	#feature_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 90px 0;
	}
	
	#feature,#recommend {
		font-size: 1.2rem;
		width: 42%;
	}
	
	#feature h3 {
		display: inline-block;
		padding: 30px 45px;
		margin: 0;
		position: relative;
	}
	
	#feature h3::before,
	#feature h3::after {
		content: '';
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
	}

	#feature h3::before {
		border-top: solid #fff 5px;
		border-left: solid #fff 5px;
		top: 0;
		left: 0;
	}
	
	#feature h3::after {
		border-bottom: solid #fff 5px;
		border-right: solid #fff 5px;
		bottom: 0;
		right: 0;
	}
	
	#feature dl {
		margin: 30px 5% 0;
	}
	
	#feature dt {
		width: 70px;
		height: 70px;
		line-height: 70px;
		border-radius: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		margin-bottom: 15px;
	}
	
	#feature dd {
		text-align: left;
		margin-bottom: 15px;
		width: calc(100% - 90px);
	}
	
	#recommend {
		padding: 45px 0;
	}
	
	#recommend ul {
		margin: 30px 10%;
	}
	
	#recommend li {
		padding: 15px 30px;
		margin-bottom: 15px;
	}
	
	#drink,
	#faq,
	#support,
	#price_wrap {
		padding: 60px 0;
	}
	
	
	#price {
		font-size: 2rem;
		line-height: 2rem;
		margin: auto;
		width: 50%;
	}
	
	#price li {	
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding: 10px 0;
		margin: 30px 0;
	}
	
	#price span {
		font-size: 1.2rem;
	}
	
	#support {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#support dt {
		text-align: center;
	}
	
	#support dd {
		margin-left: 3%;
	}
	
	#support dd ul {
		margin-top: 30px;
		font-size: 1.2rem;
	}
	
	#support dd li {
		margin: 30px 0;
	}
	
	#drink dl {
		display: flex;
		justify-content: center;
	}
	
	#drink dt {
		line-height: 2.4rem;
		width: 30%;
	}
	
	#drink dd {
		margin-left: 5%;
	}
	
	#faq {
		padding-bottom: 90px;
	}
	
	#faq dl {
		width: 50%;
		margin: auto auto 30px;
	}
	
	#faq dt {
		background: #8ba987;
		color: #fff;
		font-size: 1.6rem;
		padding: 25px 45px;
	}
	
	#faq dd {
		padding: 45px 90px;
		line-height: 2rem;
	}
	
	#staff {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 490px;
		padding: 30px 30px 20px;
	}
	
	#staff span {
		margin-bottom: 10px;
		width:  30%;
	}
	
	#staff p {
		margin-bottom: 10px;
		width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	.sp_none,nav {
		display: none;
	}
	
	h2,h3 {
		margin: 15px 0;
		line-height: 2rem;
	}
	
	header {
		background: url("../images/main_img_sp.png") no-repeat;
		background-size: contain;
	}
	
	#header_wrap {
		padding: 45px 10%;
	}
	
	header h1 {
		font-size: 1.3rem;
		line-height: 2rem;
		margin: 45px 0 60px;
	}
	
	header h1 img {
		width: 60%;
	}
	
	header h2 {
		padding-top: 45px;
	}
	
	#result {
		background: url("../images/img_7.png") no-repeat center;
		background-size: cover;
	}
	
	#result ul {
		margin-top: 30px;
	}
	
	#result li {
		padding: 15px 0;
		margin-bottom: 15px;
	}
	
	#faq,
	#drink,
	#price_wrap,
	#result,
	#feature_wrap {
		padding: 45px 3%;
	}
	
	#feature h3 {
		display: inline-block;
		padding: 15px 30px;
		margin: 0;
		position: relative;
	}
	
	#feature h3::before,
	#feature h3::after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
	}

	#feature h3::before {
		border-top: solid #fff 5px;
		border-left: solid #fff 5px;
		top: 0;
		left: 0;
	}
	
	#feature h3::after {
		border-bottom: solid #fff 5px;
		border-right: solid #fff 5px;
		bottom: 0;
		right: 0;
	}
	
	#feature dl {
		margin: 30px 0;
	}
	
	#feature dt {
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		margin-bottom: 15px;
	}
	
	#feature dd {
		text-align: left;
		margin-bottom: 15px;
		width: calc(100% - 80px);
	}
	
	#recommend {
		padding: 15px 0;
	}
	
	#recommend h3 img {
		width: 70px;
	}
	
	#recommend ul {
		margin: 15px 5%;
	}
	
	#recommend li {
		padding: 15px 5%;
		margin-bottom: 15px;
	}
	
	.sp_txt_r {
		text-align: right;
		font-size: 2rem;
		line-height: 2rem;
		margin-top: 15px;
	}
	
	#price {
		font-size: 1.2rem;
		line-height: 1.2rem;
		margin: 15px 0;
	}
	
	#price span {
		display: block;
		font-size: 0.9rem;
	}
	
	#price li {
		line-height: 1.6rem;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	
	#support li {
		padding: 10px 7%;
		text-indent: -1rem;
		margin-left: 1rem;
	}
	
	#drink dl {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	
	#drink dd img {
		width: 20%;
	}
	
	#drink dt {
		margin-top: 30px;
	}
	
	#faq dl {
		margin: 15px 0;
	}
	
	#faq dt {
		padding: 15px 10% 15px 5%
	}
	
	#faq dd {
		line-height: 1.8rem;
		padding: 15px 5%
	}
	
	#staff {
		padding: 15px 5%;
	}
	
	#staff p {
		margin-left: 5%;
	}
}