/* CSS */

/* ==========================================================================
   base
   ========================================================================== */
/* html {
    font-size: 14px;
    line-height: 1em;
}

body {
    width: 100%;
    font-family: "NotoSansCJKjp", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
} */

.inner {
    max-width: 955px;
    margin: 0 auto;
}
.sp_only{
	display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
a:focus {
    outline: thin dotted;
}
a:active {
    outline: 0;
}
a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-out;
}
a.disabled{
    pointer-events: none;
}
/* ==========================================================================
   ClearFix
   ========================================================================== */
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.cf {
  min-height: 1px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.flex-start {
    -moz-box-pack:start;
    -ms-box-pack:start;
    box-pack:start;
    flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    align-self: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
            -ms-flex-pack: end;
}
.center {
  -webkit-justify-content: center;
          justify-content: center;
            -ms-flex-pack: center;
}
.space-between {
  -webkit-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
}
.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
            -ms-flex-pack: space-around;
}
/* ==========================================================================
   wrap-header
   ========================================================================== */
.wrap-header {
    width: 100%;
    background: url("../img/back_02.jpg");
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    /* padding-top: 56.25%; */
    /* height:0; */

    position: relative;
    /* background-image: url('https://saruwakakun.com/wp-content/uploads/2017/07/img.jpg'); */
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}
.wrap-main_visual {
    /* width: 960px;
    height: 737px; */
    width: 960px;
    height: 710px;
    text-align: center;
    margin:0 auto;
    padding: 118px 0 88px;
    box-sizing: border-box;
    margin-top: 58px;
    position: relative;
}
.wrap-main_visual .wrap-ttl {
    position: absolute;
    top: 50%;
    left: 00%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}
