@charset "utf-8";

/* =================================
フォント

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


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

/* =================================
		リセット
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
    scrollbar-gutter: stable;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea　{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: ""; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    zoom: 1;
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    appearance: none;
}

img {
    vertical-align: bottom;
}

/* =================================
		基本設定
================================= */
body {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 100%;
    font-family: 'Noto Serif JP', "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}


/* =================================
		ヘッダー
================================= */
header {
    width: 100%;
    height: auto;
    position: relative;
    background-color: black;
    background-position: top center;
    background-repeat: no-repeat;
}

header.top_header {
    background-image: url(../img/mainvsl.jpg);
    height: 1180px;
}

h1.top_ttl {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

h1.top_ttl img {
    position: absolute;
    bottom: -30px;
    right: 45px;
    max-width: 100%;
    z-index: 100;
}

.menu_area {
    width: 26%;
    min-width: 360px;
    height: 100%;
    background: #00000080;
    text-align: center;
    padding-top: 2%;
    position: absolute;
    top: 0;
    left: 0;
}

.menu_area p {
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 140%;
    line-height: 1.6;
}

p.message_box {
    margin: 10% 0;
}

p.message_box img {
    width: 30%;
}

.contact_area {
    position: fixed;
    top: 200px;
    right: calc(0px + env(safe-area-inset-right));
    z-index: 1000;
    display: block;
    color: white;
    background: #ca3828;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    font-size: 130%;
    padding: 30px 5px;
    border-radius: 50px 0 0 50px;
}

.contact_area:hover {
    opacity: 0.8;
}

/* =================================
		コンテンツ
================================= */
.secwdt {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 0
}

section.sec_area.sec01 {
    width: 100%;
    position: relative;
    background-image: url(../img/tenpo-bg.jpg);
    background-position: 100% -3px;
    background-repeat: no-repeat;
    width: 100%;
    background-color: black;
}

.scbox01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 80px;
}

.scbox01 h2,
.scbox01 p {
    color: white;
    writing-mode: vertical-rl;
}

.scbox01 h2 {
    font-size: 300%;
    margin-left: 100px;
}

.scbox01 h2 span {
    margin-top: 145px;
}

.scbox01 p {
    font-size: 150%;
    line-height: 3;

}

ul.tenpo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

ul.tenpo_list li {
    width: 32%;
    margin: 1% 0;
    position: relative;
}

ul.tenpo_list li img {
    width: 100%;
}

ul.tenpo_list li span {
    font-family: 'Noto Sans JP', sans-serif;
    color: white;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    left: 18%;
    bottom: 20px;
}

ul.tenpo_list li:nth-child(4) span {
    font-size: 120%;
}

.secwdt_news {
    margin-top: 100px;
}

.scbox03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}

.scb3_1 {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: start;
}

.scb3_1 h2 {
    display: inline-block;
    font-size: 300%;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    border-left: 1px solid;
    padding-left: 30px;
    padding-bottom: 10px;
}

.scb3_1 p {
    font-family: 'Noto Sans JP', sans-serif;
    writing-mode: vertical-rl;
    font-size: 148%;
    font-weight: bold;
    margin-left: 20px;
    color: #555;
}

.scb3_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 76%;
}

.n_cat_box {
    width: 48%;
}

ul.news_list {
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
}

ul.news_list li {
    padding-bottom: 50px;
}

.n_cat_box.ncb_05 ul.news_list,
.n_cat_box.ncb_06 ul.news_list {
    border-bottom: none;
}

span.cat_box {
    display: inline-block;
    text-align: center;
    background: #e6e2dd;
    padding: 10px 20px;
    font-size: 120%;
}

span.cat_box.serisouan {
    background: #f0c78a;
}

span.cat_box.kobayashi {
    background: #fdd2d2;
}

span.cat_box.nitarouekimae {
    background: #d7e9fd;
}

span.cat_box.kokomiso {
    background: #f0e98a;
}

span.cat_box.kouziya-honnten {
    background: #efe4f9;
}

span.cat_box.kokogamiso {
    background: #ffe1cc;
}

span.date_box {
    display: inline-block;
    font-size: 120%;
    padding: 10px;
}

ul.news_list h3 {
    width: 100%;
    max-width: 1012px;
    margin-top: 20px;
    padding-right: 40px;
}

ul.news_list h3 a {
    font-size: 172%;
    color: #ca3828;
}

ul.news_list h3 a:hover {
    text-decoration: underline;
}

ul.news_list li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 110%;
    color: #555;
    margin-top: 20px;
    padding-right: 40px;
    line-height: 1.8;
}

