@charset "UTF-8";
.lower_nav ul{
	justify-content: space-between;
}
.lower_nav ul li a span{
	display: inline-block;
}
#list h3{
	margin-bottom: 20px;
	padding:20px 2.5%;
}
#list h4{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #75a7d9;
}
#list h4:before{
	content: "★";
	font-size: 40px;
	margin-right: 10px;
}
#list .shopbox .text ul.sns {
	justify-content: left;
}
#list .shopbox .text ul.sns li{
	width: 50px;
	margin: 10px 2% 0;
}
#list .shopbox .text ul.sns li a,
#list .shopbox .text ul.sns li p{
	width: 50px;
	height: 50px;
	display: block;
	border: solid 3px #fff;
	padding-top:7px;
}
#list .shopbox .text ul.sns li a{
	transition: 0.3s;
	box-shadow: 0px 10px 15px -10px #777777;
}
#list .shopbox .text ul.sns li a:hover{
	box-shadow: none;
}
#list .shopbox .text ul.sns li img{
	width: 30px;
}
#list .shopbox .text ul.sns li a.sns_tw{
	background: #55acee;
}
#list .shopbox .text ul.sns li a.sns_insta{
	background: #f87b89;
}
#list .shopbox .text ul.sns li p{
	background: #c6c6c6;
}
#list .shopbox{
	margin-top: 20px;
	padding:  20px 2.5%;
}
#list .shopbox .text{
	width: 38%;
	margin-top: 60px;
}
#list .shopbox .img{
	width: 60%;
}
#list .shopbox .img li{
	width: 29%;
	float: right;
	margin-right: 2%;
}
#list .shopbox .img li:first-child{
	width: 67%;
	margin-right: 0;
}
#list .shopbox .img li:last-child{
	margin-top: 20px;
}
#oohashi h4:before{
	color: #38b6ff;
}
#kasuga h4:before{
	color: #008138;
}
#teriha h4:before{
	color: #ff66c4;
}
#hakozaki h4:before{
	color: #ff914d;
}
#wajiro h4:before{
	color: #ff66c4;
}
#meinohama h4:before{
	color: #ff0000;
}
#kasuya h4:before{
	color: #d5fa3d;
}
#nogata h4:before{
	color: #cf79e8;
}
#tenjin h4:before{
	color: #944a26;
}
#hakata h4:before{
	color: #a6a6a6;
}
#shime h4:before{
	color: #fe67c4;
}
#fukutsu h4:before{
	color: #a684a5;
}
@media screen and (max-width: 980px) {
	.lower_nav ul {
    	width: 100%;
    	max-width: 100%;
		display: flex;
	}
	.lower_nav ul li {
		width: 48%;
		margin: 20px 1% 0;
	}
	.lower_nav ul li:nth-child(2) {
		margin-top: 0;
	}
	.lower_nav ul li a span{
		display:none;
	}
	#list .shopbox .text {
		margin-top: 0;
	}
	#list h3 {
		margin-bottom: 20px;
		padding: 15px 2.5%;
	}
	#list h4 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#list h4:before{
		font-size: 24px;
	}
}
@media screen and (max-width: 740px) {
	.leadwrap{
		text-align: left;
	}
	#list .shopbox .text ul.sns {
		justify-content: center;
	}
	#list .shopbox .text {
		width: 100%;
		margin-top: 0;
	}
	#list .shopbox .img {
		width: 90%;
		max-width: 340px;
		float: none!important;
		margin: 20px auto 0;
	}
	#list .shopbox .img li{
		width: 48%;
		float: left!important;
		margin-top: 10px;
		margin-right: 0;
	}
	#list .shopbox .img li img{
		height: 130px;
		object-fit: cover;
	}
	#list .shopbox .img li:first-child {
		width: 100%;
		height: 200px;
	}
	#list .shopbox .img li:first-child img{
		width: 100%;
		height: 200px;
	}
	#list .shopbox .img li:last-child {
		margin:10px 0 0 4%;
	}
}
/*-----------------------------------

	support

-----------------------------------*/
#amenity_img li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
#amenity_img li:last-child{
	margin-right: 0;
}
#support_more {
	width: 950px;
	margin: 50px auto 20px;
    padding: 100px 2% 30px;
}
#support_more .h4_title{
	width: 40%;
	top:-5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#support_more .h4_title:before,
