/* TOPページ */
.top_mv {position: relative;}
.top_mv img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.top_mv h2 {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 50px;
  text-shadow:2px 2px 3px #333;
  position: absolute;
  top: 30%;
  left: 100px;
  text-align: left;
  z-index: 3;
}
/*
.top_mv h2 {
  color: #fff;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  text-shadow:2px 2px 3px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}*/

@media screen and (max-width:896px) {
  .top_mv img {
    height: 250px;
  }
  .top_mv h2 {font-size: 30px; left: 30px;}
  .top_mv h2 span.camp {font-size: 18px;}
}

.top_view .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.top_corona {
  padding: 30px 0;
  background: #669fbb;
}
.top_corona h3 {
  color: #eec84d;
  background: #fff;
  text-align: center;
  border: solid;
  width: 70%;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width:896px) {
.top_corona h3 {font-size: 18px;}
}

.top_corona a {
  color: #669fbb;
  font-weight: bold;
  display: block;
  padding: 30px;
}

.top_news {
	padding: 30px 0;
  background: #6a98d0;
}
.top_news .container {
	display: flex;
  justify-content: space-between;
}

@media screen and (max-width:896px) {
.top_news .container {
	flex-direction: column;
}
}
.top_news ul li {
	padding: 15px 0;
  color: #fff;
}
.top_news ul li a {
  color: #fff;
}

@media screen and (max-width:896px) {
.top_news ul li {
	padding: 2% 0;
	line-height: 1.8;
}
}
.top_news ul li span.date {
	padding: 0 22px 0 30px;
}
.top_news ul li span.cate {
	background: #fff;
	padding: 4px 10px;
	margin-right: 30px;
	font-size: 1.4rem;
  color: #222;
}

@media screen and (max-width:896px) {
.top_news ul li span.date {
	padding: 0;
}
.top_news ul li span.cate {
	padding: 1% 2%;
	font-size: 1.2rem;
}
}
.top_news ul li span.cate a {
	color: #fff;
}
.top_news_list {
  margin-top: 56px;
}
.top_news_list a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
}
@media screen and (max-width:896px) {
.top_news_list {
  margin-top: 20px;
}
.top_news_list p {
  text-align: center;
}
}

.top_service_bk {
	padding: 80px 0;
  background-color: #fff;
}
.top_service_bk h3 {
	padding: 20px;
}
.top_service_bk p.main {
  border: 1px solid #ccc;
  padding: 30px;
}
.top_service {
  display: flex;
  justify-content: space-between;
}
.top_service figure {
  width: 48%;
}
.top_service figcaption {
  font-size: 22px;
  padding: 22px 10px;
}

.top_service p {
  padding: 0 10px 22px;
}

@media screen and (max-width:896px) {
.top_service {
	flex-direction: column;
}
  .top_service figure {
  width: 100%;
}
}
.top_service figure img {
	width: 100%;
  height: auto;
  object-fit: cover;
}


.top_o-service_bk {
  padding: 80px 0 0;
  background-color: #224363;
}
.top_o-service_bk h2 {
  color: #fff;
}
.top_o-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_o-service figure {
  width: 22%;
  position: relative;
  top: 50%;
}
.top_o-service figure figcaption {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  bottom: 50%;
  text-align: center;
  background: rgba(255,255,255,0.7);
  padding: 30px 0;
}
@media screen and (max-width:896px) {
  .top_o-service figure {
    width: 48%;
  }
  .top_o-service figure figcaption {
    font-size: 18px;
    padding: 10px 0;
  }
}
.top_o-service figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.business_img {
  width: 600px;
}
.business_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .business_img {
    width: 100%;
  }
}
.business_text {width: 100%;}

.business_text p {padding: 20px 30px 0;}

.top_feature {
  background: #edf3f9;
  padding: 85px 0 15px;
}

@media screen and (max-width:896px) {
.top_feature {
	padding: 10% 0;
  height: auto;
}
}

.top_feature p {
	line-height: 2.0;
}
.top_feature h2 {
	font-size: 2.6rem;
	line-height: 1.4;
  position: relative;
  display: inline-block;
  width: 100%;
}
.top_feature h2:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2c5780;
  border-radius: 2px;
}

