@charset "utf-8";
/* CSS Document */

.tit01 {
	font-size: 34px;
	line-height: 1.5;
	text-align: center;
}
.tit02 {
	font-size: 22px;
}
.tit03 {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}
.box01 {
	padding: 5rem 0;
}
.box02 {
	padding: 5rem 0;
	background: #fff;
}
.bg01 {
	background: #41352a;
	color: #fff;
}
.bg02 {
	background: #fff;
}
.c-red {
	color: #ca0c00;
}
.fa-wine-glass {
	color: #ca0c00;
}
.inn01 {
	margin: 0 -1rem;
}

@media screen and (max-width: 767px) {
.tbl01 {
	width: 100%;
	max-width: 500px;
}
.tbl02 {
	width: 100%;
	max-width: 500px;
}
.tbl03 {
	width: 100%;
	max-width: 500px;
}
}

@media screen and (min-width: 768px) {
.fb-container {
	width: 500px;
	margin: 0 auto;
}
}
.ul01 li {
	margin: 0 2rem 0 0;
	display: inline;
}

@media screen and (min-width: 768px) {
.ul02 li {
	margin: 0 2rem 0;
	display: inline;
}
}
/* ----------------------------------------
	index
---------------------------------------- */

#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	z-index: -100;
	background: url(../img/index/main_1.jpg) no-repeat center center;
	background-size: cover;
}
#maincopy {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 3rem 0;
	width: 100%;
	color: #FFFFFF;
	line-height: 2;
	text-align: center;
	background: rgba(15,10,5,0.5);
	z-index: 2;
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
	z-index: -100;
}
#main .bg {
	position: absolute;
	left: 50%;
	width: 2000px;
	height: 700px;
	margin-left: -1000px;
}
}
.calendar-container {
	position: relative!important;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
	position: relative!important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 550px !important;
}

@media screen and (max-width: 450px) {
.calendar-container iframe, .calendar-container object, .calendar-container embed {
	width: 330px !important;
}
}

@media screen and (max-width: 320px) {
.calendar-container iframe, .calendar-container object, .calendar-container embed {
	width: 290px !important;
}
}
.tbl01 {
	border-spacing: 0;
	border-top: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
	border-spacing: 0;
}
.tbl01 th, .tbl01 td {
	padding: 0.7rem 2rem;
	border-bottom: 1px solid #c8c9ca;
	border-left: 1px solid #c8c9ca;
}
.tbl01 th, .tbl01 td {
	text-align: left;
	vertical-align: middle;
}
.tbl01 th {
	color: #fff;
	background: #41352a;
	width: 16em;
}
.tbl02 {
	border-spacing: 0;
	border-top: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
	border-spacing: 0;
}
.tbl02 th, .tbl02 td {
	padding: 0.7rem 2rem;
	border-bottom: 1px solid #c8c9ca;
	border-left: 1px solid #c8c9ca;
}
.tbl02 th, .tbl02 td {
	text-align: left;
	vertical-align: middle;
}
.tbl02 td {
	width: 15em;
}
.tbl03 {
	border-spacing: 0;
	border-top: 1px solid #c8c9ca;
	border-right: 1px solid #c8c9ca;
	border-spacing: 0;
}
.tbl03 th, .tbl03 td {
	padding: 0.7rem 2rem;
	border-bottom: 1px solid #c8c9ca;
	border-left: 1px solid #c8c9ca;
}
.tbl03 th, .tbl03 td {
	text-align: left;
	vertical-align: middle;
}
.tbl03 td {
	width: 30em;
}

@media only screen and (max-width: 575px) {
.tbl01 th, .tbl01 td {
	width: 100%;
	display: block;
}
.tbl02 th, .tbl02 td {
	width: 100%;
	display: block;
}
.tbl03 th, .tbl03 td {
	width: 100%;
	display: block;
}
}

@media only screen and (min-width: 576px) {
.c-name {
	text-align: right;
}
}
/* ----------------------------------------
	form
---------------------------------------- */
.c-imp {
	color: #ca0c00;
	font-weight: bold;
}
.info {
	border: none;
	border: 1px solid #d1d1d1;
	width: 100%;
	background: #fcf9f2;
	box-shadow: 0;
}
.info:focus {
	border: 1px solid #d1d1d1;
	background: #fcf9f2;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media only screen and (max-width: 991px) {
.info {
	padding: 1rem 0.7rem;
	font-size: 1.8rem;
}
}

@media only screen and (min-width: 992px) {
.info {
	width: 50%;
	margin: 0;
	padding: 0.3rem 0.7rem;
}
}
input[type=checkbox], input[type=radio] {
	display: none;
}
.check, .radio {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}
.check:after, .radio:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 0.5rem;
	width: 19px;
	height: 19px;
	border: 1px solid #d1d1d1;
	content: '';
	margin-right: 1rem;
}
.check:before {
	position: absolute;
	top: 0;
	left: 0.7rem;
	display: block;
	margin-top: 0.8rem;
	width: 0.5rem;
	height: 1rem;
	border-right: 3px solid #41352a;
	border-bottom: 3px solid #41352a;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .check:before {
	opacity: 1;
}
.radio:before {
	position: absolute;
	top: 0;
	left: 0.7rem;
	display: block;
	margin-top: 0.8rem;
	width: 0.5rem;
	height: 1rem;
	border-right: 3px solid #41352a;
	border-bottom: 3px solid #41352a;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.mailbtn, .backbtn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	padding: 1.5rem;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meirio, Verdana, Arial, Helvetica, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.mailbtn {
	background: #8b0800;
}
.backbtn {
	background: #6c6c6c;
}
.mailbtn:hover, .backbtn:hover {
	background: #c00b00;
	background-size: 1rem 1rem;
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
.mailbtn, .backbtn {
	width: auto;
	padding: 1.5rem 7rem;
	margin: 0 auto;
}
}
