@charset "UTF-8";

textarea {
	resize: vertical;
}

textarea:focus {
	outline: 2px solid #c81133;
}

p.form {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#form .contactform dl,
#form .contactform dt,
#form .contactform dd {
	box-sizing: border-box;
}

#form .contactform {
	width: 800px;
	margin: 30px auto;
	font-size: 13px;
	border: 1px solid #c81133;
}

#form .contactform dl {
	zoom: 1;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	background: #c81133;
}

#form .contactform dl.none {
	border-bottom: none;
}

#form .contactform dl:before {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

#form .contactform dl:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	clear: both;
}

#form .contactform dl dt {
	vertical-align: top;
	float: left;
	width: 180px;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	padding: 15px 10px 0 15px;
	line-height: 150%;
}

#form .contactform dl dt span {
	color: #FFF;
	font-size: 120%;
	padding: 0 0 0 5px;
}

#form .contactform dl dd {
	background: #FFF;
	width: 620px;
	overflow: hidden;
	_display: inline-block;
	padding: 15px 15px;
	margin: 0;
	display: table-cell
}

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

	#form .contactform {
		width: 100%;
		margin: 15px 0;
	}

	#form .contactform dl dt {
		width: 100%;
		padding: 5px 0 5px 15px;
	}

	#form .contactform dl dd {
		width: calc(100% - 30px);
		display: block
	}

	#form .contactform input[type="checkbox"] {
		word-wrap: break-word;
		word-break: break-all;

	}
}

#form .contactform dl dd table {
	width: 100%;
}

#form .contactform dl dd table td {
	margin: 0;
	padding: .5em 0;
	vertical-align: top;
}

#form .contactform dl dd table th {
	vertical-align: top;
	text-align: left;
	padding: .5em 8px .5em 0;
	font-weight: bold;
	white-space: nowrap
}

#form .contactform dl dd table th span {
	color: #c81133;
	padding: 0 0 0 5px;
}

#form .contactform dl dd p {
	margin: 0;
}

#form .contactform dl dd p.mt10 {
	margin-top: 10px;
}



#form .contactform input[type="text"] {
	width: 100%;
	font-weight: normal !important;
	background: #F1EEF0;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 5px 0;
}



#form .contactform input[type="text"]:focus {
	outline: 2px solid #c81133;
}



#form .contactform textarea {
	background: #F1EEF0;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0;
	width: calc(100% - 20px);
	height: 50px;
}



#form .contactform .contactTextField textarea {
	width: 95%;
	height: 200px;
}

#form .contactform select {
	margin: 0 0 5px 0;
}

#form .contactform label {
	margin: 0 5px 0;
	display: inline-block;
	/*white-space: nowrap;*/
}

#form .contactform label input {
	margin: 0 5px 0;
}

#form .contactform .select-wrapper {
	margin: 0;
}



#form input[type="submit"] {
	cursor: pointer;
}


/* CSS Document */
a[target="_blank"] {
	color: #c81133;
	text-decoration: none;
}

a[target="_blank"]::before {
	margin-right: 3px;
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
}

a[target="_blank"]::after {
	margin-left: 3px;
	content: "\f2d2";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: -1px;
}

.column2_box,
.column3_box,
.column4_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column3_box::after {
	content: "";
	display: block;
	width: 31%;
}


.column2_box strong,
.column3_box strong {
	padding: 0;
	margin: 0 0 .5em;
	display: block;
}

/*.column2_box dl dd:last-child,.column3_box dl:last-child {
 box-sizing: border-box;
display: flex;
	flex-direction: column;
 justify-content: flex-end;
}*/
.column2_box dl {
	width: 48%;
	text-align: left;
}


.column2_box dl img,
.column3_box dl img {
	width: 100%;
	height: auto
}

.column3_box dl {
	width: 31%;
	text-align: left;
}



.column4_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column4_box ul li {
	width: 22%;
	text-align: left;
}

@media screen and (max-width: 1200px) and (min-width: 851px) {
	.column4_box ul li {
		width: 31%;
		text-align: left;
	}
}

@media screen and (max-width:850px) {
	.column4_box ul li {
		width: 100%;
		text-align: left;
	}
}

dl.column {
	width: 100%;
	font-size: 0.8rem;
	text-align: center;
}

dl.column dt {
	width: 100%;
	height: 68px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #CCCCCC;
	position: relative;
}

dl.column dt img {
	max-width: 223px;
	width: auto;
	max-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

dl.column dd {
	display: block;
	min-height: 60px;
	margin: 0;
	padding: 0 0 10px;
}

dl.column a[target="_blank"]::before,
dl.column a[target="_blank"]::after {
	display: none;
}




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

	.column2_box,
	.column3_box {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.column2_box dl,
	.column3_box dl {
		width: 100%;

	}
}


main#page-base {
	width: 100%;
	margin: 120px 0 0;
	padding-bottom: 50px;
	border-bottom: 15px solid #f1eef0;
}

#page-base .gray {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f1eef0;
}

#page-base #money-single .content,
#page-base #money-monthly .content {
	width: 700px;
	margin: 0 auto;
	padding: 5px 0 40px;
	background: transparent;
}

#page-base #money-single .content:last-child,
#page-base #money-monthly .content:last-child {
	margin-bottom: -50px;
}

#page-base #money-monthly .method {
	width: 700px;
	margin: 0 auto 20px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

#page-base #money-monthly .method li {
	width: 336px;
	font-weight: bold;
	line-height: 150%;

}

@media screen and (max-width:850px) {
	#page-base #money-monthly .method {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
	}

	#page-base #money-monthly .method li {
		width: 46%;
		font-size: 12px
	}
}

#page-base #money-monthly .method li a {
	display: block;
	padding: 15px 0;
	background: #FFF;
	border: 2px solid #c81133;
	border-radius: 10px;
	transition: .3s
}

#page-base #money-monthly .method li a:hover {
	display: block;
	color: #FFF;
	background: #c81133
}

#page-base #money-monthly .method li i {
	margin-right: 5px;
}

#page-base #money-monthly .example {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #f2eff1;
	text-align: left;
	font-size: 14px;


}

@media screen and (max-width:850px) {
	#page-base #money-monthly .example {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 15px 0;
		background: #f2eff1;
		text-align: left;
		font-size: 14px;


	}
}

#page-base #money-monthly .example dt {
	padding: 20px 30px 10px;
	color: #000;
	font-weight: bold;

}

#page-base #money-monthly .example dd {
	margin: 0 0 8px 0;
	padding: 0 30px;
	color: #c81133;
}

