@charset "UTF-8";

/*---------------------
reset
-----------------------*/
.l-container{
  font-family: inherit;
}

.l-container button{
  border:none;
  background:none;
  color:transparent;
	padding:0;
}
.l-container .ui-accordion .ui-acTitle{
  color:#000000;
}
.l-container .ui-accordion .ui-acTitle:after{
  color:#000000;
  box-shadow: inset 0 0 0 1px #000000;
}

/*---------------------
utility
-----------------------*/
.html {
	font-size:62.5%;
}

.img{
	max-width: 100%;
	height: auto;
}

body{
  font-family: 'Noto Sans JP', sans-serif!important;
}

.pc { display: none !important; }
.sp { display: block !important; }


.contents .contents_wrapper{
  margin: 0 10px;
}


.contents .web_book h3, .web_book h4, .web_book h5,{
	font-weight:700 !important;
}

.contents .faq dt, dd{
	font-family: 'Noto Sans JP', sans-serif!important;
}
.contents .faq dt{
	font-weight:700!important;
}

.contents{
  color: #000;
	display:block;
}

.flex{
	display:flex
}

.f700{
	font-weight:700!important;
}

.f500{
	font-weight:500;
}

.br_pc{
		display: none;
}
.br_tb{
		display: none;
}
.br_sp{
    display: block;
}

.text-center{
	text-align: center;
	margin: 0 auto;
}

/* 1129追加 お詫び掲載ここから */
.bold{
  font-weight: bold;
}

.red{
  color:red;
}
.text-right{
  text-align: right;
}
/* .l-container .announce {
    margin: 0 5px;
} */
.announce p{
  font-size:1.4rem;
  line-height: 1.5;
}
.l-container .is-fsizeCoupon{
  font-size:1.6rem;
}
.announce .is-fsizePeriod{
  font-size:2.2rem;
}
.announce .coupon{
  margin:15px 0;
}
.announce .information{
  margin:20px 0 25px 0;
}
.announce .signature{
  margin-bottom:40px;
  margin-right: 7.5px;
}
.announce .conpon_title{
  margin-bottom:5px;
  margin-top: 20px;
}
/* 1129追加 お詫び掲載ここまで */

/*---------------------
header
-----------------------*/

.contents .header-title{
    padding: 30px 0 10px 0;
}

.contents .header-bkg{
    background-image: url("/assets/img/sapa/hw/web/pattern_new.png");
    background-size: 120%;
    /* background-size: 100% auto; */
    padding-bottom: 20px;
}


.header-logo img{
  width: 60%;
	/* height:auto; */
}

/*---------------------
slider
-----------------------*/

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-prev::before {
	position: relative;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	opacity: 1;
}

.slick-next::before {
	position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    opacity: 1;
}

.slick-prev{
    left: 80px;
}
.slick-next{
	right: 10px;
}

/*左右の矢印の位置を変える*/
.contents.slick-next {
    right: 10px;
    z-index: 99;
}
.contents .slick-prev {
     left: 0px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #000;
		content:""!important;
		height:100%!important;
		width:100%!important;
}

.contents .slick-slide img {
    width: 100%;
    height: auto;
}

.mypattern {
    width: 70%;
}

.contents .slick-initialized .slick-slide{
	margin: 0 4px;
}

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

/*---------------------
about
-----------------------*/
.contents .about{
    text-align: left;
    padding: 20px 10px;
}

.contents .about-bg{
  background-color:#f2f2f2;
  padding-bottom:15px;
  margin-bottom:10px;
}

.contents .about-bg2{
  background-color:#f2f2f2;
  /* padding-bottom:15px;
  margin-bottom:10px; */
}

