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

body {
    color: #58380D;
    background-color: #FCF0D9;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.8;
}

ul {
    list-style: none;
}

header {
    display: flex;
    justify-content: space-between;
    height: 85%;
}

.hover_opacity a{
    transition: 0.2s linear;
}

.hover_opacity a:hover{
    opacity: 0.7;
}

/* ナビゲーションに関する記述 */

/* レスポンシブ対応 */
.responsive_logo {
    display: none;
}

.hamburger-menu label, .hamburger-menu input {
    visibility: hidden;
}

/* レスポンシブ用を隠すここまで*/

.navigation {
    background-color: white;
    width: 25%;
    border-bottom-right-radius: 90px 90px;
    min-height: 605px;/*トップだけなぜか動画が下に下がって伸びているので、トップに合わせた高さ */
}

.navigation h1 {
    width: 200px;
    margin: 20px auto 0;
}

.navigation img {
    width: 200px;
}

nav {
    text-align: center;
    font-size: 18px;
}

nav ul {
    margin-top: 10px;
}

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

nav .navItem a {
    display: block;
    width: 170px;
    margin:0 auto;
    padding: 0 10px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    border-radius: 50px;
}

/* ナビゲーションの日本語表記 */

nav .navItem_index a::after {
    display: block;
    content:"トップページ";
    font-size: 10px;
    color: #A0E548;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

nav .navItem_about a::after {
    display: block;
    content:"WAScafeについて";
    font-size: 10px;
    color: #A0E548;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

nav .navItem_menu a::after {
    display: block;
    content:"メニュー";
    font-size: 10px;
    color: #A0E548;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

nav .navItem_access a::after {
    display: block;
    content:"アクセス・営業時間";
    font-size: 10px;
    color: #A0E548;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

nav .navItem_contact a::after {
    display: block;
    content:"お問い合わせ";
    font-size: 10px;
    color: #A0E548;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

/* ナビゲーションの日本語表記ここまで */

/* ナビゲーションのマウスオーバー指定 */
nav .navItem a:hover {
    background-color: #A0E548;
    color: white;
    border-radius: 50px;
}


nav .navItem_index a:hover::after {
    color: white;
}

nav .navItem_about a:hover::after {
    color: white;
}

nav .navItem_menu a:hover::after {
    color: white;
}

nav .navItem_access a:hover::after {
    color: white;
}

nav .navItem_contact a:hover::after {
    color: white;
}

/* ナビゲーションのマウスオーバー指定ここまで */
.followme {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

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

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

.sns {
    display: flex;
    justify-content: center;
}

.sns li {
    margin-right: 13px;
}

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

.sns i {
    font-size: 1.2em;
    color: #58380D;
}

/* ナビゲーションここまで */

/* トップページのメインビジュアル */
.mainvisual {
    width: 75%;
    height: 100%;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.demo_video {
    width: 100%;
    text-align: center;
}

video {
    /*天地中央配置*/
    z-index: -1;
    /*縦横幅指定*/
    width: 100%;
    clip-path: path('M991,66.57V565c0,31.35-25.65,57-57,57H57c-31.35,0-57-25.65-57-57V45.07C91.68-0.99,192.85-9.54,331,24c173,42,205,67,349,39C816.07,36.54,818.21,6.51,991,66.57z');
}

.mainvisual_responsive {
    font-family: 'Arial Black';
    position: absolute;
    width: fit-content;
    bottom: 10%;
    right: 0%;
    font-size: 70px;
    color: white;
    opacity: 0.8;
    -webkit-text-stroke: 3px #a51900;
    line-height: 1;
    letter-spacing: normal;
}

.mainvisual_responsive_span1 {
    font-size: 50px;
}

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

.mainvisual_responsive_span2 {
    font-size: 90px;
    color: #a51900;
    -webkit-text-stroke: 3px white;
}


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

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

.title_menu {
    width: 65%;
    text-align: center;
    margin-top: 20px;
    margin-right: 5%;
    background-image: url(../image/menu/menu_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
}

.title_contact {
    width: 65%;
    text-align: center;
    margin-top: 20px;
    margin-right: 5%;
    background-image: url(../image/contact/contact_visual.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
}

h2 {
    background: #FCF0D9;
    padding: 30px 10px;
    width: 40%;
    font-size: 30px;
    margin-left: auto;
    border-radius: 0 30px 0 30px;
    font-family: serif;
}

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

/* トップページ */
#top_concept, #top_menu, #top_access, #about_access {
    display: flex;
    margin-bottom: 250px;
}/* Newsは別 */


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

h3:before {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #58380D;
    position: absolute;
    bottom: -30px;
    left: 50%;/* 左から50%～で、左端が真ん中に来るため中央ではない */
    transform: translateX(-25px);/* そのため、長さ50pxの半分である25pxを左にずらしてあげればOK */ 
}

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

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

.top_section p {
    text-align: center;
    margin-bottom: 75px;
    padding: 10px;
}

.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 #58380D;
    border-radius: 100px 100px;
    background-color: white;
    transition: all 0.5s 0s ease;
}

.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: 50%;
}

.top_section_image {
    width: 50%;
}

.top_news .top_section_image {
    width: 70%;
}

/* catchcopyのみ適用 */
.catchcopy {
    width: 80%;
    margin: 180px auto 100px;
    font-size: 40px;
    text-align: center;
    font-family: 'Segoe Script', serif;
    background-image: url("../image/top/catchcopy.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 60px;
}

/* conceptのみ適用 */
#top_concept .top_section_image {
    background-image: url("../image/top/top_concept.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    border-radius: 90px 0 0 90px;
}
/* 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 90px 90px 0;
}
/* menuここまで */

#top_menu {
    flex-direction: row-reverse;
}

/* accessのみ適用 */

/* テーブルCSS */
table{
    margin:0 auto;
    width: 80%;
    border-collapse: collapse;
  }
  
  table th{
    text-align: center;
    padding: 10px 0;
  }
  
  table td{
    padding: 10px 0 10px 20px;
  }
  
  table th{
    width: 30%;
    border:solid 1px #58380D;
    border-left-style: none;
  }
  
  table td{
    width: 70%;
    border:solid 1px #58380D;
    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: white;
    border-radius: 90px 0px 0px 90px;
    padding: 50px 0 30px 50px;
}

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

#top_access .top_section_image i, #about_access .top_section_image i {
    padding-right: 5px;
}

/* accessここまで */


/* Newsのみ適用 */
#top_news {
    display: flex;
    margin-bottom: 250px;
    background-color: white;
    border-radius: 0 90px 90px 0;
    width: 70%;
}

#top_news .top_section_image {
    width: 70%;
}

#top_news h3 {
    margin-top: 40px;
}
#top_news .top_section_image dl {
    margin: 50px 50px 20px 50px;
}

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

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

#top_news .top_section_image {
    background: white;
}

