@charset "UTF-8";
/* CSS Document */

/*全体の設定
---------------------------------------------------------------------------*/
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

h2,
h3,
h4,
h5,
h6,
p,
dt,
dd {
    transform: rotate(0.04deg);
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transform: rotate(0.04deg);
}

a:link,
a:visited,
a:hover,
a:active {
    ;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}


.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*===============================

    Base
    サイト全体のフォント
    字間や行間
    リンクの扱い
    imgのサイズ
    幅の設定等

================================*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Serif JP", serif;;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: sub;
}



/*共通の設定
------------------------------------------------*/
.pc {
    display: block;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/*メインカラーの設定
-------------------------------------------------*/
:root {
    --txt-black: #000000;
    --main-red: #D10606;
    --back-black: #0E0E0E;
}


/*header
-------------------------------------------------*/
header {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

header nav {
    max-width: 100vw;
    height: 80px;
    background-color: var(--main-red);
    padding-top: 30px;
}

header nav ul {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

header nav ul li a {
    color: #fff;
}

header .main_visual {
    max-width: 100vw;
    height: 95vh;
    background-image: url(../images/main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

header .main_visual > div {
    max-width: 45%;
    margin: 0 auto;
}

header .float_btn_tel {
    max-width: 300px;
    margin: 0 auto;
    background-color: #8C784B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

header .float_btn_tel .tel_pc_img {
    max-width: 80%;
}

@media only screen and (max-width: 750px) {
header .main_visual {
    max-width: 100vw;
    height: 95vh;
    background-image: url(../images/main_sp.png);
}

header .float_btn_tel {
    max-width: 100vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
}


/*sec01
-------------------------------------------------*/
.sec01 {
    background-color: var(--back-black);
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec01 .sec01Wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.sec01 .sec01Wrap .sec01_hd {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 40px;
}

.sec01 .sec01Wrap .img_cntn {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sec01 .sec01Wrap .sec01_read {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 50px;
}

.contactBox {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid var(--main-red);
    border-radius: 13px;
    padding: 25px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.contactBox h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: var(--main-red);
    border-bottom: 1px solid var(--main-red);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    line-height: 1.3;
}

.contactBox .ctt_number {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: var(--main-red);
}

.contactBox .ctt_btn a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    height: 60px;
    width: 300px;
    margin: 0 auto;
    line-height: 60px;
    background-color: var(--main-red);
    margin-top: 10px;
}

.contactBox .ctt_btn a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

@media only screen and (max-width: 750px) {
.contactBox {
    max-width: 93%;
    margin: 0 auto;
}
}

/*sec02
-------------------------------------------------*/
.sec02 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.sec02 .sec02Wrap {
    max-width: 900px;
    margin: 0 auto;
}

.sec02 h2 {
    font-size: 27px;
    font-weight: 600;
    color: var(--main-red);
    position: relative;
    text-align: center;
}

.sec02 h2::after {
content: '';
display: block;
position: absolute;
left: 50%; /* 位置調整 */
transform: translate(-50%); /* 位置調整 */
bottom: -15px; /* 下線の上下位置調整 */
width: 60px; /* 下線の幅 */
height: 2px; /* 下線の太さ */
background-color: var(--main-red); /* 下線の色 */
}

.kodawari_inner {
    margin-top: 90px;
}
.sec02 .kodawari_inner .kodawari_item {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.kodawari_item .txtArea {
    font-size: 25px;
    font-weight: 600;
}

@media only screen and (max-width: 750px) {
.kodawari_inner {
    margin-top: 40px;
}
.sec02 .kodawari_inner .kodawari_item {
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.sec02 .kodawari_inner .kodawari_item:nth-of-type(2) {
    flex-direction: column-reverse;
}

.kodawari_item .txtArea {
    text-align: center;
    margin-bottom: 15px;
}
}
/*sec03
-------------------------------------------------*/
.sec03 {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #900101;
}

.sec03 h2 {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
}

.sec03 h2::after {
content: '';
display: block;
position: absolute;
left: 50%; /* 位置調整 */
transform: translate(-50%); /* 位置調整 */
bottom: -15px; /* 下線の上下位置調整 */
width: 60px; /* 下線の幅 */
height: 2px; /* 下線の太さ */
background-color: #fff; /* 下線の色 */
}

.sec03 .sec03Wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.sec03 .sec03Wrap .menu_cntn {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sec03 .menu_cntn .menu_item {
    color: #fff;
}

.sec03 .menu_cntn .menu_item .name {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
}

.sec03 .menu_cntn .menu_item .price {
    font-size: 30px;
    text-align: right;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.sec03 .menu_cntn .menu_item .price > span {
    font-size: 15px;
    margin-left: 4px;
}

.sec03Wrap dl {
    max-width: 720px;
    margin: 0 auto;

}

.sec03Wrap dl > div {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 4px;
}

.sec03Wrap dl > div > dt {
    font-size: 22px;
    color: #fff;
}

.sec03Wrap dl > div > dd {
    font-size: 26px;
    color: #fff;
}

.sec03Wrap dl > div > dd > span {
    font-size: 15px;
}

@media only screen and (max-width: 750px) {
.sec03 {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #900101;
}

.sec03 h2 {
    margin-bottom: 40px;
}

.sec03 .sec03Wrap .menu_cntn {
    max-width: 93%;
    margin: 0 auto;
    justify-content: center;
}

.sec03 .menu_cntn .menu_item {
    margin-bottom: 40px;
}

.sec03Wrap dl {
    max-width: 90%;
    margin: 0 auto;
}
}

/*sec04
-------------------------------------------------*/

.sec04 {
    padding-top: 100px;
    padding-bottom: 100px;

}

.sec04 h2 {
    font-size: 27px;
    font-weight: 600;
    color: var(--main-red);
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.sec04 h2::after {
content: '';
display: block;
position: absolute;
left: 50%; /* 位置調整 */
transform: translate(-50%); /* 位置調整 */
bottom: -15px; /* 下線の上下位置調整 */
width: 60px; /* 下線の幅 */
height: 2px; /* 下線の太さ */
background-color: var(--main-red); /* 下線の色 */
}

.sec04 .h2_note {
    text-align: center;
    color: var(--main-red);
    font-size: 20px;
    margin-bottom: 30px;
}

.sec04 .info_wrap {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sec04 .info_wrap .info_cntn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec04 .info_wrap .info_big {
    margin-bottom: 20px;
}
 
.info_note {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sec04 h4 {
    font-size: 23px;
    font-weight: 600;
    color: var(--txt-black);
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.sec04 h4::after {
content: '';
display: block;
position: absolute;
left: 50%; /* 位置調整 */
transform: translate(-50%); /* 位置調整 */
bottom: -15px; /* 下線の上下位置調整 */
width: 60px; /* 下線の幅 */
height: 2px; /* 下線の太さ */
background-color: var(--main-red); /* 下線の色 */
}

.sec04 .pay_note {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
.sec04 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.sec04 .info_wrap .info_cntn {
    display: block;
    text-align: center;
}
}

/*sec05
-------------------------------------------------*/

.sec05 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0E0E0E;
    color: #fff;
}

.sec05 .sec05Wrap {
    max-width: 800px;
    margin: 0 auto;
}

.sec05 h2 {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.sec05 h2::after {
content: '';
display: block;
position: absolute;
left: 50%; /* 位置調整 */
transform: translate(-50%); /* 位置調整 */
bottom: -15px; /* 下線の上下位置調整 */
width: 60px; /* 下線の幅 */
height: 2px; /* 下線の太さ */
background-color: #fff /* 下線の色 */
}

.sec05Wrap dl {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.sec05Wrap dl > div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sec05Wrap dl > div:nth-of-type(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.sec05Wrap dl > div > dt {
    font-size: 18px;
    width: 250px;
}
 
.sec05Wrap dl > div > dd {
    font-size: 16px;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
.sec05 {
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #0E0E0E;
    color: #fff;
}

.sec05Wrap dl {
    max-width: 93%;
    margin: 0 auto;
}
}

/*footer
-------------------------------------------------*/
footer {
    padding-top: 70px;
    padding-bottom: 110px;
    background-color: #900101;
}

footer .footerWrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.footerWrap .footer_note {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.footerWrap .ft_logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footerWrap address {
    font-size: 17px;
    color: #fff;
}

.footerWrap .ft_tel a {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.5px;
}


/* style.css */
.slidein {
    opacity: 0;
    /* transitionを少し長めの1.2秒に設定 */
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.slidein-bottom {
    /* 100%だと移動距離が長すぎて出現が遅く感じるため、50px程度に抑える */
    transform: translateY(80px);
}

/* クラスがついた時の状態 */
.slidein.scrollin {
    opacity: 1;
    transform: translateY(0);
}








