@charset "utf-8";

.whiteBG {
	padding: 30px 30px;
	background: #fff;
}
.whiteBGnopad {
	padding: 0px 0px;
	background: #fff;
}
.h2tiSingle{
	font-size: 18px; color: #078740;
	border-top: solid 5px #e45d93;
	border-bottom: solid 5px #e45d93;
	background: #fff; padding: 10px 10px;
	text-align: center;margin-bottom: 50px;
}
.h2tiSingle p {
	font-size: 18px;font-weight: 400;
}

.pageh2ti{
	font-size: 24px; 
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1.4;
	position: relative;
	padding-left: 35px;
}
.pageh2ti p {
	font-size: 16px;font-weight: 500;
}
.pageh2ti::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	background: #078740;
	border-radius: 6px;
	top: 0; left: 0;
}

.pageh3ti{
	font-size: 24px; 
	color: #078740;font-weight: 600;
	border-top: solid 1px #078740;
	padding: 20px 0px;
}
.pageh3ti span {
	font-size: 16px;font-weight: 500;
}
.pageh3ti.bot{
	border-top: none;
	border-bottom: solid 1px #078740;
	padding: 15px 20px 6px; margin-bottom: 40px;
}
body#sports_events .link1 {
	margin: 0px 0 0px;
}
body#sports_events .link1.margin_t10 {
	margin: 10px 0 0px;
}
body#greenery .link1 {
	margin: 5px 0 0px;
}
body#greenery .link1 p, 
body#sports_events .link1 p {
	padding-left: 22px;color: #078740;
	font-size: 16px; line-height: 1.6;
	display: inline-block;
	font-weight: 400;
	position: relative; 
}
body#greenery .link1 p::before, 
body#sports_events .link1 p::before{
	position: absolute; content: '＞';
	top: 0px; left: 0px;color: #078740;
	font-size: 16px; 
	width: auto; height: auto;
	background-image: none;
}


/* sports_events */
.flexImgL {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.flexImgL .img {
	width: 230px;
}
.flexImgL .img img {
	background-repeat: no-repeat;
	background-size: contain;
}
.flexImgL .img .v1 {
	background-image: url(../img/Victory_Bouquet1.jpg);
}
.flexImgL .img .v2 {
	background-image: url(../img/Victory_Bouquet2.jpg);
}
.flexImgL .img .v3 {
	background-image: url(../img/flower_deco1.jpg);
}
.flexImgL .img .v4 {
	background-image: url(../img/flower_deco2.png);
}

.flexImgL .img .v5 {
	background-image: url(../img/flower_deco5.jpg);
}
.flexImgL .img .v6 {
	background-image: url(../img/flower_deco6.jpg);
}


.flexImgL .R {
	width: calc(100% - 230px);
	margin-left: 30px;
}
.sp680block{display: none;}

/* tofloral */
.greenLine{
	border-top: solid 1px #078740;
	padding: 20px 0px;
}

/* about */
.flexImgL220 {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	padding: 0px 20px 10px;
	border-bottom: dotted 1px #078740;
}
.flexImgL220 .img {
	width: 220px;
}
.flexImgL220 div {
	width: calc(100% - 220px);
	margin-left: 30px;
}
.flexImgL220 div p{line-height: 1.8; }
.flexImgL220.noimg{
	display: block;
}
.flexImgL220.noimg .img {
	display: none;
}
.flexImgL220.noimg div {width: auto;}
.officers{
	padding: 0px 20px 10px 50px;
	font-size: 16px;line-height: 2; 
}

/* contact */
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse :collapse;
	border:2px solid #fff;
}
table.formTable td,
table.formTable th {
	border:1px solid #fff;
	padding:10px 20px; font-size: 16px; 
}
table.formTable th{
	width: 270px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
table.formTable.ty2 th{width: 15em;}

/* privacy */

ul.list {
    list-style-type: disc;
}
ul.list, ol.list {
    margin: auto -3em 1em 0;
    padding: 0;
    position: relative;
    left: -3em;
    overflow: hidden;
}
ul.list li, ol.list li {
    margin-left: 5em;
}
ol.list {
    list-style-type: decimal;
}
ul.list, ol.list {
    margin: auto -3em 1em 0;
    padding: 0;
    position: relative;
    left: -3em;
    overflow: hidden;
}
.margin_b20 {
    margin-bottom: 20px;
}

/* single */
.news_cont{
	margin: 40px auto 0px;
	padding-bottom: 40px;
}
.news_cont.border{
	border-bottom: 1px solid #65a34a;
}
.news_cont h4.ti{
	font-size: 24px; letter-spacing: 3px;
	font-weight: 400;
	padding: 0px 0 20px;
}
.news_cont h4.ti.letterSm0{
	letter-spacing: 0px;
}
.news_cont h4.ti.pb10{
	padding: 0px 0 10px;
}

.news_cont .flexTop{
	display: flex;
	justify-content: space-between;
}
.news_cont .flexTop .l {
	width: calc(100% - 320px);
}
.news_cont .flexTop .l p.des{
	font-size: 16px; line-height: 2;
}
.news_cont .flexTop .r {
	width:270px;
}
.news_cont .flexTop.mmm .l {
	width: calc(100% - 490px);
}
.news_cont .flexTop.mmm .r {
	width:450px;
}
.but_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 30px;
	width: 36em;
	margin: 0 auto;
}
.but_flex a.single_news_but{
	display: inline-block;
	padding: 0 1em;
}

