//@import "/css/font-awesome/css/font-awesome.min.css";

.sns_fixed {
    display: none; !important;
}
p {
    font-size: 16px;
    line-height: 1.8em;
}
@media only screen and (max-width: 750px) {
	p {
	    font-size: 14px;
	}
}

.note {
    font-size: 12px;
}
.middel {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 12px 20px;

}
@media only screen and (max-width: 750px) {
	.middel {
		font-size: 14px;
		padding: 0 6px 20px;
	}
}

.block {
    display: block;
}
.iblock {
    display: inline-block;
}
.ft18 {
    font-size: 18px;
}
.ft22 {
    font-size: 22px;
    line-height: 1.4em;
}
.ft24 {
    font-size: 24px;
    line-height: 1.4em;
}
.ft14 {
    font-size: 14px;
    line-height: 1.4em;
}
.mb20 {
    margin-bottom: 20px;
}
.mt36 {
    margin-top: 36px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pl6 {
    padding-left: 6px;
}
.pl12 {
    padding-left: 12px;
}
.pb6 {
    padding-bottom: 6px;
}
.pb12 {
    padding-bottom: 12px;
}
.txRight {
    text-align:right;
}

.hero {
    position: relative;
    max-width: 820px;
    height: 600px;
    margin: 50px auto 0px;
}
.hero_ttl > img {
    position: absolute;
    top: -48px;
    left: 20px;
    z-index: 1;
    width: 200px;
    height: auto;
}
.hero_ttl-wrapper {
    position: relative;
}

.hero_ttl-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.intro {
    max-width: 1180px;
    margin : 0 auto 8px;
}
.hero_img {
    display: block;
    width: 560px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}

.hero_img > img{
    position: absolute;
    right: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

#ttl1 {
    position: absolute;
    top: 22px;
    right: 21px;
    z-index: 1;
    width: 96px;
    height: auto;
}

.left {
    float: left;
    width: 50%;
    height: 400px;
    background: #eee;
}
.right {
    width: 50%;
    height: 400px;
    background: #eee;
}
.container::after {
    content: "";
    display: block;
    clear: both;
}

.b {
    font-weight: 700;
}

.row:after {
    content: " ";
    clear: both;
    display: block;
}
.next {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 700;
}
.magekko {
    padding: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.mokuji {
    width: 100%;
    max-width: 380px;
    padding: 20px 0;
}
.catalog-block > h3 {
    width: 100%;
    max-width: 380px;
    margin: 60px auto 0;
}

@media only screen and (min-width: 751px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
	.intro {
		margin-top:3rem;
	}
    .pc_only {
        display: block;
    }
    .sp_only {
        display: none;
    }
    .mt60sp30 {
        margin-top:60px;
    }
    .col:first-child {
        float: left;
        width: 47%;
    }
    .col:last-child {
        float: right;
        width: 47%;
    }
    .cll {
        float: left;
        width: 47%;
    }
    .clr {
        float: right;
        width: 47%;
		margin-top:4.5rem;
		position: relative;
    }
	.block-col {
		display:flex;
		justify-content:center;
		flex-flow:row nowrap;
		margin-top:4rem;
	}
	.block-col img {
		max-width:260px;
	}
	.interview-col {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.interview-logo {
		width: 32%;
		position: absolute;
		right: -9%;
		top: -24%;
	}
    
    .ft24sp18 {
        font-size: 24px;
        line-height: 1.4em;
    }
    .ft20sp18 {
        font-size: 20px;
        line-height: 1.4em;
    }
}
@media only screen and (max-width: 750px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
	.container h3 {
		padding:0 6px 15px !important;
	}
	.intro {
		margin-top:3rem;
	}
    .col {
        width: 100%;
    }
    .cll {
        width: 100%;
    }
    .clr {
        width: 100%;
		position: relative;
    }
	.block-col {
		display:flex;
		justify-content:center;
		flex-flow:row nowrap;
		margin-top:4rem;
	}
	.block-col img {
		max-width:200px;
	}
	.interview-col {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.interview-logo {
		width: 22%;
		position: absolute;
		right: 4%;
		top: -12%;
	} 
    .row {
        margin-bottom: 30px;
    }
    .mt60sp30 {
        margin-top:0px;
    }
    .col:after {
        content: " ";
        display: block;
        clear: both;
    }
    .cll:after {
        content: " ";
        display: block;
        clear: both;
    }
    .cll:after {
        content: " ";
        display: block;
        clear: both;
    }

    .sp_only {
          display: block;
      }
    .pc_only {
        display: none;
    }
    .ft24sp18 {
        font-size: 18px;
        line-height: 1.4em;
    }
    .ft20sp18 {
        font-size: 20px;
        line-height: 1.4em;
    }
}

@media only screen and (max-width: 599px) {
	
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.ttl_index {
        position: absolute;
        bottom: 35px;
        left: 17px;
        z-index: 1;
        width: 240px;
        height: auto;
    }
	.ttl_index > h2 {
	    margin-bottom: 8px;
		font-size:21px;
	}
	.ttl_index > span {
	    display: inline-block;
	    margin-bottom: 8px;
	}
}
@media only screen and (min-width: 1025px) {
	.ttl_index {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 1;
        width: 240px;
        height: auto;
    }
	.ttl_index > h2 {
	    margin-bottom: 8px;
	}
	.ttl_index > span {
	    display: inline-block;
	    margin-bottom: 8px;
	}
}

@media only screen and (max-width: 599px) {
	.no {
		position: absolute;
		bottom: 4px;
		right:10px;
		z-index: 1;
		width: 60px;
		height: auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.no {
        position: absolute;
        bottom: 5px;
        right:10px;
        z-index: 1;
        width: 60px;
        height: auto;
    }
}
@media only screen and (min-width: 1025px) {
	.no {
        position: absolute;
        bottom: 5px;
        right:-67px;
        z-index: 1;
        width: 60px;
        height: auto;
    }
}

.txc {
    text-align: center;
}
.catalog-block {
    margin: 0 auto;
}
.catalog {
    width: 100%;
    display: block;
    max-width: 380px;
    height: auto;
    margin:0 auto;
}
.mokuji {
    margin: 0 auto;
}
.lab {
    display: inline-block;
    padding: 6px;
}


/* ********** SHOP ********** */
.shoplist_wrap{
    z-index: -1;
    padding: 3rem 0 0;
    font-size: 1rem;
}
.shoplist {
    padding: 6rem 0;
    text-align: left;
    color: #222;
    padding-top: 1rem;
    z-index: -1;
}
.shoplist .em {
    text-align:center;
    font-size:1.1rem;
    margin-top:4rem;
    padding-bottom:0.3rem;
    font-weight: bold;
}
.shoplist h3{
    font-size: 1.3rem !important;
}

@media only screen and (min-width: 768px) {
    .shoplist h3{
        font-size: 1.45rem;
    }
}
.tenpo_headline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0.5em;
    line-height: 2rem;
}
.tenpo_headline .blog_link a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 1rem;
}
.tenpo_headline .blog_link a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.5em;
}
.tenpo_area {
    color: #222 !important;
    z-index: -1;
}
.tenpo_area p {
    padding: 0.5em;
    position: relative;
}

/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
    .tenpo_area{
        margin: 0 auto;
        width: 90%;
    }
}
.tenpo_area p.active::after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
}
.tenpo_area nav > ul {
    border-bottom: solid 1px #ccc ;
    font-size: 0.9rem;
}
.tenpo_area nav > ul > li {
    margin: 0.5em 0 0;
    padding: 0 0.5em;
    border-bottom: solid 1px #ccc ;
}
.tenpo_area nav > ul > li:last-child {
    border-bottom: none;
}
.popup_area_title {
}
.tenpo_area a {
    display: block;
    padding: 0 0 0.5em;
    position: relative;
    color: #222;
    font-size: 1rem;
}
.tenpo_area a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
}
.tenpo_area a span {
    font-size: 0.9rem;
}

