@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	box-sizing: border-box;
}

img ,
iframe{
	vertical-align:middle;
}

body{
	margin:0 auto;
	min-width:1200px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.txa_c{
	text-align:center;
}
.txa_r{
	text-align: right;
}
.txa_l{
	text-align: left;
}

.fwB{
    font-weight: bold;
}

.box_red {
    margin-bottom: 40px;
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.flexBox{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.jc_sb{
	justify-content: space-between;
}

.jc_c{
	justify-content: center;
}

.jc_fs{
	justify-content: flex-start;
}

.jc_fe{
	justify-content: flex-end;
}

.ai_c{
	align-items:center;
}

.ai_fs{
	align-items: flex-start;
}

.ai_fe{
	align-items: flex-end;
}

fw_wp{
    flex-wrap: wrap;
}

.flexL{
	order: 1;
}

.flexC{
	order: 2;
}

.flexR{
	order: 3;
}


.indent01{
	padding-left: 1em;
	text-indent: -1em;
}

.ttlStl02{
	margin-bottom: 1.5em;
    padding: 10px;
    font-weight: bold;
    background-color: #ebf182;
}

.ttlStl03{
	margin-bottom: 1em;
	font-size: 18px;
}


	.listStl01 li{
		padding-left: 1em;
		text-indent: -1em;
	}

.listStl01 li:before{
	content: '\30FB';
}

.boxStl01 {
    padding: 20px 30px;
    border: 2px dashed #745c23;
    border-radius: 10px;
    background-color: #fef9dd;
}

/*.contentIn .rightbox{
	padding-bottom:80px;
}*/

.tableStl01{
	width: 100%;
	border-collapse: collapse;
}

.tableStl01 th ,
.tableStl01 td{
	padding: 20px;
	border: 1px solid #745c23;
}

.tableStl01 th{
	width: 30%;
	background-color: #fef9dd;
}

.icon_pdf:after{
	content:'';
	display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 0 0.2em 0.5em;
	vertical-align: middle;
    background: url(../images/icon_pdf.svg) no-repeat center/contain;
}


.contentIn {
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper ,
a{
	color:#745c23;
}

#body{
	display: flex;
	justify-content: space-between;
}

#body.flexNone{
	display: block;
}

#body ,
.leftbox dl ,
.floatbox ,
#entrypage #contents2 #privacybox dl{
	overflow:hidden;
}

body #header{
	width:100%;
	font-size:13px;
}

.headerlink{
	font-size:12px;
}

.headerlink .fax .faxTitle{
	text-align:center;
}

.headerlink .fax .faxTitle:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    padding-right: 6px;
	background: url(../images/fax.png) no-repeat top left /12px;
	box-sizing:content-box;
}


.footerlink a:hover ,
.newsbox a:hover {
	text-decoration:underline;
}

.headerlink a:hover {
	text-decoration:none;
}

#header .logo {
	float:left;
	margin:12px 0px 0px 10px;
}

h2{
	padding:4px 25px;
	font-size:22px;
	text-align:center;
	border-top:2px  dashed #745c23;
	border-bottom:2px  dashed #745c23;
}

/**leftbox**/

.leftbox h2{
	width:90%;
	margin-bottom:31px;
	margin-right: auto;
	margin-left: auto;
}

#footer .snsbox ,
#footer dt ,
.leftbox {
	float:left;
}

.leftbox .holdingbox{
	position:relative;
	display:block;
	margin-bottom:16px;
	padding-bottom:10px;
	background-color:#fef7d5;
	border-radius:10px;
	transition: opacity .3s;
	text-decoration: none;
}

.leftbox a.holdingbox:hover{
	opacity: .8;
}

.leftbox a.holdingbox:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #745c23 transparent;
}

#top .leftbox .holdingbox{
	max-width:440px;
    padding:16px 20px;
	box-sizing: border-box;
}

#top .leftbox .holdingbox dt{
	width:80px;
}

.leftbox .holdingbox img{
	padding-top:10px;
	padding-left:2px;
}


#top #contents2{
	max-width:1200px;
	margin:0 auto;
	padding-top:74px;
}

#top #contents2 .leftbox{
	font-size:17px;
}

#top #contents2 .leftbox dt{
	float:left;
}

#top #contents2 .leftbox dt + dd{
	float:right;
	}

#top .leftbox dd + dd{
	clear:both;
	font-weight:bold;
}
/**leftbox-end**/

.rightbox{
	float:right;
}

#top #contents2 .rightbox{
	width: 400px;
	margin: 0 auto;
	float: none;
}



/*nav*/

ul{
	list-style:none;
}

#navall{
	max-width: 1200px;
	margin:0 auto;
}

#entrybutton{
	height:60px;
	float:right;
	padding-top:1px;
        color: #fff;
        font-size: 11px;
        text-align: center;
}

#entrybutton li{
	position:relative;
	width:63px;
	height:60px;
	margin-left:13px;
	background-color: #f19149;
	border-radius: 6px;
}

#entrybutton a{
        display: block;
        width: 100%;
        height: 100%;
	color:#fff;
	font-size: 11px;
	text-align:center;
	text-decoration: none;
}

#entrybutton > ul {
    display: flex;
}

#entrybutton li{
        cursor:pointer;
	transition:all .3s;
}

#entrybutton li:hover{
	background-color:#d86c1b;
}

#entrybutton p{
	padding-top:40px;
}

#entrybutton .entry ,
#entrybutton .login ,
#entrybutton .mail{
	position:absolute;
	top:8px;
	left:20px;
}

#entrybutton .login ,
#entrybutton .mail{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}

#entrybutton .mail{
	top:10px;
}

ul.parents > li .children {
position: relative;
    z-index: 1;
    display: none;
    text-align:left;
}

ul.parents > li:hover .children {
    display: block;
}

#entrybutton .children li {
    position: relative;
    width: 150px;
    height: 50px;
    margin-left: 0;
    line-height: 50px;
}

#entrybutton .children li:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
}


#entrybutton .children li.reuseButton:before {
    background: url(../images/reuse_iconW.png) no-repeat center /contain;
}


#entrybutton .children li.handmadeButton:before {
    background: url(../images/handmade_iconW.png) no-repeat center /contain;
}

#entrybutton .children li a{
    padding-left: 1em;
}

#globalnav ul{
	display: flex;
}

#globalnav a{
	position: relative;
	z-index: 1;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 2px 2px 6px;
	box-sizing: border-box;
}

#globalnav li{
	position: relative;
	flex: 1;
	text-align:center;
	background-color:#fff;
	border-left:1px dashed #ece2c4;
  	overflow: hidden;
	transition: .3s;
}

#globalnav li:last-child{
	border-right:1px solid #ece2c4;
}

#globalnav li img{
	margin: 5px auto;
}

.q_and_abutton > li{
	border-right:1px solid #ece2c4;
}

#globalnav li:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 39px;
	margin: 0 auto;
	background:url(../images/leaf_one_sub.png) no-repeat center center / contain;
	transform: translatey(-50%);
	opacity: 0;
	transition: .3s;
}

#globalnav li:hover:after ,
#globalnav li.active_nav:after{
	opacity: 1;
}
 
/*navend*/

#hero-area{
	margin:0 auto;
	min-width:1200px;
	height:470px;
	background-image:url(../images/topimg.png);
	background-size:100% auto;
	background-position:bottom -40px left 0;
	background-repeat:no-repeat;
	overflow:hidden;
}

#hero-area .logo{
	position:relative;
	width:1200px;
	margin:80px auto 0;
}

#hero-area .logo > img{
	display:block;
	margin:0 auto;
}

.heroareaText {
    text-align: center;
    margin-top: 40px;
    padding: 10px 10px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.5);
}

#hero-area  .logo .infomationbox + img{
	position:absolute;
	bottom:-80px;
	left:0;
	right:0;
	margin:0 auto;
}

#hero-area .logo .infomationbox{
	position:absolute;
	right:40px;
}

.infomationbox{
	position:absolute;
	right:305px;
	top:0px;
}

.information{
	display: block;
	box-sizing:border-box;
	background-color:#fff;
	width:250px;
	padding:14px;
	border-radius:10px;
	text-decoration: none;
	transition: opacity .3s;
}

a.information{
	position: relative;
}

a.information:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #745c23 transparent;
}

a.information:hover{
	opacity: .8;
}

.information + .information{
	margin-top:10px;
}

.information .newbox{
	position:absolute;
	bottom:14px;
	right:16px;
	width:60px;
	height:40px;
	font-size:14px;
	text-align:center;
	line-height:40px;
	background-color:#ebf182;
	border-radius:4px;
}

.holdingbox.foreach img ,
.information.foreach img{
	display: none;
}

.holdingbox.foreach.temochi img[src*="bag"] ,
.information.foreach.temochi img[src*="bag"] ,
.holdingbox.foreach.car img[src*="car"] ,
.information.foreach.car img[src*="car"] ,
.holdingbox.foreach.event img[src*="event"],
.information.foreach.event img[src*="event"]{
	display: inline-block;
}


#hero-area .infomationbox h3 {
    margin: 0 auto 10px;
	padding: 8px 0 15px;
    font-size: 18px;
    text-align: center;
    background: url(../images/ribbon.png) no-repeat center center /250px 50px;
}

.information dl{
	display:flex;
	justify-content: space-between;
}

.information dl + dl{
	margin:4px 0;
}

.information dt ,
.information dd{
	font-size: 13px;
}

.information dd + dd{
	padding-top:3px;
	clear:both;
	font-size: 15px;
}

.information img{
	margin-top: 5px;
}

.information img + img{
	margin-left:5px;
}


/*↓中止のお知らせ↓*/
.information .discontinuation ,
.leftbox .holdingbox .discontinuation ,
#schedulepage #contents2 .schedulelist li dl.listday .discontinuation{
	display: inline-block;
   	margin: 9px 0px 0px;
  	padding: 4px 14px;
  	color: white;
	font-size: 14px;
 	background: #d14543;
 	border-radius: 4px;
}

.information dd.discontinuation ,
.leftbox .holdingbox dd.discontinuation ,
.leftbox .holdingbox td.discontinuation{
	margin-top: 0;
}

#schedulepage #contents2 .schedulelist li dl.listday dd.discontinuation{
	margin: 0 0 0 30px;
}

.topExtra{
    max-width: 100%;
    margin: 0px auto 20px;
    padding: 30px;
    background: #fff;
	border: 3px solid #d14543;
	box-sizing: border-box;
}

/*↑中止のお知らせ↑*/

/**始**/
#top #contents1{
	background-color:#ebf182;
	font-size:16px;
	text-align:center;
	padding: 40px 0;
}

.contents1in{
	position:relative;
	margin:0 auto;
	min-height:605px;
	width:1130px;
	border:#fff 3px dashed;
	top:20px;
	
}
.contents1in > img{
	position:absolute;
}
.contents1in .flagleft + img{
	position: static;
	display: block;
	margin:30px auto;
}

.flagleft {
	position:absolute;
	top:0;
	left:0;
}
.flagright {
	position:absolute;
	top:0;
	right:0;
}

.confettileft ,
.confettiright{
	z-index:1;
	top: 50%;
	margin-top: -135px;
}

.confettileft{
	left:80px;
}


.confettiright{
	right:80px;
}

.contents1in .white_tree{
	bottom:0px;
	left:160px;
	z-index:0;
}


.recycleimages{
	position:relative;
	overflow:hidden;
	margin:10px 0px 0px;
	text-align: center;
	z-index:2;
}

.recycleimages ul{
	max-width: 753px;
	display: inline-block;
	overflow: hidden;
}

