@charset "UTF-8";


/* 基本CSS */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    color: #736357;
    background-color: #f7f6f5;
}

img {
    max-width: 100%;
}

a:link,
a:visited {
    color:#736357;
}


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

p {
    text-align: center;
    margin: 0 auto;
}

h3 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    text-align: center;
    margin: 100px auto 30px;
    position: relative;
}

h3::before {
    background-color: #736357; /* 線の色 */
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 80px; /* 線の長さ */
}


/* ヘッダー・ナビゲーション */
.header {
background-image: url(../images/bg_footer.jpg);
padding: 5px 30px;
top: 0;
width: 100%;
height: 190px;
}

/* ロゴ */
h1 {
    width: 350px;
    margin: 0 auto ;
    padding-top: 30px;
}
    
.nav ul {
display: flex;
justify-content: space-between;
margin: 0 60px;

}

.nav li {
    margin: 50px auto 0;
    font-size: 1.125rem;
}

.switch_text {
    display: inline-block;
    position: relative;
    color:#736357;
    transition-duration: 0.5s;
}

.switch_text::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.5s;
    content: attr(data-hover-text)
}

.switch_text:hover {
    color: transparent;
}

.switch_text:hover::before {
    color: #736357;
}

.material-symbols-outlined.icon_cart {
    vertical-align: middle;
    font-size: 25px;
    padding: 0;
    margin-left: 5px;
}

/* ファーストビュー */
.first_view {
background-image: url(../images/first_view.jpg);
background-size: cover;
height: 100vh; 
background-repeat: no-repeat;
color: white;
text-align: center;
padding-top: 290px;
text-shadow: 4px 4px 5px #000000;
background-position: center;
}

h2 {
font-size: 3rem;
letter-spacing: 10px;
}

/* コンセプト */
.concept {
    text-align: center;
    margin: 80px auto;
    letter-spacing: 3px;
    line-height: 3;
    font-size: 1rem;
    }
    
    

