html {
  font-size: 62.5%;
}

/*headerの編集*/

header{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 9rem;
	padding: 0.5rem 3rem;
	border-bottom: solid 1px #c9c9c9;
	background-color: white;
	z-index: 999;
}

.header-left img{
	float: left;
	width: 40rem;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.header-right{
	float: right;
	position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);

}

.header-item{
	padding:2.1rem 2rem;
	margin:0 0.5rem;
	float: left;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all, 0.5s;
	line-height: 1rem;
	cursor: pointer;
}

.header-item:hover{
	background-color: rgba(209, 209, 209, 1);
	color: #eb0c0c;
}

.header-item h3{
	font-size: 1.4rem;
	font-weight: normal;
}

.header-item p{
	font-size: 1.1rem;
	color: #eb0c0c;
}


/*ヘッダーのURL*/
.URL1{
	
}


/*mainの編集*/
/*メイン画像*/
.main{
	height: 50rem;
	font-size: 1.4rem;
}

.top-wrapper img{
	display: block;
	margin: 0 auto;
}

/*開催スケジュールボタン*/
.Kaisai-btn-wrapper{
	height: 5rem;
	text-align: center;
	padding: 5rem;
	font-size: 1.8rem;
}

.Kaisai-btn a{
	padding: 1.5rem 45rem;
	color: white;
	background-color: #d90e00;
	display: inline-block;
	opacity: 0.8;
	border-radius: 3rem;
	transition: all, 0.5s;
}

.Kaisai-btn a:hover{
	color: red;
	background-color: white;
	border: 0.2rem solid red;
	cursor: pointer;
}

/*SNSリンク*/
.SNS-wrapper{
	text-align: center;
}

.SNS-wrapper img{
	width: 8%;
	display: block;
  margin: auto;
  margin-bottom: 20px;
  cursor: pointer;
}

/*スケジュールBOX*/
/*「開催スケジュールの編集」*/
.Schedule-wrapper h3{
	font-weight: normal;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	line-height: 2.4rem;
}

/*下線のスタイリング*/
.Schedule-wrapper h3::after {
  position: absolute;
  content: "";
  background-color: black; /*下線の色*/
  width: 4rem; /*線の幅*/
  height: 0.2rem; /*線の太さ*/
  bottom: -2rem; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}

/*preの空白管理*/
pre {
	white-space: pre-line; /*空白を消して改行は残す*/
}

/*スケジュールBOX*/
.Schedule-box{
	margin:4.5rem 12rem;
	padding: 3rem 10rem;
	background-color: #ffeded;
}

.Schedule-box pre{
	font-size: 2rem;
	line-height: 3.4rem;
}

/*開催地*/
.Schedule-place{
	margin: 0 12rem 3rem 12rem;
}

.redber-title{
	border-bottom: 0.1rem solid #a6a6a6;
	position:relative;
	margin-bottom: 0.9rem;
}

.redber-title h3{
	margin: 0 0 0.9rem;
    padding: 0 0 0 1.26rem;
    color: #333333;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: normal;
}


/*下線のスタイリング*/
.redber-title h3::before {
  position: absolute;
  content: "";
  background: #dd0417; /*下線の色*/
  width: 0.4rem; /*線の幅*/
  height: 1.4rem; /*線の太さ*/
  top: 0.2rem; /*線のタテ位置*/
  left: 0;  /*線のヨコ位置*/
}