.wrap-main_visual .wrap-ttl p {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 50px 0;
}
.wrap-main_visual .wrap-ttl h1 {
    margin: 0 0 40px 0;
}
.wrap-main_visual .wrap-ttl .date {
    font-size: 54px;
    margin: 0 0 40px 0;
}
.wrap-main_visual .wrap-ttl .date .year {
    font-size: 36px;
}
.wrap-main_visual .wrap-ttl .date .day_week {
    font-size: 27px;
}
.wrap-main_visual .wrap-ttl .wrap-ttl_detail p {
    font-size: 15px;
    line-height: 2em;
}
.wrap-main_visual .wrap-ttl_detail {
    position: relative;
}
.wrap-main_visual .wrap-ttl_detail .img_01 {
    position: absolute;
    top: 20px;
    left: 45px;
}
.wrap-main_visual .wrap-ttl_detail .img_02 {
    position: absolute;
    top: -30px;
    right: -25px;
}
.wrap-contact_link {
    z-index:10;
}
.wrap-contact_link .left {
    float: left;
    background: rgba(0,0,0,0.82);
    width: 40%;
    height: 58px;
}
.wrap-contact_link .left .inner {
    max-width: 380px;
}
.wrap-contact_link .left .ttl {
    float: left;
    font-size: 24.5px;
    vertical-align: bottom;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 20px 0 0 30px;
    position: relative;
}
.wrap-contact_link .left .ttl:before{
    content: "";
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 20px;
    background-image: url(../img/arrow_1.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 15px 0 0;
    transform: rotate(0deg);
    width: 18px;
    height: 18px;
    background-position: 5px center;
    background-size: 9px auto;
    vertical-align: text-bottom;
    top: 23px;
    left: 0px;
    position: absolute;
}

.wrap-contact_link .left .detail {
    float: left;
    vertical-align: bottom;
    font-size: 14px;
    padding: 28px 0 0 0;
    margin: 0 0 0 10px;
}
.wrap-contact_link .right {
    float: left;
    background: rgba(255,255,255,1);
    width: 60%;
    padding: 0 35px;
    height: 58px;
}
.wrap-contact_link .right .inner {
    /* max-width: 575px; */
    max-width: inherit;
}
.wrap-contact_link .right ul li {
    float: left;
}
.wrap-contact_link .right ul li a {
    color: #000;
    display: inline-block;
    padding: 15.5px 0;
    margin: 0 35px 0 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 27px;
    vertical-align: middle;
    letter-spacing: 1px;

}
.wrap-contact_link .right ul li a::before {
    content: "";
    display: inline-block;
    background-color: #C4BAAB;
    background-image: url(../img/arrow_1.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 10px 0 0;
    transform: rotate(0deg);
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-position: 5px center;
    background-size: 9px auto;
}
.wrap-contact_link a {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 0px 0px;
}

.wrap-header .wrap-scroll_bar {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
    -webkit-overflow-scrolling: touch;
}
.wrap-header .wrap-scroll_bar p {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999999;
    margin: 0 0 5px 0;
}
.wrap-header .wrap-scroll_bar .box {
    width: 16px;
    height: 32px;
    background: #FFF;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 1px #999999;
}
.wrap-header .sp_scroll_bar .scroll-arrow:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ff8029;
    border-right: solid 2px #ff8029;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
    z-index: 100;
    line-height: 1;
    display: block;
    -moz-animation: anime1 2s ease 0s infinite normal;
    -webkit-animation: anime1 2s ease 0s infinite normal;
    -o-animation: anime1 2s ease 0s infinite normal;
    -ms-animation: anime1 2s ease 0s infinite normal;
    animation: anime1 2s ease 0s infinite normal;
}
@-moz-keyframes anime1 {
    0% {
        transform: translateY(0) rotate(135deg);
    }
    100% {
        transform: translateY(20px) rotate(135deg);
    }
}
@-webkit-keyframes anime1 {
    0% {
        transform: translateY(0) rotate(135deg);
    }
    100% {
        transform: translateY(20px) rotate(135deg);
    }
}
@-o-keyframes anime1 {
    0% {
        transform: translateY(0) rotate(135deg);
    }
    100% {
        transform: translateY(20px) rotate(135deg);
    }
}
@-ms-keyframes anime1 {
    0% {
        transform: translateY(0) rotate(135deg);
    }
    100% {
        transform: translateY(20px) rotate(135deg);
    }
}
/* ==========================================================================
   under common
   ========================================================================== */
.wrap-img {
    text-align: center;
}
/* ==========================================================================
   form
   ========================================================================== */
input[type="text"].s {
    width: 95px;
    height: 40px;
    border: 1px solid #BBBBBB;
}
input[type="text"].m {
    width: 265px;
    height: 40px;
    border: 1px solid #BBBBBB;
}
input[type="text"].l {
    width: 510px;
    height: 40px;
    border: 1px solid #BBBBBB;
}
input[type="checkbox"] {
    margin: 0 20px 0 0;
}
select {
    width: 80px;
    height: 40px;
}
.wrap-table .formError .formErrorContent {
    background: #FF0000;
    padding: 10px;
}
.search-address_btn_1,
.search-address_btn_2,
.search-address_btn_3 {
    margin: 0 0 0 10px;
    padding: 2.5px 5px;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    box-sizing: border-box;
}
.search-address_btn_1:hover,
.search-address_btn_2:hover,
.search-address_btn_3:hover {
    cursor: pointer;
    opacity: 0.7;
}
/* ==========================================================================

   ========================================================================== */
.wrap-contact_link {
    position: fixed;
    top: 0;
    width:100%;
    height: 57px;
}

.wrap-logo {
    padding: 90px 0;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
}
.wrap-page_link {
    width: 705px;
    margin: 135px auto 130px;
}
.wrap-page_link a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}
.wrap-page_link a:not(:last-child) {
/*    margin:0 5% 0 0;*/
}
.wrap-page_link a img {
    display: block;
    margin: 0 auto 20px;
}
.wrap-page_link a span {
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}
.wrap-page_link a:not(:first-child) span {
    letter-spacing: 3px;
}
.wrap-page_link a span::after {
    content: "";
    display: inline-block;
    background-color: #C9BFB0;
    background-image: url(../img/arrow_1.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 auto 0.5rem auto;
    transform: rotate(0deg);
    /* transition: all linear .2s; */
    width: 28px;
    height: 28px;
    background-position: 9px center;
    background-size: 13px auto;
    position: absolute;
    top: -5px;
    right: -45px;
}
#sec_01 {

}
#sec_01 .wrap-text_box {
    text-align: center;
    margin: 0 0 160px 0;
}
#sec_05 .wrap-text_box {
    text-align: center;
    margin: 80px 0 60px 0;
    position: relative;
}
#sec_01 .wrap-text_box h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2em;
    margin: 0 0 55px 0;
    letter-spacing: 2px;
}
#sec_05 .wrap-text_box h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 2em;
    margin: 0 0 32px 0;
    letter-spacing: 2px;
}
#sec_01 .wrap-text_box p,
#sec_05 .wrap-text_box p {
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 20px 0;
}
#sec_01 .wrap-text_box .wrap-img {
    margin: 130px 0 0 0;
}
#sec_05 .wrap-text_box .wrap-img {
    position: absolute;
    top: 20px;
    right: 0;
}
.wrap-gallery {

}
.wrap-gallery .wrap-img.ttl{
    margin: 0 0 78px 0;
}
.wrap-gallery .wrap-map_content {
    position: relative;
}
.wrap-gallery .wrap-map_img {
    margin: 0 0 210px 25px;
}
.wrap-map_text.type_01 {
    position: absolute;
    top: -15px;
    right: 35px;
    width: 298px;
}
.wrap-map_text.type_02 {
    position: absolute;
    bottom: -153px;
    left: 52px;
    width: 420px;
}
.wrap-map_text.type_03 {
    position: absolute;
    bottom: -76px;
    right: 23px;
    width: 300px;
}
.wrap-map_text .ttl {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 22px 0;
}
.wrap-map_text.type_01 .ttl {
    padding: 0 0 0 0;
}
.wrap-map_text.type_03 .ttl {
    padding: 0 0 0 45px;
}
.wrap-map_text.type_01 .ttl span {
    margin: 0 0 0 0;
}
.wrap-map_text .ttl span {
    font-size: 21px;
    margin: 0 0 0 10px;
    letter-spacing: 0;
}
.wrap-map_text .ttl:after {
    content: "";
    display: inline-block;
    background-color: #000;
    background-image: url(../img/arrow_1.svg);
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
    background-position: 7px center;
    background-size: 13px auto;
}
.wrap-map_text.type_01 .ttl:after {
    content: none !important;
}
.wrap-map_text.type_02 .ttl:after {
    position: absolute;
    top: 7px;
    left: -40px;
}
.wrap-map_text.type_03 .ttl:after {
    position: absolute;
    top: 7px;
    left:0;
}
.wrap-map_text .detail {
    font-size: 16px;
    line-height: 1.7em;
}
.wrap-coming_soon {
    margin: 0 0 195px 0;
}
.wrap-coming_soon .left {
    float: left;
    width: 50%;
}
.wrap-coming_soon .left .wrap-text {
    width: 70%;
    margin: 20px auto;
}
.wrap-coming_soon .left .wrap-text .ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.wrap-coming_soon .left .wrap-text .text {
    font-size: 16px;
    line-height: 1.7em;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}
