@charset "UTF-8";
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background-color: #f7f7f9;
  margin: 0 auto;
  color: #404040;
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-size: 13.8666666667px;
  line-height: 1.6;
  letter-spacing: .1em;
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 2.6666666667vw;
  }
}
h1{
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #e77b51;
  text-decoration: underline;
}
ul, ul li{
  list-style-type: none;
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  color: #404040;
  overflow: hidden;
  background-color: #FFF;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  }
}

.inner {
  padding: 0 5.3333333333%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 11.0933333333px;
  line-height: 1.5;
  letter-spacing: .05em;
  position: relative;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.1333333333vw;
  }
}

.notes > li,
.detail > li{
  padding-left: 1em;
  font-size: 12.48px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li,
  .detail > li {
    font-size: 2.4vw;
  }
}


/*-------------------------------------------------- sticky --------------------------------------------------*/
#sticky {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-out;
  z-index: 10;
}
#sticky.disp {
  transform: translateY(0%);
}
#sticky.none {
	opacity: 0;
	visibility: hidden;
}
#sticky a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  #sticky a {
    margin: 0 auto;
    width: 520px;
    text-align: center;
	}
}

/*-------------------------------------------------- main --------------------------------------------------*/
#main {
  position: relative;
  z-index: 1;
}

/*-------------------------------------------------- coupon --------------------------------------------------*/
.coupon {
	background: #f7f7f9;
	padding: 10% 0% 0%;
}
.coupon.even {
	background: #e8f7fa;
	padding: 0 0% 10%;
}
.coupon .coupon__inner {
	padding: 0 5% 0%;
}

.coupon .coupon_btn01{
	padding: 7% 4.3% 0%;
}

/*-------------------------------------------------- items --------------------------------------------------*/
.items {
	padding: 0 0% 10%;
}

/*-------------------------------------------------- select-single --------------------------------------------------*/
.select-single {
  background-color: #e5f0f3;
}
.select-single h2 {
  margin: 0% 0 0%;
  padding: 0% 0 0%;
}
.select-single .inner{
  position: relative;
  padding: 0 0%;
}
.select-single .inner .item01{
  width: 51%;
  position: absolute;
  top: 33.5%;
  left: 26%;
}
.select-single .inner .item01{
    width: 44.5%;
    position: absolute;
    top: 23%;
    left: 4.5%;
}
.select-single .inner .item02{
    width: 44.5%;
    position: absolute;
    top: 23%;
    right: 4.5%;
}
.select-single .inner .item03{
    width: 29.5%;
    position: absolute;
    top: 55.3%;
    left: 4.5%;
}
.select-single .inner .item04{
    width: 29.5%;
    position: absolute;
    top: 55.3%;
    right: 35.2%;
}
.select-single .inner .item05{
    width: 29.5%;
    position: absolute;
    top: 55.3%;
    right: 4.5%;
}

/*-------------------------------------------------- cv --------------------------------------------------*/
.cv {
  padding:0 0 0%;
}

.cv.even{
	background: #e8f7fa;
}
.cv .inner{
  position: relative;
  padding:0 0 0%;
}
.cv .cv_btn01_01{
  position: absolute;
  width: 43.8%;
  bottom: 24.1%;
  right: 4.3%;
}
.cv .cv_btn01_02{
  position: absolute;
  width: 43.8%;
  top: 30.9%;
  right: 4.3%;
}
.cv .item{
  margin:0 4.7% 0;
  border-bottom: 1px solid #ccc;
}

.notes{
  margin:0 0 5%;
}
.notes > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.detail li {
    padding-left: 0em;
}

/*-------------------------------------------------- attention --------------------------------------------------*/
.attention {
  background: #f6f7f7;
}
.attention h2 {
  background: #f6f7f7;
  padding:10% 5% 10% ;
}

/*-------------------------------------------------- condition --------------------------------------------------*/
.condition {
  position: relative;
  background: #f6f7f7;
}
.condition .inner{
  width: 78%;
  position: absolute;
  top: 15%;
  left: 5%;
  height:310px;
  overflow:auto;
  overflow-y:scroll;
  overflow-x:hidden;
  margin:0% 0% 0% ;
}
@media screen and (max-width: 520px) {
  .condition .inner {
    height:240px;
  }
}

