@charset "UTF-8";

/*renewal用*/
.btn_area_wrap .btn-area {
  display: inline-block;
  padding: 0 10px;
}

/*----------------------------header----------------------------*/
#reserve-btn {
  display: none;
}

.renewal_header .container {
  width: 85%;
  max-width: 1200px;
}

.renewal ul#global-nav2 {
  width: auto;
}

.renewal nav .logo a {
  padding-right: 30px;
}

#fiexd_reserve_zone {
  z-index: 10000;
  position: fixed;
}

#fiexd_reserve_zone a {
  cursor: pointer;
}

#fiexd_reserve_zone a,
#fiexd_reserve_zone .top {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
  transition: all, .3s;
}

#fiexd_reserve_zone .top {
  margin-bottom: 0;
  padding: 10px;
  background-color: #53800b;
}

#fiexd_reserve_zone .bottom {
  display: flex;
}

#fiexd_reserve_zone .bottom a {
  display: block;
  padding: 5px;
}

#fiexd_reserve_zone .bottom .each {
  position: relative;
  width: 50%;
}

#fiexd_reserve_zone .bottom img {
  margin: auto;
}

#fiexd_reserve_zone .bottom img.pc_icon {
  display: block;
  height: 21px;
  margin-bottom: 5px;
}

#fiexd_reserve_zone .bottom img.sp_tab_icon {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  max-width: 15px;
  max-height: 15px;
  margin: auto;
}

#fiexd_reserve_zone .plan {
  background-color: #85cb16;
}

#fiexd_reserve_zone .tent {
  background-color: #fa8019;
}

/*#fiexd_reserve_zone{
	@include media(sp-tab){
		.just_pc{
			display:none;
		}
		position: fixed;
		right: 0;
		top: 40px;
		z-index:10000;
		right: -140px;
		width: 180px;
		.each{
			line-height: 1.7em;
			position:relative;
			padding-left:40px;
			margin-bottom:5px;
			transition:all, .3s;
			&.active{
				margin-left: -135px;
				&:before{
					background-image: none;
					color: #fff;
					content: "×";
					font-size: 30px;
					border: 1px solid #fff;
					text-align: center;
					left: -7px;
				}
			}
			&:before{
				position:absolute;
				top:0;
				bottom:0;
				left:0;
				content:"";
				width:30px;
				height:30px;
				background-repeat:no-repeat;
				background-size:contain;
				margin:auto;
			}
			&:after{
				position: absolute;
				top: 0;
				bottom: 0;
				left: -27px;
				width: 32px;
				height: 100%;
				border-radius: 40px 0 0 43px;
				content: "";
				z-index: -1;
			}
		}
		a{
			display: block;
			padding: 12px 10px 12px 0;
		}
		.top{
			display:none;
			background-color:#53800b;
			&:before{
				background-image:url(../../img/renewal/common-new/logo_plan.png);
			}
			&:after{
				background-color:#53800b;
			}
		}
		.plan{
			background-color:#85cb16;
			&:before{
				background-image:url(../../img/renewal/common-new/logo_plan.png);
			}
			&:after{
				background-color:#85cb16;
			}
		}
		.tent{
			background-color:#fa8019;
			&:before{
				background-image:url(../../img/renewal/common-new/logo_tent.png);
			}
			&:after{
				background-color:#fa8019;
			}
		}
	}
}*/
.other {
  background-color: #01244c;
}

.other .just_pc_widthout_tab {
  display: none;
}

.other img {
  max-width: 100%;
}

.other .section_ttl {
  color: #fff;
}

.other .each {
  display: flex;
  flex-wrap: wrap;
}

.other .each:nth-child(even) {
  flex-direction: row-reverse;
}

.other .each:nth-child(even) .txt_txt {
  right: -20%;
}

.other .img_zone,
.other .txt_zone {
  width: 50%;
}

.other .img_zone {
  line-height: 0;
}

