@charset "UTF-8";

/*	共通
------------------------------------------------------------------------------------------------------------*/
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W4', 'Hiragino Kaku Gothic Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 108%;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a:link {
	color: #655660;
	text-decoration: underline;
}
a:visited {
	color: #655660;
	text-decoration: underline;
}
a:hover {
	color: #4E3547;
	text-decoration: none;
}
a:focus,
a:active {
color: #4E3547;
text-decoration: underline;
}

ol,
dl {
	list-style-position: inside;
	list-style: none;
}

ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}
dl dt{
	font-weight: normal;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

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

img {
	border: 0;
	vertical-align: bottom;
}

.container-660,
.container-960,
.container-1000 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-660 {
	width: 660px;
}

.container-960 {
	width: 960px;
}

.container-1000 {
	width: 1000px;
}

@media screen and (max-width:960px) {
	.container-660 {
		width: 100%;
	}
	.container-960 {
		width: 100%;
	}
	.container-1000 {
		width: 100%;
	}
}


/* clearfix */

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

.clearFix {
	display: inline-block;
}

*html.clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}


/*	ヘッダー
------------------------------------------------------------------------------------------------------------*/

#header-inner {
	margin: 0 auto;
	position: relative;
	height: 41px;
}

.header-inner-pc-area {
	position: fixed;
	height: 41px;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba( 0, 15, 55, 0.4 );
}

#header-inner #logo {
	/*float: left;*/
	position: absolute;
	left: 0;
	top: 0;
}

#logo h1 {
	padding: 8px 0;
	margin: 0;
}

.header-inner-pc-area #nav {
	/*float: right;*/
	position: absolute;
	right: 0;
	top: 0;
}

#nav{
	padding: 8px 0;
}

#nav ul {
	margin: 0;
}

#nav li {
	float: left;
	font-size: 14px;
}

#nav li.mail {
	margin-right: 18px;
}

#nav li.mail a {
	position: relative;
	text-decoration: none;
	color: #FFF;
	opacity: 1.0;
}

#nav li.mail:before {
	content: url(../img/mail.png);
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#nav li.tel {
	margin-right: 20px;
	color: #FFF;
	/*text-shadow: 2px 2px 2px #000;*/
}
#nav li.tel a{
	text-decoration: none;
	color: #FFF;
}

#nav li.tel:before {
	content: url(../img/tel.png);
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#nav li.blog {
	margin-right: 10px;
}

.header-inner-sp-area {
	background: #170236;
	height: 56px;
	position: relative;
	z-index: 10;
}


/*	フッター
------------------------------------------------------------------------------------------------------------*/

#f_nav {
	background: #001235;
	padding: 20px 0;
}

#f_nav ul {
	list-style-type: none;
	padding-left: 0;
}

#f_nav .inline {
	text-align: center;
}

#f_nav .inline li {
	display: inline-block;
}

#f_nav li.mail {
	margin-right: 18px;
}

#f_nav li.mail a {
	position: relative;
	text-decoration: none;
	color: #FFF;
	opacity: 1.0;
}

#f_nav li.mail:before {
	content: url(../img/mail.png);
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#f_nav li.tel {
	margin-right: 20px;
	color: #FFF;
	/*text-shadow: 2px 2px 2px #000;*/
}
#f_nav li.tel a{
	text-decoration: none;
	color: #FFF;
}

#f_nav li.tel:before {
	content: url(../img/tel.png);
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#f_nav li.blog {
	margin-right: 10px;
}

@media screen and (max-width:960px) {
	#f_nav ul {
		margin-bottom: 15px;
	}
	#f_nav .inline li {
		font-size: 12px;
	}
}


/*	コピーライト
------------------------------------------------------------------------------------------------------------*/

#copyright {
	background: #551E36;
}

#copyright p.copy {
	font-size: 11px;
	color: #D1A6B0;
	padding: 12px 0;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

p.scroll-btn-wrap {
	margin: 0;
}

.scroll-btn {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 60px;
}

.scroll-btn-wrap a.scroll-btn {
	color: #7F4B72;
}


