#ski_top {
	margin:0 auto;
    width: 1000px;
}
#mapski{
	width:100%;
}
.tableimg {
    display: block;
	margin:0 auto;
	width:100%;
	max-width:980px;
}
.timg,
.timg2,
.timg3 {
    display: table-cell
}
.timg img,.timg2 img,.timg3 img{
    width: 100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.mid_title {
    background-color: #1f8aff;
    color: #fff;
    font-size: 150%;
    padding: 1px 0 1px 15px;
	margin:0 auto 1rem;
	width:100%;
	max-width:980px;
}
.sp_links {
	display: flex;
	margin:0 auto ;
	width:100%;
	max-width:980px;
	justify-content: space-between;

}
#update{
    display: block;
	margin:2rem auto;
	width:100%;
	max-width:980px;
	}

#update ul{
	margin:0;
	padding:0.5rem 0 0.5rem 0.5rem;
}
#update li {
    list-style: none;
	margin:0.5rem 0;
	padding:0.5rem 0;
	font-size:1.2rem;
	background-color:#FFC;
	display:block;
}

#update li img{
	margin-right:0.3rem;
}

#update a:link,#update a:visited{
	color:#00F;
	}
#recommend_ski{
	line-height:1;
	width:100%;
	max-width:980px;
	margin:0 auto!important;
	padding-top:3rem;
}
#recommend_ski p{
	text-align:center;
}

#recommend_ski ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
	margin:2rem 0;
	padding-left:0;
}
#recommend_ski li {
    width: 462px;
    background-color: #F1F1F1;
    color: #000;
    margin:10px 5px 20px;
    padding: 0.5rem;
    border: #999 solid 1px;
    border-radius: 7px;
	list-style:none;
}

.plan_comm {
    text-align: left;
    display: inline-block;
    width: 357px;
	font-size:1rem;
}
.plan_comm a:visited ,.plan_comm a:link{
    color: #00F;
    font-weight: bold;
}
.price {
    color: #F00;
    font-size: 1.2rem;
    margin-left: 1rem;
}
.year_name{
	display:block;
	text-align:right;
	margin:10px 25px 5px 0
}

.newplan {
    width: 98%;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: start;
    text-align: center;
	flex-wrap: wrap;
}
.newplan .price_box {
    padding: 0;
    width: 224px;
    margin:0 0 1rem 0;
    border: 1px solid #000;
}
.areabox{
	background-color:#FFC;
	color:#F00;
	padding:0.2rem 0;
	text-indent:1rem;
	}
.r_types2{
	background-color:#063;
	color:#FFF;
	display:block;
	padding:0.5rem 0;
}
.r_types3{
	background-color:#660;
	color:#FFF;
	display:block;
	padding:0.5rem 0;
}
.r_types4{
	background-color:#C33;
	color:#FFF;
	display:block;
	padding:0.5rem 0;
}
.r_types{
	background-color:#e91e63;
	color:#FFF;
	display:block;
	padding:0.5rem 0;
}
.newplan .charges {
    display: block !important;
    border-bottom: 1px #666 solid;
	padding:0.5rem 0;
}
.newplan .sat_css {
    color: #06F;
    margin-right: 1.3rem;
}
.newplan .sun_css {
    color: #F00;
    margin-right: 1.3rem;
}
.datespace{
    margin-right: 1.3rem;
	}
.newplan a:link, .newplan a:visited {
    text-decoration: none;
    color: #00F;
}
.chtop a:link, .chtop a:visited {
    font-size: 1rem !important;
    color: #333 !important;
    text-decoration: none !important;
}
.chtop a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
}
.chtop a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto;
    padding: 1em;
    width: 200px;
    font-weight: bold;
    background-color: #cccccc;
    border-radius: 50vh;
}
#linkbox_stay {
    width: 95%;
    margin: 1.5rem auto;
    align-items: center;
    display: block;
    justify-content: center;
}

.background_btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px; /* ボタン幅 */
  padding: 1em 2em;
  background: #B476CE; /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;
  color: #fff; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: left;
  margin:0.5rem 0;
}

/* マウスオーバーした際のデザイン */
.background_btn::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #B476CE 50%, #B476CE 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.background_btn:hover::before {
  width: 2em;
  height: 2em;
}

/* クリックした際のデザイン */
.background_btn:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}

.background_btn a:link,.background_btn a:visited{
	color:#FFF;
	line-height:1.5;
	font-size:1.2rem;
	}
.titlebox{
	height:60px;
}
.details {
  border: 1px solid #DDD;
}

.details__summary {
    cursor: pointer;
    background: #F4F4F4;
    margin: 0;
    padding: 1rem;
 }

.details__content {
    overflow: hidden;
    margin: 0;
    padding: 16px;
}
.details[open] & {
        opacity: 1;
      }
@media screen and (max-width:768px) {
#breadcrumb,#mapski,.site-title {
        display: none;
    }
	.smapho2{
	display:block;
}
#recommend_ski li {
    margin:10px auto 20px;
}
}
@media only screen and (max-width:576px) {
.wp-block-navigation__responsive-container-open svg {
	width: 73px;
	height: 73px;
}
.boxitem2 {
	flex-basis: auto;
}
.skiosu{
  display:none;
  }
#recommend_ski p {
    margin: 0.5rem auto 0;
	width:80%;
	text-align:left;
}
#recommend_ski ul {
    margin: 0;
}
#recommend_ski li {
    width: 93%;
    margin: 10px auto 20px;
}
img {
	max-width: 100%;
	height: auto;
	margin:0;
  }

.newplan .price_box {
    width: 100%;
}

#recommend_ski{
	padding-top:0;
}
.wp-block-group{
	padding:0 !important;
}
 .plan_comm {
    width: 68%;
	font-size:0.8rem;
	line-height:1.6;
 }
 .price {
	font-size:0.8rem;
	}
.titlebox{
	height:auto;
}
.year_name {
    margin: 0 5px 5px 0;
	font-size:0.6rem;
}

}