@charset "UTF-8";
@media screen and (min-width: 769px), print {
  /** otawara-ajisai index **/
  .ttl_about {
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    padding: 0 0 10px 43px;
    line-height: 28px;
  }
  .ttl_about span {
    position: relative;
  }
  .ttl_about span:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fl_02.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 36px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -43px;
  }
  .top_about {
    margin-top: 59px;
  }
  .top_about .detail_about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_about .detail_about figure {
    width: 594px;
  }
  .top_about .detail_about .txt_right {
    width: -webkit-calc(100% - 594px);
    width: -moz-calc(100% - 594px);
    width: calc(100% - 594px);
    padding: 0 24px 0 59px;
  }
  .top_about .detail_about .txt_right strong {
    font-size: 2.9rem;
    color: #970119;
    margin: 10px 0 0;
    display: block;
    padding-left: 6px;
  }
  .top_about .detail_about .txt_right ul {
    padding-left: 9px;
  }
  .top_about .detail_about .txt_right ul li {
    margin: 4px 0 7px 0;
  }
  .top_about .detail_about .txt_right ul li a {
    font-size: 3.6rem;
    font-weight: bold;
    color: #f66800;
    font-family: "Heebo", sans-serif;
    position: relative;
    padding-left: 43px;
    line-height: 1;
  }
  .top_about .detail_about .txt_right ul li a:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_tel.png) no-repeat;
    width: 29px;
    height: 25px;
    position: absolute;
    top: 14px;
    left: 0;
  }
  .top_about .detail_about .txt_right ul li a.tel {
    pointer-events: none;
  }
  .top_about .detail_about .txt_right ul li span {
    font-size: 3.6rem;
    font-weight: bold;
    color: #f66800;
    font-family: "Heebo", sans-serif;
    position: relative;
    padding-left: 43px;
    line-height: 1;
  }
  .top_about .detail_about .txt_right ul li span:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fax.png) no-repeat;
    width: 29px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .top_about .detail_about .txt_right p {
    font-size: 1.6rem;
    margin: 11px 0 0 12px;
  }
  .top_about .detail_about .txt_right .link_park {
    margin: 15px 0 0 10px;
  }
  .top_about .detail_about .txt_right .link_park a {
    font-size: 2.2rem;
    width: 288px;
    height: 80px;
    line-height: 83px;
    text-align: center;
    background-color: #5c488a;
    color: #fff;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .top_about .detail_about .txt_right .link_park a:hover {
    opacity: 1;
  }
  .top_about .detail_about .txt_right .link_park a span {
    position: relative;
    padding-left: 30px;
  }
  .top_about .detail_about .txt_right .link_park a span:before {
    content: "P";
    color: #5c488a;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2px 0 0 2px;
  }
  .list_about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 46px 0 41px;
  }
  .list_about article {
    border: 1px solid #5c488a;
    padding: 0 25px 35px 30px;
  }
  .list_about article:first-child {
    width: 444px;
  }
  .list_about article:last-child {
    width: 531px;
  }
  .list_about article:last-child .ttl_art {
    margin: 15px 0 14px;
    padding-bottom: 13px;
  }
  .list_about article .ttl_art {
    font-size: 2rem;
    color: #970119;
    font-weight: bold;
    text-align: center;
    margin: 22px 0 21px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .list_about article .ttl_art span {
    font-size: 1.6rem;
    color: #fff;
    width: 148px;
    height: 40px;
    line-height: 40px;
    background-color: #970119;
    -moz-border-radius: 8px;
         border-radius: 8px;
    margin-left: 18px;
    display: inline-block;
  }
  .list_about article p {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .list_about article .link_contact {
    font-size: 1.6rem;
    font-weight: bold;
    color: #5c488a;
    margin-top: 6px;
    display: block;
  }
  .ttl_maps {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    background: url(../../otawara-ajisai/images/index/bkg_ttl_section.png) no-repeat;
    padding: 13px 0;
    display: block;
    text-align: center;
    margin-bottom: 38px;
  }
  .bottom_about article:nth-child(2) .ttl_art_sub:before {
    background: url(../../otawara-ajisai/images/index/icon_car.png) no-repeat;
    width: 30px;
    height: 23px;
  }
  .bottom_about article:nth-child(3) .ttl_art_sub:before {
    background: url(../../otawara-ajisai/images/index/icon_train.png) no-repeat;
    width: 21px;
    height: 31px;
  }
  .bottom_about .bx_zoom_screen {
    text-align: center;
    margin: 0px 0 26px;
  }
  .bottom_about .bx_zoom_screen .link_dec {
    font-size: 1.6rem;
    display: inline-block;
  }
  .bottom_about .bx_zoom_screen .link_dec span {
    position: relative;
    padding-left: 57px;
  }
  .bottom_about .bx_zoom_screen .link_dec span:before {
    content: "";
    background: url(../images/index/icon_pt.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 29px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 18px;
  }
  .bottom_about .ctn_article {
    margin-bottom: 38px;
  }
  .bottom_about .ctn_article .box_room {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottom_about .ctn_article .box_room .floor_one {
    position: relative;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure {
    position: absolute;
    cursor: pointer;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(1) {
    top: 64px;
    left: 147px;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(2) {
    top: 253px;
    left: 20px;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(3) {
    top: 183px;
    left: 290px;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(4) {
    top: 259px;
    left: 278px;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(5) {
    top: 46px;
    right: 143px;
  }
  .bottom_about .ctn_article figure {
    text-align: center;
  }
  .bottom_about .ctn_article .free_bar {
    font-size: 2rem;
    font-weight: bold;
    width: 512px;
    height: 46px;
    line-height: 43px;
    color: #5c488a;
    border: 2px solid #5c488a;
    text-align: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    display: block;
    margin: 36px auto 46px;
  }
  .bottom_about .ctn_article .free_bar:hover {
    opacity: 1;
  }
  .bottom_about .ctn_article .box_btn_maps {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bottom_about .ctn_article .box_btn_maps .list_btn li {
    margin-bottom: 5.5px;
  }
  .bottom_about .ctn_article .box_btn_maps .maps {
    width: 644px;
    height: 413px;
  }
  .bottom_about .ttl_art_sub {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    background: url(../../otawara-ajisai/images/index/bkg_ttl_section_02.png) no-repeat;
    padding: 14px 0 13px 70px;
    position: relative;
    margin-bottom: 24px;
  }
  .bottom_about .ttl_art_sub:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 26px;
  }
  .bottom_about .list_guide {
    margin-bottom: 23px;
  }
  .bottom_about .list_guide li {
    font-size: 1.6rem;
    padding-left: 73px;
    line-height: 27px;
  }
  .bottom_about .list_guide li span {
    position: relative;
  }
  .bottom_about .list_guide li span:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #5c488a;
    position: absolute;
    top: 4px;
    left: -20px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
  }
  .bottom_about .list_guide.list_guide_02 {
    margin-bottom: 35px;
  }
  .bottom_about .list_guide.list_guide_02 li {
    padding-left: 66px;
  }
  .bottom_about .bx_img {
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 39px;
    margin-bottom: 38px;
  }
  .bottom_about .bx_img figure {
    width: 386px;
    padding: 0 34px;
  }
  .bottom_about .bx_img figure figcaption {
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
  }
  .bottom_about .bx_img_caution {
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: -12px;
    text-align: center;
    margin-bottom: 46px;
  }
  .bottom_about .ttl_network_hall {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1;
    color: #5c488a;
    padding: 0 20px 0 56px;
  }
  .bottom_about .ttl_network_hall:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fl_02.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 34px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 14px;
  }
  .bottom_about .ttl_network_hall:after {
    content: "";
    width: 641px;
    height: 2px;
    background-color: #5c488a;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .bottom_about .list_network {
    margin: 21px 0 37px;
    padding-left: 59px;
  }
  .bottom_about .list_network li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .bottom_about .list_network li:nth-child(4) a:after, .bottom_about .list_network li:last-child a:after {
    content: none;
  }
  .bottom_about .list_network li a {
    font-size: 1.6rem;
    border-bottom: 1px solid #acadad;
    position: relative;
    margin-right: 17px;
  }
  .bottom_about .list_network li a:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #acadad;
    position: absolute;
    right: -10px;
    top: 0;
  }
  /** utsunomiya plan **/
  .detail_atlas_hall article:last-child .ttl_maps {
    margin-bottom: 31px;
  }
  .detail_atlas_hall .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 43px 0 24px;
  }
  .detail_atlas_hall .ttl_about small {
    font-size: 2.4rem;
    margin-left: 10px;
  }
  .detail_atlas_hall .ttl_maps {
    margin-bottom: 38px;
  }
  .detail_atlas_hall .tbl_price {
    width: 860px;
    border-collapse: collapse;
    margin: 0 auto 43px;
  }
  .detail_atlas_hall .tbl_price thead th {
    padding: 12px 0 11px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: normal;
  }
  .detail_atlas_hall .tbl_price thead th.bkg_color_01 {
    background-color: #f0eae1;
    border-right: 11px solid #fff;
    width: 361px;
  }
  .detail_atlas_hall .tbl_price thead th:nth-child(2) {
    width: 240px;
  }
  .detail_atlas_hall .tbl_price thead th.bkg_color_03 {
    background-color: #f2dde4;
    width: 240px;
  }
  .detail_atlas_hall .tbl_price tbody tr {
    border-bottom: 1px solid #e4e4e4;
  }
  .detail_atlas_hall .tbl_price tbody tr td {
    padding: 13px 20px 12px 0;
    font-size: 2.7rem;
    line-height: 1;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child {
    padding-left: 22px;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child strong {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child strong span {
    font-size: 2rem;
  }
  .detail_atlas_hall .tbl_price tbody tr td:nth-child(2) {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
  }
  .detail_atlas_hall .tbl_price tbody tr td:last-child {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    color: #970119;
  }
  .detail_atlas_hall .tbl_price tbody tr:nth-child(1) td {
    padding: 26px 20px 9px 22px;
  }
  .detail_atlas_hall .tbl_price .price_supp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    margin-left: 30px;
    text-align: right;
    margin-left: auto;
  }
  .detail_atlas_hall .list_about {
    padding: 0 14px;
    margin-top: 43px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail_atlas_hall .list_about article {
    width: 474px;
    padding-bottom: 34px;
  }
  .detail_atlas_hall .list_about article:first-child {
    border: 1px solid #970119;
  }
  .detail_atlas_hall .list_about article:last-child {
    border: 1px solid #5c488a;
  }
  .detail_atlas_hall .list_about article:last-child .ttl_art {
    margin: 22px 0 20px;
    padding-bottom: 16px;
    color: #5c488a;
  }
  .detail_atlas_hall .list_about article p {
    font-size: 1.6rem;
    line-height: 24px;
    text-align: left;
  }
  .detail_atlas_hall .ctn_article_tbl {
    width: 794px;
    margin: 0 auto;
  }
  .detail_atlas_hall .ctn_article_tbl + .ctn_article_tbl {
    border-top: 1px dotted #c5b297;
    padding-top: 60px;
  }
  .detail_atlas_hall .bx_course {
    border: 1px solid #ee8906;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px 17px;
    margin-bottom: 40px;
  }
  .detail_atlas_hall .bx_course .left h4 {
    font-size: 2.4rem;
    line-height: 1;
    color: #ee8906;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .detail_atlas_hall .bx_course .left p {
    font-size: 1.6rem;
    line-height: 1;
  }
  .detail_atlas_hall .bx_course .right__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_atlas_hall .bx_course .right .total_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .bx_course .right .total_pr__pesos {
    margin-right: 10px;
    font-size: 3.4rem;
  }
  .detail_atlas_hall .bx_course .right .total_pr__number {
    display: inline-block;
    width: 4.8em;
    font-size: 3.4rem;
    text-align: right;
  }
  .detail_atlas_hall .bx_course .right .total_pr__member {
    display: inline-block;
    width: 4em;
    margin-right: 10px;
    font-size: 2.2rem;
  }
  .detail_atlas_hall .list_number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 221px;
  }
  .detail_atlas_hall .list_number li {
    font-size: 1.3rem;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #ee8906;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-align: center;
    margin-right: 26px;
    font-family: "Heebo", sans-serif;
    position: relative;
  }
  .detail_atlas_hall .list_number li:before {
    content: "";
    background: url(../images/plan/plus.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 28px;
  }
  .detail_atlas_hall .list_number li:last-child {
    margin-right: 17px;
  }
  .detail_atlas_hall .list_number li:first-child:before {
    content: none;
  }
  .detail_atlas_hall .list_number li.minus:before {
    content: "";
    background: url(../images/plan/minus.png) no-repeat;
  }
  .detail_atlas_hall .bx_table {
    counter-reset: table;
  }
  .detail_atlas_hall .tbl_course {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 46px;
    position: relative;
  }
  .detail_atlas_hall .tbl_course:before {
    content: "";
    background: url(../../otawara-ajisai/images/plan/plus_org.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -36px;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .detail_atlas_hall .tbl_course:first-child:before {
    content: none;
  }
  .detail_atlas_hall .tbl_course:last-of-type {
    margin-bottom: 11px;
  }
  .detail_atlas_hall .tbl_course:last-of-type tr:first-child td:last-child {
    padding-bottom: 0;
  }
  .detail_atlas_hall .tbl_course.minus:before {
    background: url(../../otawara-ajisai/images/plan/minus_org.png) no-repeat;
  }
  .detail_atlas_hall .tbl_course tr {
    border-bottom: 1px solid #dbdbdb;
  }
  .detail_atlas_hall .tbl_course tr:last-child {
    border-bottom: 1px solid #c5b297;
  }
  .detail_atlas_hall .tbl_course tr:first-child {
    border-top: 1px solid #c5b297;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:first-child {
    border-left: 1px solid #c5b297;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #c5b297;
    text-align: center;
    width: 152px;
    font-size: 1.6rem;
    padding: 0;
    background-color: #f0eae1;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child {
    border-bottom: 1px solid #c5b297;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #c5b297;
    width: 210px;
    padding-right: 22px;
    text-align: right;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child .txt_number {
    display: block;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child .txt_number:before {
    counter-increment: table;
    content: counter(table);
    background-color: #ee8906;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 1.1rem;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child strong {
    font-size: 3rem;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child strong span {
    margin-right: 15px;
  }
  .detail_atlas_hall .tbl_course tr td {
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1;
    padding: 16px 65px 14px 19px;
  }
  .detail_atlas_hall .tbl_course tr td .price_small {
    width: 82px;
    display: inline-block;
    float: right;
    text-align: right;
  }
  .detail_atlas_hall .bt_total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 23px;
  }
  .detail_atlas_hall .bt_total:last-of-type {
    margin-bottom: 47px;
  }
  .detail_atlas_hall .bt_total .total_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
    font-size: 3.2rem;
    color: #ee8906;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .bt_total .total_pr__member {
    display: inline-block;
    width: 4em;
    margin-right: 20px;
    font-size: 2.2rem;
  }
  .detail_atlas_hall .bt_total .total_pr__pesos {
    margin-right: 10px;
  }
  .detail_atlas_hall .bt_total .total_pr__number {
    display: inline-block;
    width: 4.8em;
    text-align: right;
  }
  /** Information on cuisine **/
  .infor_on_cuisine .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 43px 0 25px;
  }
  .infor_on_cuisine .ttl_about small {
    font-size: 2.4rem;
    margin-left: 10px;
  }
  .infor_on_cuisine .ttl_maps {
    margin-bottom: 43px;
  }
  .infor_on_cuisine article {
    margin-bottom: 27px;
  }
  .infor_on_cuisine article .ttl_article {
    color: #970119;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .infor_on_cuisine article:nth-of-type(2) .ttl_maps {
    margin-bottom: 41px;
  }
  .infor_on_cuisine article:nth-of-type(2) .list_top figure figcaption {
    margin-top: 15px;
  }
  .infor_on_cuisine article:nth-of-type(3) {
    margin-bottom: 23px;
  }
  .infor_on_cuisine article:nth-of-type(3) .ttl_maps {
    margin-bottom: 28px;
  }
  .infor_on_cuisine article:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .infor_on_cuisine article:nth-of-type(4) .ttl_maps {
    margin-bottom: 39px;
  }
  .infor_on_cuisine .ctn_article .list_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infor_on_cuisine .ctn_article .list_top figure {
    width: 319px;
    margin: 0 10px 23px;
  }
  .infor_on_cuisine .ctn_article .list_top figure img {
    width: 100%;
  }
  .infor_on_cuisine .ctn_article .list_top figure:nth-of-type(1) {
    margin: 0;
  }
  .infor_on_cuisine .ctn_article .list_top figure:nth-of-type(2) {
    margin: 0 20px 23px;
  }
  .infor_on_cuisine .ctn_article .list_top figure:nth-of-type(3) {
    margin: 0;
  }
  .infor_on_cuisine .ctn_article p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 26px;
    margin: 5px 0 65px;
  }
  .infor_on_cuisine .ctn_article .list_bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure {
    padding: 0 29px 0 29px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure figcaption {
    font-size: 1.8rem;
    margin-top: 12px;
    width: 100%;
    text-align: center;
  }
  .infor_on_cuisine .ctn_article .list_lunch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure {
    padding: 0 23px;
    text-align: center;
    margin-bottom: 32px;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure figcaption {
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure figcaption strong {
    color: #5c488a;
  }
  .infor_on_cuisine .txt_bt {
    margin-bottom: 31px;
  }
  .infor_on_cuisine .txt_bt li {
    position: relative;
    font-size: 1.6rem;
    line-height: 27px;
    padding-left: 18px;
  }
  .infor_on_cuisine .txt_bt li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  /** guide of offerings **/
  .guide_of_offerings .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 43px 0 22px;
  }
  .guide_of_offerings .ttl_about small {
    font-size: 2.4rem;
  }
  .guide_of_offerings .txt_guide {
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    margin: 12px 0 26px;
  }
  .guide_of_offerings article:nth-of-type(1) {
    margin: 0 -45px 23px -43px;
  }
  .guide_of_offerings article:nth-of-type(1) .ttl_maps {
    margin-bottom: 25px;
  }
  .guide_of_offerings article:nth-of-type(1) .bx_offerings_detail {
    padding: 0 45px 0 33px;
  }
  .guide_of_offerings article:nth-of-type(2) {
    margin-bottom: 8px;
  }
  .guide_of_offerings article:nth-of-type(2) .ttl_maps {
    margin-bottom: 27px;
  }
  .guide_of_offerings article:nth-of-type(2) .bx_offerings_detail {
    margin-bottom: 27px;
  }
  .guide_of_offerings article:nth-of-type(2) .bx_offerings_detail figcaption {
    margin: 22px 0 16px 0;
  }
  .guide_of_offerings article:nth-of-type(2) .bx_offerings_detail dl dd ul li {
    margin-bottom: 10px;
  }
  .guide_of_offerings article:nth-of-type(3) {
    margin-bottom: 16px;
  }
  .guide_of_offerings article:nth-of-type(3) .ttl_maps {
    margin-bottom: 32px;
  }
  .guide_of_offerings article:nth-of-type(4) {
    margin-bottom: 21px;
  }
  .guide_of_offerings article:nth-of-type(4) .ttl_maps {
    margin-bottom: 29px;
  }
  .guide_of_offerings article:nth-of-type(4) .bx_offerings_detail {
    padding: 0 46px 0 41px;
  }
  .guide_of_offerings article:nth-of-type(4) .bx_offerings_detail figcaption {
    margin-top: 24px;
  }
  .guide_of_offerings article:nth-of-type(5) {
    margin-bottom: 15px;
  }
  .guide_of_offerings article:nth-of-type(5) .ttl_maps {
    margin-bottom: 29px;
  }
  .guide_of_offerings article:nth-of-type(5) .bx_offerings_detail {
    padding: 0 47px 0 41px;
  }
  .guide_of_offerings article:nth-of-type(5) .bx_offerings_detail figcaption {
    margin-top: 24px;
  }
  .guide_of_offerings .ctn_article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -45px 0 -41px;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail {
    padding: 0 45px 0 41px;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail figcaption {
    font-size: 1.6rem;
    color: #5c488a;
    border: 1px solid #5c488a;
    line-height: 1;
    padding: 9px 0 10px;
    text-align: center;
    margin: 21px 0 13px;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail em {
    font-style: normal;
    font-size: 1.4rem;
    color: #970119;
    font-weight: bold;
    margin-top: 7px;
    display: block;
  }
  .guide_of_offerings .txt_bt {
    font-size: 1.6rem;
    line-height: 27px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 36px;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .guide_of_offerings .btn_down {
    margin: 0 -19px 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guide_of_offerings .btn_down li {
    padding: 0 19px;
  }
  .guide_of_offerings .btn_down li a {
    font-size: 2rem;
    width: 264px;
    height: 60px;
    line-height: 23px;
    padding: 8px 0 0 13px;
    display: block;
    background: -webkit-linear-gradient(bottom, #5c488a 0%, #987cd9 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#5c488a), to(#987cd9));
    background: -moz- oldlinear-gradient(bottom, #5c488a 0%, #987cd9 100%);
    background: linear-gradient(0deg, #5c488a 0%, #987cd9 100%);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .guide_of_offerings .btn_down li a span {
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
  }
  .guide_of_offerings .btn_down li a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 27px;
  }
  .guide_of_offerings .btn_down li a:after {
    content: "";
    background: url(../../otawara-ajisai/images/offering/icon_right.png) no-repeat;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .guide_of_offerings .btn_down li:first-child a:before {
    background: url(../../otawara-ajisai/images/offering/icon_pdf.png) no-repeat;
    width: 29px;
    height: 36px;
  }
  .guide_of_offerings .btn_down li:last-child a:before {
    background: url(../../otawara-ajisai/images/offering/icon_excel.png) no-repeat;
    width: 29px;
    height: 36px;
  }
  /* .damien .control_damien .dot_control {
  position: absolute;
  width: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.damien .control_damien .dot_control li {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.damien .control_damien .dot_control li:last-child {
  margin-right: 0;
}

.damien .control_damien .dot_control li.active {
  background: #e50012;
} */
  .slider {
    position: relative;
  }
  .slider .under {
    width: 100%;
    height: 599px;
    overflow: hidden;
    position: relative;
  }
  .slider .under ul.main_slider li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
  }
  .slider .under ul.main_slider li img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
  }
  .slider .under ul.dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 24px;
    z-index: 101;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .slider .under ul.dot li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 12px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .slider .under ul.dot li:last-child {
    margin-right: 0;
  }
  .slider .under ul.dot li.active {
    background: #fff;
  }
  .slider .above {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    left: 0;
    top: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .top_about .detail_about .txt_right .link_park a {
    padding-top: 3px;
  }
  .top_about .detail_about .txt_right .link_park a span {
    padding-top: 9px;
  }
  .list_about article .ttl_art a {
    padding-top: 3px;
  }
  .ttl_maps {
    padding: 16px 0 13px;
  }
  .bottom_about .ctn_article .free_bar {
    padding-top: 3px;
  }
  .bottom_about .ttl_art_sub {
    padding: 18px 0 13px 70px;
  }
  .bottom_about .ttl_network_hall {
    padding: 3px 20px 0 56px;
  }
  .detail_atlas_hall .tbl_price thead th {
    padding-top: 16px;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child .txt_number::before {
    padding-top: 3px;
    width: 24px;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail figcaption {
    padding: 13px 0 8px;
  }
  .guide_of_offerings .btn_down li a {
    padding-top: 12px;
  }
}

@media screen and (min-width: 769px), print {
  .damien .main_damien {
    padding: 20px 20px 15px 20px;
  }
  .damien .main_damien p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .damien .control_damien .close_control {
    width: 61px;
    height: 61px;
    top: -41px;
    right: -25px;
  }
  .damien .control_damien .left_control {
    left: 20px;
    width: 30px;
    height: 89px;
    -moz-border-radius-bottomright: 8px;
         border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
         border-top-right-radius: 8px;
  }
  .damien .control_damien .right_control {
    right: 20px;
    width: 30px;
    height: 89px;
    -moz-border-radius-bottomleft: 8px;
         border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
         border-top-left-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .ttl_about {
    font-size: 4.6875vw;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    padding: 0 0 2.86458vw 9.11458vw;
    line-height: 5.72917vw;
  }
  .ttl_about span {
    position: relative;
  }
  .ttl_about span:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fl_02.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 7.03125vw;
    height: 4.81771vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -9.11458vw;
  }
  .top_about {
    margin-top: 7.8125vw;
  }
  .top_about .detail_about .txt_right {
    margin-top: 5.20833vw;
  }
  .top_about .detail_about .txt_right strong {
    font-size: 4.81771vw;
    color: #970119;
    margin: 2.60417vw 0 0 0.78125vw;
    display: block;
  }
  .top_about .detail_about .txt_right ul {
    padding-left: 0.78125vw;
  }
  .top_about .detail_about .txt_right ul li {
    margin: 2.86458vw 0 1.82292vw 0;
  }
  .top_about .detail_about .txt_right ul li a {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #f66800;
    font-family: "Heebo", sans-serif;
    position: relative;
    padding-left: 5.59896vw;
    line-height: 1;
  }
  .top_about .detail_about .txt_right ul li a:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_tel.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.77604vw;
    height: 3.25521vw;
    position: absolute;
    top: 1.95312vw;
    left: 0;
  }
  .top_about .detail_about .txt_right ul li span {
    font-size: 5.20833vw;
    font-weight: bold;
    color: #f66800;
    font-family: "Heebo", sans-serif;
    position: relative;
    padding-left: 5.59896vw;
    line-height: 1;
  }
  .top_about .detail_about .txt_right ul li span:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fax.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.77604vw;
    height: 3.64583vw;
    position: absolute;
    top: 1.95312vw;
    left: 0;
  }
  .top_about .detail_about .txt_right p {
    font-size: 3.64583vw;
    margin: 2.60417vw 0 0 0.78125vw;
  }
  .top_about .detail_about .txt_right .link_park {
    margin: 2.60417vw 0 0 0.78125vw;
  }
  .top_about .detail_about .txt_right .link_park a {
    font-size: 4.6875vw;
    width: 100%;
    height: 10.41667vw;
    line-height: 10.41667vw;
    text-align: center;
    background-color: #5c488a;
    color: #fff;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .top_about .detail_about .txt_right .link_park a span {
    position: relative;
    padding-left: 5.20833vw;
  }
  .top_about .detail_about .txt_right .link_park a span:before {
    content: "P";
    color: #5c488a;
    background-color: #fff;
    width: 4.6875vw;
    height: 4.6875vw;
    line-height: 4.6875vw;
    display: inline-block;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-align: center;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    position: absolute;
    left: -2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0.65104vw 0 0 0.65104vw;
  }
  .list_about {
    margin: 6.51042vw 0 5.85938vw;
  }
  .list_about article {
    border: 1px solid #970119;
    padding: 0 3.90625vw 2.60417vw 4.55729vw;
  }
  .list_about article:first-child {
    margin-bottom: 3.90625vw;
  }
  .list_about article:last-child {
    border: 1px solid #5c488a;
  }
  .list_about article:last-child .ttl_art {
    color: #5c488a;
  }
  .list_about article .ttl_art {
    font-size: 5.20833vw;
    color: #970119;
    font-weight: bold;
    text-align: center;
    margin: 2.86458vw 0 3.125vw;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_about article .ttl_art span {
    font-size: 2.8rem;
    color: #fff;
    width: 26.04167vw;
    height: 5.20833vw;
    line-height: 5.20833vw;
    background-color: #970119;
    -moz-border-radius: 8px;
         border-radius: 8px;
    margin-left: 2.34375vw;
    display: inline-block;
  }
  .list_about article p {
    font-size: 2.8rem;
    line-height: 5.72917vw;
  }
  .list_about article .link_contact {
    font-size: 3.90625vw;
    font-weight: bold;
    color: #5c488a;
    margin-top: 1.5625vw;
    display: block;
  }
  .ttl_maps {
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    background: url(../../otawara-ajisai/images/index/bkg_ttl_section.png) center center no-repeat;
    padding: 2.60417vw 0;
    display: block;
    text-align: center;
    margin-bottom: 4.55729vw;
  }
  .bottom_about article:nth-child(2) .ttl_art_sub:before {
    background: url(../../otawara-ajisai/images/index/icon_car.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.90625vw;
    height: 2.99479vw;
  }
  .bottom_about article:nth-child(3) .ttl_art_sub:before {
    background: url(../../otawara-ajisai/images/index/icon_train.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.73438vw;
    height: 4.03646vw;
  }
  .bottom_about .bx_zoom_screen {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .bottom_about .bx_zoom_screen .link_dec {
    font-size: 3.64583vw;
    display: inline-block;
  }
  .bottom_about .bx_zoom_screen .link_dec span {
    position: relative;
    padding-left: 7.8125vw;
  }
  .bottom_about .bx_zoom_screen .link_dec span:before {
    content: "";
    background: url(../images/index/icon_pt.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.77604vw;
    height: 3.125vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.60417vw;
  }
  .bottom_about .ctn_article {
    margin-bottom: 5.20833vw;
  }
  .bottom_about .ctn_article .box_room .floor_one {
    position: relative;
    width: 83.85417vw;
    margin: 0 auto;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure {
    position: absolute;
    cursor: pointer;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure img {
    width: 3.77604vw;
    height: 3.125vw;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(1) {
    top: 8.33333vw;
    left: 19.14062vw;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(2) {
    top: 32.94271vw;
    left: 2.60417vw;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(3) {
    top: 23.82812vw;
    left: 37.76042vw;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(4) {
    top: 33.72396vw;
    left: 36.19792vw;
  }
  .bottom_about .ctn_article .box_room .floor_one .gallery_01 figure:nth-of-type(5) {
    top: 5.98958vw;
    right: 18.61979vw;
  }
  .bottom_about .ctn_article figure {
    text-align: center;
  }
  .bottom_about .ctn_article .free_bar {
    font-size: 3.90625vw;
    font-weight: bold;
    width: 100%;
    height: 7.8125vw;
    /* line-height: vw(60); */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #5c488a;
    border: 2px solid #5c488a;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin: 6.51042vw 0 7.8125vw;
  }
  .bottom_about .ctn_article .box_btn_maps .list_btn {
    margin-bottom: 3.90625vw;
  }
  .bottom_about .ctn_article .box_btn_maps .list_btn li {
    margin-bottom: 2.60417vw;
  }
  .bottom_about .ctn_article .box_btn_maps .maps {
    width: 100%;
    height: 52.08333vw;
  }
  .bottom_about .ttl_art_sub {
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: bold;
    background: url(../../otawara-ajisai/images/index/bkg_ttl_section_02.png) center center no-repeat;
    padding: 2.60417vw 0 2.60417vw 7.8125vw;
    position: relative;
    margin-bottom: 3.25521vw;
  }
  .bottom_about .ttl_art_sub:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.60417vw;
  }
  .bottom_about .list_guide {
    margin-bottom: 36px;
  }
  .bottom_about .list_guide li {
    font-size: 3.64583vw;
    padding-left: 6.51042vw;
    line-height: 4.29688vw;
    margin-bottom: 2.60417vw;
  }
  .bottom_about .list_guide li span {
    position: relative;
  }
  .bottom_about .list_guide li span:before {
    content: "";
    width: 1.30208vw;
    height: 1.30208vw;
    background-color: #5c488a;
    position: absolute;
    top: 1.30208vw;
    left: -2.60417vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
  }
  .bottom_about .list_guide.list_guide_02 li {
    padding-left: 6.51042vw;
  }
  .bottom_about .bx_img {
    border-top: 1px solid #e6e6e6;
    padding-top: 5.20833vw;
    margin-bottom: 46px;
  }
  .bottom_about .bx_img figure {
    margin-bottom: 3.90625vw;
  }
  .bottom_about .bx_img figure figcaption {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    margin-top: 2.60417vw;
    text-align: center;
  }
  .bottom_about .bx_img_caution {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 46px;
  }
  .bottom_about .ttl_network_hall {
    font-size: 3.90625vw;
    font-weight: bold;
    position: relative;
    line-height: 1;
    color: #5c488a;
    padding: 0 2.60417vw 0 10.41667vw;
  }
  .bottom_about .ttl_network_hall:before {
    content: "";
    background: url(../../otawara-ajisai/images/index/icon_fl_02.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 7.03125vw;
    height: 4.81771vw;
    position: absolute;
    top: -1.30208vw;
    left: 0;
  }
  .bottom_about .ttl_network_hall:after {
    content: "";
    width: 32.55208vw;
    height: 2px;
    background-color: #5c488a;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .bottom_about .list_network {
    margin: 2.60417vw 0 13.02083vw;
    padding-left: 3.90625vw;
  }
  .bottom_about .list_network li {
    margin-bottom: 1.30208vw;
  }
  .bottom_about .list_network li a {
    font-size: 2.8rem;
    border-bottom: 1px solid #acadad;
  }
  /** utsunomiya plan **/
  .detail_atlas_hall .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 6.51042vw 0 2.60417vw;
  }
  .detail_atlas_hall .ttl_maps {
    margin-bottom: 5.20833vw;
  }
  .detail_atlas_hall .tbl_price {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 6.51042vw;
  }
  .detail_atlas_hall .tbl_price thead th {
    padding: 1.95312vw 0;
    font-size: 2.86458vw;
    line-height: 1;
    font-weight: normal;
  }
  .detail_atlas_hall .tbl_price thead th.bkg_color_01 {
    background-color: #f0eae1;
    border-right: 1.43229vw solid #fff;
    width: 44.27083vw;
  }
  .detail_atlas_hall .tbl_price thead th:nth-child(2) {
    width: 32.55208vw;
  }
  .detail_atlas_hall .tbl_price thead th.bkg_color_03 {
    background-color: #f2dde4;
    width: 32.55208vw;
  }
  .detail_atlas_hall .tbl_price tbody tr {
    border-bottom: 1px solid #e4e4e4;
  }
  .detail_atlas_hall .tbl_price tbody tr td {
    padding: 2.60417vw 0;
    font-size: 3.64583vw;
    line-height: 1;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child {
    padding: 0 2.60417vw;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child strong {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_atlas_hall .tbl_price tbody tr td:first-child strong span {
    font-size: 2.60417vw;
  }
  .detail_atlas_hall .tbl_price tbody tr td:nth-child(2) {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-align: right;
    padding-right: 2.60417vw;
  }
  .detail_atlas_hall .tbl_price tbody tr td:last-child {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-align: right;
    padding-right: 2.60417vw;
    color: #970119;
  }
  .detail_atlas_hall .tbl_price .price_supp {
    display: inline-block;
    width: auto;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    margin-left: 30px;
    text-align: right;
    margin-left: auto;
  }
  .detail_atlas_hall .list_about article p {
    text-align: left;
  }
  .detail_atlas_hall .ctn_article_tbl {
    margin: 0 auto;
  }
  .detail_atlas_hall .ctn_article_tbl + .ctn_article_tbl {
    border-top: 1px dotted #c5b297;
    padding-top: 10.41667vw;
  }
  .detail_atlas_hall .bx_course {
    border: 1px solid #ee8906;
    padding: 20px 25px 17px 31px;
    padding: 2.60417vw 2.60417vw 2.21354vw;
    margin-bottom: 40px;
  }
  .detail_atlas_hall .bx_course .left {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .detail_atlas_hall .bx_course .left h4 {
    font-size: 3.90625vw;
    line-height: 1;
    color: #ee8906;
    font-weight: bold;
    margin-bottom: 1.95312vw;
  }
  .detail_atlas_hall .bx_course .left p {
    font-size: 3.125vw;
    line-height: 1;
  }
  .detail_atlas_hall .bx_course .right {
    text-align: center;
  }
  .detail_atlas_hall .bx_course .right__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_atlas_hall .bx_course .right .total_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .bx_course .right .total_pr__pesos {
    margin-right: 1.30208vw;
    font-size: 4.94792vw;
  }
  .detail_atlas_hall .bx_course .right .total_pr__number {
    display: inline-block;
    width: 4.8em;
    font-size: 4.94792vw;
    text-align: right;
  }
  .detail_atlas_hall .bx_course .right .total_pr__member {
    display: block;
    font-size: 3.125vw;
  }
  .detail_atlas_hall .list_number li {
    display: inline-block;
    font-size: 3.38542vw;
    color: #fff;
    width: 5.20833vw;
    height: 5.20833vw;
    background-color: #ee8906;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-align: center;
    line-height: 5.59896vw;
    margin-right: 5.20833vw;
    font-family: "Heebo", sans-serif;
    position: relative;
  }
  .detail_atlas_hall .list_number li:before {
    content: "";
    background: url(../../otawara-ajisai/images/plan/plus.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.60417vw;
    height: 2.60417vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6.90104vw;
  }
  .detail_atlas_hall .list_number li:last-child {
    margin-right: 0;
  }
  .detail_atlas_hall .list_number li:first-child:before {
    content: none;
  }
  .detail_atlas_hall .list_number li.minus:before {
    content: "";
    background: url(../images/plan/minus.png) no-repeat;
  }
  .detail_atlas_hall .bx_table {
    counter-reset: table;
  }
  .detail_atlas_hall .tbl_course {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10.41667vw;
    position: relative;
  }
  .detail_atlas_hall .tbl_course:before {
    content: "";
    background: url(../../otawara-ajisai/images/plan/plus_org.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 5.20833vw;
    height: 5.20833vw;
    position: absolute;
    top: -7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .detail_atlas_hall .tbl_course:first-child:before {
    content: none;
  }
  .detail_atlas_hall .tbl_course:last-of-type {
    margin-bottom: 5.20833vw;
  }
  .detail_atlas_hall .tbl_course.minus:before {
    background: url(../../otawara-ajisai/images/plan/minus_org.png) no-repeat;
  }
  .detail_atlas_hall .tbl_course tr {
    border-bottom: 1px solid #dbdbdb;
  }
  .detail_atlas_hall .tbl_course tr:last-child {
    border-bottom: 1px solid #c5b297;
  }
  .detail_atlas_hall .tbl_course tr:first-child {
    border-top: 1px solid #c5b297;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:first-child {
    border-left: 1px solid #c5b297;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #c5b297;
    text-align: center;
    width: 18.22917vw;
    font-size: 3.125vw;
    padding: 0;
    background-color: #f0eae1;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child {
    border-bottom: 1px solid #c5b297;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #c5b297;
    width: 22.78646vw;
    padding-left: 0.65104vw;
    text-align: right;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child .txt_number {
    display: block;
    position: relative;
    font-size: 3.125vw;
    margin-bottom: 3.90625vw;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child .txt_number:before {
    counter-increment: table;
    content: counter(table);
    background-color: #ee8906;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 5.20833vw;
    height: 5.20833vw;
    color: #fff;
    font-size: 3.125vw;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child strong {
    font-size: 4.42708vw;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .tbl_course tr:first-child td:last-child strong span {
    margin-right: 1.30208vw;
  }
  .detail_atlas_hall .tbl_course tr td {
    vertical-align: middle;
    font-size: 2.86458vw;
    line-height: 1;
    padding: 1.95312vw 1.30208vw 1.69271vw;
  }
  .detail_atlas_hall .tbl_course tr td .price_small {
    font-size: 2.60417vw;
    width: 14.32292vw;
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 3.125vw;
  }
  .detail_atlas_hall .bt_total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 5.20833vw;
    padding-right: 3.90625vw;
  }
  .detail_atlas_hall .bt_total:last-of-type {
    margin-bottom: 10.41667vw;
  }
  .detail_atlas_hall .bt_total .total_pr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #ee8906;
    font-family: "Heebo", sans-serif;
  }
  .detail_atlas_hall .bt_total .total_pr__pesos {
    margin-right: 1.30208vw;
    font-size: 4.94792vw;
  }
  .detail_atlas_hall .bt_total .total_pr__number {
    display: inline-block;
    width: 4.8em;
    font-size: 4.94792vw;
    text-align: right;
  }
  .detail_atlas_hall .bt_total .total_pr__member {
    display: block;
    font-size: 3.125vw;
  }
  /** Information on cuisine **/
  .infor_on_cuisine .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 6.51042vw 0 2.60417vw;
  }
  .infor_on_cuisine .ttl_maps {
    margin-bottom: 5.20833vw;
  }
  .infor_on_cuisine article {
    margin-bottom: 3.90625vw;
  }
  .infor_on_cuisine article .ttl_article {
    color: #970119;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3.90625vw;
  }
  .infor_on_cuisine .ctn_article .list_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.60417vw;
  }
  .infor_on_cuisine .ctn_article .list_top figure {
    padding: 0 2.60417vw;
    text-align: center;
    margin-bottom: 3.25521vw;
    width: 50%;
  }
  .infor_on_cuisine .ctn_article .list_top figure figcaption {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
  }
  .infor_on_cuisine .ctn_article .list_top figure figcaption strong {
    color: #5c488a;
  }
  .infor_on_cuisine .ctn_article p {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    margin: 1.30208vw 0 6.51042vw;
  }
  .infor_on_cuisine .ctn_article .list_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.60417vw;
  }
  .infor_on_cuisine .ctn_article .list_center figure {
    padding: 0 2.60417vw;
    margin-bottom: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .infor_on_cuisine .ctn_article .list_center figure span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infor_on_cuisine .ctn_article .list_center figure span img {
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .infor_on_cuisine .ctn_article .list_center figure figcaption {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
    width: 100%;
    text-align: center;
  }
  .infor_on_cuisine .ctn_article .list_bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.60417vw;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure {
    padding: 0 2.60417vw;
    margin-bottom: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure span img {
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .infor_on_cuisine .ctn_article .list_bottom figure figcaption {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
    width: 100%;
    text-align: center;
  }
  .infor_on_cuisine .ctn_article .list_lunch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.60417vw;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure {
    padding: 0 2.60417vw;
    text-align: center;
    margin-bottom: 3.25521vw;
    width: 50%;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure figcaption {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
  }
  .infor_on_cuisine .ctn_article .list_lunch figure figcaption strong {
    color: #5c488a;
  }
  .infor_on_cuisine .txt_bt {
    padding-top: 5.20833vw;
    margin-bottom: 6.51042vw;
  }
  .infor_on_cuisine .txt_bt li {
    position: relative;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    padding-left: 4.55729vw;
    margin-bottom: 1.30208vw;
  }
  .infor_on_cuisine .txt_bt li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  /** guide of offerings **/
  .guide_of_offerings {
    /*   article {
  &:nth-of-type(1) {
    margin: 0 -45px 20px -43px;
    .ttl_maps {
      margin-bottom: 25px;
    }
    .bx_offerings_detail {
      padding: 0 45px 0 33px;
    }
  }
  &:nth-of-type(2) {
    .ttl_maps {
      margin-bottom: 28px;
    }
    .bx_offerings_detail {
      margin-bottom: 26px;
      figcaption {
        margin-bottom: 16px;
      }
      dl {
        dd {
          ul {
            li {
              margin-bottom: 10px;
            }
          }
        }
      }
      &:last-child {
        img {
          width: 229px;
          height: 299px;
        }
      }
    }
  }
  &:nth-of-type(3) {
    margin-bottom: 22px;
  }
  &:nth-of-type(4) {
    margin-bottom: 28px;
    .bx_offerings_detail {
      padding: 0 48px 0 39px;
    }
  }
} */
  }
  .guide_of_offerings .ttl_about {
    text-align: center;
    border-bottom: none;
    margin: 6.51042vw 0 2.60417vw;
  }
  .guide_of_offerings .ttl_maps {
    margin-bottom: 5.20833vw;
  }
  .guide_of_offerings .txt_guide {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    text-align: center;
    margin: 1.95312vw 0 3.90625vw;
  }
  .guide_of_offerings .ctn_article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -2.60417vw;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail {
    padding: 0 2.60417vw;
    width: 50%;
    margin-bottom: 3.90625vw;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail.width_only {
    width: 55%;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail figcaption {
    font-size: 2.86458vw;
    color: #5c488a;
    border: 1px solid #5c488a;
    line-height: 1;
    padding: 1.5625vw 0;
    text-align: center;
    margin: 3.25521vw 0;
  }
  .guide_of_offerings .ctn_article .bx_offerings_detail em {
    font-style: normal;
    font-size: 2.60417vw;
    color: #970119;
    font-weight: bold;
    margin-top: 1.30208vw;
    display: block;
  }
  .guide_of_offerings .txt_bt {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 5.20833vw;
    margin-bottom: 3.90625vw;
    font-weight: bold;
  }
  .guide_of_offerings .btn_down {
    margin: 0 -1.95312vw 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guide_of_offerings .btn_down li {
    margin-bottom: 2.60417vw;
    padding: 0 1.95312vw;
  }
  .guide_of_offerings .btn_down li a {
    font-size: 3.125vw;
    width: 36.45833vw;
    height: 10.41667vw;
    line-height: 3.90625vw;
    padding-top: 1.82292vw;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#5c488a), to(#987cd9));
    background: -webkit-linear-gradient(bottom, #5c488a 0%, #987cd9 100%);
    background: -moz- oldlinear-gradient(bottom, #5c488a 0%, #987cd9 100%);
    background: linear-gradient(0deg, #5c488a 0%, #987cd9 100%);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .guide_of_offerings .btn_down li a span {
    font-size: 2.34375vw;
    font-weight: normal;
    display: block;
  }
  .guide_of_offerings .btn_down li a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.25521vw;
  }
  .guide_of_offerings .btn_down li a:after {
    content: "";
    background: url(../../otawara-ajisai/images/offering/icon_right.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 1.95312vw;
    height: 2.73438vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.60417vw;
  }
  .guide_of_offerings .btn_down li:first-child a:before {
    background: url(../../otawara-ajisai/images/offering/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.55729vw;
    height: 5.20833vw;
  }
  .guide_of_offerings .btn_down li:last-child a:before {
    background: url(../../otawara-ajisai/images/offering/icon_excel.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.55729vw;
    height: 5.20833vw;
  }
  /** MOdal **/
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(230, 225, 243, 0.95);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .damien {
    position: fixed;
    visibility: hidden;
    z-index: 9998;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url(../images/index/loading.gif) no-repeat center center #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
  }
  .damien .main_damien {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
    padding: 2.60417vw 2.60417vw 1.95312vw 2.60417vw;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .damien .main_damien img {
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .damien .main_damien p {
    font-size: 3.64583vw;
    margin-top: 1.95312vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .damien .control_damien .close_control {
    position: absolute;
    display: block;
    width: 7.94271vw;
    height: 7.94271vw;
    z-index: 10000;
    background: url(../images/index/icon_close.png) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    top: -5.33854vw;
    right: 0;
    cursor: pointer;
  }
  .damien .control_damien .left_control {
    position: absolute;
    left: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.90625vw;
    height: 11.58854vw;
    background: rgba(255, 255, 255, 0.6) url(../images/index/icon_prev.png) 0.26042vw center no-repeat;
    -moz-background-size: 1.43229vw 2.34375vw;
         background-size: 1.43229vw 2.34375vw;
    z-index: 10000;
    cursor: pointer;
    -moz-border-radius-bottomright: 1.04167vw;
         border-bottom-right-radius: 1.04167vw;
    -moz-border-radius-topright: 1.04167vw;
         border-top-right-radius: 1.04167vw;
  }
  .damien .control_damien .right_control {
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.90625vw;
    height: 11.58854vw;
    background: rgba(255, 255, 255, 0.6) url(../images/index/icon_next.png) 1.95312vw center no-repeat;
    -moz-background-size: 1.43229vw 2.34375vw;
         background-size: 1.43229vw 2.34375vw;
    z-index: 10000;
    cursor: pointer;
    -moz-border-radius-bottomleft: 1.04167vw;
         border-bottom-left-radius: 1.04167vw;
    -moz-border-radius-topleft: 1.04167vw;
         border-top-left-radius: 1.04167vw;
  }
  /* .damien .control_damien .dot_control {
  position: absolute;
  width: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.damien .control_damien .dot_control li {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.damien .control_damien .dot_control li:last-child {
  margin-right: 0;
}

.damien .control_damien .dot_control li.active {
  background: #e50012;
} */
  .open {
    visibility: visible;
  }
  .open .main_damien {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  .slider {
    position: relative;
  }
  .slider .under {
    width: 100%;
    height: 599px;
    overflow: hidden;
    position: relative;
  }
  .slider .under ul.main_slider li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
  }
  .slider .under ul.main_slider li img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
  }
  .slider .under ul.dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 24px;
    z-index: 101;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .slider .under ul.dot li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 12px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .slider .under ul.dot li:last-child {
    margin-right: 0;
  }
  .slider .under ul.dot li.active {
    background: #fff;
  }
  .slider .above {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .damien .main_damien {
    padding: 5.20833vw 5.20833vw 3.90625vw 5.20833vw;
  }
  .damien .main_damien p {
    font-size: 3.64583vw;
    margin-top: 3.90625vw;
  }
  .damien .control_damien .close_control {
    width: 15.625vw;
    height: 15.625vw;
    top: -11.71875vw;
    right: -5.20833vw;
  }
  .damien .control_damien .left_control {
    left: 5.20833vw;
    width: 10.41667vw;
    height: 20.83333vw;
    -moz-border-radius-bottomright: 1.30208vw;
         border-bottom-right-radius: 1.30208vw;
    -moz-border-radius-topright: 1.30208vw;
         border-top-right-radius: 1.30208vw;
  }
  .damien .control_damien .right_control {
    right: 5.20833vw;
    width: 10.41667vw;
    height: 20.83333vw;
    -moz-border-radius-bottomleft: 1.30208vw;
         border-bottom-left-radius: 1.30208vw;
    -moz-border-radius-topleft: 1.30208vw;
         border-top-left-radius: 1.30208vw;
  }
}

.boxoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(230, 225, 243, 0.95);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.damien {
  position: fixed;
  visibility: hidden;
  z-index: 9998;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../images/index/loading.gif) no-repeat center center #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.damien .main_damien {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.damien .main_damien img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.damien .control_damien .close_control {
  position: absolute;
  display: block;
  z-index: 10000;
  background: url(../images/index/icon_close.png) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
  cursor: pointer;
}

.damien .control_damien .left_control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6) url(../images/index/icon_prev.png) 2px center no-repeat;
  z-index: 10000;
  cursor: pointer;
}

.damien .control_damien .right_control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6) url(../images/index/icon_next.png) 15px center no-repeat;
  z-index: 10000;
  cursor: pointer;
}

.open {
  visibility: visible;
}

.open .main_damien {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
  opacity: 1;
}
