@charset "UTF-8";

 body {
margin: 0 !important;
background-color: #fffcf3; animation: pro 1s ease;
} @keyframes pro {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
h1, h2, h3, h4, h5, p, span, div {
margin: 0;
font-weight: normal;
}
img {
width: 100%;
height: auto;
vertical-align: top;
}
a {
text-decoration: none;
}
p, span {
color: #5e4938;
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4, h5 {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
ul, li {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
padding: 0;
margin: 0;
}
h1, h2, h3, p, span {
letter-spacing: .1em;
line-height: 1.8;
}
p {
font-size: 20px;
}
.tb-br {
display: none;
}
.sp-br {
display: none;
} .js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.appear {
opacity: 1;
visibility: visible;
transform: translateY(0px);
} .font-pink {
color: #f9816a;
}
.font-green {
color: #7da94d;
}
.font-beige {
color: #c4b283;
}
.under-pink {
font-weight: 600;
color: #4b401f;
background: linear-gradient(transparent 50%, rgb(249, 129, 106, 0.2) 50%);
}
.under-beige {
font-weight: 600;
background: linear-gradient(transparent 50%, rgba(196, 178, 131, 0.3) 50%);
}
.tb-br, .sp-br {
display: none;
} header {
padding: 30px 0px 10px;
}
.navigation {
display: none;
}
.header-bar {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.header-text1 span {
color: #c4b283;
line-height: 1.6;
}
.header-inner1 {
display: flex;
}
.header-inner1 span {
color: #5e4938;
}
.header-inner1 span:first-of-type {
font-size: 40px;
}
.header-inner1 span:last-of-type {
font-size: 16px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: brandon-grotesque, sans-serif;
font-weight: bold;
letter-spacing: .3em;
}
.header-left {
width: 30%;
}
.header-right {
width: 55%;
display: flex;
flex-direction: column;
justify-content: center;
}
.header-links {
display: flex;
justify-content: space-between;
}
.header-link a span, .header-link:hover a img {
transition: all .5s;
}
.header-link:hover a span {
opacity: .5;
}
.header-link:hover a img {
opacity: .7;
}
.header-link1, .header-link2 {
width: calc((100% - 230px) / 2);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.header-link3 {
width: 230px;
}
.header-link2 {
position: relative;
}
.header-link2:hover .header-list {
display: block;
}
.header-list {
display: none;
position: absolute;
bottom: -120px;
background: #f1e9d3;
border: solid 1px #fffcf3;
z-index: 100;
right: 0;
left: 0;
margin: auto;
width: 100%;
}
.header-list a {
border-bottom: solid 1px #fffcf3;
display: block;
}
.header-list li {
list-style: none;
text-align: left;
font-size: 14px;
letter-spacing: .1em;
padding: 10px;
color: #5e4938;
line-height: 1.4;
transition: all .5s;
}
.header-list li p {
font-size: 12px;
color: #5e4938;
}
.header-list a:last-of-type {
border: unset;
}
.header-list a:hover li {
color: #c4b283;
} footer {
margin-top: 100px;
background: #c4b283;
padding: 100px 0 20px;
}
.footer-wrapper {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.footer-left {
width: 45%;
}
.footer-right {
width: 45%;
}
.footer-right-inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footer-text1 p {
font-size: 16px;
color: #fff;
line-height: 1.6;
}
.footer-inner1 {
display: flex;
}
.footer-inner1 span {
color: #fff;
}
.footer-inner1 span:first-of-type {
font-size: 40px;
}
.footer-inner1 span:last-of-type {
font-size: 15px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: brandon-grotesque, sans-serif;
letter-spacing: .4em;
}
.footer-map {
margin-top: 40px;
}
.footer-map-text2 span:first-of-type {
display: block;
font-size: 18px;
line-height: 1.4;
color: #fff;
}
.footer-map-wrapper {
display: flex;
}
.footer-map-text2 span:last-of-type {
display: block;
font-size: 20px;
color: #fff;
}
.footer-map-link {
width: 100px;
margin-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
} .footer-tel-link {
margin-top: 40px;
width: 480px;
}
.footer-links ul li {
margin-bottom: 30px;
letter-spacing: .14em;
}
.footer-links ul li:last-of-type {
margin-bottom: 0px;
}
.footer-links ul li a, .footer-links ul li span {
color: #fff;
font-size: 18px;
}
.footer-links ul li span {
display: block;
}
.footer-links ul li span:first-of-type {
font-size: 14px;
line-height: 1.2;
}
.footer-links ul li {
list-style: none;
position: relative;
padding-left: 25px;
}
.footer-links ul li::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #836a5d;
border-right: 0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.footer-logo-wrapper {
display: flex;
}
.footer-logo {
width: 30%;
margin-top: 20px;
}
.footer-logo2 {
margin-left: 30px;
}
.copyright {
text-align: center;
margin-top: 50px;
}
.copyright span {
font-size: 14px;
color: #fff;
}
.tb-br, .sp-br {
display: none
}
.sp-photo {
display: none;
}   .scroll {
width: 100%;
margin: 0 auto;
position: relative;
right: 5%;
bottom: 10%;
}
.scrolldown1 {
position: absolute;
bottom: 150px;
height: 50px;
right: -100px;
} .scrolldown1 img {
width: 15px;
position: absolute;
left: 0;
top: -5px;
} .scrolldown1::after {
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #c4b283;
animation: pathmove 1.4s ease-in-out infinite;
opacity: 0;
left: 7px;
} @keyframes pathmove {
0% {
height: 0;
top: 110px;
opacity: 0;
}
30% {
height: 40px;
opacity: 1;
}
100% {
height: 0;
top: 200px;
opacity: 0;
}
}
.not-found {
text-align: center;
margin-top: 200px;
}
@media screen and (max-width:1200px) {
.scroll {
right: -2%;
}
.scrolldown1 {
right: 0;
}
.scrolldown1 img {
width: 12px;
top: 40px;
}
.header-text1 span {
display: block;
line-height: 1.6;
font-size: 12px;
}
header {
padding: 20px 0px 10px;
}
.header-inner1 span:first-of-type {
font-size: 30px;
}
.header-inner1 span:last-of-type {
font-size: 12px;
margin-left: 15px;
} .header-bar {
width: 90%;
margin: 0 auto;
}
.header-left {
width: 100%;
}
.header-right {
display: none;
}
.openbtn1 {
position: fixed;  cursor: pointer;
width: 80px;
height: 80px;
border-radius: 5px;
top: 35px;
right: 30px;
z-index: 1001;
} .openbtn1 span {
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background: #4b401f;
width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top: 15px;
}
.openbtn1 span:nth-of-type(2) {
top: 23px;
}
.openbtn1 span:nth-of-type(3) {
top: 31px;
} .openbtn1.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0; }
.openbtn1.active span:nth-of-type(3) {
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 30%;
}
#menu {
width: 100vw;
height: 100vh;
background: #f1ebd8;
right: -100%;
position: fixed;
top: 0px;
z-index: 1000;
transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1.0);
display: flex;
flex-direction: column;
justify-content: center;
}
#menu.open {
right: 0;
}
.menu-inner {
height: max-content;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu li {
list-style: none;
text-align: center;
font-size: 24px;
color: #5e4938;
line-height: 1.4;
}
body.scroll-stop {
overflow: hidden;
}
.navigation {
display: block;
}
.menu-inner a {
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: solid 1px #fff;
}
.menu-inner a:last-child {
border-bottom: none;
}
.menu-inner span {
font-size: 14px;
}
#menu .header-tel {
width: 450px;
margin: 0 auto;
margin-top: 30px;
}
#menu .header-text1 {
text-align: center;
}
#menu .header-inner1 {
justify-content: center;
}
#menu .header-left {
margin-bottom: 50px;
}
#menu .header-inner1 span:first-of-type {
font-size: 45px;
}
#menu .header-text1 span {
font-size: 16px;
} .footer-wrapper {
width: 100%;
display: block;
}
.footer-text1 p {
text-align: center;
}
.footer-inner1 {
justify-content: center;
}
.footer-left {
width: 80%;
margin: 0 auto;
}
.footer-right {
width: 80%;
margin: 0 auto;
margin-top: 0px;
}
.footer-map {
width: 100%;
margin: 0 auto;
margin-top: 30px;
}
.footer-map-wrapper {
justify-content: center;
}
.footer-tel-link {
margin: 0 auto;
margin-top: 30px;
}
.footer-logo{
margin: 0;
width: 25%;
}
.footer-logo-wrapper {
width: 60%;
margin: 0 auto;
margin-top: 30px;
justify-content: space-evenly;
}
footer {
padding: 60px 0 20px;
margin-top: 50px;
}
.footer-links {
display: none;
}
.copyright {
margin-top: 20px;
}
.pc-br {
display: none;
}
.tb-br {
display: block;
}
}
@media screen and (max-width:750px) {
.pc-photo {
display: none;
}
.sp-photo {
display: block;
}
.scrolldown1 {
bottom: 120px;
}
.scrolldown1 img {
width: 10px;
}
@keyframes pathmove {
0% {
top: 100px;
}
30% {
height: 40px;
opacity: 1;
}
100% {
top: 150px;
}
}
.scrolldown1::after {
left: 5px;
}
.openbtn1 {
top: 30px;
right: 0px;
}
.header-inner1 span:first-of-type {
line-height: 1.6;
}
#menu .header-left {
margin-bottom: 40px;
}
#menu .header-tel {
width: 90%;
margin-top: 15px;
}
#menu .menu-inner span {
font-size: 12px;
}
#menu li {
font-size: 18px;
}
#menu .header-inner1 span:first-of-type {
font-size: 38px;
} .footer-left, .footer-right {
width: 90%;
}
.footer-tel-link {
width: 100%;
margin: 0 auto;
margin-top: 20px;
}
footer {
margin-top: 30px;
}
.footer-map {
width: 90%;
margin-top: 20px;
}
.footer-map-text2 span:last-of-type {
font-size: 15px;
}
.footer-map-text2 span:first-of-type {
font-size: 13px;
}
.footer-map-text.footer-map-text2 {
line-height: 2.2;
}
.footer-map-wrapper {
margin-top: -5px;
}
.footer-logo-wrapper {
width: 100%;
margin: 0 auto;
margin-top: 30px;
}
.footer-left, .footer-right {
width: 95%;
}
.footer-text1 p {
font-size: 15px;
}
.footer-inner1 span:last-of-type {
font-size: 12px;
}
.copyright {
margin-top: 15px;
}
.copyright span {
font-size: 10px;
}
.tb-br {
display: none;
}
.sp-br {
display: block;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}#message {
width: 1200px;
margin: 0 auto;
}
.message-text1 {
margin-top: 30px;
text-align: center;
}
.message-text-inner1 span {
color: #c4b283;
font-size: 20px;
line-height: 2.4;
}
.message-title {
display: flex;
justify-content: center;
}
.message-title h1 {
font-size: 55px;
line-height: 1;
color: #5e4938;
}
.message-title span {
font-size: 22px;
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 20px;
font-family: brandon-grotesque, sans-serif;
letter-spacing: .4em;
}
.message-title {
width: 80%;
margin: 0 auto;
}
.message-text-inner2 {
width: 70%;
margin: 0 auto;
background-color: #c4b283;
margin-top: 20px;
}
.message-text-inner2 span {
font-size: 24px;
color: #fff;
}
.message-text p {
margin-bottom: 25px;
line-height: 2.2;
}
.message-text p:last-of-type {
margin-bottom: 0;
}
.message-text2 {
margin-top: 50px;
text-align: center;
}
.message-text3 p {
margin-bottom: 35px;
line-height: 2.2;
}
.message-wrapper1 {
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.message-wrapper1 .message-left {
width: 42%;
}
.message-wrapper1 .message-right {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.message-wrapper2 {
display: flex;
margin-top: 80px;
}
.message-wrapper2 .message-left {
width: 40%;
order: 2;
}
.message-wrapper2 .message-right {
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 8%;
} .message-text p:last-child {
margin-bottom: 0px;
}
.message-text5 {
margin-top: 80px;
text-align: center;
}
.message-text6 {
margin-top: 30px;
text-align: center;
}
.message-text5 span {
font-size: 28px;
color: #558c18;
background: linear-gradient(to bottom, transparent 50%, rgb(85, 140, 24, .1) 50%);
}
.message-text7 {
display: flex;
justify-content: center;
margin-top: 30px;
}
.message-text7 span {
color: #c4b283;
display: flex;
flex-direction: column;
justify-content: center;
}
.message-text7 span:first-of-type {
font-size: 18px;
}
.message-text7 span:last-of-type {
margin-left: 20px;
font-size: 24px;
}
.message-text8 .under-beige {
font-size: 24px;
}
.message-text8 p:last-child {
margin-bottom: 0;
}
.message-text9 {
margin-top: 80px;
text-align: center;
}
.message-text9 p {
font-size: 22px;
} #links {
margin-top: 200px;
}
.links-over {
width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.link {
position: relative;
}
.link-photo {
position: absolute;
top: -149px;
right: 0;
left: 0;
margin: auto;
}
.link-photo img {
height: 150px;
width: auto;
}
.link1 {
background: #7da94d;
padding: 80px 0px;
text-align: center;
width: 48%;
position: relative
}
.link1::after {
content: "";
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
width: 100%;
height: calc(100% - 32px);
position: absolute;
top: 15px;
right: 0
}
.link2 {
background: #c4b283;
padding: 80px 0px;
text-align: center;
width: 48%;
}
.link2::after {
content: "";
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
width: 100%;
height: calc(100% - 32px);
position: absolute;
top: 15px;
right: 0
}
.link-text1 p {
color: #fff;
font-size: 18px;
}
.tel-link, .line-link {
width: 450px;
margin: 0 auto;
background: #fffcf3;
border-radius: 100px;
position: relative;
height: 75px;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 40px;
position: relative;
z-index: 100;
}
.tel {
display: flex;
justify-content: center;
}
.tel-text {
padding-left: 30px;
}
.tel-text span {
color: #7da94d;
display: block;
line-height: 1;
}
.tel-text span:first-of-type {
font-size: 14px;
line-height: 1.6;
}
.tel-text span:last-of-type {
font-size: 28px;
font-family: brandon-grotesque, sans-serif;
}
.tel-icon {
width: 30px;
position: absolute;
left: 60px;
top: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.line {
display: flex;
justify-content: center;
}
.line-text {
padding-left: 30px;
}
.line-text span {
color: #5e4938;
display: block;
line-height: 1;
}
.line-text span {
font-size: 22px;
}
.line-icon {
width: 35px;
position: absolute;
left: 80px;
top: 20px;
display: flex;
flex-direction: column;
justify-content: center;
} #station {
width: 1200px;
margin: 0 auto;
margin-top: 150px;
}
.station-wrapper1 {
display: flex;
justify-content: space-between;
}
.station-left {
width: 55%;
}
.station-right {
width: 40%;
}
.station-name span {
font-size: 18px;
color: #c4b283;
}
.station-name h2 {
font-size: 46px;
color: #c4b283;
line-height: 1.4;
}
.station-adress {
margin-top: 30px;
}
.station-adress span {
display: block;
}
.station-adress span:first-of-type {
font-size: 18px;
line-height: 1.2;
font-family: brandon-grotesque, sans-serif;
}
.station-adress span:last-of-type {
font-size: 24px;
}
.station-tel span:first-of-type, .station-tel span:nth-of-type(3) {
font-size: 22px;
color: #c4b283;
font-family: brandon-grotesque, sans-serif;
}
.station-tel span:nth-of-type(3) {
margin-left: 40px;
}
.station-tel span:nth-of-type(2), .station-tel span:last-of-type {
font-size: 18px;
padding-left: 15px;
}
.station-tel a {
color: #5e4938;
}
.station-info {
margin-top: 20px;
border-top: solid 1px #c4b283;
border-bottom: solid 1px #c4b283;
}
.station-inner {
display: flex;
border-bottom: solid 1px #c4b283;
margin-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
}
.station-inner:last-of-type {
border-bottom: unset;
}
.station-inner span {
display: block;
}
.station-inner .cat {
width: 45%;
color: #7da94d;
font-size: 18px;
display: flex;
flex-direction: column;
justify-content: center;
}
.station-inner span:last-of-type {
width: 50%;
font-size: 18px;
line-height: 1.6;
display: flex;
flex-direction: column;
justify-content: center;
}
.station-right {
background: #f4eddb;
border-radius: 100px 100px 0px 0px;
padding: 50px 0 20px;
}
.station-photo1 {
width: 50%;
margin: 0 auto;
}
.station-text1 {
text-align: center;
margin-top: 50px;
}
.station-text1 p {
font-size: 16px;
}
.station-link-wrapper {
width: 90%;
margin: 0 auto;
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.station-link {
width: 30%;
padding: 40px 0px;
background-color: #7da94d;
text-align: center;
}
.station-button span {
color: #fff;
font-size: 18px;
padding: 5px 30px 5px 0px;
background-image: url(//zaitaku-kamiyui.com/wp-content/themes/yururito/assets/img/yui/download-icon.webp);
background-repeat: no-repeat;
background-size: 20px;
background-position-x: right;
background-position-y: center;
}
.station-map {
text-align: center;
margin-top: 20px;
}
.station-inner3 span.sub {
width: 100%;
font-size: 13px;
color: #5e4938;
}
@media screen and (max-width:1200px) {
.over-wrap {
width: 100%;
margin: 0 auto;
} #message {
width: 90%;
margin: 0 auto;
}
.message-text p {
text-align: center;
font-size: 18px;
margin-bottom: 15px;
}
.message-wrapper1, .message-wrapper2 {
display: block;
}
.message-wrapper1 .message-left, .message-wrapper2 .message-left {
width: 50%;
margin: 0 auto;
}
.message-wrapper1 .message-right, .message-wrapper2 .message-right {
width: 100%;
margin-top: 80px;
}
.message-wrapper2 .message-right {
margin-left: 0;
} .links-over {
width: 100%;
display: block;
}
.link1 {
padding: 50px 0px;
width: 100%;
}
.link2 {
padding: 50px 0px;
width: 100%;
margin-top: 30px;
}
.link2 .link-photo.link-photo1 {
display: none;
} #station {
width: 85%;
margin-top: 100px;
}
.station-wrapper1 {
display: block;
}
.station-left {
width: 100%;
}
.station-right {
width: 100%;
margin: 0 auto;
margin-top: 70px;
}
.station-tel {
margin-top: 10px;
}
.station-photo1 {
width: 40%;
}
iframe {
width: 580px;
height: 450px;
}
.station-link-wrapper {
width: 100%;
}
.station-link {
width: 32%;
}
.station-button span {
font-size: 15px;
padding: 5px 18px 5px 0px;
background-size: 12px;
}
}
@media screen and (max-width:750px) {
#message {
width: 100%;
}
.message-photo2 {
width: 95%;
margin: 0 auto;
}
.message-title {
width: 90%;
display: block;
}
.message-text-inner2 {
width: 100%;
margin-top: 10px;
}
.message-text {
width: 90%;
margin: 0 auto;
}
.message-text2 {
margin-top: 40px;
}
.message-wrapper1 {
margin-top: 30px;
}
.message-wrapper2 .message-right {
width: 100%;
}
.message-text-inner1 span {
font-size: 14px;
}
.message-text1 {
width: 100%;
margin-top: 20px;
}
.message-title h1 {
font-size: 40px;
margin-top: 5px;
}
.message-title span {
font-size: 15px;
margin-left: 0;
margin-top: 5px;
}
.message-text-inner2 span {
font-size: 16px;
}
.message-text p {
text-align: left;
font-size: 16px;
}
.message-text5 {
margin-top: 50px;
}
.message-text5 span {
font-size: 20px;
}
.message-wrapper1 .message-right, .message-wrapper2 .message-right {
margin-top: 30px;
}
.message-wrapper1 .message-left {
width: 90%;
}
.message-wrapper2 .message-left {
width: 80%;
}
.message-text6 {
margin-top: 40px;
}
.message-wrapper2 {
display: block;
margin-top: 30px;
}
.message-text7 {
margin-top: 15px;
}
.message-text7 span:first-of-type {
font-size: 15px;
}
.message-text8 span.under-beige {
text-align: center;
display: block;
width: max-content;
max-width: 100%;
margin: 0 auto;
}
.message-text9 {
margin-top: 30px;
}
.message-text9 p {
text-align: center;
line-height: 2;
} #links {
margin-top: 150px;
}
.link-photo img {
height: 120px;
}
.link-photo {
top: -120px;
}
.link-text1 p {
font-size: 15px;
}
.tel-link, .line-link {
width: 95%;
margin-top: 20px;
}
.link1, .link2 {
padding: 70px 0px;
}
.link1::after, .link2::after {
height: calc(100% - 20px);
top: 9px;
} #station {
width: 90%;
margin-top: 70px;
margin-bottom: 50px;
}
.station-name h2 {
font-size: 30px;
letter-spacing: .0em;
}
.station-name span {
font-size: 15px;
}
.station-adress {
margin-top: 20px;
}
.station-adress span:first-of-type {
font-size: 14px;
}
.station-adress span:last-of-type {
font-size: 18px;
line-height: 2;
}
.station-tel span:first-of-type, .station-tel span:nth-of-type(3) {
font-size: 12px;
}
.station-tel span:nth-of-type(2), .station-tel span:last-of-type {
font-size: 15px;
padding-left: 3px;
}
.station-tel span:nth-of-type(3) {
margin-left: 15px;
}
.station-tel {
margin-top: 5px;
}
.station-inner {
padding-left: 15px;
margin-top: 12px;
padding-bottom: 12px;
}
.station-right {
width: 100%;
}
.station-inner span:last-of-type {
font-size: 15px;
}
.station-inner .cat {
font-size: 15px;
width: 48%;
}
.station-inner3 span.sub {
font-size: 12px;
}
iframe {
width: 300px;
height: 350px;
}
.station-link-wrapper {
display: block;
width: 90%;
}
.station-right {
margin-top: 30px;
padding: 40px 0 20px;
}
.station-photo1 {
width: 55%;
}
.station-link {
width: 100%;
padding: 20px 0px;
}
.station-link2, .station-link3 {
margin-top: 20px;
}
.station-text1 p {
font-size: 15px;
text-align: left;
}
.station-button span {
font-size: 15px;
}
}