/*
Theme Name: WordPressテーマ
Theme URI: http://erimaki-house.com/
Author: Hardblues
Author URI: http://erimaki-house.com/
Description: WordPress用テーマ
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #f7ebd9;
	font-size: 16px;
	color: #3a2d1f;
	font-feature-settings: "palt";
}

.wrapper {
	max-width: 1000px;
	padding: 0 30px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
.wrapper_800 {
	max-width: 840px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
.wrapper_600 {
	max-width: 640px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	.wrapper_800,
	.wrapper_600,
	.wrapper {
		width: 100%;
		padding: 0 10px;
	}
}

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

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
/* アウトライナー */
.outliner {display: none;}


/**********************************************************************************************************************************************/
/* メニュー（オーバーレイヤー） */
#main_menu_disp {display: none;}
#main_menu_disp.viewing {}
#main_menu_disp .wrapper {}
#main_menu_close {}
#main_menu_close span {}
#main_menu_title {}
#access {}
#gnavi {}
#gnavi li {}
#gnavi li a {}
#gnavi li a .lv {}
#gnavi li a .name {}
#gnavi li a:hover {}
@media (max-width: 480px) {
	#main_menu_disp {
		display: none;
		width: 100%;
		height: 100%;
		padding: 20px;
		background: rgba(255,255,255,0.9);
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10020;
	}
	#main_menu_disp.viewing {
		display: block;
	}
	#main_menu_disp .wrapper {}
	#main_menu_close {
		position: absolute;
		top: 0;
		right: 0;
	}
	#main_menu_close span {
		display: block;
		font-size: 0;
		text-align: center;
		width: 40px;
		height: 40px;
		background: #f3f3f3;
		border-radius: 100px;
	}
	#main_menu_close span:before {
		font-size: 18px;
		color: #aaaaaa;
		line-height: 40px;
	}
	#main_menu_title {
		width: 300px;
		padding-top: 50px;
		margin: 0 auto 20px;
	}
	#main_menu_title img {
		max-width: 100%;
	}
	#access {}
	#gnavi {
		width: 300px;
		/* background: #e6e6e6; */
		margin: auto;
	}
	#gnavi li {
		margin-bottom: 20px;
	}
	#gnavi li a {
		display: block;
	}
	#gnavi li a .lv {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		line-height: 25px;
		width: 70px;
		height: 25px;
		border-radius: 100px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	#gnavi li:nth-of-type(1) a .lv {display: none;}
	#gnavi li:nth-of-type(2) a .lv {background: #e85298;}
	#gnavi li:nth-of-type(3) a .lv {background: #4e8fc4;}
	#gnavi li:nth-of-type(4) a .lv {background: #f3ca77;}
	#gnavi li a .name {
		font-size: 18px;
		font-weight: bold;
		color: #3a2d1f;
	}
	#gnavi li a:hover {}
}


/**********************************************************************************************************************************************/
/* メインレイアウト */
#main_disp {
	display: block;
}
#main_menu_open {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 10010;
}
#main_menu_open span {
	font-size: 0;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 100px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#main_menu_open span:before {
	font-size: 16px;
	line-height: 40px;
}
@media (max-width: 480px) {
	#main_menu_open {
		display: block;
	}
}


/**********************************************************************************************************************************************/
/* ヘッダー */
#main_header {
	display: block;
	background: rgba(255,255,255,0.9);
	position: relative;
	width: 100%;
	height: 100px;
	padding: 25px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
#main_header h1 {
	width: 260px;
	position: absolute;
	top: 25px;
	left: 0;
}
#main_header h1 img {
	width: 100%;
}
/* メニュー（ヘッダー内） */
#main_menu_nav {
	display: block;
	font-size: 0;
	width: 630px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
#main_menu_nav li {
	display: inline-block;
	vertical-align: bottom;
}
#main_menu_nav li:not(:last-child) {
	margin-right: 10px;
}
#main_menu_nav li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	height: 50px;
}
#main_menu_nav li a .lv {
	font-family: "Nunito", sans-serif;
	letter-spacing: 0.1ex;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	width: 70px;
	height: 25px;
	margin-bottom: 7px;
	border-radius: 100px;
}
#main_menu_nav li:nth-of-type(1) a .lv {visibility: hidden;}
#main_menu_nav li:nth-of-type(2) a .lv {background: #e85298;}
#main_menu_nav li:nth-of-type(3) a .lv {background: #4e8fc4;}
#main_menu_nav li:nth-of-type(4) a .lv {background: #f3ca77;}
#main_menu_nav li a .name {
	color: #3a2d1f;
}
#main_menu_nav li a:hover {}
@media (max-width: 480px) {
	#main_header {
		display: none;
	}
}