/*	トップメイン画像　エリア
------------------------------------------------------------------------------------------------------------*/

#main_img {
	margin-top: -41px;
	z-index: 5;
	padding-top: 41px;
	background: #503548;
}

.main_img_wrapper {
	max-width: 1323px;
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width:961px) and (max-width:1323px) {
	.main_img_wrapper{
		height: 793px;
	}
	img.main_img_position{
		width: 100%;
		height: auto;
	}
}

.sub_menu {
	position: absolute;
	top: 60px;
	right: 170px;
}

.sub_menu li {
	display: inline;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.sub_menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin-left: 30px;
}

.sub_menu li a:hover {
	text-decoration: underline;
}

.contact_btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 700px auto auto auto;
	width: 80%;
	height: 3.2rem;
}

#main_img .contact_btn a {
	color: #fff;
	text-decoration: none;
	background: #6E4064;
	padding: 20px 150px;
	font-size: 23px;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	position: relative;
	box-shadow: 0px 0px 10px #000;
}

#main_img .contact_btn a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -30px;
	font-size: 35px;
}

#main_img .contact_btn a:hover {
	background: #FFF;
	color: #6E4064;
}

@media screen and (max-width:960px) {
	#main_sp_img img {
		width: 100%;
		height: auto;
	}
	#main_sp_img p {
		background: #52424A;
		color: #FFF;
		margin-bottom: 0;
		padding: 0 15px 30px;
		font-size: 13px;
	}
}


/*	トップ　インフォメーション
------------------------------------------------------------------------------------------------------------*/

section#info {
	background: url(../img/info_bg.jpg) repeat;
	padding-bottom: 60px;
}

#info h2 {
	font-size: 30px !important;
	font-family: "リュウミン M-KL", 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	margin-top: 60px;
	text-shadow: 1px 1px 1px #909090;
}

#info .ttl_sub {
	font-size: 11px;
	letter-spacing: 1px;
	color: #9B8A93;
	margin-bottom: 30px;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

#info dl {
	border-bottom: 1px solid #DDD5CB;
	padding-bottom: 20px;
}

#info dt,
#info dd {
	font-size: 13px;
	float: left;
	color: #62615F;
}

#info dt {
	width: 300px;
}

#info dd {
	width: 630px;
}

.place_01,
.place_02,
.place_03 {
	float: left;
}

.place_01 {
	width: 260px;
}

.place_02 {
	width: 270px;
}

span.date,
span.place {
	color: #FFF;
	background: #91959F;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 10px;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

span.info_ttl {
	margin-right: 20px;
}

#info dd a {
	color: #000;
	text-decoration: underline;
	color: #62615F;
}

#info dd a:hover {
	text-decoration: none;
}

#info .info_btn a {
	color: #fff;
	text-decoration: none;
	background: #62525B;
	padding: 20px 95px;
	font-size: 23px;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	position: relative;
	border: 1px solid  #655660;
}

#info .info_btn a::after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -30px;
	font-size: 35px;
}

#info .info_btn a:hover {
	background: #FFF;
	color: #62525B;
}

.info_post {
	margin-bottom: 50px;
}

@media screen and (max-width:960px) {
	.info_sp_post {
		margin-bottom: 60px;
	}
	#info_sp_post {
		width: 70%;
		margin: 0 auto 100px;
		text-align: left;
	}
	.info_sp_left .date,
	.info_sp_left .place {
		float: left;
	}
	.info_sp_box {
		border-bottom: 1px solid #DDD5CB;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.info_sp_left .date,
	.info_sp_left .place {
		color: #FFF;
		background: #91959F;
		padding: 4px 8px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-right: 10px;
	}
	.info_sp_left {
		float: left;
		width: 95%;
	}
	.info_sp_right {
		float: right;
		width: 5%;
		background: #949BA8;
		text-align: center;
	}
	.info_sp_right a {
		padding-top: 25px;
		padding-bottom: 25px;
		display: block;
	}
	.info_sp_right .fa {
		color: #FFF;
	}
	.sp_post_01 {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	#info .info_btn a {
		color: #fff;
		text-decoration: none;
		background: #62525B;
		padding: 5% 20%;
		font-size: 15px;
	}

	#info .info_btn a::after {
		top: 50%;
		margin-top: -27px;
	}
}