.recycleimages li{
	float:left;
	margin:0 60px 34px 0;
	visibility:hidden;
}

.recycleimages ul li:nth-of-type(3n) {
    margin-right: 0;
}

.recycleimages li a{
    transition:.3s;
}

.recycleimages li a:hover{
    opacity:.6;
}

.contents1in h3 {
	visibility: hidden;
    margin-bottom: 30px;
    font-size: 18px;
}

.contents1in p{
	position:relative;
	display:inline-block;
    max-width: 90%;
    margin: 0 auto 50px;
	z-index:3;
	visibility:hidden;
}

#contents2 .leftbox > h2{
	background-image:url(../images/information_flag.png);
	background-repeat:no-repeat;
	background-size:15px 25px;
	background-position:top 7px left 16px;
}

#top #contents2 > img{
	display: block;
	margin: 0 auto 70px;
}

#top #contents2 .leftbox{
	width:440px;
	margin-left:134px;
}

.floatbox + img{
	padding-top:74px;
}

.news{
	padding: 40px 0 60px;
	background-color:#ebf182;
}

.news .top_newsTtl{
	position: relative;
    max-width: 830px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.news .top_newsTtl h2{
	display: inline-block;
}

.news .top_newsTtl .leftImg ,
.news .top_newsTtl .rightImg{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news .top_newsTtl .leftImg{
    left: 0;
}

.news .top_newsTtl .rightImg{
    right: 0;
}

.newsbox{
	width:830px;
	margin:0 auto;
	padding: 35px 70px;
	background-color:#fff;
	border-radius:15px;
	box-sizing: border-box;
}

.newsbox dl{
	font-size:15px;
}

.newsbox dl:not(:first-of-type){
	margin-top:35px;
}

.newsbox dt{
	float:left;
	width:130px;
}

.newsbox dd{
	padding:0px 0px 0px 130px;
}


.newsbox a ,
.footerlink a{
	text-decoration: none;
}


/**終**/


/**footer**/


#footer {
	position:relative;
	color:#fff;
	font-size:13px;
	background-color:#745c23;
}

.footertree{
	position:absolute;
	top:-104px;
	right:30px;
}

.footertree :hover{
	transition:all .6s;
	-webkit-filter: hue-rotate(30deg);
    -moz-filter: hue-rotate(30deg);
    -o-filter: hue-rotate(30deg);
    -ms-filter: hue-rotate(30deg);
    filter: hue-rotate(30deg);
}
#footer a{
	color:#fff;
}

#footer .logo {
	padding:15px 0px 12px 68px;
}
#footer p {
	padding-left:69px;
}


#footer .Inquiry{
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	background-size:8px 12px;
	margin-left:70px;
	padding-left:10px;
	background-position:center left;
	height:20px;
}


.footerlink{
	clear:both;
	margin-top: 24px;
}

.footerlink ul {
    display: flex;
}

.footerlink li {
    margin: 0 10px;
}

.footerlink a{
	font-size:12px;
	background-image: url(../images/small_arrow.png);
	background-repeat:no-repeat;
	background-size:4px 6px;
	padding:0px 0px 0px 8px;
	background-position:0px 3px;
}

#footer .rightbox{
	margin-right: 10px;
	padding-top: 20px;
}
#footer .rightbox + p{
	clear:both;
}

#footer .inquirybox{
	display: flex;
	align-items: center;
}

#footer dl{
	display: flex;
	padding-left:50px;
	margin-bottom: 14px;
	font-size:13px;
	}

#footer dt{
	padding-right:5px;
}

#footer .Inquiry + dl dt + dd{
	float:left;
	padding-right:10px;
}

.sns {
    overflow: hidden;
    margin-left: 8px;
}

.snsbox + .snsbox{
	width:75px;
	padding-left:20px;
}

.snsbox {
	height:20px;
}

.copyrights{
	background-color:#4e3209;
	font-size:10px;
	padding:10px 0px;
	text-align:center;
}



/**矢印ボタン**/

.arrow{
	/*margin-left:318px;*/
	float:right;
	position: relative;
	font-size:14px;
	text-decoration:none;
	border:1px solid #745c23;
	border-radius:6px;
	display: inline-block;
	color: #745c23;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition:all .3s;
}

#top .arrow{
	padding:3px 27px 3px 23px;	
}

.arrow:hover{
	color: #fff;
	background-color:#745c23;
	text-decoration: none;
}

.leftbox .arrow::before,
.leftbox .arrow::after{
	position: absolute;
	top: 0;
	bottom: 2px;
	left: 100px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#top .leftbox .arrow::after{
	left:103px;
}

.arrow1::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #745c23;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition:all .3s;
}
.arrow1:hover::before{
	border: 1px solid #fff;
}

.arrow1::after{
	left: 103px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #745c23;
	border-right: 1px solid #745c23;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition:all .3s;
}

.arrow1:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.news .arrow{
	bottom:-68px;
	left:708px;
	margin-left:0;
}

.news .arrow:hover{
	text-decoration:none;
}

.news .arrow::before{
	top:7px;
	right:10px;
}

.news .arrow::after{
	top:11px;
	left:101px;
}

#sideInfo{
	flex-shrink: 0;
	max-width:250px;
	margin-right: 30px;
	padding-top: 30px;
}

#sideInfo .leftbox .arrow{
	font-size:12px;
	margin-top:12px;
	margin-bottom: 30px;
	padding: 3px 17px 3px 20px;
}

#sideInfo .arrow::after{
	left:92px;
	bottom:0;
}

#sideInfo .arrow::before{
	left:89px;
	bottom:0;
}



#detailpage #contents3 a + .arrow{
	background-color:#ebf182;
	border:#745c23 solid 2px;
	margin:63px auto 0px 235px;
	padding:22px 73px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#detailpage #contents3 a + .arrow:hover{
	background-color:#745c23;
}

#detailpage #contents3 a + .arrow::before{
	top:0;
	right:-144px;
}

#detailpage #contents3 a + .arrow::after{
	top:0;
	right:-138px;
}

#detailpage #contents3 a + .arrow1::before{
	width:15px;
	height:15px;
}

#detailpage #contents3 a + .arrow1::after{
	width:4px;
	height:4px;
}
	
#detailpage #contents3 dl + .arrow{
	margin-top:34px;
	font-size:14px;
	font-weight:bold;
	margin-left:489px;
	padding:5px 22px 5px 22px;
}

#detailpage #contents3 dl + .arrow::after{
	top:-2px;
	right:-130px;
}

#detailpage #contents3 dl + .arrow::before{
	top:-2px;
	right:-135px;
}

/**access arrow**/

.areainfo + div[class*="button"]{
	position:relative;
	display: block;
	width:50px;
	height:50px;
	margin:80px auto 20px;
	padding:0;
	border: 2px solid #745c23;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float:none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition:all .3s;
}

.areainfo + div[class*="button"]:hover{
	color: #745c23;
	border-style: dashed;
	background-color: transparent;
}


#accesspage .rightbox .arrow h5{
	position:absolute;
	top:-30px;
	left: 0;
	right: 0;
	letter-spacing:2px;
	text-align:center;
	font-size:16px;
	white-space: nowrap;
	}


#accesspage .rightbox .arrow::after ,
#top .news .arrow::before,
#top .news .arrow::after{
	position: absolute;
	content: "";
	vertical-align: middle;
}


#accesspage .rightbox .openarrow::after ,
#accesspage .rightbox .closearrow::after{
left:0;right:0;margin:auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #745c23;
	border-right: 2px solid #745c23;
}

#accesspage .rightbox .openarrow::after{
	top:21px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#accesspage .rightbox .closearrow::after{
	top:17px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/**about css**/

.text_2019 ul{
	margin: 30px 0;
}


.leftinfo .holdingbox{
	box-sizing:border-box;
	width:232px;
	padding:10px;
	background-color:#fef9dd;
	border-radius:5px;
	position:relative;
	margin: 7px auto 0px auto;
}

.leftinfo{
	position:relative;
	width:251px;
	padding-top:61px;
}

.leftinfo h3{
	position:absolute;
	z-index:2;
	top:7px;
	right:0;
	left:0;
	width:100%;
	height:50px;
	margin:0 auto;
	line-height:42px;
	font-size:18px;
	text-align:center;
	background: url(../images/ribbon.png) no-repeat center center /250px 50px;
}

.leftinfo .holdingbox img{
	padding-top:6px;
}



.leftinfo img{
	clear:both;
	z-index:2;
}

/* 下層ページサイド　開催情報 */

#sideInfo table{
	width:100%;
}

#sideInfo .leftbox{
	font-size:13px;
}

#sideInfo .leftbox td + td{
    	float: right;
}

#sideInfo .leftbox a:not(.holdingbox){
	width:115px;
	margin-right:10px;
}

h2.ttlStl01{
	display: inline-block;
	padding:50px 3em 0;
	margin:0 auto;
	margin-bottom:60px;
	background:url(../images/leaf.png)no-repeat bottom left 13px /29px 20px;
	border-top:none;
	border-bottom:2px dashed #a0c32f;
}
#privacypage h2{
	background-position:bottom 0px left 0px;
}


.mainColumn{
	position:relative;
	padding-top: 30px;
}

.mainColumn .flagright{
	right:0px;
}

#aboutpage > .rightbox .leftbox ,
#aboutpage > .rightbox .rightbox{
	width:330px;
	max-width: 100%;
	font-size:15px;
}

#aboutpage > .rightbox .leftbox h3{
	padding-left:18px;
}

#aboutpage > .rightbox .leftbox p{
	padding-left:18px;	
}

#aboutpage > .rightbox .leftbox + img{
	padding-left:65px;	
}

#aboutpage .rhombus{
	margin:55px 0px;
}


#aboutpage #contents1{
	margin-bottom: 80px;
	padding-top:20px;
	text-align:left;
	background-color:#fff;
	overflow:hidden;
}

#aboutpage #contents1 .leftbox h3{
	margin-bottom:30px;
}

#aboutpage > .rightbox  h3 {
	font-size:22px;
	background: linear-gradient(transparent 80%, #f3da7f 80% ,#f3da7f 95% ,transparent 95%);
}

#aboutpage > .rightbox  p + h3 {
	height:28px;
	background:linear-gradient(transparent 85%, #f3da7f 60%);
}

#aboutpage #contents1 p + h3{
	text-align:center;
	padding-top:30px;
}

#aboutpage #contents1 .rightbox{
	visibility:hidden;
	padding-bottom: 0;
}

#aboutpage #contents2{
	padding:0 0 80px;
	position:relative;
	text-align:center;
	background-color:#ebf182;
	border-radius:6px;
	overflow:hidden;
	background-image:url(../images/white_tree.png);
	background-size:205px 208px;
	background-repeat:no-repeat;
	background-position:bottom -8px left 52px ;
}

#aboutpage #contents2 h4{
	padding:10px 0px;
	width:255px;
	max-width: 100%;
	margin:52px auto 50px auto;
	font-size:18px;
	border-top:dashed 2px #745c23;
	border-bottom:dashed 2px #745c23;
}

#aboutpage #contents2 img{
	padding:0;
	position:absolute;
	top:69px;
	left:52px;
}

#aboutpage #contents2 p{
	width:667px;
	text-align:left;
	margin:0 auto;
}

#aboutpage #contents2 h4 + img{
	position:absolute;
	top:69px;
	left:557px;
}

#aboutpage #contents2 p + img{
	top:300px;
	left:52px;
}

#aboutpage #contents2 p + img + h4 + img{
	top:300px;
	left:557px;
}