#page-base #money-monthly .example dd span {
	margin-right: .5em;
	padding: 5px 20px;
	border: 1px dotted #c81133;
	border-radius: 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;

}


#page-base #money-single dl.select-box {
	width: calc(700px - 4px);
	margin: 0 auto 20px;
	padding: 0;
	background: #FFF;
	border: 2px solid #c91233;
	text-align: left;
	position: relative;
}

#page-base #money-single dl.select-box label {
	cursor: pointer;
}

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

	#page-base #money-single .content,
	#page-base #money-monthly .content {
		width: calc(100% - 8%);
		margin: 0 4%;
		padding: 5px 0 40px;
		background: transparent;
	}



	#page-base #money-single dl.select-box {
		width: calc(100% - 4px);
		margin: 0 auto 20px;
		padding: 0;
		background: #FFF;
		border: 2px solid #c91233;
		text-align: left;
		position: relative;
	}
}

#page-base #money-single dl.select-box dt {
	position: relative;

}

#page-base #money-single dl.select-box dt strong {
	color: #c81133;
	margin-right: 1em
}

#page-base #money-single dl.select-box dt span {
	margin: 0 20px;
	padding: 1em 0 1em 1em;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #c81133;
	display: block;

}

#page-base #money-single dl.select-box dt::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-left: 0px solid transparent;
	border-right: 30px solid #c81133;
	border-bottom: 30px solid transparent;
	transform: rotateY(180deg);
}

#page-base #money-single dl.select-box dd.step1 {
	padding: 35px 50px 40px;
	font-size: 16px;
	font-weight: bold;

}

#page-base #money-single dl.select-box dd.step1 a {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 10px;
	display: block;
	line-height: 62px;
	transition: .3s;
}

#page-base #money-single dl.select-box dd.step1 a:hover {
	border: 2px solid #c81133;
}

#page-base #money-single dl.select-box dd.step1 a:after {
	margin-right: 22px;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: normal;
	display: inline-block;
	float: right;
}

#page-base #money-single dl.select-box dd.step1 a.whole {
	line-height: 70px;
	font-size: 120%;
}

@media screen and (max-width:850px) {
	#page-base #money-single dl.select-box dd.step1 {
		padding: 35px 15px 40px;
		font-size: 13px;
		font-weight: bold;

	}
}

#page-base #money-single dl.select-box dd.step1 strong {
	margin: 0;
	line-height: 22px;

}

#page-base #money-single dl.select-box dd.step1 span.txt {
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin: 0 0 1em 2em
}

#page-base #money-single dl.select-box dd.step1 i {
	margin-right: 5px;

}

#page-base #money-single dl.select-box dd img {
	vertical-align: middle;
	margin: 5px 10px
}

#page-base #money-single dl.select-box dd.step1 {
	border-bottom: 2px solid #c91233;
}


#page-base #money-single input[type="radio"] {
	display: none;
}

#page-base #money-single input[type="radio"]+.radio-icon {
	padding-left: 10px;
	position: relative;
	margin-right: 20px;
}

#page-base #money-single input[type="radio"]+.radio-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 19px;
	height: 19px;
	border: 1px solid #c91233;
	border-radius: 50%;
}

#page-base #money-single input[type="radio"]:checked+.radio-icon {
	color: #c91233;

}

#page-base #money-single input[type="radio"]:checked+.radio-icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 9px;
	height: 9px;
	background: #c91233;
	border-radius: 50%;
}



#page-base #money-single dl.select-box dd.step2 {
	padding: 35px 50px 35px;

}

@media screen and (max-width:850px) {
	#page-base #money-single dl.select-box dd.step2 {
		padding: 35px 20px 35px;

	}
}

#page-base #money-single dl.select-box dd.step2 .select-wrapper {
	margin-right: 40px;
	float: left;
}

#page-base #money-single table.tbl_simple {
	width: 100%;
	margin: 50px auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: left;
}

#page-base #money-single table.tbl_simple th {
	padding: 1em 1.5em;
	font-size: 14.5px;
	border: 1px solid #cccccc;
	vertical-align: top;
	background: #bbb;
	color: #FFF;
}

#page-base #money-single table.tbl_simple td {
	padding: 1em 2em;
	font-size: 14px;
	border: 1px solid #cccccc;
	background: #FFF;
}

#page-base #h1-wrapper {
	border-bottom: 15px solid #dbd9da;
}

#page-base h1 {
	max-width: calc(1000px - 30px);
	margin: 0 auto;
	padding: 30px 15px 10px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 210%;
}

@media screen and (max-width:850px) {
	#page-base h1 {
		max-width: calc(1000px - 30px);
		margin: 0 auto;
		padding: 15px;
		font-size: 22px;
		font-weight: bold;
		color: #333;
		letter-spacing: 0.05em;
		line-height: 210%;
	}
}

#page-base .content {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: #FFF;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
	#page-base .content {
		width: calc(100% - 8%);
		margin: 0;
		padding: 40px 4% 20px;
		background: #FFF;
		overflow: hidden;
	}
}

@media screen and (max-width:850px) {
	#page-base .content {
		width: calc(100% - 8%);
		margin: 0;
		padding: 15px 4% 20px;
		background: #FFF;
		overflow: hidden;
	}
}

#page-base .hl_kugiri {
	margin: 30px 0;
	font-size: 25px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-bottom: 1px dashed #c81133;
	padding: 0 0 15px 0;
	clear: both;
}

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

	main#page-base h2,
	#page-base .hl_kugiri {
		font-size: 20px;
		padding: 0 0 8px 0;
		line-height: 150%;
	}
}

#page-base .column2_box .hl_kugiri,
#page-base .column3_box .hl_kugiri {
	margin: 30px 0;
	font-size: 25px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-bottom: 1px dashed #c81133;
	padding: 0 0 5px 0;
	clear: both;
}


#page-base .cc_big {
	margin: 0 auto .8em;
	padding: 10px 0 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-align: left;
}

@media screen and (max-width:850px) {
	#page-base .cc_big {
		margin: 0 auto .8em;
		padding: 10px 0 0;
		font-size: 20px;
		font-weight: bold;
		color: #333;
		width: 100%;
		text-align: left;
		line-height: 180%;
	}
}

#page-base .cc_big img {
	vertical-align: middle;
	margin-right: 15px;
}

#page-base p {
	color: #000;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align: left;
	/* font-size: 14px; */
	font-size: 15px;
}

#page-base .cc_red {
	margin: 0;
	padding: 10px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
}

#page-base .hl_small {
	margin: 50px 0 1em;
	padding: 5px 0 5px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #c81133;
	text-align: left;
	border-left: 5px solid #cb1e3d;
	border-bottom: none;
	line-height: 140%;
}

