@charset "utf-8";
/*
Theme Name: Archive_FIELDSTYLE EXPO 2025
Theme URI: null
Description: Description
Author: 服部制作室
Version: 1.0
*/

/* フォントの定義 */
@font-face {
	font-family: 'bougan';
	src: url('/font/BouganBlackSSiBold.woff2') format('woff2'),
		url('font/BouganBlackSSiBold.woff') format('woff'),
		url('font/BouganBlackSSiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'bougan-italic';
	src: url('font/bouganblackssibolditalic.woff2') format('woff2'),
		url('font/bouganblackssibolditalic.woff') format('woff'),
		url('font/bouganblackssibolditalic.ttf') format('truetype');
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: "Noto Sans Japanese", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #555;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
}

#container {
	text-align: left;
}

#main {}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	body.fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		overflow-y: scroll;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.leadBox {
	margin-bottom: 155px;
	position: relative;
	z-index: 2;
}

#gHeader h1 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	text-align: center;
	z-index: 3;
}

@media all and (min-width: 768px) {
	#gHeader .menu {
		display: none !important;
	}

	#gHeader .menuCover {
		display: none !important;
	}

}

@media all and (max-width: 767px) {
	.leadBox {
		margin-bottom: 42px;
	}

	#gHeader h1 {
		width: 100%;
		position: absolute;
		left: 0;
		top: 70px;
		text-align: center;
		z-index: 3;
	}

	#gHeader h1 img {
		display: none;
	}

	#gHeader .menu {
		padding: 20px 18px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #9fa0a0;
		box-sizing: border-box;
		z-index: 10;
	}

	#gHeader .menu a {
		display: inline-block;
	}

	body.fixed #gHeader .menu {
		display: none;
	}

	#gHeader .small_logo {
		width: 110px;
		filter: invert(1);
		position: absolute;
		top: 22px;
		left: 50%;
		transform: translateX(-50%);
	}

	#gHeader .menuCover {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .6);

		content: "";
		z-index: 4;
	}

	#gHeader .menuCover.cover {
		display: block;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-left: -590px;
	width: 1180px;
	position: absolute;
	left: 50%;
	bottom: -41px;
	background-color: #9fa0a0;
	z-index: 3;
}

#gNavi ul {
	font-size: 0;
	text-align: center;
}

#gNavi li {
	margin: 0 1.78%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#gNavi .top {
	margin: 0;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;
}

#gNavi li a:before {
	display: none;
	width: 9px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 0;
	background: url(img/common/icon05.png) no-repeat;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);

	content: "";
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li a:hover:before {
	display: block;
}

#gNavi .top a {
	padding: 29px 6px 10px 0;
	background: none !important;
}

#gNavi .top a:before {
	display: none !important;
}

#gNavi li a .jp {
	display: block;
	font-size: 1.2rem;
	transform: scale(0.8333);
}

#gNavi li a .en {
	display: block;
	font-weight: 400;
	font-family: bougan, arial, sans-serif;
}

#gNavi .subNavi {
	display: none;
	width: 210px;
	position: absolute;
	left: 0;
	top: 100%;
}

#gNavi .subNavi li {
	margin: 0;
	display: block;
	position: static;
	border-bottom: 1px solid #FFF;
}

#gNavi .subNavi li:last-child {
	border-bottom: none;
}

#gNavi .subNavi li a {
	padding: 10px 40px;
	text-align: left;
	background: #8a8b8b url(img/common/icon04.png) no-repeat left 15px center;
	font-family: bougan, arial, sans-serif;
}

#gNavi .subNavi li a:before {
	display: none;
}

#gNavi .subNavi li a:hover {
	opacity: 1;
	background-color: #9fa0a0;
}

#gNavi .back {
	background: #888;
}

#gNavi .back a span.en:before {
	content: "↑ ";
}

@media (min-width: 768px) and (max-width: 1179px) {
	#gNavi {
		margin-left: 0;
		width: 100%;
		left: 0;
		bottom: -41px;
	}
}

@media (min-width: 768px) and (max-width: 1045px) {
	#gNavi li {
		margin: 0 1%;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	#gNavi li {
		margin: 0 0.3%;
	}

	#gNavi li a {
		font-size: 1.3rem;
	}

	#gNavi .top a {
		padding-right: 0;
	}

	#gNavi .top img {
		width: 28px;
	}
}

@media all and (min-width: 768px) {
	#gNavi .close {
		display: none !important;
	}

	/* #gNavi .back {
		float: left;
		margin-left: 0;
	} */
}

@media all and (max-width: 767px) {
	#gNavi {
		margin-left: 0;
		padding: 14px 0;
		width: 90%;
		height: 100%;
		position: fixed;
		left: -90%;
		top: 0;
		bottom: auto;
		overflow: visible;
		background-color: #edeef0;
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		box-sizing: border-box;
		z-index: 1000;
	}

	#gNavi.open {
		left: 0;
	}

	#gNavi .gInner {
		height: 100%;
		overflow: auto;
	}

	#gNavi .close {
		display: none;
		position: absolute;
		right: -28px;
		top: 6px;
		cursor: pointer;
		z-index: 1000;
	}

	#gNavi.open .close {
		display: block;
	}

	#gNavi .gLogo {
		margin-bottom: 13px;
		text-align: center;
	}

	#gNavi li {
		margin: 0;
		display: block;
		vertical-align: baseline;
	}

	#gNavi .top {
		margin: 0;
		border-top: 1px solid #fff;
	}

	#gNavi .back {
		background: #ccc;
	}

	#gNavi .back a span.en:before {
		content: "← ";
	}

	#gNavi li {
		border-bottom: 1px solid #fff;
	}

	#gNavi li a {
		padding: 15px 17px;
		color: #333;
		font-size: 1.4rem;
		text-decoration: none;
		text-align: left;
	}

	#gNavi li a:before {
		display: none !important;
	}

	#gNavi .top a {
		padding: 12px 17px;
		background: none !important;
	}

	#gNavi .top a:before {
		display: none !important;
	}

	#gNavi li a .jp {
		margin-left: 15px;
		display: inline-block;
		position: relative;
		font-size: 1.4rem;
		transform: none;
	}

	#gNavi li a .jp:before {
		width: 4px;
		height: 1px;
		position: absolute;
		left: -8px;
		top: 50%;
		background-color: #333;

		content: "";
	}

	#gNavi li a .en {
		display: inline-block;
		letter-spacing: 1px;
		font-size: 1.65rem;
	}

	#gNavi .subNavi {
		display: block;
		padding: 3px 0;
		width: auto;
		position: static;
		left: auto;
		top: auto;
		background-color: #f0f3f8;
	}

	#gNavi .subNavi li {
		border-bottom: none;
	}

	#gNavi .subNavi li a {
		padding: 15px 25px;
		font-size: 13px;
		letter-spacing: 0;
		background: none;
	}

	#gNavi .subNavi li a span {
		padding-left: 10px;
		display: inline-block;
		background: url(img/common/icon06.png) no-repeat left center;
		background-size: auto 5px;
	}

	#gNavi .subNavi li a:hover {
		background-color: #dfe1e6;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 30px;
	background: #9fa0a0;
	background-size: cover;
	overflow: hidden;
}

#gFooter .foot-sns h3 {
	color: white;
	font-size: 2rem;
	font-weight: bold;
	font-family: bougan, arial, sans-serif;
	letter-spacing: 2px;
	text-align: center;
}

#gFooter .foot-sns .inner {
	display: flex;
	justify-content: space-between;
	width: 220px;
	margin: 20px auto;
}

#gFooter .foot-sns .inner li {
	width: 36px;
}

#gFooter .fBox {
	margin: 0 auto 101px;
	padding: 0 20px;
	max-width: 1120px;
}

#gFooter .fLogo {
	margin: 5px 0 0 2.8%;
	width: 23.98%;
	float: left;
}

#gFooter .fLogo img {
	width: 100%;
}

#gFooter .fNavi {
	width: 57.14%;
	float: right;
}

#gFooter .fNavi ul {
	width: 48.6%;
	float: left;
}

#gFooter .fNavi ul:nth-child(2n) {
	float: right;
}

#gFooter .fNavi li {
	margin-top: -1px;
	text-align: center;
	border-top: 1px dashed #AEA492;
	border-bottom: 1px dashed #AEA492;
}

#gFooter .fNavi li a {
	padding: 9px 5px;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: bougan, arial, sans-serif;
}

#gFooter .fNavi li a:hover {
	opacity: 0.7;
}

#gFooter .copyright {
	padding: 9px 0;
	background-color: #9fa0a0;
}

#gFooter .copyright p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	font-family: bougan, arial, sans-serif;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding-top: 36px;
	}

	#gFooter .fBox {
		margin: 0 17px 32px;
		padding: 0;
		max-width: inherit;
	}

	#gFooter .fLogo {
		margin: 10px 0 30px;
		width: auto;
		float: none;
		text-align: center;
	}

	#gFooter .fLogo img {
		width: 70%;
	}

	#gFooter .fNavi {
		margin: 0 auto;
		width: 60%;
		float: none;
		border-top: 1px dotted #AEA492;
	}

	#gFooter .fNavi ul {
		width: auto;
		float: none !important;
	}

	#gFooter .fNavi li {
		margin-top: 0;
		border-top: none;
		border-bottom-style: dotted;
	}

	#gFooter .fNavi li a {
		padding: 10px 5px;
		font-size: 1.5rem;
		letter-spacing: 0.5px;
	}

	#gFooter .foot-sns h3 {
		font-size: 5vw;
	}

	#gFooter .foot-sns .inner {
		width: 180px;
		margin: 20px auto;
	}

	#gFooter .copyright {
		padding: 5px 0 4px;
	}

	#gFooter .copyright p {
		font-size: 1.1rem;
		letter-spacing: 0.5px;
	}
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	emphasis
------------------------------------------------------------*/
#main .emphasis {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
}

#main .emphasis.redTxt {
	color: #E13939;
}

/*------------------------------------------------------------
	comNote
------------------------------------------------------------*/
#main .comNote {
	display: block;
	color: #676767;
	font-size: 1.3rem;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		emphasis
	------------------------------------------------------------*/
	#main .emphasis {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	/*------------------------------------------------------------
		comNote
	------------------------------------------------------------*/
	#main .comNote {
		font-size: 1.1rem;
	}
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 205px 0 45px;
	min-height: 420px;
	background: url(img/news/page_title_bg01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.pageTitle .title {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.pageTitle .title .en {
	margin-bottom: 1px;
	display: block;
	font-size: 4.2rem;
	letter-spacing: 5px;
	font-family: bougan, arial, sans-serif;
}

@media all and (max-width: 767px) {
	.pageTitle {
		padding: 160px 0 80px;
		min-height: 210px;
		background-image: url(img/news/sp_page_title_bg01.jpg);
	}

	.pageTitle .title {
		font-size: 1.6rem;
		font-weight: 300;
		letter-spacing: 0;
	}

	.pageTitle .title .en {
		margin-bottom: 0;
		font-size: 2.8rem;
		font-weight: 700;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#main .content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 960px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 30px;
	font-size: 2.8rem;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 19px;
	font-size: 2.8rem;
	text-align: center;
	color: #000;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 16px;
	font-size: 2.4rem;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 28px;
	font-size: 2.4rem;
	text-align: center;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
#main .headLine05 {
	margin-bottom: 14px;
	padding: 0 20px;
	position: relative;
	font-size: 2rem;
}

#main .headLine05:before {
	margin-top: 2px;
	width: 8px;
	height: 68%;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #877454;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	content: "";
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 27px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	color: #000;
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
#main .headLine07 {
	margin-bottom: 19px;
	padding: 11px 5px;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 2px;
	background-color: #404040;
}

#main .chiefBox .headLine07 {
	background-color: #e53f40;
}

/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
#main .headLine08 {
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

#main .headLine08 .en {
	margin-bottom: 2px;
	display: block;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: bougan, arial, sans-serif;
	color: #000;
}

#main .headLine08.gray .en {
	color: #959595;
}


/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
#main .headLine09 {
	margin-bottom: 5px;
	color: #000;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}

/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
#main .headLine10 {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#main .headLine10 br {
	display: none;
}

/*------------------------------------------------------------
	headLine11
------------------------------------------------------------*/
#main .headLine11 {
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	color: #000;
}

#main .headLine11 .en {
	display: block;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: bougan, arial, sans-serif;
}

/*------------------------------------------------------------
	headLine12
------------------------------------------------------------*/
#main .headLine12 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 800;
	text-align: center;
	color: #000;
}

#main .headLine12 .en {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: bougan, arial, sans-serif;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	#main .content {
		margin: 0 15px;
		padding: 0;
		max-width: inherit;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 18px;
		font-size: 1.8rem;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 11px;
		font-size: 2.4rem;
	}

	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 9px;
		font-size: 1.7rem;
	}

	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	#main .headLine04 {
		margin-bottom: 13px;
		font-size: 1.7rem;
	}

	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	#main .headLine05 {
		margin-bottom: 14px;
		padding: 0 10px;
		font-size: 1.5rem;
	}

	#main .headLine05:before {
		margin-top: 0;
		width: 4px;
		height: 66%;
		position: absolute;
		left: 0;
		top: 50%;
		background-color: #877454;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);

		content: "";
	}

	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	.headLine06 {
		margin-bottom: 13px;
		font-size: 6.5vw;
	}

	/*------------------------------------------------------------
		headLine07
	------------------------------------------------------------*/
	#main .headLine07 {
		margin-bottom: 10px;
		padding: 5px 5px 6px;
		font-size: 1.3rem;
	}

	/*------------------------------------------------------------
		headLine08
	------------------------------------------------------------*/
	#main .headLine08 {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}

	#main .headLine08 .en {
		margin-bottom: 2px;
		font-size: 2.4rem;
		letter-spacing: 1.5px;
	}

	/*------------------------------------------------------------
		headLine09
	------------------------------------------------------------*/
	#main .headLine09 {
		margin-bottom: 6px;
		font-size: 2.4rem;
		letter-spacing: 0;
	}

	/*------------------------------------------------------------
		headLine10
	------------------------------------------------------------*/
	#main .headLine10 {
		font-size: 2.4rem;
	}

	#main .headLine10 br {
		display: block;
	}

	/*------------------------------------------------------------
	headLine11
	------------------------------------------------------------*/
	#main .headLine11 {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}

	#main .headLine11 .en {
		font-size: 3.6rem;
	}
}



/*------------------------------------------------------------
	comText01
------------------------------------------------------------*/
#main .comText01 {
	margin-bottom: 61px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: unset;
	word-break: break-all;
}

/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
#main .comTxt {
	margin-bottom: 26px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.85;
	font-weight: bold;
	color: #000;
}

#main .comTxt.isSmall {
	font-size: 1.2rem;
}

@media all and (max-width: 767px) {

	/*------------------------------------------------------------
		comText01
	------------------------------------------------------------*/
	#main .comText01 {
		margin-bottom: 38px;
		font-size: 1.5rem;
		line-height: 2;
	}

	/*------------------------------------------------------------
		comTxt
	------------------------------------------------------------*/
	#main .comTxt {
		margin-bottom: 26px;
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin-bottom: 11px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

