@charset "utf-8"; /*//////////////////////////////////////////////////// common ////////////////////////////////////////////////////*/ .fadein { opacity: 0; transform: translateY(20px); transition: all 1s; } /*loading*/ #loading { position: fixed; top: 50%; left: 50%; z-index: 9999; display: flex; align-items: center; width: 100%; height: 100%; background: #fff; transform: translate(-50%, -50%); overflow: hidden; visibility: visible; } .finish-loading #loading { visibility: hidden; height: 0; } #loading #loadingLogo { fill: #fff; display: none; position: absolute; top: 50%; left: 50%; z-index: 9999; width: 77%; transform: translate(-50%, -50%); } #loading #loadingLogo .logo-st1 { fill: transparent; stroke: transparent; } #loading #loadingLogo .logo-st1.stroke-animation { stroke: #fff; stroke-width: 2px; } .stroke-finish.svg-loaded #loading #loadingLogo .logo-st1 { fill: #fff; stroke: transparent; transition: fill 1s ease 0.3s, stroke 1s ease 0.3s; } .svg-loaded #loading #loadingLogo { display: block; } .loaded #loading #loadingLogo { display: none; } #loading #loadingImage { position: fixed; top: 50%; left: 50%; height: 100%; opacity: 0; transform: translate(-50%, -50%); transition: opacity 1s ease; } .svg-loaded #loading #loadingImage { opacity: 1; } /*loading*/ .pc-only { display: block; } .sp-only { display: none; } @media screen and (min-width: 768px) { .spOnly { display: none; } } @media screen and (max-width: 767px) { .pcOnly , .pc-only { display: none !important; } .sp-only { display: block !important; padding: 6px; } } .sp { display: none; } * { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body { width: 100%; min-width: 1300px; word-break: normal; background-color: #FFFCDB; } /* p, dt, dd, li, th, td { line-height: 1.5; } */ /*clearfix */ .clearfix::after { display: block; font-size: 0; content: " "; clear: both; height: 0; min-height: 0px; } h1 { margin-bottom: inherit; background: inherit; padding: inherit; border-radius: inherit; font-size: 0; -webkit-margin-before: 0em; -webkit-margin-after: 0em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; display: inherit; } h3 { color:#707070 ; } img { border: none; vertical-align: top; max-width: 100%; height: auto; } ul, ol { margin: 0; padding: 0; list-style: none; } li { margin: 0px; padding: 0px; } a { text-decoration: none; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } a:hover { text-decoration: none; } .hover { transition: 0.2s; } .hover:hover { opacity: 0.7; cursor: pointer; } .link01 { text-decoration: none; } .link01:hover { text-decoration: underline; } .linkn { cursor: default; } .tar { text-align: right; } .tal { text-align: left; } .db { display: block; } .fl { float: left; } .fr { float: right; } .bold { font-weight: bold; } .center { text-align: center !important; } .eng { font-standard: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif; } table { border-collapse: collapse; } iframe { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } .acccont { display: none; -webkit-transition: none; -ms-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .titlewrap { text-align: center; margin-bottom: 40px; } .cmnwrap01 { margin-right: auto; margin-left: auto; } #footerInner #pageTop { z-index: 98; } #floorMap { font-size: 10px; font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; color: #707070; background-color: #fff; overflow: hidden; letter-spacing: .025em; position: relative; } #floorMap img { width: auto; } .innerWrap { max-width: 1200px; margin-right: auto; margin-left: auto; } .mainBg { background-color: #fff; } .mainVisual { display: block; position: relative; width: 100%; height: auto; z-index: 7; } .subTitle { position: relative; padding: 220px 0 180px; background: url(/enjoy/solafurupark/module/images/sub_title_bg.png); background-size:contain; background-repeat: no-repeat; z-index: 6; background-color: #fff; } .subTitle .innerWrap { position: relative; z-index: 2; } .imgTtl { text-align: center; margin-bottom: 64px; } .imgTtl_pic { display: block; margin: 0 auto; text-align: center; max-width: 900px; margin-bottom: 64px; } .imgTtl img { width: auto; } .subTitle_h3 { text-align: center; margin-bottom: 48px; font-size: 36px; font-weight: bold; } .subTitle_txt { color: #707070; font-size: 2rem; font-weight: bold; line-height: 2; text-align: center; } .subTitle_txt2 { color: #707070; font-size: 2.4rem; font-weight: bold; line-height: 1.5; text-align: left; padding: 0 0 20px; } .subTitle_txt3 { color: #707070; font-size: 2rem; font-weight: normal; line-height: 1.5; text-align: left; } .subTitle::after { content: ''; display: inline-block; position: absolute; bottom: -24px; left: 0; width: 1920px; height: 24px; background: url(/enjoy/solafurupark/module/images/after_wave.png) no-repeat center / contain; } .top .floorMap .imgTtl { margin-bottom: 72px; } .floorMap { display: block; padding: 220px 0 20px; background-color: #FFFCDB; z-index: 5; } .imgTtl_pic_floormap { display: block; margin: 0 auto; text-align: center; max-width: 1200px; margin-bottom: 48px; } .floorMap_menu { display: block; } .shop_list { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; max-width: 1200px; margin: 48px auto; padding-left: 0; } .shop_btn { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; text-decoration: none; border-radius: 3rem; background-color: #fff; margin: 0 10px 20px; min-width: 380px; box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 15%); } .shop_btn:hover { opacity: 0.75; transform: translate3d(0, 5px, 0); } .shop_btn a { display: flex; vertical-align: middle; } .shop_btn_ttl01 { background-color: #8DC21F; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl04 { background-color: #80CAD3; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl05 { background-color: #EF8F89; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl06 { background-color: #F29600; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl07 { background-color: #6288C5; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl08 { background-color: #CA72A9; padding: 28px 37px; border-radius: 3rem 0 0 3rem; } .shop_btn_ttl01 img { max-width: 60px; } .shop_btn_ttl01 img { max-width: 60px; } .shop_btn_ttl04 img { max-width: 60px; } .shop_btn_ttl05 img { max-width: 60px; } .shop_btn_ttl06 img { max-width: 60px; } .shop_btn_ttl07 img { max-width: 60px; } .shop_btn_ttl08 img { max-width: 60px; } .shop_btn_logo { margin: 4px auto; } .shop_btn_logo img { max-width: 120px; } .shop_dtl01 { display: block; padding: 80px 0; margin: 0 auto; background-color: #FFFCDB; } .shop_ttl img { display: block; margin: 0 auto 32px; max-width: 600px; } .shop_dtl01_box { display: block; margin: 0 auto; max-width: 1100px; background-color: #FFF; border-radius: 3rem; box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 15%); } .shop_dtl01_box_txt { padding: 40px 60px 64px; } .dot_line { border-top: 2px dotted #4BA366; border-right: none; border-bottom: none; border-left: none; margin: 56px 0; } .dot_line2 { border-top: 2px dotted #4BA366; border-right: none; border-bottom: none; border-left: none; margin: 12px 0; } .shop_dtl_box { padding: 0 80px; } .shop_name { display: flex; flex-wrap: wrap; padding: 0 0 32px; } .shop_name_logo { max-width: 120px; padding: 0 24px 0 0; } .shop_name_txt { max-width: 680px; } .shop_name_txt_ttl { color: #4BA366; font-size: 3.2rem; font-weight: bold; line-height: 1.5; text-align: left; padding: 0 0 12px; } .shop_name_txt_dtl { color: #4BA366; font-size: 2rem; font-weight: bold; line-height: 1.5; text-align: left; padding: 0 0 12px; } .shop_target_age { color: #6A3906; font-size: 1.5rem; font-weight: bold; line-height: 1.5; text-align: left; } .shop_span { color: #6A3906; font-size: 1.2rem; font-weight: normal; line-height: 1.5; text-align: left; padding: 0 0 0 8px; } .shop_target_age::before { color: #8FC31F; content: "●"; padding-right: 5px; } .shop_img { display: block; padding: 0 0 32px; } .shop_img_pic { display: block; margin: 0 auto; max-width: 500px; } .shop_img_txt { max-width: 450px; color: #707070; font-size: 1.6rem; font-weight: normal; line-height: 1.7; text-align: left; } .shop_img_txt2 { color: #707070; font-size: 1.6rem; font-weight: normal; line-height: 1.7; text-align: left; } .shop_img_txt3 { color: #707070; font-size: 1.2rem; font-weight: normal; line-height: 1.7; text-align: left; padding: 12px 0 0; } .shop_dtl_green { display: block; background-color: #F0FFF5; border-radius: 2rem; margin: 0 auto 24px; } .shop_dtl_green_ttl { display: block; background-color: #4BA366; padding: 8px 0; border-radius: 2rem 2rem 0 0; } .shop_dtl_green_ttl_txt { color: #fff; font-size: 1.8rem; font-weight: bold; line-height: 1.7; text-align: center; } .shop_dtl_green_txt { color: #4BA366; font-size: 1.8rem; font-weight: normal; padding: 8px 32px; line-height: 1.7; text-align: left; } .shop_dtl_red { display: block; background-color: #FFF6F3; border-radius: 2rem; margin: 0 auto 24px; } .shop_dtl_red_ttl { display: block; background-color: #EA5532; padding: 8px 0; border-radius: 2rem 2rem 0 0; } .shop_dtl_red_ttl_txt { color: #fff; font-size: 1.8rem; font-weight: bold; line-height: 1.7; text-align: center; } .shop_dtl_red_txt { color: #EA5532; font-size: 1.8rem; font-weight: normal; padding: 8px 32px; line-height: 1.7; text-align: left; } .shop_link { display: block; margin: 0 auto; background-color: #F39800; max-width: 400px; border-radius: 4rem; box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 15%); } .shop_link:hover { opacity: 0.75; transition: 0.2s; transform: translate3d(0, 5px, 0); } .shop_link a { display: block; padding: 16px; color: #FFF; text-align: center; font-weight: bold; font-size: 2rem; }