@charset "utf-8";

/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
    margin: 0;
    padding: 0;
}


/* HTML5 */
article, aside, figure, figcaption, footer, header,
hgroup, nav, section, summary {
    display: block;
}


/* Base Styles */

img {
    border: none;
    vertical-align: bottom;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    cursor: pointer;
}

input,
select,
textarea {
    padding: 2px;
}

ol, ul {
    list-style: none;
}


/* form */
select option {
    padding: 0 5px 0 5px;
}

form label {
    cursor: pointer;
}

a,
input {
    outline: none;
}

section#takayama_lp h2 {
    margin: unset !important;
    padding: unset !important;
    text-align: unset !important;
    font-family: unset !important;
    color: unset !important;
}

section#takayama_lp h2::after {
    display: none;
}




section#takayama_lp #spot-list {
    width: 1000px;
    margin: 0 auto;
}

section#takayama_lp #spot-list li {
    position: relative;
    float: left;
    width: 320px;
    margin: 0 20px 20px 0;
}

section#takayama_lp #spot-list li a {
    display: block;
    text-decoration: none;
    border: #DCDCDC 1px solid;
    cursor: pointer;
    padding: 5px 5px 8px 5px;
}

section#takayama_lp #spot-list li a:hover {
    background-color: #feeff4;
    color: #333;
    text-decoration: underline;
    border: #FF6699 1px solid;
}

section#takayama_lp #spot-list li:nth-child(3n) {
    margin: 0 0 20px 0;
}

section#takayama_lp #spot-list .no {
    position: absolute;
    left: 0;
    top: 0;
}

section#takayama_lp #spot-list .image {
    margin: 0 0 10px 0;
}

section#takayama_lp #spot-list .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 10px;
}

section#takayama_lp .btn-map {
    text-align: center;
    margin: 30px auto 60px;
}

section#takayama_lp #shop-detail {
    width: 1000px;
    margin: 0 auto;
}

section#takayama_lp #shop-detail li.detail {
    border: #EAEAEA 20px solid;
    padding: 40px;
    margin: 0 0 30px 0;
}

section#takayama_lp .detail-title {
    margin: 0 0 30px 0;
}

section#takayama_lp .detail-title .no {
    float: left;
    width: 115px;
    margin: 0 40px 0 0;
}

section#takayama_lp .detail-title .title {
    width: 725px;
    float: left;
}

section#takayama_lp .detail-title .title p {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

section#takayama_lp .detail-title .title h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}

section#takayama_lp .detail-title .title h2.size-s02 {
    font-size: 40px;
}

section#takayama_lp .detail .inquiry {
    padding: 15px 0 0 0;
}

section#takayama_lp .detail .inquiry .inquiry-tel {
    padding: 0 0 0 8px;
}

section#takayama_lp .detail .inquiry a {
    text-decoration: none;
    color: #000;
}

section#takayama_lp .type-a {
    margin: 0 0 15px 0;
    width: 100%;
}

section#takayama_lp .type-a .image {
    float: left;
    width: 430px;
}

section#takayama_lp .type-a .text {
    float: right;
    width: 420px;
    font-size: 18px;
    line-height: 1.8;
}

section#takayama_lp .type-b {
    margin: 0 0 15px 0;
}

section#takayama_lp .type-b .image {
    float: left;
    width: 430px;
    margin: 0 15px 0 0;
}

section#takayama_lp .type-b .image:last-child {
    float: left;
    width: 430px;
    margin: 0;
}

section#takayama_lp .type-c {
    position: relative;
    margin: 0 0 15px 0;
    width: 100%;
}

section#takayama_lp .type-c .image {
    float: left;
    width: 430px;
}

section#takayama_lp .type-c .text {
    float: right;
    width: 420px;
    font-size: 18px;
    line-height: 1.8;
}

section#takayama_lp .type-c .image2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

section#takayama_lp .type-d h3 {
    font-size: 20px;
    font-weight: bold;
    background: #ececcd url(https://www.sansya.co.jp/lp/takayama/img/icon-power-spot.png) no-repeat 10px center;
    padding: 10px 10px 10px 50px;
    margin: 30px 0 20px;
}