@media only screen and (max-width: 639px) {
    .tenpo_area p {
        position: relative;
        border-bottom: 2px solid #ccc;
    }
}
@media only screen and (min-width: 768px) {
    .tenpo_area {
        border: none;
    }
    .tenpo_area p {
        border-bottom: solid 2px #ccc;
        position: relative;
    }
    .tenpo_area nav > ul {
        border: none;
        margin: 0 0.5em 1.5em;
        font-size: 1.1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .tenpo_area nav > ul > li {
        margin: 0.5em;
        padding: 0;
        width: calc(33.333% - 2.2rem);
        border: none;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .tenpo_area a {
        display: block;
        width: calc(100% - 0.5em);
        padding: 0.2rem 0 0.2rem 0.5em;
        position: relative;
        border-bottom: solid 1px #ccc;
    }
    .shoplist_wrap{
        padding: 5em 0 0;
    }
}




/* ********** FOOTER ********** */
footer {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    text-align: center;
    color: #222;
    font-weight: normal !important;
}

footer img{
    width: 11rem !important;
}

@media only screen and (min-width: 768px) {
    footer {
        font-size: 0.8rem;
    }
    footer img{
        width: 10rem !important;
    }
}

footer p:last-child{
    margin-top: 0.3rem;
}


/* ********** SNS ********** */

.snsicon_wrap{
    padding: 1rem 0 3rem;
}

.snsicon_wrap section{
    text-align: center;
}

.snsicon_wrap img{
      width: 28px;
    }

@media only screen and (min-width: 768px) {
    .snsicon_wrap img{
      width: 26px;
    }
}

.snsicon_wrap ul {
    text-align: center;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    margin: 1rem auto 0;
    width: 80%;
}

@media only screen and (min-width: 768px) {
.snsicon_wrap ul {
    margin: 0.5em auto 0;
    width: 480px;
    }
}

.snsicon_wrap ul li{
     width: 25%;
}


@media only screen and (min-width: 1100px) {

    .shoplist_wrap {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}




/* ----------------------------------------------

 special contents

---------------------------------------------- */
/*
 recipe
---------------- */
@media only screen and (max-width: 599px) {
	.sp-con.hero {
	    position: relative;
	    max-width: 1055px;
	    height: 20px;
	    margin: 50px auto 0px;
	}
	.recipe_tit {
		margin-top: 2rem;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 0.5rem;
		border-bottom: 2px solid #ca0000;
	}
	.recipe_col_wrap {
	    margin-top: 2rem;
	}
	.recipe_col {
		
	}
	.recipe_col p {
	    margin-bottom: .5rem;
	    font-weight: bold;
	    text-indent: -0.3rem;
	}
	.recipe_col:not(:first-child) {
		margin-top: 2rem;
	}
	.recipe_col ul {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.recipe_col ul li {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    width: 100%;
	    margin-bottom: 1rem;
	    border-bottom: 1px dotted #555;
	    padding-bottom: 1rem;
	}
	.recipe_col ul li div {
		line-height:1.8;
		font-size:14px;
		text-align: justify;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 1.5rem;
		border-bottom: 1px dotted #555;
		padding-bottom: 1rem;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li div:first-of-type {
	    margin-right: 0.7rem;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.sp-con.hero {
	    position: relative;
	    max-width: 1055px;
	    height: 20px;
	    margin: 50px auto 0px;
	}
	.sp-con .hero_ttl > img {
		position: absolute;
		top: -48px;
		left: 50px;
		z-index: 1;
		width: 200px;
		height: auto;
	}
	.recipe_tit {
		margin-top: 4rem;
	    text-align: center;
	    font-size: 20px;
	    font-weight: bold;
	    padding-bottom: 0.5rem;
		border-bottom: 2px solid #ca0000;
	}
	.recipe_col_wrap {
	    margin-top: 3rem;
	}
	.recipe_col {
		
	}
	.recipe_col p {
	    margin-bottom: 1rem;
	    font-weight: bold;
	}
	.recipe_col:not(:first-child) {
		margin-top: 2rem;
	}
	.recipe_col ul {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.recipe_col ul li {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    width: 100%;
	    margin-bottom: 1rem;
	    border-bottom: 1px dotted #555;
	    padding-bottom: 1rem;
	}
	.recipe_col ul li div {
		line-height:1.8;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 1.5rem;
		border-bottom: 1px dotted #555;
		padding-bottom: 1rem;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li div:first-of-type {
	    margin-right: 1rem;
	}
}
@media only screen and (min-width: 1025px) {
	.sp-con.hero {
	    position: relative;
	    max-width: 1055px;
	    height: 20px;
	    margin: 50px auto 0px;
	}	
	.recipe_tit {
		margin-top: 4rem;
	    text-align: center;
	    font-size: 20px;
	    font-weight: bold;
	    padding-bottom: 0.5rem;
		border-bottom: 2px solid #ca0000;
	}
	.recipe_col_wrap {
	    margin-top: 3rem;
	}
	.recipe_col {
		
	}
	.recipe_col p {
	    margin-bottom: 1.5rem;
	    font-weight: bold;
		text-indent: -0.5rem;
	}
	.recipe_col:not(:first-child) {
		margin-top: 3rem;
	}
	.recipe_col ul {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.recipe_col ul li {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: space-between;
	    width: 100%;
	    margin-bottom: 1rem;
	    border-bottom: 1px dotted #555;
	    padding-bottom: 1rem;
	}
	.recipe_col ul li div {
		line-height:1.8;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 1.5rem;
		border-bottom: 1px dotted #555;
		padding-bottom: 1rem;
	}
	.container .recipe_col_wrap:last-of-type .recipe_col ul li div:first-of-type {
	    margin-right: 1rem;
	}
}


/*
 smalltalk
---------------- */
@media only screen and (max-width: 599px) {
	.smalltalk {
	margin-top: 2rem;
	}
	.smalltalk h3 {
		font-size:20px;
		border-left: 6px solid #ca0000;
		padding: 0 0 0 0.8rem !important;
		margin: 0 0 0.5rem 1.3rem;
	}
	.smalltalk_col_wrap {
	
	}
	.smalltalk_col {
		
	}
	.smalltalk_col span {
	    text-align: left;
	    font-size: 0.85rem;
	    margin: 0 auto 2rem;
		width:90%;
	}
	.smalltalk_col ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: flex-start;
		font-size: 14px;
	}
	.smalltalk_col ul li {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
		align-items:center;
	    justify-content: space-between;
	    width: 100%;
	    margin-bottom: 1rem;
		text-align:justify;
	}
	.smalltalk_col ul li:first-of-type {
		flex-direction: column-reverse;
	}
	.smalltalk_col ul li:nth-of-type(2) {
		flex-direction: column;
	}
	.smalltalk_col ul li:nth-of-type(3) {
		
margin: 1rem auto 0;
	}
	.smalltalk_col ul li:nth-of-type(4) {
		flex-flow: row wrap;
		width:90%;
		margin: 0.5rem auto;
	}
	.smalltalk_col ul li:nth-of-type(5){
		flex-direction: column-reverse;
	}
	.smalltalk_col ul li div {
		line-height:1.9;
		width: 90%;
		margin-top: 1rem;
		letter-spacing: -0.3px;
	}
	.smalltalk_col ul li:first-of-type div:first-of-type {
		letter-spacing: -0.3px;
	}
	.smalltalk_col ul li:nth-of-type(4) {
		justify-content: flex-start;
	}
	.smalltalk_col ul li:nth-of-type(4) > div {
		width:49%;
		margin-top:5px;
	}
	.smalltalk_col ul li:nth-of-type(4) > div:not(:nth-last-of-type(odd)) {
		margin-left:5px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 890px) {
	.smalltalk_col_wrap {
		
	}
	.smalltalk_col {
		
	}
	.smalltalk_col span {
	    text-align: right;
	    font-size: 0.85rem;
	}
	.smalltalk_col ul {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.smalltalk_col ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items:center;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 3rem;
		text-align:justify;
	}
	.smalltalk_col ul li:nth-of-type(4){
		margin-bottom: 0;
	    padding-bottom: 0.8rem;
	}
	.smalltalk_col ul li:nth-of-type(5){
		margin-top:3rem;
	}
	.smalltalk_col ul li div {
		line-height:1.9;
	}
	.smalltalk_col ul li:first-child div:first-of-type {
		width: 37%;
	}
	.smalltalk_col ul li:nth-child(2) div:last-of-type {
		width: 37%;
	}
	.smalltalk_col ul li:nth-child(3) div {
		width:100%;
	}
	.smalltalk_col ul li:nth-child(4) div {
		width:100%;
	}
	.smalltalk_col ul li:last-child div:first-of-type {
		width: 38%;
	}
}
@media only screen and (min-width: 891px) and (max-width: 1024px) {
	.smalltalk_col_wrap {
		
	}
	.smalltalk_col {
		
	}
	.smalltalk_col span {
	    text-align: right;
	    font-size: 0.85rem;
	}
	.smalltalk_col ul {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.smalltalk_col ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items:center;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 3rem;
		text-align:justify;
	}
	.smalltalk_col ul li:nth-of-type(4){
		margin-bottom: 0;
	    padding-bottom: 0.8rem;
	}
	.smalltalk_col ul li:nth-of-type(5){
		margin-top:3rem;
	}
	.smalltalk_col ul li div {
		line-height:1.9;
	}
	.smalltalk_col ul li:first-child div:first-of-type {
		width: 46%;
	}
	.smalltalk_col ul li:nth-child(2) div:last-of-type {
		width: 46%;
	}
	.smalltalk_col ul li:nth-child(3) div {
		width:100%;
	}
	.smalltalk_col ul li:nth-child(4) div {
		width:100%;
	}
	.smalltalk_col ul li:last-child div:first-of-type {
		width: 46%;
	}
}
@media only screen and (min-width: 1025px) {
	.smalltalk_col_wrap {
		
	}
	.smalltalk_col {
		
	}
	.smalltalk_col span {
	    text-align: right;
	    font-size: 0.85rem;
	}
	.smalltalk_col ul {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-content: flex-start;
	    font-size: 16px;
	}
	.smalltalk_col ul li {
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
		align-items:center;
	    justify-content: space-between;
	    width: 100%;
	    margin-bottom: 1rem;
	    padding-bottom: 1rem;
	}
	.smalltalk_col ul li:nth-of-type(2),
	.smalltalk_col ul li:nth-of-type(3),
	.smalltalk_col ul li:nth-of-type(5){
		margin-bottom:2rem;
	}
	.smalltalk_col ul li:nth-of-type(4){
		margin-bottom: 0;
	    padding-bottom: 0.8rem;
	}
	.smalltalk_col ul li:nth-of-type(5){
		margin-top:3rem;
	}
	.smalltalk_col ul li div {
		line-height:1.9;
	}
	.smalltalk_col ul li:first-child div:first-of-type {
		width:65%;
		text-align: justify;
	}
	.smalltalk_col ul li:nth-child(2) div:last-of-type {
		width: 55%;
		text-align: justify;
	}
	.smalltalk_col ul li:nth-child(3) div {
		width:100%;
	}
	.smalltalk_col ul li:nth-child(4) div {
		width:100%;
	}
	.smalltalk_col ul li:last-child div:first-of-type {
		width: 56%;
		text-align: justify;
	}
}



















