@charset "utf-8";
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #282917;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
img {
	border-style: none;
	vertical-align: bottom;
}
body {
	margin: 0 auto;
	background: #FFF;
}
a {
	font-size: 12px;
	color: #805400;
	text-decoration: none;
	font-weight: bold;
}
a img {
	transition: .3s;
}
a img:hover {
	opacity: 0.7;
}
#wrapper {
	width: 100%;
}
header {
	position: absolute;
	width: 100%;
	/*background: url(../../img/gnavi_bg.png) repeat-x top;*/
	background: -ms-linear-gradient(top, #000 74%, rgba(0,0,0,0) 40%);
	background: linear-gradient(to bottom, #000 74%, rgba(0,0,0,0) 40%);
	top: 0;
	z-index: 1;
}
#header_wrap {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}
#logo {
	float: left;
	min-width: 200px;
	height: 142px;
	background: #FFF;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}
#gnavi_wrap {
	width: 80%;
	float: right;
}
#gnavi {
	margin: 0 auto;
	width: 100%;
	padding: 50px 0 0 0;
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: flex-start;
	box-sizing: border-box;
}
#gnavi li {
	border-right: 1px solid #FFF;
	padding: 0 8px;
	text-align: center;
}
#gnavi li:last-child {
	border-right: none;
	padding-right: 0;
}
#gnavi li a {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#gnavi li a:hover {
	color: #e5c250;
}
#gnavi li a::after {
	position: absolute;
	top: 120%;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #e5c250;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gnavi li a:hover::after {
	width: 100%;
}
#gnavi_phone {
	display: none;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.8;
}
/*--------- index ---------*/

.slide {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
	z-index: 0;
}
.slide img {
	position: relative;
	vertical-align: bottom;
	object-position: right bottom;
}
.slide_smp {
	display: none;
}
/*.fit{
object-fit: cover;
object-position: right top;
font-family: 'object-fit: cover; object-position: right top;'
}*/


#index_textwrap {
	position: absolute;
	width: 100%;
	top: 230px;
	z-index: 2;
}
#index_text {
	width: 1010px;
	margin: 0 auto;
}
#contents_wrap {
	width: 1010px;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}
#index_main {
	float: right;
	width: 720px;
}
#index_bnr ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#index_bnr li {
	margin-bottom: 15px;
}
#index_bnr li img {
	width: 100%;
}
#index_bnr li a {
	display: block;
	border: 3px solid #999;
	transition: .3s;
}
#index_bnr li a:hover {
	border: 3px solid #eeeeee;
}
#index_infoWrap {
	width: 100%;
	margin-top: 30px;
}
#index_infoBr {
	width: 100%;
	background: #191919;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#index_infoTitle {
	float: left;
	color: #FFF;
	font-size: 24px;
}
#index_infoTitle span {
	font-size: 14px;
}
#index_infoBtn {
	float: right;
}
#index_infoBtn a {
	display: block;
	border: 1px solid #FFF;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	transition: .3s;
}
#index_infoBtn a:hover {
	background: #666;
}
#index_infoBtn a::after {
	top: 40%;
	right: 8%;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0 0 0 auto;
	content: "";
	vertical-align: middle;
}
#index_infoBox {
	width: 100%;
	background: #ededed;
	padding: 30px;
	box-sizing: border-box;
}
#index_infoBox dl {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
}
#index_infoBox dt {
	float: left;
	font-size: 14px;
}
#index_infoBox dd {
	margin-left: 125px;
	font-size: 14px;
}
#index_infoBox dd a {
	font-size: 14px;
}
#index_infoBox dd:last-child {
	padding-bottom: 0;
}
#index_side {
	float: left;
	width: 234px;
}
#index_rootsWrap {
	background: #e5c250;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#index_rootsTitle {
	float: left;
	font-size: 22px;
	font-weight: bold;
}
#index_rootsNew {
	float: right;
	background: #191919;
	padding: 4px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	font-size: 15px;
}
#index_rootsBox {
	overflow: hidden;
}
#index_roots {
	width: 162px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}
#index_roots img {
	width: 100%;
}
#index_roots a {
	display: block;
	border: 2px solid #FFF;
	background: #FFF;
}
#index_rootsText {
	width: 100%;
	font-size: 12px;
}
#index_sbnr {
	display: flex;
}
#index_sbnr ul {
	list-style-type: none;
	margin-top: 0;
	margin-right:21px;
	padding: 0;
}
#index_sbnr li {
	margin-top: 10px
}
#index_sbnr li a {
	display: block;
	border: 2px solid #999;
	box-sizing: border-box;
}

#index_small_bnr{
	display:flex;
	justify-content:space-between;
	}
/*--------- footer ---------*/