#main .comLink a:hover {
	color: #887452;
}

@media all and (max-width: 767px) {
	#main .comLink {
		margin-bottom: 6px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .comLink a:hover {
		color: #333;
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
#main .comBtn a {
	padding: 6px 5px 8px;
	width: 240px;
	display: inline-block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	background-color: #9fa0a0;
	box-sizing: border-box;
}

#main .comBtn a:hover {
	background-color: #9b9ea2;
}

#main .comBtn.center {
	text-align: center;
}

@media all and (max-width: 767px) {
	#main .comBtn a {
		padding: 3px 5px 4px;
		width: 200px;
		font-size: 1.3rem;
		letter-spacing: 1px;
	}

	#main .comBtn a:hover {
		background-color: #9fa0a0;
	}
}

@media (min-width: 320px) and (max-width: 345px) {
	#main .comBtn a {
		width: 180px;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
#main .comSearch {
	margin: 40px auto 60px;
	max-width: 480px;
	text-align: center;
}

#main .comSearch a {
	padding: 15px 5px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	border-radius: 30px;
	box-sizing: border-box;
	background-color: #f05a20;
}

#main .comSearch a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (max-width: 767px) {
	#main .comSearch {
		margin: 30px auto 50px;
		max-width: inherit;
		width: 90%;
	}

	#main .comSearch a {
		padding: 15px 5px;
		font-size: 1.3rem;
		letter-spacing: 3px;
		border-radius: 38px;
	}
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList li {
	width: 80%;
	margin: 20px auto;
	position: relative;
}

#main .comLinkList li .txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 2.016rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 5px;
	background-color: rgba(73, 73, 73, 0.6);
}

#main .comLinkList li .txt .inner {
	padding-top: 30px;
	display: block;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
}



#main .comLinkList li a {
	padding: 9px 10px 13px;
	display: block;
	color: #FFF;
	font-size: 1.68rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 5px;
	background-color: #fb0600;
}

#main .comLinkList li a .en {
	margin-bottom: 2px;
	display: block;
	font-size: 1.176rem;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: bougan, arial, sans-serif;
}


@media all and (max-width: 767px) {
	#main .comLinkList {
		margin: 0 auto;
		width: 100%;
		min-width: 192px;
	}

	#main .comLinkList li {
		margin-bottom: 15px;
		width: auto !important;
		float: none !important;
	}

	#main .comLinkList li:last-child {
		margin-bottom: 0;
	}

	#main .comLinkList li .txt {
		font-size: 1.7rem;
		letter-spacing: 1px;
		border-radius: 3px;
	}

	#main .comLinkList li .txt .inner {
		padding-top: 11px;
	}

	#main .comLinkList li a {
		padding: 3px 10px 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		border-radius: 3px;
	}

	#main .comLinkList li a .en {
		margin-bottom: 2px;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
#main .comBtnList {
	text-align: center;
}

#main .comBtnList li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}

#main .comBtnList li a {
	padding: 4px 5px 6px;
	width: 240px;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	border: 2px solid #9fa0a0;
	background-color: #9fa0a0;
	box-sizing: border-box;
}

#main .comBtnList li a:hover {
	color: #FFF;
	border-color: #9b9ea2;
	background-color: #9b9ea2;
}

#main .comBtnList .bg01 a {
	color: #9fa0a0;
	background-color: #FFF;
}

@media all and (max-width: 767px) {
	#main .comBtnList li {
		margin: 0 7px;
	}

	#main .comBtnList li a {
		padding: 2px 5px 3px;
		width: 140px;
		font-size: 1.3rem;
		letter-spacing: 1px;
		border-width: 1px;
	}

	#main .comBtnList li a:hover {
		border-color: #9fa0a0;
		background-color: #9fa0a0;
	}

	#main .comBtnList .bg01 a:hover {
		color: #9fa0a0;
		border-color: #9fa0a0;
		background-color: #FFF;
	}
}

@media (min-width: 320px) and (max-width: 345px) {
	#main .comBtnList li a {
		width: 120px;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}


#main .comTable th,
#main .comTable td {
	padding: 10px 22px 9px;
	width: 75%;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

#main .comTable th {
	width: 25%;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background-color: #9fa0a0;
}

#main .comTable tr:last-child th,
#main .comTable tr:last-child td {
	border-bottom: none;
}

#main .comTableTop th,
#main .comTableTop td {
	padding: 9px 22px 10px;
	width: auto;
	border-right: 1px solid #B0A692;
}

#main .comTableTop th {
	padding: 11px 22px 8px;
}

#main .comTable th:nth-child(4),
#main .comTable td:nth-child(4) {
	border-right: none;
}

#main .comTable td a:hover {
	color: #887452;
}

@media all and (max-width: 767px) {

	#main .comTable th,
	#main .comTable td {
		padding: 10px 17px;
		width: 100%;
		float: left;
		font-size: 1.5rem;
	}

	#main .comTable th {
		width: 100%;
	}

	#main .comTableTop th,
	#main .comTableTop td {
		padding: 10px 0 10px 5px;
		width: 25%;
		border-right: 1px solid #B0A692;
	}

	#main .comTableTop th {
		padding: 10px 5px;
	}

	#main .comTable td a:hover {
		color: #333;
	}
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 3px 5px 2px;
	margin: 0 5px;
	width: 36px;
	min-height: 36px;
	color: #000;
	font-size: 1.7rem;
	font-weight: 400;
	border-radius: 50%;
	box-sizing: border-box;
	text-decoration: none;
	border: 1px solid #B6B4B5;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #FFF;
	border-color: #9fa0a0;
	background-color: #9fa0a0;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .extend {
	margin: 0 10px;
	letter-spacing: 2px;
	border: none;
}

@media screen and (max-width: 767px) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 1px 2px 2px;
		margin: 0 2px;
		width: 25px;
		min-height: 25px;
		font-size: 1.35rem;
	}

	.wp-pagenavi a:hover {
		color: #000;
		border-color: #B6B4B5;
		background: none;
	}

	.wp-pagenavi .extend {
		margin: 0 5px;
		letter-spacing: 1px;
	}
}

/*------------------------------------------------------------
	comWhiteBox
------------------------------------------------------------*/
#main .comWhiteBox {
	margin-bottom: 0;
	padding: 35px 40px;
	background-color: #FFF;
}

#main .comWhiteBox p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#main .comWhiteBox {
		margin-bottom: 0;
		padding: 20px 15px;
	}
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
#main .comTextList {
	margin: -15px 0 69px;
}

#main .comTextList li {
	margin-top: 15px;
	width: 47.91%;
	float: left;
}

#main .comTextList li:nth-child(2n) {
	float: right;
}

#main .comTextList li .pho {
	margin-bottom: 19px;
}

#main .comTextList li .pho img {
	width: 100%;
}

#main .comTextList li .txtBox .headLine05 {
	margin-bottom: 10px;

}

#main .comTextList li .txtBox p:last-child {
	margin-bottom: 0;

}

#main .threeCollum {
	margin: -44px 0 44px;
}

#main .threeCollum li {
	margin: 44px 3.125% 0 0;
	width: 31.25%;
	float: left !important;
}

#main .threeCollum li:nth-child(3n) {
	margin-right: 0;
}

#main .threeCollum li .pho {
	margin-bottom: 15px;
}

#main .threeCollum li .txtBox p {
	letter-spacing: -0.2px;
}

#main .comTextList01 {
	margin-bottom: 51px;
}

#main .comTextList01 li {
	margin-right: 0;
	width: 31.25%;
}

#main .comTextList01 .wid01 {
	margin-right: 0;
	width: 65.5%;
}

#main .comTextList01 li .pho {
	margin-bottom: 15px;
}

#main .comTextList01 li .txtBox p {
	letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
	#main .comTextList {
		margin: 0 0 15px;
	}

	#main .comTextList li {
		margin: 0 0 15px !important;
		width: auto !important;
		float: none !important;
	}

	#main .comTextList li:last-child {
		margin: 0 !important;
	}

	#main .comTextList li .pho {
		margin-bottom: 12px;
		text-align: center;
	}

	#main .comTextList li .pho img {
		width: 100%;
	}

	#main .comTextList li .txtBox .headLine05 {
		margin-bottom: 7px;

	}

	#main .threeCollum {
		margin: 0 0 15px;
	}

	#main .threeCollum li {
		float: none !important;
	}

	#main .comTextList01 {
		margin-bottom: 15px;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 50px;
	padding-top: 5px;
}

#main .comImgBox .photoBox {
	margin: 11px 0 0 20px;
	width: 50%;
	float: right;
}

#main .comImgBox .photoBox img {
	width: 100%;
}

#main .comImgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .comImgBoxR .photoBox {
	margin: 11px 20px 0 0;
	float: left;
}

@media screen and (max-width: 767px) {
	#main .comImgBox {
		margin-bottom: 25px;
		padding-top: 5px;
	}

	#main .comImgBox .photoBox {
		margin: 0 auto 17px !important;
		width: 68.5% !important;
		float: none !important;
		text-align: center;
	}

	#main .comImgBox .photoBox img {
		max-width: 100%;
	}
}

/*------------------------------------------------------------
	comFlowUl
------------------------------------------------------------*/
#main .comFlowUl {
	margin: 0 0 26px;
}

#main .comFlowUl li {
	padding: 0 19px;
	position: relative;
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

#main .comFlowUl li:before {
	margin-top: -3px;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #9fa0a0;

	content: "";
}

@media screen and (max-width: 767px) {
	#main .comFlowUl {
		margin: 0 0 13px;
	}

	#main .comFlowUl li {
		padding: 0 10px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .comFlowUl li:before {
		margin-top: -2px;
		width: 3px;
		height: 3px;
	}
}

/*------------------------------------------------------------
	comFlowList
------------------------------------------------------------*/
#main .comFlowList {
	margin: 0 0 27px;
}

#main .comFlowList li {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#main .comFlowList {
		margin-bottom: 13px;
	}

	#main .comFlowList li {
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
#main .comPhotoList {
	margin: -20px 14px 73px;
}

#main .comPhotoList li {
	margin: 20px 0.8% 0 0;
	padding-bottom: 10px;
	width: 13.6%;
	float: left;
	background-color: #fff;
}

#main .comPhotoList li:nth-child(7n) {
	margin-right: 0;
}

#main .comPhotoList li a {
	display: block;
}

#main .comPhotoList li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#main .comPhotoList li .photo {
	margin-bottom: 6px;
}

#main .comPhotoList li .photo img {
	width: 100%;
}

#main .comPhotoList li p {
	padding: 0 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	font-family: bougan, arial, sans-serif;
}

#main .comPhotoList .list {
	background-color: transparent;
}

#main .comPhotoList .list p {
	width: 100%;
	height: 100%;
	display: table;
	box-sizing: border-box;
}

#main .comPhotoList .list p .inn {
	padding-bottom: 10px;
	display: table-cell;
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	font-family: bougan, arial, sans-serif;
}

#main .comPhotoList .list p .txt {
	display: inline-block;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#main .comPhotoList .list p span {
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	#main .comPhotoList {
		margin: -9px 0 46px;
	}

	#main .comPhotoList li {
		margin: 9px 0.55% 0 !important;
		padding-bottom: 3px;
		width: 23.8%;
	}

	#main .comPhotoList li .photo {
		margin-bottom: 3px;
	}

	#main .comPhotoList li p {
		padding: 0 5px;
		font-size: 1rem;
		letter-spacing: 0.5px;
	}

	#main .comPhotoList .list p .inn {
		padding-bottom: 0;
		font-size: 1.1rem;
		letter-spacing: 1px;
	}
}

/*------------------------------------------------------------
	combtmBox
------------------------------------------------------------*/
#main .combtmBox {
	padding: 60px 0 58px;
	background-color: #FFF;
}

#main .combtmBox .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1120px;
}

#main .combtmBox .title {
	margin-bottom: 17px;
	color: #000;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 2.5px;
	overflow: hidden;
	zoom: 1;
	font-family: bougan, arial, sans-serif;
}

#main .combtmBox .title a {
	margin: 8px 5px 0 0;
	display: block;
	float: right;
	font-size: 1.3rem;
	font-style: normal;
	letter-spacing: 0;
	text-decoration: none;
	font-family: "Noto Sans Japanese", sans-serif;
}

#main .combtmBox .title a span {
	padding-bottom: 4px;
	display: inline-block;
	border-bottom: 1px solid #000;
}

#main .combtmBox .title a:hover {
	color: #887452;
}

#main .combtmBox .title a:hover span {
	border-bottom-color: #887452;
}

#main .combtmBox .lBox {
	width: 46.52%;
	float: left;
}

#main .combtmBox .rBox {
	width: 46.4%;
	float: right;
}

#main .combtmBox .comNewsUl {
	margin-bottom: 29px;
	padding: 30px 4%;
	background-color: #f3f9fc;
}

#main .combtmBox .comNewsUl li {
	margin-bottom: 15px;
	padding-bottom: 17px;
	width: 100%;
	display: table;
	table-layout: fixed;
	border-bottom: 1px dashed #D3CFC6;
	box-sizing: border-box;
}

#main .combtmBox .comNewsUl li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main .combtmBox .comNewsUl li .time,
#main .combtmBox .comNewsUl li a {
	display: table-cell;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: left;
	vertical-align: middle;
}

#main .combtmBox .comNewsUl li .time {
	padding-bottom: 4px;
	width: 25%;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 1.3px;
	font-family: bougan, arial, sans-serif;
}

#main .combtmBox .rBox .ticTable {
	margin-top: -5px;
	width: 100%;
	border-collapse: collapse;
	background-color: #F8F7F5;
}

#main .combtmBox .rBox .ticTable th,
#main .combtmBox .rBox .ticTable td {
	padding: 6px 18px 5px;
	width: 73%;
	color: #656565;
	font-size: 1.3rem;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCC9C5;
	box-sizing: border-box;
}

#main .combtmBox .rBox .ticTable th {
	padding: 6px 5px 5px;
	width: 27%;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background-color: #9fa0a0;
}

#main .combtmBox .rBox .ticTable tr:last-child th,
#main .combtmBox .rBox .ticTable tr:last-child td {
	border-bottom: none;
}