@media screen and (max-width:850px) {
	#page-base .hl_small {
		margin: 50px 15px 1em 0;
		padding: 5px 0 5px 20px;
		font-size: 16px;
		line-height: 150%;
		box-sizing: border-box;
	}
}

#page-base .txt_red {
	font-weight: bold;
	color: #c81133;
}

#page-base caption {
	padding: 1em;
	font-size: 85%;
}

.wp-caption {
	margin: 0 auto;
}

@media screen and (max-width:850px) {
	.wp-caption {
		max-width: 100%;
	}
}

.wp-caption img {
	width: 100%;
	height: auto;
}
}

#page-base p.wp-caption-text {
	font-size: 77%;
}

#page-base .note {
	font-weight: bold;
	color: #8C0E5E;
}

#page-base a.btn_small {
	display: block;
	width: 400px;
	font-size: 15px;
	text-decoration: none;
	margin: 50px auto;
	padding: 10px;
	text-align: center;
	background: #c81133;
	color: #FFFFFF;
}

#page-base a.btn_big {
	font-size: 18px;
	padding: 30px 30px 30px 35px;
	width: 550px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	background: #c81133;
	color: #FFFFFF;
}

@media screen and (max-width:850px) {
	#page-base a.btn_small {
		width: calc(100% - 20px);
		font-size: 13px;
	}

	#page-base a.btn_big {
		font-size: 15px;
		padding: 30px 10px 30px 15px;
		width: calc(100% - 25px);
	}
}

#page-base a.lnk_btn {

	display: inline-block;
	text-decoration: none;
	margin-top: .5em;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #c81133;
	color: #c81133;
}

#page-base a.lnk_btn_red {

	display: inline-block;
	text-decoration: none;
	margin-top: .5em;
	padding: 5px 10px;
	text-align: center;
	background: #c81133;
	color: #FFF;
}

#page-base a.lnk_pdf,
#page-base a.lnk_word {
	background: #FFF;
	display: inline-block;
	text-decoration: none;
	margin-top: .5em;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #c81133;
	color: #c81133;
}

#page-base a.lnk_pdf::after {
	content: "PDF";
	display: inline;
	margin-left: .5em;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	font-size: 77%;
	background: #c81133;
}

#page-base a.lnk_word::after {
	content: "WORD";
	display: inline;
	margin-left: .5em;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	font-size: 77%;
	background: #c81133;
}

#page-base img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

#page-base img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

#page-base img.aligncenter {
	float: none;
	text-align: center;
	margin: 0 auto 30px;
	display: block;
}

#page-event img.alignleft,
#page-event img.aligncenter,
#page-event img.alignright,
#page-base img.alignleft,
#page-base img.alignright {
	max-width: 400px;
	height: auto;
}


#page-base img.aligncenter {
	max-width: 100%;
	height: auto;
}

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

	#page-event img.alignleft,
	#page-event img.aligncenter,
	#page-event img.alignright,
	#page-base img.alignleft,
	#page-base img.aligncenter,
	#page-base img.alignright {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	#page-base img.alignright {
		float: none;
		margin: 0 0 15px 0;
	}

	#page-base img.alignleft {
		float: none;
		margin: 0 0 15px 0;
	}

	#page-base img.aligncenter {
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
	}
}

#page-base table.tbl_simple {
	width: 100%;
	margin: 50px auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: left;
}

#page-base table.tbl_simple th {
	padding: 1em 1.5em;
	font-size: 14.5px;
	border: 1px solid #cccccc;
	vertical-align: top;
	background: #eee;
}

#page-base table.tbl_simple td {
	padding: 1em 2em;
	font-size: 14px;
	border: 1px solid #cccccc;
}

@media screen and (max-width:850px) {
	#page-base table.tbl_simple {
		margin: 25px auto;
	}

	#page-base table.tbl_simple th {
		padding: .5em 1em;
		font-size: 12px;
		border: 1px solid #cccccc;
		vertical-align: top;
		background: #eee;
	}

	#page-base table.tbl_simple td {
		padding: .5em 1em;
		font-size: 12px;
		border: 1px solid #cccccc;
	}
}

ul.list_mark {
	margin-left: 1.5em;

}

ul.list_mark li {
	list-style-type: disc;
	line-height: 200%;
	font-size: 14px;
	text-align: left;
}

@media screen and (max-width:850px) {
	ul.list_mark li {
		list-style-type: disc;
		line-height: 180%;
		font-size: 12px;
		text-align: left;
	}
}

ol.list_no {
	margin-left: 1.5em;
}

@media screen and (max-width:850px) {
	ol.list_no {
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 1.5em;
	}
}

ol.list_no li {
	list-style-type: decimal;
	line-height: 200%;
	font-size: 14px;
	text-align: left;
}


ul.list_note {
	margin-left: 1.5em;
}

@media screen and (max-width:850px) {
	ul.list_note {
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 1.5em;
	}
}

ul.list_note li {
	list-style-type: none;
	text-indent: -1em;
	line-height: 200%;
	font-size: 14px;
	text-align: left;
}

ul.list_note li:before {
	display: inline;
	content: "※";
}

#page-base table.tbl_tour,
#page-event table.tbl_tour {
	width: 100%;
	margin: 50px auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #cccccc;
}

#page-base table.tbl_tour th,
#page-event table.tbl_tour th {
	padding: 1em 1.5em;
	font-size: 14.5px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-top: 2px solid #cccccc;
	vertical-align: top;
	text-align: right;
}

#page-base table.tbl_tour td,
#page-event table.tbl_tour td {
	padding: 1em 2em;
	font-size: 14px;
	border-right: none;
	border-left: none;
	border-bottom: none;

	border-top: 1px dotted #cccccc;
	text-align: left;
}



.content img {
	max-width: 100%;
	height: auto;

}