.other .txt_zone {
  position: relative;
}

.other .txt_txt span {
  padding: 5px 10px;
  border-radius: 1px;
  background: linear-gradient(transparent 0%, #85cb16 0%);
  color: #fff;
  font-size: 14px;
}

.other a {
  display: block;
  width: 70%;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: .8em;
}

.other a span {
  display: block;
}

.other a:hover {
  border: 1px solid #EAEE9D;
  color: #EAEE9D;
}

.empha {
  color: #f00;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.box_type01 {
  padding: 20px 0;
}

.box_type01 .ttl {
  padding: 10px 0;
  font-weight: 600;
}

.each_box p {
  margin-bottom: 0;
}

.each_box img {
  width: 100%;
}

.col-2>.each_box {
  width: 49%;
  margin-top: 2%;
  margin-right: 2%;
  float: left;
}

.col-2>.each_box:nth-child(even) {
  margin-right: 0;
}

.col-2>.each_box:nth-child(2n+1) {
  clear: left;
}

.col-2>.each_box:first-child {
  float: left;
}

.col-2>.each_box:nth-child(-n+2) {
  margin-top: 0;
}

.ttl_bottom_img {
  padding: 50px 0;
}

.hanare .btn-color {
  padding: 20px 0;
}

table.white-box.price-list td:first-child {
  width: 25%;
}

/*-----------------------meal-----------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.col-four .each_box {
  width: 25%;
}

.meal .each_box {
  margin-bottom: 30px;
}

.meal .each_box:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.meal .ttl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d0d0;
  font-weight: bold;
}

.meal .ttl,
.meal .empha_txt {
  font-size: 16px;
}

.meal .empha_txt {
  padding-left: 5px;
}

.meal .info {
  font-size: 12px;
}

.meal p {
  text-align: center;
}

.meal .img {
  margin-top: 10px;
  padding: 0 3px;
}

.renewal_pricelist th {
  background-color: #EEEBE8;
}

.renewal_pricelist .menu {
  width: 35%;
}

.renewal_pricelist .wide {
  width: 30%;
}

.renewal_pricelist td {
  font-size: 16px;
  text-align: center;
}

.renewal_pricelist .tac th {
  text-align: center;
}

.renewal_pricelist.two_row {
  width: 65%;
}

.renewal_pricelist_ruri .small {
  width: 20%;
}

.ruri_map {
  padding: 70px 0;
}

.ruri_map img {
  width: 100%;
}

.ruri_map .btn-color {
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  padding: 20px 0;
}

/*accessのtimetable*/
.renewal_accesslist caption,
.renewal_accesslist th,
.renewal_accesslist td {
  font-weight: bold;
  text-align: center;
}

.renewal_accesslist th,
.renewal_accesslist td {
  border-right: 1px solid #ccc;
  font-size: 16px;
}

.renewal_accesslist th:last-child,
.renewal_accesslist td:last-child {
  border-right: none;
}

.renewal_accesslist td:nth-child(2),
.renewal_accesslist td:nth-child(5),
.renewal_accesslist .td_bg {
  background-color: #F3F2DF;
}

.renewal_accesslist tr {
  border-bottom: 1px solid #ccc;
}

.renewal_accesslist caption {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.renewal_accesslist .title {
  font-size: 1.1em;
  line-height: 1.1em;
}

.renewal_accesslist .weekday {
  background-color: #01A29A;
}

.renewal_accesslist .weekend {
  background-color: #fa8019;
}

.renewal_accesslist .bg_green {
  background-color: #76944A;
  color: #fff;
}

.renewal_accesslist .bg_red {
  background-color: #EA5431;
  color: #fff;
}

.renewal_accesslist .bg_brown {
  background-color: #7D6853;
  color: #fff;
}

.renewal_accesslist .txt_green {
  color: #76944A;
}

.renewal_accesslist .txt_red {
  color: #EA5431;
}

.renewal_accesslist .txt_yellow {
  color: #FEF565;
}

.renewal_accesslist .time {
  background-color: #FEF565;
}

.renewal_accesslist .note {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.8em;
}

.renewal_accesslist .time_table_ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.renewal_accesslist .time_table_ttl span {
  display: block;
}

.renewal_accesslist .time_table_ttl .second {
  font-size: 2em;
}

.renewal_accesslist .time_table_ttl .second .txt_red {
  display: inline-block;
}

.youtube_video_iframe {
  width: 100%;
  height: 500px;
}

/*@import "renewal/_renewal-sub";
@import "renewal/_other";*/

@media only screen and (min-width: 0) and (max-width: 767px) {
  .btn_area_wrap .btn-area {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  footer#footer {
    padding-bottom: 70px;
  }

  #fiexd_reserve_zone .bottom a {
    position: relative;
    text-align: left;
  }

  .other .each:nth-child(even) .txt_txt {
    right: 0;
  }

  .other .each:nth-child(odd) .txt_txt {
    left: 0;
  }

  .other .img_zone,
  .other .txt_zone {
    width: 100%;
  }

  .other .txt_zone {
    padding-bottom: 70px;
  }

  .other .txt_txt {
    position: relative;
    top: auto;
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .other a {
    display: block;
    position: relative;
    bottom: auto;
    width: 100%;
  }

  .just_pc_renewal {
    display: none;
  }

  .box_type01.col-2>.each_box {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .box_type01.col-2>.each_box:first-child {
    float: none;
  }

  .box_type01.col-2>.each_box:nth-child(2) {
    margin-top: 2%;
  }

  table.white-box.price-list td:first-child {
    width: 30%;
  }

  .flex {
    flex-wrap: wrap;
  }

  .col-four .each_box {
    width: 50%;
    margin: 0 0 35px;
    padding: 0 3px;
  }

  .menu_ttl {
    display: block;
  }

  .renewal_accesslist th,
  .renewal_accesslist td {
    border-right: 1px solid #ccc;
    font-size: 14px;
  }

  .renewal_accesslist .title {
    font-size: 1em;
    line-height: 1em;
  }

  .renewal_accesslist .time_table_ttl .second {
    font-size: 1.3em;
  }

  .youtube_video_iframe {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  #fiexd_reserve_zone .just_sptab {
    display: none;
  }

  #fiexd_reserve_zone {
    top: 0;
    right: 0;
  }

  #fiexd_reserve_zone a,
  #fiexd_reserve_zone .top {
    min-width: 130px;
    padding: 5px 0 0;
    font-size: .8em;
    width: 100%;
  }

  #fiexd_reserve_zone a:hover {
    text-shadow: 1px 1px 1px #333;
    opacity: .9;
  }

  #fiexd_reserve_zone .bottom .each:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
  }

  #fiexd_reserve_zone .bottom .each.plan:after {
    border-width: 20px 130px 0 0;
    border-style: solid;
    border-color: #85cb16 transparent transparent transparent;
  }

  #fiexd_reserve_zone .bottom .each.tent:after {
    border-width: 0 130px 20px 0;
    border-style: solid;
    border-color: transparent #fa8019 transparent transparent;
  }

  #fiexd_reserve_zone .bottom img.sp_tab_icon {
    display: none;
  }

  .other .just_pc_widthout_tab {
    display: block;
  }

  .other .each:nth-child(odd) a {
    right: 0;
  }

  .other .each:nth-child(odd) .txt_txt {
    left: -30%;
  }

  .other .txt_txt {
    position: absolute;
    top: 30px;
  }

  .other a {
    position: absolute;
    bottom: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  #fiexd_reserve_zone .just_pc_widthout_tab {
    display: none;
  }

  #fiexd_reserve_zone {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
  }

  #fiexd_reserve_zone .top {
    padding: 10px 0 15px;
    font-size: 0.8em;
  }

  #fiexd_reserve_zone .bottom a {
    padding: 10px 5px;
  }

  #fiexd_reserve_zone .bottom a:after {
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }

  #fiexd_reserve_zone .bottom .each {
    font-size: 14px;
  }

  #fiexd_reserve_zone .bottom .small_txt {
    font-size: .8em;
  }

  #fiexd_reserve_zone .bottom .logo_zone {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    vertical-align: middle;
  }

  #fiexd_reserve_zone .bottom .logo_zone:before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }

  #fiexd_reserve_zone .bottom img.pc_icon {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  #fiexd_reserve_zone .bottom a:after {
    right: 3px;
  }

  #fiexd_reserve_zone .bottom .each {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .other .txt_zone {
    padding: 0 10px 40px 10px;
  }

  .other .txt_txt {
    top: 10px;
  }

  .other a {
    width: 100%;
  }
}

