@charset "UTF-8";
.arrow {
  display: block;
  float: left;
  margin-left: 10px;
  width: 34px;
  height: 30px;
  background: url("../img/arrowb.svg") no-repeat left top 15px;
  background-size: 100%; }

.pht {
  overflow: hidden; }

.pht2 {
  overflow: hidden; }

.linkBtn {
  overflow: hidden; }
  .linkBtn a {
    display: block;
    font-size: 18px; }
  .linkBtn span {
    float: left;
    border-bottom: 1px solid #333; }

.phtArea ul {
  display: flex;
  width: 100%;
  height: 400px; }
  .phtArea ul li {
    overflow: hidden;
    width: 50%;
    height: 400px;
    max-width: 100%;
    max-height: 100%; }
    .phtArea ul li img {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }

.att {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0px 0; }
  .att div {
    border: 14px solid #fff; }
  .att dl {
    border: 1px solid #E50003;
    background: #fff;
    padding: 30px 40px 20px 40px; }
    .att dl dt {
      color: #E50003;
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center; }
    .att dl dd p {
      margin-bottom: 20px; }

.warp {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px 0; }
  .warp dl {
    display: flex; }
    .warp dl dt {
      width: 200px;
      color: #38382e;
      font-size: 13px;
      padding-top: 10px;
      opacity: 0.5; }
    .warp dl dd {
      width: 800px; }
      .warp dl dd h2 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 20px; }
      .warp dl dd p {
        margin-bottom: 20px; }

.reservation {
  background: #eef0df;
  padding: 60px 0; }
  .reservation dl {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto; }
  .reservation dt {
    width: 500px;
    float: left; }
  .reservation dd {
    width: 450px;
    float: right; }
  .reservation dt {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    .reservation dt span {
      font-size: 16px;
      opacity: 0.5;
      display: block; }
    .reservation dt p {
      font-size: 14px;
      padding-top: 10px;
      letter-spacing: 0; }
  .reservation dd {
    position: relative;
    padding-top: 30px; }
    .reservation dd span {
      display: block; }
    .reservation dd a {
      display: block;
      font-size: 18px;
      border: 1px solid #38382e;
      text-align: center;
      padding: 30px 0; }
    .reservation dd a:hover {
      background: #fff;
      opacity: 1; }
    .reservation dd .arrow {
      position: absolute;
      right: 30px;
      top: 60px; }

.fact {
  background: #c7c9a3;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/ }
  .fact .warp {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 40px 0; }
  .fact h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px; }
  .fact ol {
    overflow: hidden; }
    .fact ol li {
      float: left;
      width: 30%;
      list-style: disc;
      margin-left: 25px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 13px; }
  .fact .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 0 0 0 50px;
    transition: all .5s ease; }
  .fact .title:hover {
    opacity: 0.7; }
  .fact .title::before,
  .fact .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333; }
  .fact .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg); }
  .fact .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg); }
  .fact .title.close::before {
    transform: rotate(45deg); }
  .fact .title.close::after {
    transform: rotate(-45deg); }
  .fact .box {
    display: none; }

header h1 img {
  margin-bottom: 20px; }
header h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 2px; }
header h1 .ttlroom {
  height: 35px; }

#mainVisual {
  position: relative;
  height: 100%; }
  #mainVisual h1 {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    #mainVisual h1 img {
      width: 350px; }
  #mainVisual .scrolldown {
    position: absolute;
    right: 5%;
    bottom: 0%;
    height: 60px;
    z-index: 1; }
  #mainVisual .scrolldown span {
    position: absolute;
    left: -10px;
    top: -60px;
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl; }
  #mainVisual .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
    font-feature-settings: "palt"; }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 40px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
  #mainVisual .slider div img {
    vertical-align: baseline; }
  #mainVisual .slider div img.sp {
    display: none; }
  #mainVisual .bnr {
    position: absolute;
    left: 3%;
    bottom: 5%;
    width: 280px; }
    #mainVisual .bnr li {
      margin-bottom: 10px; }
    #mainVisual .bnr a:hover {
      opacity: 0.8; }

