@charset "UTF-8";

@import url(../../common/css/bg_pagetitle.css);
@import url(../../common/css/theme_reset_type02.css);

/* ============================
ガーデンピクニックページのCSS
-------------------------------
1.ページ内共通＋骨格のCSS
2.ヘッダ部分
3.概要＋サブイメージ部分
4.主要コンテンツ部分
5.フッタ部分
6.イメージ画像部分
============================== */

/* ===========================
1.ページ内共通＋骨格のCSS
============================== */

#new-content-wrap #wide-main * {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#new-content-wrap #wide-main *,
#new-content-wrap #wide-main *:before,
#new-content-wrap #wide-main *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#new-content-wrap #wide-main h3 {
	color: #000;
}
#new-content-wrap #wide-main h3 span {
	display: inline-block;
	border-bottom: #000 solid 2px;
	padding-bottom: 2px;
}
#new-content-wrap #wide-main img {
	max-width: 100%;
	height: auto;
}
#new-content-wrap #wide-main .general {
	color: #434343;
}
#new-content-wrap #wide-main .sp_inline {
	display: inline;
}
#new-content-wrap #wide-main .msp_inline {
	display: none;
}
#new-content-wrap #wide-main .pc_inline {
	display: none;
}
#new-content-wrap #wide-main .sp_block {
	display: block;
}
#new-content-wrap #wide-main .ali_right {
	text-align: right;
}
@media screen and (max-width: 680px){/* スマホ用のみの共通 */
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main .msp_inline {
		display: inline;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main #trunk_wrapper {
		max-width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
	#new-content-wrap #wide-main .sp_inline {
		display: none;
	}
	#new-content-wrap #wide-main .pc_inline {
		display: inline;
	}
	#new-content-wrap #wide-main .sp_block {
		display: none;
	}
	#new-content-wrap #wide-main .flo_right {
		float: right;
	}
	#new-content-wrap #wide-main .flo_left {
		float: left;
	}
}
@media screen and (min-width: 881px){
}
@media screen and (min-width: 1016px){
	#new-content-wrap #wide-main {
		padding-right: 0;
		padding-left: 0;
	}
	#new-content-wrap #wide-main #contents_footer {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* ===========================
2.ヘッダ部分
============================== */
#new-content-wrap #wide-main .contents_image {
	margin-bottom: 24px;
}
#new-content-wrap #wide-main .contents_catch {
	margin-bottom: 12px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}
