@charset "utf-8";
/* CSS Document */
@media(min-width:1200px) {
  .fv {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    z-index: 99;
  }
  .fv_img {
    max-width: 800px;
    width: 100%;
    border-bottom-left-radius: 50px;
    box-shadow: -15px 15px 10px rgba(0, 0, 0, 0.5);
  }
  .fv_img2 {
    display: none;
  }
  .flower {
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 180px;
    width: 100%;
    z-index: 999;
  }
  .top {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 85%;
    width: 100%;
    height: 860px;
    margin-top: -300px;
    padding: 100px 120px 0 0;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .logo {
    max-width: 200px;
    width: 100%;
    margin: 0 0 20px 20%;
  }
  .logo img {
    max-width: 200px;
    width: 100%;
  }
  .open_time {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
    max-width: 400px;
    width: 100%;
    margin: 0 0 100px 11%;
  }
  .open_time span {
    font-size: 2.4rem;
  }
  .tohka {
    position: absolute;
    left: 3.5%;
    bottom: 110px;
    color: #ea5514;
    font-size: 20rem;
    font-weight: bold;
    transform: rotate(-20deg);
    opacity: 0.2;
  }
  .top_read {
    max-width: 760px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .top_read h2 {
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;
  }
  .read p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    text-align: left;
    margin-bottom: 50px;
  }
  .top .link_btn {
    display: block;
    max-width: 200px;
    margin: 0 0 0 auto;
  }
  .topic {
    position: relative;
    background-color: rgba(255, 244, 215, 0.9);
    text-align: center;
    max-height: 790px;
    width: 100%;
    margin-top: 200px;
    padding: 50px 0 100px;
    box-sizing: border-box;
  }
  .flower2 {
    position: absolute;
    top: -150px;
    right: 3%;
    max-width: 180px;
    width: 100%;
    z-index: 999;
  }
  .topic h2 {
    font-family: "Lora";
    font-size: 5rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1rem;
    margin-bottom: 50px;
  }
  .topic_list {
    width: 800px;
    margin: 0 auto;
  }
  .topic ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 50px;
  }
  .topic li {
    max-width: 240px;
  }
  .topic_card {
    background-color: #fff;
    text-align: left;
    width: 240px;
    height: 380px;
    border-radius: 10px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .topic_card img {
    max-width: 240px;
    max-height: 180px;
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .topic_text {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .topic_text h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .topic_text span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .topic_text p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    margin-top: 20px;
  }
  .yell_text {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
  }
  .topic .link_btn {
    display: block;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    width: 400px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .menu, .reading {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    min-height: 300px;
    padding: 50px 0;
    box-sizing: border-box;
  }
  .menu {
    background-image: url("../img/top/menu.png");
    margin: 100px 0 50px;
  }
  .reading {
    background-image: url("../img/top/reading.png");
    margin-bottom: 100px;
  }
  .text_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    min-height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .menu_title_text, .reading_title_text {
    max-width: 540px;
  }
  .text_wrap h2 {
    font-size: 5rem;
    letter-spacing: 1rem;
    margin-bottom: 50px;
  }
  .text_wrap h3 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
  }
  .text_wrap h3 span {
    color: #f8b62d;
    font-size: 3.6rem;
  }
  .menu_title_text, .reading_title_text p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
  }
  .link_space {
    display: block;
    width: 200px;
    font-size: 2rem;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .link_space p {
    line-height: 3.5rem;
    margin-bottom: 50px;
  }
  .menu .link_space p {
    max-width: 160px;
  }
  .reading .link_space p {
    max-width: 200px;
  }
  .link_space .link_btn {
    display: block;
    max-width: 200px;
    width: 100%;
    padding: 15px 0;
  }
  .access {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 150px 0;
    box-sizing: border-box;
  }
  .h2 {
    font-family: "Lora";
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.7rem;
    margin-bottom: 20px;
  }
  .h2 span {
    font-size: 2rem;
  }
  .h2 span a {
    color: #ea5514;
  }
  .h2 span a:hover {
    color: #f8b62d;
  }
  .access address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .address {
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
  }
  .address .h2 {
    font-family: "Lora";
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.7rem;
    margin-bottom: 20px;
  }
  .address_wrap {
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
  }
  .address_wrap span {
    font-family: "Lora";
    font-size: 3rem;
  }
  .tel {
    margin-bottom: 80px;
  }
  .schedule {
    position: absolute;
    top: 27%;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    max-width: 430px;
    width: 100%;
    box-sizing: border-box;
  }
  .schedule span {
    font-size: 1.6rem;
    font-family: "Lora";
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  table {
    text-align: center;
    max-width: 460px;
    width: 100%;
  }
  table th {
    border-bottom: solid 1px #241b0c;
  }
  table tr {
    border-bottom: solid 1px #241b0c;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table th:first-child, table td:first-child {
    border-right: solid 1px #241b0c;
  }
  .table1 {
    max-width: 100px;
  }
  .table2, .openday {
    max-width: 20px;
    padding: 5px;
    box-sizing: border-box;
  }
  .openday {
    background-color: #f8b62d;
  }
  .openday2 {
    background-color: #f8b62d;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .comment {
    display: block;
    font-size: 1rem;
    line-height: 0;
    margin-left: 10px;
  }
  .map {
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    margin-top: 100px;
    box-sizing: border-box;
  }
  .h3 {
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
  }
  .map_img {
    max-width: 540px;
    width: 100%;
    margin-top: 30px;
  }
  .fork {
    position: absolute;
    top: -70%;
    right: 12%;
    max-width: 250px;
    width: 100%;
  }
  .brownie {
    position: absolute;
    top: -15%;
    right: 15%;
    max-width: 220px;
    width: 100%;
  }
  .tea {
    position: absolute;
    left: 4%;
    bottom: 5%;
    width: 180px;
  }
}
/*モバイルサイズ*/
@media(max-width:1200px) {
  .fv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    box-sizing: border-box;
    z-index: 99;
  }
  .fv_img {
    display: none;
  }
  .fv_img2 {
    align-content: center;
    max-width: 600px;
    width: 80%;
    border-bottom-left-radius: 50px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
    z-index: 99;
  }
  .flower {
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 200px;
    width: 15%;
    z-index: 99;
  }
  .top {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    min-height: 800px;
    height: 100%;
    margin-top: -200px;
    padding: 200px 15px 50px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .logo {
    max-width: 140px;
    width: 100%;
    margin: 50px auto 20px;
    padding-left: 30px;
  }
  .logo img {
    max-width: 200px;
    width: 80%;
  }
  .open_time {
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
    width: 100%;
    margin: 0 auto 50px;
  }
  .open_time span {
    font-size: 1.8rem;
  }
  .top_read {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .top_read h2 {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
  }
  .read p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0.15rem;
    text-align: left;
  }
  .top .link_btn {
    display: block;
    margin: 0 auto;
  }
  .tohka {
    color: #ea5514;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: 0.5rem;
    text-align: end;
    margin: 0 20px 30px 0;
    opacity: 0.2;
  }
  .topic {
    position: relative;
    background-color: rgba(255, 244, 215, 0.9);
    text-align: center;
    max-height: 790px;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
    box-sizing: border-box;
  }
  .flower2 {
    position: absolute;
    top: -15%;
    right: 10%;
    max-width: 200px;
    width: 30%;
  }
  .topic h2 {
    font-family: "Lora";
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.5rem;
    margin-bottom: 50px;
  }
  .topic_list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .topic ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  .slider {
    width: 100%;
  }
  .topic li {
    max-width: 240px;
    width: 100%;
    margin-left: 40px;
  }
  .topic_card {
    background-color: #fff;
    text-align: left;
    width: 240px;
    height: 380px;
    border-radius: 10px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .topic_card img {
    max-width: 240px;
    max-height: 180px;
    width: 100%;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .topic_text {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .topic_text h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .topic_text span {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .topic_text p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    margin-top: 20px;
  }
  .yell_text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.2rem;
    max-width: 800px;
    padding: 0 40px;
    margin: 0 auto 50px;
  }
  .topic .link_btn {
    position: relative;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.25rem;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 18px 15px;
  }
  .menu, .reading {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    max-height: 300px;
    padding: 50px 15px;
    box-sizing: border-box;
  }
  .menu {
    background-image: url("../img/top/mobilemenu.png");
    margin: 50px 0 20px;
  }
  .reading {
    background-image: url("../img/top/mobilereading.png");
    margin-bottom: 50px;
  }
  .text_wrap {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    min-height: 200px;
    margin: 0 auto;
  }
  .text_wrap h2 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    margin-bottom: 20px;
  }
  .text_wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .text_wrap span {
    color: #f8b62d;
    font-size: 2.8rem;
  }
  .menu_title_text, .reading_title_text p {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .link_space {
    display: block;
    font-size: 1.4rem;
    text-align: end;
    padding-top: 50px;
  }
  .link_space .link_btn {
    display: block;
    margin: 5px 0 0 auto;
  }
  .link_space a span {
    color: #fff;
    font-size: 1.4rem;
  }
  .access {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 1100px;
    padding: 100px 15px;
    box-sizing: border-box;
  }
  .h2 {
    font-family: "Lora";
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.3rem;
    margin-bottom: 10px;
  }
  .access .h2 span {
    font-size: 1.8rem;
  }
  .h2 span a {
    color: #ea5514;
  }
  .h2 span a:hover {
    color: #f8b62d;
  }
  .access address {
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    max-width: 800px;
    margin: 0 auto;
  }
  .address_wrap span {
    font-size: 1.8rem;
    font-weight: 800;
  }
  .tel, .mail {
    margin-top: 30px;
  }
  .schedule {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    max-width: 430px;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .schedule span {
    font-size: 1.6rem;
    font-family: "Lora";
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  table {
    text-align: center;
    max-width: 460px;
    width: 100%;
  }
  table th {
    border-bottom: solid 1px #241b0c;
  }
  table tr {
    border-bottom: solid 1px #241b0c;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table th:first-child, table td:first-child {
    border-right: solid 1px #241b0c;
  }
  .table1 {
    max-width: 100px;
  }
  .table2, .openday {
    max-width: 20px;
    padding: 5px;
  }
  .openday {
    background-color: #f8b62d;
  }
  .openday2 {
    background-color: #f8b62d;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .comment {
    font-size: 1.1rem;
    line-height: 0;
    margin-left: 10px;
  }
  .map {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2rem;
    letter-spacing: 0.3rem;
    margin-top: 40px;
    box-sizing: border-box;
  }
  .h3 {
    font-weight: 800;
  }
  .map_img {
    max-width: 540px;
    width: 95%;
    margin-top: 30px;
  }
  .fork {
    position: absolute;
    top: -13%;
    right: 1%;
    max-width: 250px;
    width: 100px;
  }
  .brownie {
    position: absolute;
    top: 2.5%;
    right: 8%;
    max-width: 220px;
    width: 80px;
  }
  .tea {
    display: block;
    max-width: 180px;
    width: 25%;
    margin-top: 40px;
  }
}