#aboutpage #contents2 h4 + p{
	width:665px;
	text-align:left;
}
	
#aboutpage #contents2 a{
	position:absolute;
	left:238px;
	bottom:55px;
	padding:12px 56px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	background-color:#fef7d5;
	border:2px solid #745c23;
	border-radius:6px;
}

#aboutpage #contents2 a:hover{
	padding:12px 56px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	background-color:#745c23;
	border:2px solid #745c23;
	border-radius:6px;
	transition:all .2s;
}


#aboutpage #contents3{
	margin:43px 0px 127px 0px;
	padding:10px;
	font-size:15px;
	background-color:#fef7d5;
	border-radius:6px;
	border:dashed 2px #745c23;
	box-sizing:border-box;
}

#aboutpage #contents3 p{
	padding-bottom:30px;
}

#aboutpage #contents3 h4{
	display:inline-block;
	margin:44px 0px;
	padding:6px 0px;
	font-size:17px;
	border-bottom:dashed #745c23 2px;
}
/*
#aboutpage #contents3 dl{
	width:363px;
	margin:0 auto;
	padding-top:5px;
	font-size:17px;
	font-weight:bold;
	overflow:hidden;
}

#aboutpage #contents3 dl:last-of-type dt{
	padding-bottom:0;
}

#aboutpage #contents3 dt{
	float:left;
	width:150px;
	padding-left:40px;
}

#aboutpage #contents3 p + dl dt ,
#aboutpage #contents3 p + dl dd {
	background-image:url(../images/leaf_brown.png);
	background-size:25px 18px;
	background-repeat:no-repeat;
}
#aboutpage #contents3 p + dl dt {
	background-position:top 4px left 0;
}

#aboutpage #contents3 p + dl dd {
	background-position:top 4px left 335px;
}*/

#aboutpage #contents3 table{
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

#aboutpage #contents3 table th{
	padding-right: 3em;
	vertical-align: top;
}


#aboutpage #contents3 table + p{
	font-size:13px;
	padding-top:30px;
}
/*
#aboutpage #contents3 dl + dl dt{
	padding-bottom:1em;
}*/

/**about end**/

#detailpage .leftbox .leftbox{
	margin-left:0;
}

#detailpage .rightbox h3{
	font-size:20px;
	text-align:center;
}

#body #subbutton{
	width: 100%;
	margin:0 auto 20px;;
}
#body #subbutton a{
	display:block;
	width:100%;
	height:100%;
	padding:10px 0px;
	margin:0;
	text-decoration:none;
}
#body #subbutton li{
	text-decoration:none;
	position:relative;
	font-size: 13px;
	text-align:center;
	background-color:#fef9dd;
	border-left:solid 1px #745c23;
	border-top:solid 1px #745c23;
	border-right:solid 1px #745c23;
}

#body #subbutton li:hover{
	background-color:#E1CFA4;
	transition:.3s;
}

#body #subbutton ul li:last-of-type{
	border-bottom:solid 1px #745c23;
}

#body #subbutton li img{
	position:absolute;
	top:11px;
	left:20px;
}

.w720{
width:720px;
margin: 0 auto;
}

#detailpage .flagright + p{
	padding-left:60px;
	font-size:15px;
}

#detailpage #contents1{
	position:relative;
	margin-top:53px;
	overflow:hidden;
	background-color:#ebf182;
	border-radius:6px;
	font-size:14px;
	background-image:url(../images/white_tree.png);
	background-size: 205px 208px;
	background-repeat:no-repeat;
	background-position:bottom -10px left 35px;
}

#detailpage #contents1 img{
	position:absolute;
	top:56px;
	left:60px;
}

#detailpage #contents1 h3 + img{
	left:551px;
}

#detailpage #contents1 h3{
	width:164px;
	margin:40px 0px 35px 308px;
	padding:4px 0px;
	border-top:2px dashed #745c23;
	border-bottom:2px dashed #745c23;
}

#detailpage #contents1 p{
	width:666px;
	margin:0 auto;
}

#detailpage #contents1 ol{
	padding:20px 0px 40px 130px;
	font-size:17px;
	font-weight:bold;
}

#detailpage #contents1 ol li{
	visibility: hidden;
	width:540px;
	padding:27px 0px;
}


.application_notice + .application_notice{
	margin-top: 60px;
}

#detailpage ol p{
	font-weight:100;
	font-size:15px;
}

#detailpage #contents2{
	padding:0;
}

#detailpage #contents2  ul {
	list-style-type:disc;
	padding-left:1.5em;
}

#detailpage #contents2 .caution ul{
	padding-left:65px;
}

#detailpage #contents2 .caution img{
	display: block;
	max-width: 90%;
	margin:48px auto;
}

#detailpage #contents2 .caution h3{
	width:140px;
	border-bottom:2px dashed #a0c32f;
	margin:0 auto;
	padding-left:13px;
	margin-bottom:30px;
	padding-bottom:8px;
	background-image:url(../images/leaf_one.png);
	background-size:25px 19px;
	background-repeat:no-repeat;
	background-position:bottom 12px left 10px;
}

#detailpage #contents2 .caution li{
	padding-bottom:8px;
	visibility:hidden;
}

#detailpage #contents2 .box{
	clear:both;
	border:dashed 2px #745c23;
	font-weight:bold;
	width:520px;
	border-radius:8px;
	text-align:center;
	padding:30px 10px;
	margin: 20px auto 45px;
	background-image:url(../images/leaf_brown.png);
	background-repeat:no-repeat;
	background-size: 33px 24px;
	background-position: bottom 0 right 20px;
}

#detailpage #contents2 .prohibited ul {
	max-width:500px;
	margin: 0 auto;
}

#detailpage #contents2 .prohibited > dl{
	float:left;
	padding-left:44px;
	padding-bottom:50px;
	width:172px;
}

#detailpage #contents2 .prohibited > dl + dl {
	padding-left:0px;
}

#detailpage #contents2 .prohibited h3{
	width:164px;
	border-top:dashed 2px #745c23;
	border-bottom:dashed 2px #745c23;
	padding:4px 0px;
	margin:43px 0px 43px 308px;
}

#detailpage #contents2 .prohibited{
	background-color:#fef9dd;
	overflow:hidden;
	padding-bottom:30px;
}


#detailpage #contents2 .prohibited img{
	display: block;
	max-width: 90%;
	margin:0px auto 20px;
	padding:20px 10px;
	background-color:#fff;
	border:solid 2px #745c23;
	border-radius:8px;
	box-sizing: border-box;
}

.prohibited{
	position:relative;
	z-index:-1;
}

.prohibited > p {
    width: 90%;
    margin: 40px auto 20px;
    text-align: center;
}

.prohibited dt{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	visibility:hidden;
}

.prohibited dd{
	font-size:12px;
	text-align:center;
	visibility:hidden;
}

.prohibited ul li{
	font-size:15px;
}

.rainy{
	z-index:2;
	position:relative;
	overflow:hidden;
	padding:0px 70px 80px 70px;
	box-sizing:border-box;
    background: #96dad3 url(../images/rain.png) no-repeat center center;
	/*background-color:#96dad3;
	background-image:url(../images/rain.png);
	background-size:1059px;
	background-position:top 50px left -140px;
	background-repeat:no-repeat;*/
}


.rainy p{
	margin:20px 0;
}

.rainy .areaTitle{
	margin:40px 0;
	padding:10px;
	border: dashed #fff 2px;
	background-color: rgba(255,255,255,0.5);
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

.rainy .white-box{
background-color:rgba(255,255,255,0.5);
margin:20px 0;
padding:20px;
box-sizing:border-box;
}


.rainy li ,
.rainy h4 + p{
	visibility:hidden;
}


.wavehead{
	position:absolute;
	top:0;
	left:0;
}

.rainy .waveend{
	position:absolute;
	bottom:0px;
	left:0;
}



.rainy h3{
	width:290px;
	padding:4px 0px;
	border-top:dashed 2px #fff;
	border-bottom:dashed 2px #fff;
	margin:78px auto 25px auto;
}

.rainy h4{
	font-size:15px;
	padding:18px 0px;
}

.rainy h5{
	font-size:15px;
	padding-bottom:10px;
	visibility:hidden;
}

.rainy dl{
	visibility:hidden;
	padding: 1px 0;
}

.rainy dt{
margin:20px 0;
font-weight:bold;
}

.rainy dt,
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

.indent2{
	padding-left: 2em;
	text-indent: -2em;
}


.rainy .areaTitle + dl dt{
margin:0 0 20px;
}

#detailpage #contents3{
	overflow:hidden;
	margin-bottom:100px;
	background-color:#fff;
}

#detailpage #contents3 h3{
	width:137px;
	margin:50px auto;
	padding-left:17px;
	border-bottom:dashed 2px #a0c32f;
	background-image:url(../images/leaf_one.png);
	background-size:20px 15px;
	background-repeat:no-repeat;
	background-position:bottom 5px left 20px;
}

#detailpage #contents3 .rightbox ,
#detailpage #contents3 .leftbox{
	visibility: hidden;
}

/**メリケンパーク　グレー**/

.bg{
	position:relative;
}

.bg::before{
	position:absolute;
	background-color: rgba(0,0,0,0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:'現在開催を中止しております。';
	color:#fff;
	font-size:18px;
	padding-top:8.5%;
	text-align:center;
	height:135px;
	z-index:9;
	border-radius:3px;
}


/**メリケンend**/

#detailpage #contents3 > div{
	overflow:hidden;
	display: flex;
    align-items: center;
    margin: 20px 0;
}


#detailpage #contents3 > dl{
	margin-bottom:40px;
	overflow:hidden;
}

#detailpage #contents3 dt{
	float:left;
}

#detailpage #contents3 dd ul{
	padding-top:36px;
	list-style-type:disc;
	padding-left:1.5em;
}

#detailpage #contents3 .area{
	display: table;
	width:116px;
	height:91px;
	margin:auto;
	padding: 0;
	font-size:18px;
	text-align:center;
	background-image:url(../images/leaf_one_area.png);
	background-size:116px 91px;
	background-repeat:no-repeat;
	background-position:center;
}

#detailpage #contents3 .area h4{
	width:270px;
	text-align:center;
}


/**/

#detailpage #contents3 .leftbox h4{
	box-sizing: border-box;
}

#meriken .area h4{
	padding-top:25px;
}

#port .area{
	padding:8px 0px;
}

#port .area h4{
	padding-top:10px;
}


#sougou .area h4 ,
#shiawasenomura h4 ,
#minatonomori h4
{
	padding-top:24px;
}


#harbor .area{
	padding:9px 0px;
}

#harbor .area h4{
	padding-top:12px;
}

#noevir .area{
	padding:32px 0px;
}

#noevir .area h4{
	padding-top:12px;
}

/**/

#detailpage #contents3 .booth{
	width:396px;
	padding:28px 37px;
	background-color:#fef9dd;
	font-size:12px;
	border-radius:15px;
}

#detailpage #contents3 .booth strong{
	font-size:15px;
}

#detailpage #contents3 .booth dl{
	padding-bottom:10px;
	font-size:15px;
	overflow:hidden;
}

#detailpage #contents3 .booth dt{
	width:215px;
}


#detailpage #contents3 .booth dd{
	float:right;
}

#detailpage #contents3 h3 + dl ,
#detailpage #contents3 h3 + dl .area{
	height:161px;
}

#detailpage #contents3 h3 + dl .area h4{
	padding-top:22%;
	padding-bottom:120px;
}