@media print,
screen and (min-width: 768px) {
  .just_sp_renewal {
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 1100px) {
  .meal .ttl {
    display: table;
    width: 100%;
    height: 50px;
    line-height: 1.2em;
  }

  .meal .ttl span {
    display: table-cell;
    vertical-align: middle;
  }
}

.bnr_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 165px;
  transition: 0.5s;
  z-index: 99;
}

.bnr_fixed img {
  max-width: 100%;
}

.fixed_bnr_sp {
  display: none;
}


@media screen and (max-width: 768px) {
  .bnr_fixed {
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 70px;
  }

  .fixed_bnr_pc {
    display: none;
  }

  .fixed_bnr_sp {
    display: inline-block;
  }

  .plansp-img {
    max-width: 80%;
    margin: 15px 0 0 0;
  }
}





/*メイン画像バナー固定*/
.bnr_fixed{
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 165px;
  transition: 0.5s;
  z-index: 101;
}
.bnr_fixed img{
  max-width: 100%;
}
.bnr_fixed a{
  transition: 0.5s;
  display: block;
  margin-bottom: 0px;
}
.bnr_fixed a:hover{
  opacity: 0.5;
}
.fixed_bnr_pc{

}
.fixed_bnr_sp{
display: none;
}
@media (max-width: 768px) {
.bnr_fixed{
  width: 90%;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 56px;
}
.fixed_bnr_pc{
display: none;
}
.fixed_bnr_sp{
display: inline-block;
}
}