/*	トップ　プロフィール
------------------------------------------------------------------------------------------------------------*/

#profile {
	background: url(../img/profile_bg.jpg) center top;
	background-size: 100% 100%;
	padding-bottom: 70px;
}

#profile h2 {
	font-size: 30px !important;
	font-family: "リュウミン M-KL", 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	margin-top: 60px;
	text-shadow: 1px 1px 1px #909090;
}

#profile .ttl_sub {
	font-size: 11px;
	letter-spacing: 1px;
	color: #9B8A93;
	margin-bottom: 30px;
}

#profile h3 {
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	margin: 0 0 30px 0;
	font-size: 25px;
	padding: 25px 0;
	color: #222222;
	font-family: "リュウミン M-KL", 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

#profile h3 span {
	font-size: 12px;
	margin-left: 20px;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

#profile .profile_txt {
	text-align: left;
	font-size: 14px;
	line-height: 2.0;
}

#profile a:hover {
	opacity: 0.7;
}

@media screen and (max-width:960px) {
	.sp_profile {}
	.sp_profile h2 {
		margin: 0;
	}
	/*
	#profile img{
		width: 100%;
		height: auto;
	}*/
	.sns_btn div {
		margin-bottom: 15px;
	}
	#profile h3 span {
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	section#profile .ttl_sub {
		margin-bottom: 0;
		letter-spacing: 1px;
	}
	.alignleft {
		float: left;
		margin-right: 10px;
	}
	img.alignleft {
		width: 50%;
		height: auto;
	}
	#profile .sp_profile_left img {
		width: 100%;
		height: auto;
		margin-right: 10px;
	}
	.sp_profile_right {
		margin-left: 10px;
	}
	#profile .sp_profile_right .sp_sns li {
		margin-bottom: 10px;
	}
	#profile .sp_profile_right .sp_sns img {
		width: 50%;
		height: auto;
	}
	.sp_profile_txt {
		text-align: left;
		font-size: 14px;
	}
}


/*	トップ　コンタクト
------------------------------------------------------------------------------------------------------------*/

#contact {
	background: url(../img/contact_bg.jpg);
	background-size: cover;
	padding-bottom: 70px;
}

@media screen and (max-width:960px) {
	#contact {
		background: url(../img/contact_bg.jpg);
		background-size: 100% auto;
	}
}
@media screen and (max-width:768px) {
	#contact {
		background: #edd2c3 url(../img/sp_contact_bg.jpg);
		background-size: contain;
		background-position: left top;
		background-repeat: no-repeat;
	}
}

#contact h2 {
	font-size: 30px !important;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	margin-bottom: 35px;
	color: #FFF;
	text-shadow: 2px 2px 2px #666;
	letter-spacing: 1px;
}

.contact_head{
	padding-top: 40px;
}

.contact_head p {
	margin-bottom: 5px;
	color: #FFF;
	text-shadow: 2px 2px 2px #666;
	letter-spacing: 1px;
}

