@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}



body {
    font-size: 18px;
    line-height: 1.6;
    color: #2b1e10;
    font-family: 'Cambria Math', 'Athelas', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'Arial', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    color: #5c2d0d;
}

.logo {
    text-align: center;
    padding: 15px 0;
}

.logo img {
    width: 250px;
}

.gnav {
    background-color: #f8dfc8;
}

.gnav ul {
    display: flex;
    justify-content: center;
}

.gnav a {
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    color: #3a2815;
}

.gnav .current {
    font-weight: bold;
    color: #50381e;
    border-bottom: 5px solid #50381e;
}

section {
    padding: 70px 0;
}

.title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    position: relative;
    color: #352d25;
}

.title::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #352d25;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about {
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.inner {
    width: 920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inner p {
    margin-bottom: 20px;
    text-align: center;
}

.menu {
    background-color: #f7eee5;
}

.item_wrap {
    display: flex;
    justify-content: space-between;
}

.item {
    width: 30%;
    position: relative;
}

.pickup {
    position: absolute;
    right: 0%;
    top: -20px;
    width: 80px;
}

.right_link {
    text-align: right;
    margin-top: 20px;
}

.message {
    background-image: url(../images/bg_farm.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.blog {
    width: 30%;
    display: flex;
    justify-content: center;
}

.access {
    background-color: #f7eee5;
}

.flex {
    display: flex;
}

.access_img {
    float: left;
    width: 50%;
    margin-left: 15px;
}

.access_table {
    width: 100%;
    margin-left: 10px;
}

.access_table th,
.access_table td {
    border-bottom: 1px dashed #75685b;
    padding: 25px;
}

/* .totop { */
    /* position: fixed; */
    /* bottom: 10px; */
    /* right: 10%; */
/* } */

/* .totop a { */
    /* display: inline-block; */
    /* background-color: #d8d8be; */
    /* background-color: 3; */
    /* padding: 10px 30px; */
    /* text-decoration: none; */
    /* font-size: 14px; */
    /* border-radius: 10px; */
/* } */

#page-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 100%;
    line-height: 1.5rem;
    color: #352d25;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}


footer {
    background-color: #c66524;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.copy {
    text-align: center;
}