@media (min-width: 768px) and (max-width: 1080px) {
	#main .combtmBox .lBox {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}

	#main .combtmBox .lBox .photo {
		text-align: center;
	}

	#main .combtmBox .rBox {
		width: auto;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	#main .combtmBox {
		padding: 36px 0 40px;
	}

	#main .combtmBox .inner {
		margin: 0 35px;
		padding: 0;
		max-width: inherit;
	}

	#main .combtmBox .title {
		margin-bottom: 9px;
		font-size: 1.9rem;
		letter-spacing: 0.5px;
	}

	#main .combtmBox .title a {
		margin: 5px 2px 0 0;
		font-size: 1.15rem;
		letter-spacing: 0;
		text-decoration: none;
	}

	#main .combtmBox .title a span {
		padding-bottom: 0;
	}

	#main .combtmBox .title a:hover {
		color: #333;
	}

	#main .combtmBox .title a:hover span {
		border-bottom-color: #333;
	}

	#main .combtmBox .lBox {
		margin-bottom: 32px;
		width: auto;
		float: none;
	}

	#main .combtmBox .rBox {
		width: auto;
		float: none;
	}

	#main .combtmBox .lBox .photo {
		text-align: center;
	}

	#main .combtmBox .comNewsUl {
		margin: 12px 0 36px;
		padding: 18px 15px;
	}

	#main .combtmBox .comNewsUl li {
		margin-bottom: 9px;
		padding: 0 10px 11px 0;
		width: auto;
		display: block;
		border-bottom: 1px dotted #D3CFC6;
	}

	#main .combtmBox .comNewsUl li .time,
	#main .combtmBox .comNewsUl li a {
		display: block;
		font-size: 1.5rem;
		font-weight: 300;
		line-height: 1.8;
		text-decoration: none;
	}

	#main .combtmBox .comNewsUl li .time {
		padding-bottom: 2px;
		width: auto;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.5px;
	}

	#main .combtmBox .rBox .ticTable {
		margin-top: -5px;
		width: 100%;
		border-collapse: collapse;
		background-color: #F8F7F5;
	}

	#main .combtmBox .rBox .ticTable th,
	#main .combtmBox .rBox .ticTable td {
		padding: 10px 18px;
		width: 100% !important;
		float: left !important;
		font-size: 1.4rem;
		text-align: center;
	}

	#main .combtmBox .rBox .ticTable th {
		padding: 10px 5px;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	margin-bottom: 101px;
}

#news .newsUl {
	margin-bottom: 104px;
}

#news .newsUl li {
	margin-bottom: 74px;
	overflow: hidden;
	zoom: 1;
}

#news .newsUl li:last-child {
	margin-bottom: 0;
}

#news .newsUl li .phoBox {
	width: 33.33%;
	float: left;
}

#news .newsUl li .phoBox img {
	height: auto;
}

#news .newsUl li .txtBox {
	width: 62.92%;
	float: right;
}

#news .newsUl li .txtBox p {
	margin-bottom: 17px;
	font-size: 1.5rem;
	font-weight: 500;
	word-break: break-all;
	line-height: 2;
	text-align: justify;
}

#news .newsUl li .txtBox h2 {
	margin-bottom: 13px;
	color: #000;
	font-size: 2rem;
	letter-spacing: 2px;
	line-height: 1.15;
}

#news .newsUl li .txtBox .time {
	margin-bottom: 13px;
	color: #7F7F7F;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

#news .newsUl li .txtBox .btn {
	margin-left: 3px;
	width: 201px;
}

#news .newsUl li .txtBox .btn a {
	padding: 6px 5px 7px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	background-color: #9fa0a0;
}

#news .newsUl li .txtBox .btn a:hover {
	background-color: #9b9ea2;
}

#news .detailBox {
	margin: -32px auto 0;
	max-width: 640px;
}

#news .detailBox h2 {
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: 700;
}

#news .detailBox h2 .time {
	margin-top: 8px;
	display: block;
	color: #7F7F7F;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1.8px;
}

#news .detailBox .photo {
	margin-bottom: 42px;
}

#news .detailBox .photo img {
	text-align: center;
}

#news .detailBox p {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 2;
}

#news .detailBox p:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
	#news {
		margin-bottom: 66px;
	}

	#news .newsUl {
		margin-bottom: 66px;
	}

	#news .newsUl li {
		margin-bottom: 35px;
	}

	#news .newsUl li .phoBox {
		width: 160px;
	}

	#news .newsUl li .txtBox {
		padding-left: 178px;
		width: auto;
		float: none;
	}

	#news .newsUl li .txtBox p {
		margin-bottom: 10px;
		font-size: 1.3rem;
		font-weight: 300;
		line-height: 1.7;
		word-break: break-all;
	}

	#news .newsUl li .txtBox h2 {
		margin-bottom: 7px;
		font-size: 1.7rem;
		letter-spacing: 0;
	}

	#news .newsUl li .txtBox .time {
		margin-bottom: 6px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	#news .newsUl li .txtBox .btn {
		margin-left: 0;
		width: 101px;
	}

	#news .newsUl li .txtBox .btn a {
		padding: 3px 5px 4px;
		font-size: 1.2rem;
		letter-spacing: 0.5px;
	}

	#news .newsUl li .txtBox .btn a:hover {
		background-color: #9fa0a0;
	}

	#news .detailBox {
		margin: -12px 17px 0;
		max-width: inherit;
	}

	#news .detailBox h2 {
		margin-bottom: 17px;
		font-size: 1.7rem;
	}

	#news .detailBox h2 .time {
		margin-top: 3px;
		font-size: 1.2rem;
		letter-spacing: 0.5px;
	}

	#news .detailBox .photo {
		margin-bottom: 16px;
		text-align: center;
	}

	#news .detailBox .photo img {
		max-width: 100%;
		width: auto;
	}

	#news .detailBox p {
		margin-right: 20px;
		font-size: 1.3rem;
	}
}

@media (max-width: 320px) and (max-width: 383px) {
	#news .newsUl li .phoBox {
		width: 110px;
	}

	#news .newsUl li .txtBox {
		padding-left: 120px;
	}
}

/*------------------------------------------------------------
	guide
------------------------------------------------------------*/
#guide {
	margin: -31px 0 106px;
}

#guide .headLine02 {
	margin-bottom: 34px;
}

#guide .tableBox {
	margin-bottom: 53px;
	padding-top: 10px;
}

#guide .tableBox01 {
	margin-bottom: 60px;
	padding-top: 0;
}

#guide .comImgBoxR {
	margin-bottom: 60px;
}

#guide .text01 {
	margin-bottom: 41px;
}

#guide .redTxt {
	margin-bottom: 8px;
}

#guide .comNote {
	margin-bottom: 62px;
}

#guide .comBtn {
	margin-bottom: 20px;
}

#guide .comBtn.center {
	margin: 33px 0 57px;
}

@media all and (max-width: 767px) {
	#guide {
		margin: -8px 0 66px;
	}

	#guide .headLine02 {
		margin-bottom: 15px;
	}

	#guide .h4Ttl01 {
		margin: -11px 0 8px;
	}

	#guide .tableBox {
		margin: -13px 0 38px;
		padding-top: 0;
	}

	#guide .tableBox01 {
		margin-bottom: 30px;
		padding-top: 0;
	}

	#guide .comTextList01.mt40 {
		margin-bottom: 40px;
	}

	#guide .comImgBoxR {
		margin-bottom: 41px;
	}

	#guide .text01 {
		margin-bottom: 20px;
	}

	#guide .redTxt {
		margin-bottom: 4px;
	}

	#guide .comNote {
		margin-bottom: 31px;
	}

	#guide .comBtn {
		margin-bottom: 10px;
	}

	#guide .comBtn.center {
		margin: 20px 0 30px;
	}
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm {
	margin-bottom: 52px;
	padding: 38px 81px 48px 30px;
}

#main .mailForm .must {
	margin: 2px 0 0 2px;
	display: inline-block;
	color: #FF0000;
	font-size: 1.2rem;
	vertical-align: top;
}

#main .mailForm table {
	margin-bottom: 26px;
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm th,
#main .mailForm td {
	padding: 10px 0 11px 4px;
	width: 75%;
	font-size: 1.5rem;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}

#main .mailForm th {
	padding: 16px 35px 0 0;
	width: 24%;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: right;
}

#main .mailForm td textarea,
#main .mailForm td input[type="text"],
#main .mailForm td input[type="email"],
#main .mailForm td input[type="tel"] {
	padding: 8px 10px;
	width: 100%;
	height: 39px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 1.5px;
	border-radius: 3px;
	border: 1px solid #B1B1B1;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#main .mailForm td input[type="email"],
#main .mailForm td input[type="tel"] {
	width: 400px;
}

#main .mailForm td .wid01 {
	width: 260px !important;
}

#main .mailForm td .wid02 {
	width: 180px !important;
}

#main .mailForm td .wid03 {
	width: 320px !important;
}

#main .mailForm td textarea {
	height: 170px;
}

#main .mailForm td .verification {
	margin: 10px 0 14px;
}

#main .mailForm .submit {
	margin: 0 auto 35px;
	max-width: 464px;
}

#main .mailForm .submit li {
	margin: 0 18px;
	display: inline-block;
}

#main .mailForm .submit li input {
	padding: 6px 5px 8px;
	width: 160px;
	display: inline-block;
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 0;
	background-color: #f05920;
	box-sizing: border-box;
	-webkit-appearance: none;
	cursor: pointer;
}

#main .mailForm .submit li input:hover {
	background-color: #9b9ea2;
}

#main .mailForm .note {
	margin: 10px auto 0;
	max-width: 430px;
	font-size: 1.3rem;
	font-weight: 500;
}

@media (min-width: 768px) and (max-width: 880px) {
	#main .mailForm {
		padding: 38px 50px 48px 20px;
	}

	#main .mailForm th {
		padding-right: 15px;
	}
}

@media all and (max-width: 767px) {
	#main .mailForm {
		margin-bottom: 36px;
		padding: 24px 17px 21px;
	}

	#main .mailForm .must {
		margin: 2px 0 0;
		font-size: 1rem;
	}

	#main .mailForm table {
		margin-bottom: 3px;
	}

	#main .mailForm th,
	#main .mailForm td {
		padding: 0 1px 14px;
		width: 100% !important;
		float: left !important;
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .mailForm th {
		padding: 0 0 10px;
		letter-spacing: 1px;
		text-align: left;
	}

	#main .mailForm td textarea,
	#main .mailForm td input[type="text"],
	#main .mailForm td input[type="email"],
	#main .mailForm td input[type="tel"] {
		padding: 2px 6px;
		height: 30px !important;
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0;
		border-radius: 3px !important;
		border: 1px solid #D9D9D9 !important;
		box-sizing: border-box;
		-webkit-appearance: none;
	}

	#main .mailForm td input[type="email"],
	#main .mailForm td input[type="tel"] {
		width: 69%;
	}

	#main .mailForm td .wid01 {
		width: 46.5% !important;
	}

	#main .mailForm td .wid02 {
		width: 33.5% !important;
	}

	#main .mailForm td .wid03 {
		width: 65% !important;
		min-width: 200px;
	}

	#main .mailForm td textarea {
		height: 148px !important;
	}

	#main .mailForm td .verification {
		margin: 10px 0 6px;
	}

	#main .mailForm td .verification img {
		width: 70px;
	}

	#main .mailForm .submit {
		margin: 0 auto 10px;
		max-width: inherit;
	}

	#main .mailForm .submit li {
		margin: 0 15px 0 0;
	}

	#main .mailForm .submit li input {
		padding: 3px 5px;
		width: 160px;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 2;
	}

	#main .mailForm .submit li input:hover {
		background-color: #9fa0a0;
	}

	#main .mailForm .note {
		margin: 0 auto;
		max-width: inherit;
		font-size: 1.15rem;
		letter-spacing: 1px;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin: -52px 0 67px;
}

#contact .headLine03 {
	font-size: 2rem;
	letter-spacing: 2px;
}

#contact .comText01 {
	margin-bottom: 24px;
	font-size: 1.5rem;
}

#contact .tableBox {
	padding-top: 6px;
}

#contact .tableBox td {
	font-size: 1.47rem;
	font-weight: 300;
}

#contact .tableBox td .tel {
	text-decoration: none;
}

@media all and (max-width: 767px) {
	#contact {
		margin: -10px 0 74px;
	}

	#contact .headLine03 {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}

	#contact .comText01 {
		margin-bottom: 17px;
		font-size: 1.5rem;
		line-height: 1.9;
	}

	#contact .tableBox {
		padding-top: 4px;
	}

	#contact .tableBox td {
		font-size: 1.5rem;
	}

	#contact .tableBox td a {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	entry
------------------------------------------------------------*/
#entry {
	margin-top: -31px;
	padding-bottom: 118px;
}

#entry .whiteBox {
	margin-bottom: 33px;
	padding: 29px 10px 27px;
	text-align: center;
	background-color: #FFF;
}

#entry .whiteBox ul {
	margin: 0 -18px;
}

#entry .whiteBox li {
	margin: 0 18px;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
}

#entry .whiteBox li span {
	margin-right: 18px;
	padding: 7px 5px;
	width: 120px;
	display: inline-block;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #9fa0a0;
}

#entry .linkList {
	margin: -20px 0 39px;
}

#entry .linkList li {
	margin: 20px 2.77% 0 0;
	width: 22.917%;
	float: left;
}

#entry .linkList li:nth-child(4n) {
	margin-right: 0;
}

#entry .linkList li a {
	display: block;
	position: relative;
}

#entry .linkList li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#entry .linkList li .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}

#entry .linkList li .en {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: bougan, arial, sans-serif;

}

#entry .linkList li .btn {
	margin-top: 10px;
	display: block;
}

#entry .linkList li .subInner {
	width: 100%;
	height: 100%;
	display: table;
}

#entry .linkList li .sub {
	display: table-cell;
	vertical-align: middle;
}

#entry .title {
	margin-bottom: 52px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#entry .title a {
	padding: 18px 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	background-color: #BDB8B2;
}

#entry .title a:hover {
	opacity: 0.7;
}

#entry .topBox {
	position: relative;
}

#entry .topBox .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#entry .topBox p {
	width: 100%;
	height: 100%;
	display: table;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
}

#entry .topBox p .subInner {
	display: table-cell;
	vertical-align: middle;
}

#entry .topBox p .en {
	margin-bottom: 2px;
	display: block;
	font-size: 2.6rem;
	letter-spacing: 2px;
	font-family: bougan, arial, sans-serif;
}

#entry .section {
	margin-bottom: 61px;
	padding-bottom: 33px;
	background-color: #FFF;
}

#entry .imgSec {
	padding: 34px 27px 31px;
	border-bottom: 1px solid #E0DFDE;
}

#entry .section .tabBox {
	width: 50%;
	float: left;
}

#entry .section table {
	width: 100%;
	border-collapse: collapse;
}

#entry .section table th,
#entry .section table td {
	padding: 5px 15px;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #E0DFDE;
	background-color: #F8F7F5;
}

#entry .section table th {
	width: 29.5%;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	background-color: #9fa0a0;
}

#entry .section table .wid01 {
	width: 43.5%;
	color: #FFF;
	text-align: left;
	background-color: #9b9ea2;
}

#entry .section .rBox {
	padding-top: 10px;
	width: 50%;
	float: left;
	text-align: center;
}

#entry .section .rBox .txt {
	margin-bottom: 20px;
	color: #e13939;
	font-size: 1.4rem;
}

#entry .section .rBox .txt img {
	margin: 5px 10px 0 0;
	display: inline-block;
}

#entry .section .rBox .num {
	font-size: 23px;
}

#entry .section .rBox p {
	margin: 20px 0 35px;
	font-size: 1.6rem;
	font-weight: bold;
}

#entry .section .txtSec {
	padding: 16px 9px 27px;
	border-bottom: 1px solid #E0DFDE;
}

#entry .section .txtSec h3 {
	margin-bottom: 19px;
	padding: 7px 5px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #E0DFDD;
}

