@charset "utf-8";

/*基本設定　フォントサイズ*/
@media (max-width:599px){
    :root {
        font-size: 14px;
    }
}

@media (min-width:600px) and (max-width:799px) {
    :root{
        font-size: 16px;
    }
}
@media (min-width:800px){
    :root {
        font-size: 18px;
    }
}

body {
    margin: 0;
    font-family: 'メイリオ','Hiragino kaku Gothic Pro','sans-serif';
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}





/*ヘッダーA　サイト名*/
.headA {
    display: inline-block;
    line-height: 70px;
    padding: 0 20px;
    background-color: #DB2619;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-decoration: none;
}
.headB ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.headB a {
    display: block;
    padding: 15px;
    color: inherit;
    font-size: 12px;
    text-decoration: none;
}
.headB a:hover {
    background-color: rgba(0,0,0,0.3);
}

/*コンテンツA：　ヒーローイメージ*/
.conA {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 450px;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2)),url(../images/mv.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.conA h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15vw;
    letter-spacing: 0.2em;
    margin-left: 0.2em;
}
.conA p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.conA img {
    width: 20%;
}
.conA a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: #008db7;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conA a:hover {
    background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}

.conA.compact {
    height: 450px;
    min-height: 0;
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(../images/balloon.jpg);
}

/*コンテンツB 概要（アイコン＋テキスト*/

.conB h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.conB p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
    
}
.conB a {
    color: #DB2619;
    text-decoration: none;
}
.conB a:hover {
    text-decoration: underline;
}
.conB .icon {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 40px;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
    color: #fff;
}
.conB .text {
    text-align: center;
}
.conB .container {
    padding-top: 80px;
    padding-bottom: 20px;
}
.conB .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align: center;
}

/*コンテンツC：概要（画像＋テキスト）*/

.conC {
    background-color: #DB2619;
    color: #fff;
}
.conC h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.conC p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
    
}
.conC a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: #51a5dc;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conC a:hover {
    background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.conC .photo {
    min-height: 200px;
    background-image: url(../images/spoon_m.jpg);
    background-position: center;
    background-size: cover;
}
.conC .text {
    padding: 20px;
}



/*コンテンツD：概要（画像＋テキスト）*/
.conD .container {
    padding-top: 2px;
}
.conD h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.conD p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
    
}
.conD a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border: solid 3px currentColor;
    border-radius: 6px;
    background-color: #51a5dc;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.conD a:hover {
    background-image: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
}
.conD .photo {
    min-height: 200px;
    background-image: url(../images/aspara_mv.jpg);
    background-position: center;
    background-size: cover;
}
.conD .text {
    padding: 20px;
}

/*フッター*/
footer {
    color: #fff;
    background-color: #DB2619;
}
footer .container {
    padding: 40px 20px;
}


/*フッターA: サイト情報*/

.footA {
    margin-bottom: 30px;
}
.footA h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
}
.footA p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.footA a {
    color: inherit;
    text-decoration: none;
}

.footB div {
    margin-bottom: 20px;
}
.footB h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid currentColor;
}
.footB ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footB a {
    display: block;
    padding: 5px;
    color: inherit;
    font-size: 12px;
    text-decoration: none;
}
.footB a:hover {
    background-color: rgba(0,0,0,0.3);
}
/*フッターC：　コピーライント*/
.footC {
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
}

/*フッターD　SNSメニュー*/
.footD {
    margin-top: 20px;
}
.footD ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footD a {
    display: block;
    margin-right: 8px;
    padding: 0px;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px currentColor;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
}
.footD a:hover {
    background-color: rgba(0,0,0,0.3);
}



/*コンテンツページのヘッダー*/
.nohero header {
    position: static;
    border-bottom: solid 1px #ddd;
}

/*コンテンツページ：　記事*/
.post .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
}
.post h1 {
    padding-left: 0.5rem;
    border-left: solid 0.7rem #bf6a7a;
    font-size: 2rem;
}

.post p {
    font-size: 1rem;
    line-height: 2;
}
.post img {
    max-width: 100%;
    height: auto;
}

.bread ol {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bread a {
    display: block;
    padding: 5px;
    color: inherit;
    font-size: 0.875rem;
    text-decoration: none;
}
.bread a:hover {
    background-color: rgba(0,0,0,0.3);
}
.bread a::after {
    margin-left: 10px;
/*
    font-family: 'FontAwesome';
*/ 
    font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: bold;
    opacity: 0.3;
}

/*アバウトページ：　画像と沿革*/
.history {
    background-color: #DB2619;
    color: #fff;
}
.history .text {
    padding: 20px;
}
.history h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.history .photo {
    min-height: 300px;
    background-image: url(../images/plant.jpg);
    background-position: center;
    background-size: cover;
}
.history table {
    border-collapse: collapse;
    border-top: solid 1px #ddd;
    font-size: 0.875rem;
}
.history th, .history td {
    border-bottom: solid 1px #ddd;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
.history th {
    padding-right: 1rem;
    text-align: left;
    word-break: keep-all;
}

/*お問い合わせページ*/
/*
.contact {
    margin: 20px 0;
    padding: 20px;
    border: solid 1px #ddd;
    text-align: center;
}
*/
/*
.contact h2 {
    margin-top: 0;
    font-size: 1.2rem;
}
.contact span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 2.2rem;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    background-color: #DB2619;
    color: #fff;
}
.contact a {
    font-size: 1.4rem;
    color: inherit;
    text-decoration: none;
}
*/
.contact {
    text-align: center;
}
.contact iframe {
    max-width: 100vw;
}





/*お問い合わせページ：　地図*/
.location iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
}
.location h2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #DB2619;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
/*記事一覧　listA*/
.listA .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto;
}
.listA article {
    flex: 1 1 300px;
    display: flex;
}