.contact_head p.contact-lead{
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.contact_head p.att {
	font-size: 13px;
	margin-bottom: 30px;
}

.contact_head p.att a.contact_tel {
	color: #FFF;
}

.bg_white {
	background: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 40px 0;
	margin-bottom: 60px;
}

.form-head-container {
	width: 90%;
	max-width: 680px;
	margin: 20px auto;
	text-align: left;
	padding: 40px;
}

.complete .bg_white {
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	.form-head-container {
		padding: 20px 10px;
	}
	.complete .bg_white {
		margin-top: 20px;
	}
}

.form-head-container label {
	font-weight: normal;
	font-size: 18px;
	margin-top: 5px;
}

.form-group{
	margin-bottom: 45px;
}

.form-head-container input.form-control {
	padding: 10px;
	height: 70px;
	background: #F9FAF9;
}

.form-head-container span.att {
	color: #C91B1C;
	border: 1px solid #C91B1C;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 5px;
	border-radius: 5px;
	margin-left: 8px;
}

.form-head-container span.att_lead {
	color: #C91B1C;
	font-size: 13px;
}

.form-head-container textarea.form-control {
	padding: 20px 10px;
	margin-bottom: 45px;
	background: #F9FAF9;
}

.btn-contact {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #7F4B72;
	border: 1px solid #7F4B72;
	padding: 18px 60px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	white-space: normal;
	position: relative;
	font-size: 20px;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.btn-contact:hover {
	color: #7F4B72;
	background-color: #fff;
}

.btn-contact::after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -30px;
	font-size: 35px;
}
.btn-back {
	margin-top: 30px;
}

@media screen and (max-width:960px) {
	.form-head-container {
		width: 96%;
	}
	input.form-control,
	textarea {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.bg_white {
		padding: 20px 20px 30px;
	}
	.form-head-container input.form-control {
		margin-bottom: 20px;
	}
	.form-head-container textarea.form-control {
		margin-bottom: 20px;
	}
	.btn-contact {
		padding: 5% 10%;
		font-size: 15px;
	}
	.btn-contact::after {
		margin-top: -27px;
	}
}


/*	スマホメニュー　モーダウ
------------------------------------------------------------------------------------------------------------*/


/*スマホメニュー*/

.sp_display {
	display: none;
}

@media screen and (max-width:960px) {
	.pc_display {
		display: none;
	}
	.sp_display {
		display: block;
	}
	#main_img {
		margin-top: -69px;
	}
	.sp-head {
		position: fixed;
		background-color: #170236;
		top: 0;
		width: 100%;
	}
	.sp_nav ul {
		margin-left: 0;
		padding-left: 0;
	}
	.sp-head-left {
		float: left;
		width: 33%;
	}
	.sp-head-center {
		float: left;
		width: 43%;
	}
	.sp-head-right {
		width: 23%;
		float: right;
	}
	.sp-head-left h1 {
		margin: 0;
	}
	.sp-head-left .logo-sp-img {
		margin-left: 10px;
		margin-top: 18px;
	}
	.sp-head-left .logo-sp-img img {
		width: 130px;
		height: auto;
	}
	.sp-head-center li {
		float: left;
		padding-top: 13px;
	}
	.sp-head-center li.sp_blog img {
		width: 60px;
		height: auto;
	}
	.sp-head-center li.sp_facebook img {
		width: 35px;
		height: auto;
	}
	.sp-head-right {
		background: #001037;
		padding: 11px 0;
	}
	.sp-head-right img {
		width: 35px;
		height: auto;
	}
}

#modal-content {
	text-align: left;
	width: 80%;
	margin: 0;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 10000;
}

#modal-content .sp-menu-head .sp-ttl {
	color: #97366C;
	font-weight: bold;
	float: left;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.sp-menu-head {
	padding: 20px 20px 0 20px;
}

#modal-content .sp-menu-head .sp-close-btn {
	float: right;
}

.sp-close-btn a {
	color: #666;
}

.sp-close-btn a:hover {
	color: #666;
}

.sp-menu-cnt {
	background: #F8F8F6;
}

#modal-content ul {
	list-style-type: none;
	margin: 20px 0 20px;
	padding: 0;
}

#modal-content li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

#modal-content li:first-child {
	padding-top: 10px;
}

#modal-content li a {
	display: block;
	color: #333;
	text-decoration: none;
}

#modal-content li a::after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 25px;
	color: #97366C;
}

#modal-content li a:hover {
	text-decoration: none;
}

#modal-content .closebtn_top,
#modal-content .closebtn_bottom {
	text-align: center;
}

#modal-content .closebtn_top a,
#modal-content .closebtn_bottom a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#modal-overlay {
	z-index: 9000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0, 0, 0, 0.75);
}

.button-link {
	color: #00f;
	text-decoration: underline;
}

.button-link:hover {
	cursor: pointer;
	color: #f00;
}