#entry .section .txtSec p {
	margin: 0 25px 30px;
	font-size: 1.5rem;
}

#entry .section .txtSec ul {
	margin: -22px 25px 0;
	font-size: 1.5rem;
}

#entry .section .priceBox {
	margin: 13px 8px 0;
	padding-bottom: 24px;
	text-align: center;
	background-color: #F8F7F5;
}

#entry .section .priceBox p {
	color: #e13939;
	font-size: 1.6rem;
	font-weight: 500;
}

#entry .section .priceBox .num {
	font-size: 3rem;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-family: bougan, arial, sans-serif;
}

#entry .section .time {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

#entry .section .time .num {
	margin-left: 10px;
	display: inline-block;
	font-size: 2.4rem;
}

#entry .section01 {
	margin-bottom: 70px;
	padding-bottom: 38px;
}

#entry .section01 .imgSec {
	padding-bottom: 40px;
}

#entry .section01 .rBox p {
	margin-bottom: 35px;
}

#entry .section01 .rBox .text {
	margin: 52px 0 0;
	font-size: 1.2rem;
	font-weight: 400;
}

#entry .section01 .txtSec {
	margin: -16px 0 35px;
	padding: 0;
	line-height: 2;
	border: none;
}

#entry .section01 .txtSec p {
	margin-bottom: 0;
}

#entry .description {
	margin-bottom: 43px;
}

#entry .description .headLine07 {
	margin-bottom: 27px;
	padding: 7px 5px;
}

#entry .description .headLine07.sm {
	font-size: 1.5rem;
}

#entry .description .tabBox {
	margin: 0 20px;
}

#entry .description table {
	width: 100%;
	border-collapse: collapse;
}

#entry .description table th,
#entry .description table td {
	padding: 6px 40px;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
	border-bottom: 1px solid #E0DFDE;
	box-sizing: border-box;
}

#entry .description table th {
	padding: 6px 5px;
	width: 16%;
	font-weight: 500;
	text-align: center;
}

#entry .description table .trStyle01 th,
#entry .description table .trStyle01 td {
	border-top: 1px solid #E0DFDE;
}

#entry .other .headLine07 {
	margin-bottom: 23px;
	padding: 7px 5px;
}

#entry .other .photoBox {
	width: 50%;
	float: left;
}

#entry .other h4 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}

#entry .other .txtBox {
	margin-top: 4px;
	width: 46.4%;
	float: right;
}

#entry .other .txtBox h5 {
	margin-bottom: 14px;
	padding-left: 32px;
	font-size: 2rem;
	background: url(img/common/icon02.png) no-repeat left center;
}

#entry .other .txtBox li {
	padding: 5px 10px 6px 0;
	line-height: 1.88;
	text-align: justify;
	border-bottom: 1px solid #E0DFDE;
}

#entry .other .txtBox li:first-child {
	border-top: 1px solid #E0DFDE;
}

#entry .formBox .emphasis {
	margin: -18px 0 33px;
	color: #FF0000;
	font-size: 1.3rem;
	text-align: center;
}

#entry .formBox .mailForm {
	margin-bottom: -68px;
	padding: 0;
	background: none;
}

#entry .formBox .mailForm .headLine07 {
	margin-bottom: 1px;
	padding: 6px 5px 9px;
	font-size: 1.4rem;
	letter-spacing: 0;
	background-color: #333;
}

#entry .formBox .mailForm .must {
	margin: 0 0 0 1px;
	font-size: 1.5rem;
}

#entry .formBox .mailForm table {
	margin-bottom: 0;
	border-right: 1px solid #E6E6E6;
}

#entry .formBox .mailForm th,
#entry .formBox .mailForm td {
	padding: 13px 17px 14px;
	width: 75%;
	vertical-align: middle;
	background-color: #FFF;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
}

#entry .formBox .mailForm th {
	width: 25%;
	color: #FFF;
	letter-spacing: 0;
	text-align: center;
	background-color: #9b9ea2;
}

#entry .formBox .mailForm th .sm {
	display: block;
	font-size: 1.3rem;
	line-height: 1.3;
}

#entry .formBox .mailForm td .sml {
	margin-left: 3.2%;
	display: inline-block;
	color: #999;
	font-size: 1.3rem;
	line-height: 1.3;
}

#entry .formBox .mailForm td textarea,
#entry .formBox .mailForm td input[type="text"],
#entry .formBox .mailForm td input[type="email"],
#entry .formBox .mailForm td input[type="tel"] {
	padding: 8px 12px;
	width: 240px;
	height: 38px;
	font-size: 1.3rem;
	line-height: 1.85;
	letter-spacing: 1.5px;
	border-color: #B9B9B9;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#entry .formBox .mailForm td select {
	padding: 4px 10px 5px;
	width: 100%;
	height: 38px;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 3px;
	border: 1px solid #B9B9B9;
	background: url(img/common/select_img01.png) no-repeat right 14px center;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#entry .formBox .mailForm td select::-ms-expand {
	display: none;
}

#entry .formBox .mailForm td textarea {
	margin: 5px 0 6px;
	padding: 12px;
	width: 100%;
	height: 243px;
	letter-spacing: 0;
}

#entry .formBox .mailForm td input[type="email"] {
	width: 300px;
}

#entry .formBox .mailForm td .wid01 {
	width: 150px !important;
}

#entry .formBox .mailForm td .wid02 {
	width: 360px !important;
}

#entry .formBox .mailForm td .wid04 {
	width: 260px !important;
}

#entry .formBox .mailForm td .noteUl {
	margin-top: 13px;
}

#entry .formBox .mailForm td .noteUl li {
	color: #999;
	font-size: 1.3rem;
	line-height: 1.55;
}

#entry .formBox .mailForm td .radioList {
	margin-top: -58px;
	padding: 32px 62px;
}

#entry .formBox .mailForm td .radioList li {
	margin-top: 58px;
	width: 43%;
	float: left;
	font-weight: 500;
	text-align: center;
	max-width: 240px;
}

#entry .formBox .mailForm td .radioList li img {
	width: 100%;
	margin-bottom: 15px
}

#entry .formBox .mailForm td .radioList li:nth-child(2n) {
	float: right;
}

#entry .formBox .mailForm td .radioList li input[type="radio"] {
	display: none;
}

#entry .formBox .mailForm td .radioList li input[type="radio"] + label {
	margin-top: 13px;
	padding: 7px 16px 5px 23px;
	display: inline-block;
	background: url(img/common/radio_img01.png) no-repeat left top 10px;
}

#entry .formBox .mailForm td .radioList li input[type="radio"]:checked + label {
	background-image: url(img/common/radio_img02.png);
}

#entry .formBox .mailForm td .radioList li .price {
	display: block;
	color: #E13939;
	font-size: 2rem;
	line-height: 1;
	margin: 10px 0;
}

#entry .formBox .mailForm td .imgInn {
	padding: 29px 0 6px;
	text-align: center;
}

#entry .formBox .mailForm td .imgInn p {
	margin-top: 19px;
	font-size: 1.4rem;
	font-weight: 500;
}

#entry .formBox .mailForm td .imgInn .price {
	margin: 0 0 27px;
	color: #E13939;
	font-size: 2rem;
}

#entry .formBox .mailForm .tdStyle01 {
	padding-bottom: 0;
}

#entry .formBox .mailForm td .selectUl {
	margin: -13px -17px -14px;
}

#entry .formBox .mailForm td .selectUl li {
	width: 50%;
	float: left;
	/* border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6; */
	box-sizing: border-box;
}

#entry .formBox .mailForm td .selectUl li:nth-child(2n) {
	border-right: none;
}

#entry .formBox .mailForm td .selectUl li:last-child,
#entry .formBox .mailForm td .selectUl li:nth-last-of-type(2) {
	border-bottom: none;
}

#entry .formBox .mailForm td .selectUl li .imgInn {
	padding: 40px 19px 43px;
}

#entry .formBox .mailForm td .selectUl li .imgInn .note {
	margin-top: 14px;
	letter-spacing: 0;
	font-weight: 500;
}

#entry .formBox .mailForm .countBox {
	padding: 47px 0 44px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background-color: #f9f9f9;
}

#entry .formBox .mailForm .countDl {
	margin: 0 auto;
	width: 280px;
	font-size: 1.6rem;
	font-weight: 500;
}

#entry .formBox .mailForm .countDl dt {
	padding-left: 10px;
	float: left;
	clear: left;
}

#entry .formBox .mailForm .countDl .dtStyle01 {
	padding-top: 2px;
}

#entry .formBox .mailForm .countDl dd {
	margin-bottom: 3px;
	padding: 0 8px 3px 0;
	text-align: right;
	border-bottom: 1px solid #877454;
}

#entry .formBox .mailForm .countDl dd.price {
	padding-bottom: 6px;
	color: #E13939;
	font-size: 1.8rem;
}

#entry .formBox .mailForm .countDl dd.price #totalPrice {
	font-size: 2.1rem;
}

#entry .formBox .emphasis01 {
	margin: 35px 0 22px;
}

#entry .formBox .submit {
	width: 480px;
}

#entry .formBox .submit li {
	margin: 0 0 20px;
	display: block;
}

#entry .formBox .submit li:last-child {
	margin: 0;
}

#entry .formBox .submit li input {
	padding: 11px 5px 13px;
	width: 480px;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}

/* 0516追記 */
#entry #sponsor .benefit {
	background-color: transparent;
	margin-bottom: 0;
}

#entry #sponsor .benefit .benefitTab02 {
	margin-bottom: 0;
}

#entry #sponsor .benefit .imgBox02 .color {
	margin-left: 5px;
	color: #e13939;
}

#entry #sponsor .benefit .imgBox02 .price {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#entry #sponsor .benefit .imgBox02 .fwBold {
	margin: 0 0 10px 19px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 23px;
}

#entry #sponsor .benefit .imgBox02 .fwBold .imgTxt {
	margin-right: 7px;
	max-width: 48px;
	display: inline-block;
	vertical-align: top;
}

#entry #sponsor .benefit .benefitTab02 thead th .en,
#entry #sponsor .benefit .ttl03 {
	background-color: #1b5174;
}


/* 20190620追記 */

#entry .terms {
	margin-top: 30px;
}

#entry .terms h3 {
	font-size: 2rem;
	margin-bottom: .8rem;
}


#entry .terms h4 {
	font-size: 1.6rem;
	margin: 1.2rem 0 .8rem;
}

#entry .terms p {
	font-size: 1.5rem;
}

#entry .terms .scroll {
	height: 300px;
	overflow: auto;
	padding: 18px 18px 25px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px 0;
}

