@charset "utf-8";
/* CSS Document */
html { 
    scroll-behavior: smooth;
    overflow-x: hidden;/* 横スクロール消す */
}

body {
    background-color: #FCF0D9;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-top: 80px;
}

ul {
    list-style: none;
}

header {
    display: flex;
    flex-direction: column;
    height: auto;
}

.hover_opacity a {
    transition: 0.2s linear;
}

.hover_opacity a:hover{
    opacity: 0.7;
}

/* ナビゲーションに関する記述 */
.navigation {
    display: flex;
    flex-direction: column;
    background-color: #58380D;
    border-bottom-right-radius: 0;
    width: 100%;
    min-height: initial;
    min-height: auto;
    position: fixed;
    z-index: 9999;
    top: 0%;
    height: 80px;
}

.navigation h1 {
    width: 165px;
    margin: 10px auto 10px;
}

.navigation img {
    width: 120px;
    text-align: center;
}

.responsive_logo_pc {
    display: none;
}

.responsive_logo {
    display: block;
    margin: 0 auto;
}

nav {
    display: flex;
    flex-direction: column;
}

nav ul {
    margin-top: 10px;
    color: white;
}

nav ul li {
    padding-bottom: 20px;
}

nav .navItem a {
    display: block;
    width: 170px;
    margin:0 auto;
    padding: 0 10px;
}

nav .navItem a:hover {
    background-color: #A0E548;
    color: white;
    border-radius: 25px;
}

nav .navItem_index a::after {
    display: block;
    content:"トップページ";
    font-size: 10px;
    color: #A0E548;
}

nav .navItem_about a::after {
    display: block;
    content:"WAScafeについて";
    font-size: 10px;
    color: #A0E548;
}

nav .navItem_menu a::after {
    display: block;
    content:"メニュー";
    font-size: 10px;
    color: #A0E548;
}

nav .navItem_access a::after {
    display: block;
    content:"アクセス・営業時間";
    font-size: 10px;
    color: #A0E548;
}

nav .navItem_contact a::after {
    display: block;
    content:"お問い合わせ";
    font-size: 10px;
    color: #A0E548;
}

.followme {
    color: white;
    font-size: 12px;
    margin-top: 20px;
}

.followme::before {
    content: "＼";
}

.followme::after {
    content: "／";
}

.sns {
    display: flex;
    justify-content: center;
    background-color: #58380D;
    margin-top: 10px;
}

.sns li {
    margin: 0 13px 0 0;
}

.sns li:last-child {
    margin: 0;
}

.sns i {
    font-size: 1.5em;
    color: white;
}

