@charset "UTF-8";

img{
	vertical-align:top;
}

body {
    max-width: 1800px;
    margin: 0 auto;
}

/* 全体 */
@media screen and (min-width:600px) {
    body {
        color: #3e3a39;
        font-size: 11.5pt;
        line-height: 1.7;
        letter-spacing: 1.5px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .space {
        height: 90px;
    }

    .content {
        max-width: 980px;
        margin: 0 auto;
        display: flex;
        width: 100%; 
        justify-content: space-between;
    }
    
    section {
        margin-bottom: 80px;
    }

    .container {
        margin: 0 30px;
    }
}

@media screen and (max-width:599px) {
    body {
        max-width: 599px;
        color: #3e3a39;
        font-size: 10pt;
        line-height: 1.6;
        letter-spacing: 1.4px;
    }
    .content {
        margin: 25px;
    }

    section {
        margin-bottom: 60px;
    }

    img {
        max-width: 100%;
    }
}

/* 表示・非表示 */
@media screen and (min-width:600px) {
    .pc { display: block !important; }
    .sp { display: none !important; }
}
@media screen and (max-width:599px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}




/* トップ画像 */
@media screen and (min-width:600px) { 
    .top img {
        width: 100%;
    }
    

}

@media screen and (max-width:599px) {   
    .top img {
        width: 100%;
    }
}





/* 見出し */
@media screen and (min-width:600px) {
    h1 {
        font-size: 20pt;
        background-color: #ae0e16;
        text-align: center;
        color: #fff;
        padding-top: 2px;
        padding-bottom: 3px;
        margin-bottom: 30px;
    }

    h2,h3{
        font-size: 12.5pt;
    }
}

@media screen and (max-width:599px) {
    h1 {
        font-size: 12pt;
        background-color: #ae0e16;
        text-align: center;
        color: #fff;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    h2,h3{
        line-height: 1.3;
    }

    
}





/* MESSAGE */
@media screen and (min-width:600px) {
    .message .right {
        width:47.5%;
    }
    .message .left {
        width:47.5%;
    }
    .message:not(:last-child)  {
        margin-bottom: 80px;
    }

    /* 上ブロック：写真 */
        .message .left img{
            width: 100%;
        }

        .message .left .caption{
            text-align: right;
            font-size: 0.8rem;
            padding-right:10px;
        }

    /* 上ブロック：テキスト  */
        .message .right p:not(:last-child) {
            margin-bottom: 40px;
        }

    /* 上ブロック：アイコン  */
        .dish {
            background-image: url(../img/dish.png);
            padding-left: 32px;
            background-repeat: no-repeat;
            background-size: 28px;
        }

    /* 下ブロック：写真 */
        .message .right img {
            width: 100%;
        }

    /* 下ブロック：テキスト */
        .message .left p:not(:last-child) {
            margin-bottom: 40px;
        }

    /* 下ブロック：アイコン  */
        .sushi {
            background-image: url(../img/sushi.png);
            padding-left: 32px;
            background-repeat: no-repeat;
            background-size: 28px;
        }
}

@media screen and (max-width:599px) {
    .message .left {
        width: 100%;
    }

    .message .left img {
        margin-bottom: 8px;
    }

    .caption {
        text-align: right;
        font-size: 0.8rem;
        padding-right:10px;
    }

    .message .right p {
        margin-bottom: 25px;
    }

    .message .right p:last-child {
        margin-bottom: 40px;
    }


    .dish {
        background-image: url(../img/dish.png);
        padding-left: 24px;
        background-repeat: no-repeat;
        background-size: 18px;
    }


    .message .right {
        width: 100%;
    }

    .message .right img {
        margin-bottom: 25px;
    }

    .message .left p {
        margin-bottom: 25px;
    }


    .sushi {
    background-image: url(../img/sushi.png);
    padding-left: 24px;
    background-repeat: no-repeat;
    background-size: 18px;
}
}





/* 回転寿司事業 */
@media screen and (min-width:600px) {
    .business_topimg img{
        margin-top: -30px;
    }

    .business_topimg img{
        width: 100%;
    }

    .business_topic {
        width: 45%;
        display: flex;
        justify-content: space-between;
    }

    .business_img {
        width: 47%;
    }
    .business_text {
        width: 47%;
    }

    .business_img img {
        width: 100%;
    }

    .business {
        margin-top: 40px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:599px) {

    .business_topic {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

    .business_text {
        order: 1;
        margin-bottom: 5px;
    }
    .business_img {
        order: 2;
    }
    .business {
        margin-top: 0;
        margin-bottom: 0;
    }
    .business_text p {
        font-size: 0.8rem;
    }
}






    /* WORKS */
@media screen and (min-width:600px) {
    .container01 {
        margin-bottom: 50px;
    }
    .works {
        margin-bottom: 20px;
    }

    /* 上ブロック */
    .container01 .works .left {
        width: 31%;
    }
    .container01 .works .middle {
        width: 31%;
    }
    .container01 .works .right {
        width: 31%;
    }
    .container01 .works img {
        width: 100%;
        height: 100%;
    }
    .container01 .works h2 {
        background-color: #C9CACA;
        text-align: center;
        padding: 3px 0px;
        margin-bottom: 10px;
        border-radius: 17px;
    }

    /* 下ブロック */
    .container02 .works .left {
        width: 47.5%;
    }
    .container02 .works .right {
        width: 47.5%;
    }
    .container02 .works img {
        width: 100%;
    }

    .container02 .works h2 {
        background-color: #C9CACA;
        text-align: center;
        padding: 3px 0px;
        margin-bottom: 10px;
        border-radius: 17px;
        width: 100%;
    }
}

@media screen and (max-width:599px) {
    .works {
        display: flex;
        flex-direction: column;
    }

    .works h2 {
        background-color: #C9CACA;
        text-align: center;
        padding: 3px 0px;
        margin-bottom: 5px;
        border-radius: 17px;
    }

    .works p {
        margin-bottom: 5px;
    }
    .works img {
        margin-bottom: 30px;
    }
    .works .right img {
        margin-bottom: 5px;
    }

    .container02 .content {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .container02 .content h2 {
        background-color: #595757;
        text-align: center;
        padding: 3px 0px;
        margin-bottom: 5px;
        border-radius: 17px;
        color: #ffffff;

    }
}








/* CROSS TALK「挑戦」 */
@media screen and (min-width:600px) {
    .crosstalk_topimg {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .crosstalk_topimg img{
        width: 100%;
    }

    .crosstalk h2 {
        font-weight: bold;
        z-index: 1;
        background-position: bottom;
        background: linear-gradient(transparent 30%, rgba(255,241,0,0.70) 30%);
        position: relative;
        width: 100%;
        text-align: center;
        line-height: 1;
        margin-bottom: 25px;
    }

    .crosstalk p span {
        font-weight: 700;
    }

    .crosstalk p {
        padding-left: 3.3em;
        text-indent: -3.3em;
    }

    .crosstalk p:not(:last-child) {
        margin-bottom:40px;
    }
    .crosstalk {
        display: block;
    }
}

@media screen and (max-width:599px) {
    .crosstalk_topimg img{
        width: 100%;
    }

    .crosstalk h2 {
        font-weight: bold;
        z-index: 1;
        background-position: bottom;
        background: linear-gradient(transparent 30%, rgba(255,241,0,0.70) 30%);
        position: relative;
        width: 100%;
        text-align: center;
        line-height: 1;
        margin-bottom: 25px;
    }

    .crosstalk p span {
        font-weight: 700;
    }

    .crosstalk p {
        padding-left: 3.3em;
        text-indent: -3.3em;
    }

    .crosstalk p {
        margin-bottom:40px;
    }

}






/* TRAINING SYSTEM */
@media screen and (min-width:600px) {
    .training .right {
        width: 47.5%;
    }
    .training .left {
        width: 47.5%;
    }
    .training .left img{
        width: 100%;
    }

    .training .right_top {
        margin-bottom: 15px;
    }

    .training .right_bottom {
        display: flex;
        font-size: 10pt;

    }
    .training .right_bottom_left {
        margin-right: 40px;
    }
}

@media screen and (max-width:599px) {
    .right_bottom {
        display: flex;
        justify-content: space-between;
        font-size: 0.75rem;
    }

    .right_top {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

/* HISTORY */
@media screen and (min-width:600px) {
    .history {
        display: block;
        max-width: 550px;
    }  
    .history .contents {
        display: flex;
        justify-content: space-between;

    }
    .history .contents .left {
        font-weight: bold;
        width: 20%;
    }
    .history .contents .right {
        width: 75%;
        padding-left: 1em;
        text-indent: -1em;
    }
    .history .contents:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:599px) {
    .history .contents .left {
        font-weight: bold;
    }
    .history .contents .right {
        padding-left: 1em;
        text-indent: -1em;
    }
    .history .contents:not(:last-child) {
        margin-bottom:15px;
    }
}

/* APPLICATION  */
@media screen and (max-width:599px) {
    .shinsotsu_bosyu_button01 img{
        width: 100%;
 margin-bottom: 30px;
    }



/* APPLICATION GUIDELINES */
@media screen and (min-width:600px) {
    .guideline .left {
        width: 20%;
        background-color: #C9CACA;
        padding: 20px 30px;
    }
    .guideline .right {
        width: 80%;
        border: solid 2px #C9CACA;
        padding: 20px 30px;
    }

    .guideline {
        margin-bottom: 5px;
    }

    .buttons img {
        width: 250px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    }
    .buttons img:hover {
        opacity: 0.5;
    }
    .buttons a:first-child {
        margin-right: 40px;
    }
    .buttons {
        margin-top: 25px;
        justify-content: center;
    }



}

@media screen and (max-width:599px) {
    .guideline .left {
        background-color: #C9CACA;
        padding: 10px 20px;
        text-align: center;
        font-weight: 700;
    }
    .guideline .right {
        border: solid 2px #C9CACA;
        padding: 20px 30px;
    }

    .guideline{
        margin-bottom: 5px;

    }

    /* .buttons {
        margin-top: 20px;
        text-align: center;
    } */
    
    .buttons img {
        width: 60%;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    }

    .buttons img:last-child{
        margin-top: 15px;
    }

    .buttons {
        margin-top: 20px;
        text-align: center;
    }
}

     


    /* フッター */
    footer {
        color: #ffffff;
        background-color: black;
        font-size: 9pt;
        text-align: center;
        padding: 40px;
    }