/**********************************************************************************************************************************************/
/* 本文（#main_body） */
#main_body {
	padding-top: 100px;
}
@media (max-width: 480px) {
	#main_body {
		padding-top: 0px;
	}
}

/* section common style */
.sec_common {}
.sec_common .wrapper {}
.cmn_header {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 30px;
}
.cmn_header .subtitle {
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	color: #e85298;
	letter-spacing: 0.2ex;
	margin-bottom: 20px;
}
.cmn_header h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media (max-width: 480px) {
	.cmn_header {
		padding-top: 20px;
		margin-bottom: 10px;
	}
	.cmn_header .subtitle {
		font-size: 14px;
		letter-spacing: 0.2ex;
		margin-bottom: 5px;
	}
	.cmn_header h1 {
		font-size: 18px;
	}
}

.cmn_roommap {
	margin-bottom: 30px;
}
.cmn_roommap img {
	width: 100%;
}
@media (max-width: 480px) {
	.cmn_roommap {
		margin-bottom: 20px;
	}
}


/**********************************************************************************************************************************************/
/* コンテンツ */
#mainvisual {
	width: 100%;
	height: 500px;
	position: relative;
}
#mv_title {
	width: 600px;
	height: 340px;
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 100;
}
#mv_title img {
	max-width: 100%;
}
#mv_slider_area {
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	position: relative;
	overflow: hidden;
}
#mv_slider_innerwrapper {
	width: calc(2880px * 2);
	height: 500px;
	background: url(images/img_mainvisual_slider.jpg) repeat-x top left;
	position: absolute;
	top: 0;
	left: 0;
	animation: mvslider_pc 40s linear infinite;
}
@keyframes mvslider_pc {
	  0% {left: 0;}
	100% {left:-2880px;}
}
@keyframes mvslider_sp {
	  0% {left: 0;}
	100% {left:-1440px;}
}
#mv_closedmessage {
	width: 100%;
	padding: 15px 0;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
}
#mv_closedmessage p {
	font-size: 18px;
	font-weight: bold;
	color: #3a2d1f;
	text-align: center;
	line-height: 1.5;
}
@media (max-width: 480px) {
	#mainvisual {
		height: 250px;
	}
	#mv_title {
		width: 260px;
		height: 170px;
		top: 20px;
	}
	#mv_slider_innerwrapper {
		width: calc(2880px * 1);
		height: 250px;
		background: url(images/img_mainvisual_slider.jpg) repeat-x top left;
		background-size: 1440px;
		animation: mvslider_sp 40s linear infinite;
	}
	#mv_closedmessage {
		padding: 10px 0;
	}
	#mv_closedmessage p {
		font-size: 14px;
		line-height: 1.2;
	}
}


#app_stamprally {
	padding: 10px 0 20px;
	background: #e85298;
	position: relative;
}
#app_stamprally .stamprally_title {
	position: relative;
}
#app_stamprally .stamprally_title figure {
	width: 80px;
	width: 60px;
	position: absolute;
	top: -20px;
	left: 130px;
}
#app_stamprally .stamprally_title figure img {
	max-width: 100%;
}
#app_stamprally .stamprally_title p {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
#app_stamprally .text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 100px;
}
@media (max-width: 480px) {
	#app_stamprally {
		padding: 10px 0 20px;
	}
	#app_stamprally .stamprally_title figure {
		width: 80px;
		position: static;
		margin: 0 auto 10px;
	}
	#app_stamprally .stamprally_title p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#app_stamprally .text {
		font-size: 14px;
		line-height: 1.3;
		height: auto;
		padding: 10px 0;
		border-radius: 50px;
	}
}