/* ギャラリー */
.wrapper_grid {
    max-width: 1140px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

.big_box01 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.big_box03 {
    grid-column: 4/6;
    grid-row: 2/3;
}

.big_box04 {
    grid-column: 6/7;
    grid-row: 1/3;
}

.big_box05 {
    grid-column: 1/2;
    grid-row: 3/5;
}

.big_box06 {
    grid-column: 2/4;
    grid-row: 4/5;
}

.logo_box {
    grid-column: 3/5;
    grid-row: 3/4;
}

.big_box08 {
    grid-column: 5/7;
    grid-row: 3/5;
}



/* インフォメーション */
.info {
    line-height: 3;
    width: 65%;
    margin: 0 auto;
    padding-left: 18%;
}

.info2 {
    float: left;
    margin-right: 2.5rem;
}

.clear {
    clear: both;
}

.new::after {
    content: "NEW!!";
    color: tomato;
    margin-left: 10px;
}

/* 会社概要 */
.t_company {
    border-collapse: collapse;
    width: 65%;
    margin: 30px auto;
    }
    
    .t_company th, 
    .t_company td {
    border-top: 1px solid #736357;
    border-bottom: 1px solid #736357;
    padding: 15px;
    letter-spacing: 0.2em;
    }

    .t_company th {
        text-align: center;
        padding-left: 50px;
    }

/* アクセス */
.access_container {
    display: flex;
    justify-content: center;
}

.access_item {
    margin: 0 30px;
}

.station {
    padding-top: 80px;
}

.access_item h4 {
    font-size: 1.2rem;
}

.access_item p {
    margin-bottom: 20px;
}

.access_item dl {
    line-height: 2;
    font-size: 0.9rem;
}

.access_item dl dt::before {
    content: "◆";
    padding-right: 4px;
}

iframe {
    filter: grayscale(50%)
}

/* コンタクト */
.tel {
    font-size: 1.2rem;
    margin: 20px 0 10px;
}

.material-symbols-outlined.icon_tel,
.material-symbols-outlined.icon_mail {
    vertical-align: middle;
    margin-right: 5px;

}

/* フッター */
footer {
    height: 300px;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: repeat;
    background-size: cover;
    margin-top: 30px;
}

.footer_container {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
}

.diamond-button {
    display: block;
    background-color: #eee7e0;
    color: #736357;
    height: 100px;
    width: 100px;
    margin: 10px 30px 0;
    padding-top: 35px;
    text-align: center;
    border: 1px solid #736357;
    transform: rotate(45deg);
    
}

.diamond-button:hover {
    transform: translatey(-10px);
    transition-duration: 1s;
    box-shadow: 0 5px 10px 1px #736357;
    /* transform: rotate(45deg); */
}

.diamond-button span {
    display: inline-block;
    transform: rotate(-45deg);
}


.triangle {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}


.triangle::before {
    content: "▲";
    margin-right: 4px;
}

.triangle:link,
.triangle:visited {
    color:#736357;
}

.copyright {
    text-align: center;
    padding: 80px 0 0;
}

/* お問い合せフォーム */
.form_wrapper {
    max-width: 65%;
    background-color: #eee7e0;
    padding: 20px 40px;
    margin:0 auto 30px;
    font-size: 1rem;
}

.form_wrapper dt {
    margin-bottom: 8px;
}

.form_wrapper dd {
    margin-bottom: 30px;
}

.must::after {
    content: "必須";
    color: white;
    background-color: #cd5c5c;
    font-size: 0.7rem;
    margin-left: 5px; 
    padding: 3px;
    vertical-align: middle;  
}

.form_button {
    text-align: center;
    color: white;
}

.contact_p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.tel {
    font-size: 1.5rem;
    margin: 20px 0 10px;
}

.personal_info {
    text-align: justify;
    overflow-y: scroll;
    height: 100px;
    margin:40px auto;
    font-size: 0.9rem;
    width: 80%;
}

.form_submit {
    cursor: pointer;
    width: 100px;
    background-color: #736357;
    padding: 10px;
    height: 40px;
    border: none;
}

input[value] {
    color: white;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select[name=bloodtype],
.form_wrapper textarea {
    height: 40px;
    width: 80%;
    border: none;
    padding: 10px;
}

.form_wrapper textarea {
    height: 100px;
    width: 80%;
}

.form_wrapper label {
    margin-right: 30px;
}



/* パソコンレイアウト */

.sp_br {
    display: none;
}

.btn_gnavi, {
display: none;
}

/* 電話番号スマホのみリンク */
/* @media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
} */

/* スマホレイアウト */
@media screen and (max-width: 850px) {
    .sp_br {
      display: block;
    }

    .access_container {
        display: inline;
    }
    
    iframe {
        width: 100%;
    }
    
    .access_item h4,
    .access_item p,
    .access_item dl dt {
        margin-left: 5px;
    }
    
    .sp_access {
        padding-top: 30px;
    }

    .station {
        padding-top: 0px;
    }

    .access_item p {
        text-align: left;
        margin-left: 35px;
    }

    .info {
        width: 100%;
        padding-left: 5%;
    }

    .info2 {
        float: none;
    }
    .info dd {
        margin-left: 15px;
        line-height: 1;
        margin-bottom: 20px;
    }

    
    .t_company,
    .info {
        width: 90%;
    }
    
    .t_company th {
        text-align: left;
        padding-left: 10px;
    }
    
    .t_company th,
    .t_company td {
        font-size: 0.8rem;
    }

    /* footer {
        height: 450px;
    } */

  }
  

@media screen and (max-width: 650px) {
/* ナビゲーション縦並び */
.menu {
    flex-direction: column;
}

.nav li {
    margin: 20px auto 0;
    text-align: center;
    
}

    /* ハンバーガーボタン（三本線） */
.btn_gnavi {
position: fixed;
top: 20px;
right: 20px;
width: 30px;
height: 24px;
z-index: 3;
cursor: pointer;
-webkit-transition: all 400ms;
transition: all 400ms;
}
.btn_gnavi span {
position: absolute;
width: 30px;
height: 4px;
background:#736357;
border-radius: 10px;
-webkit-transition: all 400ms;
transition: all 400ms
}
.btn_gnavi span:nth-child(1) {
top: 0
}
.btn_gnavi span:nth-child(2) {
top: 10px
}
.btn_gnavi span:nth-child(3) {
top: 20px
}




/* ハンバーガーボタン（矢印） */
.btn_gnavi.open span {
background: #736357
}
.btn_gnavi.open span:nth-child(1) {
width: 24px;
-webkit-transform: translate(-7px,17px) rotate(45deg);
transform: translate(-7px,17px) rotate(45deg)
}
.btn_gnavi.open span:nth-child(3) {
width: 24px;
-webkit-transform: translate(-7px,-17px) rotate(-45deg);
transform: translate(-7px,-17px) rotate(-45deg)
}

.btn_gnavi.open {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}



/* ハンバーガーボタンクリック後のメニュー */
#global_navi {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100%;
padding-top: 50px;
background: rgba(247,246,245,.9);
z-index: 2
}

#global_navi ul li {
padding: 20px 28px
}

#global_navi ul li a {
text-decoration: none;
}
.btn_gnavi {
position: fixed;
top: 20px;
right: 20px;
width: 30px;
height: 24px;
z-index: 3;
cursor: pointer;
-webkit-transition: all 400ms;
transition: all 400ms
}
/* ハンバーガー終了 */


main {
    width: 100%;
}

.first_view {
    background-position: center; 
}

h1 {
    width: 70%;
}

.concept {
    letter-spacing: 1.5;
    font-size: 0.8rem;
}

.main_width {
    width: 100%;
    margin: 0 auto;
}

.category_container {
    margin: 10px;
}

.category_container img {
    max-width: 180px;
}

.cate_item {
    margin: 10px auto;
}



.header {
    height: 110px;
}

footer {
    height: 400px;
}


.diamond-button {
    height: 70px;
    width: 70px;
    margin: 20px 30px;
    padding: 22px 3px 0 0;
    text-align: center;
    font-size: 0.8rem;
} 

.shop_button {
    padding: 12px 0 0;
}

.form_wrapper {
    max-width: 95%;
}

}