#detailpage #contents3 h3 + dl + dl ,
#detailpage #contents3 h3 + dl + dl .area{
	height:125px;
}

#detailpage #contents3 h3 + dl + dl .area h4{
	padding-top:11%;
	padding-bottom:60px;
}

#detailpage #contents3 h3 + dl + dl +dl ,
#detailpage #contents3 h3 + dl + dl +dl .area{
	height:176px;
}

#detailpage #contents3 h3 + dl + dl +dl + dl ,
#detailpage #contents3 h3 + dl + dl +dl + dl .area{
	height:158px;
}

#detailpage #contents3 h3 + dl + dl +dl .area h4{
	padding-top:25%;
	padding-bottom:60px;
}

#detailpage #contents3 h3 + dl + dl +dl + dl .area h4 {
	padding-top:18%;
	padding-bottom:60px;
}

#detailpage #contents3 .harborland h4{
	padding-top:8%;
}


#detailpage #contents3 .harborland .area{
	height:107px;
}

/**schedule page**/

#schedulepage #contents1{
	margin:0 auto;
	width:720px;
	padding-bottom:80px;
}

#schedulepage #contents2 > ul > li{
	position:relative;
	background-color:#7dd6bc;
	padding-bottom:5px;
	border-radius:10px;
}

.trapezoid {
	margin-left:10px;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 50px solid #7dd6bc;
	float:left;
	cursor: pointer;
}

.tab{
	overflow:hidden;
}


#schedulepage #contents2 li + li{
	position:relative;
	background-color:#ebf182;
	width:784px;
	padding-bottom:5px;
}

.spnone{
	display:none;
}

.trapezoid + .trapezoid {
	width: 180px;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 50px solid #ebf182;
}

.trapezoid h3{
	font-size:20px;
	padding-top:10px;
	text-align: center;
}

#schedulepage #contents2 .schedulelist{
	padding-top:30px;
}

#schedulepage #contents2 .schedulelist li{
	width:94%;
	background-color:#fef7d5;
	margin:0 auto 20px auto;
	padding:20px;
	border-radius:10px;
}

#schedulepage #contents2 .schedulelist li dl.listday{
	overflow:hidden;
	padding-bottom:10px;
}

#schedulepage #contents2 .schedulelist li dl.listday dt dt:first-of-type{
	padding-left:0;
}

#schedulepage #contents2 .listday{
	overflow:hidden;
}

#schedulepage #contents2 .listday dd + dd{
	padding-left:30px;
}

#schedulepage #contents2 .listabout ,
#schedulepage #contents2 .listabout dt dl{
	display: flex;
    align-items: center;
}

#schedulepage #contents2 .listabout dt ,
#schedulepage #contents2 .listabout dd{
	padding:0px 10px 0px 0px;
}

#schedulepage #contents2 .listabout dd{
	padding-right:20px;
}

#schedulepage .listday{
	font-weight:bold;
}

#schedulepage .listday + .flexBox .listabout{
	margin-bottom:6px;
}

#schedulepage #contents2 .schedulelist dl.listday dt{
	float:left;
	font-size:17px;
}

#schedulepage #contents2 .schedulelist li .listday dd{
	float:left;
}

#schedulepage #contents2 .schedulelist li dl + dl dt ,
#schedulepage #contents2 .schedulelist li dl + dl dd{
	font-size:15px;
	font-weight:100;
}

#schedulepage #contents2 .schedulelist li dl img{
	float:left;
}

#schedulepage #contents2 .listday dt{
	padding-right:20px;
}

#schedulepage #contents3 {
	margin-bottom:150px;
}

#schedulepage #contents3 #gcalender{
	text-align: center;
}

#schedulepage #contents3 iframe{
	width: 100%;
	max-width:680px;
	margin-top:50px;
}

/**schedule end**/



/**access page**/
#accesspage .areainfo h6{
	padding:10px 0px 10px 23px;
	font-size:17px;
	background-image:url(../images/leaf_one.png);
	background-size:18px 15px;
	background-repeat:no-repeat;
	background-position:top 15px left 0px;
}

#accesspage .areainfo dd{
	font-size:14px;
	clear:both;
}

#accesspage .rightbox > div[id*="contents"] {
    padding: 30px 30px;
}

#accesspage #contents1{
	background-color:#fef9dd;
	min-height:540px;
}

#accesspage .accessimg{
	width: 46%;
	margin-top:20px;
}

#accesspage .accessimg img{
	width:100%;
	height:auto;
}

#accesspage #contents2 ,
#accesspage #contents4{
	min-height:500px;
}

#accesspage #contents3{
	background-color:#fef9dd;
	min-height:450px;
}

#accesspage #contents1 h4{
	width:370px;
}
#accesspage #contents3 h4{
	width:250px;
}
#accesspage #contents5 h4{
	width:144px;
}

#accesspage #contents2 h4 ,
#accesspage #contents4 h4{
	display: inline-block;
	max-width: 100%;
	background-image:url(../images/leaf_brown.png);
	background-size:29px 21px;
	background-repeat:no-repeat;
	padding-left:45px;
	background-position:bottom 0 left 5px;
}

#accesspage #contents1 h4 ,
#accesspage #contents3 h4 ,
#accesspage #contents5 h4{
	max-width: 100%;
	background-image:url(../images/leaf_brown.png);
	background-size:29px 21px;
	background-repeat:no-repeat;
	padding-right:45px;
	background-position:bottom 0 right 5px;
}

#accesspage h4{
	font-size:18px;
	border-bottom:#745c23 dashed 2px;
}

.accesstext{
	width:48%;
	margin: 20px 0px 0px;
}

div[class^="map"]{
	display:none;
	padding-top:20px;
}

.map4{
margin-bottom:100px;
}

.areainfo{
	overflow:hidden;
}

.areainfo ul{
	font-size:13px;
	padding-top:20px;
}

#accesspage #contents5{
	background-color: #fef9dd;
	margin-bottom:180px;
	min-height:420px;
}
/**access end**/

.headerbutton{
    top: 0;
    left: 0;
	right:0;
	z-index:999;
    width: 100%;
	margin:0 auto;
	background-color:#fff;
	border-bottom: 1px solid #ece2c4;
}

.head{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:1200px;
	margin:0 auto;
	padding-bottom: 10px;
	box-sizing:border-box;
}


.headerbutton.fixed {
    position: fixed;
}

.headerbutton.fixed .head{
	display:none;
}


#aboutpage #contents2 h4 ,
#aboutpage #contents2 p{
	visibility:hidden;
}

/**entrypage**/

#entrypage > .rightbox p ,
#loginpage > .rightbox p ,
#mailpage > .rightbox p {
	font-size:14px;
	width:620px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:53px;
}


#entrypage #contents2 form + p ,
#loginpage > .rightbox form + p ,
#loginpage > .rightbox ol {
	font-size:14px;
	width:620px;
	margin:0 auto;
	padding-bottom:20px;
}

#loginpage > .rightbox ol {
	padding-left:2em;
}

#loginpage form ,
#mailpage form{
	/*overflow:hidden;*/
	padding-bottom:40px;
	margin:0 auto;
	width:650px;
}

#entrypage #contents1 form dt ,
#loginpage #contents1 dt ,
#mailpage #contents1 dt {
	position:relative;
	font-size:14px;
	padding-left:10px;
	float:left;
	width:200px;
	background-color:#ebf182;
	height:26px;
	padding-top:4px;
	padding-right:1.5em;
	text-align:right;
	border-right:#bdaa7e solid 1px;
}

#entrypage #contents1 dt .req{
	position: absolute;
  	top: 0;
	right:5px;
}

.req{
	color:red;
	font-size:10px;
}

#entrypage #contents1 dd ,
#loginpage #contents1 dd ,
#mailpage #contents1 dd{
	float:left;
	padding-left:15px;
	height:26px;
	padding-top:4px;
	font-size:14px;
}

#entrypage #contents1 dd +dd{
	padding-left:50px;
}

#entrypage #contents1 dl ,
#loginpage #contents1 dl{
	overflow:hidden;
	border-top:#bdaa7e solid 1px;
	border-left:#bdaa7e solid 1px;
	border-right:#bdaa7e solid 1px;
}

#entrypage #contents1 .form + dl ,
#loginpage #contents1 dl + dl{
	border-bottom:#bdaa7e solid 1px;
	margin-bottom:30px;
}

#mailpage #contents1 dl{
	border:#bdaa7e solid 1px;
	overflow:hidden;
	margin-bottom:30px;
}

#entrypage #contents1 .form + dl dd input ,
#entrypage #contents2 input{
	vertical-align:-0.1em;
	margin-right:5px;
}

#entrypage .form input ,
#loginpage #contents1 input ,
#mailpage #contents1 input{
	color:#745c23;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border:#ccc solid 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#loginpage #contents1 .transmit ,
#mailpage #contents1 .transmit{
	display:block;
	line-height:30px;
	width:150px;
	height:30px;
	padding:2px 20px;
    	margin: 0px auto;
	background-color:#fef9dd;
	color:#745c23;
	font-size:14px;
	text-align:center;
	border: solid #745c23 1px;
	border-radius:6px;
	cursor:pointer;
	text-decoration:none;
}

#entrypage #contents2 .transmit {
	background-color:#fef9dd;
	color:#745c23;
	font-size:14px;
	border: solid #745c23 1px;
	border-radius:6px;
	padding:3px 20px;
	margin-left:-70px;
	cursor:pointer;
	text-decoration:none;
	position: absolute;
	bottom: -65px;
    margin: 0px 15px;
}

#entrypage #contents2 .transmit:hover ,
#loginpage #contents1 .transmit:hover ,
#mailpage #contents1 .transmit:hover{
	background-color:#745c23;
	color:#fff;
	border: solid #745c23 1px;
	border-radius:6px;
	transition:.3s;
}

#entrypage #contents2{
	position: relative;
}

#entrypage #contents2 h3{
	text-align: center;
	padding-bottom: 25px;
}


#entrypage #contents2 #privacybox{
	font-size: 14px;
	border: solid 1px #745c23;
	width: 700px;
	height: 150px;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding:3px 10px;
}

#entrypage #contents2 #privacybox li{
	padding:5px 0px;
}


#entrypage #contents2 #privacybox p{
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#entrypage #contents2 #privacybox ol{
	padding: 10px 0px 10px 20px;
}

#entrypage #contents2 #privacybox dt ,
#entrypage #contents2 #privacybox dd {
	float: left;
	width:160px;
}

#entrypage #contents2 #privacybox + dd{
	float: left;
	padding:30px 60px 150px 270px;
}

#entrypage #contents2 #privacybox + dd + dd{
	padding-top: 30px;
}

#entrypage　#contents2 dl{
	overflow: hidden;
}

/*privacy*/

#privacypage #contents1{
	padding-bottom: 120px;
}

#privacypage #contents1 > ol{
	padding: 50px 0px 10px 1em;
}

#privacypage #contents1 > ol > li{
	padding: 1em 0px;
}

#privacypage #contents1 > ol > li > ol {
	padding:1em;
}

#privacypage #contents1 h3{
	font-size: 17px;
	margin: 0 auto;
	width: 200px;
	padding: 0 20px 3px 35px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #745c23;
	background-image: url(../images/leaf_brown.png);
	background-size: 28px 20px;
	background-repeat: no-repeat;
	background-position: bottom 0 left 0; 
}

/*company*/

#companypage #contents1 table{
	width:100%;
	margin-bottom: 120px;
	border-collapse:collapse;
}

#companypage #contents1 table tr{
	border: #bdaa7e solid 1px;
}