section.sec_area.sec03 {
    background: #eee;
}

.scbox04 {
    text-align: center;
}

a.cnt_btn,
a.rsv_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 0;
    font-size: 200%;
}

a.cnt_btn {
    color: white;
    background: #ca3828;
    margin: 80px 0 40px;
}

a.rsv_btn {
    color: #ca3828;
    background: white;
    margin: 40px 0 80px;
}

a.cnt_btn:hover,
a.rsv_btn:hover {
    opacity: 0.8;
}

/* =================================
		フッター
================================= */
footer {
    padding: 20px 0;
    background: black;
}

.sns_box {
    margin-top: 30px;
    text-align: center;
}

.sns_box img {
    width: 60px;
}

.ft_logo {
    text-align: center;
    margin: 50px 0;
}

.ft_logo img {
    max-width: 100%;
}

.ft_nav {
    margin-bottom: 80px;
}

p.ft_copy {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: white;
}

/* =================================
		トップボタン
================================= */
.js-scroll-fadein {
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
}

.is-fadein {
    visibility: visible;
    opacity: 1;
}

.arrow{
    position: fixed;
    right: 12px;
    bottom: 34px;
    color: #fff;
    cursor: pointer;
    background-color: #ca3828;
    border-radius: 50px;
    line-height: 0;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}


/*=====================================================
	  タブレット 1024px
===================================================== */
@media screen and (max-width: 1024px) {

h1.top_ttl {
    min-height: 100%;
}

p.message_box img {
    width: auto;
}

.scbox01 p {
    line-height: 2;
}

ul.tenpo_list {
    padding: 20px 40px;
}

.scbox03,
.scbox04 {
    padding: 0 40px;
}

}/*===	タブレット 1024px  === */

/*=====================================================
	  タブレット 820px
===================================================== */
@media screen and (max-width: 820px) {

.scbox01 p {
    line-height: 1.5;
}

.scbox01 h2 {
    margin-left: 60px;
}

.scbox03 {
    display: block;
    padding: 0 20px;
}

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

.scb3_1 h2 {
    display: block;
    font-size: 240%;
    writing-mode: horizontal-tb;
    letter-spacing: 4px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    border-left: none;
    border-bottom: 1px solid;
    text-align: center;
}

.scb3_1 p {
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 0;
}

.scb3_2 {
    width: 100%;
    margin-top: 100px;
}

}/*===	タブレット 820px  === */


/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {

header {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    position: relative;
    background-position: center;
    background-size: auto 101%;
}

header.top_header {
    height: 680px;
}

h1.top_ttl {
    min-height: 100vh;
}

h1.top_ttl img {
    bottom: 20px;
    right: 40px;
    max-width: 214px;
    z-index: 100;
}

.menu_area {
    min-width: 160px;
}

.menu_area p {
    font-size: 86%;
    margin-top: 40px;
}

p.message_box img {
    width: 100px;
    margin-top: 40px;
}

.scbox01 {
    flex-direction: column;
    align-items: center;
}

.scbox01 h2 {
    margin-left: 0;
    margin: 0 0 80px;
}

.scbox01 h2 span {
    margin-top: 100px;
}

.scbox01 p {
    font-size: 120%;
    writing-mode: horizontal-tb;
    padding: 0 40px 0 20px;
}

.scbox01 p br {
    display: none;
}

ul.tenpo_list {
    display: block;
    padding: 20px;
}

ul.tenpo_list li {
    width: 100%;
    margin: 20px 0;
}

ul.tenpo_list li span {
    font-size: 100%;
    bottom: 10px;
}

ul.tenpo_list li:nth-child(4) span {
    font-size: 100%;
}

.scb3_1 h2 {
    font-size: 220%;
}

.scb3_2 {
    display: block;
    padding: 0 20px 0 0;
}

.n_cat_box {
    width: 100%;
}

ul.news_list {
    margin-top: 50px;
}

.n_cat_box.ncb_05 ul.news_list {
    border-bottom: 2px solid #ddd;
}

ul.news_list h3 {
    padding-right: 0;
}

ul.news_list h3 a {
    font-size: 150%;
}

ul.news_list li p {
    font-size: 100%;
    padding-right: 0;
    line-height: 1.5;
}

a.cnt_btn, a.rsv_btn {
    margin: 40px 0;
    padding: 50px 0;
    font-size: 150%;
}

.ft_logo img {
    max-width: 300px;
}

.arrow {
    right: 12px;
    bottom: 12px;
}


}/*===	スマートフォン 600px  === */