/*
Theme Name: Twenty Twentytwo Child
Version: 5.91
Template: twentyTwentytwo
*/

/*top page コンテンツ*/
.sunrise-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:20px 0 30px;
}

.sunrise-nav a{
  background:#0073aa;
  color:#fff;
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-weight:700;
}

.sunrise-section{
  margin:50px 0;
  display: flow-root;
}

.sunrise-section h2{
  background:#f4f8fb;
  border-left:6px solid #0073aa;
  padding:14px 18px;
  font-size:24px;
  margin-bottom:25px;
}

.sunrise-note{
  background:#fff8e8;
  border:1px solid #f2d488;
  padding:12px 16px;
  border-radius:8px;
  margin-bottom:20px;
}

.sunrise-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
  gap:20px;
}
.tour-card{
  display:flex;
  gap:20px;
  border:1px solid #ddd;
  border-radius:12px;
  padding:20px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
  margin-bottom:20px;
}

.tour-card h3{
  margin:0 0 10px;
  font-size:22px;
}

.tour-photo{
  flex:0 0 300px;
}

.tour-photo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:10px;
}

.tour-info{
  flex:1;
}

.tour-info h3{
  margin:0 0 10px;
  font-size:24px;
}

.tour-info p{
  margin:0 0 16px;
  line-height:1.7;
}

.tour-card p{
  margin:0 0 18px;
  line-height:1.7;
}

.tour-buttons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.tour-buttons a{
  background:#0073aa;
  color:#fff;
  text-decoration:none;
  padding:12px 18px;
  border-radius:8px;
  font-weight:700;
}

.tour-buttons a:hover{
  background:#005f8d;
}

#main{
	padding: 0 !important;
}
#nyea li{
	list-style: none;
	display: block;
}
.boxitem2 a:link{
	color:#666;
	}
.wp-block-navigation .wp-block-navigation-item::before {
	font-size:2rem;
	margin-top:-0.5rem;
}
:where(.wp-site-blocks) > * {
	margin-block-start:0 !important; 
}

/* 018 */
.button018{
	padding: 1.5rem 0 0;
	display: flex;
}
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 ;
    max-width: 230px;
    padding: 10px 0;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  width: 200px;
  padding: 0 0 0 60px;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}

#boxsecond {
	max-width: 980px;
	width: 100%;
	margin: 2rem auto !important;
	display: flex;
}
.box_s2 {
	background-color: #F2F2F2;
	padding: 0.3rem;
}
.s_title {
	color: #F90;
}
.s_title:before {
	content: "■";
}
.box_s2 ul {
	margin: 0;
	padding: 0;
	width: 573px;
}
.box_s2 li {
	list-style: none;
	margin: 0.1rem 0;
	padding: 0 0 0 0.2rem;
	background-color: #FFF;
}
.box_s2 li .cate_name {
	display: inline-block;
	width: 7rem;
	border-radius: 0.8rem;
	color: #FFF;
	padding: 0 1rem;
	margin: 0 0.8rem;
	text-align: center;
	font-size: 0.8rem;
}
.box_s2 li .ski {
	background-color: #A2E6D7;
}
.box_s2 li .dtrip {
	background-color: #F4E77F;
}
.box_s2 li .others {
	background-color: #C0D0EA;
}

.links{
	width:980px;
	margin:0 auto!important;
}
#recommend_box3{
	line-height:1;
	width:1200px;
	margin:0 auto!important;
}
#recommend_box3 ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
	margin:2rem 0;
	padding-left:0;
}
#recommend_box3 li {
    width: 572px;
    background-color: #F1F1F1;
    color: #000;
    margin:10px 5px 20px;
    padding: 0.5rem;
    border: #999 sold 1px;
    border-radius: 7px;
	list-style:none;
}
#recommend_box3 img {
    margin-right: 10px;
    vertical-align: baseline;
}
.plan_comm {
    text-align: left;
    display: inline-block;
    width: 441px;
	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: 250px;
    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: 435px; /* ボタン幅 */
  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;
      }

#recommend_box,#recommend_box2, #information, #information2{
	line-height:1;
	width:980px;
	margin:0 auto!important;
}
#recommend_box{
	background-color:#D8EEFB;
}

#recommend_box2{
	background-color:#FFF;
	border:1px solid #EE73AC;
}

#information2{
	background-color:#FFF;
}


#information{
	padding-top:1.5rem;
	background-color:#FBDBE8;
}

#recommend_box p,#recommend_box2 p,#recommend_box3 p{
	text-align:center;
	color:#999;
	font-size:1.5rem;
	margin: 0;
}
.recommend_lists ul{
	display:flex;
	justify-content: space-around;
	margin:1.5rem 0 0 0;
	padding:0 0 1.5rem 0;
}