#fmenu_phone {
	display: none;
}
footer {
	background: #000;
	padding: 0 0 20px 0;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
}
#footer_menu1 {
	color: #FFF;
	padding: 20px 0 0 0;
	font-size: 14px;
}
#footer_menu2 {
	color: #FFF;
	padding: 0 0 10px 0;
	font-size: 14px;
}
#footer_menu1 a, #footer_menu2 a {
	color: #FFF;
	font-size: 14px;
	transition: .3s;
}
#footer_menu1 a:hover, #footer_menu2 a:hover {
	color: #e5c250;
}
#adress {
	width: 320px;
	color: #000;
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}
#adress dt {
	float: left;
}
#adress dd {
	margin-left: 50px;
	font-weight: normal;
	text-align: left;
}
#footer_logo {
	padding: 0;
	text-align: center;
}
#footer_text {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	border-top: 1px solid #CCC;
}
#copy {
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding: 0 0 20px 0;
}
/*--------- spage ---------*/

#spage_wrap {
	width: 1010px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
#title_wrap {
	position: relative;
	width: 100%;
	padding: 185px 0 65px 0;
	z-index: 0;
	background: url(../../img/titlebg.png) repeat;
	text-align: center;
}
#title {
	display: inline-block;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 0 20px;
}
#title h2 {
	font-size: 36px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	letter-spacing: 10px;
}
#pankuzu {
	width: 1010px;
	text-align: left;
	padding-bottom: 40px;
	margin: 0 auto;
}
.bar {
	width: 100%;
	border: 2px solid #e5ca74;
	padding: 10px 0;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.bar h3 {
	width: 100%;
	border-left: 3px solid #e5ca74;
	font-size: 18px;
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: normal;
}
.box {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 16px;
}
.box_s {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 16px;
}
.ichiran {
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.ichiran dt {
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
}
.ichiran dd {
	margin-left: 150px;
	font-size: 16px;
	margin-bottom: 20px;
}
.ichiran dd a {
	font-size: 16px;
}
.ichiran_non {
	width: 100%;
	font-size: 16px;
}
#junbi {
	width: 100%;
	border: 1px solid #000;
	padding: 30px;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 100px;
}
/*--------- history ---------*/

#map_canvas {
	width: 1010px;
	height: 580px;
	margin: 0 auto;
	border: 2px solid #88675b;
	box-sizing: border-box;
}
.infobox {
	width: 385px;
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid #88675B;
	border-radius: 5px;
	display: block;
	position: relative;
	background: white;
	opacity: 0.9;
}
.infobox:before {
	content: '';
	position: absolute;
	left: 160px;
	bottom: -60px;
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid #88675B;
	border-bottom: 30px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#history_main {
	width: 1010px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#history_main ul {
	width: 1010px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#history_main li {
	width: 490px;
	border: 2px solid #88675b;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}
#history_main li:nth-child(odd) {
	float: left;
}
#history_main li:nth-child(even) {
	float: right;
}
.history_img {
	float: left;
}
.history_textwrap {
	float: right;
	width: 315px;
}
.history_name {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #88675b;
}
.history_name span {
	font-size: 14px;
	font-weight: bold;
	color: #88675b;
}
.history_text {
	width: 100%;
	height: 100px;
	font-size: 14px;
}
.history_text span {
	font-size: 14px;
	font-weight: bold;
}
.history_text p {
	font-size: 14px;
}
.history_btnwrap {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.history_btna {
	float: left;
}
.history_btnb {
	float: right;
}
.history_btna a, .history_btnb a {
	display: block;
	width: 144px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	background: #88675b;
	color: #FFF;
	font-size: 14px;
}
.history_btna a:hover, .history_btnb a:hover {
	background: #62544e;
	transition: all .3s;
}
.history_mapwrap {
	width: 330px;
	min-height: 150px;
}
.history_mapimg {
	float: left;
}
.history_maptext {
	float: right;
	width: 205px;
	font-size: 14px;
}
.history_maptext span {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #88675b;
}
.history_maptext b {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #88675b;
}
.history_maptext p {
	font-size: 14px;
}
.history_mapbtn {
	clear: both;
	padding-top: 20px;
}
.history_mapbtn a {
	display: block;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	background: #88675b;
	color: #FFF;
}
.history_mapbtn a:hover {
	background: #62544e;
	transition: all .3s;
}
.history_linkwrap {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #e0c571;
}
.history_linkwrap ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	flex-wrap: wrap;
}
.history_linkwrap ul::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.history_linkwrap ul::after {
	content: "";
	display: block;
	width: 23%;
}
.history_linkwrap li {
	width: 222px;
}
.history_linkwrap li a {
	display: block;
	padding: 20px 10px;
	font-size: 14px;
	background: #FFF;
	margin: 5px;
}
.history_linkwrap li a::after {
	top: 45%;
	right: 5%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #805400;
	border-right: 2px solid #805400;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow3 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow3::before, .arrow3::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0 0 0 auto;
	content: "";
	vertical-align: middle;
}
/*--------- link ---------*/