@media screen and (max-width:896px) {
.top_feature h2 {
	font-size: 2.4rem;
	margin: 0 0 25px;
}
}
.top_feature h2 span {
	font-size: 1.5rem;
	color: #333;
}
.top_box {
	width: 100%;
	margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1023px) {
.top_box {
	flex-direction: column;
  margin: 30px auto;
}
}
.top_box .feature_mainimg {
  width: 640px;
}

@media screen and (max-width:1023px) {
.top_box .feature_mainimg {
  width: 100%;
}

}
.top_box .feature_mainimg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media screen and (max-width:1023px) {
.top_box .feature_mainimg img {
  margin-bottom: 0;
  height: auto;
}
}

.top_box .feature_txtarea {
	background: #fff;
  width: 640px;
	height: 450px;
}

@media screen and (max-width:1023px) {
.top_box .feature_txtarea {
	width: 100%;
  height: auto;
}
}
@media screen and (min-width:1800px) {
.top_box .feature_txtarea {
	max-width: 1030px;
	height: 450px;
  top: 56px;
  right: 0;
}
}

.textarea_p {
	padding: 3rem 5rem;
}
@media screen and (max-width:896px) {
.textarea_p {
	padding: 10% 3%;
}
}
.textarea_p h3 {
	padding-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.3;
}

.textarea_p h3 span.sub_title {
	font-size: 1.5rem;
}

@media screen and (max-width:896px) {
.textarea_p h3 {
	padding-bottom: 20px;
}
}

.top_manga img {width: 80%; margin: 0 auto;}
@media screen and (max-width:896px) {
  .top_manga img {width: 100%; }
}
.top_feature table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  font-size: 18px;
}

@media screen and (max-width:896px) {
  .top_feature table {
    width: 100%;
    font-size: 16px;
  }
}
.top_feature table tr {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.top_feature table th,
.top_feature table td {
  padding: 15px;
  width: 25%;
}
.top_feature table td.w_free {
  width: 100%;
}
.top_feature table thead th {
    padding: 15px;
  font-weight: bold;
}
.top_feature table thead tr{
  background-color: #4d88c2;
  color:#fff;
}
.top_feature table tbody th {
  text-align: left;
}
.top_feature .price{
  text-align: right;
  color: #2c5780;
  font-weight: bold;
}
.top_feature_bk {background: #c1d6ea; }

/*会社概要テーブル*/
.table01 {
  border-top: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  font-size:14px;
}

.table01 tr {
  border-bottom: 1px solid #ccc;
}

.table01 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 20px 6%;
  line-height: 2;
}

.table01 th {
  text-align: center;
  padding: 20px;
  width: 22%;
  font-weight: normal;
  border-right: 1px solid #ccc;
  line-height: 2;
}


@media screen and (max-width: 896px) {
  .table01 th {
    padding: 12px 6px;
	width: 30%;
  }
  .table01 td {
    padding: 12px 5%;
  }
}

.top_service .g_map {
	height: 300px;
	margin-bottom: 30px;
}
.top_service .g_map iframe {
	width: 540px;
	height: 300px;
}
@media screen and (max-width:896px) {
.top_service .g_map {
	height: 240px;
	margin-bottom: 30px;
}
.top_service .g_map iframe {
	width: 100%;
	height: 240px;
}
}

.top_menu_box {
	display: flex;
}
@media screen and (max-width:896px) {
.top_menu_box {
	flex-direction: column-reverse;
}
}
.top_menu_box .textarea_rc {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #c1d6ea;
  padding: 80px 0;
}
.top_menu_box .textarea_info {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #edf3f9;
  padding: 80px 0;
}
  
@media screen and (max-width:896px) {
.top_menu_box .textarea_rc, .top_menu_box .textarea_info {
  width: auto;
  text-align: center;
}
}
.top_menu h2 {
	margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width:896px) {
.top_menu h2 {
	text-align: center;
}
}
.top_menu p.msg {
	text-align: left;
	margin-bottom: 40px;
	line-height: 2.0;
}
.top_menu img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_menu img {
  height: 300px;
}
}
@media screen and (min-width:1800px) {
.top_menu img {
  height: auto;
}
}
.top_menu .bbq_menu {
	display: flex;
	padding: 30px 0 30px 30px;
  background: #fff;
}

