/* Scss Document */ $breakpoint-sm: 374px; $breakpoint: 1024px; $breakpoint-md: 1000px; $breakpoint-lg: 1500px; $txtcolor: #333333; $red: #D01216; $black: #000; $goth: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; $min: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif; @mixin sm { @media screen and (max-width: $breakpoint-sm) { @content; } } @mixin mq { @media screen and (max-width: $breakpoint) { @content; } } @mixin ml { @media screen and (min-width: $breakpoint) { @content; } } @mixin md { @media screen and (max-width: $breakpoint-md) { @content; } } @mixin lg { @media screen and (min-width: 1001px) { @content; } } @mixin mq-md { @media screen and (max-width: $breakpoint-md) { @content; } } //共通css * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a{ color: inherit; &:hover{ opacity: 0.7; transition: 0.5s; } } img{ max-width: 100%; width: 100%; height: auto; } html,body{ font-family: $goth; font-size: 62.5%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body{ font-size: 1.6rem; font-weight: 300; line-height: 1.75; color: $txtcolor; font-feature-settings : "palt"; animation: fadeIn 2s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal; display: flex; flex-direction: column; min-height: 100vh; @include mq{ font-size: 1.4rem; } &.add_overray{ overflow: hidden; } } svg{fill: currentColor;} .sp{ display: none; @include mq{ display: block !important; } } .pc{ display: block; @include mq{ display: none !important; } } .lg{ display: block; @include md{ display: none !important; } } .lato{ font-family: 'Lato', sans-serif; font-weight: 700; } .md{ display: none; @include md{ display: block !important; } } ::selection { background: $red; color: #fff; } //Firefox ::-moz-selection { background: $red; color: #fff; } .kakaritsukeplus{ ::selection{ background: #594c3c; color: #fff; } //Firefox ::-moz-selection { background: #594c3c; color: #fff; } } //フェードイン @keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } @-webkit-keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } .fadein { opacity : 0.5; transform : translate(0, 120px); transition : all 500ms; @include mq{ transform : translate(0, 50px); } } .fadein.scrollin { opacity : 1; transform : translate(0, 0); } @keyframes fadeIn2 { 0% {opacity: 0} 100% {opacity: 1} } @-webkit-keyframes fadeIn2 { 0% {opacity: 0} 100% {opacity: 1} } .fadein2 { opacity : 0.1; transform : translate(0, 100px); transition : all 800ms; @include mq{ transform : translate(0, 80px); } } .fadein2.scrollin { opacity : 1; transform : translate(0, 0); -ms-filter: none; filter:none; } //nav header{ position: fixed; z-index: 1000; width: 100%; transition: .5s; height: 90px; background: #fff; &.theader{ figure{ opacity: 0 !important; } } &.mtPlus{ @include mq{ //margin-top: 9px; padding-top: 9px; padding-bottom: 10px; height: 70px; } nav#toggle{ margin-top: 9px; } #nav-toggle { margin-top: 9px; } } @include mq{ height: 50px; background: #fff; } .content{ height: 90px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-weight: 600; @include mq{ height: 50px; padding: 0; } figure{ width: 170px; opacity: 1; transition: .3s; margin: 0 50px 0 50px; line-height: 1; @include mq{ width: 140px; margin: 0 20px; } } .pc{ ul{ display: flex; align-items: center; justify-content: flex-end; background: #fff; padding: 0 100px 0 0; height: 90px; position: relative; li{ line-height: 1; font-size: 1.8rem; text-align: center; font-weight: 400; transition: .5s; padding: 0 15px; border-right: 1px solid $black; @media screen and (max-width: 1100px){ font-size: 1.6rem; } @media screen and (max-width: 1000px){ font-size: 1.4rem; } &:first-child{ border-left: 1px solid $black; } &.floating{ position: absolute; top: 100%; right: 100px; background: $red; width: 150px; height: 35px; text-align: center; color: #fff; line-height: 35px; border: none; opacity: 1; transition: .5s; &.floating_on{ opacity: 0; transition: .5s; } } &.btn_navContact{ background-color: #594c3c; color: #fff; width: 150px; height: 35px; text-align: center; color: #fff; line-height: 35px; border: none; margin-left: 28px; } } } } } } nav#toggle{ height: 50px; position: fixed; z-index: 100000000; top: 0; right: 8px; width: 50px; &.toggle_yellow{ background-color: #fbc82b; border-radius: 50%; } } #nav-toggle { position: fixed; top: 18px; right: 20px; height: 12px; cursor: pointer; > div { position: relative; width: 26px; display: block; } span { width: 100%; height: 1px; left: 0; display: block; background: #231815; position: absolute; transition: transform .6s ease-in-out, top .5s ease; &:nth-child(1) { top: 0; } &:nth-child(2) { top: 6px; } &:nth-child(3) { top: 12px; } } &:hover span:nth-child(1) { top: 2px; @include mq{ top: 2px; } } &:hover span:nth-child(3) { top: 10px; } } .open { #nav-toggle span { &:nth-child(1) { top: 7px; transform: rotate(45deg); } &:nth-child(2) { top: 7px; width: 0; left: 50%; } &:nth-child(3) { top: 7px; transform: rotate(-45deg); } } } /* z-index */ #nav-toggle { z-index: 1000; } #container { z-index: 900; } #gloval-nav { background: #fff; color: $black; position: fixed; top: 50px; left: 0; right: 0; bottom: 0; z-index: 990; width: 100%; text-align: center; display: flex; visibility: hidden; flex-direction: column; justify-content: center; align-items: center; font-size: 1.4rem; opacity: 0; transition: opacity .6s ease, visibility .6s ease; } #gloval-nav { a { display: block; transition: color .6s ease; font-size: 1.4rem; text-decoration: none; } ul { list-style: none; width: 100%; li { opacity: 0; transform: translateX(200px); transition: transform .6s ease, opacity .2s ease; padding: 10px 0; img{ width: 25px; } } } } /* open */ .open { #gloval-nav { visibility: visible; opacity: 1; } #gloval-nav li { opacity: 1; transform: translateX(0); transition: transform 1s ease, opacity .9s ease; } } #wrapper{ margin-top: 90px; scroll-snap-type: y mandatory; overflow: auto; scroll-behavior: smooth; @include mq{ margin-top: 50px; } &.news{ overflow: inherit; } } /* iOSでのデフォルトスタイルをリセット */ input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; &::-webkit-search-decoration { display: none; } &::focus { outline-offset: -2px; } } .link_box{ width: 200px; line-height: 45px; height: 45px; font-size: 1.7rem; color: #fff; background: $red; margin: 65px auto 0; text-align: center; &:hover{ opacity: 1 !important; background: #a61c00; } a{ display: block; } @include mq{ line-height: 40px; height: 40px; width: 180px; margin: 40px auto 0; } } #map{ padding-top: 90px;; margin-top: -90px; @include mq{ padding-top: 50px; margin-top: -50px; } .map_box{ padding: 80px 0; background: #EEEEEF; @include mq{ padding: 65px 0 0; } } .content{ display: flex; justify-content: space-between; max-width: 800px; width: 100%; flex-direction: row-reverse; align-items: center; margin: 0 auto; @include mq{ display: block; } figure{ width: 56%; @include mq{ width: 100%; } } .map_detail{ width: 34%; text-align: center; @include mq{ width: 90%; margin: 0 auto; } h2{ font-size: 4.8rem; line-height: 1; margin-bottom: 45px; @include mq{ font-size: 2.9rem; margin-bottom: 35px; } } p{ margin-bottom: 35px; @include mq{ margin-bottom: 20px; } } .gmap{ width: 100%; line-height: 55px; height: 55px; font-size: 1.7rem; color: #fff; background: $red; &:hover{ opacity: 1 !important; background: #a61c00; } a{ display: block; } @include mq{ line-height: 40px; height: 40px; width: 180px; margin: 0 auto 50px; } } } } } #news_list{ padding: 140px 0 125px; @include mq{ padding: 80px 0 85px; } &.uc_news{ padding: 0 0 150px; @include mq{ padding: 0 0 115px; } .m-pagenation__body{ display: flex; flex-wrap: wrap; line-height: 1; justify-content: center; margin-top: 70px; li{ width: 30px; text-align: center; border-left: 1px solid $txtcolor; border-bottom: none; border-top: none; &:last-child{ border-right: 1px solid $txtcolor; border-bottom: none; border-top: none; } } } } .content{ width: 84%; max-width: 600px; margin: 0 auto; h2{ font-size: 4.8rem; text-align: center; line-height: 1; margin-bottom: 60px; @include mq{ font-size: 2.9rem; } } li{ border-top: 1px solid #000; &:last-child{ border-bottom: 1px solid #000; } a{ padding: 25px 10px; display: block; @include mq{ padding: 15px 10px; } } } dl{ display: flex; @include mq{ display: block; text-align: center; } dt{ margin-right: 45px; @include mq{ margin: 0 auto 5px; } } } } } #footer_contact{ padding-bottom: 130px; line-height: 1; @include mq{ padding-bottom: 75px; } .contact_link{ border: 4px solid $red; width: 270px; margin: 0 auto 30px; color: $red; @include mq{ margin-bottom: 25px; width: 230px; border: 3px solid $red; } a{ padding: 5px 5px 8px; text-align: center; display: block; font-size: 3rem; @include mq{ font-size: 2.5rem; } } } h3{ font-size: 3.8rem; color: $red; text-align: center; @include mq{ font-size: 3rem; } } } #footer{ background: $red; padding: 25px 0; text-align: center; color: #fff; font-size: 1.4rem; line-height: 1.3; @include mq{ font-size: 1.1rem; } span{ font-size: 200%; line-height: 1rem; position: relative; top: 4px; margin-right: 3px; } } /*TOP*/ #top_main{ position: relative; width: 100%; height: 100vh; background: url("../img/top/img_main.jpg") center no-repeat; background-size: cover; figure{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80%; max-width: 458px; @media screen and (max-width:400px){ max-width: 258px; } } .contact_float{ width: 100px; position: absolute; right: 0; top: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #fff; .contact_box{ width: 37px; margin-bottom: 20px; } .tel_box{ width: 18px; } } } .top{ #intro{ position: relative; &::after{ position: absolute; content: url("../img/top/txt_ourbussiness.svg"); width: 590px; top: 0; left: 0; @include mq{ width: 100%; max-width: 375px; } } .content{ padding: 175px 0 140px; max-width: 880px; margin: 0 auto; width: 84%; @include mq{ padding: 125px 0 60px; } h2{ font-size: 2.9rem; margin-bottom: 45px; font-weight: 600; text-align: center; letter-spacing: .2rem; @include mq{ font-size: 2rem; margin-bottom: 30px; } } p{ &.intro_txt{ max-width: 800px; margin: 0 auto 100px; @include mq{ margin-bottom: 65px; } } } ul{ display: flex; justify-content: space-between; margin-bottom: 90px; @include mq{ display: block; margin-bottom: 60px; } li{ width: 28.4%; @include mq{ width: 100%; margin-bottom: 40px; &:last-child{ margin-bottom: 0; } } a{ display: block; &:hover{ position: relative; &::after{ position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: rgba(0,0,0,0.30); border-radius: 100%; } } } figure{ margin-bottom: 30px; @include mq{ max-width: 200px; margin: 0 auto 30px; } } h3{ color: $red; font-weight: 600; font-size: 2.4rem; line-height: 1; margin-bottom: 20px; text-align: center; @include mq{ font-size: 1.8rem; } } p{ font-size: 1.5rem; @include mq{ font-size: 1.4rem; } } } } .freemagazine{ figure{ margin: 0 auto; @include mq{ width: 295px; } a{ display: block; &:hover{ position: relative; &::after{ position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: rgba(0,0,0,0.30); border-radius: 12px; } } } } h4{ margin: 30px auto 20px; text-align: center; font-weight: 600; color: $red; font-size: 2.4rem; @include mq{ font-size: 1.8rem; } } .magazine_desc{ margin-top: 65px; border-bottom: 1px solid #000; border-top: 1px solid #000; padding: 25px 0 25px; line-height: 1.5; @include mq{ margin-top: 35px; } } } } } #standard_v{ background: url("../img/top/img_standard.jpg") no-repeat; background-size: cover; background-attachment: fixed; padding-top: 650px; position: relative; text-align: center; @media screen and (max-width:1200px){ padding-top: 550px; background-size: cover; background-attachment: inherit; background: url("../img/top/img_standard.jpg") no-repeat; } @include mq{ padding-top: 350px; background-size: cover; background-attachment: inherit; background: url("../img/top/img_standard.jpg") no-repeat; } .content{ position: absolute; top: 50%; width: 100%; left: 0; transform: translateY(-50%); figure{ width: 480px; margin: 0 auto 50px; @include mq{ width: 200px; margin-bottom: 40px; } } p{ font-size: 3rem; font-weight: 600; @include mq{ font-size: 2rem; } } } } #standard_list{ padding: 140px 0 160px; color: $red; @include mq{ padding: 70px 0; } ul{ max-width: 1100px; width: 84%; margin: 0 auto; li{ border: 4px solid $red; padding: 40px 70px 40px; position: relative; margin-bottom: 65px; @include mq{ padding: 25px 20px; } &:last-child{ margin-bottom: 0; } h3{ position: absolute; top: 0; left: 50%; line-height: 1; transform: translate(-50%,-50%); font-size: 6rem; padding: 0 15px; background: #fff; @include mq{ font-size: 3.9rem; } } h2{ padding: 30px 0 40px; border-bottom: 1px solid $red; margin-bottom: 30px; font-size: 2.8rem; font-weight: 600; text-align: center; letter-spacing: .2rem; @include mq{ padding: 15px 0 20px; font-size: 1.8rem; } } p{ @include mq{ width: 90%; margin: 0 auto; } } } } } } /*下層*/ .uc_tit{ margin-top: 170px; text-align: center; line-height: 1; font-size: 4.8rem; @include mq{ margin-top: 60px; font-size: 2.9rem; } .mb40{ margin-bottom: 40px; @include mq{ margin-bottom: 35px; } } .mb60{ margin-bottom: 60px; @include mq{ margin-bottom: 25px; } } } /*WORKS*/ @keyframes fade-cont { 0% { opacity: 0; } 100% { opacity: 1; } } #works_list{ .content{ width: 84%; max-width: 1050px; margin: 0 auto 160px; @include mq{ margin-bottom: 90px; } h2{ display: flex; font-size: 2.4rem; font-weight: 300; color: $red; align-items: center; line-height: 1; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 2px solid $red; padding-top: 90px; margin-top: -90px; @include mq{ padding-top: 50px; margin-top: -50px; font-size: 1.8rem; display: block; text-align: center; } figure{ margin-right: 20px; width: 80px; @include mq{ margin: 0 auto 15px; width: 70px; } } } ul{ margin-bottom: 30px; display: flex; flex-wrap: wrap; @include mq{ margin-bottom: 40px; } li{ margin-bottom: 40px; width: 22.9%; margin-right: 2.8%; @include mq{ margin-right: 2%; width: 32%; } @media screen and (max-width:767px){ width: 100%; margin-right: 0; } &:nth-child(3n){ @include mq{ margin-right: 0; } } &:nth-child(4n){ margin-right: 0; @include mq{ margin-right: 2%; } @media screen and (max-width:767px){ margin-right: 0; } } figure{ cursor: pointer; @include mq{ width: 80%; margin: 0 auto; } } h3{ margin: 20px auto; line-height: 1.3; font-size: 1.6rem; text-align: center; font-weight: bold; @include mq{ font-size: 1.6rem; } } a{ text-align: center; display: block; color: $red; span{ border-bottom: 1px solid $red; margin-bottom: 5px; display: inline-block; } } } } .tab-area { display: flex; justify-content: center; .tab { margin: 10px 5px 0; width: 50px; background: #eee; height: 8px; cursor: pointer; @include mq{ width: 30px; height: 5px; } } .tab.active { background: #333; } } .content-area { text-align: center; .cont { display: none; transition: .3s; } .cont.show { display: block; animation-name: fade-cont; animation-duration: .5s; //遷移時間 } } .modal-inner { position: relative; } .modalArea { display: none; position: fixed; z-index: 1000000; top: 0; left: 0; width: 100%; height: 100%; transition: .5s; } .modalArea2 { display: none; position: fixed; z-index: 1000000; top: 0; left: 0; width: 100%; height: 100%; transition: .5s; } .modalBg { width: 100%; height: 100%; background: rgba(30, 30, 30, 0.9); } .modalBg2 { width: 100%; height: 100%; background: rgba(30, 30, 30, 0.9); } .modalWrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; padding: 40px 85px; background: #fff; @include mq{ width: 90%; padding: 5%; } } .openModal{ cursor: pointer; } .closeModal { position: absolute; top: 0.5rem; right: 1rem; cursor: pointer; @include mq{ top: 0.3rem; right: .5rem; } } .closeModal2 { position: absolute; top: 0.5rem; right: 1rem; cursor: pointer; @include mq{ top: 0.3rem; right: .5rem; } } .is-open { display: block; transition: .5s; } .is-open2 { display: block; transition: .5s; } } } /*info*/ .info{ #info_list{ padding-bottom: 200px; @include mq{ padding-bottom: 90px; } .content{ width: 84%; max-width: 800px; margin: 0 auto; ul{ margin-bottom: 80px; @include mq{ margin-bottom: 70px; } li{ display: flex; padding: 30px 20px; font-size: 1.7rem; border-top: 1px solid #999999; align-items: baseline; &:last-child{ border-bottom: 1px solid #999999; } @include mq{ padding: 20px; font-size: 1.5rem; display: block; } h3{ min-width: 200px; font-weight: 600; line-height: 1; @include mq{ width: auto; min-width: auto; } } } } } } } /*news*/ .news{ #news_detail{ margin-bottom: 190px; @include mq{ margin-bottom: 115px; } .content{ max-width: 800px; width: 84%; margin: 0 auto; } dl{ dt{ padding: 25px 0; font-size: 1.7rem; font-weight: 600; text-align: center; border-top: 1px solid #999999; border-bottom: 1px solid #999999; @include mq{ padding: 20px 0; font-size: 1.5rem; } } dd{ margin-top: 15px; text-align: right; line-height: 1; font-size: 1.4rem; @include mq{ font-size: 1.3rem; } } } .news_content{ margin-top: 60px; @include mq{ margin-top: 50px; } p{ margin-bottom: 40px; @include mq{ margin-bottom: 30px; } } figure{ width: 90%; margin: 0 auto; } } } } /*Contact*/ .contact{ #contact_intro{ margin-bottom: 60px; @include mq{ margin-bottom: 40px; } .content{ width: 84%; max-width: 800px; margin: 0 auto; } p{ text-align: center; margin-bottom: 30px; span{ color: $red; } } dl{ text-align: center; padding: 30px 0; border-top: 1px solid #999999; border-bottom: 1px solid #999999; font-weight: 600; @include mq{ padding: 20px 0; } dt{ font-size: 2rem; font-weight: 600; @include mq{ font-size: 1.6rem; } } dd{ font-size: 3.1rem; @include mq{ font-size: 2.2rem; } } } } #contact_form{ width: 84%; margin: 0 auto 205px; max-width: 800px; @include mq{ margin-bottom: 90px; } .form{ input, button, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; } textarea { resize: vertical; } input[type='checkbox'], input[type='radio'] { display: none; } input[type='submit'], input[type='button'], label, button, select { cursor: pointer; } select::-ms-expand { display: none; } input[type='submit']{ padding: 10px 50px; border: 1px solid $red; color: $red; &:hover{ background: $red; color: #fff; } } .ajax-loader{ display: none; } .wpcf7-response-output{ padding: 10px; text-align: center; border: none; color: #fff; background: $red; } p{ text-align: center; } dl{ margin-bottom: 30px; text-align: left; @include mq{ text-align: center; } dt{ width: 100%; margin-bottom: 10px; span{ color: $red; } @include mq{ width: 100%; font-size: 1.4rem; margin-bottom: 10px; } } dd{ width: 100%; input{ width: 100%; font-size: 1.6rem; padding: 10px 20px; border: 1px solid #CCCCCC; margin-bottom: 10px; } select{ width: 50%; font-size: 1.6rem; padding: 10px 20px; border: 1px solid #CCCCCC; } textarea { width: 100%; font-size: 1.6rem; padding: 10px 20px; border: 1px solid #CCCCCC; } .check{ margin-bottom: 15px; text-align: left!important; .wpcf7-list-item{ margin-bottom: 10px; display: block; } .wpcf7-list-item-label{ position: relative; padding-left: 35px; } .wpcf7-list-item-label::before{ position: absolute; border: 1px solid #CCCCCC; width: 25px; height: 25px; content: ""; top: -5px; left: 0; } input[type="radio"]:checked + .wpcf7-list-item-label::after{ position: absolute; background: $red; width: 21px; height: 21px; content: ""; top: -2px; left: 3px; } } .form_block{ .wpcf7-list-item{ display: block; } } } } } } } /* .kakaritsukeplus かかりつけプラス */ .kakaritsukeplus{ color: #594c3c; background-color: #fbc82b; &#wrapper{ margin-top: 110px; @include mq{ margin-top: 80px; } } .contents_main{ background-color: #fbc82b; margin-bottom: 122px; @include mq{ margin-bottom: 45px; } &-inner{ padding-top: 67px; @include mq{ padding-top: 22px; } figure{ max-width: 1500px; width: 88%; margin: auto; } } } .contents_lead{ max-width: 908px; width: 85%; margin: 0 auto 88px; @include mq{ margin: 0 auto 46px; } h2{ text-align: center; font-size: 2.9rem; font-weight: 600; margin-bottom: 1em; @include mq{ font-size: 2.0rem; } span{ font-weight: 600; display: inline-block; } } p{ text-align: center; line-height: 1.7; @include mq{ text-align: left; line-height: 1.857; } } } .contents_points{ max-width: 908px; width: 85%; margin: 0 auto; @include mq{ margin: 0 auto; } dl{ width: 100%; display: flex; margin-bottom: 40px; @include mq{ display: block; } dt{ width: 95px; margin: 0 24px 24px 0; @include mq{ text-align: center; margin: 0 auto 27px; } } dd{ width: calc(100% - 119px); @include mq{ width: 100%; } h3{ font-size: 2.5rem; font-weight: 700; padding: 0 0 0.5em; border-bottom: 2px dashed #594c3c; margin-bottom: 0.5em; line-height: 1.5; @include mq{ text-align: center; font-size: 2.1rem; margin-bottom: 1em; } } p{ font-size: 1.6rem; @include mq{ font-size: 1.4rem; text-align: center; } span{ font-size: 1.4rem; @include mq{ font-size: 1.2rem; } } } } } } .contents_place{ max-width: 908px; width: 85%; margin: 0 auto; padding: 28px 0 80px; @include mq{ padding: 38px 0 55px; } h2{ text-align: center; margin-bottom: 0.75em; font-size: 2.4rem; font-weight: bold; @include mq{ font-size: 1.8rem; } } .place_list-wrap{ display: flex; border: 4px solid #594c3c; font-size: 1.6rem; @include mq{ display: block; font-size: 1.4rem; } } .place_list-item{ display: flex; dt{ text-align: center; width: 73px; padding: 0.5em 0; border-right: 1px solid #594c3c; border-bottom: 1px solid #594c3c; display: flex; align-items: center; justify-content: center; @include mq{ width: 63px; } } dd{ width: calc(100% - 73px); border-bottom: 1px solid #594c3c; padding: 1em; display: flex; align-items: center; @include mq{ width: calc(100% - 63px); } } } .place_list-left{ width: 50%; border-right: 1px solid #594c3c; @include mq{ width: 100%; } } .place_list-right{ width: 50%; @include mq{ width: 100%; } .place_list-04{ dt{ border-bottom: none; } dd{ border-bottom: none; } } } } .contents_speak{ max-width: 908px; width: 85%; margin: 0 auto; padding: 0 0 100px; @include mq{ padding: 0 0 60px; } h2{ color: #fff; text-align: center; padding: 1em 0; border-bottom: 3px solid #fff; border-top: 3px solid #fff; font-size: 2.9rem; font-weight: 700; line-height: 1.55; @include mq{ font-size: 1.9rem; padding: 1.5em 0; } @include sm{ font-size: 1.8rem; } } } footer{ color: $txtcolor; background-color: #fff; text-align: center; .footer-inner{ max-width: 908px; width: 85%; margin: 0 auto; } } .footer_bg-white{ padding: 100px 0 80px; @include mq{ padding: 40px 0; } h2{ font-size: 2.4rem; font-weight: 700; line-height: 1; margin-bottom: 60px; @include mq{ font-size: 1.8rem; margin-bottom: 40px; } } h3{ font-size: 3.8rem; font-weight: bold; margin-bottom: 0.4em; @include mq{ font-size: 2.7rem; margin-bottom: 1em; } } h4{ text-align: center; figure{ margin: 0 auto 36px; width: 200px; @include mq{ width: 150px; margin: 0 auto; } } } .footer_address{ font-size: 1.6rem; margin-bottom: 1.5em; @include mq{ font-size: 1.4rem; } } .footer_info{ margin-bottom: 25px; display: flex; justify-content: center; @include mq{ display: block; margin-bottom: 21px; } li{ font-size: 2.3rem; margin-right: 50px; @include mq{ font-size: 2.1rem; margin-right: 0; margin-bottom: 7px; } &:last-child{ margin-right: 0; } &.footer_info-tel{ &::before{ content: ''; background: url("../img/kakaritsukeplus/ico_tel.svg") no-repeat left center; background-size: contain; padding: 0.2em 0 0.2em 2em; } } &.footer_info-mail{ &::before{ content: ''; background: url("../img/kakaritsukeplus/ico_mail.svg") no-repeat left center; background-size: contain; padding: 0.2em 0 0.2em 2em; } } } } .footer_link{ text-align: center; margin: 0 auto 1.75em; color: #fbc82b; display: block; width: 554px; padding: 0.75em 0.5em; border: 3px solid #fbc82b; border-radius: 13px; font-size: 2.2rem; font-weight: bold; line-height: 1.47; @include mq{ margin: 0 auto 1em; padding: 0.75em 0.5em; display: block; width: 100%; font-size: 1.9rem; } span{ font-weight: bold; display: inline-block; } } .footer_caution{ font-size: 1.6rem; padding: 1em 0; border-top: 1px solid #999; border-bottom: 1px solid #999; @include mq{ font-size: 1.3rem; } span{ display: inline-block; } } } .footer_bg-brown{ background-color: #594c3c; padding: 38px 0; @include mq{ padding: 28px 0; } .footer_link-white{ color: #fff; display: flex; justify-content: center; align-items: center; figure{ width: 262px; @include mq{ width: 203px; } } p{ margin-left: 1em; padding: 0.25em 1em; border: 1px solid #fff; font-size: 1.4rem; font-weight: 700; @include mq{ font-size: 1.1rem; } } } } address{ padding: 1.25em 0; font-style: normal; font-size: 1.4rem; @include mq{ font-size: 1.1rem; } } }