@media all and (max-width: 767px) {
	#entry {
		margin-top: -17px;
		padding-bottom: 57px;
	}

	#entry .comTxt {
		margin-bottom: 16px;
	}

	#entry .whiteBox {
		margin-bottom: 24px;
		padding: 16px 0 18px;
		text-align: left;
	}

	#entry .whiteBox ul {
		margin: 0 auto;
		width: 200px;
	}

	#entry .whiteBox li {
		margin: 0 0 20px;
		display: block;
		font-size: 1.4rem;
	}

	#entry .whiteBox li:last-child {
		margin-bottom: 0;
	}

	#entry .whiteBox li span {
		margin-right: 10px;
		padding: 3px 2px;
		width: 60px;
		font-size: 1.2rem;
	}

	#entry .linkList {
		margin: -13px 17px 27px;
	}

	#entry .linkList li {
		margin: 13px 0 0 0;
		width: 47.3%;
	}

	#entry .linkList li:nth-child(2n) {
		float: right;
	}

	#entry .linkList li img {
		width: 100%;
	}

	#entry .linkList li .inner {
		font-size: 1.1rem;
	}

	#entry .linkList li .en {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	#entry .linkList li .btn {
		margin-top: 7px;
	}

	#entry .linkList li .btn img {
		width: 22px;
	}

	#entry .title {
		margin-bottom: 38px;
		font-size: 1.3rem;
	}

	#entry .title a {
		padding: 8px 5px 10px;
		border-radius: 5px;
	}

	#entry .topBox img {
		width: 100%;
	}

	#entry .topBox p {
		font-size: 1.1rem;
	}

	#entry .topBox p .en {
		margin-bottom: 2px;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}

	#entry .section {
		margin-bottom: 40px;
		padding-bottom: 28px;
	}

	#entry .imgSec {
		padding: 18px 17px 27px;
	}

	#entry .section .tabBox {
		width: auto;
		float: none
	}

	#entry .section table th,
	#entry .section table td {
		padding: 2px 8px;
		font-size: 1.25rem;
	}

	#entry .section table th {
		width: 28%;
		font-size: 1.2rem;
	}

	#entry .section table .wid01 {
		width: 31.5%;
	}

	#entry .section .rBox {
		padding-top: 0;
		width: auto;
		float: none;
	}

	#entry .section .rBox .txt {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	#entry .section .rBox .txt img {
		margin: 4px 5px 0 0;
		height: 18px;
	}

	#entry .section .rBox .num {
		font-size: 1.6rem;
	}

	#entry .section .rBox p {
		margin-bottom: 34px;
		font-size: 1.2rem;
	}

	#entry .section .rBox .photo img {
		width: 100%;
	}

	#entry .section .rBox .photo01 {
		margin: 0 0 10px;
	}

	#entry .section .rBox .photo01 img {
		width: 100%;
	}

	#entry .section .txtSec {
		padding: 8px 4px 10px;
	}

	#entry .section .txtSec h3 {
		margin-bottom: 8px;
		padding: 3px 5px 4px;
		font-size: 1.3rem;
	}

	#entry .section .txtSec p {
		margin: 0 14px 10px;
		font-size: 1.25rem;
		line-height: 1.7;
	}

	#entry .section .txtSec ul {
		margin: -9px 14px 0;
		font-size: 1.25rem;
		line-height: 1.7;
	}

	#entry .section .priceBox {
		margin: 7px 5px 0;
		padding-bottom: 10px;
	}

	#entry .section .priceBox p {
		font-size: 1.3rem;
	}

	#entry .section .priceBox .num {
		font-size: 1.8rem;
	}

	#entry .section .time {
		font-size: 1.1rem;
	}

	#entry .section .time .num {
		margin-left: 5px;
		font-size: 1.4rem;
	}

	#entry .section01 .rBox {
		padding-top: 45px;
	}

	#entry .section01 {
		margin-bottom: 35px;
		padding-bottom: 25px;
	}

	#entry .section01 .imgSec {
		padding-bottom: 25px;
	}

	#entry .section01 .rBox p {
		margin-bottom: 20px;
	}

	#entry .section01 .rBox .photo img {
		width: 100%;
	}

	#entry .section01 .rBox .text {
		margin: 29px 0 0;
		font-size: 0.9rem;
	}

	#entry .section01 .priceBox {
		padding-bottom: 12px;
	}

	#entry .section01 .txtSec {
		margin: -13px 0 14px;
	}

	#entry .section01 .txtSec p {
		margin: 0 16px;
		text-align: justify;
		line-height: 1.7;
	}

	#entry .description {
		margin-bottom: 37px;
	}

	#entry .description .headLine07 {
		margin-bottom: 13px;
		padding: 4px 5px;
	}

	#entry .description .headLine07.sm {
		font-size: 1.3rem;
	}

	#entry .description .tabBox {
		margin: 0 10px;
	}

	#entry .description table th,
	#entry .description table td {
		padding: 3px 5px 2px;
		font-size: 1.2rem;
	}

	#entry .description table th {
		padding: 3px 5px 2px;
		width: 35%;
	}

	#entry .other .headLine07 {
		margin-bottom: 11px;
		padding: 4px 5px 3px;
	}

	#entry .other .photoBox {
		margin: 0 auto 20px;
		width: 90%;
		float: none;
	}

	#entry .other .photoBox img {
		width: 100%;
	}

	#entry .other h4 {
		margin-bottom: 11px;
		font-size: 1.2rem;
	}

	#entry .other .txtBox {
		margin: 0 10px;
		width: auto;
		float: auto;
	}

	#entry .other .txtBox h5 {
		margin-bottom: 7px;
		padding-left: 18px;
		font-size: 1.4rem;
		background-size: 11px auto;
	}

	#entry .other .txtBox li {
		padding: 3px 10px 3px 0;
		font-size: 1.3rem;
		line-height: 1.8;
	}

	#entry .formBox .emphasis {
		margin: -15px 0 20px;
		font-size: 1.15rem;
	}

	#entry .formBox .mailForm {
		margin-bottom: -20px;
		padding: 0;
		background: none;
	}

	#entry .formBox .mailForm .headLine07 {
		margin: 0 1px 0 0;
		padding: 4px 5px 5px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#entry .formBox .mailForm .must {
		font-size: 0.75rem;
	}

	#entry .formBox .mailForm th,
	#entry .formBox .mailForm td {
		padding: 10px 18px 9px;
		width: 100% !important;
		float: left !important;
	}

	#entry .formBox .mailForm th {
		padding: 7px 18px;
		letter-spacing: 0;
	}

	#entry .formBox .mailForm th .sm {
		display: inline;
		font-size: 0.65rem;
	}

	#entry .formBox .mailForm td .sml {
		margin-left: 3%;
		font-size: 1rem;
		line-height: 1.3;
	}

	#entry .formBox .mailForm td textarea,
	#entry .formBox .mailForm td input[type="text"],
	#entry .formBox .mailForm td input[type="email"],
	#entry .formBox .mailForm td input[type="tel"] {
		padding: 2px 5px;
		width: 44.5%;
		font-size: 1.25rem;
		line-height: 1.7;
		letter-spacing: 0;
	}

	#entry .formBox .mailForm td select {
		margin: 4px 0;
		padding: 3px 5px 4px;
		width: 100%;
		height: 30px;
		font-size: 1.25rem;
		border-radius: 0;
		border: 1px solid #D9D9D9 !important;
		background-position: right 4px center;
		background-size: 6px auto;
	}

	#entry .formBox .mailForm td textarea {
		padding: 7px;
		width: 100%;
		height: 120px !important;
	}

	#entry .formBox .mailForm td input[type="email"] {
		width: 48%;
	}

	#entry .formBox .mailForm td .wid01 {
		width: 30.5% !important;
	}

	#entry .formBox .mailForm td .wid02 {
		width: 57.5% !important;
	}

	#entry .formBox .mailForm td .wid04 {
		width: 41% !important;
	}

	#entry .formBox .mailForm td .noteUl {
		margin: 8px 0 10px;
	}

	#entry .formBox .mailForm td .noteUl li {
		font-size: 1rem;
		line-height: 1.55;
	}

	#entry .formBox .mailForm td .radioList {
		margin: -10px 17px 15px;
		padding: 0;
	}

	#entry .formBox .mailForm td .radioList li {
		margin-top: 30px;
		width: 48%;
	}

	#entry .formBox .mailForm td .radioList li input[type="radio"] + label {
		margin-top: 9px;
		padding: 2px 12px;
		background-position: left top 7px;
		background-size: 9px auto;
	}

	#entry .formBox .mailForm td .radioList li .price {
		font-size: 1.5rem;
	}

	#entry .formBox .mailForm td .imgInn {
		padding: 20px 0 6px;
	}

	#entry .formBox .mailForm td .imgInn img {
		width: 38%;
	}

	#entry .formBox .mailForm td .imgInn p {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	#entry .formBox .mailForm td .imgInn .price {
		margin: 0 0 10px;
		font-size: 1.5rem;
	}

	#entry .formBox .mailForm td .selectUl {
		margin: -2px -17px;
	}

	#entry .formBox .mailForm td .selectUl li {
		border-right: none;
		border-bottom: none;
	}

	#entry .formBox .mailForm td .selectUl li .imgInn {
		padding: 18px 10px 19px 17px;
	}

	#entry .formBox .mailForm td .selectUl li:nth-child(2n) .imgInn {
		padding: 18px 17px 19px 10px;
	}

	#entry .formBox .mailForm td .selectUl li .imgInn img {
		width: 76%;
	}

	#entry .formBox .mailForm td .selectUl li .imgInn .note {
		margin-top: 0;
	}

	#entry .formBox .mailForm .countBox {
		padding: 20px 0;
	}

	#entry .formBox .mailForm .countDl {
		width: 45%;
		font-size: 1.3rem;
	}

	#entry .formBox .mailForm .countDl dt {
		padding-left: 5px;
	}

	#entry .formBox .mailForm .countDl dd.price {
		padding-bottom: 3px;
		font-size: 1.5rem;
	}

	#entry .formBox .emphasis01 {
		margin: 25px 0 15px;
	}

	#entry .formBox .submit {
		width: 68%;
	}

	#entry .formBox .submit li input {
		padding: 7px 5px;
		width: 100%;
		font-size: 1.4rem;
	}
}

@media (max-width: 320px) and (max-width: 383px) {
	#entry .formBox .mailForm td .radioList {
		margin: 0;
	}
}

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#contents {
	margin: -49px 0 122px;
}

#contents .title {
	margin-bottom: 55px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}

#contents .comPhotoList {
	margin: -30px 0 0;
	clear: both;
}

#contents .comPhotoList li {
	margin: 30px 1.4% 0 0;
	width: 23.95%;
}

#contents .comPhotoList li .photo {
	margin-bottom: 8px;
}

#contents .comPhotoList li p {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
	background-color: #fff;
}

#contents .comPhotoList li:nth-child(7n) {
	margin-right: 1.4%;
}

#contents .comPhotoList li:nth-child(4n) {
	margin-right: 0;
}

#contents .twoCollum li {
	margin-right: 0;
	width: 48.46%;
}

#contents .twoCollum li:nth-child(2n) {
	width: 48.43%;
	float: right;
}

#contents .threeCollum li {
	margin-right: 0;
	width: 31.98%;
}

#contents .threeCollum li:nth-child(3n-1) {
	margin: 30px 2% 0;
}

@media all and (max-width: 767px) {
	#contents {
		margin: -18px 0 40px;
	}

	#contents .title {
		margin-bottom: 19px;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	#contents .comPhotoList {
		margin: 0;
	}

	#contents .comPhotoList li {
		margin: 0 0 17px !important;
		width: 48.5%;
	}

	#contents .comPhotoList li:nth-child(2n) {
		float: right;
	}

	#contents .comPhotoList li a {
		padding-bottom: 5px;
	}

	#contents .comPhotoList li .photo {
		margin-bottom: 6px;
	}

	#contents .comPhotoList li p {
		font-size: 1.3rem;
		letter-spacing: 0.75px;
	}

	#contents .comPhotoList li:nth-child(7n) {
		margin-right: 1.4%;
	}

	#contents .comPhotoList li:nth-child(4n) {
		margin-right: 0;
	}

	#contents .twoCollum li {
		margin: 0 0 17px;
		width: auto;
		float: none !important;
	}

	#contents .twoCollum li:nth-child(2n) {
		margin: 0 0 17px;
		width: auto;
		float: none;
	}

	#contents .twoCollum li:last-child {
		margin-bottom: 0;
	}

	#contents .comPhotoList01.clearfix,
	#contents .threeCollum.clearfix {
		clear: none;
	}

	#contents .comPhotoList01.clearfix:after,
	#contents .threeCollum.clearfix:after {
		display: none !important;
	}

	#contents .threeCollum li {
		margin-right: 0;
		width: 48.5%;
		float: left !important;
	}

	#contents .threeCollum li:nth-child(2n) {
		float: right !important;
	}

	#contents .threeCollum li:nth-child(3n-1) {
		margin: 0;
	}

	#contents .comPhotoList01 li {
		width: 32%;
		float: left !important;
	}

	#contents .comPhotoList01 li:nth-child(3n-1) {
		margin: 0 2% !important;
	}

	#contents .comPhotoList01 .wid02 {
		width: 48.5% !important;
		float: right !important;
	}

	#contents .comPhotoList01 .wid02:nth-child(2n) {
		float: left !important;
	}

	#contents .comPhotoList01 .wid02:nth-child(3n-1) {
		margin: 0 0 17px !important;
	}

}

/*------------------------------------------------------------
	sponsor
------------------------------------------------------------*/
#sponsor {
	margin-top: -33px;
}

#sponsor .comTxt {
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
}

#sponsor .imgBox01 {
	margin-bottom: 0;
	padding: 40px 40px 40px 25px;
	background-color: #FFF;
}

#sponsor .imgBox01 .photoBox {
	margin-top: 10px;
	width: 35%;
	float: left;
	text-align: center;
}

#sponsor .imgBox01 .photoBox .pho {
	margin-bottom: 7px;
	padding-right: 11px;
}

#sponsor .imgBox01 .photoBox .text01 {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
}

#sponsor .imgBox01 .photoBox .time {
	font-size: 1.4rem;
}

#sponsor .imgBox01 .textBox {
	width: 63.7%;
	float: right;
}

#sponsor table {
	width: 100%;
	border-collapse: collapse;
}

#sponsor .imgBox01 .textBox table {
	margin-bottom: 14px;
}

#sponsor .imgBox01 .textBox th,
#sponsor .imgBox01 .textBox td {
	padding: 10px 0 10px 17px;
	vertical-align: middle;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#sponsor .imgBox01 .textBox th {
	padding: 9px 3px 11px 0;
	width: 32%;
}

#sponsor .imgBox01 .textBox th .inner {
	box-sizing: border-box;
	padding: 8px 5px 10px;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	display: block;
	background: url(img/sponsor/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#sponsor .imgBox01 .textBox th .inner02 {
	color: #333;
	background-image: url(img/sponsor/bg02.jpg);
}

#sponsor .imgBox01 .textBox th .inner03 {
	color: #333;
	background-image: url(img/sponsor/bg03.jpg);
}

#sponsor .imgBox01 .textBox th .inner04 {
	color: #eee;
	background-image: url(img/sponsor/bg04.jpg);
}

#sponsor .imgBox01 .textBox th .inner05 {
	color: #333;
	background-image: url(img/sponsor/bg05.jpg);
}

#sponsor .imgBox01 .textBox td {
	width: 26%;
	color: #E13939;
}

#sponsor .imgBox01 .textBox .wid01 {
	padding-left: 19px;
	width: 42%;
}

#sponsor .imgBox01 .textBox td .price {
	font-size: 2.8rem;
}

#sponsor .imgBox01 .textBox td .sm {
	padding-left: 10px;
	font-size: 1.2rem;
}

#sponsor .imgBox01 .textBox td .imgTxt {
	margin-top: 8px;
	display: inline-block;
	vertical-align: top;
}

#sponsor .imgBox01 .textBox td .num {
	margin: 0 5px 0 10px;
	font-size: 2.77rem;
}

#sponsor .imgBox01 .textBox p {
	font-size: 1.5rem;
	font-weight: 700;
}

#sponsor p.shimekiri {
	background-color: #e4007f;
	color: #fff;
	padding: 8px 23px;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 auto 30px;
	width: 80%;
	font-weight: bold;
}

/* sponsor entry 共通 */
p.shimekiri span {
	font-size: 1.3rem;
	padding-left: 10px;
	font-weight: normal;
}

.attention-box {
	padding: 25px 40px 40px;
	background-color: #f8f8f8;
	margin-bottom: 30px
}

.attention-box h3 {
	background-color: #999;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px
}

.attention-box .attention-box-inner {
	display: flex;
	flex-wrap: wrap;
}

.attention-box .attention-box-inner .attention-box-item {
	width: 46%;
	padding: 1.5% 2%;
}

.attention-box .attention-box-inner .attention-box-item h4 {
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 8px;
}

.attention-box > p {
	text-align: center;
	margin-top: 20px;
}


#sponsor .text02 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
}

#sponsor .text02 span {
	margin-left: 5px;
	font-size: 2.4rem;
}

#sponsor .phoList {
	margin-bottom: 60px;
	padding: 0 3px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#sponsor .phoList li {
	box-sizing: border-box;
	padding: 0 8px;
	width: 20%;
	text-align: center;
}

#sponsor .phoList li img {
	width: 100%;
	max-width: inherit;
}

#sponsor .benefit {
	margin-bottom: 60px;
	padding: 48px 0 10px;
	background-color: #FFF;
}

#sponsor .benefit .headLine02 {
	margin-bottom: 20px;
}

#sponsor .benefit .headLine02-sub {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: -15px;
}

#sponsor .benefit .headLine02-sub span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 2px;
}

#sponsor .benefit .benefitTab th,
#sponsor .benefit .benefitTab td {
	box-sizing: border-box;
	padding: 10px 0 8px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: 1px solid #DADADA;
}

#sponsor .benefit .benefitTab th {
	padding-right: 6px;
	width: 22%;
	text-align: left;
	vertical-align: top;
}

#sponsor .benefit .benefitTab td {
	padding: 3px 10px 9px;
	width: 13%;
	border-right: 1px solid #DADADA;
}

#sponsor .benefit .benefitTab td:first-of-type {
	border-left: 1px solid #DADADA;
}

#sponsor .benefit .benefitTab02 td {
	border-right: none;
}

#sponsor .benefit .benefitTab02 td:first-of-type {
	border-left: none;
}

#sponsor .benefit .benefitTab thead td {
	padding: 5px 6px 7px 6px;
	vertical-align: top;
}

#sponsor .benefit .benefitTab thead th .en {
	margin-right: 11px;
	padding: 1px 24px 5px 20px;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	background-color: #679758;
}

#sponsor .benefit .benefitTab thead td .inner {
	box-sizing: border-box;
	padding: 8px 5px 10px;
	width: 100%;
	height: 100%;
	display: block;
	color: #826f3a;
	font-size: 1.3rem;
	font-weight: 700;
	background: url(img/sponsor/bg02.jpg) no-repeat center center;
	background-size: cover;
}

#sponsor .benefit .benefitTab thead td .inner02 {
	color: #818181;
	background-image: url(img/sponsor/bg03.jpg);
}

#sponsor .benefit .benefitTab thead td .inner03 {
	color: #5c402b;
	background-image: url(img/sponsor/bg04.jpg);
}

#sponsor .benefit .benefitTab thead td .inner04 {
	color: #616a73;
	background-image: url(img/sponsor/bg01.jpg);
}

#sponsor .benefit .benefitTab thead td .inner05 {
	color: #626b73;
	background-image: url(img/sponsor/bg05.jpg);
}