#sec_datetimes {
	padding: 50px 0 0 0;
	background: #ffffff;
}
#sec_datetimes .dates {
	font-weight: bold;
	text-align: center;
}
#sec_datetimes .dates .year {
	font-size: 40px;
}
#sec_datetimes .dates .date {
	font-size: 50px;
}
#sec_datetimes .dates .date .num {
	font-size: 200%;
}
#sec_datetimes .times {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#sec_datetimes .times .time {
	font-size: 50px;
	margin-right: 10px;
}
#sec_datetimes .times .open {
	font-size: 32px;
}
#sec_datetimes .place {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	padding: 25px;
	background: #f3f3f3;
	margin-bottom: 10px;
}
#sec_datetimes .apparea {}
#sec_datetimes .apparea .text {
	font-size: 30px;
	color: #e85298;
	text-align: center;
	/* margin-bottom: 10px; */
}
#sec_datetimes .apparea .text_app {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 360px;
	background: #e85298;
	margin: 0 auto;
	border-radius: 100px;
}
#broadcast {
	padding: 30px 0;
	background: #f7ebd9;
	margin-top: 30px;
}
#broadcast .title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 360px;
	background: #e85298;
	margin: 0 auto 20px;
	border-radius: 100px;
}
#broadcast_body {
	width: 600px;
	height: 450px;
	background: #f3f3f3;
	margin: 0 auto 30px;
	position: relative;
}
#broadcast_body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#datetimes_map {
	height: 400px;
	background: #f3f3f3;
}
#datetimes_map iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 480px) {
	#sec_datetimes {
		padding: 20px 0 0 0;
	}
	#sec_datetimes .dates {
		font-weight: bold;
		text-align: center;
	}
	#sec_datetimes .dates .year {
		font-size: 20px;
	}
	#sec_datetimes .dates .date {
		font-size: 20px;
	}
	#sec_datetimes .times {
		margin-bottom: 10px;
	}
	#sec_datetimes .times .time {
		font-size: 20px;
		margin-right: 10px;
	}
	#sec_datetimes .times .open {
		font-size: 16px;
	}
	#sec_datetimes .place {
		font-size: 20px;
		padding: 10px;
		margin: 0 10px 10px;
	}
	#sec_datetimes .apparea {}
	#sec_datetimes .apparea .text {
		font-size: 20px;
		/* margin-bottom: 10px; */
	}
	#sec_datetimes .apparea .text_app {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		width: 260px;
	}

	#broadcast {
		padding: 20px 0;
		background: #f7ebd9;
		margin-top: 0px;
	}
	#broadcast .title {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		width: 300px;
		margin: 0 auto 10px;
	}
	#broadcast_body {
		width: 300px;
		height: 225px;
		margin-bottom: 20px;
	}

	#datetimes_map {
		height: 200px;
		margin-top: 0px;
	}
}


#sec_special {}
#special_movie {
	width: 600px;
	height: 450px;
	background: #f3f3f3;
	margin: 0 auto 30px;
	position: relative;
}
#special_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.special_banner_a {
	display: table;
	width: 600px;
	background: #ffffff;
}
.special_banner_a:not(:last-child) {
	margin-bottom: 20px;
}
.special_banner_a figure {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	height: 180px;
}
.special_banner_a figure img {
	max-width: 100%;
}
.special_banner_a .textarea {
	display: table-cell;
	vertical-align: top;
	padding: 20px 20px 0;
}
.special_banner_a .textarea h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.special_banner_a .textarea .text {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.special_banner_a .textarea .btn_link_small {
	text-align: center;
}
.special_banner_a .textarea .btn_link_small a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #3a2d1f;
	text-align: center;
	line-height: 36px;
	width: 240px;
	height: 40px;
	border: 2px solid #3a2d1f;
	border-radius: 100px;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	#special_movie {
		width: 300px;
		height: 225px;
		margin-bottom: 20px;
	}
	.special_banner_a {
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	.special_banner_a figure {
		display: block;
		width: 100%;
		height: auto;
	}
	.special_banner_a .textarea {
		display: block;
		padding: 20px;
	}
	.special_banner_a .textarea h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

#sec_news {
	margin-bottom: 50px;
}
#sec_news dl {
	padding: 15px 0;
	border-top: 1px solid #3a2d1f;
	border-bottom: 1px solid #3a2d1f;
}
#sec_news dl>div {
	display: table;
	width: 100%;
	padding: 15px 0;
}
#sec_news dl>div dt {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
#sec_news dl>div dd {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}
#sec_news dl>div dd figure {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-top: 10px;
}
#sec_news dl>div dd figure:not(:last-child) {
	margin-right: 20px;
}
#sec_news dl>div dd figure img {
	max-width: 100%;
}
#sec_news dl>div dd a {
	color: #3a2d1f;
	text-decoration: underline;
	word-break: break-all;
}
#sec_news dl>div dd a:hover {
	color: #3a2d1f;
	text-decoration: none;
}
@media (max-width: 480px) {
	#sec_news {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#sec_news dl {
		padding: 10px 0;
	}
	#sec_news dl>div {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	#sec_news dl>div dt {
		display: block;
		width: auto;
	}
	#sec_news dl>div dd {
		display: block;
	}
	#sec_news dl>div dd figure {
		display: block;
		width: 300px;
		margin-top: 10px;
	}
	#sec_news dl>div dd figure:not(:last-child) {
		margin-right: 0px;
	}
}

#sec_about {
	padding-bottom: 50px;
}
#about_wrapper {
	padding: 50px 0;
	background: #ffffff;
	border-radius: 10px;
}
#about_wrapper header {
	text-align: center;
}
#about_wrapper header .subtitle {
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e85298;
	letter-spacing: 0.2ex;
	margin-bottom: 10px;
}
#about_wrapper header h1 {
	font-size: 27px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#about_wrapper header h1 strong {
	font-size: 130%;
}
#about_wrapper .textarea {}
#about_wrapper .textarea p {
	font-size: 20px;
	text-align: center;
	line-height: 2;
}
@media (max-width: 480px) {
	#sec_about {
		padding-bottom: 20px;
	}
	#about_wrapper {
		padding: 20px 0;
		border-radius: 10px;
	}
	#about_wrapper header {
		text-align: center;
	}
	#about_wrapper header .subtitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#about_wrapper header h1 {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	#about_wrapper .textarea p {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* floor common */