#originarutour .warp {
  overflow: hidden; }
  #originarutour .warp dl {
    width: 70%;
    float: left; }
  #originarutour .warp .wtbnr {
    width: 30%;
    float: right; }
    #originarutour .warp .wtbnr a:hover {
      opacity: 0.7; }

.bath {
  background: url("../img/index/bg_sauna.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 30%; }
  .bath .warp {
    overflow: hidden; }
    .bath .warp dl {
      display: block;
      width: 50%;
      float: right; }
      .bath .warp dl dt {
        width: auto;
        margin-bottom: 20px;
        color: #fff;
        opacity: 0.5; }
      .bath .warp dl dd {
        width: auto;
        color: #fff; }
        .bath .warp dl dd h2 {
          margin-bottom: 20px; }
        .bath .warp dl dd p {
          margin-bottom: 15px; }
        .bath .warp dl dd .arrow {
          display: block;
          float: left;
          margin-left: 10px;
          width: 34px;
          height: 20px;
          background: url("../img/arrow.svg") no-repeat left top 6px;
          background-size: 100%; }
        .bath .warp dl dd .linkBtn a {
          display: block;
          overflow: hidden;
          font-size: 18px;
          line-height: 1;
          color: #fff;
          border: 1px solid #c1c1c1;
          padding: 3% 0 3% 40%; }
        .bath .warp dl dd .linkBtn span {
          float: left;
          border-bottom: none; }
  .bath .pht {
    width: 30%;
    margin: 0 10%;
    float: left; }

.breakfast .warp {
  overflow: hidden; }
  .breakfast .warp dl {
    display: block;
    width: 35%;
    float: right; }
    .breakfast .warp dl dt {
      width: auto;
      margin-bottom: 20px; }
    .breakfast .warp dl dd {
      width: auto; }
      .breakfast .warp dl dd h2 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 20px; }
      .breakfast .warp dl dd p {
        margin-bottom: 15px; }
  .breakfast .warp .pht {
    width: 60%;
    float: left; }

#about .warpArea {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px 0; }
  #about .warpArea dl {
    padding: 30px 0;
    width: 500px; }
#about .warpArea2 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px 0; }
  #about .warpArea2 dl {
    display: flex;
    padding: 30px 0; }
  #about .warpArea2 dt {
    width: 500px; }
  #about .warpArea2 dd {
    width: 500px; }
#about .warpArea3 {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #about .warpArea3 dl {
    padding: 30px 0; }
#about .phtArea {
  position: relative; }
  #about .phtArea .pht2 {
    position: absolute;
    left: 55%;
    top: 80%; }
    #about .phtArea .pht2 img {
      width: 80%; }
#about dt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px; }
  #about dt span {
    font-size: 14px;
    opacity: 0.5; }
#about dd p {
  margin-bottom: 20px; }
#about ol li {
  list-style: decimal;
  margin-left: 25px; }

#breakfast h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 30px 0; }
#breakfast .warpArea {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }
  #breakfast .warpArea dl {
    padding: 10px 0;
    width: 500px; }
#breakfast .warpArea2 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }
  #breakfast .warpArea2 dl {
    padding: 20px 0; }
  #breakfast .warpArea2 dd {
    font-size: 16px; }
#breakfast .warpArea3 {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #breakfast .warpArea3 dl {
    padding: 20px 0; }
#breakfast .phtArea {
  position: relative; }
  #breakfast .phtArea .pht2 {
    position: absolute;
    left: 55%;
    top: 80%; }
    #breakfast .phtArea .pht2 .slider {
      width: 600px; }
#breakfast dt {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #breakfast dt span {
    font-size: 14px;
    opacity: 0.5;
    display: block;
    padding-top: 5px; }
#breakfast dd p {
  margin-bottom: 20px; }