/* ハンバーガーメニューに関する記述 */
.hamburger-menu label, .hamburger-menu input {
    visibility: visible;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: white;
    border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #58380D;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.responsive_nav {
    width: 100%;
    height: 100%;
    background-color: #58380D;
    margin-top: 80px;
    padding-top: 30px;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .responsive_nav {
    position: fixed;
    top: 0;
    left: 0;/*メニューを画面内へ*/
}

/* ハンバーガーメニューに関する記述ここまで */

/* ナビゲーションここまで */
.responsive_nav {
    text-align: center;
}

/* トップページのメインビジュアル */
/* PC版ビジュアル隠す */
.mainvisual {
    display: none;
}

.mainvisual_responsive {
    height: calc( 100vh - 80px );/* ヘッダーの80px分マイナス */
    background-image: url(../image/top/img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0 right 35%;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    line-height: 1.6;
    width: 100%;
    position: initial;
}

.mainvisual_responsive p {
    font-family: sans-serif;
    padding: 20px;
    color: #58380D;
    opacity: 1;
    -webkit-text-stroke: 0;
    font-size: 30px;
    margin-left: 20px;
    background-color: rgba(255,255,255,0.6);
}

.mainvisual_responsive_span1 {
    font-size: 30px;
    color: #58380D;
}

.mainvisual_responsive_span1::before, .mainvisual_responsive_span1::after {
    content: none;
}

.mainvisual_responsive_span2 {
    font-size: 30px;
    color: #cc0000;
    -webkit-text-stroke: 0;
}


/* トップページのメインビジュアルここまで */

/* トップページ以外のメインビジュアル */
.title_about {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-right: 0;
    background-image: url(../image/about/about_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.title_menu {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-right: 0;
    background-image: url(../image/menu/menu_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.title_contact {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-right: 0;
    background-image: url(../image/contact/contact_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

h2 {
    background-color: rgba(252,240,217,0.8);
    padding: 0.25em 1em;
    width: 100%;
    font-size: 25px;
    text-align: center;
    border-radius: 0;
    position: relative;
    border-top: solid 2px #58380D;
    border-bottom: solid 2px #58380D;
}

/* 見出しの装飾ここまで */

/* トップページ以外のメインビジュアルここまで */

/* トップページ */
#top_concept, #top_menu {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 150px;
}

/* Accessだけ逆転したらダメなので個別指定 */
#top_access, #about_access {
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
}

#top_news {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 30px 30px 30px 30px;
    width: 90%;
    margin:0 auto 50px;
}

h3 {
    position: relative;
    font-size: 22px;
    font-family: serif;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

h3:before {
    margin: 0 auto;
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: black;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-25px);
}

.top_section span, .about_section span {
    font-size: 14px;
}

.top_section h4 {
    font-size: 20px;
    margin: 0 10px 45px;
    margin-bottom: 45px;
    text-align: center; 
}

.top_section p {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.top_section #top_concept a, #top_menu a, #top_access a, #about_access a {
    width: fit-content;
    margin: 0 auto; 
    display: block;
    text-align: center;
    padding: 15px 20px;
    border: solid 2px black;
    border-radius: 100px 100px;
    background-color: white;
}

.top_section #top_concept a:hover, #top_menu a:hover, #top_access a:hover, #about_access a:hover {
    background: #A0E548;
    color: white;
}

.top_section_text {
    width: 100%;
}

.top_section_image {
    width: 100%;
}


/* catchcopyのみ適用 */
.catchcopy {
    width: 80%;
    margin: 80px auto 80px;
    padding: 0;
    font-size: 25px;
    text-align: center;
    font-family: 'Segoe Script', serif;
    background-image: none; 
}

/* conceptのみ適用 */
#top_concept .top_section_image {
    width: 100%;
    background-image: url("../image/top/top_concept.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    border-radius: 0;
    height: 50vh;
    margin-bottom: 50px;
}
/* conceptここまで */


/* menuのみ適用 */
#top_menu .top_section_image {
    background-image: url("../image/top/top_menu.jpg");
    background-size:
     cover;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 50vh;
    margin-bottom: 50px;
}
/* menuここまで */

/* accessのみ適用 */

/* テーブルCSS */
table{
    margin:0 auto;
    width: 90%;
    border-collapse: collapse;
  }
  
  table th{
    text-align: center;
    padding: 10px 0;
  }
  
  table td{
    padding: 10px 0 10px 10px;
  }
  
  table th{
    width: 30%;
    border:solid 1px black;
    border-left-style: none;
  }
  
  table td{
    width: 70%;
    border:solid 1px black;
    border-right-style: none;
  }
  
  .thtop,.tdtop {
    border-top-style: none;
  }
  
  .thbottom,.tdbottom {
    border-bottom-style: none;
  }
/* テーブルCSSここまで */

#top_access .top_section_image, #about_access .top_section_image {
    background: transparent;
    border-radius: 0;
    padding: 20px 0 30px 0;
    text-align: center;
}

#top_access .top_section_image a, #about_access .top_section_image a {
    margin-top: 20px;
}

/* accessここまで */


/* Newsのみ適用 */
#top_news .top_section_image dl {
    margin: 0;
}

#top_news .top_section_image dt {
    padding-top: 20px;
}

#top_news .top_section_image dd {
    border-bottom: 1px solid black;
    padding-left: 15px;
    padding-bottom: 20px;
}

#top_news .top_section_image {
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    width: 80%;
}

#top_news .top_section_image a:hover{
    text-decoration: underline;
}

/* 詳しくはこちら部分のみ適用 */

#top_news .shousai {
    display: block;
    width: fit-content;
    margin: 5px 10px 10px auto;
}