.wrap-coming_soon .left .wrap-text .day {
    font-size: 24px;
    font-weight: bold;
}
.wrap-coming_soon .left .wrap-text .week_day {
    font-size: 18px;
    font-weight: bold;
}
.wrap-coming_soon .left .wrap-text .open_text {
    font-size: 16px;
    letter-spacing: 2px;
}
.wrap-coming_soon .left .wrap-text .open_text a {
    border-bottom: 1px solid #000;
}
.wrap-coming_soon .right {
    float: left;
    width: 50%;
}
.wrap-coming_soon .right .wrap-youtube iframe {
    width: 100%;
    height: 315px;
}
#sec_02 {
    padding: 95px 0 130px;
    background: rgba(201,191,176,0.37);
}
#sec_03 {
    padding: 95px 0 130px;
}
.wrap-img_ttl {
}
.wrap-img_ttl .left {
    float: left;
    width: 310px;
}
.wrap-img_ttl .right {
    float: left;
    width: 645px;
}
.wrap-img_ttl .right h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.wrap-img_ttl .right h3 span {
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 0 25px;
}
.wrap-img_ttl .bold {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.wrap-img_ttl .detail {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 75px 0;
}
.wrap-renovation_img {
    position: relative;
    margin: 0 0 50px 0;
}
.wrap-renovation_img .wrap-text {
    display: table;
    margin: 30px 0 60px;
}
.wrap-renovation_img .wrap-text .ttl {
    display: table-cell;
    text-align: center;
    width: 400px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 21px;
}
.wrap-renovation_img .wrap-text .detail {
    display: table-cell;
    text-align: left;
    width: 555px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5em;
}
.wrap-renovation_img .wrap-sub_img li {
    float: left;
    width: 305px;
    margin: 0 20px 20px 0;
    position: relative;
}
.wrap-renovation_img .wrap-sub_img li:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.wrap-renovation_img .wrap-sub_img li:nth-child(3n) {
    margin: 0 0 20px 0;
}
.wrap-renovation_img .wrap-sub_img li::after {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 146px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-renovation_img .wrap-sub_img li.active::after {
    content: "";
    background: rgba(0,0,0,0);
}
.wrap-azride_go {

}
.wrap-azride_go .ttl {
    margin: 0 0 75px 0;
}
.wrap-pic {

}
.wrap-pic .box {
    float: left;
    width: 306px;
    margin: 0 18.5px 20px 0;
}
.wrap-pic .box:nth-child(3n) {
    margin: 0 0 20px 0;
}
.wrap-pic .wrap-ttl {
    font-size: 17px;
    margin: 10px 0 20px 0;
}
.wrap-vr_img {

}
.wrap-vr_img .left {
    float: left;
    width: 690px;
    margin: 0 10px;
}
.wrap-vr_img .right {
    float: left;
}
.wrap-vr_img .border-text {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 45px;
    text-align: center;
}
.wrap-vr_img .wrap-text {
    margin: 60px 0 70px 0;
}
.mr_20 {
    margin: 0 20px 0 0;
}
.wrap-coment_img {
    position: absolute;
    top: -30px;
    right: -150px;
    z-index: 10;
}
#sec_04 {
/*    padding: 95px 0 130px;*/
/*    background: rgba(197,187,172,0.37);*/
}
.wrap-experience {
    margin: 0 0 115px 0;
}
.wrap-experience .left {
    float: left;
    width: 685px;
    margin: 0 5px;
}
.wrap-experience .ttl {
    margin: 0 0 30px 0;
}
.wrap-experience .right {
    float: right;
    width: 214px;
    margin: 28px 0 0 0;
}
.wrap-experience .right .wrap-text {
    line-height: 1.7em;
}
.wrap-event {
    margin: 0 0 35px 0;
}
.wrap-event .wrap-img.ttl {
    margin: 0 0 35px 0;
}
.wrap-event .wrap-calender  {
    border-radius: 10px;
    padding: 20px 0;
    background: #FFF;
    text-align: center;
}
.wrap-event .wrap-calender iframe {
    width: 870px;
}
.wrap-contact {
    background: transparent;
    border-radius: 10px;
    padding: 60px 0;
    /* display: none; */
}
.wrap-contact_area {
    width: 870px;
    margin: 0 auto;
}
.wrap-contact .ttl {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
.wrap-contact .btn_area.submit {
    width: 335px;
    background-image:linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-webkit-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-moz-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-ms-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	-webkit-background-size:5px 5px;
	-moz-background-size:5px 5px;
	-ms-background-size:5px 5px;
	background-size: 5px 5px;
    padding: 7px;
    border-radius: 20px;
    text-align: center;
    margin: 60px auto 0;
}
.wrap-contact .btn_area.submit input[type="submit"] {
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
    padding: 17.5px;
    width: 100%;
    background: #FFF;
    border-radius: 20px;
}
.wrap-contact .btn_area.submit input[type="submit"]:hover {
    opacity: 0.9;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.wrap-contact .btn_area ul {
    width: 100%;
    margin: 0 0 20px 0;
}
.wrap-contact .btn_area ul li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    padding: 7px;
    text-align: center;
    box-sizing: border-box;
    background: #ffffff;
	background-image:linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-webkit-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-moz-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-ms-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	-webkit-background-size:5px 5px;
	-moz-background-size:5px 5px;
	-ms-background-size:5px 5px;
	background-size: 5px 5px;
    height: 105px;
}
.wrap-contact .btn_area ul li span {
    background: #FFF;
    padding: 36px 0px;
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.wrap-contact .btn_area ul li span::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #000000 transparent;
}
.wrap-contact .btn_area ul li:last-child {
    margin: 0 0 0 0;
}
.wrap-contact .btn_area ul li.active span {
    background: rgba(197,187,172,1);
}
.wrap-contact .btn_area ul li:hover {
    opacity: 0.8;
    cursor: pointer;
}
.wrap-contact .wrap-table.table_type_02,
.wrap-contact .wrap-table.table_type_03 {
    display: none;
}
.wrap-contact .wrap-table {

}
.wrap-contact .table_back {
    background: #ffffff;
	background-image:linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-webkit-linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-moz-linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	background-image:-ms-linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
	-webkit-background-size:5px 5px;
	-moz-background-size:5px 5px;
	-ms-background-size:5px 5px;
	background-size: 5px 5px;
    padding: 10px 0;
}
.wrap-contact .wrap-table table {
    background: #FFF;
    width: 98%;
    margin: 0 auto;
}
.wrap-contact .wrap-table table th {
    background: #ededed;
    width: 27%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.5em;
}
.wrap-contact .wrap-table table td.req {
    position: relative;
}
.wrap-contact .wrap-table table td.req span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}
.wrap-contact .wrap-table table tr td {
    padding: 0 0 0 80px;
    vertical-align: middle;
    line-height: 1.5em;
}
.wrap-contact .wrap-table table tr {

}
.wrap-contact .wrap-table table tr:first-child th {
    padding: 40px 20px 20px 20px;
}
.wrap-contact .wrap-table table tr:first-child td {
    padding: 27px 20px 20px 80px;
    line-height: 1em;
}
.wrap-contact .wrap-table table tr:first-child td.req span {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #FF0000;
}
.wrap-contact .wrap-table table tr:last-child th {
    padding: 20px 20px 40px 20px;
}
.wrap-contact .wrap-table table tr:last-child td {
    padding: 0px 20px 40px 80px;
}
.wrap-contact .wrap-table table tr td label {
    display: block;
    margin: 0 0 15px 0;
}
.wrap-contact .wrap-table table tr td label.first {
    margin: 20px 0 15px 0;
}
.wrap-contact .wrap-table .privacy a {
    border-bottom: 1px solid #231815;
}
.wrap-contact .txt_position {
    position: relative;
}
.wrap-contact .wrap-text {
    line-height: 1.5em;
}
.wrap-contact .wrap-text.type_01 {
    position: absolute;
    top: 23px;
    left: 370px;
    width: 200px;
}
.wrap-contact .wrap-text.type_02 {
    position: absolute;
    top: 16px;
    left: 200px;
    width: 400px;
}
/* ==========================================================================
   finish
   ========================================================================== */
#finish {

}
.wrap-finish {
    padding: 60px 0;
    background: #FFF;
}
.wrap-finish h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
}
.wrap-finish .wrap-text {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.wrap-finish .wrap-text p {
    margin: 0 0 40px 0;
    line-height: 1.5em;
}
.wrap-finish .btn_area {
    width: 335px;
    height: 85px;
    background-image:linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
    background-image:-webkit-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
    background-image:-moz-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
    background-image:-ms-linear-gradient(45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
    -webkit-background-size:5px 5px;
    -moz-background-size:5px 5px;
    -ms-background-size:5px 5px;
    background-size: 5px 5px;
    padding: 7px;
    border-radius: 20px;
    text-align: center;
    margin: 60px auto 0;
}
.wrap-finish .btn_area a {
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
    padding: 23.5px;
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    display: block;
}

#header,
#sec_01 .wrap-logo,
#sec_01 .wrap-page_link,
#sec_01 .wrap-text_box,
#sec_01 #gallery,
#sec_02 .wrap-img_ttl,
#sec_02 .wrap-renovation_img,
#sec_02 #azride_go,
#sec_03 .wrap-img_ttl,
#sec_03 .wrap-pic,
#sec_03 .wrap-vr_img,
#sec_04 .wrap-img_ttl,
#sec_04 .wrap-experience,
#sec_04 .wrap-event,
#sec_04 .wrap-contact,
#sec_05 .wrap-text_box {
    opacity: 0;
    transform: translate(0,100px);
    -webkit-transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    -moz-transform: translate(0,100px);
    -o-transform: translate(0,100px);
    transition-duration:2s;
}
#header.on,
#sec_01 .wrap-logo.on,
#sec_01 .wrap-page_link.on,
#sec_01 .wrap-text_box.on,
#sec_01 #gallery.on,
#sec_02 .wrap-img_ttl.on,
#sec_02 .wrap-renovation_img.on,
#sec_02 #azride_go.on,
#sec_03 .wrap-img_ttl.on,
#sec_03 .wrap-pic.on,
#sec_03 .wrap-vr_img.on,
#sec_04 .wrap-img_ttl.on,
#sec_04 .wrap-experience.on,
#sec_04 .wrap-event.on,
#sec_04 .wrap-contact.on,
#sec_05 .wrap-text_box.on {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
}

/* 20190118 s */
/* .wrap-calender iframe {
    display: none;
} */
.wrap-calender .wrap-img {
    margin: 50px 0;
}

/* 20190118 e */
