@charset "utf-8";
@import url("default.css");

/*==========================================
body
===========================================*/

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

body.zhcn {
    font-family: 'SimSun', 'sans-serif';
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style-type: none;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値では非表示 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .1s ease;
    background-color: #fdffde;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fade::after {
    opacity: 1;
    background-color: #fdffde;
}

/*==========================================
main
===========================================*/
.main {
    width: 100px;
    height: 1000px;
}

/* .main {
    width: 1080px;
    height: 1920px;
} */


/*==========================================
.gmap
===========================================*/
.gmap {
    width: 1080px;
    height: 600px;
    position: relative;
}

div#map {
    width: 100%;
    height: 635px;
    position: absolute;
    top: -35px;
}

.gmap.top {
    height: 1100px;
    position: relative;
}

.gmap.top div#map {
    width: 100%;
    height: 1135px;
    position: absolute;
    top: -35px;
}

div.filter {
    z-index: 10;
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0px;
}

/*==========================================
.menu
===========================================*/
.menu {
    width: 1080px;
    height: 500px;
    background-color: #fdffde;
}

/* .menu {
    width: 1080px;
    height: 500px;
    background-color: #fdffde
} */

.menu.event_year {
    width: 1080px;
    height: 1100px;
}

/*==========================================
.menu .menu_list_sub
===========================================*/
div.menu_list_sub {
    position: relative;
    width: 1080px;
    height: 500px;
    box-sizing: border-box;
    border: solid 5px #edb364;
    border-radius: 25px 25px 25px 25px;
    background-color: #fff;
}

div.menu_list_sub_kankou {
    position: relative;
    width: 1080px;
    height: 500px;
    box-sizing: border-box;
    border: solid 5px #edb364;
    border-radius: 25px 25px 25px 25px;
    background-color: #fdeccd;
}

.gourmet div.menu_list_sub {
    border: solid 5px #d87d8a;
    background-color: #fff;
}

.gourmet div.menu_list_sub_gurumet {
    position: relative;
    width: 1080px;
    height: 500px;
    box-sizing: border-box;
    border: solid 5px #d87d8a;
    border-radius: 25px 25px 25px 25px;
    background-color: hsl(0, 100%, 97%);
}

.event div.menu_list_sub {
    border: solid 5px #97d4e4;
    background-color: #fff;
}

.traffic div.menu_list_sub {
    border: solid 5px #6db672;
    background-color: #fff;
}

div.menu_list_sub>p {
    font-size: 45px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #edb364;
    border-radius: 20px 20px 0 0;
}

.gourmet div.menu_list_sub>p {
    background-color: #d87d8a;
}

.event div.menu_list_sub>p {
    background-color: #97d4e4;
}

.traffic div.menu_list_sub>p {
    background-color: #6db672;
}