.tmb_box ul {
	width: 996px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.tmb_box ul li {
	margin: 0 0 15px;
}

.tmb_box dl {
	width: calc(320px - 2px);
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	text-align: center;
	position: relative;
	background: #FFF;
	border-radius: 10px 10px 12px 12px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.tmb_box ul::before {
	content: "";
	display: block;
	width: calc(320px - 2px);
	order: 1;
}

.tmb_box ul::after {
	content: "";
	display: block;
	width: calc(320px - 2px);
}

@media screen and (min-width: 851px) and (max-width: 1200px) {

	.tmb_box ul {
		width: calc(660px - 0px);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}

	.tmb_box ul li {
		margin: 0 0 15px;
	}

	.tmb_box dl {
		width: 320px;

		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		background: #FFF;
		border-radius: 10px 10px 12px 12px;
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2)
	}
}

@media screen and (max-width:850px) {
	.tmb_box ul {
		width: calc(100% - 0px);
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap
	}

	.tmb_box ul li {
		margin: 0 0 15px;
	}

	.tmb_box dl {
		width: 100%;
	}
}

.tmb_box dl dt {
	max-height: 210px;
	height: 210px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.tmb_box dl.tour dt {
	content: "";
	top: 0;
	left: 16px;
	position: absolute;
	background: url(../img/event_label1.png);
	width: 70px;
	height: 70px;
}

.tmb_box dl dt span {
	font-size: 14px;
	line-height: 21px;
	display: block;
	font-weight: bold;
	margin: 0 24px 0 0;
	padding: 0;
	text-align: right;
	letter-spacing: 0.04em;
}

.tmb_box dl dt img {
	width: calc(100% - 4px);
	height: auto;
	margin: 2px;
	padding: 0;
	border-radius: 10px 10px 0 0;
}

.tmb_box dl dd.text {
	height: 180px;

	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	letter-spacing: 0;
}

.tmb_box dl dd.text p {
	height: 4.3em;
	overflow: hidden;
}

.tmb_box dl dd strong {
	height: 2.8em;
	overflow: hidden;
	margin: .5em 0 .5em;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
}

.tmb_box dl dd.more-info {
	width: 279px;
	height: 30px;
	margin: 0 auto;
	padding: 0 15px;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
}

.tmb_box .more-info span.more {
	width: 96px;
	margin: 0 auto;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: inline;
	padding: 2px 0;
	background: #000;
	font-size: 12px;
	color: #FFF;
}

.tmb_box dl dd a {
	text-decoration: none;
	display: block;
}

.waku_gray {
	width: calc(100% - 60px);
	margin: 10px 0;
	padding: 15px 30px;
	border: 1px solid #CCC;

}

@media screen and (max-width:850px) {
	.waku_gray {
		width: calc(100% - 30px);
		margin: 10px 0;
		padding: 15px 15px;
		border: 1px solid #CCC;

	}
}

form {
	text-align: left;
}

/* iOSでのデフォルトスタイルをリセット */
#page-base input[type="submit"],
#page-base input[type="button"],
#page-base input[type="text"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

#page-base input[type="submit"]::-webkit-search-decoration,
#page-base input[type="button"]::-webkit-search-decoration,
#page-base input[type="text"]::-webkit-search-decoration {
	display: none;
}

#page-base input[type="submit"]::focus,
#page-base input[type="button"]::focus,
#page-base input[type="text"]::focus {
	outline-offset: -2px;
}

#page-base select,
#page-event select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#page-base .select-wrapper,
#page-event .select-wrapper {
	width: 300px;
	height: 35px;
	margin: 0 10px 15px 0;
	background: #FFF;
	border: 1px solid #484848;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#page-base .select-wrapper.multiple,
#page-event .select-wrapper.multiple {
	height: 200px;
}

#page-base .select-wrapper-m {
	width: calc(100% - 10px);

	margin: 0 10px 0 0;

	border: 1px solid #ccc;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#page-base .select-wrapper-m select {
	width: 95%;
	height: 300px;
	font-size: 13px;
	padding: 10px;
	position: relative;
	outline: none;
	cursor: pointer;
}


#page-base .select-wrapper:after,
#page-event .select-wrapper:after {
	position: absolute;
	display: block;
	content: '▼';
	width: 30px;
	height: 33px;

	border: 1px solid #FFF;
	top: 0;
	right: 0px;
	margin-top: 0;
	line-height: 33px;
	pointer-events: none;
	background: #D9D9D9;
	text-align: center;
	font-size: 12px;
}

#page-base .select-wrapper.multiple:after,
#page-event .select-wrapper.multiple:after {
	display: none;
}

#page-base .select-wrapper select,
#page-event .select-wrapper select {
	width: 310px;
	height: 35px;
	font-size: 13px;
	padding: 0 10px;
	position: relative;
	outline: none;
	cursor: pointer;
}

#page-base #form .select-wrapper {
	width: calc(100% - 2px);
}

#page-base #form .select-wrapper select {
	width: 100%;
	height: 35px;
	font-size: 13px;
	padding: 0 10px;
	position: relative;
	outline: none;
	cursor: pointer;
}

#page-base #form .select-wrapper.multiple select {
	height: 200px;
	box-sizing: border-box;
}



#page-base input[type="submit"],
#page-event input[type="submit"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	color: #FFF;
	width: 240px;
	height: 40px;
	font-size: 14px;
	background: #C91233
}

#page-base input[type="submit"]:disabled,
#page-event input[type="submit"]:disabled {
	background: #aaa !important;
}

#page-base #form input[type="submit"] {
	margin: 20px auto;
	text-align: center;
	display: block;
}

#page-base #form .g-recaptcha {
	margin: 20px auto 0;
	text-align: center;
	width: 300px;
}

@media screen and (max-width:850px) {
	#page-base #form .g-recaptcha {
		transform-origin: 0% 0%;
		transform: scale(0.9);

	}
}


#page-base input[type="text"] {
	border-radius: 0;
	border: 1px solid #CCC;
	box-sizing: border-box;
	cursor: pointer;
	color: #333;
	width: 240px;
	height: 40px;
	font-size: 14px;
}

#page-base .tbl_form input[type="text"] {
	width: 100%;
}

#page-base .tbl_form textarea {
	border-radius: 0;
	border: 1px solid #CCC;
	box-sizing: border-box;
	cursor: pointer;
	color: #333;
	width: 100%;
	height: 40px;
	font-size: 14px;
}

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

	#page-base .select-wrapper,
	#page-event .select-wrapper {
		width: calc(100% - 2px);
		height: 35px;
		margin: 0 0 15px 0;
	}


	#page-base .select-wrapper select,
	#page-event .select-wrapper select {
		width: calc(100% - 20px);
		height: 35px;
		font-size: 13px;
		padding: 0 10px;
		position: relative;
		outline: none;
		cursor: pointer;
	}

	#page-base #form input[type="submit"] {
		width: 90%;
		height: 40px;

	}

	#page-base input[type="submit"],
	#page-event input[type="submit"] {
		width: 100%;
		height: 40px;
		margin-bottom: 15px;

	}

	#page-base input[type="text"] {
		border-radius: 0;
		border: 1px solid #CCC;
		box-sizing: border-box;
		cursor: pointer;
		color: #333;
		width: 240px;
		height: 40px;
		font-size: 14px;

	}
}