#sponsor .benefit .benefitTab tbody th {
	color: #FFF;
}

#sponsor .benefit .ttl {
	box-sizing: border-box;
	padding: 4px 5px 5px 48px;
	width: 100%;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 500;
	background-color: #679758;
}

#sponsor .benefit .ttl .num {
	box-sizing: border-box;
	padding: 4px 5px;
	width: 36px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-weight: 400;
	background-color: #383433;
	font-family: bougan, arial, sans-serif;
}

#sponsor .benefit .ttl01 {
	background-color: #5ba6c9;
}

#sponsor .benefit .ttl02 {
	background-color: #b1a888;
}

#sponsor .benefit .ttl03 {
	background-color: #1b5174;
}

#sponsor .benefit .benefitTab01 {
	margin-bottom: 55px;
}

#sponsor .benefit .benefitTab01 thead th,
#sponsor .benefit .benefitTab01 thead td {
	padding: 20px 4px 20px 0 !important;
}

#sponsor .benefit .benefitTab01 thead th .en {
	letter-spacing: 1.5px;
	background-color: #b1a888;
}

#sponsor .benefit .benefitTab01 thead td {
	color: #e13939;
	vertical-align: bottom;
	font-size: 1.4rem;
	font-weight: 700;
}

#sponsor .benefit .benefitTab01 thead td .imgTxt {
	margin-top: 5px;
	max-width: 48px;
	display: inline-block;
	vertical-align: top;
}

#sponsor .benefit .benefitTab01 thead td .num {
	margin: 0 5px 0 10px;
	font-size: 2.37rem;
}

#sponsor .benefit .benefitTab01 tbody td .price {
	padding: 13px 0;
	display: block;
	color: #e13939;
}

#sponsor .benefit .benefitTab01 tbody td .price span {
	font-size: 2rem;
	font-weight: 700;
}

#sponsor .benefit .benefitTab02 {
	margin-bottom: 55px;
}

#sponsor .benefit .benefitTab02 thead th .en {
	background-color: #1b5174;
}

#sponsor .benefit .benefitTab02 td {
	padding: 6px 10px 6px 19px;
	width: 66%;
	text-align: left;
}

#sponsor .benefit .benefitTab02 tbody td .color {
	margin-left: 5px;
	color: #e13939;
}

#sponsor .benefit .benefitTab02 tbody td .fwBold {
	margin: 5px 0 0 19px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}

#sponsor .benefit .benefitTab02 tbody td .fwBold .imgTxt {
	margin-top: -4px;
	max-width: 48px;
	display: inline-block;
	vertical-align: top;
}

#sponsor .benefit .benefitTab02 tbody td .fwBold .num {
	margin: -5px 5px 0 8px;
	display: inline-block;
	font-size: 2.4rem;
	vertical-align: top;
	line-height: 1;
}

#sponsor .benefit .benefitTab02 tbody td p {
	padding: 5px 0 0 1em;
	text-indent: -1em;
}

#sponsor .benefit .benefitTab02 tbody td .small {
	margin-bottom: 15px;
	padding-top: 9px;
	font-size: 1.4rem;
}

#sponsor .benefit .imgBox02 {
	margin-bottom: 31px;
	padding: 35px 28px 28px;
	background-color: #F7F3EA;
}

#entry #sponsor .benefit .imgBox02 {
	background-color: #FFF;
}

#sponsor .benefit .imgBox02 .photoBox {
	width: 47.4%;
	float: right;
}

#sponsor .benefit .imgBox02 .textBox {
	width: 48%;
	float: left;
}

#sponsor .benefit .imgBox02 .textBox .ttlList {
	margin-bottom: 22px;
	max-width: 240px;
}

#sponsor .benefit .imgBox02 .textBox .ttlList li {
	margin-bottom: 13px;
}

#sponsor .benefit .imgBox02 .ttlList .ttl {
	padding: 6px 5px 6px 48px;
	font-size: 1.6rem;
}

#sponsor .benefit .imgBox02 .ttlList .ttl .num {
	padding-top: 6px;
}

#sponsor .benefit .imgBox02 .textBox .txtList {
	margin-bottom: 20px;
}

#sponsor .benefit .imgBox02 .textBox .txtList li,
#sponsor .benefit .imgBox02 .textBox .noteList li {
	padding-left: 1em;
	text-indent: -1em;
}

#sponsor .benefit .imgBox02 .textBox .txtList li {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}

#sponsor .benefit .imgBox02 .textBox .noteList li {
	margin: 0 4px 5px;
	font-size: 1.4rem;
}

#sponsor .benefit .imgBox02 .textBox .ttlList li:last-child,
#sponsor .benefit .imgBox02 .textBox .noteList li:last-child,
#sponsor .benefit .imgBox02 .textBox .txtList li:last-child {
	margin-bottom: 0;
}

#sponsor .benefit .imgBox02 .textBox .btnList {
	margin: -5px 0 22px;
}

#sponsor .benefit .imgBox02 .textBox .btnList li {
	box-sizing: border-box;
	margin: 5px 6px 0 1px;
	padding: 1px 3px 4px;
	width: 131px;
	display: inline-block;
	vertical-align: top;
	color: #5ba6c9;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	border: 2px solid #5ba6c9;
}

#sponsor .benefit .imgBox02 .textBox .txtList li .small {
	margin-left: 10px;
	font-size: 1.4rem;
}

#sponsor .benefit .imgBox02 .textBox ul:last-child {
	margin-bottom: 0;
}

#sponsor .benefit .imgBox03 {
	margin-bottom: 0;
}

#sponsor .benefit .imgBox03 .textBox .ttlList {
	margin-bottom: 16px;
}


#sponsor .h3Ttl {
	margin-bottom: 35px;
}

.sche-text {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 20px 0 60px;
}

#sponsor .dlList {
	margin-bottom: 56px;
}

#sponsor .dlList dt {
	box-sizing: border-box;
	margin: 10px;
	padding: 1px 5px 3px;
	width: 50px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #9fa0a0;
}

#sponsor .dlList dd {
	margin-bottom: 7px;
	padding: 13px 20px 15px 80px;
	font-size: 1.5rem;
	background-color: #FFF;
}

#sponsor .dlList dd:last-child {
	margin-bottom: 0;
}

#sponsor .text03 {
	margin-bottom: 63px;
}

@media all and (max-width: 959px) {
	#sponsor .imgBox01 .textBox td {
		padding-left: 10px;
	}

	#sponsor .imgBox01 .textBox .wid01 {
		padding-left: 10px;
		letter-spacing: 0;
	}

	#sponsor .imgBox01 .textBox td .num {
		margin: 0 5px;
	}
}

@media all and (max-width: 870px) {
	#sponsor .imgBox01 .textBox th {
		width: 29%;
	}

	#sponsor .imgBox01 .textBox th .inner {
		font-size: 1.2rem;
	}

	#sponsor .imgBox01 .textBox td {
		width: 27%;
		font-size: 1.4rem;
	}

	#sponsor .imgBox01 .textBox .wid01 {
		width: 44%;
		letter-spacing: -0.5px;
	}

	#sponsor .imgBox01 .textBox td .price {
		font-size: 2.4rem;
	}

	#sponsor .imgBox01 .textBox td .imgTxt {
		width: 50px;
	}

	#sponsor .imgBox01 .textBox td .num {
		font-size: 2.6rem;
		letter-spacing: -1px;
	}

	p.shimekiri span {
		display: block;
	}

	.attention-box {
		padding: 25px 15px 25px;
	}

	.attention-box > p {
		text-align: left;
	}

	.attention-box h3 {
		font-size: 1.4rem;
		text-align: left;
		padding: 10px 20px;
	}

	.attention-box .attention-box-inner {
		flex-direction: column;
	}

	.attention-box .attention-box-inner .attention-box-item {
		width: 100%;
		padding: 2% 0;
	}

	#sponsor .benefit .benefitTab thead td {
		padding: 5px 4px 7px 5px;
	}

	#sponsor .benefit .benefitTab .wid01 {
		padding: 5px 5px 7px 4px;
	}

	#sponsor .benefit .benefitTab .wid02 {
		padding: 5px 5px 7px;
	}

	#sponsor .benefit .benefitTab .wid03 {
		padding: 5px 0 7px 4px;
	}

	#sponsor .benefit .benefitTab thead td .inner {
		letter-spacing: -0.5px;
	}
}

@media all and (max-width: 767px) {
	#sponsor {
		margin-top: -7px;
	}

	#sponsor .comTxt {
		margin-bottom: 17px;
		line-height: 1.7;
		text-align: left;
	}

	#sponsor .imgBox01 {
		margin-bottom: 37px;
		padding: 28px 32px 18px;
	}

	#sponsor .imgBox01 .photoBox {
		margin: 0 0 25px;
		width: auto;
		float: none;
	}

	#sponsor .imgBox01 .photoBox .pho {
		margin: 0 auto 10px;
		width: 58.8%;
		padding: 0;
	}

	#sponsor .imgBox01 .photoBox .text01 {
		margin: 0 0 12px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	#sponsor .imgBox01 .photoBox .time {
		font-size: 1.5rem;
	}

	#sponsor .imgBox01 .textBox {
		width: auto;
		float: none;
	}

	#sponsor .imgBox01 .textBox table {
		margin-bottom: 20px;
	}

	#sponsor .imgBox01 .textBox th,
	#sponsor .imgBox01 .textBox td {
		padding: 4px 0 5px 7px;
		font-size: 1rem;
	}

	#sponsor .imgBox01 .textBox th {
		padding: 5px 0 5px;
		width: 32%;
	}

	#sponsor .imgBox01 .textBox th .inner {
		padding: 4px 3px;
		font-size: 1rem;
		letter-spacing: 0;
	}

	#sponsor .imgBox01 .textBox td {
		width: 24%;
		white-space: nowrap;
	}

	#sponsor .imgBox01 .textBox .wid01 {
		padding-left: 12px;
		width: 44%;
		letter-spacing: 0;
	}

	#sponsor .imgBox01 .textBox td .price {
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	#sponsor .imgBox01 .textBox td .imgTxt {
		margin-top: 5px;
		width: 30px;
	}

	#sponsor .imgBox01 .textBox td .num {
		margin: 0 3px 0 5px;
		font-size: 1.4rem;
	}

	#sponsor .imgBox01 .textBox p {
		font-size: 1.3rem;
	}

	#sponsor .text02 {
		margin-bottom: 31px;
		font-size: 1.1rem;
	}

	#sponsor .text02 span {
		margin-left: 3px;
		font-size: 1.6rem;
	}

	#sponsor .phoList {
		margin: -16px 0 41px;
		padding: 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#sponsor .phoList li {
		margin-top: 16px;
		padding: 0;
		width: 32%;
	}

	#sponsor .phoList li:nth-child(1),
	#sponsor .phoList li:nth-child(2) {
		width: 48.5%;
	}

	#sponsor .benefit {
		margin-bottom: 38px;
		padding: 30px 0 40px;
	}

	#sponsor .benefit .headLine02 {
		margin-bottom: 20px;
	}

	#sponsor .benefit .benefitTab th,
	#sponsor .benefit .benefitTab td {
		padding: 3px 0 8px;
		display: block;
		width: 20% !important;
		float: left;
		font-size: 1.5rem;
		border-bottom: none;
	}

	#sponsor .benefit .benefitTab01 tbody tr:last-of-type td {
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		padding: 8px 0;
	}


	#sponsor .benefit .benefitTab th {
		padding-right: 0;
		width: 100% !important;
		border-bottom: none;
	}

	#sponsor .benefit .benefitTab thead th {
		padding: 0 0 17px;
	}

	#sponsor .benefit .benefitTab td {
		padding: 6px 5px 9px;
	}

	#sponsor .benefit .benefitTab thead td {
		padding: 0 2px 5px !important;
	}

	#sponsor .benefit .benefitTab thead th .en {
		margin-right: 7px;
		padding: 2px 13px 3px 12px;
	}

	#sponsor .benefit .benefitTab thead td .inner {
		padding: 6px 5px 4px;
		font-size: 0.9rem;
	}

	#sponsor .benefit .ttl {
		padding: 3px 5px 3px 36px;
		font-size: 1.5rem;
	}

	#sponsor .benefit .ttl .num {
		width: 28px;
	}

	#sponsor .benefit .benefitTab01 {
		margin: 48px 0;
	}

	#sponsor .benefit .benefitTab01 thead th,
	#sponsor .benefit .benefitTab01 thead td {
		padding: 0 0 5px !important;
	}

	#sponsor .benefit .benefitTab01 thead th {
		padding-bottom: 17px !important;
	}

	#sponsor .benefit .benefitTab01 thead td {
		padding-bottom: 13px !important;
		min-height: 32px;
		font-size: 1.1rem;
		white-space: nowrap;
	}

	#sponsor .benefit .benefitTab01 thead td .imgTxt {
		margin-top: 3px;
		max-width: 40px;
		margin: 0 auto;
		display: block;
	}

	#sponsor .benefit .benefitTab01 thead td .num {
		margin: 0 3px;
		font-size: 1.6rem;
	}

	#sponsor .benefit .benefitTab01 tbody td .price {
		padding: 0;
		font-size: 1rem;
		word-break: break-all;
	}

	#sponsor .benefit .benefitTab01 tbody td .price span {
		font-size: 1.6rem;
	}

	#sponsor .benefit .benefitTab02 {
		margin-bottom: 40px;
	}

	#sponsor .benefit .benefitTab02 td {
		padding: 3px 10px 11px 10px;
		width: 100% !important;
	}

	#sponsor .benefit .benefitTab02 tbody td .fwBold {
		margin: 3px 0 0 9px;
		font-size: 1.1rem;
	}

	#sponsor .benefit .benefitTab02 tbody td .fwBold .imgTxt {
		margin-top: 0;
		max-width: 30px;
	}

	#sponsor .benefit .benefitTab02 tbody td .fwBold .num {
		margin: -2px 3px 0;
		font-size: 1.6rem;
	}

	#sponsor .benefit .benefitTab02 tbody td p {
		padding: 0 0 0 1em;
	}

	#sponsor .benefit .benefitTab02 tbody td .small {
		margin-bottom: 5px;
		padding-top: 5px;
		font-size: 1.2rem;
	}

	#sponsor .benefit .imgBox02 {
		margin-bottom: 33px;
		padding: 17px 14px 28px;
	}

	#sponsor .benefit .imgBox02 .photoBox {
		width: 100%;
		float: none;
	}

	#sponsor .benefit .imgBox02 .textBox {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}

	#sponsor .benefit .imgBox02 .textBox .ttlList {
		margin-bottom: 12px;
		max-width: 100%;
	}

	#sponsor .benefit .imgBox02 .textBox .ttlList li {
		margin-bottom: 5px;
	}

	#sponsor .benefit .imgBox02 .ttlList .ttl {
		padding: 3px 5px 4px 34px;
		font-size: 1.5rem;
	}

	#sponsor .benefit .imgBox02 .ttlList .ttl .num {
		padding-top: 3px;
	}

	#sponsor .benefit .imgBox02 .textBox .txtList {
		margin-bottom: 10px;
	}

	#sponsor .benefit .imgBox02 .textBox .txtList li {
		margin-bottom: 3px;
		font-size: 1.5rem;
		line-height: 1.7;
	}

	#sponsor .benefit .imgBox02 .textBox .noteList li {
		margin: 0 2px 2px;
		font-size: 1.4rem;
	}

	#sponsor .benefit .imgBox02 .textBox .btnList {
		margin: -3px 0 11px;
	}

	#sponsor .benefit .imgBox02 .textBox .btnList li {
		margin: 3px 0 0 1px;
		padding: 2px 3px 3px;
		width: 100px;
		font-size: 1.4rem;
		border: 1px solid #17a0e9;
	}

	#sponsor .benefit .imgBox02 .textBox .txtList li .small {
		margin-left: 5px;
		font-size: 1.5rem;
	}

	#sponsor .benefit .imgBox02 .textBox .ttlList {
		margin-bottom: 7px;
	}

	#sponsor .benefit .imgBox03 {
		margin-bottom: 0;
	}

	#sponsor .h3Ttl {
		margin-bottom: 21px;
	}

	#sponsor .dlList {
		margin-bottom: 30px;
		line-height: 1.6;
	}

	#sponsor .dlList dt {
		margin: 5px;
		padding: 0 3px 1px;
		width: 40px;
		font-size: 1.5rem;
	}

	#sponsor .dlList dd {
		margin-bottom: 4px;
		padding: 5px 20px 6px 60px;
		font-size: 1.5rem;
	}

	#sponsor .text03 {
		margin-bottom: 40px;
	}
}