/**/
#companypage #contents1 > dl{
	overflow: hidden;
	border-top: #bdaa7e solid 1px;
	border-left: #bdaa7e solid 1px;
	border-right: #bdaa7e solid 1px;
}

#companypage #contents1 th{
	width: 135px;
	background-color: rgb(235, 241, 130);
	border-right: #bdaa7e solid 1px;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
}

/**/
#companypage #contents1 > dl > dt{
	float: left;
	width: 135px;
	background-color: rgb(235, 241, 130);
	border-right: #bdaa7e solid 1px;
	text-align: right;
	padding-right: 15px;
}

#companypage #contents1 dl + dl + dl + dl > dt{
	padding: 13px 15px 13px 0px;
}

#companypage #contents1 dl + dl + dl + dl + dl > dt{
	padding: 0 15px 0 0;
}

#companypage #contents1 dl + dl + dl + dl + dl + dl + dl > dt{
	padding: 13px 15px 13px 0px;
}

#companypage #contents1 dl + dl + dl + dl + dl + dl + dl{
	border-bottom: #bdaa7e solid 1px;
}


#companypage #contents1 td{
	padding:10px;
}


/**/
#companypage #contents1 dd{
	float: left;
	width: 550px;
	padding-left:10px;
}

#companypage #contents1 dl dl{
	overflow: hidden;
}

#companypage #contents1 dl dl dt{
	width: 40px;
	float: left;
	background-color: #fff;
}

#companypage #contents1 dl dl dd{
	width: 150px;
}

/**QandA**/

#qandapage #contents1{
	margin-bottom:160px;
}

#qandapage #contents1 > dl dl{
	overflow: hidden;
}

#qandapage #contents1 > dl > dt{
	position: relative;
	background-color: #fef7d5;
	background-image:url(../images/q_and_a.png);
	background-size:.6em;
	background-position: center left .9em;
    background-repeat: no-repeat;
    padding: .8em 3em .8em 2.2em;
	cursor:pointer;
	margin-bottom:1px;
}

#qandapage #contents1 dl dt[class$="arrow"]:before{
content: "";
	position: absolute;
	top: 50%;
	right:1em;
	width: 0;
	height: 0;
	border-top: 12px solid #e28d4b;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;	
	transform:translatey(-50%);
}

#qandapage #contents1 > dl > dt.openarrow:before{
	transform:translatey(-50%)rotateX(180deg);
}

#qandapage #contents1 > dl > .closearrow + dd{
	display:none;
}


#qandapage #contents1 > dl > dd{
	padding: 20px 2.5em 20px 2.5em;
}

#qandapage #contents1 > dl > dd > ol{
	padding: 1em 0 1em 1.5em;
}

#qandapage #contents1 > dl dl dt{
	float: left;
	width: 220px;
}

#qandapage #contents1 > dl dl dd{
	float: left;
	width: 130px;
	text-align: right;
}

/*===================================
 
しあわせの村託児サービス

===================================*/


#siawasenomura-servicepage .mainColumn{
	margin-bottom: 120px;
}

/**end**/

#mailpage #contents1{
	height:300px;
}





.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}



.news-top {
	padding: 3px 10px;
	    background-color: #d14543;
	}
.feed { 
	float: left;
	width: 50%;
	margin-top: 15px;
   	margin-left: 20px;
	border:1px solid #d14543;
	border-radius: 4px;
	}

.feed dt { 
	font-weight:bold;
	color:#fff;
	padding:6px 0px;
	background-color:#d14543;
	}
.feed dd { 
	padding:6px 10px;
	min-width:300px;
	max-width:470px;
	}

.feed dd a:hover{
	text-decoration:none;
}

#snewspage{
	position: relative;
	max-width: 850px;
	margin: 0 auto;
	padding-bottom:80px;
}

#snewspage #contents1{
	padding:40px;
	background-color:#fef9dd;
	box-sizing: border-box;
}

#snewspage #contents1 .newsTtl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#snewspage #contents1 p + p{
	margin-top: 1em;
}

#snewspage > .rightbox{
	position: relative;
	width: 780px;
	max-width: 100%;
	margin-top: 5px;
	margin:0 auto;
	float:none;
}

.footerlink .none{
	display:inline;
}


/*追加CSS*/

.numberList li{
	margin:2em auto;
}

a.entryForm_blank {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 20px 43px 20px 30px;
    text-decoration: none;
    color: #fff;
    background-color: #f19149;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .3s;
}

a.entryForm_blank:hover {
    opacity: .8;
}

a.entryForm_blank:after {
    content: '';
    position: absolute;
    top: 42%;
    right: 8%;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
p.txt_l {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width:761px){
	.pcnone {
	display:none !important;
}
	
	#navall{
	display: block !important;
}
	
.headerlink .fax ul{
	display:flex !important;
	justify-content: space-around;
	align-items:center;
}
	
	#sideInfo + *{
	width: 70%;
}
	
}

@media screen and (max-width:760px){
	
.none {
	display:none !important;
}
	
	.sp_bk{
		display: block !important;
	}

body{
	min-width:100%;
	color:#745c23;
}


.box_red {
    margin-bottom: 40px;
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.ttlStl02{
	margin-bottom: 1.5em;
    padding: 10px;
    font-weight: bold;
    background-color: #ebf182;
}

.boxStl01 {
    padding: 15px 20px;
    border: 2px dashed #745c23;
    border-radius: 10px;
    background-color: #fef9dd;
}
	

.contentIn{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 120px;
}

.tableStl01{
	width: 100%;
	border-collapse: collapse;
}

.tableStl01 th ,
.tableStl01 td{
	display: block;
	width: 100%;
	padding: 20px;
	border-bottom: none;
	box-sizing: border-box;
}

.tableStl01 th{
	background-color: #fef9dd;
}

.tableStl01 tr:last-of-type td{
	border-bottom: 1px solid #745c23;
}


#wrapper {
	overflow:hidden;
}

#wrapper ,
a{
	text-decoration:none;
}

img { 
    max-width: 100%; 
    height:auto;
}

.w720{
	width: 90%;
	margin: 0 auto;
}

#body > div > .rightbox{
	position:relative;
}
	
	.mainColumn{
		float: none;
		width: 100%;
		padding-bottom: 0;
		padding-right: 0;
	}


.holdingbox.foreach img ,
.information.foreach img{
	display: none;
}

.holdingbox.foreach.temochi img[src*="bag"] ,
.information.foreach.temochi img[src*="bag"] ,
.holdingbox.foreach.car img[src*="car"] ,
.information.foreach.car img[src*="car"] ,
.holdingbox.foreach.event img[src*="event"],
.information.foreach.event img[src*="event"]{
	display: inline-block;
}
	
	#sideInfo{
		display: none;
	}

/**nav**/

#nav-toggle {
    display: none;
    position: absolute;
    left: 8px;
    top: 10px;
    width: 44px;
	padding:0 5px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle:after {
content: "メニュー";
position:absolute;
left:0;
right: 0;
bottom:-10px;
color:#fff;
font-size:10px;
}


#nav-toggle div {
    position: relative;
}

.leftbox{
	overflow:hidden;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	border-radius:3px;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

#header{
     top: 0;
	 z-index:999;
     width: 100%;
     margin-top: 0;
     padding: 0;
	background-color :#fff;
}

	#header .head{
		padding-bottom: 0;
	}

#mobile-head {
     position: absolute;
	 top:0px;
     width: 60px;
     height: 60px;
     background: #749f34;
}


#header.fixed .logo,
#header .logo {
    background: #fff;
    font-size: 26px; 
}

#globalnav a ,
#entrybutton a{
	display: block;
    width: 100%;
    height: 100%;
	padding: 4px 0;
	text-decoration:none;
}

#navall{
	display: none;
	width: 100%;
	 text-align: center;
	
}
	
#globalnav ul {
	display: block;
}
	
 #globalnav ul li {
	border-bottom:#ece2c4 dashed 1px;
}

	#globalnav li:after{
		display: none;
	}
	
#entrybutton .children li {
    background-color: #fff;
}

#entrybutton .children li a {
    line-height: 42px;
    font-size: 12px;
}

#globalnav ul li,
.fixed #globalnav ul li ,
#entrybutton ul li{
    width: 100%;
	min-height: 42px;
    display: block;
}

#globalnav ul li img{
	float:left;
	padding-left:9%;
	max-width:16px;
	padding-top:13px;
}

	
#globalnav ul .topbutton img ,
#globalnav ul .aboutbutton img ,
#globalnav ul .accessbutton img{
	width:8%;
	max-width:12px;
	padding-left:10%;
	padding-top:10px;
}
	


#entrybutton li{
	background-color:#f19149;
	margin-bottom:1px;
	cursor: pointer;
}

#entrybutton ul li:last-child{
	margin-bottom:0;
}

#entrybutton a{
	display:block;
	overflow:hidden;
	width:100%;
}


#entrybutton p{
	color:#fff;
}


#entrybutton li img{
	float:left;
	padding-left:12%;
	width:10%;
	max-width:20px;
	min-width:17px;
	padding-top:10px;
}

#entrybutton .mail img{
	padding-top:4%;
}


#entrybutton .children li a{
	position: relative;
}

#entrybutton .children li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

#entrybutton .children li.reuseButton a:before {
	background: url(../images/reuse_iconC.png) no-repeat center/contain;
}

#entrybutton .children li.handmadeButton a:before {
	background: url(../images/handmade_iconC.png) no-repeat center/contain;
}

ul.parents > li a{
	position: relative;
}



ul.parents > li:first-child a:after ,
ul.parents > li:nth-of-type(2) a:after {
    position: absolute;
    width: 5px;
    top: 16px;
    right: 13px;
    content: '';
    display: block;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
	transition: .2s;
}

ul.parents > li:first-child a.openTab:after ,
ul.parents > li:nth-of-type(2) a.openTab:after  {
    transform: rotate(135deg);
	top: 18px;
}

#globalnav p ,
#entrybutton p{
	font-size:14px;
	line-height: 42px;
}
	
#nav-toggle {
   display: block;
}

.headerlink{
	clear:both;
	width: 100%;
	margin: 0;
}
	
	.headerbutton{
		border-bottom: none;
	}

/* fax チラシ */

#header .fax .faxTitle{
	position:relative;
	padding:4px 0;
	background-color:#735B24;
	color:#fff;
	font-size: 16px;
	cursor:pointer;
}
	
	#header .fax .faxTitle:before{
		display: none;
	}

#header .fax .faxTitle:after{
	position:absolute;
	top:50%;
	right:25px;
	content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-100%);
}

.fax.open .faxTitle:after{
	transform: rotate(225deg) translateY(30%);
	right: 21px;
}

.fax ul{
	display:none;
}

.fax ul{
	text-align:center;
}

.fax ul li a{
	display:block;
	width:100%;
	padding: 10px 0;
	font-size: 16px;
    border-bottom: 1px solid #745c23;
}
	
/* #nav-toggle 切り替えアニメーション */
	
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
	
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
	
 .open #nav-toggle span:nth-child(3) {
     top: 11px;
     -webkit-transform: rotate(-315deg);
     -moz-transform: rotate(-315deg);
     transform: rotate(-315deg);
}
	
 /* #global-nav スライドアニメーション */



/**nav end**/

#header .logo{
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 10px 0 10px 64px;
	box-sizing: border-box; 
}

#header .logo img {
	width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}



#hero-area {
    width: 100%;
	min-width: 100%;
	height: auto;
	background-position: center center;
    background-size: cover;
}

#hero-area .logo{
	margin: auto;
	max-width:40%;
	padding:11% 0;
}