/* ie9対策 */

select:not(:target) {
	width: 120% \9;
}





body {
	background: #FFF;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 1.2px;
	position: relative;
}

body.post-22 {
	background: none;

}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none
}

/* photo
====================*/

p img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

p img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {
	p img.alignright {
		float: right;
		margin: 0 0 30px 30px;
	}

	p img.alignleft {
		float: left;
		margin: 0 30px 30px 0;
	}
}

@media screen and (max-width:850px) {
	p img.alignright {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
		height: auto
	}

	p img.alignleft {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
		height: auto
	}
}


/* header
====================*/
#pankuzu {
	width: 100%;
	margin: 0;
	background: #f1eef0;
	border-bottom: 1px dashed #FFF
}

#pankuzu ul {
	margin: 0;
	padding: 10px 0 10px 30px;
	display: flex;
	flex-wrap: wrap;
}

#pankuzu ul li {
	font-size: 11px;
	margin-right: .3em;
	line-height: 15px;
}

#pankuzu ul li:first-child:before {
	content: ""
}

#pankuzu ul li:before {
	content: "/ "
}

#pankuzu ul li a {
	text-decoration: none;
}


@media screen and (max-width:850px) {
	#pankuzu ul {
		padding: 10px 0 10px 10px;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		white-space: nowrap;

	}

	#pankuzu ul::-webkit-scrollbar {
		display: none;
	}

	#pankuzu ul li {
		font-size: 10px;
		display: inline-block;
	}
}




#header {
	border-top: 3px solid #c81133;
	position: fixed;
	top: 0;
	width: 100%;
	height: 117px;
	text-align: left;
	z-index: 10;
	transition: .3s;
	background-color: rgba(255, 255, 255, 1);
}

#header.fixed {
	height: 72px;
}

#header .logo {
	margin: 29px 20px;
	float: left;
	transition: .3s
}

#header .logo h1 {
	margin: 0;
}

#header .logo img {
	width: 240px;
	height: 50px;
	transition: .3s
}

#header.fixed .logo {
	margin: 12px 40px;
	float: left;
}

#header.fixed .logo img {}





#header ul#first {
	margin: 5px 0 15px 0;
	padding: 0 10px 0 0;

	font-size: 12px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

@media screen and (min-width: 850px) {
	#header ul#first {
		width: calc(100% - 300px);
	}
}

#header.fixed ul#first {
	display: none;
}

#header ul#first li {
	margin: 0;
	line-height: 1;
	font-weight: 500;
}

#header ul#first>li>a {
	color: #000;
	text-decoration: none;
	padding: 15px 15px 0;
}

#header ul#first>li>a:hover {
	color: #c81133;
	font-weight: bold;
}

#header ul#first li.search a {
	/*padding: 15px 0 0 10px;*/

}

#header ul#first li a.english {
	color: #c81133;
	font-weight: bold;
	border: none;
}

#header ul#second {
	margin: 8px 0 0 0;
	height: 70px;
	font-wieght: 700;
	font-size: 15px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	transition: .3s
}

#header.fixed ul#second {
	margin: 14px 0 0 0;
	height: 70px;
	font-wieght: 700;
	font-size: 15px;
	float: right;
	display: flex;
	flex-wrap: wrap;
}

#header ul#second>li>a {
	text-decoration: none;
	padding: 7px 20px 0;
	font-weight: bold;
}

#header ul#second li a.bgRed {
	background-color: rgba(200, 17, 50, 0.8);
	background: #c81133;
	color: #FFF;
	margin-right: 10px;
	font-size: 15px;
	padding: 7px 20px;
	border: 1px solid #FFF;
}

#gnav>ul {
	/*  display: table;*/
}

#gnav>ul>li {
	/*  display: table-cell;*/
}

#gnav>ul>li>a {
	color: #000;
}

#gnav>ul>li:hover {
	color: #c81233;
	background-color: none;
}

#gnav>ul>li:hover>a {
	color: #c81233;
}

#gnav>ul>li.link:hover>a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #c81133;
	margin: 0 auto;
	padding: 0;
}

#gnav>ul>li.link.search:hover>a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 13px solid #c81133;
	margin: 0 auto;
	padding: 0;
}

#gnav>ul>li:hover .menu {
	max-height: 9999px;
	opacity: 1;
}

#gnav>ul>li>a {
	display: block;
	/*transition: all .3s;*/

}

.menu {
	/* transition: all .3s;*/
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	/* width: 870px; */
	width: 910px;
	/* right: 100px; */
	right: 20px;
	text-align: center;
	position: absolute;
	background-color: rgba(200, 18, 51, 0.95);
}

section .menu {
	/* transition: all .3s;*/
	max-height: 9999px;
	opacity: 1;
	overflow: hidden;
	width: 870px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: transparent;
	right: inherit;
}



.menu .menu_inner {
	width: 800px;
	margin: 24px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.menu .menu_inner li {
	width: 250px;
	height: 70px;
	margin: 0 0 24px;
	line-height: 70px;
	border: 1px solid #FFF;
	text-align: left
}

.menu .menu_inner li:nth-child(2) span,
.menu .menu_inner li:nth-child(5) span {
	height: calc(70px - 15px);
	padding-top: 15px;

	margin: 0 0 0;
	line-height: 20px;
	display: block;
}

.menu .menu_inner li img {
	vertical-align: middle;
	margin: 10px 15px 0 0;
	float: left;
}

.menu .menu_inner.column2 {
	margin: 24px auto 0;
}

.menu .menu_inner.column2 li {
	width: 390px;
	height: 70px;
	margin: 0 0 0px;
	line-height: 70px;
	border: 1px solid #FFF;
	text-align: left
}

.menu .menu_inner.column4 {
	margin: 24px auto 40px;
}

.menu .menu_inner.column4 li {
	width: 185px;
	height: 50px;
	margin: 0 0 0;
	line-height: 50px;
	border: 1px solid #FFF;
	text-align: left
}

.menu .menu_inner.column2b {
	margin: 24px auto 20px;
}

.menu .menu_inner.column2b li {
	/* width: 390px; */
	width: 32%;
	height: 50px;
	margin: 0 0 20px;
	line-height: 50px;
	border: 1px solid #FFF;
	text-align: left
}

.menu .menu_inner.column4b {
	margin: 24px auto;
}

.menu .menu_inner.column4b li {
	width: 185px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	border: 1px solid #FFF;
	text-align: left
}

.menu .menu_inner.column4b li:nth-child(-n + 3) {
	margin: 0 0 20px;
}

/* .menu .menu_inner.column4b li:nth-child(6),
.menu .menu_inner.column4b li:nth-child(3),
.menu .menu_inner.column4b li:nth-child(4)  {
	height: calc(50px - 5px);
	padding-top: 5px;
	margin: 0 0 0px;
	line-height: 20px;
} */


/* .menu .menu_inner.column4b li:nth-child(2),
.menu .menu_inner.column4b li:nth-child(6) {
	height: calc(50px - 5px);
	padding-top: 5px;
	margin: 0 0 0px;
	line-height: 20px;
} */

.menu .menu_inner.column4b li:nth-child(3),
.menu .menu_inner.column4b li:nth-child(4) {
	height: calc(50px - 5px);
	padding-top: 5px;
	margin: 0 0 0px;
	line-height: 20px;
}

.menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0 15px;
}