@media (min-width: 320px) and (max-width: 383px) {
	#sponsor .imgBox01 .textBox {
		margin: 0 -20px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-bottom: 80px;
}

#about .headLine02 {
	margin-top: -45px;
	font-size: 4.8rem;
	font-family: bougan, arial, sans-serif;
	color: #000;
}

/* #about h3 {
	margin: -9px 0 29px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}*/

#about .topTxt {
	margin-bottom: 38px;
	font-size: 1.4rem;
	line-height: 2.28;
	text-align: center;
}

#about .whiteBox {
	margin-bottom: 77px;
	padding: 39px 66px 65px;
	border: 1px solid #B4B2B3;
	background-color: #fff;
}

#about .whiteBox li {
	margin-bottom: 20px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

#about .whiteBox li:last-child {
	margin-bottom: 0;
}

#about .whiteBox li span {
	display: table-cell;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

#about .whiteBox li .img {
	width: 9.8%;
}

#about .comPhotoList {
	position: relative;
	z-index: 1;
}

#about .comPhotoList01 {
	margin: -20px 11px 0;
}

#about .comPhotoList01 li {
	margin: 20px 1.125% 0 0;
	width: 19.1%;
}

#about .comPhotoList01 li:nth-child(5n) {
	margin-right: 0;
}

#about .comPhotoList01 li p {
	font-size: 1.4rem;
}

#about .bgBox {
	margin: -50px auto 0;
	max-width: 870px;
	position: relative;
}

#about .bgBox img {
	margin: -42px 0;
}

#about .bgBox .sub {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#about .bgBox .sub .inner {
	width: 100%;
	height: 100%;
	display: table;
}

#about .bgBox .subInner {
	padding-top: 50px;
	display: table-cell;
	vertical-align: middle;
}

#about .bgBox .subInner h4 {
	margin-bottom: 35px;
	color: #fff;
	font-size: 2.6rem;
	font-style: italic;
	letter-spacing: 1.5px;
	text-align: center;
}

#about .bgBox .subInner p {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-align: center;
}

#about .bgBox .inner .text {
	margin-bottom: 45px;
	font-size: 6rem;
	letter-spacing: 12px;
}

#about .bgBox .inner .text .block {
	margin: 0 75px;
}

#about h5 {
	margin-bottom: 24px;
	font-size: 2rem;
	letter-spacing: 2px;
	color: #000;
}

#about .comTable {
	margin-bottom: 36px;
}

#about .comTable:last-child {
	margin-bottom: 0;
}

#about .comTable td {
	font-weight: 300;
}

#about .comTable td a:hover {
	color: #887452;
}

#about .comTable .comLink {
	margin-bottom: 0;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5;
}

#about .comTable .comLink a {
	padding-bottom: 3px;
}

#about .special-contents {
	width: 90vw;
	max-width: 1280px;
	margin: 30px auto 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about .special-contents div {
	width: 15%;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#about .comTable .link:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 767px) {
	#about {
		margin-bottom: 40px;
	}

	#about .headLine02 {
		margin-top: -20px;
		font-size: 2.4rem;
	}

	/* #about h3 {
		margin: -6px 0 15px;
		font-size: 1.4rem;
	} */

	#about .topTxt {
		margin-bottom: 18px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	#about .whiteBox {
		margin-bottom: 33px;
		padding: 17px 18px 23px;
	}

	#about .whiteBox li {
		margin-bottom: 10px;
	}

	#about .whiteBox li span {
		font-size: 1.5rem;
		letter-spacing: 0.8px;
	}

	#about .whiteBox li .img {
		width: 39px;
	}

	#about .whiteBox li .img img {
		width: 23px;
	}

	#about .comPhotoList01 {
		margin: -18px 0 0;
	}

	#about .comPhotoList01 li {
		margin: 18px 1.06% 0 !important;
		padding-bottom: 5px;
		width: 31.2%;
	}

	#about .comPhotoList01 .wid01 {
		margin: 17px 1% 0 !important;
		width: 48%;
	}

	#about .comPhotoList01 li p {
		font-size: 1.2rem;
	}

	#about .comPhotoList01 .wid01 {
		padding-bottom: 6px;
	}

	#about .comPhotoList01 .wid01 .photo {
		margin-bottom: 4px;
	}

	#about .comPhotoList01 .wid01 p {
		font-size: 1.4rem;
	}

	#about .bgBox {
		margin: 0;
		max-width: inherit;
	}

	#about .bgBox img {
		margin: -8px 0;
	}

	#about .bgBox .subInner {
		padding: 0 0 5px;
	}

	#about .bgBox .subInner h4 {
		margin-bottom: 15px;
		font-size: 1.4rem;
		letter-spacing: 1.5px;
	}

	#about .bgBox .subInner p {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}

	#about .bgBox .inner .text {
		margin-bottom: 17px;
		font-size: 2.7rem;
		letter-spacing: 6px;
	}

	#about .bgBox .inner .text .block {
		margin: 0 30px;
	}

	#about h5 {
		margin-bottom: 12px;
		font-size: 1.7rem;
		letter-spacing: 1px;
	}

	#about .comTable {
		margin-bottom: 36px;
	}

	#about .comTable .comLink {
		font-size: 1.5rem;
	}

	#about .comTable .comLink a {
		padding-bottom: 1px;
	}

	#about .comTable .comLink a:hover {
		color: #333;
	}

	#about .comTable td a:hover {
		color: #333;
		text-decoration: none;
	}

	#about .special-contents {
		margin-bottom: 40px;
	}

	#about .special-contents div {
		width: 45%;
		margin-bottom: 30px;
	}

}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access {
	margin-top: -50px;
}

#access .headLine03 {
	margin-bottom: 24px;
	font-size: 2rem;
	letter-spacing: 2px;
	color: #000;
}

#access .tabBox {
	margin-bottom: 61px;
}

#access .tabBox table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}

#access .tabBox table th,
#access .tabBox table td {
	padding: 10px 18px 9px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #edeef0;
	box-sizing: border-box;
}

#access .tabBox table th {
	padding: 6px 5px 5px;
	width: 25%;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background-color: #9fa0a0;
}

#access .tabBox table tr:last-child th,
#access .tabBox table tr:last-child td {
	border-bottom: none;
}

#access .tabBox table .trStyle01 td {
	padding: 4px 18px;
}

#access .txtList {
	margin-bottom: 66px;
}

#access .txtList li {
	width: 46.875%;
	float: left;
}

#access .txtList li:nth-child(2n) {
	float: right;
}

#access .txtList li .headLine03 {
	margin-bottom: 29px;
}

#access .txtList li .photo {
	margin-bottom: 16px;
}

#access .txtList li p {
	font-size: 1.5rem;
	line-height: 1.75;
}

.map iframe {
	width: 100%;
	height: 420px;
	vertical-align: top;
}

@media all and (max-width: 767px) {
	#access {
		margin-top: -9px;
		padding-bottom: 58px;
	}

	#access .headLine03 {
		margin-bottom: 12px;
		font-size: 2rem;
		letter-spacing: 1px;
	}

	#access .tabBox {
		margin-bottom: 38px;
	}

	#access .tabBox table {
		width: 100%;
		border-collapse: collapse;
		background-color: #FFF;
	}

	#access .tabBox table th,
	#access .tabBox table td {
		padding: 10px 18px;
		width: 100% !important;
		float: left !important;
		font-size: 1.5rem;
	}

	#access .tabBox table th {
		padding: 10px 5px;
		text-align: center;
	}

	#access .tabBox table .trStyle01 td {
		padding: 2px 18px;
	}

	#access .tabBox table td .comLink {
		font-size: 1.5rem;
	}

	#access .txtList {
		margin-bottom: 27px;
	}

	#access .txtList li {
		margin-bottom: 38px;
		width: auto;
		float: none;
	}

	#access .txtList li:nth-child(2n) {
		float: none;
	}

	#access .txtList li:last-child {
		margin-bottom: 0;
	}

	#access .txtList li .headLine03 {
		margin-bottom: 13px;
	}

	#access .txtList li .photo {
		margin-bottom: 12px;
	}

	#access .txtList li .photo img {
		width: 100%;
	}

	#access .txtList li p {
		font-size: 1.5rem;
		line-height: 1.9;
	}

	#access .map {
		margin: 0 17px;
		position: relative;
		padding-bottom: 74.28%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;

	}

	#access .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

.sponsored_list {
	padding: 20px 10px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	word-wrap: break-word;
}

.sponsored_list_detail {
	width: 48%;
	margin: 10px 1%;
	display: flex;

}

.sponsored_list_items {
	width: 44%;
	margin: 15px 3%;
}

.sponsored_list_detail div h3 {
	font-size: 1.4rem;
	margin-bottom: 0.8em;
	border-left: 3px solid #333;
	padding-left: 0.4em;
}

.sponsored_list_detail div p {
	margin-bottom: 5px;
}

.sponsored_list_detail div:nth-child(2) img {
	margin: 0 auto 3px;
	display: block;
	max-height: 60px;
	width: auto;
}

#main .sponsor {
	padding: 0 0 80px;
}

#main .sponsor .headLine08 {
	margin-bottom: 56px;
}

#main .sponsor .content {
	max-width: 1200px;
}

#main .sponsor ul {
	max-width: 1200px;
	margin: -18px -0.22% 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 20px;
}

#main .sponsor li {
	margin: 18px 0.5% 0;
	width: 9%;
	/* float: left; */
}

#main .sponsor li a {
	display: block;
}

#main .sponsor li a:hover {
	opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 990px) {
	#main .sponsor li {
		width: 13%;
	}
}

@media all and (max-width: 767px) {
	#main .sponsor {
		padding: 25px 0;
	}

	#main .sponsor .headLine08 {
		margin-bottom: 35px;
	}

	#main .sponsor .content {
		max-width: inherit;
	}

	#main .sponsor ul {
		margin: -10px 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	#main .sponsor li {
		margin: 10px 1% 0;
		width: 17.5%;
	}

	#main .sponsor li img {
		width: 100%;
	}
}

/* 20191114追加分 */

.sponsor-list {
	max-width: 920px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 30px 15px;
}

.sp-container {
	margin-bottom: 10px;
	padding-bottom: 25px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;

}

.sp-container:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sp-box {
	display: flex;
	flex-direction: row-reverse;
	word-wrap: break-word;
}

.sp-item.left {
	width: 55%;
	margin: 8px 2.5%;
}

.sp-item.left img {
	display: block;
	margin: 0 auto 15px;
}

.sp-item.left h4 {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: bougan, arial, sans-serif;
	margin-bottom: .2em;
	text-align: center;
}

.sp-item.left h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: .6em;
	margin-top: .3em;
	border-left: 9px solid #333;
	padding-left: 8px;
}

.sp-item.left p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: .5em;
}

.sp-item.left p a {
	text-decoration: underline;
}

.sp-item.left p a:hover {
	text-decoration: none;
}

.sp-item.right {
	width: 35%;
	margin: 8px 2.5%;
}

@media all and (max-width: 767px) {
	.sp-box {
		flex-direction: column;
	}

	.sp-item.left,
	.sp-item.right {
		width: 95%;
		margin: 8px 2.5%;
	}
}


#ninja {
	background-color: #4d4d4d;
	margin-top: -155px;
}

@media all and (max-width: 767px) {
	#ninja {
		margin-top: -80px;
	}
}

#main #ninja .headLine02 {
	color: #eee;
}

#main #ninja .comText01 {
	font-size: 1.5rem;
	line-height: 1.6;
}

#main #ninja .com-h4 {
	font-size: 2.4rem;
	margin: 4px 0 15px;
}


#ninja .content {
	padding-top: 70px;
	color: #eee;
}

.hajimeni {
	margin-bottom: 25px;
	text-align: center;
	font-size: 16px;
}

@media all and (max-width: 767px) {
	.hajimeni {
		text-align: left;
	}
}

.ninja-sec {
	display: flex;
	margin: 35px auto;
	font-size: 1.6rem;
}

.ninja-sec01 {
	background-image: url(img/ninja/sec_01_bg.jpg);
	background-size: cover;
}

.ninja-sec02 {
	background-image: url(img/ninja/sec_02_bg.jpg);
	background-position: left 60%;
	background-size: cover;
}

.ninja-sec03 {
	background-image: url(img/ninja/sec_03_bg.jpg);
	background-size: cover;
	background-position: left 40%;
}

.ninja-sec .left-b {
	flex-basis: 40%;
	padding: 30px;
}

.ninja-sec .left-b h3 {
	font-size: 36px;
	line-height: 40px;
	text-shadow: 1px 1px 3px #444;
	font-family: bougan, arial, sans-serif;
}

.ninja-sec .right-b {
	flex-basis: 60%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 30px;
}

.ninja-sec .right-b .youtube {
	display: flex;
	margin-bottom: 20px;
}

.ninja-sec .right-b .youtube .youtube-embed {
	position: relative;
	width: 100%;
	padding-top: 34%;
	margin-right: 10px;
	max-width: 280px;
}

.ninja-sec .right-b .youtube .youtube-embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.ninja-sec .right-b .youtube .youtube-text h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px 0 10px;
}

.ninja-sec .right-b .text {
	font-weight: bold;
	font-size: 1.7rem;
}