#hero-area .logo > img {
    width: 100%;
}
	
	
#hero-area + #contents1{
	background-color:#ebf182;
	font-size:12px;
	text-align:center;
	overflow: hidden;
}

	
#contents1 .recycleimages ul{
	overflow:hidden;
	margin:0 auto;
	width:100%;
}

#contents1 .recycleimages li{
    float: left;
	width: 50%;
	margin: 0;
    padding: 12px 5% 0;
}

.contents1in{
	position:relative;
	margin:0 auto;
	border:#fff 2px dashed;
	max-width:88%;
	margin-top:2%;
	margin-bottom:2%;
	padding:2%;
	/**top:20px;**/	
}

.contents1in .flagleft + img{
	position: relative;
	width:80%;
	margin:10px auto;
}

.contents1in h3{
	margin: 20px auto 0;
    font-size: 16px;
}

.contents1in p{
	width:95%;
	margin:0 auto;
	padding:6% 0;
	font-size:15px;
}



#contents2 .leftbox > h2{
	background-image:url(../images/information_flag.png);
	background-repeat:no-repeat;
	background-size:9px 15px;
	background-position:top 50% left 14%;
	font-size:18px;
	border-top:2px  dashed #745c23;
	border-bottom:2px  dashed #745c23;
	padding:4px 25px;
	 text-align:center;
	 width:90%;
	 margin:20px auto;
}

#contents2 .holdingbox{
	background-color:#fef7d5;
	border-radius:5px;
	margin-bottom:3%;
}

#top .pcnone{
	text-align:center;
}

#top .leftbox .holdingbox{
	position:relative;
	margin:12px auto;
	padding:3%;
}

#top #contents2 .leftbox dt {
    float: left;
	width:74px;
}

#top .leftbox .holdingbox img{
	width:15%;
	max-width:50px;
}

#top .leftbox .holdingbox dd{
	text-align:right;
}

#top .leftbox .holdingbox dd + dd{
	padding:4px 0px;
	text-align:left;
}

#top .leftbox .holdingbox .space{
	position:absolute;
	min-width: 80px;
	padding:2px 6px;
	color:#fff;
	font-size:14px;
	border-radius:6px;
	bottom:20%;
	right:3%;
	text-align:center;
}

#top .leftbox .holdingbox .open {
	background-color:#b4d397;
	border:1px solid #94bd89;
}

#top .leftbox .holdingbox .close {
	background-color:#eda184;
	border:1px solid #db7576;
}

#top .leftbox .holdingbox .cancel {
    background-color: #d14543;
    border: 1px solid #d14543;
}

#top .rightbox {
	margin:30px auto;
	overflow:hidden;
}


#top #contents2{
	width:88%;
	max-width:360px;
	margin:0 auto;
	padding-top: 0;
}

#top #contents2 > img{
	margin: 30px auto;
}

	#top #contents2 .leftbox{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	#top #contents2 .rightbox{
		width: 100%;
	}
	
	#top .news{
		padding: 0;
		overflow: hidden;
	}

.news .top_newsTtl {
    position: relative;
    width: 90%;
    margin: 30px auto;
}

.news .top_newsTtl h2 {
    min-width: 30%;
    padding: 10px;
	font-size: 16px;
    border-top: 2px dashed #745c23;
    border-bottom: 2px dashed #745c23;
}

.news .top_newsTtl .leftImg ,
.news .top_newsTtl .rightImg{
    position: absolute;
    top: 50%;
    width: 30%;
    transform: translateY(-50%);
}

.news .top_newsTtl .leftImg{
	left: 0;
}

.news .top_newsTtl .rightImg{
	right: 0;
}

.newsbox{
	margin:0 auto 150px auto;
	width:90%;
	background-color:#fff;
	border-radius:15px;
	padding:15px;
	box-sizing: border-box;
}

.newsbox dl{
	font-size:15px;
	padding:5px;
}
	
	.newsbox dl:not(:first-of-type){
		margin-top: 0;
	}
	
.newsbox dt{
	float: none;
	width:100px;
	padding:2% 0;
}
	
	.newsbox dd{
		padding: 0;
	}


.newsbox a ,
.footerlink a{
	text-decoration: none;
}



/**下層ページ共通**/

.mainColumn .flagleft {
	left:0;
	width:30%;
	max-width:130px;
	min-width:90px;
	z-index:1;
}
	
.mainColumn .flagright {
	right:0;
	width:30%;
	max-width:130px;
	min-width:90px;
	z-index:1;
}



div[id$="page"] *[id^="contents"]  {
	width:100%;
}

h2.ttlStl01 {
    width: 90%;
    margin: 0 auto 30px;
    padding: 90px 40px 20px 40px !important;
	font-size: 16px;
	text-align:center;
    background: url(../images/leaf.png) no-repeat bottom left / 30px;
    border-bottom: 2px dashed #a0c32f;
    box-sizing: border-box;
}

/**aboutpege**/

.text_2019 ul {
    margin: 30px 0;
}

#aboutpage > .rightbox .leftbox ,
#aboutpage > .rightbox .rightbox{
	font-size:15px;
}

#aboutpage #contents1{
	position:relative;
	margin-bottom: 0;
	padding-top:20px;
	overflow:hidden;
	text-align:left;
}

#aboutpage #contents1 .leftbox{
	float: none;
    margin: 30px auto 50px;
}

#aboutpage #contents1 .leftbox + img{
	position:absolute;
	top:3%;
	left:0;
	right:0;
	width:88%;
	margin:0 auto;
}

#aboutpage #contents1 .leftbox + img + img +img{
	position:absolute;
	left:0;
	right:0;
	width:88%;
	margin:0 auto;
	text-align:center;
}

#aboutpage #contents1 .leftbox + img + img +img .rightbox{
	top:62%;
	left:0;
	right:0;
	width:88%;
	margin:0 auto;
}	

	#aboutpage #contents1 .rightbox{
		float: none;
		margin: 30px auto 60px;
	}
	
#aboutpage > .rightbox  h3 {
	height:54px;
	font-size:18px;
	background:linear-gradient(transparent 85%, #f3da7f 60%);
	width:250px;
	margin:0 auto;
	margin-bottom:30px;
}

#aboutpage img + .rightbox  p{
	padding-top:80%;
}

#aboutpage > .rightbox  p + h3 {
	height:28px;
	background:linear-gradient(transparent 85%, #f3da7f 60%);
	text-align:center;
	padding-top:30px;
}


#aboutpage #contents2{
	padding:0 0 30px;
	position:relative;
	text-align:center;
	background-color:#ebf182;
	border-radius:6px;
	overflow:hidden;
	background-image:url(../images/white_tree.png);
	background-size:40%;
	background-repeat:no-repeat;
	background-position:bottom -5px left 5% ;
}

#aboutpage #contents2 h4{
	padding:6px 0px;
	width:255px;
	margin:30px auto;
	font-size:18px;
	border-top:dashed 2px #745c23;
	border-bottom:dashed 2px #745c23;
}


#aboutpage #contents2 p{
	text-align:left;
	margin:0 auto;
	width:90%;
}



#aboutpage #contents2 h4 + p{
	text-align:left;
}
	
#aboutpage #contents2 a{
	padding:12px 6px;
	border-radius:6px;
	font-size:16px;
	font-weight:bold;
	background-color:#fef7d5;
	border:2px solid #745c23;
	text-decoration:none;
	position:absolute;
	width:205px;
	right:0;
	left:0;
	margin:0 auto;
	bottom:30px;
}

#aboutpage #contents2 a:hover{
	color:#fff;
	border-radius:6px;
	font-weight:bold;
	background-color:#745c23;
	border:2px solid #745c23;
	text-decoration:none;
	transition:all .2s;
}


#aboutpage #contents3{
	margin:30px auto 0;
	text-align:center;
	background-color:#fef7d5;
	border-radius:6px;
	border:dashed 2px #745c23;
	font-size:14px;
}

#aboutpage #contents3 p{
	padding-bottom:10px;
	width:90%;
	margin:0 auto;
	text-align:left;
}

#aboutpage #contents3 h4{
	font-size:17px;
	width:80%;
	padding:6px 0px;
	margin:20px auto;
	border-bottom:dashed #745c23 2px;
}

	#aboutpage #contents3 table{
		font-size: 14px;
	}

	#aboutpage #contents3 table th{
		padding-right: 2em;
	}
	
	#aboutpage #contents3 table + p{
		padding-top: 10px;
		text-align: center;
	}
	
/**出店希望の方**/

#detailpage .rightbox h3{
	font-size:20px;
	text-align:center;
}


#detailpage .flagright + p{
	font-size:15px;
	width:90%;
	margin:0 auto;
}

#detailpage #contents1{
	position:relative;
	margin-top:43px;
	padding-bottom:14px;
	overflow:hidden;
	background-color:#ebf182;
	border-radius:6px;
	font-size:14px;
	background-image:url(../images/white_tree.png);
	background-size: 40%;
	background-repeat:no-repeat;
	background-position:bottom -5px left 5%;
}

#detailpage #contents1 img{
	position:absolute;
	top:56px;
	left:60px;
}

#detailpage #contents1 h3{
	width:164px;
	margin:25px auto;
	padding:4px 0px;
	border-top:2px dashed #745c23;
	border-bottom:2px dashed #745c23;
}

#detailpage #contents1 > p{
	margin:0 auto;
	width:90%;
	padding-bottom:10px;
}

.application_notice + .application_notice{
	margin-top: 50px;
}

#detailpage ol{
	font-size:17px;
	font-weight:bold;
}

#detailpage ol li{
	padding:15px 0px;
	width:80%;
	margin:0 auto;
	list-style-position: inside;
}

#detailpage ol li p{
	font-size:15px;
	font-weight:normal;
}


#detailpage #contents2{
	padding:0;
}

#detailpage #contents2 ul {
	width:90%;
	margin: 0 auto;
	padding-left:1.5em;
	font-size:15px;
	list-style-type:disc;
	box-sizing: border-box;
}
	
	#detailpage #contents2 .caution ul{
		padding-left:1.5em;
	}


#detailpage #contents2 ul + p {
	margin:40px auto 0;
	width:90%;
	font-size:14px;
}

#detailpage #contents2 .caution img{
	margin:30px auto;
	padding: 0;
}

#detailpage #contents2 .box{
	font-size:14px;
	width:90%;
}

#detailpage #contents2 .box p{
	width:90%;
	margin:0 auto;
}


#detailpage #contents2 .prohibited{
	background-color:#fef9dd;
	overflow:hidden;
	padding:30px 10px;
}

#detailpage #contents2 .prohibited h3{
	width:150px;
	margin: 0 auto 30px;
	padding:4px 0px;
	border-top:dashed 2px #745c23;
	border-bottom:dashed 2px #745c23;
}

#detailpage #contents2 .prohibited p {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	box-sizing: border-box;
}

#detailpage #contents2 .prohibited img{
	width:88%;	
}

.prohibited{
	position:relative;
	z-index:-1;
}

#detailpage #contents2 .prohibited dl{
	float: none;
	width:80%;
	margin:15px auto;
	padding: 0;
}

.prohibited dt{
	font-size:15px;
	font-weight:bold;
	text-align: left;
}

.prohibited dd{
	font-size:13px;
	text-align:right;
}

.prohibited ul li{
	font-size:15px;
}

.rainy{
	z-index:2;
	position:relative;
	overflow:hidden;
	background-color:#96dad3;
	padding:0 4% 50px 4%;
	background-image:url(../images/rain.png);
	background-size:180%;
	background-position:center ;
	background-repeat:no-repeat;
}