.menu p {
	text-align: left;
	color: #000;
	margin: 30px 35px 0;
	padding: 5px 0 5px 15px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	border-left: 3px solid #000;
}



.menu dl.menu_inner {
	width: 800px;
	background: #FFF;
	margin: 20px auto 40px;
}

.menu dl.menu_inner dt input {
	width: 640px;
	height: 30px;
	margin: 0;
	padding: 10px;
	border: 0;
	font-size: 17px;
	outline: 0;
}

.menu dl.menu_inner dd {
	position: relative;
}

.menu dl.menu_inner dd input {
	width: 150px;
	height: 40px;
	margin: 5px;
	padding: 0px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	outline: 0;
	background: #c81133;
	color: #FFF;
	position: absolute;
	right: 0;
	cursor: pointer;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {

	#header {

		width: 100%;

	}

	#header .logo {
		margin: 13px 20px 0;
		float: left;
		transition: .3s
	}

	#header .logo img {
		width: 150px;
		height: auto;
		transition: .3s
	}

	#header.fixed .logo {
		margin: 13px 20px 0;
		float: left;
	}

	#header ul#first {
		height: 45px;
		margin: 0 10px 0 0;
		padding: 10px 8px 0 0;
		width: calc(100% - 0);
		min-width: inherit;
		font-size: 11px;
		float: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end
	}

	#header ul#first>li>a {
		color: #000;
		text-decoration: none;
		padding: 8px 7px 0;
		font-wieght: 700;
	}

	#header ul#second {
		width: calc(100% - 0);
		margin: 0 0 0 0;

		font-wieght: 700;
		float: right;
		display: flex;
		flex-wrap: wrap;
		transition: .3s
	}

	#header ul#second>li>a {
		text-decoration: none;
		padding: 7px 10px 0;
		font-weight: bold;
	}

	#header ul#second li a.bgRed {
		background-color: rgba(200, 17, 50, 0.8);
		background: #c81133;
		color: #FFF;
		margin-right: 10px;
		font-size: 13px;
		padding: 7px 20px;
		border: 1px solid #FFF;
	}
}








@media screen and (max-width:850px) {
	#header {
		width: 100%;
		height: 70px;

	}


	#header.fixed {
		height: 70px;
	}

	#header .logo {
		margin: 7px 10px;
		float: left;
		transition: .3s
	}

	#header .logo img {
		width: auto;
		max-height: 55px;
		height: 15vw;
		transition: .3s
	}

	#header.fixed .logo {
		margin: 7px 10px;
		float: left;
	}

	#header ul#first {
		margin: 0;
		padding: 0 8px 0 0;
		width: calc(100% - 80px);
		min-width: inherit;
		height: 30px;
		font-size: 9px;
		float: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end
	}

	#header ul#first li:nth-child(-n + 6) {
		display: none;
	}

	#header ul#first li a {
		padding: 10px 10px;
	}

	#header ul#first li i {
		color: #000;
		text-decoration: none;
		padding: 0 0 0 10px;
	}

	#header ul#first li a.english {
		padding: 10px 0 10px 10px;
	}

	#header ul#second {
		margin: 0 30px 0 0;
		height: 30px;
		font-wieght: 700;
		float: right;
		display: flex;
		flex-wrap: wrap;
		transition: .3s
	}

	#header.fixed ul#second {
		margin: 20px 30px 0 0;
	}

	#header ul#second li:nth-child(-n + 4) {
		display: none;
	}

	#header ul#second li a.bgRed {
		background-color: rgba(200, 17, 50, 0.8);
		background: #c81133;
		color: #FFF;
		margin-right: 5px;
		padding: 5px 6px;
		font-size: 10px;
		border: 1px solid #FFF;
	}


	#gnav>ul>li.link.search:hover>a:after {

		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 13px solid #c81133;
		margin: 0 0 0 7px;

	}

	#gnav>ul>li:hover .menu {
		max-height: 9999px;
		opacity: 1;
		margin-top: -10px
	}

	#gnav>ul>li>a {
		display: block;
		/*transition: all .3s;*/
	}


	section .menu {
		width: 100%;
	}



	.menu .menu_inner {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}


	.menu a {
		color: #fff;
		display: block;
		text-decoration: none;
		margin: 0 10px;
	}

	.menu .menu_inner li a {
		margin: 0 5px 0 10px;
	}

	.menu .menu_inner li {
		width: 48%;
		height: 40px;
		margin: 12px 0 0;
		line-height: 40px;
		font-size: 9px;
		font-weight: bold;
		border: 1px solid #FFF;
		text-align: left;
	}

	.menu .menu_inner li img {
		vertical-align: middle;
		margin: 8px 8px 0 0;
		width: 20px;
		height: auto;
	}

	.menu .menu_inner li:nth-child(2) span,
	.menu .menu_inner li:nth-child(5) span {
		height: calc(40px - 5px);
		padding-top: 5px;

		margin: 0 0 0;
		line-height: 150%;
		display: block;
	}

	.menu .menu_inner.column4 {
		margin: 0 auto 20px;
	}

	.menu .menu_inner.column4 li {
		width: 48%;
		height: 40px;
		margin: 12px 0 0;
		line-height: 40px;
		font-size: 11px;
		font-weight: bold;
		border: 1px solid #FFF;
		text-align: left;
	}






	#first .menu {
		/* transition: all .3s;*/
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		right: 0px;
		text-align: center;
		position: absolute;
		background-color: rgba(200, 18, 51, 0.95);
	}

	#first .menu a {
		color: #fff;
		display: block;
		text-decoration: none;
		margin: 0 10px;
	}

	#first .menu dl.menu_inner {
		width: 100%;
		background: #c81233;
		margin: 0 auto 20px;
		padding: 0;
		/* display: flex;
 justify-content: space-around*/
	}




	#first .menu dl.menu_inner dt {
		width: calc(75% - 25px);
		margin: 10px 0 0 25px;

	}


	#first .menu dl.menu_inner dt input {
		width: calc(100% - 20px);
		height: 30px;
		margin: 0;
		padding: 10px;
		border: 0;
		font-size: 12px;
		outline: 0;
	}

	#first .menu dl.menu_inner dd {
		width: calc(25% - 25px);
		margin: 0 25px 0 0;
		position: relative;
	}

	#first .menu dl.menu_inner dd input {
		width: 50px;
		height: 40px;
		margin: 5px;
		padding: 0px;
		border: 0;
		font-size: 10px;
		font-weight: bold;
		outline: 0;
		background: #c81133;
		color: #FFF;
		position: absolute;
		right: 0;
		cursor: pointer;
		border: 1px solid #FFF;
	}
}