#new-content-wrap #wide-main #contents_title {
	margin-bottom: 16px;
	text-align: center;
}
#new-content-wrap #wide-main #contents_title img {
	width: 280px;
}
#new-content-wrap #wide-main #contents_copy {
	margin-bottom: 24px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main .contents_catch {
		margin-bottom: 16px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#new-content-wrap #wide-main #contents_title {
		margin-bottom: 20px;
	}
	#new-content-wrap #wide-main #contents_title img {
		width: 330px;
	}
	#new-content-wrap #wide-main #contents_copy {
		margin-bottom: 30px;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main .contents_image {
		margin-bottom: 44px;
	}
	#new-content-wrap #wide-main #contents_title {
		margin-bottom: 32px;
	}
	#new-content-wrap #wide-main #contents_title img {
		width: 380px;
	}
	#new-content-wrap #wide-main #contents_copy {
		margin-bottom: 36px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 881px){
	#new-content-wrap #wide-main .contents_image {
		margin-bottom: 52px;
	}
	#new-content-wrap #wide-main #contents_title {
		margin-bottom: 36px;
	}
	#new-content-wrap #wide-main #contents_title img {
		width: 435px;
	}
	#new-content-wrap #wide-main #contents_copy {
		margin-bottom: 42px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1016px){
	#new-content-wrap #wide-main #contents_copy {
		font-size: 19px;
		font-size: 1.9rem;
	}
}
/* ===========================
3.概要＋サブイメージ部分
============================== */
#new-content-wrap #wide-main #intro {
	margin-bottom: 28px;
	border: #434343 solid 1px;
	padding: 10px 10px;
}
#new-content-wrap #wide-main #intro .no_border th,
#new-content-wrap #wide-main #intro .no_border td {
	padding-bottom: 1.25em;
	vertical-align: baseline;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#new-content-wrap #wide-main #intro .no_border th {
	width: 4.5em;
}
#new-content-wrap #wide-main #intro .no_border td {
	text-align: left;
}
#new-content-wrap #wide-main #intro p.general {
	padding-left: 1em;
	text-indent: -1em;
}
#new-content-wrap #wide-main #intro .general.intro_title {
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main #intro {
		margin-bottom: 42px;
		padding: 16px 12px;
	}
	#new-content-wrap #wide-main #intro .no_border th,
	#new-content-wrap #wide-main #intro .no_border td,
	#new-content-wrap #wide-main #intro p.general {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main #intro {
		margin-bottom: 58px;
		padding: 20px 12px;
	}
	#new-content-wrap #wide-main #intro .no_border {
		margin-right: auto;
		margin-left: auto;
		width: 632px;
	}
	#new-content-wrap #wide-main #intro .no_border th,
	#new-content-wrap #wide-main #intro .no_border td,
	#new-content-wrap #wide-main #intro p.general {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#new-content-wrap #wide-main #intro .general.intro_title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#new-content-wrap #wide-main #intro p.general {
		margin-right: auto;
		margin-left: auto;
		width: 632px;
	}
}
@media screen and (min-width: 881px){
	#new-content-wrap #wide-main #intro {
		margin-bottom: 72px;
		padding: 28px 12px;
	}
}
@media screen and (min-width: 1016px){
	
}
/* ===========================
4.主要コンテンツ部分
============================== */
#new-content-wrap #wide-main .h3_section .section_header span {
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
}
#new-content-wrap #wide-main .h3_section .general {
	font-size: 13px;
	font-size: 1.3rem;
}
#new-content-wrap #wide-main .h3_section .general .notation {
	font-size: 12px;
	font-size: 1.2rem;
}
#new-content-wrap #wide-main .h3_section .emphasized {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
}
#new-content-wrap #wide-main #included {
	margin-bottom: 28px;
}
#new-content-wrap #wide-main #flow {
	margin-bottom: 28px;
}
#new-content-wrap #wide-main #flow .h3_section {
	margin-bottom: 12px;
}
#new-content-wrap #wide-main #flow .plot_image img {
	width: 100%;
}
#new-content-wrap #wide-main #apply {
	margin-bottom: 32px;
}
#new-content-wrap #wide-main #apply .emphasized {
	margin-bottom: 12px;
}
@media screen and (max-width: 680px){/* スマホ用のみの共通 */
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main #image_area {
		margin-bottom: 16px;
	}
	#new-content-wrap #wide-main .h3_section .section_header {
		text-align: center;
	}
	#new-content-wrap #wide-main .h3_section .general {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#new-content-wrap #wide-main .h3_section .emphasized {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#new-content-wrap #wide-main #included .general {
		text-align: center;
	}
	#new-content-wrap #wide-main #flow .h3_section {
		margin-bottom: 18px;
	}
	#new-content-wrap #wide-main #flow .general {
		margin-right: auto;
		margin-left: auto;
		max-width: 320px;
	}
	#new-content-wrap #wide-main #apply {
		margin-bottom: 40px;
	}
	#new-content-wrap #wide-main #apply .emphasized,
	#new-content-wrap #wide-main #apply .general {
		text-align: center;
	}
	#new-content-wrap #wide-main #apply .emphasized {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main #image_area {
		margin-bottom: 28px;
	}
	#new-content-wrap #wide-main .h3_section .section_header {
		margin-bottom: 22px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#new-content-wrap #wide-main .h3_section .emphasized {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#new-content-wrap #wide-main #included {
		margin-bottom: 38px;
	}
	#new-content-wrap #wide-main #flow {
		overflow: hidden;
		margin-bottom: 38px;
	}
	#new-content-wrap #wide-main #flow .h3_section {
		width: 39.75%;
	}
	#new-content-wrap #wide-main #flow .section_header {
		text-align: left;
	}
	#new-content-wrap #wide-main #flow .general {
		margin-right: 0;
		margin-left: 0;
		max-width: none;
	}
	#new-content-wrap #wide-main #flow .plot_image {
		width: 56.25%;
	}
	#new-content-wrap #wide-main #apply {
		margin-bottom: 44px;
	}
}
@media screen and (min-width: 881px){
	#new-content-wrap #wide-main #image_area {
		margin-bottom: 40px;
	}
	#new-content-wrap #wide-main .h3_section .section_header {
		margin-bottom: 24px;
		font-size: 19px;
		font-size: 1.9rem;
	}
	#new-content-wrap #wide-main .h3_section .section_header span {
		padding-right: 6px;
		padding-left: 6px;
		padding-bottom: 3px;
	}
	#new-content-wrap #wide-main #included {
		margin-bottom: 56px;
	}
	#new-content-wrap #wide-main #flow {
		margin-bottom: 56px;
	}
	#new-content-wrap #wide-main #apply {
		margin-bottom: 68px;
	}
}
@media screen and (min-width: 1016px){
	#new-content-wrap #wide-main #image_area {
		margin-bottom: 44px;
	}
	#new-content-wrap #wide-main #included {
		margin-bottom: 64px;
	}
	#new-content-wrap #wide-main #flow {
		margin-bottom: 64px;
	}
	#new-content-wrap #wide-main #apply {
		margin-bottom: 80px;
	}
}
/* ===========================
5.フッタ部分
============================== */
#new-content-wrap #wide-main #contents_footer .contents_closing_image {
	margin-bottom: 14px;
}
#new-content-wrap #wide-main #contents_footer .contents_closing_image.no_mb {
	margin-bottom: 0;
}
#new-content-wrap #wide-main #contents_footer .contents_closing_image img {
	width: 100%;
}
@media screen and (max-width: 680px){/* スマホ用のみの共通 */
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main #contents_footer .contents_closing_image {
		margin-bottom: 18px;
	}
	#new-content-wrap #wide-main #contents_footer .contents_closing_image img {
		width: 33.3333%;
	}
	#new-content-wrap #wide-main #contents_footer #contents_notation {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main #contents_footer .contents_closing_image {
		margin-bottom: 24px;
	}
	#new-content-wrap #wide-main #contents_footer #contents_notation {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 881px){
	#new-content-wrap #wide-main #contents_footer .contents_closing_image {
		margin-bottom: 26px;
	}
}
/* ===========================
6.イメージ画像部分
============================== */
#new-content-wrap #wide-main #image_box01 {
	margin-bottom: 20px;
}
#new-content-wrap #wide-main .image_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#new-content-wrap #wide-main .image_box figure,
#new-content-wrap #wide-main .image_box figure img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 481px){
	#new-content-wrap #wide-main .image_box figure {
		margin-bottom: 2.08333%;
		width: 48.95833%;
	}
}
@media screen and (min-width: 681px){
	#new-content-wrap #wide-main #image_box01 {
		margin-bottom: 40px;
	}
}
/* ===========================
ブレイクポイントセット
============================== */
@media screen and (max-width: 680px){/* スマホ用のみの共通 */
}
@media screen and (min-width: 481px){
}
@media screen and (min-width: 681px){
}
@media screen and (min-width: 881px){
}
@media screen and (min-width: 1016px){
}