.sec_cmn_floor {}
.sec_cmn_floor>header {
	margin-bottom: 30px;
}
.sec_cmn_floor>header h1 {
	text-align: center;
	margin-bottom: 30px;
}
.sec_cmn_floor>header h1>span {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	padding: 0 30px;
	position: relative;
}
.sec_cmn_floor>header h1>span:before,
.sec_cmn_floor>header h1>span:after {
	content: "";
	display: block;
	width: calc(50vw - 50%);
	height: 50px;
	background: #e85298;
	position: absolute;
	top: 0;
}
.sec_cmn_floor>header h1>span:before {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	right: 100%;
}
.sec_cmn_floor>header h1>span:after {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	left: 100%;
}
.sec_cmn_floor>header h1>span .lv {
	font-size: 55px;
	font-weight: bold;
	margin-right: 10px;
}
.sec_cmn_floor>header figure {
	width: 300px;
	margin: 0 auto 10px;
}
.sec_cmn_floor>header figure img {
	max-width: 100%;
}
.sec_cmn_floor>header .desc {}
.sec_cmn_floor>header .desc p {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}
.cmn_anchor {
	position: absolute;
	top: -100px;
}
@media (max-width: 480px) {
	.sec_cmn_floor>header {
		margin-bottom: 20px;
	}
	.sec_cmn_floor>header h1 {
		margin-bottom: 20px;
	}
	.sec_cmn_floor>header h1>span {
		font-size: 20px;
		height: 30px;
		padding: 0 15px;
	}
	.sec_cmn_floor>header h1>span:before,
	.sec_cmn_floor>header h1>span:after {
		width: calc(50vw - 50%);
		height: 30px;
	}
	.sec_cmn_floor>header h1>span .lv {
		font-size: 30px;
		margin-right: 5px;
	}
	.sec_cmn_floor>header figure {
		width: 200px;
		margin: 0 auto 10px;
	}
	.sec_cmn_floor>header .desc {
		margin: 0 20px;
	}
	.sec_cmn_floor>header .desc p {
		font-size: 14px;
		text-align: left;
		line-height: 1.5;
	}
	.cmn_anchor {
		top: 0px;
	}
}