.sp-contact-btn {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

p.sp-contact-btn a {
	text-align: center;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 5px;
	list-style-type: none;
	font-size: 15px;
	padding: 15px 0;
	width: 100%;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.sp-contact-btn a:hover {
	text-decoration: none;
}

.sp-contact-btn a::after {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 15px;
	color: #97366C;
	position: absolute;
	top: 78%;
	right: 25px;
	margin-top: -25px;
}

.modal .checkbox {
	display: none;
}


/* Gray background */

.modal .modal-overlay {
	opacity: 0;
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: flex;
	background-color: rgba(0, 0, 0, 0.7);
}


/* Box */

.modal .modal-wrap {
	background-color: #ddd;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 40px 50px;
	width: 60%;
	margin: 20px auto;
	align-self: flex-start;
	border-radius: 2px;
	transition: all 0.5s ease;
}

.modal .modal-wrap.small {
	width: 30%;
}

.modal .modal-wrap.full {
	width: 100%;
	height: 100%;
}

.modal .modal-wrap.a-center {
	align-self: center;
}

.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}

.modal .modal-wrap.from-right {
	transform: translateX(100%);
}

.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}

.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}


/* Close button */

.modal .modal-overlay .close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 40px;
	width: 30px;
	height: 30px;
	color: #282c34;
}

.modal .modal-overlay .close:hover {
	cursor: pointer;
	color: #4b5361;
}

.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}

.modal input:checked~.o-close {
	z-index: 9998;
}

.modal input:checked~.modal-overlay {
	transform: scale(1);
	opacity: 1;
	z-index: 9997;
	overflow: auto;
}

.modal input:checked~.modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}


/* Responsive Design */


/* Tablet size */

@media (max-width: 800px) {
	.modal .modal-wrap {
		width: 80%;
		padding: 20px;
	}
}


/* Phone size */

@media (max-width: 500px) {
	.modal .modal-wrap {
		width: 90%;
	}
}


/*	スケジュールページ　メイン画像
------------------------------------------------------------------------------------------------------------*/

#schedule_main_img {
	margin-top: -41px;
	background: url(../img/schedule_img.png) #3E3A3C no-repeat top;
	min-height: 299px;
	z-index: 5;
	padding-top: 41px;
}

@media screen and (min-width:961px) {
	.schedule_main_img_inner{
		position: relative;
		margin: 0 auto;
		width: 1323px;
	}
}

@media screen and (max-width:960px) {
	#schedule_main_sp_img {
		overflow: hidden;
		width: auto;
		background: #593D51;
	}
	#schedule_main_sp_img img {
		width: 100%;
		height: auto;
	}
}


/*	スケジュールページ　
------------------------------------------------------------------------------------------------------------*/

section#schedule {
	background: url(../img/schedule_bg.jpg) repeat-y;
	background-size: 100% auto;
	padding-bottom: 60px;
}

#schedule h2 {
	font-size: 30px !important;
	font-family: "リュウミン M-KL", 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	margin-top: 70px;
	text-shadow: 1px 1px 1px #909090;
}

@media screen and (max-width:960px) {
	#schedule h2 span {
		display: block;
	}
}

#schedule .ttl_sub {
	font-size: 11px;
	letter-spacing: 1px;
	color: #9B8A93;
	margin-bottom: 30px;
}

#schedule .schedule_txt {
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 15px;
}

.sns_btn a:hover {
	opacity: 0.7;
}

p.past_link {
	margin-top: 50px;
	margin-bottom: 30px;
}

p.past_link a {
	text-decoration: none;
	color: #222222;
	font-size: 14px;
}

p.past_link a:hover {
	text-decoration: underline;
}

.trans {
	opacity: 0.8;
	margin-bottom: 30px;
}

.event-container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.two-col .event_left {
	width: 538px;
	float: left;
	margin-right: 30px;
}