#breakfast .amenihty {
  display: flex;
  width: 100%; }
  #breakfast .amenihty li {
    background: #38382e;
    color: #dee2bf;
    line-height: 1;
    margin: 0 2px;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
#breakfast .section {
  margin-bottom: 160px; }

#tours {
  position: relative; }
  #tours .bnrLink {
    position: absolute;
    right: 8%;
    top: 1.5%;
    width: 350px; }
    #tours .bnrLink a {
      display: block; }
    #tours .bnrLink a:hover {
      opacity: 0.7; }
  #tours h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 30px 0; }
  #tours .warpArea {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0 40px 0; }
    #tours .warpArea dl {
      padding: 10px 0; }
    #tours .warpArea dt {
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 0px;
      margin-bottom: 0px; }
      #tours .warpArea dt span {
        font-size: 14px;
        opacity: 0.5;
        display: block;
        padding-top: 5px; }
    #tours .warpArea dd p {
      margin-bottom: 10px; }
    #tours .warpArea ul {
      overflow: hidden; }
      #tours .warpArea ul li {
        width: 32%;
        float: left;
        margin-bottom: 20px; }
      #tours .warpArea ul li:nth-child(2) {
        margin: 0 2%; }
      #tours .warpArea ul li:nth-child(5) {
        margin: 0 2%; }
    #tours .warpArea form dl {
      display: flex; }
      #tours .warpArea form dl dt {
        font-size: 18px;
        width: 200px;
        line-height: 1.2; }
        #tours .warpArea form dl dt span {
          font-size: 12px;
          opacity: 0.5;
          display: block;
          padding-top: 5px;
          color: #D40003; }
      #tours .warpArea form dl dd {
        width: 800px; }
        #tours .warpArea form dl dd input {
          font-size: 16px;
          padding: 10px 15px;
          border-radius: 4px;
          border: none; }
        #tours .warpArea form dl dd .input1 {
          width: 100%; }
        #tours .warpArea form dl dd .input2 {
          width: 50%; }
        #tours .warpArea form dl dd .input4 {
          font-size: 16px;
          padding: 10px 15px;
          border-radius: 4px;
          border: none;
          width: 100%;
          height: 200px; }
        #tours .warpArea form dl dd select {
          font-size: 16px;
          padding: 10px 15px;
          border-radius: 0px;
          border: none;
          height: 30px; }
    #tours .warpArea form .inputbtn {
      display: block;
      font-size: 18px;
      border: 1px solid #38382e;
      background: #38382e;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      margin: 0 auto;
      position: relative;
      width: 300px; }
    #tours .warpArea form .formbtn {
      padding: 30px 0; }
  #tours .warpArea2 {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0px 0;
    overflow: hidden; }
    #tours .warpArea2 dl {
      width: 650px;
      float: left; }
    #tours .warpArea2 dd {
      font-size: 16px; }
    #tours .warpArea2 img {
      width: 300px;
      float: right; }
  #tours .warpArea3 {
    width: 1000px;
    margin: 0 auto;
    padding: 4px 0 40px 0; }
    #tours .warpArea3 dl {
      padding: 20px 0; }
  #tours .phtArea {
    position: relative; }
    #tours .phtArea .pht2 {
      position: absolute;
      left: 55%;
      top: 80%; }
      #tours .phtArea .pht2 .slider {
        width: 600px; }
  #tours i {
    position: absolute;
    width: 40px;
    right: 30px;
    top: 20px; }
  #tours dt {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 20px; }
    #tours dt span {
      font-size: 14px;
      opacity: 0.5;
      display: block;
      padding-top: 5px; }
  #tours dd p {
    margin-bottom: 20px; }
  #tours .amenihty {
    display: flex;
    width: 100%; }
    #tours .amenihty li {
      background: #38382e;
      color: #dee2bf;
      line-height: 1;
      margin: 0 2px;
      padding: 8px 10px 5px 10px;
      font-size: 14px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
  #tours .section {
    margin-bottom: 80px; }
    #tours .section a {
      display: block;
      font-size: 18px;
      border: 1px solid #38382e;
      background: #38382e;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      margin: 0 30%;
      position: relative; }
    #tours .section a:hover {
      opacity: 0.8; }