div.menu_list_sub a.btn_return {
    position: absolute;
    top: 6px;
    right: 50px;
    display: block;
    width: 180px;
    font-size: 24px;
    font-weight: bold;
    color: #595757;
    box-sizing: border-box;
    line-height: 60px;
    padding-left: 95px;
    border: solid 1px #fff;
    background-color: #fff;
    border-radius: 50px;
    background-image: url(../img/return.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 20px 10px;
}

/*イベント背景*/
div.menu_list_sub.event {
    /* background-color: #f2fcff; */
    background-color: #edfeff;
}

/*交通背景*/
div.menu_list_sub.traffic {
    background-color: #effff0;
    /* background-color: #fff; */
}

/*==========================================
.menu .menu_list
===========================================*/
ul.menu_list {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;

}

ul.menu_list li {
    width: 333.333px;
}

/* ul.menu_list li a {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    box-sizing: border-box;
    line-height: 80px;
    border: solid 3px #edb364;
    background-color: #fff;
    border-radius: 50px;
} */

ul.menu_list li a {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    box-sizing: border-box;
    line-height: 80px;
    border: solid 3px #edb364;
    background-color: #fff;
    border-radius: 50px;
    color: #ff870f;
    font-weight: bold;
}

.menu_list img {
    width: 60px;
    height: 55px;
    display: inline-flex;
    transform: translate(-70px, 10px);
}

.gourmet ul.menu_list li a {
    font-size: 35px;
    border: solid 3px #d87d8a;
    color: #ff2f0f;
    font-weight: bold;
}

.event ul.menu_list li a {
    border: solid 3px #29abe2;
    color: #29abe2;
    font-weight: bold;
}




/*==========================================
.menu .menu_list.last
===========================================*/
ul.menu_list.last {
    margin-top: 50px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}

ul.menu_list.last li {
    width: 500px;
}

ul.menu_list.last li:nth-of-type(1) a {
    width: 450px;
    margin: 0;
    margin-left: 75.666px;
    margin-top: 15px;
    border: solid 3px #f7931e;
    background-color: #f7931e;
    color: #fff;
    font-size: 45px;
}

/* ul.menu_list.last li:nth-of-type(1) a {
    width: 450px;
    margin: 0;
    margin-left: 16.666px;
    border: solid 3px #f7931e;
    background-color: #f7931e;
    color: #fff;
    font-size: 45px;
} */

.gourmet ul.menu_list.last li:nth-of-type(1) a {
    border: solid 3px #f94848;
    background-color: #f94848;
    font-size: 33px;
    color: #fff;
}

.event ul.menu_list.last li:nth-of-type(1) a {
    border: solid 3px #29abe2;
    background-color: #29abe2;
    font-size: 32px;
    color: #fff;
}

ul.menu_list.last li:nth-of-type(2) a {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    padding-left: 50px;
    margin-top: 15px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 40px;
}


.menu_list.last.kankouchi li:nth-of-type(2) a {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    margin-top: 15px;
    padding-left: 50px;
    background-image: url(../img/close2.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
}

/* .menu_list.gourmet.last li:nth-of-type(2) a {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    padding-left: 50px;
    background-image: url(../img/close3.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
} */

#button3 {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    margin-top: 15px;
    padding-left: 50px;
    background-image: url(../img/close3.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
}

#button4 {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    margin-top: 15px;
    padding-left: 50px;
    background-image: url(../img/close4.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
}

#button5 {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    margin-top: 15px;
    padding-left: 50px;
    background-image: url(../img/close5.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
}


/*==========================================
.slide_items
===========================================*/
/*元の-------------------------------
 .slide_items {
    width: 950px;
    height: 300px;
    margin: auto;
    margin-top: 50px;
} 
-----------------------------------------*/

/*-------------追加---------------------*/
.slide_items {
    width: 950px;
    height: 250px;
    margin: auto;
    margin-top: 50px;
    font-size: 25px;
    font-weight: 1000;
    text-align: center;
    font-weight: lighter;
}

/*スライドの画像サイズ*/
.slide_items.size img {
    width: 340px;
    height: 300px;
    margin: 10px;
    margin-top: 10px;
}

.slide_items.size h2 {
    width: 500px;
    text-align: left;

}

.slide_items.size p {
    width: 500px;
    text-align: left;
    font-size: 20px;
}

.slide_items.size p.pensyon {
    height: 207px;
    width: 500px;
    text-align: left;
}


/*ボタンの位置修正のため*/
.slide_items.size p.nigyou_gaiyou {
    width: 500px;
    height: 132px;
    text-align: left;
    font-size: 20px;
}

/*大子温泉保養センター森林の温泉(英語)*/
.slide_items.size p.nigyou_gaiyou_sangyou {
    width: 500px;
    height: 87px;
    text-align: left;
    font-size: 20px;
}


/*英語*/
/*スライドの画像サイズ*/
/* .slide_items.size_en img {
    width: 340px;
    height: 300px;
    margin: 10px;
    margin-top: 10px;
} */

/* .slide_items.size_en h2 {
    width: 500px;
    margin-top: 10px;
    text-align: left;
    line-height: 45px;
} */

/* .slide_items.size_en p {
    width: 500px;
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
} */



/*-------------------------------------------*/

/*==========================================
【slick】前へ次への矢印をカスタマイズ
===========================================*/
.slide-arrow {
    bottom: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    width: 0;
}

.prev-arrow {
    border-bottom: 100px solid #fff;
    border-left: 0;
    border-right: 50px solid #595757;
    border-top: 100px solid #fff;
    left: -60px;
}

.next-arrow {
    border-bottom: 100px solid #fff;
    border-left: 50px solid #595757;
    border-right: 0;
    border-top: 100px solid #fff;
    right: -60px;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}

/*==========================================
.slide_items table
===========================================*/
.slide_items table {
    line-height: 1.5;
}

.slide_items table th {
    width: 400px;
}

.slide_items table th img {
    width: 100%;
    height: auto;
}

.slide_items table td {
    width: 500px;
    padding-left: 50px;
    vertical-align: top;
    font-size: 24px;
}

.slide_items table td h2 {
    font-size: 45px;
}

.slide_items table td p {
    font-size: 24px;
    height: 200px;
}

.slide_items table td a {
    display: block;
    width: 250px;
    margin-left: 220px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border: solid 1px #edb364;
    background-color: #fff;
    border-radius: 50px;
}

/*==========================================
.slide_items.all （すべて表示用※3列表示）
===========================================*/
/* 元の
.slide_items.all li {
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}

.slide_items.all li img {
    width: 100%;
    height: auto;
}

.slide_items.all h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 25px;
} */

/*---------------追加-------------------*/
.slide_items.all li {
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0 10px;
}

.slide_items.all li img {
    width: 100%;
    /*height:auto;から250pxに変更*/
    height: 250px;
}

.slide_items.all h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 25px;
}

/*---------------------------------------*/


/*==========================================
.gourmet .slide_items.waku （すべて表示用※1列表示）
===========================================*/
.gourmet .slide_items.waku li {
    overflow-y: hidden;
    box-sizing: border-box;
}

.gourmet .slide_items.waku li table {
    width: 950px;
}

.gourmet .slide_items.waku li table td {
    width: 33.333%;
    padding: 10px;
}

.gourmet .slide_items.waku li table td p {
    height: 60px;
    line-height: 60px;
    border: solid 1px #000;
    text-align: center;
}

.gourmet .slide_items.syamo li table td p input {
    border: none;
    background-color: #fff;
    width: 96%;
    height: 97%;
}

.gourmet .slide_items.syamo li table td p input:hover {
    cursor: pointer;
}


/*お茶の場所*/
.gourmet .slide_items.wakucha li {
    overflow-y: hidden;
    box-sizing: border-box;
}

.gourmet .slide_items.wakucha li table {
    width: 950px;
}

.gourmet .slide_items.wakucha li table td {
    width: 33.333%;
    padding: 12px;
}

.gourmet .slide_items.wakucha li table td p {
    height: 80px;
    line-height: 80px;
    border: solid 3px #000;
    text-align: center;
}

/*==========================================
.gourmet .slide_items.waku （縦方向にスライド）
===========================================*/
.slide_items.all.vertical {
    width: 1020px;
    height: 400px;
    margin: 0 25px;
    margin-top: 0px;
}

.slide_items.all.vertical li {
    height: 130px;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.slide_items.all.vertical li table {}

.slide_items.all.vertical li table th {
    width: 120px;
}

.slide_items.all.vertical li table th img {
    height: 100px;
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.slide_items.all.vertical li table td {
    width: 900px;
    padding: 0;
    padding-left: 25px;
}

.slide_items.all.vertical li table td h2 {
    font-size: 25px;
    text-align: left;
    margin: 0;
}

.slide_items.all.vertical li table td p {
    height: 55px;
    font-size: 18px;
    text-align: left;
    padding-right: 5px;
    padding-top: 2.5px;
    width: 850px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */
}

.slide_items.all.vertical h2 {}

/*==========================================
p.twoLines
===========================================*/
.gourmet .slide_items.waku table td p.twoLines {
    line-height: 30px;
    padding-top: 1px;
    font-size: 20px;
}

.gourmet .slide_items.waku table td p.threeLines {
    line-height: 20px;
    padding-top: 10px;
}



/*==========================================
table.ringo
===========================================*/
table.ringo {
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 50px;
}

table.ringo th {
    width: 400px;
}

table.ringo th img {
    width: 100%;
    height: auto;
}

table.ringo td {
    width: 500px;
    padding-left: 50px;
    vertical-align: top;
    font-size: 24px;
}

table.ringo td h2 {
    font-size: 45px;
}

table.ringo td p {
    font-size: 24px;
    height: 200px;
}

table.ringo td a {
    display: block;
    width: 250px;
    margin-left: 220px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border: solid 1px #edb364;
    background-color: #fff;
    border-radius: 50px;
}


/*==========================================
table.ringo.sake
===========================================*/
table.ringo.sake td ul {
    display: flex;
}

table.ringo.sake td a {
    display: block;
    width: 200px;
    margin-left: 50px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border: solid 1px #edb364;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

/*==========================================
.event_list
===========================================*/

.event_list {
    width: 950px;
    height: 250px;
    margin: 0 auto;
    overflow-y: auto;
    font-size: 24px;
}

.event_list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.event_list table th {
    padding: 25px 0;
    border-bottom: solid 2px #000;
    color: #778ca3;
}

.event_list table td {
    padding: 25px 0;
    border-bottom: solid 1px #222;
    /* color: #0296ff; */
    color: #000;
}

.event_list table td:nth-of-type(1) {
    width: 20%;
}

.event_list table td:nth-of-type(2) {
    width: 65%;
}

.event_list table td:nth-of-type(3) {
    width: 15%;
}

/*event_year*/
.menu.event_year {
    height: 1100px;
}

.menu.event_year div.menu_list_sub {
    height: 1100px;
}

.menu.event_year .event_list {
    height: 850px;
}

/*==========================================
.traffic_list
===========================================*/
h3.traffic_list {
    text-align: center;
    font-size: 24px;
    color: #00a99d;
    margin-top: 50px;
}

ul.traffic_list {
    display: flex;
    text-align: center;
    font-size: 24px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;
}

ul.traffic_list>li {
    width: 50%;
}

ul.traffic_list>li p {
    font-weight: bold;
}

ul.traffic_list>li ul {
    display: flex;
    margin-top: 25px;
}

ul.traffic_list>li ul li {
    width: 250px;
    height: 125px;
    box-sizing: border-box;
}

ul.traffic_list>li ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.traffic_list>li:nth-of-type(1) {
    border-right: solid 2px #000000;
}

ul.traffic_list>li:nth-of-type(1) ul li:nth-of-type(1) {
    background-image: url(../img/bus2.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-position: 60px 35px;
    border-right: solid 1px #7a7a7a;
}

ul.traffic_list>li:nth-of-type(1) ul li:nth-of-type(2) {
    background-image: url(../img/car2.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-position: 60px 35px;
}

ul.traffic_list>li:nth-of-type(2) ul li:nth-of-type(1) {
    background-image: url(../img/bus2.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-position: 60px 35px;
    border-right: solid 1px #7a7a7a;
}

ul.traffic_list>li:nth-of-type(2) ul li:nth-of-type(2) {
    background-image: url(../img/car2.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-position: 60px 35px;
}

/*==========================================
.menu .menu_list.last.traffic
===========================================*/
ul.menu_list.last.traffic {
    margin-top: 8px;
    margin-left: -0px;
}

ul.menu_list.last.traffic li {
    width: 500px;
    margin: 0 auto;
}

ul.menu_list.last.traffic li:nth-of-type(1) a {
    width: 450px;
    padding-left: 50px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
    border: solid 1px #00a99d;
    background-color: #fff;
    color: #00a99d;
}

/*==========================================
.traffic .slide_items （すべて表示用※1列表示）
===========================================*/
.traffic .slide_items li {
    overflow-y: hidden;
    box-sizing: border-box;
}

.traffic .slide_items li table {
    width: 950px;
}

.traffic .slide_items li table td {
    width: 33.333%;
    padding: 10px;
}

.traffic .slide_items li table td p {
    height: 80px;
}

.traffic .slide_items li table td p a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    box-sizing: border-box;
    line-height: 80px;
    border: solid 1px #00a99d;
    background-color: #fff;
    border-radius: 50px;
}

/*==========================================
traffic_1.html
===========================================*/
ul.traffic_1_1 {
    width: 860px;
    margin-left: 175px;
    display: flex;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #00a99d;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.traffic_1_1 li:nth-of-type(1) {
    width: 300px;
}

ul.traffic_1_1 li:nth-of-type(2) {
    width: 300px;
    margin-left: 50px;
}

ul.traffic_1_1 li:nth-of-type(3) {
    width: 200px;
    margin-left: 50px;
}

ul.traffic_1_2 {
    display: flex;
    padding: 0 25px;
}

ul.traffic_1_2 li:nth-of-type(2) {
    height: 300px;
    overflow: scroll;
}



ul.traffic_1_3 {
    display: flex;
}

ul.traffic_1_3 li:nth-of-type(1) table {
    margin: 0 50px;
}

ul.traffic_1_3 table td {
    width: 150px;
    box-sizing: border-box;
}

ul.traffic_1_3 table td.traffic_1_3_1 {
    border: solid 1px #000;
    text-align: center;
    padding: 15px 0;
}

ul.traffic_1_3 table td.traffic_1_3_2 img {
    width: 50px;
    height: auto;
    vertical-align: middle;
    padding: 25px 0;
    padding-left: 90px;
    padding-right: 10px;
    border-right: solid 1px #000;
}

ul.traffic_1_3 table td.traffic_1_3_3 {
    text-align: left;
    padding-left: 10px;
}

ul.traffic_1_3 p.traffic_1_3_4 {
    text-align: center;
    margin-bottom: 10px;
}

ul.traffic_1_3 p.traffic_1_3_4 img {
    width: 50px;
    height: auto;
    vertical-align: middle;
}

ul.traffic_1_3 table.traffic_1_3_5 {}

ul.traffic_1_3 table.traffic_1_3_5 td {
    border: solid 1px #000;
    text-align: center;
    padding: 15px 0;
    width: 150px;
}

ul.traffic_1_2 li.traffic_1_3_6 {
    width: 200px;
    margin-left: 50px;
    line-height: 1.5;
}

button.btn_traffic {
    display: block;
    width: 100px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    line-height: 50px;
    border: solid 1px #6db672;
    background-color: #6db672;
    border-radius: 50px;
    margin-bottom: 25px;
}

#route_3-content,
#route_2-content,
#route_1-content {
    display: none;
}

#route_3-button.active,
#route_2-button.active,
#route_1-button.active {
    color: #6db672;
    border: solid 1px #6db672;
    background-color: #fff;
}

#route_3-content.active,
#route_2-content.active,
#route_1-content.active {
    display: block;
}

.btn_position {
    width: 400px;
    height: 172px;
    color: #00a99d;
    background-color: #fff;
    border: solid 2px #00a99d;
    font-size: 50px;
    border-radius: 50px;
}

/*---------りんごの種類*----------------*/
.menu.gourmet_ringonosyuri {
    height: 1100px;
}

/*------------------------------------*/

/*----------------------りんごの種類----------------------------*/
ul.menu_list.toziru.last li:nth-of-type(2) a {
    width: 450px;
    margin: 0;
    margin-left: 33.333px;
    padding-left: 50px;
    background-image: url(../img/return.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 130px 20px;
    font-size: 45px;
}

/*--------------------------------------------------------------*/

/*------------地酒の種類(画像の大きさ設定)------------------*/
.slide_items.zisake img {
    width: 100px;
    height: 300px;
    margin: 100px;
    margin-top: 10px;
}


.slide_items.zisake h2 {
    width: 500px;
    height: 10px;
    margin: 100px;
    margin-top: 1px;
    margin-left: 10%;
    font-size: 38px;
}

.slide_items.zisake p {
    height: 10px;
    margin: 25px;
    margin-top: 1px;
    margin-left: 10%;
    font-size: 38px;
}

.slide_items.zisake td {
    width: 200px;
    margin-aleft: 10px;
}



.slide_items.zisake .zisake_img1 {
    width: 200px;
    height: 200px;
    margin-top: 50px;
    margin-left: 10%;
}

.slide_items.zisake .zisake_img2 {
    width: 150px;
    margin: left;
    margin-left: 10%;
}

.slide_items.zisake .zisake_img3 {
    width: 220px;
    margin: left;
    margin-left: 10%
}

.slide_items.zisake table td {
    width: 500px;
    padding-left: 20px;
    vertical-align: top;
}

/*------------------------------------------------*/

/*りんごの種類*/

.gourmet_list {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    overflow-y: auto;
    font-size: 24px;
}

.gourmet_list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

p.pink {
    color: rgb(178, 57, 77);
    margin-top: 10px;
}

.gourmet_list table th {
    padding: 25px 0;
    border-bottom: solid 2px #000;
    color: #778ca3
}

.gourmet_list table td {
    border-bottom: solid 1px #222;
    font-size: 32px;
    vertical-align: top;
}

.gourmet_list table h1 {
    font-size: 50px;
    text-align: 10px;
    margin-top: 50px;
}

.gourmet_list table td:nth-of-type(1) {
    width: 20%;
}

.gourmet_list table td:nth-of-type(2) {
    width: 80%;
}

img.apple {
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 50px;
}

img.apple_amasa {
    width: 450px;
    height: 200px;
    margin-bottom: 10px;

}

p.left {
    text-align: left;
    margin-top: 10px;
    width: 395px;
}





/*----------------gourmet_ringonosyuri------------------*/
/*りんごの種類*/

.menu.gourmet_ringonosyuri {
    height: 1100px;
}

.menu.gourmet_ringonosyuri div.menu_list_sub {
    height: 1100px;
}

.menu.gourmet_ringonosyuri .gourmet_list {
    height: 850px;
}

/*-----------------------------------*/

/*イベント*/
.event_month_syousai {
    display: flex;
    height: 400px;
    padding: 30px;
}

.event_month_syousai .event_img1 {
    width: 600px;
    /*画像サイズ指定*/
    margin: 60px;
}

.event_month_syousai .event_img1 img {
    object-fit: cover;
    width: 350px;
    height: 300px;
    margin-top: -29px;
}

.event_text1 h3 {
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
}

.event_text1 p {
    margin-top: 15px;
    font-size: 24px;
    line-height: 25px;

}


/*-----------グルメの紹介--------------------------------*/

/*グルメの写真　*/
.gourmetinformation {
    display: flex;
    height: 400px;
}

.gourmetinformation .gourmetimg1 {
    width: 600px;
    /*画像サイズ指定*/
    margin: 60px;
    padding: 0px;
}

.gourmetinformation .gourmetimg1 img {
    object-fit: cover;
    width: 350px;
    height: 300px;
}

p.gourmettext1 {
    width: 800px;
    height: 250px;
    margin-top: 50px;
    margin-left: -100px;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
}

p.gourmettext1_cha {
    width: 800px;
    height: 250px;
    margin-top: 50px;
    margin-left: -100px;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
}

p.gourmettext1_ringo {
    width: 800px;
    height: 250px;
    margin-top: 50px;
    margin-left: -100px;
    padding: 10px;
    font-size: 24px;
    line-height: 25px;
}

p.gourmettext_cn {
    width: 800px;
    height: 250px;
    margin-top: 50px;
    margin-left: -100px;
    padding: 10px;
    font-size: 24px;
    line-height: 35px;
}


/*英語*/
.gourmetinformation .gourmettext1_en {
    margin: 50px 10px 0px 0;
    font-size: 22px;
}

.gourmettext1_en p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

/*------------グルメのその他--------------------------*/
div.ue {
    display: flex;
    width: 1080px;
    height: 170px;
    padding: 10px;
}

.ue .gourmetimg2 img {
    width: 170px;
    height: 170px;
    margin-left: -120px;
}

/*文字の位置、大きさ*/
.ue span {
    margin: 30px 70px 0 20px;
    padding: 0;
    font-size: 25px;
}

.ue span h1 {
    font-size: 30px;
}

.gourmetimg2 {
    display: flex;
    height: 50px;
    width: 45px;
    font-size: 34px;
    gap: 40px;
    margin: 20px 10px 100px 200px;
    text-align: center;
}

.gourmetimg3 img {
    display: flex;
    width: 300px;
    height: 300px;
}


/*英語*/
div.ue_en {
    display: flex;
    width: 1080px;
    height: 170px;
    padding: 15px;
    margin-top: -10px;
}

.ue_en .gourmetimg2 img {
    width: 170px;
    height: 170px;
    margin-left: -120px;
}

/*文字の位置、大きさ*/
.ue_en span {
    margin: 20px 70px 0 20px;
    padding: 0;
    font-size: 22px;
}

.ue_en span h1 {
    font-size: 30px;
}

p.gourmettext2 {
    line-height: 25px;
}

p.gourmettext2_cn {
    line-height: 32px;
}

/*--------------詳細ボタン-----------------*/
.gourmet_btn {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: -15px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
}

/*---------------奥久慈しゃも-------------------*/
.gourmet_btn_shamo {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 105px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}


/*-------------------奥久慈茶-----------------------*/
.gourmet_btn_cha {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: -15px;
    cursor: pointer;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}

/*英語*/
/*りんご*/
.gourmet_btn_ringo {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 4px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}

/*しゃも*/
.gourmet_btn_shamo_en {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 45px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}

/*茶*/
.gourmet_btn_cha_en {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 75px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}

/*中国*/
/*りんご&しゃも*/
.gourmet_btn_ringo_cn {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 70px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}

.gourmet_btn_shamo_cn {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 69px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}

/*茶*/
.gourmet_btn_cha_cn {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin: 105px 2px;
    border: 2px solid #f94848;
    border-radius: 200px;
    display: block;
    width: 250px;
    margin-left: 300px;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}




/*-----------地酒詳細(地酒・地ビールを見る)--------------*/
.gourmet_btn.zisake {
    position: relative;
    top: -100px;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    border: 2px solid #f94848;
    width: 250px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border-radius: 50px;
    cursor: pointer;
}

/*英語*/
.gourmet_btn.zisake.en {
    position: relative;
    top: -105px;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    border: 2px solid #f94848;
    width: 250px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border-radius: 50px;
    cursor: pointer;
}

.gourmet_btn.zisake.cn {
    position: relative;
    top: -105px;
    background-color: transparent;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    border: 2px solid #f94848;
    width: 250px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border-radius: 50px;
    cursor: pointer;
}

/*---------------地酒詳細(全てのお酒を見る)--------------------*/
a.gourmet_btn_zisake2 {
    position: relative;
    top: 60px;
    background-color: transparent;
    color: black;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: 4px 5px;
    border: 2px solid #f94848;
    width: 200px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 60px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 5px;
}


/*-gourmet_ringo_syousai.html--------------------------------------*/
/*りんごの詳細*/
.ringo_img {
    display: flex;
    width: 120px;
    height: 120px;
    gap: 60px;
    margin: 100px;
    position: relative;
    bottom: 30px;
}

/*中国語/英語*/
.ringo_img_en_cn {
    display: flex;
    width: 120px;
    height: 120px;
    gap: 40px;
    margin-top: 70px;
    margin-left: 28px;
    position: relative;
    bottom: 30px;
}



/*-gourmet_3_1_2.html--------------------------------------*/
.ringoenn1 {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    color: red;
}

.text1 {
    gap: 50px;
    text-align: left;
    display: flex;
    width: 55rem;
    margin: 2px 50px;
}


/*-gourmet_8_1.html--------------------------------------*/

.zisake1 {
    display: flex;
    margin: 30px 30px 30px;
    gap: 350px;
    font-size: 35px;
}

.zisake2 h1 {
    font-size: 35px;
    margin-left: 20px;
    /* border: none;
    border-top: 1px solid #778ca3;
    margin: 0; */
}

.zisake_img1 {
    display: flex;
    gap: 10px;
}

.zisake_img1 img {
    width: 100px;
    height: 200px;
    margin: 40px;
    gap: 10px;
}

.zisake_img1 p {
    display: flex;
    width: 160px;
    height: 200px;
    margin-top: auto;
    font-size: 34px;
}

.zisake_img2 {
    display: flex;
    gap: 10px;
}

.zisake_img2 img {
    display: flex;
    width: 150px;
    height: 200px;
    margin-right: 10px;
}

.zisake_img2 p {
    display: flex;
    width: 280px;
    height: 200px;
    margin-top: auto;
    font-size: 34px;
}

.osusume {
    color: #444;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.osusume:before,
.osusume:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}

.osusume:before {
    margin-right: .4em;
}

.osusume:after {
    margin-left: .4em;
}


/*----------------すべての酒--------------------------*/
.slide_items.all.chisake_img {
    width: 350px;
    height: 350px;
}

/*-----イベント詳細ボタン-----*/
.event_btn {
    height: 60px;
    width: 190px;
    display: flex;
    position: relative;
    background-color: transparent;
    /* color: #29abe2; */
    color: #000;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: 1px 2px;
    border: 2px solid #29abe2;
    border-radius: 200px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #fff;
}

/*英語*/
.event_btn_en {
    height: 70px;
    width: 190px;
    display: flex;
    position: relative;
    background-color: transparent;
    color: black;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin: 4px 2px;
    cursor: pointer;
    border: 2px solid #29abe2;
    border-radius: 200px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #fff;
}

/*------------りんご園の園名位置移動---------------*/
.slide_items.point {
    width: 1000px;
    height: 250px;
    font-size: 25px;
    font-weight: 1000;
    text-align: center;
}

ul.menu_list.point {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

ul.menu_list.point li {
    width: 320px;
}

ul.menu_list.point li a {
    display: block;
    width: 300px;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 80px;
    border: solid 2px #d87d8a;
    background-color: #fff;
    border-radius: 50px;
}

/*英語/りんご園*/
ul.menu_list.point_en {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

ul.menu_list.point_en li {
    width: 320px;
}

ul.menu_list.point_en li a {
    display: block;
    width: 300px;
    text-align: center;
    font-size: 17px;
    box-sizing: border-box;
    line-height: 60px;
    border: solid 2px #d87d8a;
    background-color: #fff;
    border-radius: 50px;
}





/*--------観光地の名前（）のフォントを小さくする----------*/
.fontsize-title span {
    font-size: 30px;
}

/*----------観光地のカテゴリー画面(すべての観光地ボタンの位置）----------*/
.menu_list.kankouchi.last {
    margin: 117px 20px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 101px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}

.menu_list.kankouchi.last.en {
    margin: 117px 20px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 89px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}


.menu_list.gourumet.last {
    margin: 117px 20px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 35px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}


.menu_list.gourumet.last.cn {
    margin: 117px 20px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 34px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}

.menu_list.gourumet.last.en {
    margin: 117px 20px;
    background-color: #fff;
    height: 110px;
    width: 1050px;
    padding: 10px;
    margin-top: 35px;
    margin-left: 1px;
    border-radius: 0 0 20px 20px;
}

.all_kankouchi_btn {
    text-align: center;
}


/* .menu_list.kankouchi.last {
    margin: 80px 36px;
} */