.rainy .areaTitle{
	box-sizing: border-box;
	margin:40px 0;
	padding:10px;
	border: dashed #fff 2px;
	background-color: rgba(255,255,255,0.5);
	text-align:center;
	font-weight:bold;
	font-size:20px;
}


.wavehead{
	position:absolute;
	top:0;
	left:0;
}

.waveend{
	position:absolute;
	bottom:0px;
	left:0;
}

.rainy dt,
.indent ,
.indent01{
	padding-left: 1em;
	text-indent: -1em;
}

.indent2{
	padding-left: 2em;
	text-indent: -2em;
}

#detailpage #contents2 .rainy ul {
    width: 100%;
    box-sizing: border-box;
}

.rainy h3{
	padding:4px 0px;
	border-top:dashed 2px #fff;
	border-bottom:dashed 2px #fff;
	margin:52px auto 20px auto;
}

.rainy h4{
	font-size:16px;
}
	
	.rainy h4.indent{
		padding-left: 1em;
	}

.rainy h5{
	font-size:15px;
	padding-bottom:10px;
}

.rainy .indent,
.rainy dl p{
	margin: 20px 0;
}

.rainy dt{
	margin: 20px 0;
	font-weight: bold;
}

#detailpage #contents3{
	position:relative;
	margin-bottom: 0;
	overflow:hidden;
	background-color:#fff;
}

#detailpage #contents3 h3{
	width:137px;
	margin:40px auto;
	padding-left:17px;
	border-bottom:dashed 2px #a0c32f;
	background-image:url(../images/leaf_one.png);
	background-size:20px 15px;
	background-repeat:no-repeat;
	background-position:bottom 5px left 20px;
}


/**メリケンパーク　グレー**/
/*
.bg{
	position:relative;
}

.bg::before{
	position:absolute;
	background-color: rgba(0,0,0,0.5);
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:'現在開催を中止しております。';
	color:#fff;
	font-size:18px;
	padding-top:145px;
	text-align:center;
	z-index:9;
	border-radius:3px;
	max-width:470px;
}
*/

/**メリケンend**/


#detailpage #contents3 > dl{
	margin-bottom:10px;
	overflow:hidden;
}

#detailpage #contents3 dt{
	float:left;
}

#detailpage #contents3 dd ul{
	padding-top:36px;
	list-style-type:disc;
	padding-left:1.5em;
}

#detailpage #contents3 .area{
	float: none;
	margin: 0 auto 10px;
	padding-top:32px;
}

#meriken .area h4 ,
#sougou .area h4 ,
#shiawasenomura .area h4 ,
#minatonomori .area h4{
	padding-top:10px;
	text-align:center;
}

#detailpage #contents3 .booth{
	width:100%;
	padding:28px 20px;
	background-color:#fef9dd;
	font-size:12px;
	border-radius:15px;
	box-sizing: border-box;
}

#detailpage #contents3 .booth strong{
	font-size:15px;
}

#detailpage #contents3 .booth dl{
	padding-bottom:10px;
	font-size:15px;
	overflow:hidden;
	width:90%;
	min-width:240px;
}

#detailpage #contents3 .booth dd{
	float:right;
}

#detailpage #contents3 .booth dd > dl dd{
	width:60px;
	float:right;
}

/*ポートタワー*/
#port .area{
	right:0;
	left:0;
	margin:0px auto 20px auto;
}

/*ノエビア*/
#noevir .area{
	width:252px;
	padding-top:0px;
	padding-bottom:20px;
}

#noevir h4{
	padding-top:6px;
}


#detailpage #contents3 h3 + dl + dl +dl + dl ,
#detailpage #contents3 h3 + dl + dl +dl + dl .area{
	/*height:158px;*/
	padding-bottom:0;
}

#detailpage #contents3 h3 + dl + dl +dl .area h4{
	padding-top:18%;
	padding-bottom:60px;
}



/**schedule page**/

#schedulepage #contents1{
	margin:0 auto;
	width:90%;
	padding-bottom:50px;
}

#schedulepage #contents2 > ul > li{
	position:relative;
	background-color:#7dd6bc;
	margin:0 auto;
	padding-bottom:5px;
	border-radius:3px;
}

.trapezoid {
	position:relative;
	width: 50%;
	margin-left: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 60px solid #7dd6bc;
	box-sizing:border-box;
}

.tab{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}


#schedulepage #contents2 li + li{
	position:relative;
	background-color:#ebf182;
	padding-bottom:5px;
}

.spnone{
	display:none;
}

.trapezoid + .trapezoid {
	border-bottom: 60px solid  #ebf182;
	margin-left:0px;
}

.trapezoid h3{
	padding-top: 5px;
	font-size:16px;
}

#schedulepage #contents2 .schedulelist{
	padding-top:20px;
}

#schedulepage #contents2 .schedulelist li{
	position:relative;
	width:90%;
	background-color:#fef7d5;
	margin:0 auto 10px auto;
	padding:18px;
	border-radius:10px;
	overflow:hidden;
	box-sizing:border-box;
}

#schedulepage #contents2 .schedulelist li dl a{
	text-decoration:underline;
}

dl.listabout > * {
    float: left;
}

	#schedulepage #contents2 .schedulelist li dl.listday{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-weight: normal;
	}
	
	#schedulepage #contents2 .schedulelist li dl.listday > *{
		float: none;
		flex-basis: none;
		margin: 0;
	}
	
	#schedulepage #contents2 .schedulelist li dl.listday dt + dd{
		flex-basis: 100%;
		order: 3;
	}
	
	#schedulepage #contents2 .listday dd + dd{
		padding-left: 0;
		text-align: right;
	}


#schedulepage #contents2 .listabout{
	display: flex;
    align-items: center;
	width:100%;
}

#schedulepage #contents2 .listabout dt dl{
	display: flex;
    align-items: center;
	flex-wrap:wrap;
}

#schedulepage #contents2 .schedulelist li dl dt{
	font-size:15px;
}


#schedulepage #contents2 .schedulelist li dl img{
	width:40px;
	min-width: 40px;
}

#schedulepage #contents2 .schedulelist li dl dt{
	margin-right:4px;
	padding: 0;
}
	
	#schedulepage #contents2 .listabout dd{
		padding-right: 0;
	}

#schedulepage #contents2 .schedulelist li dl img + dt ,
#schedulepage #contents2 .schedulelist li dl img + dt + dd{
	padding-left:8px;
}

#schedulepage #contents2 .listday dt{
	padding-right:20px;
}

#schedulepage #contents3 {
	margin-bottom: 0px;
	position:relative;
}

#schedulepage #contents3 #gcalender{
	position:relative;
	width: 100%;
	height:0;
	overflow:hidden;
	margin:50px auto 0;
	padding-bottom:140%;
}

#schedulepage #contents3 iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin: 0;
	border:none;
}

/**schedule end**/



/**footer**/


#footer {
	width:100%;
	font-size:12px;
}

.footertree{
	right:10px;
}


#footer .logo {
	width: 90%;
	margin:12px auto;
	padding: 10px;
	text-align:center;
	box-sizing: border-box;
}


	#footer .inquirybox{
		display: block;
	}

	#footer .Inquiry{
		margin-left: 0;
		background: none;
	}
	
#footer .Inquiry dt{
	position:relative;
	padding-left: 1.2em;
}


#footer .Inquiry dt:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/phone.png) no-repeat center center / contain;
	transform: translatey(-50%);
}


.footerlink{
	text-align:center;
}

.footerlink ul {
    display: inline-block;
}

.footerlink li {
    text-align: left;
    padding: 4px 0;
}

.footerlink a{
	font-size:12px;
	background-image: url(../images/small_arrow.png);
	background-repeat:no-repeat;
	background-size:4px 6px;
	padding:0px 10px 0px 8px;
	background-position:left 0px top 4px;
}

#footer .leftbox ,
	#footer .rightbox ,
	#footer .snsbox{
		float: none;
	}

#footer .rightbox{
	padding: 20px 10px 10px;
}

#footer dl{
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
	font-size:13px;
}

#footer dt{
	float:left;
	padding-right:5px;
}


#footer .Inquiry + dl dt + dd{
	padding-right:10px;
}

.sns{
	display: flex;
	justify-content: center;
	margin:0 auto 10px;
	text-align:center;
	overflow:hidden;
}

.snsbox + .snsbox{
	width:75px; 
	padding-left:20px;
	padding-top:0;
	margin-top:0;
	height:24px;
}

.snsbox {
	float:left;
}

#footer .copyrights{
	background-color:#4e3209;
	font-size:10px;
	text-align:center;
	padding:10px 0px;
}

/** もっとみる　**/

.arrow{
	position: relative;
	float: none;
	display: inline-block;
	margin-bottom:10px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}

#top .arrow{
	display:block;
	padding:8px 27px 8px 23px;	
}

.arrow:hover{
	position: relative;
	font-size:14px;
	text-decoration:none;
	border:1px solid #745c23;
	border-radius:6px;
	padding:4px 27px 2px 23px;	
	display: inline-block;
	color: #fff;
	background-color:#745c23;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition:all .3s;
}

.leftbox .arrow::before,
.leftbox .arrow::after{
	position: absolute;
	top: 0;
	bottom: 1px;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#top .leftbox .arrow::after{
	right:23px;
}

.arrow1::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #745c23;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrow1:hover::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition:all .3s;
}

.arrow1::after{
	right: 23px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #745c23;
	border-right: 1px solid #745c23;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow1:hover::after{
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition:all .3s;
}

.news .arrow{
	bottom:-18px;
	margin-top:10px;
}

.news .arrow:hover{
	text-decoration:none;
}

.news .arrow::before{
	right:10px;
	top:11px;
}

.news .arrow::after{
	top:15px;
	left:101px;
}

#top .news .arrow::before,
#top .news .arrow::after{
	position: absolute;
	margin:0 auto;
	content: "";
	vertical-align: middle;
}

#detailpage #contents3 a + .arrow{
	background-color:#ebf182;
	border:#745c23 solid 2px;
	margin:30px auto 150px auto;
	padding:22px 20px;
	width:200px;
	font-size:20px;
	text-align:center;
}

#detailpage #contents3 a + .arrow:hover{
	background-color:#745c23;
}

#detailpage #contents3 a + .arrow::before{
	top:0;
	right:-144px;
}

#detailpage #contents3 a + .arrow::after{
	top:0;
	right:-138px;
}

#detailpage #contents3 a + .arrow1::before{
	width:15px;
	height:15px;
}

#detailpage #contents3 a + .arrow1::after{
	width:4px;
	height:4px;
}
	
#detailpage #contents3 dl + .arrow{
	margin-top:20px;
	font-size:16px;
	padding:15px 18px;
}

#detailpage #contents3 dl + .arrow::after{
	top:-2px;
	right:-130px;
}

#detailpage #contents3 dl + .arrow::before{
	top:-2px;
	right:-135px;
}

#detailpage .fee .ttlStl01{
	font-size:20px;
}

/**access page**/

#accesspage *[id^="contents"]{
	position:relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#accesspage .areainfo h6{
	padding:10px 0px 10px 23px;
	font-size:17px;
	background-image:url(../images/leaf_one.png);
	background-size:18px 15px;
	background-repeat:no-repeat;
	background-position:top 15px left 0px;
}

#accesspage .areainfo dd{
	font-size:14px;
	clear:both;
}

#accesspage #contents1 ,
#accesspage #contents3{
	background-color:#fef9dd;
}

