.ft-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.ft-yugothic {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.ft-hiragino {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.content-wrapper {
    position: relative;
}
.left-content,
.right-content {
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: calc((100% - 430px) / 2);
}
.left-content {
    left: 0;
}
.right-content {
    right: 0;
}
.sun {
    animation: 10s linear infinite rotation1;
    background: url(../images/sun.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 47px;
    position: absolute;
    left: 15%;
    bottom: 15%;
    width: 46px;
}
@keyframes rotation1{
    0% {
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
.town-left,
.town-right {
    background-size: contain;
    background-repeat: repeat-x;
    height: 70px;
    position: absolute;
    bottom: 2%;
    width: 100%;
}
.town-left {
    background-image: url(../images/left.png);
    background-position: left bottom;
}
.town-right {
    background-image: url(../images/right.png);
    background-position: right bottom;
}
.center-content {
    background: #E80012;
    height: 3000px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 430px) {
    .center-content {
        width: 430px;
    }
}
@media screen and (max-width: 1990px) {
    .town-left,
    .town-right {
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1262px) {
    .left-main__inner {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .right-content {
        width: 375px;
    }
    .center-content {
        margin-right: 375px;
        width: calc(100% - 375px);
    }
    .center-content__inner {
        width: 430px;
        margin: 0 0 0 auto;
        position: relative;
    }
}
@media screen and (max-width: 820px) {
    .center-content {
        position: relative;
        z-index: 1;
    }
}
@media screen and (max-width: 768px) {
    .left-content,
    .right-content {
        display: none;
    }
    .center-content {
        margin-right: 0;
        width: 100%;
    }
    .center-content__inner {
        margin: 0 auto;
        width: 100%;
    }
}
.cloud-left,
.cloud-right {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	animation: cloudmove 8s infinite;
	-webkit-animation: cloudmove 8s infinite;
	-moz-animation: cloudmove 8s infinite;
    position: absolute;
}
.cloud-left {
	height: 43px;
	background-image: url(../images/cloud-left.png);
    left: 10%;
    bottom: 10%;
    width: 390px;
}
.cloud-right {
	height: 24px;
	background-image: url(../images/cloud-right.png);
    right: 20%;
    bottom: 12%;
    width: 100px;
}
@keyframes cloudmove {
    0% {background-position: 0 0;}
    50% {background-position: 50px 0;}
    100% {background-position: 0 0;}
}

.left-main,
.right-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    width: 100%;
}
.left-main__line {
    margin: 50px 0 0;
    text-align: center;
}
/* .left-main__line a {
    background: #fff;
    border: 3px solid #06C755;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(139 139 139 / 30%);
    color: #06C755;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 335px;
}
.left-main__line a::before {
    background: url(../images/line.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 43px;
    margin-right: 10px;
    width: 45px;
}
.left-main__line a::after {
    content: "▶︎";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
} */

.left-main__tel {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgb(139 139 139 / 30%);
    margin: 10px auto 0;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    max-width: 335px;
}
.right-main__inner {
    margin: 0 auto;
    width: 90%;
    max-width: 335px;
}
.right-main__inner h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}
.right-main__list {
    margin: 0;
    padding: 0;
}
.right-main__list li {
    border-bottom: 1px solid #454545;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 10px 15px;
}
.right-main__list li a {
    color: #000;
    display: block;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.right-main__list li a::after {
    background: url(../images/arrow-rb.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
}