.link {
	width: 100%;
}
.link dt {
	float: left;
	width: 268px;
	height: 70px;
}
.link dd {
	padding-top: 30px;
	height: 70px;
}
.link dd a {
	margin-left: 20px;
	font-size: 16px;
}
/*--------- about ---------*/

#about_title {
	width: 100%;
	background: url(../../img/about/about_titlebg.png) repeat;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#about_title h3 {
	width: 100%;
	background: #FFF;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: normal;
}
#about_textbox1 {
	float: left;
	width: 495px;
}
#about_textbox1 p {
	font-size: 15px;
}
#about_img1 {
	float: right;
}
#about_img2 {
	clear: both;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding-top: 40px;
}
#about_img2 img {
	margin-top: 20px;
}
#about_wrap {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#about_logowrap, #about_300wrap, #about_poster {
	text-align: center;
}
.about_stitle {
	display: inline-block;
	border-bottom: #000 2px solid;
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.about_simg {
	margin-bottom: 40px;
}
.about_btn {
	width: 270px;
	margin: 0 auto;
}
.about_btn a {
	display: block;
	width: 100%;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
}
.about_btn a:hover {
	color: #fff;
	background: #191919;
}

.about_boxwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.about_box{
	width: 484px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.about_boximg{
	width: 195px;
}

.about_boximg img{
	width: 100%
}

.about_boxtext{
	width: 270px;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding-top: 30px;
}

.about_boxtext a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	font-size: 16px;
	border: 2px solid #000000;
	margin-top: 15px;
	transition: 0.3s;
	color: #000000;
}

.about_boxtext a:hover{
	color: #ffffff;
	background: #000000;
}

/*--------- logo ---------*/

.logo_img {
	width: 324px;
	float: left;
}
.logo_textbox {
	width: 530px;
	float: right;
	font-size: 16px;
}
.logo_text {
	font-size: 16px;
	width: 100%;
	padding-bottom: 20px;
}
.logo_text a {
	font-size: 16px;
}
.logo_btn {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.logo_btn a {
	display: block;
	width: 100%;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
}
.logo_btn a:hover {
	color: #fff;
	background: #191919;
}
.logo_y {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.logo_b {
	float: right;
	width: 236px;
}
#logo_btn1, #logo_btn2, #logo_btn3 {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 50px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
#logo_btn1 {
	background: url(../../img/logo/icon1.png) no-repeat top left;
}
#logo_btn2 {
	background: url(../../img/logo/icon2.png) no-repeat top left;
}
#logo_btn3 {
	background: url(../../img/logo/icon3.png) no-repeat top left;
}
#logo_btn4, #logo_btn5 {
	padding-left: 50px;
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
#logo_btn6 {
	padding-left: 50px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#logo_btn4 {
	background: url(../../img/logo/icon4.png) no-repeat top left;
}
#logo_btn5 {
	background: url(../../img/logo/icon5.png) no-repeat top left;
}
#logo_btn6 {
	background: url(../../img/logo/icon6.png) no-repeat top left;
}
.logop {
	position: relative;
}
.logo_dl a, .logo_dl a {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #000;
	font-size: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	transition: all .3s;
}
.logo_dl a:hover, .logo_dl a:hover {
	background: #e5ca74;
}
/*--------- kaihu300 ---------*/

#kaihu300_title {
	width: 100%;
	background: url(../../img/kaihu300/kaihu300_titlebg.png) repeat;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#kaihu300_titleText {
	width: 100%;
	background: #FFF;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: bold;
}
#kaihu300_titleText p {
	font-size: 15px;
	padding-top: 10px;
	font-weight: normal;
}
.kaihu300_bar {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	background: #a36256;
	color: #FFF;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.kaihu300_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #a36256 transparent transparent transparent;
	margin: 0 auto 20px auto;
}
.kaihu300_img {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
/*--------- poster ---------*/

#poster_ul {
	padding: 0;
	margin: 1em 0 0 1em;
	list-style-type: none;
}
#poster_ul li:before {
	content: '◆';
	margin-left: -1em;
	color: #e5ca74;
}
#poster_wrap {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#poster_text {
	width: 545px;
}
.poster_text1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background: #e5ca74;
	font-size: 16px;
	font-weight: bold;
}
.poster_text2 {
	font-size: 16px;
	margin-bottom: 20px;
}
.poster_bosyu {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	background: #fff7de;
	font-size: 16px;
}
.poster_pr {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.poster_tohyo {
	float: right;
	padding: 0 0 15px 15px;
}
/*--------- roots ---------*/

#roots_title {
	width: 100%;
	background: url(../../img/roots/roots_titlebg.png) repeat;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#roots_titleText {
	width: 100%;
	background: #FFF;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: bold;
}
#roots_titleText p {
	font-size: 15px;
	padding-top: 10px;
	font-weight: normal;
}
.roots_img {
	float: left;
}
.roots_wrap {
	float: right;
	width: 500px;
}
.roots_no {
	width: 240px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #e5ca74;
	font-size: 14px;
	font-weight: bold;
}
.roots_text {
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	min-height: 130px;
}
.roots_text span {
	font-size: 14px;
	font-weight: bold;
}
.roots_text p {
	font-size: 14px;
	font-weight: normal;
}
.roots_btn {
	margin-top: 20px;
}
.roots_btn ul {
	margin: 0 0 0 auto;
	padding: 0;
	list-style-type: none;
	isplay: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}