#accesspage h4{
	width:100%;
	margin:0 auto 30px;
	padding-top:10px;
	font-size:18px;
	text-align:center;
	border-bottom:#745c23 dashed 2px;
	box-sizing: border-box;
}

#accesspage #contents2 h4 ,
#accesspage #contents4 h4{
	background-image:url(../images/leaf_brown.png);
	background-size:29px 21px;
	background-repeat:no-repeat;
	background-position:bottom 0 left 5px;
}

#accesspage #contents1 h4 ,
#accesspage #contents3 h4 ,
#accesspage #contents5 h4{
	background-image:url(../images/leaf_brown.png);
	background-size:29px 21px;
	background-repeat:no-repeat;
	background-position:bottom 0 right 5px;
}

#accesspage .accessimg{
	width: 100%;
	margin-bottom: 20px;
	text-align:center;
	float: none;
}

#accesspage #contents2 h4 ,
#accesspage #contents4 h4 {
	margin:10px auto 20px;
}



.accesstext{
	width:100%;
	margin:0 auto;
	float: none;
}


#accesspage #contents2 .accesstext{
	padding-top:20px;
}

	#accesspage .areainfo > .rightbox{
		padding-bottom: 0;
		float: none;
	}

.areainfo ul{
	font-size:13px;
	padding-top:20px;
}

#accesspage #contents5{
	background-color: #fef9dd;
	margin-bottom:180px;
	min-height:420px;
}


/**access arrow**/

.mapButton{
	position:relative;
	width:100%;
	height:50px;
	margin:0 auto;
}


.mapButton:hover{
	padding:0;
}

#accesspage .rightbox .arrow h5{
	top:-30px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	letter-spacing:2px;
	text-align:center;
	font-size:16px;
	}

#accesspage .rightbox .arrow{
	display: block;
	margin:60px auto 30px;
}


#accesspage .rightbox .arrow::before,
#accesspage .rightbox .arrow::after {
	margin:0 auto;
	cursor:pointer;
}

#accesspage .rightbox .openarrow::before ,
#accesspage .rightbox .closearrow::before{
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	border: 2px solid #745c23;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#accesspage .rightbox .openarrow::after{
	top:21px;
	width: 10px;
	height: 10px;
	
	border-top: 2px solid #745c23;
	border-right: 2px solid #745c23;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#accesspage .rightbox .closearrow::after{
	top:17px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #745c23;
	border-right: 2px solid #745c23;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#accesspage .rightbox .openarrow:hover::after{
	top:21px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #745c23;
	border-right: 2px solid #745c23;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

/**access end**/

/**託児サービス**/

#siawasenomura-servicepage ol{
	padding-left: 1.5em;
}

/**entrypage**/

#entrypage > .rightbox p ,
#loginpage > .rightbox p ,
#mailpage > .rightbox p {
	font-size:14px;
	width:90%;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:53px;
}


#entrypage #contents2 form + p ,
#loginpage > .rightbox form + p ,
#loginpage > .rightbox ol {
	font-size:14px;
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
}

#loginpage > .rightbox ol {
	padding-left:2em;
}

#loginpage #contents1 ,
#mailpage #contents1{
	margin-bottom:120px;
}

#loginpage form ,
#mailpage form{
	overflow:hidden;
	padding-bottom:40px;
	margin:0 auto;
	width:90%;
}

#entrypage #contents1 form dt ,
#loginpage #contents1 dt ,
#mailpage #contents1 dt {
	position:relative;
	font-size:14px;
	padding-left:10px;
	background-color:#ebf182;
	height:26px;
	padding-top:4px;
	text-align:center;
	border-bottom:#bdaa7e solid 1px;
}

#entrypage #contents1 dt .req{
	position: absolute;
  	top: 0;
	right:5px;
}

.req{
	color:red;
	font-size:10px;
}

#entrypage #contents1 dd ,
#loginpage #contents1 dd ,
#mailpage #contents1 dd{
	text-align:center;
	height:26px;
	padding-top:4px;
	font-size:14px;
}

.form + dl{
	overflow:hidden;
}

.form + dl dd{
	width:50%;
	text-align:left;
	float:left;
}


#entrypage #contents1 dl ,
#loginpage #contents1 dl{
	overflow:hidden;
	margin: 0 auto;
	width:90%;
	border-top:#bdaa7e solid 1px;
	border-left:#bdaa7e solid 1px;
	border-right:#bdaa7e solid 1px;
}

#entrypage #contents1 .form + dl ,
#loginpage #contents1 dl + dl{
	border-bottom:#bdaa7e solid 1px;
	margin-bottom:30px;
}

#mailpage #contents1 dl{
	border:#bdaa7e solid 1px;
	overflow:hidden;
	margin-bottom:30px;
}

#entrypage #contents1 .form + dl dd input ,
#entrypage #contents2 input{
	vertical-align:-0.1em;
	margin-right:5px;
}

#entrypage .form input ,
#loginpage #contents1 input ,
#mailpage #contents1 input{
	color:#745c23;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
	width:80%;
    border-width: 2px;
    border:#ccc solid 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#loginpage #contents1 .transmit ,
#mailpage #contents1 .transmit{
	position:absolute;
	background-color:#fef9dd;
	color:#745c23;
	font-size:16px;
	border: solid #745c23 1px;
	border-radius:6px;
	padding:5px 20px;
	right:0;
	left:0;
	width:100px;
	margin:-10px auto 0px auto;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

#entrypage #contents2 .transmit {
	background-color:#fef9dd;
	color:#745c23;
	font-size:14px;
	border: solid #745c23 1px;
	border-radius:6px;
	padding:3px 20px;
	cursor:pointer;
	text-decoration:none;
	position: absolute;
	right:0;
	left:0;
	width:57px;
	margin:0 auto;
	bottom: -65px;
}

#entrypage #contents2 .transmit:hover ,
#loginpage #contents1 .transmit:hover ,
#mailpage #contents1 .transmit:hover{
	background-color:#745c23;
	color:#fff;
	border: solid #745c23 1px;
	border-radius:6px;
	transition:.3s;
}

#entrypage #contents2{
	position: relative;
	margin-bottom:200px;
}

#entrypage #contents2 h3{
	text-align: center;
	padding-bottom: 25px;
}


#entrypage #contents2 #privacybox{
	font-size: 14px;
	border: solid 1px #745c23;
	width: 90%;
	height: 150px;
	overflow-y: scroll;
	margin: 0px auto 15px auto;
	background-color: #fff;
	text-align: left;
	padding:3px 10px;
}

#entrypage #contents2 #privacybox li{
	padding:5px 0px;
}


#entrypage #contents2 #privacybox p{
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#entrypage #contents2 #privacybox ol{
	padding: 10px 0px 10px 20px;
}

#entrypage #contents2 #privacybox dt ,
#entrypage #contents2 #privacybox dd {
	float: left;
	width:160px;
}

#entrypage #contents2 #privacybox + dd{
	float: left;
	width:50%;
	text-align:center;
}


#entrypage　#contents2 dl{
	overflow: hidden;
}


/*privacy*/

#privacypage #contents1{
	padding-bottom: 0px;
	width:90%;
	margin:0 auto;
}

#privacypage #contents1 > ol{
	padding: 50px 0px 10px 0px;
}

#privacypage #contents1 > ol > li{
	padding: 1em 0px;
	margin-left:1em;
}

#privacypage #contents1 > ol > li > ol {
	padding:1em;
}

#privacypage #contents1 h3{
	font-size: 17px;
	margin: 0 auto;
	width: 140px;
	padding: 0 20px 3px 35px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #745c23;
	background-image: url(../images/leaf_brown.png);
	background-size: 28px 20px;
	background-repeat: no-repeat;
	background-position: bottom 0 left 0; 
}

/*company*/

#companypage #contents1{
	padding:20px 0px 0px;
	width:90%;
	margin:0 auto;
}

#companypage #contents1 table{
	width:100%;
	margin-bottom: 0;
	border-collapse: collapse;
	text-align:center;
}

#companypage #contents1 table tr{
	border: #bdaa7e solid 1px;
}

#companypage #contents1 table th ,
#companypage #contents1 table td{
    display: block;
    padding: 10px;
}

#companypage #contents1 table th {
	width: 100%;
	text-align: center;
    background-color: rgb(235, 241, 130);
	border-right: none;
    border-bottom: 1px solid #bdaa7e;
}


/**/
#companypage #contents1 > dl{
	overflow: hidden;
	border-top: #bdaa7e solid 1px;
	border-left: #bdaa7e solid 1px;
	border-right: #bdaa7e solid 1px;
}
/**/
#companypage #contents1 > dl > dt{
	width: 100%;
	text-align:center;
	background-color: rgb(235, 241, 130);
	border-bottom: #bdaa7e solid 1px;
	padding: 5px 0px;
}

#companypage #contents1 > dl > dd{
	padding:5px 0px;
	width:95%
}

#companypage #contents1 dl + dl + dl + dl + dl > dt{
	padding: 0 15px 0 0;
}


#companypage #contents1 dl + dl + dl + dl + dl + dl + dl{
	border-bottom: #bdaa7e solid 1px;
}

#companypage #contents1 dd{
	text-align:center;
}

#companypage #contents1 dl dl dd{
	text-align:right;
	width:180px;
}

#companypage #contents1 dl dl{
	overflow: hidden;
	margin:0 auto;
	width:185px;
}

#companypage #contents1 dl dl dt{
	width: 40px;
	float: left;
	background-color: #fff;
}


/**QandA**/

#qandapage #contents1{
	margin-bottom: 0;
	padding: 8% 0px 0px;
}

#qandapage #contents1 > dl dl{
	overflow: hidden;
}

#qandapage #contents1 > dl > dt{
	margin-bottom:2px;
	padding: 15px 35px 15px 1.5em;
	background-position: top 21px left 10px;
}
	
	#qandapage #contents1 dl dt[class$="arrow"]:before{
		right: 14px;
	}

#qandapage #contents1 > dl > .closearrow:before{
	top:20px;
}

#qandapage #contents1 > dl > .openarrow:before{
	top:6px;
	right:14px;
	transform:rotateX(180deg);
}
	#qandapage #contents1 > dl > dd{
		display: block;
	}
	
#qandapage #contents1 > dl > dd > ol{
	padding-left: 1.5em;
}

#qandapage #contents1 > dl dl dt{
	float: left;
	padding-right:8%;
}

#qandapage #contents1 > dl dl dd{
	float: left;
	text-align: right;
}

#qandapage #contents1 >dl > dd > a{
	text-decoration:underline;
}

.ans1 ,
.ans2 ,
.ans3 ,
.ans4 ,
.ans5{
	display:none;
}



.feed { 
	position: relative;
	width:100%;
	margin: 0;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 0;
	float: none;
  	overflow: hidden;
	}

.feed dt { 
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	}
.feed dd { 
	width:100%;
	padding:6px;
	border-left: 85px solid #d14543;
	overflow:hidden;
	box-sizing: border-box;
	}
	
#snewspage{
	padding-bottom:140px;
}
	
#snewspage #contents1{
	background-color:#fef9dd;
	padding:26px 10px;
}


/**end**/


/*追加CSS*/

.numberList li{
	margin:2em auto;
}

a.entryForm_blank {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 20px 43px 20px 30px;
    text-decoration: none;
    color: #fff;
    background-color: #f19149;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .3s;
}

a.entryForm_blank:hover {
    opacity: .8;
}

a.entryForm_blank:after {
    content: '';
    position: absolute;
    top: 42%;
    right: 8%;
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
p.txt_l {
    font-size: 20px;
    font-weight: bold;
}



}