@media all and (max-width: 767px) {
	.ninja-sec01 {
		background-image: url(img/ninja/sec_01_bg.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.ninja-sec02 {
		background-image: url(img/ninja/sec_02_bg.jpg);
		background-size: contain;
		background-position: left top;
		background-repeat: no-repeat;
	}

	.ninja-sec03 {
		background-image: url(img/ninja/sec_03_bg.jpg);
		background-size: contain;
		background-position: left top;
		background-repeat: no-repeat;
	}

	.ninja-sec .left-b h3 {
		text-align: right;
	}

	.ninja-sec,
	.ninja-sec .right-b .youtube {
		flex-direction: column;
	}

	.ninja-sec .left-b {
		padding-bottom: 150px;
	}

	.ninja-sec .right-b .youtube .youtube-embed {
		padding-top: 56.4%;
		max-width: 100%;
	}
}

.gaiyou-sec {
	display: flex;
	margin: 35px auto;
	font-size: 1.6rem;
	justify-content: space-between;
	background-color: #222;
}

.gaiyou-sec .left-b {
	padding: 30px;
}

.gaiyou-sec .left-b h3 {
	font-size: 36px;
	line-height: 40px;
}

.gaiyou-sec .left-b table {
	margin: 25px 0;
	font-size: 1.8rem;
}

.gaiyou-sec .left-b table th {
	width: 80px;
	padding: 5px 0;
}

.gaiyou-sec .left-b table td {
	padding: 5px 0 5px 20px;
	font-size: 1.6rem;
}

.gaiyou-sec .left-b table td br {
	display: none;
}

@media all and (max-width: 767px) {
	.gaiyou-sec .left-b table td br {
		display: block;
	}
}

.gaiyou-sec .right-b {
	flex-basis: 35%;
}

@media all and (max-width: 767px) {
	.gaiyou-sec {
		flex-direction: column;
	}
}


.syousai-sec {
	margin: 40px auto;
	font-size: 1.6rem;
	padding-top: 30px;
	border-top: 1px dashed #666;
}

.syousai-sec img {
	margin: 30px 0 10px;
}


.syousai-sec h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: bougan, arial, sans-serif;
}

.syousai-sec .attention {
	font-size: 13px;
}

@media all and (max-width: 767px) {
	.syousai-sec h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.syousai-sec img {
		margin: 20px 0 10px;
	}
}


.ninja-entry {
	background-color: #5e5e5e;
	padding: 15px;
	margin-bottom: 30px;
}

.ninja-entry h4 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 15px;
}

.ninja-entry .ninja-entry-btn {
	display: flex;
	justify-content: center;
}


#main .ninja-btn {
	margin: 10px 15px;
	max-width: 280px;
	text-align: center;
}

#main .ninja-btn a {
	padding: 8px 15px;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
}

#main .ninja-btn.trial a {
	background-color: #2162bb;
}

#main .ninja-btn.parkour a {
	background-color: #d62d35;
}

#main .ninja-btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (max-width: 767px) {
	.ninja-entry .ninja-entry-btn {
		flex-direction: column;
	}

	#main .ninja-btn {
		margin: 5px auto;
		max-width: inherit;
		width: 100%;
	}

	#main .ninja-btn a {
		padding: 8px 5px;
		font-size: 1.3rem;
		letter-spacing: 0;
		border-radius: 5px;
	}
}

/* 1203追記 */
img[usemap] {
	max-width: 100%;
	height: auto;
}

p.attention {
	font-weight: bold;
	line-height: 1.8;
	border: 2px solid #e13938;
	font-size: 1.6rem;
	color: #e13938;
	width: auto;
	margin: 20px 40px !important;
	padding: 10px;
	text-align: center;
}

@media all and (max-width: 767px) {
	p.attention {
		width: 90%;
		text-align: left;
		margin: 30px auto !important;
	}

	p.attention br {
		display: none;
		p.attention
	}
}

/* 210421追記 ダウンロードページ関連 */
.dl_btn {
	text-align: center;
}

.dl_btn a {
	display: inline-block;
	min-width: 540px;
	margin: 30px auto 10px;
	font-size: 36px;
	padding: 18px 85px;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}

.dl_btn.red a {
	background-color: #e60012;
}

.dl_btn.dark-blue a {
	background-color: #2424d3;
}

.dl_btn.orange a {
	background-color: #f39800;
}

.dl_btn.brown a {
	background-color: #7a6a56;
}

.dl_attention {
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 10px;
}

.dl_attention strong {
	display: block;
	text-align: center;
}

.dl_h2 {
	margin-top: 80px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.dl_caution {
	width: 680px;
	max-width: 100%;
	margin: 20px auto;
	font-size: 36px;
	padding: 18px 85px;
	text-align: center;
	font-weight: bold;
	border: 3px solid #e60012;
	color: #e60012;
}


@media all and (max-width: 767px) {
	.dl_btn a {
		margin: 20px auto 10px;
		min-width: 100%;
		font-size: 20px;
		padding: 12px 35px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.dl_h2 {
		margin-top: 50px;
		font-size: 26px;
	}

	.dl_attention {
		text-align: left;
	}
	

	.dl_attention br.sp-none {
		display: none;
	}
	
	.dl_caution {
		width: 100%;
		box-sizing: border-box;
		font-size: 8.5vw;
		padding: 15px;
}

}

/* 210428 追記 */

#main .shop-list-area {
	padding-bottom: 0;
	margin-bottom: 40px;
}

#main .shop-list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 40px;
	padding: 0 30px;
}

#main .shop-list-inner {
	width: 23%;
	word-break: normal;
}

#main .shop-list-inner table tr td {
	vertical-align: top;
	padding: 1px 0;
	text-align: left;
	font-size: 11px;
}

#main .shop-list-inner table tr td:first-of-type {
	width: 25px;
	font-size: .9rem;
	font-weight: bold;
	color: black;
}

#main .shop-list-inner table tr td.area-title {
	font-size: 1.8rem;
	padding: 20px 0 5px;
	color: #836528;
}

#main .shop-list-inner table tr td.area-sub-title {
	font-size: 1.5rem;
	padding: 5px 0 5px;
	color: #000;
}

#main .shop-list-inner table tr td.area-title.area-title-head {
	padding-top: 5px;
}

#main .shop-list-inner table tr td.special-booth {
	font-size: 1.2rem;
	padding-top: 0;
	color: black;
	font-weight: bold;
}

#main .shop-list-inner table tr td.special-booth-num {
	padding-top: 10px;
	color: black;
}

#main .shop-list-inner table tr td.special-booth-no {
	width: 45px;
}

#main .topBox p.shop-list-attention {
	font-weight: normal;
	font-size: 12px;
}

.lum-lightbox.lum-open {
	display: block;
	z-index: 3;
}

.lum-gallery-button {
	display: none !important;
}

@media all and (max-width: 767px) {
	#main .shop-list-area .content {
		margin: 0;
	}

	#main .shop-list {
		flex-wrap: wrap;
		margin: 30px 0 30px;
		padding: 0;
	}

	#main .shop-list-inner {
		width: 47%;
		margin-bottom: 40px;
	}
}

.link_btn {
	text-align: center;
}

.link_btn a {
	display: inline-block;
	min-width: 340px;
	margin: 20px auto 80px;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #9fa0a0;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
}


@media all and (max-width: 767px) {
	.link_btn a {
		margin: 15px auto 45px;
		min-width: 100%;
		font-size: 13px;
		box-sizing: border-box;
	}
}

/* エントリーページ用追記 */

.h2-area {
	background-color: #707070;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

.h2-area.page-top {
	padding-top: 65px;
}

.h2-area h2 {
	font-size: 3.6rem;
	margin-bottom: 10px;
}

.h2-area p {
	line-height: 1.8;
}

.h2-area p img {
	vertical-align: middle;
}

.entry-indoor,
.entry-outdoor {
	text-align: center;
	padding: 140px 0;
	background-size: cover;
}

.entry-indoor h3,
.entry-outdoor h3 {
	display: inline-block;
	font-size: 4.2rem;
	color: #fff;
	padding: 8px 25px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}

.entry-indoor {
	background-image: url(img/entry/bg-indoor.jpg)
}

.entry-outdoor {
	background-image: url(img/entry/bg-outdoor.jpg)
}


.booth-type {
	background-color: #fff;
	padding: 10px;
}

.booth-type .booth-line {
	display: flex;
	justify-content: space-between;
}

.booth-line div {
	margin: 20px;
}

.pr-option {
	margin: 60px 0 20px;
}

.pr-option .pr-line {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pr-option .pr-line:first-of-type {
	margin-top: 30px;
}


.pr-option .pr-line.pr-line-a div {
	width: 49.5%;
}

.pr-option .pr-line.pr-line-b {
	flex-wrap: wrap;
}

.pr-option .pr-line.pr-line-b div {
	width: 32.8%;
	margin-bottom: 10px;
}

.party-area {
	width: 800px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px 80px;
}

.party-area-innner {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.party-area-innner p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.75;
	margin-top: 20px;
	color: #000;
}

.party-area-innner .left-box {
	width: 500px;
}

.party-area-innner .right-box {
	width: 250px;
}


@media all and (max-width: 767px) {
	.h2-area.page-top {
		padding: 10px 20px;
	}
	
	.h2-area h2 {
		font-size: 2.4rem;
	}

	.h2-area p {
		padding: 0 20px;
		text-align: left;
	}

	.entry-indoor,
	.entry-outdoor {
		padding: 60px 0 100px;
	}

	.entry-indoor h3,
	.entry-outdoor h3 {
		font-size: 2.8rem;
	}

	.booth-type .booth-line {
		flex-direction: column;
	}

	.booth-line div {
		margin: 15px 10px;
	}

	.booth-type .booth-line-b {
		width: 80%;
		margin: 0 auto;
	}

	.booth-type .booth-line.booth-line-c {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.booth-type .booth-line.booth-line-c div {
		width: calc(50% - 20px);
	}

	.pr-option {
		margin: 20px 0;
	}

	.pr-option .pr-line {
		flex-direction: column;
		margin-top: 0;
	}

	.pr-option .pr-line:first-of-type {
		margin-top: 15px;
	}

	.pr-option .pr-line div {
		margin: 5px 0;
	}

	.pr-option .pr-line.pr-line-a div {
		width: 100%;
	}

	.pr-option .pr-line.pr-line-b {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pr-option .pr-line.pr-line-b div {
		width: calc(50% - 5px);
		margin-bottom: 5px;
	}

	.party-area {
		width: calc(100% - 40px);
		padding: 20px;
	}
	
	.party-area-innner {
		flex-direction: column;
		align-items: center;
		margin-top: 15px;
	}
	
	.party-area-innner p {
		font-size: 13px;
	}
	
	.party-area-innner .left-box {
		width: 100%;
	}
	
	.party-area-innner .right-box {
		margin-top: 20px;
		width: 50%;
	}

}

/*===========
.scroll-box
===========*/
.scroll-box {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}

.scroll-box div img {
	max-width: 100%;
	min-width: 600px;
	vertical-align: top;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
	height: 4px;
}

/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
	background: #eee;
}

/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
}


#about .content {
	max-width: 800px;
}

#about .content .inner {
	max-width: 720px;
	margin: 0 auto;
}

.about-txt {
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 10px 0 40px;
	color: #000;
}

.about-txt li {
	margin-left: 1.2em;
	list-style-type:disc; 
}

.about-safe-life {
	background-color: #c3ba9b;
	padding: 25px 40px 5px;
	margin: 60px 0;
	border-radius: 30px;
}

#about .result {
	margin: 30px auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about .result div {
	width: 31%;
	margin-bottom: 30px;
}

#about #works {
	padding-top: 100px;
}

.works-list {
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid #878a75; */
	margin-top: 40px;
}

.works-list .works-list-img {
	box-sizing: border-box;
	width: 198px;
	padding: 15px;
	border-top: 1px solid #878a75;
	border-left: 1px solid #878a75;
	border-right: 1px solid #878a75;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.works-list .works-list-img.last {
	border-bottom: 1px solid #878a75;
}

.works-list .works-list-txt {
	box-sizing: border-box;
	width: 600px;
	border-top: 1px solid #878a75;
	border-right: 1px solid #878a75;
}

.works-list .works-list-txt.last {
	border-bottom: 1px solid #878a75;
}

.works-list .works-list-txt h3 {
	text-align: left;
	background-color: #878a75;
	color: #fff;
	font-size: 1.6rem;
	padding: 8px 30px;
}

.works-list .works-list-txt p {
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.works-list .works-list-txt p span {
	display: block;
	color: #878a75;
}

.works-sub-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.works-sub-list img:first-of-type {
	width: 55%;
}

.works-sub-list img:nth-of-type(2) {
	width: 40%;
}

.works-result {
	display: flex;
	justify-content: space-around;
	background-color: #878a75;
	border-radius: 10px;
	padding: 5px 15px;
}

.works-result img {
	width: 20%;
}

.works-info {
	margin-top: 80px;
	color: #000;
	text-align: center;
}

.works-info h3 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.works-info p {
	font-size: 1.6rem;
	line-height: 2;
}

.works-info p span {
	font-weight: 600;
	padding-right: 20px;
}

.works-info br {
	display: none;
}

@media all and (max-width: 767px) {
	.about-txt {
		margin-bottom: 20px;
	}

	.about-safe-life {
		padding: 15px 20px 5px;
	}

	#about .result div {
		width: 48%;
	}

	#about #works {
		padding-top: 60px;
	}

	.works-list .works-list-img {
		width: 100%;
		padding: 15px;
	}

	.works-list .works-list-txt {
		border-bottom: 1px solid #878a75;
		border-left: 1px solid #878a75;
		margin-bottom: 10px;
	}

	.works-sub-list {
		flex-direction: column;
	}

	.works-sub-list img:first-of-type {
		width: 100%;
	}

	.works-sub-list img:nth-of-type(2) {
		width: 80%;
		margin-top: 10px;
	}

	.works-result {
		flex-direction: column;
		align-items: center;
	}

	.works-result img {
		width: 60%;
		margin: 10px;
	}

	.works-info p span {
		padding: 5px 0 0;
		display: block;
	}

	.works-info br {
		display: block;
	}



}

/* 20211124追記 イベント終了 */
#main .end_event {
    border: 5px solid #c66200;
    padding: 20px 40px;
    display: block;
    background-color: #fff;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

#main .end_event h4 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

#main .end_event h4 br {
    display: none;
}

#main .end_event p {
    margin: 0;
    line-height: 1.75;
	font-size: 13px !important;
	font-weight: normal !important;
}

#main .topBox .end_event p br {
	display: block;
}

@media all and (max-width: 767px) {
    #main .end_event {
        padding: 20px 15px;
    }
    
    #main .end_event h4 {
        font-size: 6vw;
    }
    
    #main .end_event h4 br {
        display: block;
    }
    
    #main .end_event p.sub_text {
        text-align: left;
    }
    
    #main .end_event p.sub_text br {
        display: none;
    }
}

/* 20220318追記 */
#main .ticketInfo {
	margin: 0 0 20px;
}

#main .ticketInfo p {
	margin-bottom: 20px
}

#main .ticketInfo p a:hover {
	opacity: 0.7;
}

/* 20241111追記 */
.sp-flex {
	display: flex;
	justify-content: space-between;
}

.sp-flex img {
	width: 49%;
}

@media all and (max-width: 767px) {
	.sp-flex {
		flex-direction: column;
		row-gap: 10px;
	} 

	.sp-flex img {
		width: 100%;
	}
}