@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');

/*--------------------------------------------------------------------*/
/* ご利用ガイド */
/*--------------------------------------------------------------------*/


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/
#guide {
  margin: 0 10px;
}

@media print, screen and (min-width: 971px) {
  #guide {
    width: 950px;
    margin: 0 auto;
  }
}

#guide .h_leftborder_gray {
  margin-top: 0;
}

#guide h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .75em;
  margin-top: 2em;
  line-height: 1.5;
}
#guide h4 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: .75em;
  margin-top: 2em;
  line-height: 1.5;
}
#guide p {
  margin: .5em 0;
}
/*#guide .iframe-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#guide .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}*/
#guide .iframe-wrap iframe {
  width: 100%;
  height: 2500px;
  border: none;
  overflow-y: auto;
}

@media print, screen and (min-width: 768px) {
  #guide .iframe-wrap iframe {
    width: 100%;
    height: 2000px;
    border: none;
  }
}

@media print, screen and (min-width: 992px) {
  #guide h3 {
    font-weight: bold;
  }
  #guide h4 {
    font-weight: bold;
  }
  #guide .iframe-wrap iframe {
    width: 100%;
    height: 2000px;
    border: none;
  }
}


.guide-flow-header {
  color: #a87e16;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .75em;
}
.guide-flow {
}
.guide-flow dt {
  position: relative;
  margin: 0 0 .75em;
  padding: 5px 0 0 45px;
}
.guide-flow dt em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  background: #a87e16;
  color: #fff;
}
.guide-flow dd {
  margin: 0 0 2em 2em;
  padding: 10px;
  background: #f0f0f0;
}

.guide-txtflow {
  position: relative;
  background: #f0f0f0;
  margin: 0 0 40px;
  padding: 15px 15px 5px;
}
.guide-txtflow dt {
  position: relative;
  font-size: 1.125em;
  margin: 0 0 .75em;
  padding: 5px 0 0 45px;
}
.guide-txtflow dt em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  background: #a87e16;
  color: #fff;
}
.guide-txtflow dd {
  margin: 0 0 2em 2em;
}
.guide-txtflow::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
  content: "";
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #a87e16 transparent transparent transparent;
  text-align: center;
}
.guide-txtflow:last-child::after {
  display: none;
}


@media print, screen and (min-width: 971px) {
  .guide-flow {
    display: flex;
    justify-content: space-between;
  }
  .guide-flow dt {
    width: 40%;
    margin: 0;
  }
  .guide-flow dd {
    width: 58%;
    margin: 0;
    padding: 20px;
  }
  .guide-flow dt em {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  
  .guide-txtflow dt {
    font-size: 1.25em;
  }
  .guide-txtflow dt em {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
}

.material-icons-menu {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0 .2em;
}

.tel-box {
  display: block;
  border: 3px double #999;
  background: rgba(255, 255, 0, .1);
  padding: 10px 15px;
  margin: 15px auto;
  text-align: center;
}
.tel-box p {
  line-height: 1;
}
.tel-box .tel-header {
  font-weight: bold;
  margin: 0 0 .25em;
}
.tel-box .tel-number {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0;
}
.tel-box .tel-caption {
  margin: .25em 0 0;
}
.guide-txtflow dd .tel-box {
  background: #fff;
  margin: 5px auto;
}


@media print, screen and (min-width: 768px) {
  .tel-box {
    display: inline-block;
  }
}

@media print, screen and (min-width: 971px) {
  .tel-box .tel-number {
    font-size: 2em;
  }
}