/* pagenation
====================*/
#pagenation {
	width: 1000px;
	height: 80px;
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
	background: #f1eef0
}

#pagenation ul,
#pagenation nav,
#pagenation .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

#pagenation ul li,
#pagenation nav .page-numbers {
	width: 35px;
	height: 35px;
	margin: 22px 10px;
	background: #FFF;
	line-height: 35px;
	display: list-item;
	list-style-type: none;
}

#pagenation ul li.current,
#pagenation nav .page-numbers.current {
	background: #cb1e3d;
}

#pagenation ul li a,
#pagenation nav a {
	color: #cb1e3d;
	text-decoration: none;
	display: block;
}

#pagenation ul li.current a,
#pagenation nav .page-numbers.current {
	color: #FFF;
}

#pagenation h2,
#pagenation .prev.page-numbers,
#pagenation .next.page-numbers,
#pagenation .meta-nav {
	display: none;
}

@media screen and (max-width:850px) {
	#pagenation {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		background: #f1eef0;
		overflow: hidden
	}

	#pagenation ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap
	}

	#pagenation ul li {
		width: 35px;
		height: 35px;
		margin: 22px 10px;
		background: #FFF;
		line-height: 35px
	}
}


/* footer
====================*/

footer {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#sitemap {
	width: 934px;
	margin: 0 auto;
	padding: 50px 0 40px;
	display: flex;
	text-align: left;
	justify-content: space-between
}

#sitemap .left {
	width: 380px;
}

#sitemap .center {
	width: 330px;
}

#sitemap .right {
	width: 224px;
}

#sitemap .footer--sns {
	margin: 20px auto 0 0;
}

#sitemap .footer--sns p {
	margin: 0;
	padding: 0;
}

#sitemap p {
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 2em 0 0 1em;
	padding: 0;
}

#sitemap p span {
	font-size: 12px;
}

address {
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 0 0 0 1em;
	padding: 0;
	font-style: normal
}

#sitemap p.btn {
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	background: #000;
	letter-spacing: 0.02em;
	margin: 1em 0 0 1em;
	padding: 0;
	display: inline-block;
	text-align: center;
}

#sitemap p.btn a {
	width: 96px;
	height: 23px;
	color: #fff;
	text-decoration: none;
	display: block;
}


#sitemap a.btn_normal.redStrong {
	width: 180px;
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: 13px;
}

#sitemap h5 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #c81233;
	letter-spacing: 0.1em;
}

#sitemap ul {
	margin: 0 0 1em;
	padding: 0;
}

#sitemap ul li {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	letter-spacing: 0.1em;
}

#sitemap ul li a:link {
	text-decoration: none;
}

footer .copyright {
	width: 100%;
	background: #f1eef0;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	display: block;
}

@media screen and (min-width: 851px) and (max-width: 1200px) {

	#sitemap {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 60px 15px 30px;
		display: flex;
		text-align: left;
		justify-content: space-between
	}

}

@media screen and (max-width:850px) {
	footer {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}

	footer .logo {
		width: 100px;
		float: left;
		margin-right: 15px
	}

	footer .logo img {
		width: 100px;
		height: auto;
	}

	#sitemap {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 45px 15px 20px;
		display: flex;
		text-align: left;
		flex-wrap: wrap;
		justify-content: space-between
	}

	#sitemap .left {
		width: 100%;
	}

	#sitemap .center {
		width: 100%;
	}

	#sitemap .right {
		width: 100%;
	}

	#sitemap p {
		font-size: 12px;
		line-height: 20px;
		color: #000000;
		letter-spacing: 0.1em;
		margin: 0em 0 0 1em;
		padding-left: 100px;
	}

	#sitemap p span {
		font-size: 12px;
	}

	address {
		font-size: 12px;
		line-height: 20px;
		color: #000000;
		letter-spacing: 0.1em;
		margin: 0em 0 0 1em;
		padding-left: 100px;
		font-style: normal
	}

	#sitemap p.btn {
		width: calc(100% - 0px);
		font-size: 12px;
		line-height: 30px;
		color: #fff;
		background: #000;
		letter-spacing: 0.02em;
		margin: 1em 0;
		padding: 0;
		display: inline-block;
		text-align: center;
	}

	#sitemap p.btn_inq {
		width: calc(100% - 0px);
		font-size: 12px;
		line-height: 30px;
		color: #fff;
		background: #c81133;
		letter-spacing: 0.02em;
		margin: 0 auto;
		padding: 0;
		display: inline-block;
		text-align: center;
	}

	#sitemap p.btn a,
	#sitemap a.btn_normal.redStrong a {
		width: 100%;
		height: 30px;
		color: #fff;
		text-decoration: none;
		display: block;
	}

	#sitemap a.btn_normal.redStrong {
		color: #FFF;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		font-size: 13px;
		display: inline-block;
		background: #c81133;
	}

	#sitemap h5 {
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-weight: bold;
		color: #c81233;
		letter-spacing: 0.1em;
	}

	#sitemap ul {
		margin: 0 0 1em;
		padding: 0;
	}

	#sitemap ul li {
		font-size: 11px;
		line-height: 20px;
		color: #333333;
		letter-spacing: 0.1em;
	}

	#sitemap ul li a:link {
		text-decoration: none;
	}

	footer .copyright {
		width: 100%;
		background: #f1eef0;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 9px;
		display: block;
	}
}


#sitemap .social {
	width: 170px;
	display: flex;
	justify-content: space-between;
	margin: 5px 0 20px 0;

}

#sitemap .social li {
	line-height: 30px;

}

#sitemap .social li i {
	font-size: 36px;

}

#sitemap .social li a {
	color: #000;
}

#sitemap .social li a:hover {
	color: #CC0000;
}

#sitemap .social a[target="_blank"]::before,
#sitemap .social a[target="_blank"]::after {
	display: none;
	color: #000;
}






