html {
    font-size: 62.5%;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-x: hidden;
    background-color: #F9F8F6;
}  

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}
.header {
    background-color: #c9aa2d;
}
.header__inner {
    display: flex;
    padding: 0 2rem;
    align-items: center;
}
.header__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
    color: #FFCC00	;
    margin-right: auto;
}
.header__list {
    display: flex;
    gap: 5rem;
}
.header__link {
    font-family: "Marcellus", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.192rem;
    color: #707070;
    @media screen and (max-width: 768px) {
        font-size: 1.2rem;
    }
}
.fv {
    background-image: url(../img/fv.jpg);
    height: 400vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fv__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 12rem;
    letter-spacing: 1.5rem;
    color: #FFCC00	;
}
.fv__box {
    position: absolute;
    bottom: 20rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.5);
    padding: 0 2rem 5rem 2rem;
}
.fv__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 8rem;
    letter-spacing: 0.5rem;
    color: red;
    margin-bottom: 3rem;
}
.fv__flex {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.fv__hero {
    max-width: 20rem;
    height: auto;
}
.footer {
    background-color: #CCCC00;
}
.footer2 {
    background-color:#440000;
    
}
.footer__inner {
    display: flex;
    padding: 4rem 2rem;
    align-items: center;
}
.footer__nav {
    margin: 0 auto;
}
.footer__list {
    display: flex;
    gap: 10rem;
   
}
.footer__link {
    font-family: "Marcellus", system-ui;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.192rem;
    color: #ffffff;
}

.map__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.map__left {
    width: 70%;
    margin-right: 3rem;
    @media screen and (max-width: 768px) {
        margin-right: 1.5rem;
        width: 60%;
    }
}
.map__img {
    width: 100%;
    height: 45rem;
}
.map__right {
    width: 35rem;
    height: 12rem;
    padding: 2rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 7rem;
}
.map__adress {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.parking {
    margin-top: 25rem;
}
.parking__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.parking__left {
    width: 70%;
    margin-right: 3rem;
}
.parking__img {
    width: 100%;
    height: 45rem;
}
.parking__right {
    width: 35rem;
    height: 12rem;
    margin-top: 7rem;
}
.parking__number {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
}
.parking__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    padding-top: 2rem;
}
.company {
    margin-left: 15rem;
    margin-top: 10rem;
}
.company__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.company__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.company__lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.black {
    color: black;
}
.company__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.menu {
    margin-bottom: 12rem;
}
.menu__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 10rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    color: 	#3399FF;
}
.menu__inner {
    padding: 0 2rem;
    /* max-width: 120rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.menu__flex {
    align-items: center;
}
.menu__hero {
    width:100%;
}
.menu__text {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
    letter-spacing: 0.192rem;
    color: #ff5b5b;
    margin-left: 12%;
}
.menu__caution {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: 	red;
}
.menu__btn {
    display: inline-block;
    vertical-align: middle;
    color: red;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.4rem 2rem;
    border-left-color: currentColor;
    border-right: 0;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}
.mida{
    font-size: 80px;
}
.foot {
    background-color:#440000;
    width: 100%;
    height: 15rem;
}
.menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20%;
}
.menu__item {
    text-align: center;
}
.menu__img {
    width: 40rem;
    height: 40rem;
}
.menu__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
}
.item__box {
    text-align: center;
    padding: 10rem 2rem;
    max-width: 120rem;
    margin: 0 auto;
    padding-bottom: 20rem;
}
.item__img {
    max-width: 40rem;
    height: auto;
}
.item__heading {
    font-family: "Marcellus", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 10rem;
    letter-spacing: 0.192rem;
    color: black;
    
}
.item__price {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 8rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
    margin-bottom: 7rem;
}
.item__ex {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
}
.item__btnBox {
    display: flex;
    justify-content: flex-end;
}
.btnSquare__link{
    color: #FFFFFF;
    background-color: #FFCC00;
    border-radius: 4rem;
    width: 12rem;
    display: flex;
    align-items: center;
    padding: 0.8rem 0 0.6rem 0;
}
.btnSquare__text {
    font-family :'Yu Mincho Demibold','YuMincho Demibold', 'Hiragino Mincho Pro',serif;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    line-height: 1.66;
    margin: 0 auto;
}


html {
    font-size: 62.5%;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-x: hidden;
    background-color: #F9F8F6;
}  

a {
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}
.header {
    background-color: #c9aa2d;
}
.header__inner {
    display: flex;
    padding: 0 2rem;
    align-items: center;
}
.header__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 0.192rem;
    color: #FFCC00	;
    margin-right: auto;
}
.header__list {
    display: flex;
    gap: 5rem;
}
.header__link {
    font-family: "Marcellus", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.192rem;
    color: #707070;
    @media screen and (max-width: 768px) {
        font-size: 1.2rem;
    }
}
.fv {
    background-image: url(/img/fv.jpg);
    height: 450vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fv__title {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 12rem;
    letter-spacing: 1.5rem;
    color: #FFCC00	;
}
.fv__box {
    position: absolute;
    bottom: 20rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.5);
    padding: 0 2rem 5rem 2rem;
}
.fv__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 8rem;
    letter-spacing: 0.5rem;
    color: red;
    margin-bottom: 3rem;
}
.fv__flex {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.fv__hero {
    max-width: 20rem;
    height: auto;
}
.footer {
    background-color: #CCCC00;
}
.footer__inner {
    display: flex;
    padding: 4rem 2rem;
    align-items: center;
}
.footer__nav {
    margin: 0 auto;
}
.footer__list {
    display: flex;
    gap: 10rem;
}
.footer__link {
    font-family: "Marcellus", system-ui;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.192rem;
    color: #707070;
}

.map__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.map__left {
    width: 70%;
    margin-right: 3rem;
    @media screen and (max-width: 768px) {
        margin-right: 1.5rem;
        width: 60%;
    }
}
.map__img {
    width: 100%;
    height: 45rem;
}
.map__right {
    width: 35rem;
    height: 12rem;
    padding: 2rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 7rem;
}
.map__adress {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.parking {
    margin-top: 25rem;
}
.parking__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    margin-top: 15rem;
}
.parking__left {
    width: 70%;
    margin-right: 3rem;
}
.parking__img {
    width: 100%;
    height: 45rem;
}
.parking__right {
    width: 35rem;
    height: 12rem;
    margin-top: 7rem;
}
.parking__number {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
}
.parking__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    padding-top: 2rem;
}
.company {
    margin-left: 15rem;
    margin-top: 10rem;
}
.company__inner {
    padding: 0 2rem;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.company__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.company__lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.black {
    color: black;
}
.company__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
}
.menu {
    margin-bottom: 12rem;
}
.menu__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 10rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    color: 	#3399FF;
}
.menu__inner {
    padding: 0 2rem;
    /* max-width: 120rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.menu__flex {
    align-items: center;
}
.menu__hero {
    width: 100%;
}
.menu__text {
    font-family: "Marcellus", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 6rem;
    letter-spacing: 0.192rem;
    color: #e2d007;
    margin-left: 12%;
}
.menu__caution {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: 	red;
}
.menu__btn {
    display: inline-block;
    vertical-align: middle;
    color: red;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.4rem 2rem;
    border-left-color: currentColor;
    border-right: 0;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}
.foot {
    background-color:#440000;
    width: 100%;
    height: 15rem;
}
.menu__list {
    display: block;
    flex-wrap: wrap;
    gap: 20%;
}
.menu__item {
    text-align: center;
}
.menu__img {
    width: 40rem;
    height: 40rem;
}
.menu__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
}
.q .foot {
    height: 6rem;
    margin-top: 3rem;
}
.q__inner {
    padding: 0 2rem;
    max-width: 83rem;
    margin: 0 auto;
    
}
.q__heading {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
}
.q__unit {
    text-align: center;
    margin-top: 60px;
}
.q__item {
    display: flex;
    margin-bottom: 2rem;
}
.q__q {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 0.5;
    letter-spacing: 0.05rem;
    color: black;
    margin-right: 2rem;
}
.q__text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 0.5;
    letter-spacing: 0.05rem;
    color: black;
}
.q__a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 0.5;
    letter-spacing: 0.05rem;
    color: black;
    margin-right: 2rem;
}
.q__question {
    margin-top: 1rem;
    background-color: #c2c1c1;

}
.q__question-inner {
    padding: 2rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.q__content {
    margin: 0 auto;
    width: 62rem;
}
.q__lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
    margin-bottom: 2rem;
}
.q__group {
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.q__flex {
    display: flex;
}
.q__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: black;
    margin-right: 2rem;
}
.name {
    margin-right: 5rem;
}
.namebox {
    margin-right: 3rem;
}
.namemei {
    margin-right: 0.5rem;
}
.mediam {
    max-width: 39.8rem;
    width: 100%;
}
.longbox {
    margin-right: 2.3rem;
}
.hankaku {
    margin-left: 2rem;
}
.tel {
    margin-right: 5.4rem;
}
.bigbox {
    margin-top: 2rem;
    max-width: 39.8rem;
    width: 100%;
    height: 10rem;
}
.content {
    margin-right: 0.8rem;
}
.q__send {
    background-color: white;
    width: 10rem;
    margin: 0 auto;
    margin-top: 3rem;
}
.q__send:hover {
    background-color: red;
}
.q__txtm {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 0.05rem;
    color: black;
}

.border__blue {
    border-bottom: solid 3px blue;
    display: inline;
}
.footer2{
    margin-top: 40px;
}

.header__title a:visited{
    color: #FFCC00;/*カラーコードは任意*/
}
.mme{
    display:flex;
    justify-content: space-between;
}
.tutu{
    display:flex;
    justify-content:space-evenly;
    margin-top: 50px;
}