.roots_btn li {
	width: 150px;
	margin-left: 5px;
}
.roots_btn li a {
	display: block;
	width: 100%;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
}
.roots_btn li a:hover {
	color: #fff;
	background: #191919;
}
.roots_haihu {
	width: 100%;
	margin-bottom: 60px;
	background: #efe8dd;
	padding: 20px;
	box-sizing: border-box;
}
.roots_haihu dt {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 14px;
}
.roots_haihu dd {
	margin-left: 100px;
	border-left: 1px solid #000;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.roots_border {
	padding-bottom: 40px;
	border-bottom: 1px solid #CCC;
}
.kanren_wrap {
	width: 100%;
	border: 2px solid #000;
	overflow: hidden;
	box-sizing: border-box;
}
.kanren_box {
	float: left;
	width: 622px;
	padding: 32px 0px 32px 20px;
	box-sizing: border-box;
	background: url(../../img/roots/kanren_bg.png) no-repeat left 20px bottom 20px;
	font-size: 16px;
}
.kanren_text {
	width: 175px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #e5ca74;
	font-size: 14px;
	font-weight: bold;
}
.kanren_title {
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding: 12px 0;
}
.kanren_title span {
	font-size: 28px;
	font-weight: bold;
	color: #e5ca74;
}
.kanren_box p {
	font-size: 16px;
}
.kanren_btn {
	text-align: right;
}
.kanren_btn a {
	display: block;
	width: 200px;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
	margin: 20px 0 0 auto;
}
.kanren_btn a:hover {
	color: #fff;
	background: #191919;
}
.kanren_img {
	float: right;
}
/*--------- roots vol ---------*/

#rv_img {
	float: left;
}
#rv_wrap {
	float: right;
	width: 768px;
}
#rv_no {
	width: 240px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #e5ca74;
	font-size: 14px;
	font-weight: bold;
}
#rv_text {
	width: 100%;
	border: 1px solid #000;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}
#rv_text p {
	font-size: 14px;
	font-weight: normal;
}
#mokuji {
	width: 100%;
	font-size: 18px;
	background: url(../../img/roots/mokuji.png) no-repeat left;
	padding: 20px 0 5px 20px;
	box-sizing: border-box;
	font-weight: bold;
}
#mokuji span {
	font-size: 14px;
}
#rv dl {
	width: 100%;
	border-top: 1px solid #CCC;
}
#rv dt {
	float: left;
	width: 166px;
	text-align: center;
	padding: 20px 0;
}
#rv dd {
	margin-left: 200px;
	min-height: 115px;
	padding: 20px 0;
	font-size: 16px;
}
#rv dd a {
	font-size: 16px;
}
.rv_i {
	margin-left: 233px !important;
	padding-left: 2em;
	text-indent: -2em;
}
/*--------- kyosan ---------*/

#kyosan_text1 {
	font-size: 16px;
	padding-bottom: 20px;
}
.kyosan_box {
	font-size: 16px;
	width: 100%;
	border: #000 1px solid;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.kyosan_box span {
	color: #e5ca74;
}
#kyosan_text2 {
	font-size: 16px;
	padding-bottom: 20px;
}
#kyosan_text3 {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}
#kyosan_text3 span {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}
/*--------- shimin ---------*/

