@charset "UTF-8";
/*
Theme Name: 渋谷園芸 学校花壇
Author: あそびラボ
*/

/*=======================================================
ヘッダー
=======================================================*/
h1 {
	background-image: url(../images/school/bg.png)!important;
}
h1 img {
	width: 239px;
	height: 29px;
}
@media screen and (max-width : 750px){
	h1 {
		background-position: top right -510px !important;
	}
}
/*=======================================================
各h2
=======================================================*/
h2 {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
section:not(#shop) h2::before,
section:not(#shop) h2::after {
    content: "";
    background: #f3eecf;
    height: 1px;
    display: block;
	width: 277px;
}
@media screen and (max-width : 750px){
	h2 {
		margin: 0 0 60px;
		justify-content: center;
	}
	section:not(#shop) h2::before,
	section:not(#shop) h2::after {
		content: none;
	}
}
/*=======================================================
はじまり
=======================================================*/
#intro {
	margin: 56px auto 60px!important;
	padding: 0!important;
}
#intro .box {
	padding: 0!important;
	line-height: 1.58;	
}
#intro .box span {
	display: block;
    width: 874px;
    margin: 0 auto;
    background: #d2b774;
    height: 1px;
	position: relative;
}
#intro .box span::before {
    content: "";
    background: url(../images/top/shoplist_deco.svg) no-repeat;
    display: block;
    width: 72px;
    height: 64px;
    position: absolute;
    top: -9px;
    left: -72px;
}
#intro .box span::after {
    content: "";
    background: url(../images/top/shoplist_deco.svg) no-repeat;
    display: block;
    width: 72px;
    height: 64px;
    position: absolute;
    top: -9px;
    right: -72px;
    transform: rotate(80deg);
}
#intro .big_box {
    display: flex;
    justify-content: space-between;
    margin: 51px 9px;
    border-left: 1px solid #d2b774;
    border-right: 1px solid #d2b774;
    padding: 0 30px;
}
#intro .box .big_box + span::before {
    transform: rotate(-100deg);
    top: -54px;
    left: -72px;
}
#intro .box .big_box + span::after {
    transform: rotate(180deg);
    top: -54px;
    right: -71px;
}
#intro img {
	margin: 0 30px 0 0;
	width: 400px;
	height: 249px;
	flex-shrink: 0;
    object-fit: cover;
	border: 2px solid #c6b47a;
}
#intro .box .big_box div p:first-of-type {
	margin: 0 0 25px;
}
@media screen and (max-width : 750px){
	#intro {
    	background-size: contain;
    	margin: 56px auto 60px!important;
    	padding: 0 40px!important;
    	display: block;
    	height: auto;
	}
	#intro .box span {
    	width: 516px;
	}
	#intro .big_box {
		display: block;
	}
	#intro img {
    	margin: -10px 0 20px;
    	width: initial;
    	height: initial;
	}
}
/*=======================================================
学校・施設向けにパンフレットをご用意しております
=======================================================*/
#pamphlet {
	background: #1e561e;
	width: 100%!important;
	color: #fff;
	margin-bottom: 63px!important;
	padding-bottom: 50px!important;
}
#pamphlet p {
	line-height: 1.58;
}
#pamphlet ul {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pamphlet ul li {
	width: 316px;
	height: 200px;
}
#pamphlet ul li img {
	width: 316px;
	border: 2px solid #c6b47a;
}
@media screen and (max-width : 750px){
	#pamphlet h2 img {
		width: 516px;
	}
	#pamphlet ul {
		display: block;
	}
	#pamphlet ul li {
    	width: initial;
		height: auto;
    	text-align: center;
    	margin: 0 0 20px;
	}
	#pamphlet ul li img {
		width: 100%;
	}
}
/*=======================================================
訪問指導も行っております
=======================================================*/
#visit {
	padding-bottom: 63px!important;
}
#visit h2::before,
#visit h2::after {
    content: "";
    background: #ae9e68!important;
    height: 1px;
    display: block;
	width: 329px!important;
}
#visit ul {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#visit ul li {
	width: 316px;
	height: 200px;
}
#visit ul li img {
	width: 316px;
	border: 2px solid #c6b47a;
}
#visit p {
	line-height: 1.58;
}
#visit p span {
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
}
@media screen and (max-width : 750px){
	#visit {
		padding: 56px 40px 60px!important;
	}
	#visit h2 img {
		width: 420px;
	}
	#visit ul {
		display: block;
	}
	#visit ul li {
    	width: initial;
		height: auto;
    	text-align: center;
    	margin: 0 0 20px;
	}
	#visit ul li img {
		width: 100%;
	}
	#visit p span {
    	font-size: 24px;
    	margin: 0 0 10px;
	}
}
#attention {
	margin: 63px auto !important;
	padding: 25px !important;
	background: #e5e2d7;
}
#attention h2 {
	margin-bottom: 15px !important;
	font-weight: bold;
	text-align: left;
}
#attention h2::before,
#attention h2::after { display: none !important; }
#attention p {
	line-height: 1.58;
	font-size: 0.8em;
}
@media screen and (max-width : 750px){
	#attention {
		width: 100% !important!
	}
	
}
