@charset "UTF-8";
/* CSS Document */

body {
  color: #000;
}
a, a:visited, a:link {
  color: #FF7900;
}
img {
  width: initial;
  max-width: 100%;
}
h1 {
  margin: unset;
}
footer a,
footer a:visited,
footer a:link,
nav[role="drawer"] a,
nav[role="drawer"] a:visited,
nav[role="drawer"] a:link,
nav[role="global"] a,
nav[role="global"] a:visited,
nav[role="global"] a:link {
  color: #333;
}
footer a[target="_blank"]:after {
  display: none;
}
.ua-desktop a:hover {
  color: unset;
}
section[role=bottom]>div ul li a:hover {
  color: #fff;
}

#contents {
  background-color: #FFFFFF;
  max-width: 94%;
  width: 800px;
  margin: 0 auto;
}

.archive_contents {
  text-align: center;
  margin: 20px auto 60px auto;
}
.archive_contents img.logo-contents {
  padding-bottom: 1em;
}
.archive_contents img {
  width: 50%;
  margin: 0 auto;
}
.header__lead {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  max-width: 94%;
  width: 800px;
  background-color: #FFFFFF;
}
.header__lead::after,
.post + .post::before {
  content: '';
  height: 10px;
  width: 640px;
  max-width: 94%;
  padding: 50px 0;
  margin: 0 auto;
  display: block;
  background-image: url(/textlive/images/unforgettableday/line.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
}

.header__lead>div {
  text-align: center;
  line-height: 2;
  display: block;
}

.yodogawa {
  text-align: left;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 20px 10px 20px;
  color: #8D3D35;
  font-family: 'Shuei MaruGo B', sans-serif;
  letter-spacing: 0.5px;
}
[data-lang="en"] .yodogawa {
  letter-spacing: 0.2px;
}

.btn_offer {
  margin-top: 10px;
  line-height: 1.8;
  color: #8D3D35;
  font-family: 'Shuei MaruGo B', sans-serif;
}

.btn_offer a {
  display: block;
}

.btn_offer a img {
  width: 70%;
}
.btn_offer p {
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.hb-chevron-double-left {
  margin-left: -4px;
}

.hb-chevron-double-right {
  margin-right: -4px;
}

.navi__first-latest li a {
  padding-left: 10px;
  padding-right: 10px;
  width: 160px;
}

.post {
  border: none;
}

.post-header__title-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: relative;
}

.post-header__icon {
  margin: 0;
  width: 62px;
}

.user-icon {
  max-width: 100%;
}

.navi__first-latest {
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.mail {
  width: 350px;
  margin: 0 auto;
}

.mail_cap {
  width: 350px;
  margin: 0 auto;
  color: #4D4D4D;
  font-size: small;
}

.banner {
  width: 60%;
  margin: 0 auto;
}

.banner_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.box1 {
  width: 50%;
}

.box2 {
  width: 50%;
}

.header h1 img {
  width: 100%;
}

.post {
  border-radius: 0;
}

.post-share {
  width: 500px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.post-share ul {
  width: 100%;
}
.post-share__twitter a {
  border-radius: 6px 0 0 6px;
}
.post-share__line a {
  border-radius: 0 6px 6px 0;
}

.hobo-comment-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.hobo-comment {
  border: 1.5px solid #FF953E;
  border-radius: 8px;
  padding: 20px;
  flex-grow: 1;
  position: relative;
}
.hobo-comment::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 60px;
  right: -26px;
  width: 26px;
  height: 20px;
  background-image: url(/textlive/images/unforgettableday/tri.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hobo-comment-icon {
  width: 60px;
  flex-shrink: 0;
}

/* over write */
.navi__first-latest {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer {
  max-width: 94%;
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 681px) {

  .navi__first-latest {
    max-width: 320px;
    padding: 0;
    text-align: center;
  }

  .navi__first-latest ul {
    width: 480px !important;
    overflow: hidden;
    position: relative;
  }

  .navi__first-latest li {
    width: auto;
    float: none;
  }

  .navi--bottom .navi__first-latest {
    margin-top: 0;
  }

}

/*------------------------------------------------------------------------------

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center top;
  background-image: url(/textlive/images/unforgettableday/bg.png);
}


body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #8FDAE2;
  background-image: url(/textlive/images/unforgettableday/bg.png);
  background-size: cover;
}

a.btn {
  background-color: #FD7801;
  box-shadow: 0 2px 0 #888, 0 4px 3px rgba(0, 0, 0, 0.2);
}

a.btn:active {
  transition-duration: .1s;
  opacity: .5;
  background-color: #498300;
  box-shadow: 0 0px 0 #888, 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.off a.btn {
  box-shadow: none;
}

.off a.btn:active {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.ua-desktop a.btn:hover {
  opacity: .5;
  background-color: #498300;
  box-shadow: 0 1px 0 #888, 0 0px 2px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.ua-desktop .off a.btn:hover {
  opacity: 0.2;
  background-color: #000000;
  box-shadow: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/

.header h1 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.header__logo {
    display: none;
}

.header__subtitle span {
  color: #FAAF3B;
}

.header__lead img {
  width: 50%;
}
.header__lead img.logo-contents {
  padding-bottom: 1em;
}

.column {
  width: 500px;
  margin: 0 auto;
  font-size: 17px;
  margin-top: 1em;
  padding: 1em;
  border: 3px solid #f22;
  border-radius: 10px;
  background-color: #fff;
}

.column text {
  width: 90%;
  font-size: 15px;
  font-weight: normal;
  float: left;
}

.column dt {
  float: left;
}

.column dd {
  font-weight: normal;
  margin-left: 4em;
}

.map {
  width: 380px;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------

  Post

------------------------------------------------------------------------------*/
.post-header {
  padding: 10px 0 0 0;
  background-color: #FFFFFF;
  float: none;
  width: 500px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.post-header__title {
  border: 0 none transparent;
  background-color: #F4EE6B;
  margin: 0 20px 0 0;
  min-height: 130px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.post-header__title h3 {
  padding: 0;
  font-size: 22px;
}

.post,
.post a {
  color: #8D3D35;
}

.post-header__title a {
  display: block;
}

.post-header__title .time {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 6px;
  padding-bottom: 12px;
  position: absolute;
  left: 0;
  top: -38px;
}

.post-header__title .time i {
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}
.post-header__title::before {
  background: #F4EE6B;
  right: -18px;
  width: 22px;
  height: 24px;
  clip-path: polygon(0 0, 100% 100%, 0 70%);
}

.post-share li a {
  background-color: #FD7801;
}

.post .mail {
  color: #fd7400;
}

.post__text {
  float: none;
  width: 500px;
  max-width: 94%;
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 30px 0;
}

/*------------------------------------------------------------------------------

  Slide

------------------------------------------------------------------------------*/
.slide {
  border: none;
  border-radius: 0;
  float: none;
  width: 500px;
  max-width: 94%;
  padding: 20px 0 4px 0;
  margin-left: auto;
  margin-right: auto;
}
.slide__no-image {
  display: none;
}

/*------------------------------------------------------------------------------

  Navi

------------------------------------------------------------------------------*/
.navi {
  /*---background: url(../border.svg) repeat-x center top, url(../border.svg) repeat-x center bottom;
 ---*/
  background-size: 308px 6px;
  border: 0 none transparent;
  margin: 0px 5px;
}

.navi__date {
  letter-spacing: 0;
}
.navi__date li>span {
  color: #8D3D35;
}

.navi__date li a.btn {
  margin-top: -4px;
}

.navi--top {
  padding: 16px 0;
}


.navi__prev-next a {
  color: #fff;
}


/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer-share,
.footer-contact {
  display: none;
  display: none;
}
.footer-share h3 {
  color: #FD7801;
}

.footer-share li a {
  color: #FD7801;
}

.footer-contact__mail a {
  color: #FD7801;
  background-color: #FFFFFF;
}

.footer-contact__home a {
  color: #FD7801;
  background-color: #FFFFFF;
}

.footer .copyright {
  background-color: #FFFFFF;
  color: #FD7801;
}

.loader {
  border: 6px solid #fd7400;
}

/*------------------------------------------------------------------------------

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /* スマホだけのスタイル */


  #contents {
    background-color: #FFFFFF;
    margin: 0 auto;
  }

  .post-header__title-wrap {
    flex-direction: column;
  }
  .post-header__title {
    width: 100%;
    margin: 14px 0 0 0;
  }
  .post-header__title::before {
    right: 68px;
    top: -20px;
    clip-path: polygon(100% 0, 74% 100%, 0 100%);
  }

  .hobo-comment-wrap {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .hobo-comment {
    flex-grow: 1;
  }
  .hobo-comment::after {
    bottom: unset;
    top: -22px;
    right: 56px;
    width: 20px;
    height: 26px;
    transform: rotate(-90deg);
  }
  .hobo-comment-icon {
    width: 60px;
  }
  
  .header h1>div {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.8em;
  }
	
  .header__lead::after {
    padding: 20px 0;
  }

  .header__lead img {
    width: 84%;
    margin: 0 auto;
  }
	
  .header__lead>div {
    /* text-align: left; */
  }

  .yodogawa {
    padding: 28px 20px 10px 20px;
    line-height: 1.8;
    text-align: justify;
  }
  .yodogawa.yodogawa_en {
    text-align: left;
  }
  .yodogawa br {
    display: none;
  }

  .btn_offer a img {
    width: 98%;
    margin: 12px auto;
  }  

  .midashi {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .mail_cap {
    width: 100%;
    margin: 0 auto;
    color: #4D4D4D;
    font-size: small;
    text-align: center;
    margin-top: 0px;
  }

  .mail {
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
  }

  .banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .banner_2 {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
  }

  .box1 {
    width: 100%;
  }

  .box2 {
    width: 100%;
  }

  .footer {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .post {
    width: 100%;
    margin-top: 0;
  }

  .archive_contents img {
    width: 90%;
  }

  /*------------------------------------------------------------------------------

  column

------------------------------------------------------------------------------*/
  .column {
    width: 100%;
  }
}
  /*------------------------------------------------------------------------------

 large device styles

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {

  /* PCだけのスタイル */
  /*------------------------------------------------------------------------------

    Header

  ------------------------------------------------------------------------------*/
  .header {
    /* Headerのスタイル */
  }

  .header h1 {
    padding: 0px;
  }

  .header__subtitle {
    padding-top: 20px;
  }

  .header__subtitle span {
    font-size: 24px;
  }

  .header__subtitle+h1 {
    padding-top: 10px;
  }


  /*------------------------------------------------------------------------------

    Post

  ------------------------------------------------------------------------------*/
  .post-header {
    padding: 40px 0 0 0;
    border: 0 none transparent;
  }

  .post-share {
    padding: 0;
  }

  .post-share__line {
    float: right;
  }

  /*------------------------------------------------------------------------------

    Slide

  ------------------------------------------------------------------------------*/
  .slide {
    /* Slideのスタイル */
  }

  /*------------------------------------------------------------------------------

    Navi

  ------------------------------------------------------------------------------*/
  .navi--bottom {
    padding-bottom: 66px;
  }

  /*------------------------------------------------------------------------------

    Footer

  ------------------------------------------------------------------------------*/
  .footer-contact__mail a {
    color: #FD7801;
    background-color: transparent;
  }

  .footer-contact__home a {
    color: #FD7801;
    background-color: transparent;
  }
}