#shimin_box {
	width: 100%;
	background: #e5ca74;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#shimin_box h4 {
	font-size: 24px;
}
#shimin_box span {
	font-size: 16px;
	font-weight: bold;
}
#shimin_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e5ca74 transparent transparent transparent;
	margin: 0 auto 20px auto;
}
#shimin_textbox {
	float: left;
	width: 510px;
}
#shimin_img {
	float: right;
	width: 372px;
}
.shimin_check {
	width: 100%;
	background: url(../../img/shimin/shimin_icon1.png) no-repeat left;
	background-position: top 50% left 10px;
	padding: 20px 20px 20px 70px;
	box-sizing: border-box;
	border: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.shimin_check a {
	font-size: 16px;
	text-decoration: underline;
}
#shimin_text1 {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
	font-size: 14px;
}
#shimin_text2 {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
}
#shimin_text3 {
	font-size: 16px;
	padding-bottom: 20px;
}
.shimin_l {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.shimin_r {
	float: right;
}
#shimin_btn1, #shimin_btn2 {
	width: 100%;
	margin-bottom: 20px;
	min-height: 70px;
	overflow: hidden;
	padding-left: 50px;
	box-sizing: border-box;
}
#shimin_btn1 {
	background: url(../../img/shimin/shimin_icon2.png) no-repeat top left;
}
#shimin_btn2 {
	background: url(../../img/shimin/shimin_icon3.png) no-repeat top left;
}
.shimin_btn {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.shimin_btn2 {
	float: left;
	width: 250px;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
}
.shimin_btn3 {
	float: left;
	width: 255px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
}
.shimin_btn a, .shimin_btn2 a, .shimin_btn3 a {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #000;
	font-size: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	transition: all .3s;
}
.shimin_btn a:hover, .shimin_btn2 a:hover, .shimin_btn3 a:hover {
	background: #e5ca74;
}
#shimin_sodan {
	background: url(../../img/shimin/sodan_icon.png) no-repeat left;
	padding: 15px 0 10px 65px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}

.shiminT1{width: 45%;}
.shiminT2{width: 30%;}
.shiminT3{width: 25%;}

/*--------- sponsor ---------*/

.sponsor {
	font-size: 16px;
}

.sponsor_box{
	margin-top: 20px;
	border: 1px solid #D6AF3C;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.sponsor_box span{
	font-size: 16px;
	font-weight: bold;
}

.sponsor_listyear{
	font-size: 18px;
	position: relative;
	padding-left: 1.2em;
	font-weight: bold;
}

.sponsor_listyear:before{
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	color: #e5ca74;
}

.sponsor_list{
	width: 100%;
	border: 1px solid #9D9D9D;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.sponsor_list thead th,
.sponsor_list thead td{
	background: #e5ca74;
	border: 1px solid #9D9D9D;
	font-size: 15px;
	padding: 5px;
	box-sizing: border-box;
	border-collapse: collapse;
	text-align: center;
	font-weight: bold;
}
.sponsor_list thead th{
	width: 20%;
}

.sponsor_list tbody th,
.sponsor_list tbody td{
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #9D9D9D;
	font-size: 14px;
	font-weight: normal;
}

.sponsor_list tbody tr:nth-child(even){
	background: #EDEDED;
}

.sponsor_kome100{
	display: flex;
	justify-content:flex-start;
	margin-top: 1rem;
}

.sponsor_kome100 dt a{
	display: block;
	font-size: 1.5rem;
	padding-top: 3.5rem;
	box-sizing: border-box;
}

.sponsor_kome100new p{
	padding: 1rem 0;
	font-size: 16px;
}

.sponsor_kome100new p,
.sponsor_kome100new span{
	font-weight: bold;
}

.sponsor_kome100new table{
	width: 100%;
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
}

.sponsor_kome100new th,
.sponsor_kome100new td{
	padding: 1rem;
	box-sizing: border-box;
	font-size: 16px;
}

.sponsor_kome100new th{
	width: 15%;
	background: #c4c4c4;
}

.sponsor_kome100new td a{
	font-size: 16px;
}

/*--------- bosyu ---------*/

#bosyu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#bosyu li {
	width: 249px;
}
.bosyu_btn {
	margin-top: 20px;
}
.bosyu_btn a {
	display: block;
	width: 100%;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
}
.bosyu_btn a:hover {
	color: #fff;
	background: #191919;
}
/*--------- お知らせ記事 ---------*/

.news_up {
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
}
.news_textbox {
	width: 100%;
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 2em;
	overflow: hidden;
}
.news_textbox a {
	font-size: 16px;
	text-decoration: underline;
}
.news_textbox h4 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
.news_imgbox {
	width: 100%;
}
.news_imgl {
	float: left;
	margin: 0 15px 15px 0;
}
.news_imgr {
	float: right;
	margin: 0 0 15px 15px;
}
.news_imgl img, .news_imgr img {
	padding-bottom: 10px;
}
.news_imgbox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.news_imgbox li {
	text-align: center;
	padding-bottom: 10px;
}
.news_imgbox li img {
	padding-bottom: 5px;
}
.news_waku {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #000;
	margin: 20px 0;
	font-size: 16px;
}
/*--------- jigyo ---------*/