#sec_swinghall {
	padding-bottom: 50px;
	position: relative;
}
#symposium_wrapper {
	padding: 50px;
	background: #ffffff;
	border-radius: 10px;
}
.sec_symposiumbox {
	display: table;
	width: 100%;
}
.sec_symposiumbox .marker {
	display: table-cell;
	vertical-align: top;
	width: 40px;
	position: relative;
	overflow: hidden;
}
.sec_symposiumbox .marker:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #e85298;
	border-radius: 100px;
}
.sec_symposiumbox:not(:last-child) .marker:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #e85298;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 9px;
}
.sec_symposiumbox .body {
	display: table-cell;
	vertical-align: top;
}
.sec_symposiumbox .body .innerwrapper {
	display: table;
	width: 100%;
}
.sec_symposiumbox .time {
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	width: 110px;
}
.sec_symposiumbox .textarea {
	display: table-cell;
	vertical-align: top;
}
.sec_symposiumbox .textarea h1 {
	font-size: 30px;
	font-weight: bold;
	color: #e85298;
	margin-bottom: 10px;
}
.sec_symposiumbox .textarea .subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec_symposiumbox .textarea .subtitle span {
	font-size: 16px;
}
.sec_symposiumbox:not(:last-child) .textarea {
	padding-bottom: 20px;
}
.sec_symposiumbox .textarea .text {
	font-size: 16px;
	line-height: 1.5;
}
.sec_symposiumbox .textarea .ulstyle_a {
	margin-top: 20px;
}
.sec_symposiumbox .textarea .ulstyle_a:not(:last-child) {
	margin-bottom: 20px;
}
.sec_symposiumbox .textarea .ulstyle_a .ultitle {
	font-size: 18px;
	font-weight: bold;
	color: #e85298;
	padding-bottom: 5px;
	border-bottom: 1px solid #3a2d1f;
	margin-bottom: 5px;
}
.sec_symposiumbox .textarea .ulstyle_a ul {}
.sec_symposiumbox .textarea .ulstyle_a ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.sec_symposiumbox .textarea .ulstyle_a ul li strong {
	font-weight: bold;
}
.sec_symposiumbox .textarea .ulstyle_a ul.half li {
	display: inline-block;
	width: calc(50% - 10px);
}
.sec_symposiumbox .textarea .ulstyle_a ul.half li:nth-of-type(odd) {
	margin-right: 15px;
}
.sec_symposiumbox .textarea .ulstyle_a ul.dot li {
	padding-left: 15px;
	position: relative;
}
.sec_symposiumbox .textarea .ulstyle_a ul.dot li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #888888;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 100px;
}
.sec_symposiumbox .textarea .ulstyle_a ul li .desc {
	font-size: 14px;
	letter-spacing: -1px;
}
.sec_symposiumbox .textarea .ulstyle_a ul li .num {
	font-weight: bold;
	color: #888888;
	margin-right: 5px;
}
@media (max-width: 480px) {
	#sec_swinghall {
		padding-bottom: 20px;
	}
	#symposium_wrapper {
		padding: 20px 10px;
	}
	.sec_symposiumbox {
		display: table;
		width: 100%;
	}
	.sec_symposiumbox .marker {
		width: 20px;
	}
	.sec_symposiumbox .marker:before {
		width: 15px;
		height: 15px;
	}
	.sec_symposiumbox:not(:last-child) .marker:after {
		width: 1px;
		left: 7px;
	}
	.sec_symposiumbox .time {
		font-size: 14px;
		width: 65px;
	}
	.sec_symposiumbox .textarea h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.sec_symposiumbox .textarea .subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.sec_symposiumbox .textarea .subtitle span {
		font-size: 14px;
	}
	.sec_symposiumbox:not(:last-child) .textarea {
		padding-bottom: 20px;
	}
	.sec_symposiumbox .textarea .text {
		font-size: 14px;
	}
	.sec_symposiumbox .textarea .ulstyle_a {
		margin-top: 10px;
	}
	.sec_symposiumbox .textarea .ulstyle_a:not(:last-child) {
		margin-bottom: 10px;
	}
	.sec_symposiumbox .textarea .ulstyle_a .ultitle {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.sec_symposiumbox .textarea .ulstyle_a ul li {
		margin-bottom: 5px;
	}
	.sec_symposiumbox .textarea .ulstyle_a ul.half li {
		display: block;
		width: calc(100% - 10px);
	}
	.sec_symposiumbox .textarea .ulstyle_a ul.half li:nth-of-type(odd) {
		margin-right: 0px;
	}
	.sec_symposiumbox .textarea .ulstyle_a ul.dot li:before {
		width: 8px;
		height: 8px;
		top: 4px;
	}
}


.eventbox_a {
	background: #ffffff;
	border-radius: 10px;
}
.eventbox_a:first-of-type {
	margin-top: 30px;
}
.eventbox_a:not(:last-of-type) {
	margin-bottom: 30px;
}
.eventbox_a .innerwrapper {
	display: table;
	width: 100%;
}
.eventbox_a figure {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 300px;
}
.eventbox_a figure img {
	max-width: 100%;
}
.eventbox_a .textarea {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
}
.eventbox_a .textarea h1 {
	font-size: 20px;
	font-weight: bold;
	color: #e85298;
	margin-bottom: 20px;
}
.eventbox_a .textarea p {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.eventbox_a:first-of-type {
		margin-top: 20px;
	}
	.eventbox_a:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.eventbox_a .innerwrapper {
		display: block;
		width: 100%;
	}
	.eventbox_a figure {
		display: block;
		width: 100%;
	}
	.eventbox_a .textarea {
		display: block;
		padding: 10px 15px;
	}
	.eventbox_a .textarea h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.eventbox_a .textarea p {
		font-size: 14px;
	}
}


#sec_skyroom {
	padding-bottom: 50px;
	position: relative;
}
#sec_skyroom>header h1>span:before,
#sec_skyroom>header h1>span:after {
	background: #4e8fc4;
}
.eventbox_wrapper {
	font-size: 0;
	text-align: center;
}
.eventbox_sky {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: calc(50% - 20px);
	height: 380px;
	background: #ffffff;
	margin-bottom: 20px;
}
.eventbox_sky:nth-of-type(odd) {
	margin-right: 40px;
}
.eventbox_sky figure {
	margin-bottom: 20px;
}
.eventbox_sky figure img {
	max-width: 100%;
}
.eventbox_sky .title {
	font-size: 20px;
	font-weight: bold;
	color: #4e8fc4;
	margin: 0 20px 15px;
}
.eventbox_sky .desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 20px;
}
.eventbox_sky .desc:not(:last-child) {
	margin-bottom: 10px;
}
.eventbox_sky .btn_link a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #3a2d1f;
	text-align: center;
	line-height: 36px;
	width: 280px;
	height: 40px;
	border: 2px solid #3a2d1f;
	border-radius: 100px;
	box-sizing: border-box;
	margin-left: 20px;
}
@media (max-width: 480px) {
	#sec_skyroom {
		padding-bottom: 20px;
	}
	.eventbox_sky {
		width: calc(50% - 5px);
		height: 290px;
		background: #ffffff;
		margin-bottom: 20px;
	}
	.eventbox_sky:nth-of-type(odd) {
		margin-right: 10px;
	}
	.eventbox_sky figure {
		margin-bottom: 10px;
	}
	.eventbox_sky .title {
		font-size: 16px;
		margin: 0 10px 5px;
	}
	.eventbox_sky .desc {
		font-size: 14px;
		margin: 0 10px;
	}
	.eventbox_sky .btn_link a {
		font-size: 14px;
		line-height: 1.2;
		width: calc(100% - 20px);
		height: auto;
		padding: 5px 0;
		border: 2px solid #3a2d1f;
		border-radius: 10px;
		margin-left: 10px;
	}
}