#top_news .top_section_image a:hover{
    text-decoration: underline;
}
/* Newsここまで */


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

#top_news .shousai {
    display: block;
    width: fit-content;
    margin: 0 50px 20px auto;
}

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

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

/* Newsここまで */


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

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

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

.kodawari_span {
    font-size: 45px;
}

/*マーカーアニメーション*/
.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,247, 97) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255, 247, 97) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,247, 97) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2.5s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}


.about_kodawari_list ul {
    display: flex;
    justify-content: center;
    margin: 100px auto 200px;
    width: 80%
}

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

.about_kodawari_list li:hover{
    opacity: 0.7;
}

.about_kodawari_list li a {
    display: block;
}


/* 背景画像と透過色の挿入、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: center;
    position: relative;
}

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

.about_kodawari_3 {
    background-image: url(../image/about/about_kodawari_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    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: 50%;
}

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

.about_section_image {
    width: 80%;
    max-width: 650px;
    margin-left: 10%;
    position: relative;
}

.about_section_image_box {
    position: absolute;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    top: 35%;
    left: 90%;
    background : #58380D;
    color: white;
    writing-mode: vertical-rl;
    padding: 20px 35px;
    border-radius: 30px;
}

.about_section_image img {
    width: 100%;
}

/* パンだけ右寄せ */
#about_bread .about_section_image {
    width: 80%;
    max-width: 650px;
    margin-left: auto;
    margin-right: 10%;
    position: relative;
}

#about_bread .about_section_image_box {
    position: absolute;
    font-family: serif;
    font-size: 120%;
    font-weight: bold;
    top: 35%;
    left: -10%;
    background : #58380D;
    color: white;
    writing-mode: vertical-rl;
    padding: 20px 35px;
    border-radius: 30px;
}

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

.about_section_text {
    width: fit-content;
    margin: 100px auto 180px;
}

/* オーナー画像レスポンシブ表示のため */
.responsive_profile {
    display: none;
}

.about_profile_wrap {
    display: flex;
    height: 500px;
    align-items: center;
    margin: 0 auto;
    background-image: url(../image/about/about_profile.jpg);
    background-position: top 15% right 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_profile_text {
    width: 40%;
    margin: 30px;
    font-size: 13px;
    text-align: center;
    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: 0 auto 250px;
    width: 80%;
}

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

/* =============menu============== */
/* レスポンシブ用を隠す*/
.tap, .menu label, .menu input {
    display: none;
}
/* レスポンシブ用を隠すここまで*/

.menu_list_wrap {
    width: 90%;
    margin: 100px auto 0;
}

.menu_list.m_fixed {
	position: fixed;
    z-index: 100;
    padding-top: 0;
    width: 90%;
    left: 5%; 
    top: 0;
}

.menu_list ul {
    width: 100%;
    display: flex;
    background-color: #FCF0D9;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #58380D;
}

.menu_list ul li a {
    font-size: 2.5vh;
    display: block;
    padding: 25px 20px;
    transition: all 0.5s 0s ease;
}

.menu_list ul li a:hover {
    background: #A0E548;
    color: white;
}

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

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

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

#menu_coffee, #menu_tea, #menu_softsweets, #menu_bread, #menu_sand {
    margin-bottom: 250px;
    padding-top:120px;
    margin-top:-120px;
  }

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

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