#facilities {
  margin-bottom: 100px; }
  #facilities h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding: 30px 0; }
  #facilities .warpArea {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    background: #eef0df;
    margin-bottom: 30px; }
    #facilities .warpArea dl {
      padding: 30px 40px;
      width: 460px;
      float: right; }
    #facilities .warpArea .slider {
      width: 460px;
      float: left; }
  #facilities .warpArea2 {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    background: #eef0df;
    margin-bottom: 30px; }
    #facilities .warpArea2 dl {
      padding: 30px 40px;
      width: 460px;
      float: left; }
    #facilities .warpArea2 .slider {
      width: 460px;
      float: right; }
  #facilities dt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    #facilities dt span {
      font-size: 14px;
      opacity: 0.5; }
  #facilities .warpArea3 {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    background: #eef0df;
    padding: 30px;
    margin-bottom: 30px; }
    #facilities .warpArea3 dl {
      width: 32%;
      margin-right: 2%;
      float: left; }
    #facilities .warpArea3 dl:last-child {
      margin-right: 0; }
    #facilities .warpArea3 dt {
      font-size: 18px;
      margin-bottom: 10px; }
      #facilities .warpArea3 dt img {
        margin-bottom: 10px; }
    #facilities .warpArea3 .slider {
      width: 460px;
      float: right; }

#room .warpArea {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }
  #room .warpArea dl {
    padding: 10px 0;
    width: 500px; }
#room .warpArea2 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px 0; }
  #room .warpArea2 dl {
    display: flex;
    padding: 20px 0; }
  #room .warpArea2 dt {
    width: 500px; }
  #room .warpArea2 dd {
    width: 500px; }
#room .warpArea3 {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #room .warpArea3 dl {
    padding: 20px 0; }
#room .phtArea {
  position: relative; }
  #room .phtArea .pht2 {
    position: absolute;
    left: 55%;
    top: 80%; }
    #room .phtArea .pht2 .slider {
      width: 600px; }
#room dt {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #room dt span {
    font-size: 14px;
    opacity: 0.5;
    display: block;
    padding-top: 5px; }
#room dd p {
  margin-bottom: 20px; }
#room .amenihty {
  display: flex;
  width: 100%; }
  #room .amenihty li {
    background: #38382e;
    color: #dee2bf;
    line-height: 1;
    margin: 0 2px;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
#room .section {
  margin-bottom: 160px; }

#art .warpArea {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px 0; }
  #art .warpArea dl {
    display: flex;
    padding: 20px 0; }
  #art .warpArea dt {
    width: 500px; }
  #art .warpArea dd {
    width: 500px; }
#art dt {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #art dt span {
    font-size: 14px;
    opacity: 0.5;
    display: block;
    padding-top: 5px; }
#art dd p {
  margin-bottom: 20px; }
#art .section {
  margin-bottom: 160px; }
#art .comingsoon {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 160px 0 0 0; }

#access .warpArea {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }
  #access .warpArea dl {
    display: flex;
    padding: 60px 0; }
  #access .warpArea dt {
    width: 500px; }
    #access .warpArea dt span {
      font-size: 13px;
      opacity: 0.5; }
  #access .warpArea dd {
    width: 500px; }
#access .warpArea2 {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #access .warpArea2 dl {
    padding: 30px 0;
    display: flex; }
  #access .warpArea2 dt {
    width: 40%;
    position: relative; }
  #access .warpArea2 dt::after {
    content: "";
    position: absolute;
    background: #333;
    width: 40px;
    height: 1px;
    top: 60px;
    left: 0; }
  #access .warpArea2 dd {
    width: 55%;
    margin-bottom: 30px; }
    #access .warpArea2 dd h3 {
      font-size: 20px;
      font-weight: 500;
      background: #c7c9a3;
      padding: 8px 20px;
      margin-bottom: 10px;
      line-height: 1.5; }
      #access .warpArea2 dd h3 span {
        font-size: 14px; }
    #access .warpArea2 dd p {
      margin-bottom: 30px; }
  #access .warpArea2 .box {
    margin-bottom: 40px; }
    #access .warpArea2 .box h4 {
      font-size: 18px;
      font-weight: 500; }