/*開催地の表*/
table {
  border: 0.1rem solid #d9d9d9;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

table th {
  border: 0.1rem solid #d9d9d9;
  background: #bd1313;
  color: white;
  font-weight: normal;
}

/*絵文字の色*/
.emoji-white{
	ill: currentColor;
}

table td {
  border: 0.1rem solid #d9d9d9;
}

/*オフ会スケジュール*/
.Others-Schedule{
	margin: 0 12rem;
}

.Others-Schedule-img{
	text-align: center;
}

.Others-Schedule a{
	color: #dd0417;
    text-decoration: none;
}	

.Others-Schedule h4{
	font-size: 2rem;
	font-weight: normal;
}	



/*予約システム*/
.Yoyakusystem-wrapper h2{
	padding-top: 10rem;
	padding-bottom: 10rem;
	width: 100%;
	background-color: #ffeded;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	font-weight: normal;
}

/*下線のスタイリング*/
.Yoyakusystem-wrapper h2::after {
  position: absolute;
  content: "";
  background-color: black; /*下線の色*/
  width: 5rem; /*線の幅*/
  height: 0.2rem; /*線の太さ*/
  bottom: 8rem; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}

.Yoyakusystem-wrapper-2{
	position: relative;
	margin: 0 12rem;
}

.Yoyakusystem-left {
	width: 100%;
	display: flex;
}

.Yoyakusystem-left img{
	position: absolute;
	top: -6rem;
	width: 40%;
}

.Yoyakusystem-right{
	margin-left: 42%;
}

.Yoyakusystem-right h3{
	font-size: 1.7rem;
	border-bottom: 1px solid #dd0417;
	padding: 0.9rem 0;
    font-weight: bold;
}

.Yoyakusystem-right pre{
	line-height: 1.5;
}

.Yoyakusystem-btn-wrapper{
	text-align: center;
	font-size: 1.6rem;
}

.Yoyakusystem-btn a{
	padding: 1.28rem;
	color: white;
	background-color: #d90e00;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	cursor: pointer;
}

.Yoyakusystem-btn a:hover{
	color: red;
	background-color: white;
	border: 0.2rem solid red;
}


/*PONTAについて*/
.AboutUs-wrapper h2{
	font-weight: normal;
	text-align: center;
	position: relative;
	line-height: 2.4rem;
	font-size: 2.4rem;
	margin-top: 5rem;
}

/*下線のスタイリング*/
.AboutUs-wrapper h2::after {
  position: absolute;
  content: "";
  background-color: black; /*下線の色*/
  width: 4rem; /*線の幅*/
  height: 0.2rem; /*線の太さ*/
  bottom: -2rem; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}


.AboutUs-wrapper {
	margin: 0 12rem;
}

.AboutUs1 {
	display: flex;
	margin-top: 5rem;
	height: 400px;
}

.AboutUs1-left {
	width: 50%;
  margin: 3rem 1rem 0 -3rem;
}

.AboutUs1-left h3{
	font-size: 1.7rem;
	border-bottom: 1px solid #dd0417;
	padding: 0.9rem 0;
  font-weight: bold;
  line-height: 1;
}

.AboutUs1-left span{
	color: #dd0417;
	font-size: 7.5rem;
	margin-right: 10px;
}

.AboutUs1-left pre{
	line-height: 1.5;
  line-height: 2;
}

.AboutUs1-right{
	position: absolute;
	right: 0;
	width: 50%;
}

.AboutUs1-right img{
	object-fit: cover;
	object-position: left;
  height: 400px;
  width: 100%;
}



.AboutUs1-btn-wrapper{
	margin-top: 5rem;
	text-align: center;
	font-size: 1.6rem;
}

.AboutUs1-btn a{
	padding: 2rem;
	color: white;
	background-color: #d90e00;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	font-size: 1.2rem;
	cursor: pointer;
}

.AboutUs1-btn a:hover{
	color: red;
	background-color: white;
	border: 0.2rem solid red;
}




/*新年の挨拶BOX*/
/*「開催スケジュールの編集」*/
.Newyear-wrapper h3{
	font-weight: normal;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	color: #dd0417;
	line-height: 2.4rem;
	margin-bottom: 7rem;
}

/*下線のスタイリング*/
.Newyear-wrapper h3::after {
  position: absolute;
  content: "";
  background-color: black; /*下線の色*/
  width: 4rem; /*線の幅*/
  height: 0.2rem; /*線の太さ*/
  bottom: -2rem; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}

/*preの空白管理*/
pre {
	white-space: pre-line; /*空白を消して改行は残す*/
}

/*メッセージBOX*/
.Newyear-box{
	margin:4.5rem 1rem;
	padding: 3rem 5rem;
	background-color: #ffeded;
}

.Newyear-box pre{
	line-height: 2.5rem;
}




/*02オフ会*/
.AboutUs2 {
	display: flex;
	margin-top: 5rem;
	height: 400px;
}

.AboutUs2-left {
	position: absolute;
	left: 0;
	width: 50%;
}

.AboutUs2-left img{
  object-fit: cover;
	object-position: left;
  height: 400px;
  width: 100%;
}

.AboutUs2-right {
	margin: 0 -3rem 0 auto;
	width: 50%;
}

.AboutUs2-right h3{
	font-size: 1.7rem;
	border-bottom: 1px solid #dd0417;
	padding: 0.9rem 0;
  font-weight: bold;
  line-height: 1;
  margin-right: 4rem;
}

.AboutUs2-right span{
	color: #dd0417;
	font-size: 7.5rem;
	margin-right: 10px;
}

.AboutUs2-right pre{
  line-height: 2;
}

.AboutUs2-btn-wrapper{
	margin-top: 5rem;
	text-align: center;
	font-size: 1.6rem;
}

.AboutUs2-btn a{
	padding: 2rem;
	color: white;
	background-color: #d90e00;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	font-size: 1.2rem;
	cursor: pointer;
}

.AboutUs2-btn a:hover{
	color: red;
	background-color: white;
	border: 0.2rem solid red;
}


/*お問い合わせ*/
.Contactform {
	height: 500px;
	text-align: center;
	background-color: #e3e3e3;
	margin: 5rem 0;
}

.Contactform-area{
	padding-top: 50px;
  padding-bottom: 50px;
}

.Contactform h2{
	font-weight: normal;
	text-align: center;
	position: relative;
	line-height: 2.4rem;
	font-size: 2.4rem;
	margin-top: 5rem;
}

/*下線のスタイリング*/
.Contactform h2::after {
  position: absolute;
  content: "";
  background-color: black; /*下線の色*/
  width: 4rem; /*線の幅*/
  height: 0.2rem; /*線の太さ*/
  bottom: -2rem; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}


.Contactform pre{
	margin: 7rem 0 0.5rem 0;
	font-weight: bold;
	line-height: 2;
}


/*お問い合わせボタン*/
.Contactform-btn-wrapper{
	margin-top: 2.5rem;
	text-align: center;
	font-size: 2.6rem;
}

.Contactform-btn a{
	padding: 1.5rem;
	color: white;
	background-color: #d90e00;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	font-size: 1.8rem;
	cursor: pointer;
}

.Contactform-btn a:hover{
	color: red;
	background-color: white;
	border: 0.2rem solid red;
}


/*GoogleMap*/
.Googlemap {
  width: 100%;
  position: relative;
  padding-top: 35%;
}

.Googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*SNS-area*/
.SNSshare-wrapper{
  width: 100%;
  height: 10rem;
  margin-top: 0.7rem;
	display: flex;
}

.SNSshare-wrapper i{
	padding-right: 0.5rem;
}


/*Facebook*/
.Facebook-wrapper{
	margin: 1rem 3rem;
	text-align: center;
	font-size: 1rem;
}

.Facebook-btn a{
	padding: 0.2rem 1.5rem ;
	color: white;
	background-color: #1761c7;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	font-size: 1.2rem;
}

.Facebook-btn a:hover{
	color: #1761c7;
	background-color: white;
	border: 0.2rem solid #1761c7;
}


/*LINE*/
.LINE-wrapper{
	margin: 1rem 0;
	text-align: center;
	font-size: 1rem;
}

.LINE-btn a{
	padding: 0.2rem 1.5rem ;
	color: white;
	background-color: #26d323;
	display: inline-block;
	opacity: 0.8;
	border-radius: 5rem;
	transition: all, 0.5s;
	font-size: 1.2rem;
}

.LINE-btn a:hover{
	color: #26d323;
	background-color: white;
	border: 0.2rem solid #26d323;
}


/*footerの編集*/
footer{
	background-color: #eb0c0c;
	height: 15rem;
	color: #ffffff;
}

.footer1{
	display:flex;
	justify-content: center;
}

.SNS-btn{
	width: 8%;
	display: block;
	margin: 1rem auto;
}

.footer-list li{	
	list-style: none;
	padding: 1.5rem 2rem;
	float:left;
}

.footer2{
	clear: both;
	text-align:center;
}