.datetimeBox{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
.datetimeBox p {
	font-size: 13px;
	font-weight: 100;
}
/* old contents */
.pageHead {
	font-size: 24px; letter-spacing: 2px;
	padding: 20px 0 0px;
	font-weight: 700;line-height: 1.4;
}
.f16B400lh22 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
}
.f18B400lh22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2;
}
.f20B400lh22 {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
}
.waku1 {
    border: 4px dotted #65a34a;
    padding: 20px 30px 10px;
    border-radius: 5px;
}
.waku2 {
    border: 1px solid #313131;
    padding: 10px 20px 10px;
}
.link1{
	margin: 30px 0 30px;
}

.link1.mb0{
	margin: 30px 0 0px;
}
.link1.m0b0{
	margin: 0px 0px 10px;
}
.link1.m0b0.inline{
	display: inline-block;
}
.link1 p {
	padding-left: 18px;
	font-size: 20px; line-height: 2;
	display: inline-block;line-height: 1.4;
	font-weight: 400;
	position: relative; 
}

a.comingsoon {
	pointer-events: none;
}
a.comingsoon .link1 p span{
	font-size: 12px;
	font-weight: 400;
	background: #008640;/*e12471*/
	color: #fff;
	padding: 2px 6px;
	line-height: 1;
}

.link1 p::before{
	position: absolute; content: '';
	top: 0px; left: 0px;
	background-image: url(../img/allow17_28.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px; height: 20px;
}

.link1 p.f24{font-size: 24px; }
.link1 p.f18{font-size: 18px; }
.link1 p.f16{font-size: 16px; }

.dot_waku {
	border: 4px dotted #65a34a;
	padding: 50px 50px;
	border-radius: 5px;
}
.dot_waku a:hover {color: #65a34a;opacity: 1;}
.border1{
	border-bottom: 1px solid #65a34a;
	padding-bottom: 10px;
}
.flex {
	display: flex;
	justify-content: center;
}
.flex.bt {
	justify-content: space-around;
}
body#fathersday2020 .flex .link1 {
	margin: 20px 0 20px;
}


@media only screen and (max-width: 768px) {
	table.formTable {width: 100%;margin: 0;}
	table.formTable th, table.formTable.ty2 th, 
	table.formTable td {
		width: 100%; display: block; border-top: none;
		box-sizing: border-box;
	}
	table.formTable tr:first-child th {
		border-top: 1px solid #d4d4d4;
	}
	table.formTable tr th {
		background:  #d4d4d4;
	}
	table.formTable th, table.formTable td {padding: 6px;}
	.p6_1 .paddingL50 {padding-left: 0px;}

	/*br.sp767none{display: none;}*/
	.pageh2ti, .pageh3ti {font-size: 20px;}
	.pageh2ti p {font-size: 14px;}
	.pageh3ti span {font-size: 14px;}
	.flexImgL220 .img {width: 160px;}
	.flexImgL220 div {width: calc(100% - 160px);margin-left: 20px;}
	.officers {padding: 0px 20px 10px 20px;}
	.whiteBG {padding: 20px 10px;}
	.whiteBGnopad {padding: 0px 10px;}
}
@media only screen and (max-width: 680px) {
	.flexImgL220 {display: block;padding: 0px 10px 10px;}
	.flexImgL220 .img {width: 220px; margin: 0 auto 20px;}
	.flexImgL220 div {width: 100%; margin-left: 0px;}
	.officers {padding: 0px 0px 10px 0px;font-size: 15px;}
	.flexImgL {display: block;}
	.flexImgL .img { margin: 0 auto 20px;}
	.flexImgL .R {width: 100%;margin-left: 0px;}
	.sp680block{display: block;}
}
@media only screen and (max-width: 768px) {
	.news_cont .flexTop {display: block;}
	.news_cont .flexTop .l {width: 100%;}
	.news_cont .flexTop .l p.des{font-size: 15px; line-height: 2;}
	.news_cont .flexTop .r {
		width:100%; padding-top: 20px; text-align: center;}
	.news_cont .flexTop.mmm .l {width: auto;}
	.news_cont .flexTop.mmm .r {width: auto; margin-top: 20px;}
	.news_cont h4.ti {font-size: 22px;}
	.link1 p {font-size: 18px;}
	body#fathersday2020 .flex {display: block;}
	.margin_tb20L70 {margin: 20px 0px 20px 0px;}
	.sp640 {display: none;}
	.but_flex {width: auto;}
}
@media only screen and (max-width: 450px) {
	.whiteBG {padding: 10px 4px;}
}