#sec_salon {
	padding-bottom: 50px;
	position: relative;
}
#sec_salon>header h1>span:before,
#sec_salon>header h1>span:after {
	background: #f3ca77;
}
.eventbox_salon {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 220px;
	height: 300px;
	background: #ffffff;
	margin: 0 20px 20px 0;
}
.eventbox_salon:nth-of-type(4) {
	margin-right: 0;
}
.eventbox_salon figure {
	margin-bottom: 10px;
}
.eventbox_salon figure img {
	max-width: 100%;
}
.eventbox_salon .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 10px;
}
.eventbox_salon .desc {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 10px;
}
@media (max-width: 480px) {
	#sec_salon {
		padding-bottom: 20px;
	}
	#sec_salon .eventbox_wrapper {
		text-align: left;
	}
	.eventbox_salon {
		width: calc(50% - 5px);
		height: 300px;
		margin: 0 0 10px;
	}
	.eventbox_salon:nth-of-type(4) {
		margin-right: 0;
	}
	.eventbox_salon:nth-of-type(odd) {
		margin-right: 10px;
	}
	.eventbox_salon .title {
		font-size: 14px;
		line-height: 1.3;
		margin: 0 10px;
	}
	.eventbox_salon .desc {
		font-size: 14px;
		margin: 0 10px;
	}
}


#sec_senryu {
	width: 800px;
	padding: 50px;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
#sec_senryu h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#sec_senryu .textarea {}
#sec_senryu .textarea p {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec_senryu .senryu_date {
	text-align: center;
	margin-bottom: 30px;
}
#sec_senryu .senryu_date .title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.1em;
	width: 140px;
	height: 30px;
	background: #f3ca77;
	border-radius: 100px;
	margin-bottom: 10px;
}
#sec_senryu .senryu_date .dates {}
#sec_senryu .senryu_date .dates .year {
	font-size: 20px;
	font-weight: bold;
}
#sec_senryu .senryu_date .dates .date {
	font-size: 20px;
	font-weight: bold;
}
#sec_senryu .senryu_date .dates .date .num {
	font-size: 200%;
}
#sec_senryu .msg_closed {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #e85298;
	line-height: 1.5;
}
#sec_senryu .btn_link {
	text-align: center;
}
#sec_senryu .btn_link a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #3a2d1f;
	line-height: 46px;
	width: 320px;
	height: 50px;
	border: 2px solid #3a2d1f;
	border-radius: 100px;
}
@media (max-width: 480px) {
	#sec_senryu {
		width: 100%;
		padding: 20px 10px;
	}
	#sec_senryu h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#sec_senryu .textarea p {
		font-size: 14px;
		text-align: left;
		margin-bottom: 10px;
	}
	#sec_senryu .senryu_date {
		text-align: center;
		margin-bottom: 20px;
	}
	#sec_senryu .senryu_date .title {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0.1em;
		width: 120px;
		height: 25px;
	}
	#sec_senryu .senryu_date .dates .year {
		font-size: 18px;
	}
	#sec_senryu .senryu_date .dates .date {
		font-size: 18px;
	}
	#sec_senryu .senryu_date .dates .date .num {
		font-size: 150%;
	}
	#sec_senryu .msg_closed {
		font-size: 14px;
	}
	#sec_senryu .btn_link a {
		font-size: 16px;
		line-height: 38px;
		width: 280px;
		height: 40px;
		border: 1px solid #3a2d1f;
	}
}