main p.message strong {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CB1E3D;
	display: block;
}

#task a.btn_normal {
	background: #c81133;
	color: #FFF;
	width: 600px;
	border: none;
}

#topics-inner a.btn_normal {
	width: 250px;
	background: #FFF;
	border: none;
}

a.btn_normal.redStrong {
	color: #FFF;
	width: 600px;
	border: none;
	font-size: 18px;
	background: #c81133;
}

a.btn_normal {
	display: block;
	width: 400px;
	font-size: 15px;
	text-decoration: none;
	margin: 50px auto;
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
}

a.btn_normal.red {
	background: #c81133;
	color: #FFF;
	border: none;
}

a.btn_normal.big {
	font-size: 18px;
	padding: 30px 30px 30px 35px;
	width: 550px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
}

.article a.btn_normal.big {
	margin: 0px auto;
}

a.btn_normal.big:after {
	font-family: FontAwesome;
	content: '\f138';
	margin-left: 10px;
}





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

	#task a.btn_normal,
	#topics a.btn_normal {
		background: #c81133;
		color: #FFF;
		width: 90%;
		border: none;
	}

	a.btn_normal {
		display: block;
		width: 90%;
		font-size: 15px;
		text-decoration: none;
		margin: 25px auto;
		border: 1px solid #999;
		padding: 10px;
	}

	a.btn_normal.big {
		font-size: 14px;
		padding: 20px 10px 20px 15px;
		width: calc(90% - 25px);
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
	}
}

/*--------------------------------
page top button
--------------------------------*/
#page-top {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 77%;
	z-index: 10002;
}

#page-top a {
	background: #cb1e3d;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 2px;
	transition: background .6s, color .6s;
	border: 1px solid #FFF;
}

#page-top a:hover {
	text-decoration: none;
	background: #333;
}

/*--------------------------------
responsive
--------------------------------*/
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*--------------------------------
common
--------------------------------*/
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/*--------------------------------
text
--------------------------------*/
.u-textbg-yellow {
	background-color: gold;
	padding: 2px 10px;
	margin: 0 5px;
}


/*--------------------------------
csr
--------------------------------*/
.btn2col {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.btn2col li {
	width: 48%;
	max-width: 500px;
}

.btn2col li a {
	display: block;
}

@media only screen and (max-width: 767px) {
.btn2col {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.btn2col li {
	width: 92%;
	margin: 0 auto;
}

#page-base .btn2col a.btn_small {
	margin: 12px auto 0;
	display: block;
	margin: 0 auto 20px;
}


}

/*--------------------------------
よくあるお問い合わせページ
--------------------------------*/
body.post-10118 #page-base .lead {
	font-size: 18px;
	font-weight: bold;
}

body.post-10118 #page-base a {
    color: #c81133;
    text-decoration: none;
}
/* body.post-10118 #page-base a::before {
    margin-right: 3px;
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: 0px;
} */
/* body.post-10118 #page-base a::after {
    margin-left: 3px;
    content: "\f13a";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: -1px;
} */
body.post-10118 #page-base .hl_kugiri {
    margin: -90px 0 30px 0;
    padding: 90px 0 15px 0;
}


body.post-10118 #page-base .faq__listWrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 70px;
}

body.post-10118 #page-base .faq__listWrap .box {
	width: 92%;
	margin: 0 auto;
	border: none;
}

body.post-10118 #page-base .faq__listWrap ul {
	text-align: left;
	font-size: 13px;
	padding-left: 20px;
}

body.post-10118 #page-base .faq__listWrap ul li{
	text-indent: -1.2em;
	margin-top: 8px;
}

body.post-10118 #page-base .faq__listWrap ul li a {
	color: #000000;
	text-indent: -1.2em;
}

body.post-10118 #page-base .faq__listWrap li::before {
	content: 'Q';
	color: #bf112e;
	margin-right: 10px;
	font-weight: bold;
}

body.post-10118 #page-base .faq__midashi {
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
}

body.post-10118 #page-base .faq__midashi::before {
	position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c81133;
}

body.post-10118 #page-base .container {
	width: 100%;
	border: solid 1px #ccc;
	padding: 15px;
	margin: 30px auto 0;
	box-sizing: border-box;
}

body.post-10118 #page-base .container .title {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 120px;
	margin-top: -110px;
}

body.post-10118 #page-base .container .title::before {
	content: 'Q';
	color: #bf112e;
	margin-right: 10px;
	font-weight: bold;
	font-size: 22px;
}


body.post-10118 #page-base .faq__table {
	border: 1px solid #333;
  border-collapse: collapse;
  table-layout: fixed;
	width: 100%;
	font-size: 14px;
	text-align: left;
}

body.post-10118 #page-base .faq__table th {
	background-color: #333;
	color: #fff;
}

body.post-10118 #page-base .faq__table th,
body.post-10118 #page-base .faq__table td{
	border: 1px solid #333;
  border-collapse: collapse;
  table-layout: fixed;
	width: 100%;
	padding: 10px;
}

@media screen and (min-width: 769px) {
	body.post-10118 #page-base .lead {
		font-size: 18px;
		text-align: center;
	}
	

	body.post-10118 #page-base .faq__listWrap {
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 120px;
	}

	body.post-10118 #page-base .faq__listWrap .box {
    width: 48%;
    margin: 20px 0 0 0;
	}

	body.post-10118 #page-base .container {
		padding: 30px;
		margin: 30px auto 0;
	}
	

}
@media screen and (max-width: 480px) {
body.post-10118 #page-base .faq__table thead {
    display: none;
}
body.post-10118 #page-base .faq__table tr {
    border-bottom: 1px solid #333;
}
body.post-10118 #page-base .faq__table td {
    display: block;
    box-sizing: border-box;
    border: 0;
    padding-left: 20px;
}
body.post-10118 #page-base .faq__table tr td::before {
    display: block;
    font-weight: bolder;
    margin: 0 0 10px -10px;
    padding: 5px 10px;
    background-color: #eee;
}
body.post-10118 #page-base .faq__table.monthly tr td:nth-of-type(1)::before {
    content: "支援方法の種類";
}
body.post-10118 #page-base .faq__table.monthly tr td:nth-of-type(2)::before {
    content: "金額";
}
body.post-10118 #page-base .faq__table.monthly tr td:nth-of-type(3)::before {
    content: "特典";
}
body.post-10118 #page-base .faq__table.single tr td:nth-of-type(1)::before {
    content: "金額";
}
body.post-10118 #page-base .faq__table.single tr td:nth-of-type(2)::before {
    content: "使途";
}
}