.listA h2 {
    font-size: 18px;
}
.listA p {
    font-size: 14px;
    opacity: 0.8;
}
.listA .photo {
    min-height: 150px;
    background-position :center;
    background-size: cover; 
}
.listA .text {
    margin: 10px;
}
.listA a {
    flex: 1;
    margin: 10px;
    display: block;
    border: solid 1px #ddd;
    color: inherit;
    text-decoration: none;
}
.listA a:hover {
    opacity: 0.8;
}



/**********************
Staff
**********************/
.conA.staff {
    height: 450px;
    min-height: 0;
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url(../images/staff-mv.jpg);
}

.staff {
	/*section同士のスキマ*/
	margin-top: 2rem;
    margin-bottom: 2rem;
}
.staff h3 {
	/*タイトルの中央揃え*/
	text-align: center;
}
.staff .flex_container {
	
	/*スタッフボックスを並べる*/
	display: flex;
	
	/*等間隔に配置*/
	justify-content: space-between;
}
.st_box {
	
	/*.st_boxの幅*/
	flex: 0 0 20%;
	
	/*中身を中央揃え*/
	text-align: center;
}
.st_name {
	/*デフォルトのマージン*/
	margin-bottom: 0;
	
	font-weight: bold;
	font-size: 1.2rem;
}
.st_position {
	/*デフォルトのマージン*/
	margin: 0;
	
	color: #01b3a7;
	font-size: 14px;
}

@media (min-width: 768px) {
    .headB {
        display: block!important;
    }
    .headB ul {
        display: flex;
    }
    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
/*ヘッダーC　トグルボタン消す*/
    .headC {
        display: none;
    }
    .conA h1 {
        font-size: 115px;
    }
    .conA p {
        font-size: 24px;
    }
    .conB .container {
        display: flex;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    .conB .text {
        flex: 1;
    }
    .conC .container {
        display: flex;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    .conC .photo {
        flex: 3;
    }
    .conC .text {
        flex: 2;
        padding: 50px;
    }
    .conD .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .conD .photo {
        flex: 0 0 400px;
    }
    .conD .text {
        flex: 1;
        padding: 50px;
    }
    footer .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .footA {
        flex: 0 0 40%;
    }
    .footB {
        display: flex;
        flex: 0 0 60%;
    }
    .footB div {
        flex: 1;
    }
    .footB div:not(:first-child) {
        margin-left: 40px;
    }
    .footC {
        flex: 0 0 100%;
    }
    
/*    アバウトページ*/
    .history .container {
        display: flex;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .history .photo {
        flex: 3
    }
    .history .text {
        flex: 2;
        padding: 50px;
    }
/*お問い合わせページ*/
    .contact-wrap {
        display: flex;
    }
    .contact {
        flex: 1;
    }
    .contact:first-child {
        margin-right: 20px;
    }
}


@media (max-width: 767px){
    header .container-small {
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }
    .headB {
        display: none;
    }
    .headC {
        margin-right: 10px;
        padding: 0;
        border: none;
        outline: none;
        background: none;
        font-size: 28px;
        opacity: 0.5;
        cursor: pointer;
    }
    .headC:hover {
        opacity: 0.3;
    }
    
    /*スタッフボックス縦並び*/
    .staff .flex_container {
	    display: block;
	
	/*等間隔に配置*/
	    justify-content: space-between;
    }
    .st_box {
        margin-bottom: 2rem;
    }
}










/*出前館*/

.conD.compact {
    height: 300px;
    min-height: 0;
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(../images/photo01.jpg);
}


.listD h1 {
    text-align: center;
}

.listD .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto;
}
.listD article {
    flex: 1 1 384px;
    display: flex;
}

.listD a {
    flex: 1;
    margin: 10px;
    display: flex;
    border: solid 1px #ddd;
    color: inherit;
    text-decoration: none;
}

.listD a:hover {
    opacity: 0.8;
}

.listD .photo {
    flex: 2;
    min-height: 0;
    background-position: top;
    background-size: cover;
}

.listD .text {
    flex: 3;
    margin: 10px;
}

.listD h2 {
    font-size: 18px;
}

.listD p {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 384px) {
    .listD article {
        flex: 1 1 250;
    }
    .listD .photo {
        flex: none;
        min-height: 300px;
        width: 250px;
/*        flex: 1;*/
    }
    .listD p,h2 {
        display: none;
    }
    
}


/*出前館2*/
.listD2 h1 {
    text-align: center;
}

.listD2 .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 30px auto;
}
.listD2 article {
    flex: 1 1 384px;
    display: flex;
}

.listD2 a {
    flex: 1;
    margin: 10px;
    display: flex;
    border: solid 1px #ddd;
    color: inherit;
    text-decoration: none;
}

.listD2 a:hover {
    opacity: 0.8;
}

.listD2 .photo {
    flex: 2;
    min-height: 0;
    background-position: top;
    background-size: cover;
}

.listD2 .text {
    flex: 3;
    margin: 10px;
}

.listD2 h2 {
    font-size: 18px;
}

.listD2 p {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 384px) {
    .listD2 .photo {
        flex: 1 1 70px;
    }
    .listD2 a {
    margin: 3px;
}
/*
    .listD2 p {
        display: none;
    }
*/

}


























