@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  img {
    height: auto;
  }
  .list_bg {
    background-image: url("../img/koiwa/bg_01.jpg");
    background-size: cover;
  }
  header .page_title {
    margin-top: -365px;
  }
  #detail_conts {
    margin-bottom: 118px;
  }
  #detail_conts .auto {
    width: 1102px;
  }
  #detail_conts .img_wrapper {
    width: 851px;
    margin: 0 auto 25px;
    position: relative;
  }
  #detail_conts .img_wrapper::after {
    content: "";
    display: block;
    width: 938px;
    height: 613px;
    background-image: url("../img/koiwa/illust_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -33px;
    left: -23px;
  }
  #detail_conts .img_wrapper .open {
    width: 250px;
    position: absolute;
    top: -19px;
    right: 47px;
  }
  #detail_conts .img_wrapper .img {
    width: 100%;
    border: 6px solid #bd35ac;
    border-radius: 100px 15px 15px 15px;
    overflow: hidden;
  }
  #detail_conts .bg_box {
    width: 851px;
    margin: 0 auto 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 41px 40px 47px;
    box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.04);
  }
  #detail_conts .bg_box h3 {
    display: inline-block;
    font-size: 41px;
    line-height: 1.3;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f5ec5c 70%);
    margin-bottom: 24px;
  }
  #detail_conts .bg_box .name {
    font-size: 20px;
  }
  #detail_conts .bg_box .address {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #detail_conts .bg_box .tel {
    font-size: 23px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 3px;
  }
  #detail_conts .bg_box .tel .big {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
  }
  #detail_conts .bg_box .time {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  #detail_conts .btn_box {
    width: 700px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #detail_conts .btn {
    width: 327px;
    margin: 0 auto;
  }
  #detail_conts .detail {
    width: 100%;
    position: relative;
  }
  #detail_conts .detail table {
    background-color: #fdfce2;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    position: relative;
  }
  #detail_conts .detail .illust_list li:first-of-type {
    content: "";
    display: block;
    width: 1200px;
    position: absolute;
    top: -66px;
    left: -46px;
    pointer-events: none;
    z-index: 9;
  }
  #detail_conts .detail .illust_list li:first-of-type::before {
    content: "";
    display: block;
    width: 101px;
    height: 95px;
    background-image: url("../img/noborito/illust_15.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 145px;
    -webkit-animation: shakeB 1s ease-in-out infinite alternate;
    animation-delay: -0.4s;
  }
  #detail_conts .detail .illust_list li:first-of-type::after {
    content: "";
    display: block;
    width: 82px;
    height: 75px;
    background-image: url("../img/noborito/illust_19.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 173px;
    right: 90px;
    -webkit-animation: ShakeA 0.8s ease-in-out infinite alternate;
  }
  #detail_conts .detail .illust_list li:last-of-type {
    content: "";
    display: block;
    width: 1200px;
    position: absolute;
    bottom: -30px;
    left: -40px;
    pointer-events: none;
    z-index: 9;
  }
  #detail_conts .detail .illust_list li:last-of-type::before {
    content: "";
    display: block;
    width: 101px;
    height: 95px;
    background-image: url("../img/noborito/illust_28.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 200px;
    right: 60px;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #detail_conts .detail .illust_list li:last-of-type::after {
    content: "";
    display: block;
    width: 82px;
    height: 75px;
    background-image: url("../img/noborito/illust_30.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 80px;
    left: 8px;
    -webkit-animation: shakeD 1.6s ease-in-out infinite alternate;
  }
  #detail_conts .detail table tr {
    border-bottom: 2px dotted #f3f2da;
  }
  #detail_conts .detail table tr:last-of-type {
    border: none;
  }
  #detail_conts .detail table th {
    padding: 26px 0px 24px 48px;
    color: #f3981e;
    font-weight: bold;
    line-height: 28px;
    vertical-align: top;
    width: 273px;
    box-sizing: border-box;
  }
  #detail_conts .detail table td {
    line-height: 24px;
    padding: 26px 0px 24px;
    vertical-align: top;
  }
  #detail_conts .detail table td p {
    width: 560px;
    height: 354px;
    margin-top: 16px;
  }
  #detail_conts .detail table td p iframe {
    width: 100%;
    height: 100%;
  }
  #detail_conts .detail table td a {
    display: inline;
    text-decoration: underline;
  }
  #detail_conts .detail table span {
    font-size: 25px;
  }
  #detail_conts .detail table .name {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #detail_conts .detail table .time {
    font-size: 13px;
    margin-left: 34px;
    margin-top: -1px;
    display: block;
  }
  #detail_conts .detail .number {
    background-color: #f3981e;
    border-radius: 5px;
    width: 640px;
    float: left;
    clear: both;
  }
  #detail_conts .detail .number dl {
    width: 80px;
    float: left;
    text-align: center;
  }
  #detail_conts .detail .number dl dt {
    border-right: 1px solid #ec931b;
    color: #f5f5e6;
    padding: 18px 0 18px;
  }
  #detail_conts .detail .number dl dd {
    border-right: 1px solid #fafaf0;
    padding: 19px 0 17px;
    background-color: #fffdfa;
  }
  #detail_conts .detail .number dl:last-of-type dt,
  #detail_conts .detail .number dl:last-of-type dd {
    border: none;
  }
  #banner_conts {
    margin-bottom: 0;
  }
  #blog_conts {
    margin-top: 112px;
}
  #blog_conts h2 {
    margin-bottom: 51px;
  }
  #blog_conts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #blog_conts ul li {
    width: 384px;
    background-color: #FDFCE2;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    margin-bottom: 3px;
  }
  #blog_conts ul li:empty {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #blog_conts ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #blog_conts ul li .img {
    margin-bottom: 20px;
  }
  #blog_conts ul li .img img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  #blog_conts ul li .text_area {
    padding: 0 27px;
  }
  #blog_conts ul li .text_area .box {
    margin-bottom: 2px;
  }
  #blog_conts ul li .text_area .box .category, #blog_conts ul li .text_area .box .place {
    color: #FFFFFF;
    min-width: 60px;
    padding: 5px 8px;
    margin-right: 4px;
    border-radius: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #blog_conts ul li .text_area .box .place {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .noborito {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .laketown {
    background-color: #df334f;
  }
  #blog_conts ul li .text_area .box .minami_nagareyama {
    background-color: #e96a1b;
  }
  #blog_conts ul li .text_area .box .koiwa {
    background-color: #bd35ac;
  }
  #blog_conts ul li .text_area .box .date {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
  }
  #blog_conts ul li .text_area h3 {
    line-height: 28px;
    font-size: 18px;
  }

}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 769px) {
  img {
    height: auto;
  }
  header {
    margin-bottom: 64px;
  }
  header .page_title {
    margin-top: -18px;
  }
  .list_bg {
    background-image: url("../img/koiwa/bg_01.jpg");
    background-size: cover;
  }
  #detail_conts {
    margin-bottom: 78px
  }
  #detail_conts .img_wrapper {
    width: 100%;
    margin: 0 auto 25px;
    position: relative;
  }
  #detail_conts .img_wrapper::after {
    content: "";
    display: block;
    width: 110%;
    height: 0;
    padding-top: 72%;
    background-image: url("../img/koiwa/illust_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 1;
  }
  #detail_conts .img_wrapper .open {
    width: 36vw;
    position: absolute;
    top: -5%;
    right: 4%;
    z-index: 9;
  }
  #detail_conts .img_wrapper .img {
    width: 100%;
    border: 4px solid #bd35ac;
    border-radius: 60px 10px 10px 10px;
    overflow: hidden;
  }
  #detail_conts .bg_box {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 32px 5% 30px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.04);
  }
  #detail_conts .bg_box h3 {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f5ec5c 70%);
    margin-bottom: 18px;
  }
  #detail_conts .bg_box .name {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  #detail_conts .bg_box .address {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #detail_conts .bg_box .tel {
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 1px;
  }
  #detail_conts .bg_box .tel .big {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: bold;
  }
  #detail_conts .bg_box .tel a {
    display: inline-block;
    width: auto;
  }
  #detail_conts .bg_box .time {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #detail_conts .btn {
    width: 100%;
    max-width: 258px;
    margin: 0 auto 10px;
  }
  #detail_conts .btn:last-of-type {
    margin-bottom: 0;
  }
  #detail_conts .detail {
    position: relative;
    margin-bottom: 30px;
  }
  #detail_conts .detail .illust_list li {
    position: absolute;
  }
  #detail_conts .detail .illust_list li:first-of-type {
    width: 7vw;
    top: 0;
    left: -2vw;
  }
  #detail_conts .detail .illust_list li:nth-of-type(2) {
    width: 12vw;
    top: -6vw;
    right: -2vw;
  }
  #detail_conts .detail .illust_list li:nth-of-type(3) {
    width: 13vw;
    top: 57vw;
    left: -2vw;
    animation: SwayA 1s ease-in-out infinite;
    transform-origin: left top;
  }
  #detail_conts .detail .illust_list li:nth-of-type(4) {
    width: 27vw;
    top: -8vw;
    left: 20vw;
    -webkit-animation: horizontalA 1.5s ease-in-out infinite alternate;
  }
  #detail_conts .detail .illust_list li:nth-of-type(5) {
    width: 17vw;
    bottom: -2vw;
    right: -2vw;
    animation: SwayA 1.5s ease-in-out infinite;
    transform-origin: right bottom;
  }
  #detail_conts .detail .illust_list li:nth-of-type(6) {
    width: 10vw;
    bottom: 17vw;
    right: -4vw;
  }
  #detail_conts .detail .illust_list li:nth-of-type(7) {
    width: 7vw;
    bottom: -2vw;
    right: 40%;
  }
  #detail_conts .detail .illust_list li:nth-of-type(8) {
    width: 9vw;
    bottom: 50vw;
    left: -4vw;
  }
  #detail_conts .detail .illust_list li:nth-of-type(9) {
    width: 8vw;
    bottom: 20vw;
    left: -3vw;
  }
  #detail_conts .detail .illust_list li:nth-of-type(10) {
    width: 14vw;
    bottom: -5vw;
    left: -2vw;
    -webkit-animation: shakeC 0.6s ease-in-out infinite alternate;
  }
  #detail_conts .detail table {
    width: 100%;
    display: block;
    background-color: #fdfce2;
    padding: 6px 5% 8px;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
  }
  #detail_conts .detail tbody {
    width: 100%;
    display: block;
  }
  #detail_conts .detail table tr {
    width: 100%;
    display: block;
    padding: 24px 0 26px;
    border-bottom: 2px dotted #f3f2da;
    text-align: center;
  }
  #detail_conts .detail table tr:last-of-type {
    border: none;
  }
  #detail_conts .detail table th {
    width: 100%;
    display: block;
    color: #f3981e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
  }
  #detail_conts .detail table tr:nth-last-of-type(2) th {
    margin-bottom: 12px;
  }
  #detail_conts .detail table td {
    width: 100%;
    display: block;
    line-height: 1.6;
  }
  #detail_conts .detail table td li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
  }
  #detail_conts .detail table td li:last-of-type {
    margin-bottom: 0;
  }
  #detail_conts .detail table td p {
    height: 0;
    overflow: hidden;
    padding-bottom: 120.25%;
    position: relative;
    margin-top: 10px;
  }
  #detail_conts .detail table td p iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #detail_conts .detail table tr:last-of-type td {
    text-align: left;
    line-height: 1.8;
  }
  #detail_conts .detail table td a {
    display: inline;
    text-decoration: underline;
  }
  #detail_conts .detail table td .tel-link a {
    text-decoration: none;
  }
  #detail_conts .detail table span {
    font-size: 25px;
  }
  #detail_conts .detail table .name {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  #detail_conts .detail table .time {
    font-size: 13px;
    margin-left: 34px;
    margin-top: -1px;
    display: block;
  }
  #detail_conts .detail .number {
    background-color: #f3981e;
    border-radius: 5px;
    width: 100%;
  }
  #detail_conts .detail .number dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  #detail_conts .detail .number dl dt {
    width: 40%;
    border-bottom: 1px solid #ec931b;
    color: #f5f5e6;
    padding: 12px 0 12px;
  }
  #detail_conts .detail .number dl dd {
    width: 60%;
    border-bottom: 1px solid #f0f0e4;
    padding: 12px 0 12px;
    background-color: #fffdfa;
  }
  #detail_conts .detail .number dl:last-of-type dt,
  #detail_conts .detail .number dl:last-of-type dd {
    border: none;
  }
  #banner_conts {
    margin-bottom: 0;
  }
    #blog_conts {
    margin-top: 72px;
}
  #blog_conts h2 {
    margin-bottom: 30px;
  }
  #blog_conts ul {
    width: 100%;
  }
  #blog_conts ul li {
    width: 100%;
    overflow: hidden;
    background-color: #FDFCE2;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #blog_conts ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #blog_conts ul li .img {
    margin-bottom: 16px;
  }
  #blog_conts ul li .text_area {
    padding: 0 5%;
  }
  #blog_conts ul li .text_area .box {
    margin-bottom: 2px;
  }
  #blog_conts ul li .text_area .box .category, #blog_conts ul li .text_area .box .place {
    color: #FFFFFF;
    min-width: 60px;
    padding: 5px 6px;
    margin-right: 4px;
    border-radius: 7px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #blog_conts ul li .text_area .box .place {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .noborito {
    background-color: #0169b6;
  }
  #blog_conts ul li .text_area .box .laketown {
    background-color: #df334f;
  }
  #blog_conts ul li .text_area .box .minami_nagareyama {
    background-color: #e96a1b;
  }
  #blog_conts ul li .text_area .box .koiwa {
    background-color: #bd35ac;
  }
  #blog_conts ul li .text_area .box .date {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
  }
  #blog_conts ul li .text_area h3 {
    line-height: 28px;
    font-size: 18px;
  }
}