#top_news .shousai::before {
    content: ">";
    padding-right: 10px;
}

/* 詳しくはこちら部分ここまで */

/* Newsここまで */


/* =============about============== */
.about_kodawari {
    margin: 20px;
}

.about_kodawari p {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    background: url("../image/about/onepoint.png") no-repeat 70% 10%;
}

.about_kodawari span {
    font-size: 30px;
    padding: 0 5px;
}

.about_kodawari_list ul {
    display: flex;
    flex-direction: column;
    margin: 60px 0 100px;
    width: 100%;
}

.about_kodawari_list li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 50px;;
    text-align: center;
    border-radius: 0;
    background-color: white;
    padding:0;
    color: white;
}

.about_kodawari_list li a {
    display: block;
    width: 100%;
}


/* 背景画像と透過色の挿入、pタグの位置調整 */
.about_kodawari_list p{
    position: absolute;
}

.about_kodawari_1 {
    background-image: url(../image/about/about_kodawari_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 65%;
    position: relative;
}

.about_kodawari_2 {
    background-image: url(../image/about/about_kodawari_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 70%;
    position: relative;
}

.about_kodawari_3 {
    background-image: url(../image/about/about_kodawari_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 60%;
    position: relative;
}

.about_kodawari_1::before, .about_kodawari_2::before, .about_kodawari_3::before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
}

/* 背景画像と透過色の挿入、pタグの位置調整ここまで */

.about_section {
    width: 100%;
}

.about_section_image {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    position: relative;
}

.about_section_image_box {
    width:100%;
    position: static;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    background : #58380D;
    color: white;
    writing-mode: horizontal-tb;
    padding: 10px;
    border-radius: 0;
    margin-top: 20px;
}

.about_section_image img {
    width: 100%;
}

/* パンだけ右寄せ */
#about_bread .about_section_image {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

#about_bread .about_section_image_box {
    width: 100%;
    position: static;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    background : #58380D;
    color: white;
    writing-mode: horizontal-tb;
    padding: 10px;
    border-radius: 0;
    margin-top: 20px;
}

/* パンだけ右寄せここまで */

.about_section_text {
    width: fit-content;
    margin: 20px 10px 90px;
}

.responsive_profile {
    display: block;
    width: 100%;
}

.responsive_profile img {
    width: 100%;
    height: 300px;
    object-position: top right;
    object-fit: cover;
}

.about_profile_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 20px auto;
    background-image: none;
}

.about_profile_text {
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.1em;
    background:rgba(255,255,255,0.8);
    padding: 20px;
}

#about_profile h4 {
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}

#about_profile span {
    font-size: 13px;
}

#about_profile {
    margin-bottom: 100px;
}

/* ページ内リンクでのヘッダー避け */

#top_access, #about_coffee, #about_bread, #about_shop {
    padding-top: 60px;
    margin-top:-60px;
  }


/* =============aboutここまで============== */

/* =============menu============== */
.menu {
    width: 80%;
    margin:0 auto;
}

.menu_list {
    display: none;
}

.tap {
    display: block;
    margin-top: 50px;
}

.menu small {
    display: block;
    margin-bottom: 20px;
}

.menu small::before {
    content: "※";
    padding-right: 5px;
}

#menu_coffee, #menu_tea, #menu_softsweets, #menu_bread, #menu_sand {
    margin-bottom: 0px;
}

.menu_setsumei {
    text-align: center;
    margin-bottom: 80px;
}

.menu_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu_box div {
    width: 100%;
}

.menu_box div img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 40px;
}

.menu_box h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.menu_box_hotice, .menu_box_price{
    text-align: center;
    font-size: 15px;
}

.menu_box_text {
    margin-top: 20px;
    margin-bottom: 60px;
}

.menu_box2 {
    width: 100%;
    background-color: white;
    border-radius: 30px;
    margin: 40px auto 0;
    padding: 20px;
    position: relative;
}

.menu_box2 h4 {
    font-weight: bold;
}

.menu_box_image {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
}

.menu_box_image_left {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
}

.menu_box_image img, .menu_box_image_left img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 30px;
}

