/* ==================
共通
=================== */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #F6E6CB;
    line-height: 1.5;
    font-size: 16px;
    color: #534340;
    font-family: "メイリオ", Meiryo,'TsukuBRdGothic-Regular', sans-serif;
}

a {
    text-decoration: none;
    transition: 0.5s;

}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
}

.inner {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 225px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

main .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}


footer {
    background-color: #A0937D;
    margin-top: 150px;
}

footer .footer_logo {
    width: 225px;
    padding-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

footer ul {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

footer ul li {
    margin-left: 10px;
    margin-right: 10px;
}

footer ul li a {
    color: #fff;
}

/* ==================
top
=================== */
.firstview .menu {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.firstview .menu a {
    display: block;
    text-align: center;
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E3CDC1;
    color: #534340;
}

.firstview .menu a span {
    display: block;
    font-size: 0.8em;
}

.firstview {
    margin-bottom: 150px;
}


.topabout h2 {
    font-size: 61px;
    margin-bottom: 30px;
    text-align: center;
}

.topabout .flex {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.topabout .flex img,
.topabout .flex div {
    width: 480px;
}


.topabout a {
    display: block;
    margin-top: 40px;
    text-align: center;
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E3CDC1;
    color: #534340;
}

.topabout a span {
    display: block;
}

/* ==================
under共通
=================== */
.undertitle{
    width: 1180px;
    height: 207px;
    background-image: url(../img/undertitle@2x.png);
    background-size: contain;
    position: relative;
    margin-top: 40px;
}
.undertitle h2{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255, 0.6);
    padding: 20px 30px;
    font-size: 2em;
}


/* ==================
under_about
=================== */
.section1 .flex,
.section2 .flex{
    display: flex;
    justify-content: space-between;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section1 .flex img,
.section2 .flex img{
    width: 480px;
}
.section2 .flex{
    flex-direction: row-reverse;
}
.section1 .flex p,
.section2 .flex p{
    width: 480px;
}
.section1 .flex h2,
.section2 .flex h2{
    font-size: 48px;
    margin-bottom: 25px;
}

/* ==================
under_menu
=================== */
.menu .undertitle {
    background-image: url(../img/undertitle_1@2x.png);
}
.menu .section1 ,
.menu .section2 {
    text-align: center;
}
.menu .section1 h2,
.menu .section2 h2{
    font-size: 48px;
    margin-bottom: 30px;
}
.menu .section1 .flex,
.menu .section2 .flex{
    width: 1180px;
}
.menu .section1 .flex figure,
.menu .section2 .flex figure{
    margin-left: 5px;
    margin-right: 5px;
}
.menu .section1 .flex span,
.menu .section2 .flex span{
    display: block;
}


/* ==================
under_access
=================== */
table{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 60px;
}
table td{
    padding-left: 40px;
    padding-bottom: 25px;
}