/**********************************************************************************************************************************************/
/* 受賞者報告 */
#sec_swinghall_award {
	background: #ffffff;
	padding: 50px 0;
	/* margin-bottom: 30px; */
}
#sec_swinghall_award header {
	margin-bottom: 20px;
}
#sec_swinghall_award header h1 {
	text-align: center;
	overflow: hidden;
}
#sec_swinghall_award header h1 span {
	font-size: 36px;
	font-weight: bold;
	color: #e85298;
	letter-spacing: 0.1em;
	padding: 0 20px;
	position: relative;
}
#sec_swinghall_award header h1 span:before,
#sec_swinghall_award header h1 span:after {
	content: "";
	display: block;
	width: calc(50vw - 50%);
	height: 20px;
	background: #e85298;
	position: absolute;
	bottom: 10px;
}
#sec_swinghall_award header h1 span:before {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	right: 100%;
}
#sec_swinghall_award header h1 span:after {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	left: 100%;
}
.swinghall_award_image {
	text-align: center;
	margin-bottom: 30px;
}
.swinghall_award_image img {
	max-width: 100%;
}
.swinghall_awardbox {}
.swinghall_awardbox:not(:last-of-type) {
	margin-bottom: 30px;
}
.swinghall_awardbox h1 {
	text-align: center;
	margin-bottom: 10px;
}
.swinghall_awardbox h1 span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.1em;
	height: 30px;
	padding: 0 20px;
	background: #e85298;
	position: relative;
}
.swinghall_awardbox h1 span:before,
.swinghall_awardbox h1 span:after {
	display: block;
	font-size: 30px;
	color: #e85298;
	position: absolute;
	bottom: -6px;
}
.swinghall_awardbox h1 span:before {
	left: -32px;
}
.swinghall_awardbox h1 span:after {
	right: -35px;
}
.swinghall_awardbox .name {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.swinghall_awardbox .desc {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
@media (max-width: 480px) {
	#sec_swinghall_award {
		padding: 30px 0 20px;
		/* margin-bottom: 20px; */
	}
	#sec_swinghall_award header {
		margin-bottom: 10px;
	}
	#sec_swinghall_award header h1 span {
		font-size: 20px;
		padding: 0 15px;
	}
	#sec_swinghall_award header h1 span:before,
	#sec_swinghall_award header h1 span:after {
		height: 10px;
		bottom: 5px;
	}
	.swinghall_award_image {
		margin-bottom: 20px;
	}
	.swinghall_awardbox {}
	.swinghall_awardbox:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.swinghall_awardbox h1 span {
		font-size: 16px;
		line-height: 25px;
		height: 25px;
		padding: 0 15px;
	}
	.swinghall_awardbox h1 span:before,
	.swinghall_awardbox h1 span:after {
		font-size: 25px;
		bottom: -6px;
	}
	.swinghall_awardbox h1 span:before {
		left: -27px;
	}
	.swinghall_awardbox h1 span:after {
		right: -29px;
	}
	.swinghall_awardbox .name {
		font-size: 18px;
	}
	.swinghall_awardbox .desc {
		font-size: 14px;
	}
}