#access .mapArea {
  margin-bottom: 60px; }
#access dt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px; }
  #access dt span {
    font-size: 16px;
    opacity: 0.5; }
#access dd p {
  margin-bottom: 20px; }

#company .warpArea {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px 0; }
  #company .warpArea dl {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dee2bf; }
    #company .warpArea dl dt {
      display: table-cell;
      background: #c7c9a3;
      padding: 15px 20px;
      width: 20%;
      border-right: 1px solid #dee2bf; }
    #company .warpArea dl dd {
      display: table-cell;
      background: #eef0df;
      padding: 15px 20px; }
      #company .warpArea dl dd a {
        text-decoration: underline; }

#rules {
  text-align: justify; }
  #rules .warpArea {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 120px 0; }
  #rules h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  #rules p {
    margin-bottom: 30px; }
  #rules ol {
    margin-bottom: 30px; }
    #rules ol li {
      list-style: decimal;
      margin-left: 25px; }
  #rules table {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dee2bf; }
    #rules table th {
      display: table-cell;
      background: #c7c9a3;
      padding: 15px 20px;
      width: 30%;
      border-right: 1px solid #dee2bf;
      border-bottom: 1px solid #dee2bf; }
    #rules table td {
      display: table-cell;
      background: #eef0df;
      padding: 15px 20px; }
      #rules table td a {
        text-decoration: underline; }

#privacy {
  text-align: justify; }
  #privacy .warpArea {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 120px 0; }
  #privacy h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  #privacy p {
    margin-bottom: 30px; }
  #privacy ol {
    margin-bottom: 30px; }
    #privacy ol li {
      list-style: decimal;
      margin-left: 25px; }

#faq {
  text-align: justify; }
  #faq .warpArea {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 120px 0; }
  #faq h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  #faq dl {
    margin-bottom: 60px; }
  #faq dd {
    margin-bottom: 20px; }
  #faq table {
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #dee2bf;
    margin-bottom: 10px; }
    #faq table th {
      display: table-cell;
      background: #c7c9a3;
      padding: 15px 20px;
      width: 60%;
      border-right: 1px solid #dee2bf;
      border-bottom: 1px solid #dee2bf; }
    #faq table td {
      display: table-cell;
      background: #eef0df;
      padding: 15px 20px; }
      #faq table td a {
        text-decoration: underline; }

.modal-open {
  position: absolute;
  left: 5%;
  bottom: 170px; }
  .modal-open a {
    display: block; }
  .modal-open a:hover {
    opacity: 0.7; }
  .modal-open img {
    width: 200px; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 5; }

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible; }

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%; }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px; }
  .modal-content h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #281b13; }
  .modal-content dl {
    margin-bottom: 30px; }
    .modal-content dl dt {
      font-size: 1.3rem; }
    .modal-content dl dd {
      font-size: 0.9rem;
      line-height: 1.6;
      margin-bottom: 30px; }
      .modal-content dl dd ol {
        margin-left: 20px; }
      .modal-content dl dd li {
        list-style: disc;
        margin-bottom: 5px; }
      .modal-content dl dd span {
        font-size: 0.7rem; }
  .modal-content .link a {
    display: block;
    background: #281b13;
    color: #ffe97b;
    padding: 15px 0;
    text-align: center;
    border-radius: 6px; }

.bnrarea {
  width: 1000px;
  margin: 0 auto;
  padding-top: 5%; }
  .bnrarea img {
    width: 100%; }
  .bnrarea .sp {
    display: none; }