#jigyo {
	width: 100%;
	text-align: center;
}
#jigyo_s {
	display: none;
	text-align: center;
}
#end_text {
	width: 100%;
	border: 3px solid #F00;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	margin-bottom: 20px;
}
#end_text_sub {
	font-size: 18px;
}
#jigyo_btn {
	width: 210px;
	margin: 0 0 20px auto;
	text-align: center;
}
#jigyo_btn a {
	font-size: 16px;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#jigyo_btn a:hover {
	background: #CCC;
}

/*--------- event_list ---------*/

.elist_wrap {
	margin-bottom: 30px;
	width: 100%;
	background: #facdb6;
}
.elist_m {
	box-sizing: border-box;
	padding: 30px 40px;
	width: 100%;
	background: #f6ebe7;
	font-size: 20px;
	font-weight: bold;
}
.elist_arrow {
	margin-left: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #f6ebe7 transparent transparent transparent;
}
.elist_box {
	box-sizing: border-box;
	padding: 30px 40px;
	width: 100%;
}
.elist_dl dt, .elist_dl dd {
	font-size: 18px;
}
.elist_dl dt {
	font-weight: bold;
	float: left;
}
.elist_dl dd {
	margin-left: 100px;
}
.elist_btn {
	margin: 15px 0;
	text-align: center;
	min-width: 300px;
	max-width: 300px;
}
.elist_btn2 {
	margin: 15px 0;
	text-align: center;
	max-width: 650px;
}
.elist_btn3 {
	margin: 15px 0;
	text-align: center;
	max-width: 100%;
}
.elist_btn a, .elist_btn2 a, .elist_btn3 a {
	padding: 15px;
	display: block;
	font-size: 18px;
	background: #fb7733;
	color: #FFF;
	transition: 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.elist_btn a:hover, .elist_btn2 a:hover, .elist_btn3 a:hover {
	background: #fca071
}
.elist_text {
	box-sizing: border-box;
	margin-top: 30px;
	padding: 30px;
	width: 100%;
	background: #f6ebe7;
	font-size: 16px;
	overflow: hidden;
}
.elist_text span {
	font-weight: bold;
}
.elist_img {
	padding: 15px;
	text-align: center;
	float: right;
}
.elist_text1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.elist_dl1 {
	margin-top: 20px;
}
.elist_dl1 dt, .elist_dl1 dd, .elist_dl1 dt a, .elist_dl1 dd a {
	font-size: 16px;
}
.elist_dl1 dt {
	padding-bottom: 10px;
	font-weight: bold;
	float: left;
}
.elist_dl1 dd {
	padding-bottom: 10px;
	margin-left: 120px;
}
.elist_end {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
.elist_end a {
	width: 380px;
	margin: 0 auto;
	padding: 15px;
	display: block;
	font-size: 18px;
	background: #fb7733;
	color: #FFF;
	transition: 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.elist_end a:hover {
	background: #fca071;
}

/*2018年イベントカレンダー対応*/
.linkbox {
	text-align:center;
}
.linkbox2 {
	text-align:left;
}
.square_btn{
	margin:20px 0 30px;
	display: inline-block;
	font-weight: bold;
	padding: 12px 40px;
	text-decoration: none;
	background: #e8cc7b;
	font-size:16px;
	color:#333;
	border-radius: 24px;
	-webkit-border-radius: 24px;
}
.square_btn:hover {
	background: #161616;
	color: white;
}
.tab5 {
  width: 100%;
  margin: 0 auto;
}
.tab5 .tab-content {
  margin: 0;
	box-sizing:border-box;
}
.tab5 label {
  display: inline-block;
	width: 74px;
	text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #ddd;
	font-size: 20px;
}
.tab5 label:hover {
  background: #eee;
}
.tab5 input:checked + label {
	background: #e8cc7b;
	padding: 14px 0 10px;
	font-size: 20px;
	width: 80px;
	text-align: center;
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4,
.tab5 #tab5-b5,
.tab5 #tab5-b6,
.tab5 #tab5-b7,
.tab5 #tab5-b8,
.tab5 #tab5-b9,
.tab5 #tab5-b10,
.tab5 #tab5-b11,
.tab5 #tab5-b12,
.tab5 #tab5-b13 {
  display: none;
  padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4,
.tab5 #tab5-5:checked ~ #tab5-b5,
.tab5 #tab5-6:checked ~ #tab5-b6,
.tab5 #tab5-7:checked ~ #tab5-b7,
.tab5 #tab5-8:checked ~ #tab5-b8,
.tab5 #tab5-9:checked ~ #tab5-b9,
.tab5 #tab5-10:checked ~ #tab5-b10,
.tab5 #tab5-11:checked ~ #tab5-b11,
.tab5 #tab5-12:checked ~ #tab5-b12,
.tab5 #tab5-13:checked ~ #tab5-b13 {
  display: block;
  border: 1px solid #e8cc7b;
	padding:10px 30px 30px;
	margin-bottom: 20px;
}
.eventbox {
	margin-top:25px;
	width:100%;
}
.eventbox .kubun {
	color: #FFF;
	font-size: 16px;
	padding: 4px 6px;
	display: inline;
}
.eventbox .color_city { background-color:#ff9292; }
.eventbox .color_kyosan { background-color:#dda400; }
.eventbox .color_citizen { background-color:#62af33; }

.eventbox h4 {
	font-size:20px;
	padding:6px 0;
}
.eventbox table {
	margin: 0;
	padding:0;
	width:100%;
	border-collapse:collapse;
	border-spacing: 0;
	table-layout:auto;
	empty-cells:hide;
}
.eventbox table th,
.eventbox table td {
	font-size:14px;
	padding:8px;
	border:1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.eventbox table tbody th {
	width:120px;
	background-color:#f4f4f4;
	font-weight:normal;
}
.elist2018_img {
	text-align: center;
	float: right;
	padding:10px;
	margin-left:10px;
}
.elist2018_img a img {
	transition: .3s;
	margin-bottom:5px;
}
.elist2018_img a img:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	opacity: 1;
}

.elist_movie{
	width: 560px;
}

.event_ListDl{
	display: flex;
	flex-wrap: wrap;
	width: 600px;
}

.event_ListDl dt{
	width: 12%;
	font-size: 14px;
	box-sizing: border-box;
}

.event_ListDl dd{
	width: 85%;
	font-size: 14px;
}

.event_ListDlTable,
.event_ListDlTable th,
.event_ListDlTable td{
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	background: #fff!important;
}

.event_ListDlTable th{
	width: 18%!important;
}


/*--------- splan ---------*/

.splan {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
.splan th, .splan td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	font-size: 16px;
}
.splan th a, .splan td a {
	font-size: 16px;
}
.splan th {
	background-color: #eee;
	text-align: center;
}
.splan_text {
	margin-top: 15px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
#splan_btn {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}
#splan_btn li {
	width: 305px;
	text-align: center;
}
.splan_btn3 {
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	padding: 25px 15px;
	color: #000000;
	transition: 0.3s;
}

.splan_btn3 {
	background: #e4c97a;
}
.splan_btn1:hover, .splan_btn2:hover, .splan_btn3:hover {
	background: #000000;
	color: #ffffff;
}
.splan_bar1, .splan_bar2 {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.splan_bar1 {
	border-left: 5px solid #89ba64;
	color: #89ba64;
}
.splan_bar2 {
	border-left: 5px solid #fd8e25;
	color: #fd8e25;
}
.splan_img1 {
	float: left;
	padding: 0 10px 10px 0;
}
.splan_img2 {
	padding: 0 0 10px 0;
}

/*--------- event ---------*/

#event_aisatsu_img{
	box-sizing: border-box;
	float: right;
	padding:0 0 20px 20px;
	font-size: 14px;
	text-align: center;
}

#event_aisatsu_img img{
	margin-bottom: 3px;
}

#event_aisatsu_m{
	font-size: 24px;
	font-weight: bold;
}

#event_aisatsu_m span{
	color: #FF0004;
}

.event_aisatsu span{
	font-weight: bold;
}

/*--------- kinen ---------*/

#kinen_title{
	display: flex;
	justify-content: space-between;
}

.kinen_alert{
	width: 100%;
	border: 4px solid #0079c3;
	font-size: 24px;
	font-weight: bold;
	color: #0079c3;
	text-align: center;
	padding: 10px;
	margin: 30px 0;
	box-sizing: border-box;
}

.kinen_bar1,
.kinen_bar2{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	box-sizing: border-box;
	margin: 50px 0 30px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.kinen_bar1{
	background: #0079c3;
}

.kinen_bar2{
	background: #454545;
}

.kinen_box{
	box-sizing: border-box;
	width: 100%;
	background: #fffce4;
	padding: 35px;
	overflow: hidden;
}

.kinen_part1{
	float: left;
	width: 460px;
}

.kinen_part1_table{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 20px 0 0 0;
}

.kinen_part1_table th{
	font-size: 20px;
	color: #fff;
	background: #454545;
	padding: 5px 15px;
}

.kinen_part1_table td{
	font-size: 18px;
	padding: 5px 10px 5px 10px;
}

.kinen_part1_table td span{
	font-size: 14px;
}

.kinen_part2{
	float: right;
	width: 450px;
	padding-bottom: 235px;
	background: url(../../img/kinen/kinen_img1.jpg) no-repeat bottom center;
}

.kinen_part2_box{
	margin-top: 20px;
	font-size: 16px;
}

.kinen_part2_m1{
	font-size: 24px;
	font-weight: bold;
}

.kinen_part2_m2{
	font-size: 18px;
	font-weight: bold;
}

.kinen_part3{
	float: left;
	width: 100%;
}

.kinen_part3_box{
	margin-top: 20px;
}

.kinen_part3_teamwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kinen_part3_team{
	width: 284px;
	margin-top: 20px;
}

.kinen_part3_team dl{
	display: flex;
	margin-bottom: 5px;
}

.kinen_part3_team dt{
	font-size: 20px;
	color: #fff;
	background: #454545;
	padding: 5px 15px;
}

.kinen_part3_team dd{
	font-size: 18px;
	padding: 5px 10px 5px 10px;
}

.kinen_event_bar{
	font-size: 24px;
	font-weight: bold;
	color: #0079c3;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	border-bottom: 3px solid #0079c3;
	margin-bottom: 20px;
}

.kinen_event_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.kinen_event{
	width: 450px;
	font-size: 18px;
	font-weight: bold;
}

.kinen_event_bg{
	background: url(../../img/kinen/kinen_img2.jpg) no-repeat bottom right
}

.kinen_event dl{
	margin-top: 10px;
	overflow: hidden;
}

.kinen_event dt{
	float: left;
	width: 142px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.kinen_event dd{
	margin-left: 142px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.kinen_event_img{
	width: 100%;
	margin: 20px 0;
}

.kinen_access_box{
	width: 100%;
	display: inline-flex;
}

.kinen_access_place{
	font-size: 24px;
	font-weight: bold;
}

.kinen_access_address{
	font-size: 18px;
}

.kinen_access_address span{
	font-weight: bold;
}

.kinen_pdf{
	display: block;
	width: 50%;
	padding: 25px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	background: #e7d74e;
	margin: 40px auto 20px auto;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #000;
	transition: 0.3s;
}

.kinen_pdf:hover{
	background: #000;
	color: #fff;
}


/*--------- shikiten ---------*/
.shikitenbox {
	width:100%;
	box-sizing:border-box;
	background-color:#fffde3;
	border:2px solid #e5ca75;
	margin-bottom:30px;
}

.shikitenbox:last-child {
	margin-bottom:0;
}

.shikitenbox p {
	font-size:18px;
	margin: 30px 30px 15px 30px;
}

.pictbox {
	width:960px;
	margin:0 auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
}

.pictbox::after{
  content:"";
  display: block;
  width:30%;
}

.pictbox img {
	margin:0 0 15px 0;
}

/*--------- ayumi ---------*/

#ayumi_title {
	width: 100%;
	background: url(../../img/ayumi/ayumi_titlebg.png) repeat;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#ayumi_titleText {
	width: 100%;
	background: #FFF;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center;
	font-weight: bold;
}
#ayumi_titleText p {
	font-size: 15px;
	padding-top: 10px;
	font-weight: normal;
}

#ayumi_movie{
	width: 100%;
	text-align: center;
}

#ayumi_movie iframe{
	width: 80%;
	height: 400px;
}

#ayumi_movie p{
	font-size: 16px;
	margin-bottom: 30px;
}

