@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.hed {
}
img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #e8497a;
	border-right: 1px solid #e8497a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1280px;
	margin: 0 auto 80px;
	width: 90%;
}
.sp {
	display: none;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
.allitem_bt {
	text-align: center;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	color: #ffffff;
	background-color: #000;
	padding: 10px 0;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
}
.top_bt {
	text-align: center;
	margin: 20px 0 0;
}
.top_bt a {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0;
	background-color: #bbb;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
gs_item
============================*/
.gs_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
.gs_item_list {
	width: 23%;
}
.gs_item_list a {
	display: block;
}
.gs_item_txt {
	text-align: justify;
	min-height: 60px;
	line-height: 1.4;
	font-size: 14px;
}
.gs_item_img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.brand_rogo {
	max-width: 400px;
	margin: 2px 80px 2px;
}
.gs_item_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media only screen and (max-width: 786px) {
/*============================
gs_item
============================*/
.gs_item_wrap {
}
.gs_item_list {
	width: 47%;
	margin: 0 0 5%;
}
.gs_item_list a {
}
.gs_item_txt {
	font-size: 12px;
	line-height: 1.2;
}
.gs_item_img {
}
.brand_rogo {
	margin: 0 15%;
}
.gs_item_name {
}
}
/*============================
コンテンツ
============================*/
.headcopy {
	text-align: center;
	background: #eaddba url(./img/2110_nature_sound/headcopy_bk.jpg) no-repeat center left;
	padding: 30px 0;
}
.headcopy_text {
	text-align: center;
}
.headcopy_text dt {
	font-size: 36px;
	font-weight: 600;
	color: #4b2604;
}
.headcopy_text dd {
	font-size: 20px;
	color: #4b2604;
	margin: 10px 0 0;
}
#ukulee {
}
.ukulee_ {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 28px 0;
	color: #4f4f4f;
}
.ukulee_title_box {
	background: #eaddba url(./img/ukurere_01.jpg) no-repeat center left;
	background-size: cover;
	height: 358px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-position-x: 0px;
}
.ukulee_title_box_inner {
	max-width: 800px;
}
.ukulee_title {
	font-size: 50px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
	border-bottom: solid 1px #000;
}
.ukulee_txt {
	font-size: 20px;
}
.ukulee_item_price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 30px;
}
.ukulee_item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 30px;
}
.ukulee_item_image {
	width: 50%;
	max-width: 642px;
}
.ukulee_item_txt_box {
	width: 48%;
}
.ukulee_item_box_title {
	font-size: 36px;
	font-weight: 600;
	margin: 24px 0 0px;
	padding: 0px 0px 10px;
}
.ukulee_item_box_txt {
	font-size: 16px;
	margin: 0;
}
.ukulee_item_name {
	width: 60%;
	font-size: 24px;
	padding: 16px 0 0;
}
.brand {
	font-size: 18px;
}
.item_name {
	display: block;
	font-size: 20px;
}
.price {
	width: 30%;
	font-size: 18px;
	text-align: right;
}
.tax {
}
.item_bt a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	border: solid 1px #000;
	margin: 56px auto 0;
	background-color: #fff;
	text-align: center;
	box-shadow: 4px 4px #a38e73;
	width: 80%;
}
.item_bt a:active {
	box-shadow: none;
	position: relative;
	top: 4px;
	left: 4px;
}
.famous_box {
	background-color: #ccc;
	padding: 10px;
	margin: 65px 0 0;
}
.famous_logo {
	width: 28%;
	max-width: 184px;
	margin: auto;
}
.famous_txt_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0px;
}
.famous_txt_image {
	width: 26%;
	max-width: 158px;
}
.famous_txt {
	width: 72%;
	font-size: 14px;
}
.black_bt {
	text-align: center;
	margin: 30px 0px 0;
	width: 100%;
}
.black_bt a {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 20px auto;
	padding: 10px 240px;
}
.black_bt a:hover {
	opacity: 0.6;
}
.speaker {
	margin: 40px 0 40px;
}
.speaker_ {
	text-align: center;
	font-size: 22px;
	padding: 0 0 10px;
	font-weight: 600;
	color: #a62604;
}
.speaker_img {
	width: 50%;
	max-width: 480px;
}
.speaker_txt_box {
	width: 50%;
}
.speaker_title {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.speaker_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #e6caa3;
	padding: 36px;
	margin: 0 0 20px;
}
.speaker_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.speaker_point ul {
	width: 100%;
}
.speaker_point li {
	background: #000;
	width: 48%;
	color: #fff;
	margin: 10px 0% 2px;
	padding: 10px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
li.speaker_point_width {
	width: 100%;
	text-align: center;
}
.speaker_txt {
	margin: 20px 0 20px;
}
.speaker_item_price {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.speaker_item_name {
	width: 70%;
}
/*============================
#food
============================*/
#food {
}
.food {
	margin: 60px 0 60px;
}
.food_ {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 28px 0;
	color: #4f4f4f;
}
.food_bk {
	background-color: #FFEDC9;
	padding: 60px 0px 10px;
	width: 100%;
	margin: auto;
}
.which_title {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	background-color: #a62604;
	width: 50%;
	margin: auto;
	padding: 10px 0;
	color: #fff;
	border-radius: 39px;
}
.food_title {
	color: #a62604;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 40px 0 10px;
}
.food_bg img {
}
.food_title span {
	color: #fff;
	background-color: #A62604;
	border-radius: 60px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 12px 0;
}
.food_bg_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0px 10px;
}
.food_bg {
	width: 48%;
	max-width: 500px;
	text-align: center;
	margin: auto;
}
.food_bg_txt {
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px;
}
.food_txt {
	text-align: center;
	margin: 14px;
	font-size: 20px;
}
.item_container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0%;
}
.item_box {
	text-align: center;
	margin: 0px 0 50px 20px;
	width: 23%;
}
.item_value {
	margin: 10px 0 0;
}
.item_brand {
}
.item_name {
}
.item_price {
	margin: 10px 0 0;
}
.item_txt {
	text-align: justify;
	margin: 0 0 10px;
	height: 80px;
}
.item_box_img {
	margin: 0 0 12px;
}
.item_brand {
	font-size: 20px;
}
.item_name {
	font-size: 20px;
}
.item_price {
}
.item_s_title {
}
.item_s_icon {
	width: 80px;
	display: block;
	margin: auto;
	padding: 0px 0 20px;
}
.item_title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	padding: 0 0 20px;
}
.table_title {
	text-align: center;
	font-size: 32px;
	padding: 2%;
	font-weight: 600;
	color: #a62604;
}
.other_title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	padding: 0px 0 30px;
	color: #b06227;
}
/*============================
#fun
============================*/
#fun {
}
.item_title {
}
/*============================
#other
============================*/
#other {
}
.item_s_title {
}
.item_s_icon {
}
.other_title {
}
.allitem_bt {
}
.top_bt {
}

		
/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1380px) {
}
@media only screen and (max-width: 980px) {
.item_list {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 5%;
}
.col4 .item_list {
	width: 48%;
	max-width: 100%;
	padding: 0 0 7%;
}
.price_list a {
	font-size: 20px;
}
.activty_list {
	width: 48%;
	margin: 0 0 5%;
}
.activty_list a {
}
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 15%;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ボタン
============================*/
.allitem_bt {
}
.allitem_bt a {
	font-size: 20px;
}
.top_bt {
}
.top_bt a {
	font-size: 20px;
}
.arrow_next:after {
	width: 5px;
	height: 5px;
	top: 44%;
}
/*============================
コンテンツ
============================*/
.headcopy {
	padding: 5% 5%;
	background-image: none;
}
.headcopy_text {/* font-size: 22px; */
}
.headcopy_text dt {
	font-size: 24px;
}
.headcopy_text dd {
	font-size: 14px;
	text-align: justify;
}
#ukulee {
}
.ukulee_ {
	font-size: 20px;
	margin: 10% 0 5%;
}
.ukulee_title_box {
	background-size: cover;
	background-position-x: -71px;
	background-position-y: 0px;
	height: 170px;
}
.ukulee_title_box_inner {
	margin: 6%;
}
.ukulee_title {
	font-size: 24px;
	margin: 0 0 0;
	padding: 0px 0 1% 0%;
	border: none;
}
.ukulee_txt {
	font-size: 14px;
	text-align: justify;
	margin: 0 0 0 20%;
	padding: -10px 0 0 80px;
}
.ukulee_item_price {
	margin: 2% 0 0;
}
.ukulee_item_box {
	margin: 0;
}
.ukulee_item_image {
	width: 80%;
	margin: 10% auto 0;
}
.ukulee_item_txt_box {
	width: 100%;
}
.ukulee_item_box_title {
	font-size: 24px;
	padding: 5% 0 0;
}
.ukulee_item_box_txt {
	font-size: 16px;
	margin: 2% 0 0;
}
.ukulee_item_name {
}
.brand {
	font-size: 14px;
}
.item_name {
}
.price {
	width: 40%;
	font-size: 16px;
}
.tax {
	font-size: 80%;
}
.item_bt a {
	font-size: 16px;
	width: 80%;
}
.famous_box {
	margin: 10% 0 0;
}
.famous_logo {
}
.famous_txt_box {
}
.famous_txt_image {
	margin: 0 auto;
	width: 70%;
}
.famous_txt {
	width: 100%;
	font-size: 14px;
	margin: 5% 0 0;
}
.black_bt a {
	display: block;
	padding: 10px 0;
	margin: 5% 0 0;
	width: 100%;
	font-size: 16px;
}
.speaker {
	margin: 20% 0 0;
}
.speaker_ {
	font-size: 20px;
}
.speaker_img {
	width: 100%;
}
.speaker_txt_box {
	width: 100%;
	margin: 5% 0 5%;
}
.speaker_title {
	font-size: 22px;
}
.speaker_box {
	padding: 5%;
}
.speaker_point {
	font-size: 14px;
}
.speaker_point ul {
}
.speaker_point li {
}
li.speaker_point_width {
}
.speaker_txt {
	font-size: 16px;
	margin: 5% 0 0;
}
.speaker_item_price {
	margin: 5% 0 0;
}
.speaker_item_name {
}
/*============================
#food
============================*/
#food {
}
.food {
	margin: 20px 0 0;
}
.food_ {
	font-size: 20px;
	margin: 0 0 5%;
}
.food_bk {
	padding: 5% 0 2%;
}
.which_title {
	font-size: 17px;
	margin: 0 auto;
	width: 80%;
	padding: 4px;
}
.food_title {
	font-size: 24px;
	margin: 3% 0px 5%;
}
.food_title span {
	font-size: 18px;
	width: 8%;
	height: 5%;
}
.food_bg_box {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.food_bg {
	width: 90%;
	margin: 10% auto 5%;
}
.food_bg_txt {
	font-size: 14px;
	text-align: justify;
}
.food_txt {
	font-size: 16px;
	text-align: justify;
	margin: 0;
}
.item_container {
	margin: 0%;
	padding: 0%;
}
.item_box {
	width: 45%;
	margin: 0% auto 0%;
	padding: 0 0 5%;
}
.item_value {
}
.item_brand {
	text-align: left;
}
.item_name {
}
.item_price {
}
.item_txt {
	font-size: 13px;
	padding: 10% 0 0%;
	text-align: justify;
	height: 100px;
}
.item_box_img {
}
.item_brand {
	font-size: 14px;
}
.item_name {
	font-size: 16px;
	display: block;
	text-align: left;
}
.item_price {
	font-size: 14px;
	text-align: right;
}
.item_s_title {
}
.item_s_icon {
}
.item_title {
	font-size: 21px;
	margin: 10% 0 0;
}
.s_brand {
	font-size: 14px;
	margin: 0;
	text-align: left;
}
.s_name {
	font-size: 14px;
	text-align: left;
}
.s_price {
	text-align: right;
}
/*============================
#fun
============================*/
#fun {
}
.item_title {
	margin: 10% 0 0%;
	padding: 0;
}
/*============================
#other
============================*/
#other {
}
.item_s_title {
	margin: 10% 0 0;
}
.item_s_icon {
}
.other_title {
	font-size: 25px;
	padding: 0;
}
.allitem_bt {
}
.top_bt {
}
.table_title {
	font-size: 24px;
	margin: 5% 0 0;
}
}