.recommend_lists ul a{
	display:block;
	color:#03F;
}

.recommend_lists li{
	list-style: none;
	margin: 0.1rem 0;
	text-align:center;
}
#recommend_box2 .recommend_lists ul{
	padding:0;
}

.recommend_lists ul.link_display{
	background-color:#F1F1F1;
	margin:0 0 1.5rem 0;
	padding-bottom:1rem !important;
	}
.recommend_lists ul.link_display a{
	display:block;
	color:#03F;
}
.recommend_lists ul.link_display li{
	color:#F00;
	line-height:1.2;
	font-weight:bold;
}
	
.recommend_lists ul.link_display .area{
	color:#600;
	text-align:center;
	font-size:1.5rem;
	margin-bottom:1rem;
	display:block;
}
	
.recommend_lists ul.link_display .charge{
	color:#FFF;
	background-color:#090;
	border-radius:0.2rem;
	text-align:center;
	padding:0 0.8rem;
	font-size:1rem;
	display:inline-block;
	margin-top:0.5rem;
	margin-right:1rem;
}
@media only screen and (max-width:768px) {
  .tour-card{
    flex-direction:column;
  }

  .tour-photo{
    flex:none;
  }

  .tour-buttons a{
    width:100%;
    text-align:center;
  }

.wp-block-navigation .wp-block-navigation-item::before {
    font-size: 1.5rem;
    margin-top: 0;
}
.boxitem2 {
    height: 78px;
	line-height:1;
}
.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    line-height: 1;
}
#boxsecond {
	max-width: 768px;
	width:90%;
	margin:0 auto !important;
	display:block;
	text-align:center;
}
:where(body .is-layout-flex) {
	gap: 0;
}
.s_title,.box_s2 li{
	text-align:left;
}

#recommend_box img{
	width:100%;
}

.recommend_lists{
	text-align:left;
}

.recommend_lists ul{
	display:flex;
	flex-wrap: wrap;
}
.recommend_lists li {
    width: 45%;
}

#recommend_box3 {
	width:100%;
	max-width:768px;
	text-align:center;
}
#recommend_box3 img {
	margin:0 auto;
}
#recommend_box3 li {
    margin: 10px auto 20px;
}
#information img{
width:100%;
}
#information2 ul{
	display:block;
}
.recommend_lists img{
	width:228px !important;
}
}

@media only screen and (max-width:576px) {
.button018 {
  padding: 0;
  display: inline-block;
  width: 95% !important;
}
.button018 a span {
  padding: 0 !important;
  margin-top: 10px !important;
  display: inline-block;
 }

 .button018 a {
  display: inline-block;
  width: 45%;
  height: 60px;
}
  .box {
	justify-content: center;
}
.boxitem2{
	flex-basis: auto;
}
.background_btn {
	width:auto;
}
#recommend_box3 img {
	margin:0;
	}
#recommend_box3 {
    width: 100%;
    margin: 0 !important;
}

#recommend_box3 ul {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	margin:0;
}
#recommend_box3 p{
width:90%;
text-align:left;
margin:1rem auto;
	}
#recommend_box3 li {
    width: 98%;
    margin: 10px auto;
 }
 .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;
}

 .newplan .price_box {
    width: 100%;
 }
.wp-block-navigation__responsive-container-open svg {
	width: 73px;
	height: 73px;
}

.box_s1 img{
	width:100%;
}
.box_s1 {
	margin-bottom:1rem;
}
.box_s2 {
	width:95%;
	margin:0 auto 3rem;
}
.box_s2 ul{
	width:100%;
}

.new_comme{
	display:block;
}

.links{
	text-align:center;
}
.links img{
	width:95%;
}
#recommend_box,#recommend_box2,#information,#information2{
	width:100%;
}
#recommend_box img,#recommend_box2 img,#information img,#information2 img{
	width:95%;
}
#recommend_box2 .recommend_lists ul img{
	display:none;
}
#recommend_box p,#recommend_box2 p{
	font-size:1.5rem;
}
.recommend_lists ul{
	flex-wrap:wrap;
	display: flex !important;
}
.recommend_lists li{
width:45%;
line-height:1.5;
	}
.recommend_lists ul a{
	font-size:1rem;
}
.recommend_lists ul.link_display .charge{
	margin:0;}
.recommend_lists ul.link_display .area{
	font-size:1.2rem;
	margin:1.5rem 0 0 0 ;
}
.recommend_lists ul.link_display .price{
	display:block
 }
 
 }