@media screen and (max-width:960px) {
	p.past_link {
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	#schedule h2 {
		margin-top: 20px;
	}
	.event-container {
		width: 100%;
	}
	.two-col .event_left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

.event_left h3,
.event_one h3 {
	font-size: 24px;
	padding-top: 15px;
	border-top: 1px solid #BFAFA3;
	padding-bottom: 15px;
	border-bottom: 1px solid #BFAFA3;
	margin: 0 0 30px 0;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.event_info dt {
	float: left;
	color: #FFF;
	background: #91959F;
	padding: 2px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 10px;
	font-size: 13px;
	font-family: 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
}

.two-col .event_right {
	width: 282px;
	float: left;
}

@media screen and (max-width:960px) {
	.event_info dt {
		float: none;
		margin-bottom: 5px;
	}
	.two-col .event_right {
		width: 100%;
		float: none;
		margin-top: 50px;
		text-align: center;
	}
}

.two-col .event_right p {
	margin-bottom: 0;
}

.two-col .event_right img {
	border: 6px solid #EFECE3;
}

@media screen and (max-width:400px) {
	.two-col .event_right img {
		width: 100%;
		height: auto;
	}
}

#schedule .event_txt {
	margin-bottom: 40px;
}

#schedule .contact_schdule_btn a {
	color: #fff;
	text-decoration: none;
	background: #655660;
	padding: 20px 95px;
	font-size: 23px;
	font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, 'リュウミン M-KL', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, "メイリオ", Meiryo, serif;
	position: relative;
	border: 1px solid  #655660;
}

#schedule .contact_schdule_btn a::after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -30px;
	font-size: 35px;
}

#schedule .contact_schdule_btn a:hover {
	background: #FFF;
	color: #655660;
}

@media screen and (max-width:960px) {
	.contact_schdule_btn {
		text-align: center;
	}
	#schedule .contact_schdule_btn a {
		font-size: 15px;
		display: block;
		padding: 20px;
	}
	#schedule .contact_schdule_btn a::after {
		margin-top: -28px;
	}
}

.pager a.back,
.pager a.before {
	color: #222;
	text-decoration: none;
}

.pager a.back:hover,
.pager a.before:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------
		WordPress required
-------------------------------------------------------------------------------*/

.wp-post-image {
	height: auto;
}

.alignnone {
	/*　指定なし　*/
	margin-bottom: 20px;
}

.alignright {
	/*　右寄せ　*/
	margin: 0 0 20px 20px;
	float: right;
}

.alignleft {
	/*　左寄せ　*/
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter {
	/*　中央配置　*/
	margin: 0px auto 20px;
	display: block;
	text-align: center;
}

.wp-caption {
	/*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text,
.gallery-caption {
	/*　投稿内画像下のキャプション　*/
	font-size: 0.8em;
	line-height: 1.4;
	color: #666;
	margin: 5px 0 0;
}

.attachment-post-thumbnail {
	/*　アイキャッチ画像　*/
	margin-bottom: 10px;
}


/*------　ページ送りナビゲーション　------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


/* シングルページのナビゲーション */

.navigation {
	margin: 20px 0 40px;
	clear: both;
	overflow: hidden;
}

.navigation .nav-previous a,
.navigation .nav-next a {
	display: block;
	padding: 6px 32px 4px;
	text-decoration: none;
	border: 1px solid #655660;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

@media screen and (max-width: 768px) {
	.navigation {
		margin: 30px 0 0;
	}
	.navigation .nav-previous a,
	.navigation .nav-next a {
		padding: 6px 12px 4px;
		font-size: 0.875em;
	}
}


/* アーカイブページのページネーション */

.pagination {
	margin: 0;
	text-align: center;
}

.pagination a.page-numbers {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 6px 14px 4px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #655660;
	color: #655660;
}

.pagination span.current {
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #fff;
	background: #655660;
	padding: 6px 14px 4px;
	border: 1px solid #655660;
}

@media screen and (max-width: 768px) {
	.pagination a.page-numbers {
		margin: 0 10px 20px 0;
		font-size: 1em;
		padding: 4px 12px 2px;
	}
	.pagination span.current {
		margin: 0 10px 20px 0;
		font-size: 1em;
		padding: 4px 12px 2px;
	}
	.pagination a.prev,
	.pagination a.next {
		padding: 4px 12px 2px;
	}
}

body.admin-bar #wpadminbar{
	position: fixed;
	top: auto;
	bottom: 0;
}