#sec_senryu_award {
	padding: 50px 0;
	background: #f3ca77;
}
#sec_senryu_award header {
	margin-bottom: 30px;
}
#sec_senryu_award header h1 {
	text-align: center;
}
#sec_senryu_award header h1 span {
	font-size: 36px;
	font-weight: bold;
	color: #3a2d1f;
	letter-spacing: 0.1em;
	padding: 0 20px;
	position: relative;
}
#sec_senryu_award header h1 span:before,
#sec_senryu_award header h1 span:after {
	content: "";
	display: block;
	width: calc(50vw - 50%);
	height: 20px;
	background: #ffffff;
	position: absolute;
	bottom: 10px;
}
#sec_senryu_award header h1 span:before {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	right: 100%;
}
#sec_senryu_award header h1 span:after {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	left: 100%;
}
.senryubox_award {
	padding: 30px 50px;
	background: #ffffff;
	position: relative;
	margin-bottom: 30px;
}
.senryubox_award .award {
	text-align: center;
	width: 100%;
	position: absolute;
	top: -21px;
	left: 0;
}
.senryubox_award .award span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding: 0 20px;
	background: #e85298;
	position: relative;
}
.senryubox_award .award span:before,
.senryubox_award .award span:after {
	display: block;
	font-size: 30px;
	color: #e85298;
	position: absolute;
	bottom: -6px;
}
.senryubox_award .award span:before {
	left: -32px;
}
.senryubox_award .award span:after {
	right: -35px;
}
.senryubox_award .senryu {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.senryubox_award .senryu span {
	display: inline-block;
}
.senryubox_award .senryu span:not(:last-child) {
	margin-right: 10px;
}
.senryubox_award .descarea {}
.senryubox_award .descarea .name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.senryubox_award .descarea .desc {
	font-size: 16px;
	line-height: 1.5;
	padding-top: 10px;
	border-top: 1px solid #3a2d1f;
	margin-top: 10px;
}
#sec_senryu_award .btn_more {
	text-align: center;
}
#sec_senryu_award .btn_more span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	width: 300px;
	height: 50px;
	background: #ffffff;
	border: 2px solid #3a2d1f;
	border-radius: 100px;
	box-sizing: border-box;
}
.wrapper_senryu {
	width: 980px;
	margin: 0 auto;
}
#senryu_list {
	font-size: 0;
	display: none;
}
#sec_senryu_award.list_viewing .btn_more {display: none;}
#sec_senryu_award.list_viewing #senryu_list {display: block;}
.senryubox {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 300px;
	padding: 20px;
	background: #ffffff;
	margin: 0 10px 20px;
	box-sizing: border-box;
}
.senryubox .senryu {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.senryubox .senryu span {
	display: inline-block;
}
.senryubox .senryu span:not(:last-child) {
	margin-right: 7px;
}
.senryubox .name {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
@media (max-width: 480px) {
	#sec_senryu_award {
		padding: 20px 0;
	}
	#sec_senryu_award header {
		margin-bottom: 30px;
	}
	#sec_senryu_award header h1 span {
		font-size: 20px;
		padding: 0 15px;
	}
	#sec_senryu_award header h1 span:before,
	#sec_senryu_award header h1 span:after {
		height: 10px;
		bottom: 5px;
	}
	.senryubox_award {
		padding: 20px 20px;
		margin-bottom: 25px;
	}
	.senryubox_award .award {
		top: -18px;
	}
	.senryubox_award .award span {
		font-size: 18px;
		line-height: 25px;
		padding: 0 15px;
	}
	.senryubox_award .award span:before,
	.senryubox_award .award span:after {
		font-size: 25px;
		bottom: -6px;
	}
	.senryubox_award .award span:before {
		left: -27px;
	}
	.senryubox_award .award span:after {
		right: -30px;
	}
	.senryubox_award .senryu {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.senryubox_award .senryu span:not(:last-child) {
		margin-right: 7px;
	}
	.senryubox_award .descarea {}
	.senryubox_award .descarea .name {
		font-size: 16px;
	}
	.senryubox_award .descarea .desc {
		font-size: 14px;
		padding-top: 10px;
		margin-top: 10px;
	}
	#sec_senryu_award .btn_more span {
		font-size: 16px;
		line-height: 36px;
		width: 300px;
		height: 40px;
	}
	.wrapper_senryu {
		width: calc(100% - 20px);
	}
	#senryu_list {
		text-align: center;
	}
	.senryubox {
		width: 100%;
		padding: 15px;
		margin: 0 0 10px;
	}
	.senryubox .senryu {
		font-size: 16px;
	}
	.senryubox .senryu span:not(:last-child) {
		margin-right: 5px;
	}
	.senryubox .name {
		margin-top: 10px;
	}
}


/**********************************************************************************************************************************************/
/* フッター */
#main_footer {
	padding: 50px 0 20px;
	background: #ffffff;
}
#main_footer .footer_wrapper {
	width: 600px;
	margin: 0 auto;
}
#footer_contact {
	margin-bottom: 50px;
}
#footer_contact .header {
	text-align: center;
	margin-bottom: 50px;
}
#footer_contact .header .subtitle {
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e85298;
	letter-spacing: 0.2ex;
	margin-bottom: 10px;
}
#footer_contact .header .title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer_contact .name_main {
	font-size: 27px;
	margin-bottom: 10px;
}
#footer_contact .name_sub {
	font-size: 20px;
	margin-bottom: 20px;
}
#footer_contact .tel {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#footer_contact .tel span:before {
	font-size: 26px;
}
#footer_credit {
	font-size: 14px;
	margin-bottom: 50px;
}
#footer_credit dl {}
#footer_credit dl>div {
	display: table;
	width: 100%;
}
#footer_credit dl>div:not(:last-child) {
	margin-bottom: 10px;
}
#footer_credit dl>div dt {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	width: 50px;
}
#footer_credit dl>div dd {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}
#footer_credit dl>div dd span:not(:last-child):after {
	content: "、";
}
#main_footer_copyright {
	font-size: 12px;
	text-align: center;
}
@media (max-width: 480px) {
	#main_footer {
		padding: 20px 0 20px;
	}
	#main_footer .footer_wrapper {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#footer_contact {
		margin-bottom: 20px;
	}
	#footer_contact .header {
		margin-bottom: 20px;
	}
	#footer_contact .header .subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#footer_contact .header .title {
		font-size: 18px;
	}
	#footer_contact .name_main {
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
	}
	#footer_contact .name_sub {
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
	}
	#footer_contact .tel {
		font-size: 28px;
	}
	#footer_contact .tel span:before {
		font-size: 20px;
	}
	#footer_credit {
		margin-bottom: 20px;
	}
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
}
}

/* スマートフォン */
@media (max-width: 480px) {
html {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