.ayumi_box{
	width: 100%;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 20px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.ayumi_img{
	width: 182px;
	text-align: center;
}

.ayumi_text{
	width: 700px;
	font-size: 16px;
}

.ayumi_text a{
	font-size: 16px;
}

.ayumi_bar{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}

.ayumi_bar span{
	color: #e5ca74;
}

.ayumi_etsuran{
	background: #e8e8e8;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.ayumi_etsuran span{
	font-weight: bold;
}

.ayumi_btn{
	display: block;
	width: 270px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	background-color: #e5ca74;
	font-size: 16px;
	border-radius: 5px;
	color: #000000;
	transition: 0.3s;
}

.ayumi_btn:hover{
	background: #000000;
	color: #ffffff;
}

/*--------- message ---------*/

.message_movie{
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.message_movie iframe{
	width: 713px;
	height: 400px;
}

.message_movie p{
	font-size: 16px;
	margin-top: 20px;
}

.message_movie p span{
	font-size: 18px;
	font-weight: bold;
}

/*--------- memorial_event ---------*/

.memorialEventWrap{
	width: 100%;
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.memorialEventWrap h4{
	width: 100%;
	font-size: 22px;
	margin-bottom: 1rem;
	position: relative;
	margin-left: 26px;
}

.memorialEventWrap h4:before{
	content: "";
	width: 22px;
	height: 22px;
	background: #e5ca74;
	position: absolute;
	top:4px;
	left: -26px;
}

.memorialEventText{
	width: 100%;
	margin-bottom: 2rem;
	font-size: 16px;
}