.menu_box div {
    width: 30%;
}

.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: 85%;
    background-color: white;
    border-radius: 40px;
    margin: 200px auto 0;
    padding: 40px;
    position: relative;
}

.menu_box2 h4 {
    font-weight: bold;
}

.menu_box_image {
    width: 40%;
    position: absolute;
    bottom: 70%;
    left: 58%;
}

.menu_box_image_left {
    width: 40%;
    position: absolute;
    bottom: 60%;
    left: 2%;
}

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

.menu_box_softsweets {
    display: flex;
    margin-top: 150px;
}

.menu_box_softsweets_leftright {
    width: 50%;
}

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

.menu_box_softsweets_dl dt, .menu_box_breadsand_dl dt {
    position: relative;
    width: 80%;
    font-weight: normal;
}

/* メニューの文字間の線 */
.menu_box_softsweets_dl dt::before, .menu_box_breadsand_dl dt::before {
    content: "";
    position: absolute;
    display: block;
    top: 0.9em;/* 50%でもOKだが、画面が縮小して二行になった際に対応するため。あらかじめ指定されている行間1.8emの半分。*/
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #ccc;
}

.menu_box_softsweets_dl dt span, .menu_box_breadsand_dl dt span {
    position: relative;
    background-color: #fff;
    padding-right: 0.5em;
}

.menu_box_breadsand_dl dd::before {
    content: "";
    position: absolute;
    display: block;
    top: 0.9em;/* 50%でもOKだが、画面が縮小して二行になった際に対応するため。あらかじめ指定されている行間1.8emの半分。*/
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #ccc;
}

.menu_box_breadsand_dl dd span {
    position: relative;
    background-color: #fff;
    padding-left: 0.5em;
}

/* メニューの文字間の線ここまで */

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

.border {
    padding-left: 15px;
    border-left: 1px solid #58380D;
}

.menu_box_bread_text {
    width: 55%;
    margin-bottom: 30px;
    margin-left: auto;
}

.menu_box_sand_text {
    width: 55%;
    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: 75%;
    font-weight: normal;
}

.menu_box_breadsand_dl dd {
    position: relative;
    width: 25%;
    text-align: right;
}

.menu_box_sand_text_waslunch img {
    width: 95%;
    text-align: center;
}

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

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

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

.contact_text {
    margin: 100px 0;
}

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

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

.contact_form dt{
    width: 30%;
    border-bottom: 1px solid #58380D;
    padding: 30px 0;
}

.contact_form dd{
    width: 70%;
    border-bottom: 1px solid #58380D;
    padding: 30px 0;
}

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

/* dtはlastchildじゃない。dlのまとまりの中で見ていて、last-childが使えるのはddのみとなる。 */
.contact_form dt:last-of-type {
    border: none;
}

.contact input[type=text], input[type=email], textarea {
    border: solid 1px #58380D;
    padding: 0 5px;
    width: 400px;
}

.contact input[type=radio] {
    margin-right: 10px;
    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 #58380D;
    border-radius: 100px 100px;
    background-color: white;
    transition: all 0.5s 0s ease;
}

.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;
    justify-content: center;
    padding-top: 20px;
}

.footer_flex div {
    margin: 0 20px;
}

.footer_menu ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px 0;
}

.footer_menu li {
    padding: 0 20px;
    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: 80px;
  height: 80px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #A0E548;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

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

#page_top a:hover {
    opacity: 0.5;
}


/* スクロールすると動く用CSS */

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
  
  /*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
  .scroll_left, .scroll_left2 {
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(-30px);
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
  }
  .scroll_left.on, .scroll_left2.on {
      opacity: 1.0;
      filter: alpha(opacity=100);
      -moz-opacity: 1.0;
      transform: translateX(0);
  }
  
  /*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
  .scroll_right, .scroll_right2 {
      -webkit-transition: 0.8s ease-in-out;
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      transform: translateX(30px);
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
  }
  .scroll_right.on, .scroll_right2.on {
      opacity: 1.0;
      filter: alpha(opacity=100);
      -moz-opacity: 1.0;
      transform: translateX(0);
  }
  

  /* 遅れて表示 */
.delay-time02 {
    animation-delay: 0.2s;
}

.delay-time04 {
    animation-delay: 0.4s;
}