/* 20200625追加 */
.renewal_accesslist .txt_label_red {
  background-color: #EA5431 !important;
  color: #fff;
}

/* 20201005追加 */
.__inner-depth-2 .__head_front02{
  margin-bottom: 64px;
}
/* タブの設定 */
.__inner-depth-2 .tab {
  display: flex;
  list-style: none;
}

.__inner-depth-2 .tab > li {
  width: 50%;
  padding:16px;
  border: 1px solid #fff;
  background: #eee;
  color: #999;
  text-align: center;
  font-weight: bold;
}


.__inner-depth-2 .tab > li span{
  display: block;
  font-size: 14px;
}

@media (max-width: 768px) {
  .__inner-depth-2 .tab > li {
    padding: 8px;
  }
}
.__inner-depth-2 .tab > li.active {
  background: #242424;
  color: #fff;
  position: relative;
}
.__inner-depth-2 .tab.tab-top > li.active::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid #242424;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.__inner-depth-2 .tab.tab-bottom > li.active::after{
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 10px solid #242424;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* タブの中身の設定 */
.__inner-depth-2 .tabContent{
  padding: 0;
}

.__inner-depth-2 .tabContent > li {
  display: none;
}

.__inner-depth-2 .tabContent > li h4.__haed{
  font-size: 32px;
  margin-bottom: 32px;
}

.__inner-depth-2 .tabContent > li .__box{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .__inner-depth-2 .tabContent > li .__box{
    display: block;
  }
}

.__inner-depth-2 .tabContent .active {
  display: block;
}