.about p{
  position:relative;
  margin:0;
	font-size: 1.4rem;
	font-weight:400;
  /* text-align: center; */
}
.about p:after {
  content: "";
  position:absolute;
  display: inline-block;
  bottom: -70px;
  right: 40px;
  width: 80px;
  height: 60px;
  background-image: url(/assets/img/sapa/hw/web/img_about.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  }

	/*---------------------
	web_book
	-----------------------*/

  .contents .web_bkg{
    background-color: #f5f5db;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .contents .section_title{
      margin-top: 10px;
      font-family: 'Roboto', sans-serif;
      font-size: 3.5rem;
  	  /* color: #ff7d80; */
      letter-spacing: .065em;
  }

  .contents .section_title__ja {
    font-size: 2rem;
    margin-bottom: 10px;
}

.contents .color_pink{
   color: #e82a56;
}

.contents .list-center{
  margin:0 auto;
  text-align: center;
  display: block;
  padding-top:60px;
}

.list-center ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.list-center ul li {
	text-align: left;
}

.contents .text-link{
  /* color: #000; */
	background-color: #f7fff5;
  font-size:2.4rem;
	padding: 30px 0;
	margin-top:20px;
	line-height: 1.5;
}

.size{
  font-size:1.5em; /*1.5倍にする*/
}

.contents .cover{
  line-height:1.3;
	margin-top: 15px;
	margin-bottom: 20px;
}

.cover-letter{
	letter-spacing: 0.05em;
}

.contents div.special p{
	line-height: 1.6;
}

.contents div.special li{
	align-items: center;
	line-height: 1.5;
}

.contents div.route{
	margin-top:25px;
 margin-bottom:20px;
}

.contents div.route li{
		line-height: 1.5;
}

.contents .special .c-mr7{
	margin-right:7px;
}

.contents .area_map_title{
	line-height: 1.5;
	margin-bottom:10px;
}

.contents ul.area_map{
	margin-bottom:10px;
}

.contents ul.area_map li:nth-of-type(odd){
	margin-right:0.5%;
}

.contents ul.area_map li {
    width: 100%;
}

.back_number li:nth-of-type(odd){
	margin-right:30px;
}

.back_number li{
	margin-top:-5px;
}

.js-tab .ui-tab {
    margin: 0 auto;
    max-width: 95%;
}

.contents .c-btnInverse{
    display: block;
}

/*---------------------
sns
-----------------------*/

.contents .sns {
    background-color: #fff;
		padding-bottom: 60px;
}

ul.sns-list{
  justify-content: space-around;
  margin: 0 auto;
  max-width: 350px;
}

li.sns-list{
  margin:0 auto;
}

.sns-list img{
  width:90px;
}

.contents .sns-txt{
  margin-bottom:40px;
  font-weight:400;
  font-size:1.4rem;
  margin-top: 20px;
}

.sns h3{
  line-height:1;
}

/*---------------------
faq
-----------------------*/

.ui-acContent{
	text-align: left;
}
.contents .mt{
	margin-top:30px;
}

.contents .faq{
padding: 34px 0px 15px;
}

.contents .about {
  margin-bottom:30px;
}

.contents .web_bkg{
	padding-top: 40px;
	padding-bottom: 40px;
}

.contents .list-center{
	padding-top:40px;
}

ul.web_book{
 display: block;
}
li.web_book_second{
	padding-top: 30px;
}

.contents ul.area_map li:nth-of-type(odd){
	margin-bottom: 4px;
}


/*---------------------
フォロー&RTキャンペーンバナー
-----------------------*/
/* .l-container .ui-tab .ui-tabmenu {
    margin-top: 40px;
} */


@media screen and (min-width: 678px) {
	.header_logo{
		width:80%;
	}
	.contents .about p:after {
			bottom: -40px;
	}
	.br_sp{
	    display: none;
	}
	.br_tb{
			display: block;
	}
	.br_pc{
			display: none;
	}
	.web_box{
		  display: flex;
	    max-width: 100%;
	}
	.contents .web_img{
		width:35%;
	}
	.contents .text-link{
		  line-height: 1.3;
			margin-top:0;
			/* margin-right:50px; */
	}

	.web_book:nth-of-type(odd) .web_img{
		margin-left:4%;
	}

	.contents .web_txt{
		width:57%;
		margin:0 2%;
	}
	.contents .sns-txt{
	  padding:0;
	}
	/* .contents .faq{
	padding: 34px 0px 15px;
	} */

	.contents ul.area_map li:nth-of-type(even){
		margin-right:0;
	}
	.contents ul.area_map {
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
}

.contents .faq{
	padding: 48px 44px 24px;
	/* font-weight:500; */
}
.pc { display: block !important; }
.sp { display: none !important; }

.contents .slick-initialized .slick-slide {
    display: block;
}
.contents .contents_wrapper{
	margin:0 20px;
}
.contents .about {
  margin-bottom:0px;
}
.about p{
	font-size: 1.6rem;
}
.contents .sns-txt{
  font-size:1.6rem;
}
.l-container .announce {
    margin: 0 10px;
}
/* 1129追加 お詫び掲載ここから */
.announce p{
  font-size:1.6rem;
  line-height: 1.5;
}
.announce .is-fsizeCoupon{
  font-size:2.2rem;
}
.announce .is-fsizePeriod{
  font-size:3rem;
}
.announce .coupon{
  margin:15px 0;
}
.announce .information{
  margin:30px 0 35px 0;
}
.announce .signature{
  margin-bottom:50px;
  margin-right: 20px;
}
.announce .conpon_title{
  margin-bottom:15px;
  margin-top: 30px;
}
/* 1129追加 お詫び掲載ここまで */
}


/*---------------------
フォロー&RTキャンペーンバナー
-----------------------*/
/* @media screen and (min-width: 768px) {
  .l-container .ui-tab .ui-tabmenu {
    margin-top: 40px;
}
} */


@media screen and (min-width: 960px) {
	.br_sp{
			display: none;
	}
	.br_tb{
			display: none;
	}
	.br_pc{
			display: block;
	}
	.l-container .c-btnInverse{
		min-width:30%;
	}
	.contents ul.area_map li{
		width: calc(50% - 10px);
	}
	.contents ul.area_map li:nth-of-type(odd){
		margin-bottom: 0;
	}
}