#support_more .h4_title:after{
	content: url("../img/common/deco_flower_07.png");
	width: 80px;
	top:10px;
	position: absolute;
}
#support_more .h4_title:before{
	left: -85px;
}
#support_more .h4_title:after{
	right: -85px;
	transform: scale(-1, 1);
}
#support_more .circle{
	width: 130px;
	height: 130px;
	padding-top: 30px;
	left: 25px;
	top: 25px;
	z-index: 1;
}
#support_more .woman_03{
	top: -80px;
	right: -50px;
}
#support_more ul{
	width: 910px;
	margin: 20px auto 0;
}
#support_more ul li{
	width: 15%;
	max-width: 160px;
	line-height: 2.1rem;
	margin-right: 3.5%;	
}
#support_more ul li:nth-child(5n){
	margin-right: 0;
}
#support_more ul li .img{
	width: 100%;
	height: 145px;
	background: #fffef7;
	margin-bottom: 10px;
	padding-top: 30px;
}
#support_more ul li img{
	width: 80px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1100px){
	#support_more{
		width: 90%;
	}
	#support_more .h4_title {
    	width: 50%;
	}
	#support_more .circle {
		left: -15px;
		top: -40px;
	}
	#support_more ul{
		width: 90%;
	}
}
@media screen and (max-width: 980px){
	#support ul{	
		margin: 0 auto;
	}
	#support ul li .box {
		line-height: 2.4rem;
		padding: 0 4% 20px;
	}
	#support ul.list_01 {
		width: 80%;
		max-width: 740px;
	}
	#support ul.list_02{
		width: 95%;
		max-width: 740px;
	}
	#support ul.list_01 li{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	#support ul.list_02 li{
		width: 48%;
		max-width: 100%;
		margin-right: 2%;
	}
	#support ul li .box {
		padding: 0 4%;
	}
	#support ul.list_02 li .box img {
		width: 70px;
	}
	#support_more{
		padding-top: 80px;
	}
	#support_more .circle {
		top: -70px;
		width: 100px;
		height: 100px;
		padding-top: 20px;
	}
	#support_more .h4_title {
		margin-top: -10px;
	}
	#support_more .h4_title .fz18 {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	#support_more .h4_title .fz60 {
		font-size: 4.0rem;
		line-height: 4.0rem;
	}
	#support_more ul li{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	#support_more ul li .img{
		height: auto;
		padding: 20px 0;
	}
	#support_more ul li img{
		width: 60px;
	}
	#support_more .h4_title::before, #support_more .h4_title::after {
		top: -15px;
	}
}
@media screen and (max-width: 740px){
	#support_more {
		padding-top: 30px;
	}
	#support_more .lead {
		text-align: left;
	}
	#support_more .circle {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		left: -15px;
		top: -40px;
	}
	#support_more .h4_title {
		width: auto;
		display: inline-block;
		position: static;
		margin-bottom: 10px;
	}
	#support_more .h4_title .fz60 {
		font-size: 3.6rem;
		line-height: 4.0rem;
	}
	#support_more .h4_title:before,
	#support_more .h4_title:after {
		content: "";
	}
	#support_more ul li{
		width: 30%;
		font-size: 1.3rem;
		line-height: 1.6rem;
		text-align: left;
		margin-right:2%;
	}
	#support_more ul li:nth-child(4n){
		margin-right: 2%;
	}
	#support_more ul li:nth-child(3n){
		margin-right: 0;
	}
	#support_more ul li .img{
		height: auto;
		padding: 20px 0;
	}
	#support_more ul li img{
		width: 50px;
	}
}