@media screen and (max-width:896px) {
.top_menu .bbq_menu {
	padding: 20px 0 20px 20px;
}
}
.top_menu .bbq_menu dt {
	float: left;
	font-size: 3rem;
	width: 500px;
	color: #e3aa7b;
}

@media screen and (max-width:896px) {
.top_menu .bbq_menu dt {
	float: left;
	font-size: 1.8rem;
	width: auto;
}
}
.top_menu .bbq_menu dd ul {
	border-left: #e3d6cc 1px solid;
	padding-left: 10px;
}
.top_menu .bbq_menu dd ul li {
	padding: 5px 0 5px 0;
}
.top_menu .bbq_menu dd ul li:first-child {
	padding: 0 0 5px 0;
}
.top_menu .bbq_menu dd ul li:last-child {
	padding: 5px 0 0 0;
}


.top_insta {
  padding: 80px 45px;
  background: #fff;
}
@media screen and (max-width:896px) {
.top_insta {
	padding: 10% 3%;
}
}

/*インスタボタン*/
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2c5780;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
  width: 100%;
  margin: 0 auto;
}

.insta_btn:hover {/*ホバー時*/
  color:#c1d6ea;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}
.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/
  top: 18px;
}
.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

@media screen and (max-width:896px) {
 .insta_btn .insta{/*アイコンの背景*/
    top: 4px;;
  }
}



.top_access {
	padding: 80px 0 30px;
}
@media screen and (max-width:896px) {
.top_access {
	padding: 10% 0;
}
}
.top_access h2 {
	margin-bottom: 40px;
}
.top_access .g_map {
	height: 400px;
	margin-bottom: 40px;
}
.top_access .g_map iframe {
	width: 100%;
	height: 400px;
}
@media screen and (max-width:896px) {
.top_access .g_map {
	height: 360px;
	margin-bottom: 40px;
}
.top_access .g_map iframe {
	width: 100%;
	height: 360px;
}
}
@media screen and (min-width:1800px) {
.top_access .g_map {
	height: 720px;
	margin-bottom: 40px;
}
.top_access .g_map iframe {
	width: 100%;
	height: 720px;
}
}
.top_access ul {
	margin: 80px 50px 0;
}
@media screen and (max-width:896px) {
.top_access ul {
	margin: 80px 3% 0;
}
}
.top_access li {
	display: flex;
	border: 1px solid #b6b8ad;
	color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width:896px) {
.top_access li {
	flex-direction: column;
}
}
@media screen and (min-width:1800px) {
.top_access li {
	margin-bottom: 80px;
}
}
.top_access li h3 {
	background: #eeefec;
	font-size: 1.8rem;
	font-weight: 500;
	width: 26%;
	padding: 25px 15px;
	box-sizing: border-box;
  border-right: 1px solid #b6b8ad;
}
.top_access li:last-child h3 {
	background: #f8f8f7;
}
@media screen and (max-width:896px) {
.top_access li h3 {
	width: 100%;
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #b6b8ad;
}
}
.top_access li .p_access {
	width: 74%;
  background: #fff;
}
.top_access li p {
	padding: 16px 14px;
}
@media screen and (max-width:896px) {
.top_access li .p_access {
	width: 100%;
}
}
.top_access li p span {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4;
}
.top_access p.msg {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 50px 0;
}

.top_access .checkin_box {
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  margin-bottom: 1em;
}
.top_access .checkin_box p {text-align: center;}
.top_access .checkin_wrapper {
	padding: 10px 40px;
	border: 1px solid #b6b8ad;
}
.top_access address {
	font-size: 1.5rem;
	margin-top: 1em;
}
.top_access p.checkin {
	font-size: 1.8rem;
}
.top_access p.checkin a {
	font-size: 1.8rem;
	padding-right: 1em;
}
.top_access p.checkin_ttl {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 auto 25px;
	display: inline-block;
	padding: 0 30px;
}

.top_access p.checkin_ttl span {
	padding: 0 30px;
	z-index: 20;
	position: relative;
}
.top_access p.note {
	color: #f00;
}