.condition .inner .paragraph{
  padding: 0% 0 5%;
}
.condition .inner .paragraph h3{
	font-weight: bold;
}

.condition .inner .paragraph ul li {
  font-size: 13.8666666667px;
}
@media screen and (max-width: 520px) {
  .condition .inner .paragraph ul li {
    font-size: 2.6666666667vw;
  }
}
.condition .inner .paragraph .notes{
  margin:0% 0 0%;
    font-size: 2.6666666667vw;
}
.condition .inner .paragraph .notes > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.condition .inner .paragraph .notes02 {
  margin: 2.5% 0 0;
}

.condition .inner .paragraph .notes02 > li {
  position: relative;
  padding-left: 1.5em;
}

.condition .inner .paragraph .notes02 > li::before {
  content: '※';
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: center;
}
.container .condition .inner .paragraph h3 span{
	color: #c1291c;
}

/*-------------------------------------------------- component --------------------------------------------------*/
.component {
  position: relative;
  background: #f6f7f7;
}

.component .component__inner {
  padding: 10% 5% 0%;
}

.component details {
  margin: 0 0 0%;
  padding: 0 0 10%;
}
.component details dd {
  font-size: 12.48px;
  margin:2.5% 0 0 ;
}
.component details dd:first-of-type {
  margin:5% 0 0 ;
}
.component details dd.note {
  font-size: 10px;
}
.component details dd strong{
  font-weight: bold;
}
.component details dd .tel{
  font-size: 20px;
}

/* ▼ここ修正 */
.component summary {
  list-style-type: none;
  font-weight: bold;
  padding: 3.5% 0 3% 0; /* 右に余白追加 */
  position: relative; /* 追加 */
  border: 1px solid #2c2b2b;
  text-align: center;
  background: #ffffff;
  font-size: 14px;
}

.component summary::-webkit-details-marker {
  display: none;
}

/* ▼アイコン位置調整 */
.component summary::after {
  content: "＋";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  pointer-events: none;
}

/* 開閉時の切り替え */
.component details[open] > summary::after {
  content: "−";
}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 9.3333333333% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 19.4133333333px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.7333333333vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16.64px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.2vw;
  }
}

#bb {
  background: #e8f7fa;
}
#bb .color {
  margin: 0 calc(40 / 780 * 100% );
  padding: calc(20 / 700 * 100% );
  background: #fff;
  border-radius: 8px;
  text-align: center;
  z-index: 10;
  position: relative;
}
#bb .color h5 {
  font-size: 15.5px;
  letter-spacing: 2px;
}
#bb .color .tabBtn {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
}
#bb .color .tabBtn > div {
  cursor: pointer;
}
#bb .color .tabBtn > div picture.img img {
  width: 73px;
  margin: 0 auto;
}
#bb .color .tabBtn > div p {
  position: relative;
  line-height: 1.4;
  padding-left: 62px;
  text-align: left;
  font-size: 13px;
}
#bb .color .tabBtn > div + div{
  margin-left: -5px;
}
#bb .color .tabBtn > div p:before, 
#bb .color .tabBtn > div p:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left:  32px;
  width: 16px;
  height: 16px;
  border-radius: 90px;
}
#bb .color .tabBtn > div p:before {
  border: 1px solid #2e8da3;
}
#bb .color .tabBtn > div p:after {
  background: #2e8da3;
  transform: scale(0);
  transition: transform 0.3s ease-out;
}
#bb .color .tabBtn > div.is-tab p:after {
  transform: scale(0.7);
  left: 33px;
}
@media screen and (max-width: 520px) {
  #bb .color {
    border-radius: 1.538vw;
  }
  #bb .color h5 {
    font-size: 2.981vw;
    letter-spacing: 0.385vw;
  }
  #bb .color .tabBtn > div picture.img img {
    width: 14.038vw;
  }
  #bb .color .tabBtn > div p {
    padding-left: 11.923vw;
    font-size: 2.5vw;
  }
  #bb .color .tabBtn > div + div{
    margin-left: -0.962vw;
  }
  #bb .color .tabBtn > div p:before, 
  #bb .color .tabBtn > div p:after {
    left:  6.154vw;
    width: 3.077vw;
    height: 3.077vw;
    border-radius: 17.308vw;
  }
  #bb .color .tabBtn > div.is-tab p:after {
    left: 6.346vw;
  }
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
  transition: all 0.5s;
}