@charset "utf-8";

    /* -- PC -- */
    /* ヘッダー */
    .pc-header{
        display: flex;
        height: 79px;
    }
    .pc-header-left{
        width: 25%;
    }
    .pc-header-logo-area{
        width: 282px;
    }
    .pc-header-right{
        display: flex;
        width: 75%;
        /*justify-content: right;*/
        justify-content: flex-end;
    }
    .pc-header-address-area{
        /*width: 321px;*/
        width: 193px;
        margin-left: 20px;
    }
    .pc-header-eigyo-area{
        height: 32px;
        margin-top: 26px;
        padding-right: 29px;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-header-login-area{
        display: flex;
        height: 32px;
        padding-left: 30px;
        margin-top: 26px;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-header-login{
        display: flex;
        height: 32px;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
    }
    .pc-header-login:hover{
        background-color: #262626 !important;
    }
    .pc-header-mypage-area{
        display: flex;
        height: 32px;
        margin-top: 26px;
    }
    .pc-header-mypage{
        display: flex;
        height: 32px;
        margin-left: 30px;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
    }
    .pc-header-mypage:hover{
        background-color: #262626 !important;
    }
    .pc-header-cart-area{
        width: 62px;
        height: 32px;
        margin-top: 26px;
        margin-left: 43px;
        padding-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-header-twitter-area{
        height: 32px;
        margin-top: 26px;
        margin-left: 30px;
    }
    .pc-header-facebook-area{
        height: 32px;
        margin-top: 26px;
        margin-left: 15px;;
    }
    .pc-header-instagram-area{
        height: 32px;
        margin-top: 26px;
        margin-left: 15px;
        margin-right: 30px;
    }
    
    /* ヘッダーメニュー部 */
    .pc-header-menu{
        display: flex;
        height: 44px;
    }
    .pc-header-menu-left{
        width: 80%;
    }
    .pc-header-menu-right{
        display: flex;
        width: 20%;
        justify-content: right;
    }
    .pc-header-menu-ul{
        padding-left: 18px;
    }
    .pc-header-menu-a{
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        font-weight: normal !important;
    }
    .pc-header-menu-a:hover{
        background-color: #262626 !important;
    }
    .pc-header-menu-gosyu{
        display: flex;
        width: 120px;
        height: 30px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-header-menu-gosyu:hover{
        background-color: #262626 !important;
    }
    .pc-header-menu-access{
        display: flex;
        width: 120px;
        height: 30px;
        margin-left: 8px;
        margin-right: 30px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-header-menu-access:hover{
        background-color: #262626 !important;
    }
    
    /* -- SP -- */
    .ec-headerNavSP{
        top: unset !important;
        left: unset !important;
        padding: 0 !important;
        margin-right: 21px;
        color: #FFFFFF !important;
        background-color: #000000 !important;
        border-radius: unset !important;
        position: unset !important;
    }
    .sp-header{
        display: flex;
        height: 64px;
    }
    .sp-header-left{
        width: 50%;
    }
    .sp-header-rigth{
        display: flex;
        width: 50%;
        /*text-align: right;*/
        justify-content: flex-end;
        align-items: center;
    }
    .sp-header-logo-area{
        width: 185px;
        height: 64px;
    }
    .sp-header-cart-area{
        width: 34px;
        height: 34px;
        padding 1px;
        margin-right: 10px;
    }
    .menu-icon {
        width: 34px;
        height: 34px;
        background-image: url(https://ichiryuin.com/html/template/default/assets/img/common/sp_top_menu.jpg);
        background-repeat: no-repeat;
    }
	
    .pc-about-ichiryuin{
        margin-bottom: 60px;
    }
    .pc-about-ichiryuin-area{
        width: 1000px;
        margin: 0 auto;
    }
    .pc-about-ichiryuin-comment1-area{
        margin-bottom: 45px;
    }
    .pc-about-ichiryuin-comment1{
        line-height: 1.5;
    }
    .pc-about-ichiryuin-comment2-area{
        margin-bottom: 32px;
    }
    .pc-about-ichiryuin-comment2{
        width: 669px;
        line-height: 1.8;
    }
	
	/* リンク */
	
	.pc-button-souhai {
        height: 190px;
        padding-top: 30px;
        padding-left: 30px;
        margin-bottom: 60px;
        background-color: #c1a470;
        border: 5px solid #8c6450;
		border-radius : 15px;
		cursor: pointer;
	}
	.pc-button-souhai:hover {
        background-color: #E6C485;
	}
	.pc-button-souhai p {
		font-size: 80px;
		text-align: center;
		color: #fff;
	}
	.pc-button-souhai:hover p {
        color: #1A1A1A;
	}

	.pc-about-mangan {
		color: red;
	}
	.pc-yoyaku {
		color: #CF747B;
		cursor: pointer;
	}
	.pc-yoyaku-info {
		display: none;
		text-align: center;
		margin: 10px 0;
		cursor: pointer;
	}
	.pc-yoyaku-info img {
		width: 80%;
	}




    .pc-about-ichiryuin-img-area{
        margin-bottom: 50px;
    }
    .pc-about-ichiryuin-bottom-area{
        display: flex;
        justify-content: center;
    }
    .pc-about-ichiryuin-bottom-gosyu{
        display: flex;
        position: relative;
        width: 230px;
        height: 60px;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none !important;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-about-ichiryuin-bottom-gosyu::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-image: url(https://ichiryuin.com/html/template/default/assets/img/top/icon_arrow_white.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .pc-about-ichiryuin-bottom-gosyu:hover{
        background-color: #262626 !important;
    }
    .pc-about-ichiryuin-bottom-cafe{
        display: flex;
        position: relative;
        width: 230px;
        height: 60px;
        margin-left: 26px; 
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none !important;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-about-ichiryuin-bottom-cafe::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-image: url(https://ichiryuin.com/html/template/default/assets/img/top/icon_arrow_white.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .pc-about-ichiryuin-bottom-cafe:hover{
        background-color: #262626 !important;
    }
	
	    .pc-about-cafe-area{
        width: 1000px;
        margin: 0 auto;
    }
	
	
	/*cafe*/
    .pc-about-cafe-title-area{
        margin-top: 10px;
    }
    .pc-about-cafe-comment-area{
        width: 670px;
        margin-top: 45px;
    }
    .pc-about-cafe-comment{
/*        line-height: 1.8;*/
    }
    .pc-about-cafe-img1-area{
        width: 1000px;
		
        margin-top: 10px;
    }
    .pc-about-cafe-img2-area{
        display: flex;
        width: 1000px;
        margin-top: 31px;
    }
    .pc-about-cafe-img3-area{
        display: flex;
        width: 1000px;
        margin-top: 31px;
    }
    .pc-about-cafe-img-left{
        width: 480px;
    }
    .pc-about-cafe-img-right{
        width: 480px;
        margin-left: 40px;
    }


    .pc-about-award{
        border-top: 5px solid rgba(255,255,255,0.24);
        margin-bottom: 50px;
    }
    .pc-about-award-area{
        width: 1000px;
        margin: 0 auto;
    }
    .pc-about-award-title-area{
        margin-top: 49px;
    }
    .pc-about-award-comment-area{
        width: 672px;
        margin-top: 45px;
    }
    .pc-about-award-comment{
        line-height: 1.8;
    }
    .pc-about-award-pdf-area{
        margin-top: 26px;
    }
    .pc-about-award-pdf {
        text-decoration: underline;
        text-decoration-color: #FFFFFF;
    }
    .pc-about-award-pdf:hover{
        background-color: #262626 !important;
    }
    .pc-about-award-img-area{
        display: flex;
        margin-top: 42px;
    }
    .pc-about-award-img-left{
        width: 480px;
    }
    .pc-about-award-img-right{
        width: 480px;
        margin-left: 40px;
    }
    .pc-about-award-condition-area{
        height: 540px;
        padding-top: 30px;
        padding-left: 30px;
        margin-top: 31px;
        background-color: #1A1A1A;
        border: 1px solid #484848;
    }
    .pc-about-award-info-title{
        margin-bottom: 25px;
    }
    .pc-about-award-info-comment{
        line-height: 1.6;
    }
    .pc-about-award-info-comment2{
        margin-top: 20px;
    }

    .pc-about-award-condition-area-2{
        height: 200px;
		height: auto;
        padding-top: 30px;
        padding-left: 30px;
        margin-top: 31px;
        background-color: #1A1A1A;
        border: 1px solid #484848;
    }

    .sp-about-ichiryuin{
        margin-bottom: 40px;
    }
    .sp-about-ichiryuin-area{
        margin-left: 20px;
        margin-right: 20px;
    }
    .sp-about-ichiryuin-comment1-area{
        margin-bottom: 36px;
    }
    .sp-about-ichiryuin-comment1{
        line-height: 1.57;
    }
    .sp-about-ichiryuin-comment2-area{
        margin-bottom: 22px;
    }
    .sp-about-ichiryuin-comment2{
        line-height: 1.8;
    }
	
	
	/* リンク */
		
	.sp-button-souhai {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 40px;
        background-color: #c1a470;
        border: 5px solid #8c6450;
		cursor: pointer;
	}
	.sp-button-souhai:hover {
        background-color: #E6C485;
	}
	.sp-button-souhai p {
		text-align: center;
		color: #fff;
	}
	.sp-button-souhai:hover p {
        color: #1A1A1A;
	}
	.sp-yoyaku {
		color: #CF747B;
		cursor: pointer;
	}
	.sp-yoyaku-info {
		display: none;
		text-align: center;
		margin: 10px 0;
		cursor: pointer;
	}
	.sp-yoyaku-info img {
		width: 80%;
	}


    .sp-about-ichiryuin-img-area{
        margin-bottom: 30px;
    }
    .sp-about-ichiryuin-bottom-area{
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }
    .sp-about-ichiryuin-bottom-gosyu{
        display: flex;
        position: relative;
        width: 335px;
        height: 60px;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none !important;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-about-ichiryuin-bottom-gosyu::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-image: url(https://ichiryuin.com/html/template/default/assets/img/top/icon_arrow_white.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sp-about-ichiryuin-bottom-gosyu:hover{
        background-color: #262626 !important;
    }
    .sp-about-ichiryuin-bottom-cafe{
        display: flex;
        position: relative;
        width: 335px;
        height: 60px;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none !important;
        background-color: #000000;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-about-ichiryuin-bottom-cafe::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-image: url(https://ichiryuin.com/html/template/default/assets/img/top/icon_arrow_white.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sp-about-ichiryuin-bottom-cafe:hover{
        background-color: #262626 !important;
    }

	.sp-about-award-condition-area{
        margin-left: 20px;
        margin-right: 20px;
	}

	.sp-about-cafe-title-area {
        margin-left: 20px;
        margin-right: 20px;
	}

	
	
	
	
	/* ▼フッター */
	
	.ec-footerRole{
        padding-top: unset !important;
        margin-top: unset !important;
        border-top: 5px solid rgba(255,255,255,0.24) !important;
    }

    .pc-footer{
        display: flex;
        height: 620px;
        margin-left: 140px;
        margin-right: 140px;
    }
    .pc-footer-ichiryuin-area{
        width: 55%;
    }
    .pc-footer-ichiryuin-instagram-area{
        width: 45%;
    }
    .pc-footer-ichiryuin-instagram{
        width: 100%;
        height: 510px;
        padding-top: 40px;
        border: none;
        overflow: hidden;
    }
    .pc-footer-logo{
        
    }
    .pc-footer-address{
        
    }
    .pc-footer-address p{
        line-height: 1.5;
    }
    .pc-footer-menu{
        margin-top: 11px;
    }
    .pc-footer-menu-ul{
        display: flex;
        padding: 0;
        margin-bottom: 0px !important;
        list-style: none;
    }
    .pc-footer-menu-li{
        margin-top: 22px;
        padding-right: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-footer-menu-li2{
        margin-top: 22px;
        padding-left: 16px;
        padding-right: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-footer-menu-li3{
        margin-top: 22px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .pc-footer-menu-a{
        padding: 1px;
        font-weight: bold;
        text-decoration: none !important;
    }
    .pc-footer-menu-a:hover{
        background-color: #262626 !important;
    }
    .pc-footer-menu-a2{
        padding: 1px;
        font-weight: bold;
        text-decoration: none !important;
    }
    .pc-footer-menu-a2:hover{
        background-color: #262626 !important;
    }
    .pc-footer-buttom{
        display: flex;
        margin-top: 30px;
        /*justify-content: center;*/
    }
    .pc-footer-menu-gosyu{
        display: flex;
        width: 170px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-footer-menu-gosyu:hover{
        background-color: #262626 !important;
    }
    .pc-footer-menu-login{
        display: flex;
        width: 170px;
        height: 40px;
        margin-left: 10px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .pc-footer-menu-login:hover{
        background-color: #262626 !important;
    }
    .pc-footer-sns{
        display: flex;
        margin-top: 29px;
    }
    .pc-footer-twitter-area{
        width: 32px;
        height: 32px;
    }
    .pc-footer-facebook-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .pc-footer-instagram-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .pc-footer-copyright{
        margin-top: 32px;
        padding-bottom: 65px;
    }
    
    .pc-fixed-footer{
        position: fixed;
        left: 0;
        bottom: -65px;
        width: 100%;
        height: 65px;
        background-color: #2B2B2B;
        transition: all 0.3s ease-in-out;
        border-top: 5px solid #666666;
        box-sizing: border-box;
    }
    .pc-fixed-inner{
        width: 1010px;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .pc-fixed-address-area{
        display: flex;
        width: 316px;
        align-items: center;
    }
    .pc-fixed-twitter-area{
        height: 32px;
        margin-left: 15px;
    }
    .pc-fixed-facebook-area{
        height: 32px;
        margin-left: 15px;
    }
    .pc-fixed-instagram-area{
        height: 32px;
        margin-left: 15px;
        margin-right: 30px;
    }
    .pc-fixed-footer-buttom{
        display: flex;
    }
    .pc-fixed-footer-menu-gosyu{
        display: flex;
        width: 170px;
        height: 40px;
        margin-left: 5px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: #000000;
    }
    .pc-fixed-footer-menu-gosyu:hover{
        background-color: #262626 !important;
    }
    .is_slide{
        bottom: 0px;
    }
    
    /*-- SP --*/
    .sp-footer-logo{
        margin-left: 20px;
    }
    .sp-footer-address{
        margin-left: 20px;
    }
    .sp-footer-address p{
        line-height: 1.33;
    }
    .sp-footer-menu{
        margin-top: 11px;
        margin-left: 20px;
    }
    .sp-footer-menu-ul{
        display: flex;
        padding: 0;
        margin-bottom: 0px !important;
        list-style: none;
    }
    .sp-footer-menu-li{
        margin-top: 25px;
        padding-right: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-footer-menu-li2{
        margin-top: 25px;
        padding-left: 16px;
        padding-right: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-footer-menu-li3{
        margin-top: 25px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .sp-footer-menu-a{
        padding: 1px;
        font-weight: bold;
        text-decoration: none !important;
    }
    .sp-footer-menu-a:hover{
        background-color: #262626 !important;
    }
    .sp-footer-menu-a2{
        padding: 1px;
        font-weight: bold;
        text-decoration: none !important;
    }
    .sp-footer-menu-a2:hover{
        background-color: #262626 !important;
    }
    .sp-footer-buttom{
        display: flex;
        margin-top: 30px;
        justify-content: center;
    }
    .sp-footer-menu-gosyu{
        display: flex;
        width: 160px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-footer-menu-gosyu:hover{
        background-color: #262626 !important;
    }
    .sp-footer-menu-login{
        display: flex;
        width: 160px;
        height: 40px;
        margin-left: 15px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-footer-menu-login:hover{
        background-color: #262626 !important;
    }
    .sp-footer-sns{
        display: flex;
        margin-top: 29px;
        margin-left: 20px;
    }
    .sp-footer-twitter-area{
        width: 32px;
        height: 32px;
    }
    .sp-footer-facebook-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .sp-footer-instagram-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .sp-footer-copyright{
        margin-top: 32px;
        margin-left: 20px;
        margin-bottom: 70px;
        padding-bottom: 29px;
    }
    
    .sp-fixed-footer{
        position: fixed;
        left: 0px;
        width: 100%;
        height: 75px;
        background-color: #2B2B2B;
        transition: all 0.3s ease-in-out;
        border-top: 5px solid rgba(255, 255, 255, 0.24);
        box-sizing: border-box;
    }
    .sp-fixed-inner{
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    .sp-fixed-footer-buttom{
        display: flex;
    }
    .sp-fixed-footer-menu-gosyu{
        display: flex;
        width: 110px;
        height: 50px;
        margin-left: 5px;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-color: #000000;
    }
    .sp-fixed-footer-menu-gosyu:hover{
        background-color: #262626 !important;
    }
    
    @media only screen and (max-width: 767px)
    {
        .ec-footerRole{
            border-top: none !important;
        }
    }
	
	
	/* ▼メニュー(SP) */
    .ec-drawerRoleClose{
        color: #FFFFFF !important;
        background-color: #000000 !important;
        left: 315px !important;
        z-index: 100001 !important;
    }
    .ec-drawerRole{
        width: 375px !important;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: unset !important;
        background-color: #000000 !important;
        transform: translateX(-375px);
    }
    .ec-headerLink__item{
        border-bottom: 1px solid rgba(255,255,255,0.26) !important;
    }
    .ec-headerLink__list{
        padding-top: 86px;
        border-top: unset !important;
    }
    
    .sp-menu-buttom{
        display: flex;
        margin-top: 30px;
        justify-content: left;
    }
    .sp-menu-gosyu{
        display: flex;
        width: 160px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-menu-login{
        display: flex;
        width: 160px;
        height: 40px;
        margin-left: 15px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-menu-mypage{
        display: flex;
        width: 160px;
        height: 40px;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .sp-menu-sns{
        display: flex;
        margin-top: 29px;
    }
    .sp-menu-twitter-area{
        width: 32px;
        height: 32px;
    }
    .sp-menu-facebook-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    .sp-menu-instagram-area{
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
	
	
	
	/* お申込み用紙 */
	
	.pc-downloads-area {
		width: 100%;
		text-align: right;
		margin-bottom: 30px;
	}
	.pc-downloads-area a ,
	.pc-downloads-area a:after {
		color: #fff;
		margin-right: 15px;
	}
	.pc-downloads-area a:hover {
		color: #ccc;
	}

    .sp-about-award-condition-area-2{
		height: auto;
        padding: 10px;
        margin-top: 20px;
        background-color: #1A1A1A;
        border: 1px solid #484848;
    }

	.sp-downloads-area {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.sp-downloads-area a ,
	.sp-downloads-area a:after {
		padding: 5px;
		margin: 0 10px;
		color: #fff;
		border: 1px solid #999;
	}
	
	.sp-about-award-info-title {
		margin-top:15px;
	}
	
	/* 予約 */
	.yoyaku {
		font-weight: bold;
		color: #c1a470;
	}
	
	