section#takayama_lp .type-d .image {
    float: left;
    width: 430px;
    margin: 0 20px 0 0;
}

section#takayama_lp .type-d .image:last-child {
    float: left;
    width: 430px;
    margin: 0;
}

section#takayama_lp .type-d .image2 {
    float: left;
    width: 280px;
    margin: 0 15px 0 0;
}

section#takayama_lp .type-d .image2:last-child {
    float: left;
    width: 280px;
    margin: 0;
}

section#takayama_lp .spot-data {
    font-size: 18px;
    width: 850px;
    padding: 30px 0 0 0;
    margin: 0 auto 30px auto;
}

section#takayama_lp .spot-data th {
    width: 12em;
    font-weight: bold;
    border-bottom: #CCCCCC 1px dashed;
    padding: 15px 0 15px 40px;
}

section#takayama_lp .spot-data td {
    border-bottom: #CCCCCC 1px dashed;
    padding: 15px 0;
}

section#takayama_lp .address {
    background: url(https://www.sansya.co.jp/lp/takayama/img/icon-address.png) no-repeat left center;
}

section#takayama_lp .time {
    background: url(https://www.sansya.co.jp/lp/takayama/img/icon-time.png) no-repeat left center;
}

section#takayama_lp .holiday {
    background: url(https://www.sansya.co.jp/lp/takayama/img/icon-holiday.png) no-repeat left center;
}

section#takayama_lp .tel {
    background: url(https://www.sansya.co.jp/lp/takayama/img/icon-tel.png) no-repeat left center;
}

section#takayama_lp .carnavi {
    background: url(https://www.sansya.co.jp/lp/takayama/img/icon-carnavi.png) no-repeat left center;
}

section#takayama_lp .carnavi-tel {
    font-size: 26px;
    font-weight: bold;
}

section#takayama_lp .links.typed {
    margin: 20px 0 0 5px;
}

section#takayama_lp .links li {
    float: left;
    margin: 0 15px 0 0;
}

section#takayama_lp .links li:last-child {
    margin: 0;
}

section#takayama_lp #map {
    text-align: center;
    margin: 50px auto;
}

section#takayama_lp #map p {
    margin-bottom: 30px;
}

section#takayama_lp #gmap {
    border: #cccccc 1px solid;
    width: 998px;
    height: 550px;
    margin: 0 auto;
}

section#takayama_lp #gmap iframe {
    pointer-events: none;
}

section#takayama_lp .sns-btn {
    text-align: center;
    margin: 0 auto;
    width: 1000px;
}

section#takayama_lp .sns-btn ul {
    text-align: center;
    margin: 0 30px;
    width: 940px;
}

section#takayama_lp .sns-btn li {
    float: left;
    width: 220px;
    margin: 0 14px 0 0;
}

section#takayama_lp .sns-btn li:last-child {
    margin: 0;
}

section#takayama_lp .footer-share.fb {
    padding: 2px 0 0 0;
}

section#takayama_lp .footer-share.twitter {
    padding: 5px 0 0 0;
}

section#takayama_lp .fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: lucida grande, tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

section#takayama_lp .fb_reset>div {
    overflow: hidden;
}

section#takayama_lp .fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: lucida grande, tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

section#takayama_lp .fb_reset>div {
    overflow: hidden;
}

section#takayama_lp .fb_iframe_widget {
    display: inline-block;
    position: relative;
}

section#takayama_lp .fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

section#takayama_lp .fb_iframe_widget iframe {
    position: absolute;
}

section#takayama_lp #footer {
    background: url(https://www.sansya.co.jp/lp/takayama/img/footer_bg.jpg) no-repeat center top;
}

section#takayama_lp #footer p {
    width: 1000px;
    margin: 0 auto;
}

section#takayama_lp p {
    color: #333;
    font-weight: normal;
    font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

section#takayama_lp a {
    outline: none;
}

section#takayama_lp #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

section#takayama_lp #pagetop a {
    background-color: #FF6699;
    display: block;
    z-index: 999;
    width: 5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 13px 20px;
    box-sizing: content-box;
}

section#takayama_lp #pagetop a:hover {
    opacity: 0.7;
}

section#takayama_lp>.scroll img {
    object-fit: cover;
    max-width: none;
}