.menu_box_softsweets {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.menu_box_softsweets_leftright {
    width: 100%;
}

.menu_box_softsweets_dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 35px;
}

.menu_box_softsweets_dl dt {
    width: 80%;
    font-weight: normal;
}

.menu_box_softsweets_dl dd {
    width: 15%;
    text-align: right;
    margin-right: 10px;
}

.border {
    padding-left: 0;
    border-left: none;
}

.menu_box_bread_text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
}

.menu_box_sand_text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.menu_box_breadsand_dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0;
}

.menu_box_breadsand_dl dt {
    width: 80%;
    font-weight: normal;
}

.menu_box_breadsand_dl dd {
    width: 20%;
    text-align: right;
}

.menu_box_sand_text span {
    font-size: 18px;
}

.kome::before {
    content: "※";
}

/* アコーディオン */

.accordion_title input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.accordion_title label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #58380D;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px 10px 10px 30px;
  border: 1px solid #58380D;
}
/*開いたときに表示される部分*/
.accordion_01, .accordion_02, .accordion_03, .accordion_04, .accordion_05 {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ .accordion_01,#menu_bar02:checked ~ .accordion_02, #menu_bar03:checked ~ .accordion_03,#menu_bar04:checked ~ .accordion_04,#menu_bar05:checked ~ .accordion_05 {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
}

/*閉じた状態の矢印描画*/
.menu label:before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #58380D 2px solid;
  border-right: #58380D 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  left: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #58380D 2px solid;
  border-right: #58380D 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  left: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

/* アコーディオンここまで */

/* =============menuここまで============== */

/* =============contact============== */
.contact {
    max-width: 800px;
    margin: 0 auto 100px;
}

.contact_text {
    margin: 60px 0;
    padding: 0 15px;
}

.contact_form {
    background-color: white;
    border-radius: 60px;
    padding: 30px;
}

.contact_form dl{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
}

.contact_form dt{
    width: 100%;
    border-bottom: none;
    padding: 30px 0 0;
}

.contact_form dd{
    width: 100%;
    border-bottom: none;
    padding: 10px 0 20px;
}

.contact_form dt:last-child, .contact_form dd:last-child {
    border: none;
}

.contact input[type=text], input[type=email] {
    border: solid 1px black;
    padding: 0 5px;
    width: 100%;
    height: 30px;
}

.contact textarea {
    border: solid 1px black;
    padding: 0 5px;
    width: 100%;
}

.contact input[type=radio] {
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

.contact input[type=checkbox] {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.must {
    color: red;
    padding-left: 5px;
}

.privacy {
    margin: 20px;
}

.privacy a {
    text-decoration: underline;
}

.privacy a:hover {
    text-decoration: none;
}

.doui {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 40px;
}

.contact input[type=submit] {
    width: 300px;
    margin: 0 auto; 
    display: block;
    text-align: center;
    padding: 15px 20px;
    border: solid 2px black;
    border-radius: 100px 100px;
    background-color: white;
}

.contact input[type=submit]:hover {
    background: #A0E548;
    color: white;
}
/* =============contactここまで============== */

/* footer */
footer {
    width: 100%;
    background-color: #58380D;
    color: white;
    font-size: 14px;
}


footer img {
    width: 100px;
}

.footer_background {
    background-image: url("../image/top/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 168px;
}

.footer_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

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

.footer_flex div {
    margin: 10px 20px;
}

.footer_menu ul {
    display: flex;
    flex-direction: column;
    margin: 30px 0 40px 20px;
    padding-left: 20px;
    list-style-type: circle;
}

.footer_menu li {
    padding: 0 10px;
    border-right: 1px solid white;
}

.footer_menu li:last-child {
    border-right: none;
}

footer small {
    display: block;
    text-align: center;
}

footer .footer_menu a:hover{
    text-decoration: underline;
}


/* アンカーリンクレスポンシブで表示させない */
/* アンカーリンク */
#page_top {
  width: 0;
  height: 0;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #A0E548;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

#page_top i {
    font-size: 0;
    color: white;
    text-align: center;
    display: block;
    line-height: 1.7;
}

#page_top a:hover {
    opacity: 0.5;
}