@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */
html{
	overflow: auto;
}
body{
	overflow: hidden;
	position: relative;
	margin: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.is-inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
} 
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}
h1{
    font-size: 2em;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    text-align: center;
    margin: 0;
}
h2{
    font-size: 1.5em;
    text-align: center;
    color: #484848;
    line-height: 1.5em;
}
p{
	font-size: 16px;
    line-height: 2.25em;
    text-align: justify;
}
a{
    color: #333;
    text-decoration: none;
}
.bg_g{
    background-color: #f7f5f0;
    width: 100%;
    margin: 60px 0;
}
.bg_w{
    width: 100%;
    margin: 60px 0;
}
.bg_inner{
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
}
.bg_inner_t{
    padding: 60px 0 0;
    max-width: 800px;
    margin: 0 auto;
}
.bg_inner_f {
    padding: 0 60px 60px;
    max-width: 800px;
    margin: 0 auto;
}
.bg_inner p{
    max-width: 650px;
    margin: 0 auto;
}
.image1 {
    background: url(../images/ouchi_illust5.gif) no-repeat right center;
    background-size: contain;
    height: 150px;
    width: auto;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*-- PC版表示CSS  --*/
.pc{
  display:block;
}
.tablet{
    display:block;
}
.sp{
  display:none;
}

/*-- タブレット版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc{
    display:none;
  }
    .tablet{
    display:block;
    }
    
  .sp{
    display:none;
  }
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 767px){
  .pc{
    display:none;
  }
  .sp{
    display:block;
/*     position: absolute;
    left: 20px;
    top: 50%;   */
    position: relative;
    left: 0;
    top: 0;
  }
    .fixed .sp{
        left: 0px;
        top: -35px;
    }
    .tablet{
    display:none;
    }
    .bg_inner,.bg_inner_f,.bg_inner_t{
        padding: 30px;
        margin: 0;
    }
    .bg_w{
        margin: 0;
    }
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 18px;
    }
    p{
        font-size: 15px;
        line-height: 2em;
    }
}
@media screen and (max-width: 320px){
    .bg_inner,.bg_inner_f,.bg_inner_t {
        padding: 10px;
    }
}

/*-----------------

ヘッダー

------------------*/
header{
    position: absolute;
    width: 100%;
    height: 6vw;
    background-color: #fff;
    z-index: 10;
}

.head_logo{
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: 10;
}
header.fixed{
	background-color: #fff;
    position: fixed;
    top: 0;
	z-index: 3;
}
.fixed img{
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    left: 20px;
    top: 10px;
}
.nav_inner{
	position: absolute;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    padding: 0;
    margin: auto;
    top: 50%; /*親要素を起点に上から50%*/
    left: 50%;  /*親要素を起点に左から50%*/
    transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.fixed{
	height: 50px;
    background-color: #fff;
    padding: 0;
}
.nav_inner img{
    position: absolute;
    left: 0;
    top: 0;
}
.nav_inner li{
    display: table-cell;
	font-size: 16px;
}
.nav_inner a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.nav_inner a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.nav_inner a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.nav_inner--recruit a{
    display: flex;
    align-items: center;
}
.nav_inner--recruit i{
    padding-right: 5px;
    font-size: 13px;
}

.copyRight {
    position: absolute;
    top: 50%;
    left: 0;
    letter-spacing: 0.15em;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10px;
}
.sns{
    position: absolute;
    right: 20px;
    top: 50%;
}

/****インスタグラム****/
.instagram{
    padding:0 6vw;
}
.instagram-container{
    max-width: 1000px;
    position: relative;
    margin: 60px auto;
}
.instagram-inner{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
}
.slick-track{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
}
.slick-track > .instagram-item{
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
.instagram-inner .slick-track{
    margin: 0 auto;
    position: inherit;
    top: inherit;
    left: inherit;
    height: inherit;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
}
.instagram-item img{
    width: 100%;
}
.follwme{
    position: absolute;
    right: 0;
    bottom: -20px;
}

<!--スマホ--->
a.instagram-card{
  display: block;
  position: relative;
  margin-bottom: 16px;
}
 
.instagram-card__img{
  max-width: 100%;
  height: auto;
  display: block;
}
 
.instagram-card__badge{
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
.instatitle{
    padding: 0 30px;
}
.instatitle a{
    color: #333;
    text-decoration: none;
}
.instatitle img{
width: 20px;
}
.followme img{
    width: 130px;
}
@media screen and (max-width: 420px) {
    .instagram-container {
        padding: 30px;
        margin: 0;
    }
    .instagram-item{
        width: inherit;
    }
    .follwme{
        position: absolute;
        right: 10px;
        bottom: 0;
    }
    .instatitle {
    padding: 0;
    }
    .illust_right {
    height: 100px;
    }
}

/****リンクボタン色替え****/
.nav_nomal a{
	color:#303030;
	position: relative;
  	display: inline-block;
  	text-decoration: none;
	padding: 10px 0;
}
.nav_nomal a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_nomal a:hover::after {
  transform: scale(1, 1);
}
.nav_home a{
	 color: #87c796;
	position: relative;
  display: inline-block;
  text-decoration: none;
	padding: 10px 0;
}
.nav_cafe a{
	 color: #fcd25b;
	position: relative;
  display: inline-block;
  text-decoration: none;
	padding: 10px 0;
}
.nav_space a{
	 color: #f3b3cf;
	position: relative;
  display: inline-block;
  text-decoration: none;
	padding: 10px 0;
}
.nav_kitchen a{
	 color: #7dccf3;
	position: relative;
  display: inline-block;
  text-decoration: none;
	padding: 10px 0;
}
/**** after ****/
.nav_home a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #87c796;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_home a:hover::after {
  transform: scale(1, 1);
}
.nav_cafe a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fcd25b;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_cafe a:hover::after {
  transform: scale(1, 1);
}
.nav_space a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3b3cf;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_space a:hover::after {
  transform: scale(1, 1);
}
.nav_kitchen a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #7dccf3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_kitchen a:hover::after {
  transform: scale(1, 1);
}

/***ドロワー***/
/***ハンバーガー***/
.drawer_menu .drawer_button {
    color: #555;/* ハンバーガーメニュー文字色 */
    display: none;
}
.drawer_menu .drawer_button .drawer_bar {
    background-color: #555;/* ハンバーガーメニュー三本線の色 */
}
.insta img{
	width: 20px;	
	}
/***1000px以下***/
@media screen and (max-width: 1000px) {
    .drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        background-color: rgba(51, 51, 51, 0.5);
        display: none;
        top: 0;
        left: 0;
    }
.drawer_menu .drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 0;
        width: 30px;
        height: 40px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 1001;
        text-align: center;
        outline: none;
    }
.drawer_menu .drawer_button.active .drawer_bar {
        width: 49px;
    }
    .drawer_menu .drawer_button.active .drawer_bar1 {
        transform: rotate(30deg);
    }
    .drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0;
    }
    .drawer_menu .drawer_button.active .drawer_bar3 {
        transform: rotate(-30deg);
    }
    .drawer_menu .drawer_button.active .drawer_menu_text {
        display: none;
    }
    .drawer_menu .drawer_button.active .drawer_close {
        display: block;
    }
    .drawer_menu .drawer_bar {
        display: block;
        height: 1px;
        margin: 7px 0;
        transition: all 0.2s;
        transform-origin: 0 0;
    }
    .drawer_menu .drawer_text {
        text-align: center;
        font-size: 6px;
    }
    .drawer_menu .drawer_close {
        letter-spacing: 0.08em;
        display: none;
    }
    .drawer_menu .drawer_menu_text {
        display: block;
    }
    
/***ドロワー時メニュー***/
.drawer_menu .nav_inner {
        width: 500px;
        height: 100%;
		padding:inherit;
		transition: all 0.2s;
        transform: translate(500px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #FFF;/* ドロワーメニュー内背景色 */
        overflow-x: hidden;
        overflow-y: auto;
    }
.drawer_menu .nav_inner li {
        display: block;
        line-height: 50px;
        position: relative;
    }	
.drawer_menu .nav_inner li a {
        background-color: #fff;/* ドロワーメニューリスト背景色 */
        color: #555;/* ドロワーメニューリスト文字色 */
        display: block;
        text-align: left;
		padding: 2px 0;
    }
    .drawer_menu .nav_inner .nav_inner--recruit a{
        display: flex;
    }
	.drawer_menu .nav_inner.open {
        transform: translate(0);
        height: 100vh;
        margin-top: 0;
        background-color: #fff;
    }
    .drawer_menu.left .drawer_button {
        right: auto;
        left: 32px;
    }
    .drawer_menu.left .nav_inner {
        transform: translate(-250px);
        right: auto;
        left: 0;
    }
    .drawer_menu.left .nav_inner.open {
        transform: translate(0);
    }
}

/*************/

#logo{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider li{
    list-style: none;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.container{
    
}
.kv {
    position: relative;
    height: calc(100vh - 10vw);
    max-height: calc(100vh - 10vw);
    padding: 6vw 6vw 5vw 6vw;
}
.kv #kv_slider {
    height: 100%; }
.kv #kv_slider > li {
  position: relative;
  width: 100%;
  height: 100%; }

.kv .os_doorbox{
    position: absolute;
    right: -15px;
    padding: 6vw;
    top: 30px;
}
#os_door {
    position: relative;
    width: 320px;
    height: 180px;
}
.os_door_inner {
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: 1000ms linear;
}
#os_door img {
    position: absolute;
    min-width: 250px;
    right: 0;
}
#os_door.is-show .os_door_inner {
    width: 320px;
}
/**サイドsns***/
.fixed_right {
    position: fixed;
    right: 2.08%;
    top: 6vw;
    bottom: 6vw;
    z-index: 200;
    display: flex;
    justify-content: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.fixed_left {
    position: fixed;
    left: 2.08%;
    top: 0;
    bottom: 0;
    z-index: 200;
    display: flex;
    justify-content: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.fixed_right .side_links {
    display: flex;
    align-items: center;
}
.fixed_right .side_links a:not(:last-child) {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #23234B;
}
.fixed_right .side_links a {
    font-size: 6px;
    display: block;
    letter-spacing: .3em;
}
.fixed_right #scloll_nav {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 90px;
}
.fixed_right #scloll_nav p{
    margin: 0;
}
.fixed_right #scloll_nav .scloll {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    width: inherit;
    left: 0;
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
}
.fixed_right #scloll_nav .scloll span {
    overflow: hidden;
    position: relative;
    width: 9px;
    height: 32px;
}
.fixed_right #scloll_nav .scloll span::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    height: 32px;
    background: #111;
    -webkit-animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
    animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
}
.fixed_right #scloll_nav.on .scloll {
    -webkit-transform: rotateY(-90deg) translateX(-100%);
    transform: rotateY(-90deg) translateX(-100%);
}
.fixed_right #scloll_nav.on .pagetop {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
}
.fixed_right #scloll_nav .pagetop {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    -webkit-transform: rotateY(-90deg) translateX(-100%);
    transform: rotateY(-90deg) translateX(-100%);
}
.fixed_right #scloll_nav .pagetop span {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #23234B;
    margin-bottom: 1em;
    transition: all .5s;
}
.fixed_right #scloll_nav .pagetop span {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #23234B;
    margin-bottom: 1em;
    transition: all .5s;
}

@media only screen and (max-width: 420px){
	.fixed_right{
        display: none;
    }
}

.actionBox {
    font-size: 1px;
    z-index: 999;
    padding: 0;
}
.actionBox > li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline;
    padding: 10px 0;
}
.actionBox a{
    color: #333;
    text-decoration: none;
}
.actionBox > li.first a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 10px;
    height: 1px;
    background-color: #dfdfdf;
}

#kv_slider{
	height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.kv01 {
  background: url("../images/main_img2.jpg") center center no-repeat;
  background-size: cover; }

.kv02 {
  background: url("../images/main_img3.jpg") center center no-repeat;
  background-size: cover; }

.kv03 {
  background: url("../images/main_img4.jpg") center center no-repeat;
  background-size: cover; }

.kv04 {
  background: url("../images/main_img5.jpg") center center no-repeat;
  background-size: cover; }

.kv05 {
  background: url("../images/main_img6.jpg") center center no-repeat;
  background-size: cover;
}
.kv .illust_c{
	position: absolute;
    bottom: 30px;
    left: 50px;
    width: 22%;
    z-index: 1;
}
.kv .illust_d{
    position: absolute;
    bottom: 30px;
    right: 62px;
    z-index: 1;
}
.kv .illust_d a{
	display: block;
	background-color: #FEF24C;
    border-radius: 50%;
    box-shadow: 3px 3px 0 #888888;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}
.kv .illust_d a:hover{
    transform: translateY(-10px);
}
.kv .illust_d img{
    width: 48px;
}
.kv .illust_d p{
    margin: 0;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.kv .illust_d p:not(:first-of-type){
    border-top: 1px solid #000;
    padding: 4px 0;
}
.recruit__ttl{
    font-size: 28px;
}
.recruit__comment{
    font-size: 13px;
    letter-spacing: -.8px;
    width: 181px;
}
.recruit__terms{
    font-size: 14px;
    width: 167px;
}
.recruit__to{
    font-size: 14px;
    width: 126px;
}
.recruit__to i{
    padding-left: 4px;
}

/********マウスアニメーション***********/

.fuwafuwa {
-webkit-animation:fuwafuwa 1s infinite linear alternate;
animation:fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}
}
/********contents***********/
.contents{
	padding: 40px 0;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.contents2{
	padding: 40px 0;
    margin: 100px auto;
    text-align: center;
}
.contents h1,.contents2 h1{
	font-size: 35px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	text-align: center;
}

.under {
    display: inline-block;
    position: relative;
  }
.under::before,
.under::after {
	content: "";
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	border-bottom: solid 3px #e6eae7;
	padding: 0 20px;
}
.under::after {
    bottom: -5px;
  }


.contents h2{
	    font-size: 25px;
	    letter-spacing: 0.25em;
	text-indent: 0.25em;
    font-weight: 100;
    text-align: center;
}

.kitchen_block p{
    font-family: heisei-maru-gothic-std,sans-serif;
	font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    margin: auto;
    color: #333;
    text-align: center;
}

/*-----------------

コンセプト

------------------*/
ul.concept_inner{
	display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    padding: 0;
    margin: 30px 0;
}
ul.concept_inner li{
    display: table-cell;
    vertical-align: middle;
}
ul.concept_inner li img{
    width: 300px;
    vertical-align: top;
}

.concept_inner_b{
	display: flex;
	    max-width: 1200px;
    margin: 0 auto;
}
.concept_inner_b .col-1{
    margin: auto;
}
.concept_inner_b .col-1 img{
    width: 300px;
	padding-right: 20px;
}

@media screen and (max-width: 749px) {
    ul.concept_inner{
        display: inherit;
    }
    ul.concept_inner li {
        display: inherit;
        margin: 0 auto;
    }
}

/************右イラスト**************/

.illust_right{
	position: relative;
	    height: 200px;
}
.illust_right img{
	position: absolute;
    width: 600px;
    right: 0;
}

@media only screen and (max-width: 749px){
	.illust_right img{
    width: 80%;
	}
}
/************まんなかイラスト**************/

.illust_center{
   width: 100%;
    height: 200px;
  background-image: url(../images/ouchi_illust0.png);
  background-repeat: repeat-x;
   
}


.illust_center img{
    width: 100%;
}

/**********　NEWS　**************/

ul.blog_area{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0;
    margin: 0 0 2em;
}
ul.blog_area > li {
    overflow: auto;
    min-width: 0;
    padding: 1em;
}
ul.blog_area .thumbnail{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
ul.blog_area .thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog_archive{
    text-align: end;
}
.blog_area{
    display: table;
    table-layout: fixed;
	padding: 30px;
	margin: 0 20px;
}
.thumbnail img{
	height: 200px;
    width: 100%;
    object-fit: cover;
}
.title{
	width: 100%;
    text-decoration: underline;
    text-align: left;
    margin: 0 auto;
}
.top_date{
    margin: 20px 0 0;
}
.top_date p{
    font-size: 12px;
}
.title p{
    font-size: 14px;
    line-height: 1.75em;
}

ul .post-categories{
	padding: 0px;
    }
}
/*-----------------

4つの機能

------------------*/
.ouchibg{
    margin: 60px 0;
}
.ouchi_box{
	display: flex;
    height: 350px;
    margin-top: 60px;
}
.ouchi_box a{
	text-decoration: none;
	color: #000;
}
.ouchi_box section {
	flex: 1;
	padding: 40px 30px;
	width: auto;
}
.ouchi_box .col-1{
	position: relative;
	background-color: #87c796;
}
.ouchi_box .col-1:hover {
  color: #000;
	background: #87c79636;
}
.ouchi_box .col-1 h1{
	font-size: 40px;
    margin: 0;
    left: 0;
    right: 0;
}
.ouchi_box .col-1 a{
	text-decoration: none;
	color: #000;
}
.ouchi_box .col-1 img{
	width: 350px;
    position: absolute;
    bottom: -40px;
    right: 0;
}
/**/
.ouchi_box .col-2{
	position: relative;
	background-color: #fcd25b;
}
.ouchi_box .col-2:hover {
  color: #000;
	background: #fcd25b57;
}
.ouchi_box .col-2 h1{
	font-size: 40px;
	margin: 0;
    left: 0;
    right: 0;
}
.ouchi_box .col-2 a{
	text-decoration: none;
	color: #000;
}
.ouchi_box .col-2 img{
	width: 320px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
/**/
.ouchi_box,.ouchi_box2{
	display: flex;
    height: 350px;
}
.ouchi_box2 a{
	text-decoration: none;
	color: #000;
}

.ouchi_box2 p{
	font-size: 17px;
    line-height: 1.75em;
}
.ouchi_box2 section{
	flex: 1;
	padding: 40px 30px;
	width: auto;
}
.ouchi_box2 .col-3{
	position: relative;
	background-color: #7dccf3;
}
.ouchi_box2 .col-3:hover {
  color: #000;
	background: #7dccf357;
}
.ouchi_box2 .col-4{
	position: relative;
	background-color: #f3b3cf;
}
.ouchi_box2 .col-4:hover {
    color: #000;
	background: #f3b3cf47;
}
.ouchi_box2 .col-3 h1{
	font-size: 40px;
	margin: 0;
    left: 0;
    right: 0;
	letter-spacing: 0.2em;
    text-indent: 0.3em;
}
.ouchi_box2 .col-3 a{
	text-decoration: none;
	color: #000;
}
.ouchi_box2 .col-3 img{
	width: 350px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.ouchi_box2 .col-4 h1{
	font-size: 40px;
	margin: 0;
    left: 0;
    right: 0;
}
.ouchi_box2 .col-4 a{
	text-decoration: none;
	color: #000;
}
.ouchi_box2 .col-4 img{
	width: 300px;
    position: absolute;
    bottom: -40px;
    right: 0;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
    animation: sdb2 2s infinite;
}
@-webkit-keyframes sdb2 {
	0%  {-webkit-transform: rotate(0deg) translate(0, 0);}
	20% {-webkit-transform: rotate(0deg) translate(0, 10px);}
	40% {-webkit-transform: rotate(0deg) translate(0, 0);}
}
@keyframes sdb2 {
	0%  {transform: rotate(0deg) translate(0, 0);}
	20% {transform: rotate(0deg) translate(10px, 0);}
	40% {transform: rotate(0deg) translate(0, 0);}
}

/*-----------------

OUCHI CAFE〜

------------------*/
.homebox{
	position: relative;
    background-color: #addbb3;
    left: 0;
    max-width: 800px;
}
.kitchenbox{
	position: relative;
    background-color: #7dccf3;
    right: 0;
    max-width: 800px;
    margin: 0 0 0 auto;
}
.homebox h1{
    position: absolute;
    margin: 0;
    font-size: 4em;
    bottom: -70px;
    padding: 0 10vw;
}
.kitchenbox h1{
    position: absolute;
    margin: 0;
    font-size: 4em;
    bottom: -70px;
    padding: 0 10vw;
}
.cafebox{
	position: relative;
    background-color: #fcd25b;
    right: 0;
    max-width: 800px;
    margin: 0 0 0 auto;
}
.spacebox{
	position: relative;
    background-color: #f3b3cf;
    right: 0;
    max-width: 800px;
    margin: 0 0 0 auto;
}
.cafebox h1,.spacebox h1{
    position: absolute;
    margin: 0;
    font-size: 4em;
    bottom: -70px;
    padding: 0 10vw;
}
.home_inner,.kitchen_inner{
    padding: 30px 4vw 30px 10vw;
}
.cafe_inner,.space_inner{
    padding: 30px 10vw 30px 4vw;
}
ul.home_contents{
	display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 10px 0;
}
ul.home_contents > li{
    display: table-cell;
    vertical-align: middle;
}
.home_contents_inner, .cafe_contents_inner, .kitchen_contents_inner{
    display: grid;
}
.home_contents_inner span{
	background-color: #addbb3;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.cafe_contents_inner span{
	background-color: #fcd25b;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.kitchen_contents_inner span{
	background-color: #7dccf3;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.space_contents_inner span{
	background-color: #f3b3cf;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}
.home_contents_inner ul, .cafe_contents_inner ul, .kitchen_contents_inner ul,.space_contents_inner ul{
	margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.home_contents_inner li, .cafe_contents_inner li, .kitchen_contents_inner li, .space_contents_inner li{
    list-style: none;  
}
.home_contents img{
    width: 100%;
}
.home_contents_innerb{
    display: table-cell;
}
.space_sub_contents{
    position: relative;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 60px 0 2em;
    background-color: #fff3f8;
    vertical-align: middle;
}
.space_sub_contents > div {
 overflow: auto;
  min-width: 0;
  padding: 1em;
}
.space_sub_contents h2{
	font-size: 20px;
}
.space_sub_contents span{
	background: linear-gradient(transparent 60%, #f3b3cfa3 60%);
}
.space_sub_contents img{
    position: absolute;
    right: -60px;
    bottom: -100px;
	width: 400px;
}
@media screen and (max-width: 420px) {
    ul.home_contents{
        display: grid;
        margin: 60px 0;
    }
    .kitchenbox h1,.spacebox h1 {
        font-size: 40px;
        bottom: -40px;
        padding: 0 3vw;
    }
}

/*-----------------

アクセス

------------------*/
.access_inner{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 0 0 2em;
}
.access_inner > div {
    overflow: auto;
    min-width: 0;
    padding: 0 1em;
}
.mapbox{
    margin: 30px auto;
}
.mapbox iframe{
    height: 400px;
    width: 100%;
}
.mapbox h2{
    font-size: 20px;
    text-align: center;
}
.mapbox h2 span{
    font-size: 16px;
    color: #333;
    margin-left: 20px;
    font-weight: normal;
}
.mapicon{
    color:#FCD25B;
}
.trainicon{
    color:#87C796;
}
.busicon{
    color:#6DCAF9;
}
.access_inner h2{
	font-size: 18px;
}
.access_inner li{
	line-height: 1.75em;
    list-style: none;
	padding-left:1em;
    text-indent:-1em;
    margin-bottom: 20px;
}
.access_inner li::before{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #d4d4d4;
    margin-right: 10px;
}
@media screen and (max-width: 700px) {
	.contents_acssess{
		height:inherit;
		margin: 100px 0 30px 0;
		padding: 0;
	}
	.access_inner {
    flex-direction: column;
	}
	.access_inner .col1{
		width: auto;
		    height: 300px;
	}
	.access_inner .col2{
		padding: 20px;
	}
	.access_inner .col2 ul{
		text-align: left;
	}
}

/*-----------------

問い合わせ

------------------*/
ul.contactbox{
    margin: 30px auto;
    display: table;
    padding: 0;
}
ul.contactbox li{
    list-style: none;
}
.contents_contact h1{
	font-size: 35px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	text-align: center;
}
#contact .home{
    color: #87C796;
}
#contact .cafe{
    color: #FCD25B;
}
#contact .kitchen{
    color: #6DCAF9;
}
.cform{
    max-width: 600px;
    margin: 0 auto;
}
.cform .contactform7{
    width: 100%;
    margin: 0 auto;
}
.cform tr{
    display: grid;
    margin: 0 auto;
}
.cform th{
    text-align: left;
}
.cform td span input{
    width: 100%;
    height: 30px;
    border: solid 1px #333;
}
.cform td span textarea{
    width: 100%;
    border: solid 1px #333;
}
.wpcf7-form #formbtn{
    padding: 8px;
    width: 100px;
    border: solid 1px #333;
    font-size: 16px;
    border-radius: 8px;
    background-color: #9fd9f6;
}
/*-----------------

フッター

------------------*/
.footer-inner p{
	text-align: center;
	z-index: 1;
	font-size: 12px;
	letter-spacing: 0.25em;
	    padding: 20px 0 10px;
}


/*********画像を横にカバー*************/
/* when the library loads, each [data-delighter] 
      gets the .delighter class */

   .foo.delighter {
	   position: relative;
      transition: all .5s ease-out;
      transform: translateX(-100%);
      opacity: 0;
	   display: inline-block;
   }

	.foo.delighter::after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  background: #fff;
	  animation-name: marquee;
	  animation-timing-function:ease;
	  animation-duration: 2s;
	  animation-fill-mode: forwards;
	}

.foo.delighter p {
  display: block;
}

   /* the .started class is set when the top
      of [data-delighter] is at 0.75 of the viewport 
      (where 0 is top and 1 is bottom) */

   .foo.delighter.started {
      transform: none;
      opacity: 1;
   }

   /* an extra .ended state is set when the bottom 
      of [data-delighter] is at 0.75 of the viewport
      (where 0 is top and 1 is bottom) */

   .foo.delighter.started.ended {
      border: none;
   }

/* when the library loads, each [data-delighter] 
      gets the .delighter class */

   .foo_r.delighter {
	   position: relative;
      transition: all .5s ease-out;
      transform: translateX(100%);
      opacity: 0;
	   display: block;
   }

	.foo_r.delighter::after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  right: 0;
	  z-index: -1;
	  background: #fff;
	  animation-name: marquee;
	  animation-timing-function:ease;
	  animation-duration: 2s;
	  animation-fill-mode: forwards;
	}

.foo_r.delighter p {
  display: block;
}

   /* the .started class is set when the top
      of [data-delighter] is at 0.75 of the viewport 
      (where 0 is top and 1 is bottom) */

   .foo_r.delighter.started {
      transform: none;
      opacity: 1;
   }

   /* an extra .ended state is set when the bottom 
      of [data-delighter] is at 0.75 of the viewport
      (where 0 is top and 1 is bottom) */

   .foo_r.delighter.started.ended {
      border: none;
   }



/******:footer?********/


/****************************************************

 ページ

*****************************************************/
.pageheadimg{
    position: relative;
    padding: 6vw 0 0;
}
.pageheadimg img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.pageheadimg h2{
    font-family: heisei-maru-gothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    font-size: 2.25em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.5em;
    color: #fff;
}

.bg_a{
    background-color: #F6F3ED;
    padding: 120px 0 120px 130px;
}
.bg_b{
    background-color: #fff;
    padding: 100px 0 60px 130px;
}
.bg_c{
    background-color: #6DCAF9;
    padding: 100px 130px;
}
.bg_c h1{
    text-align: center;
}
.online_inner{
    display: table;
    margin: 0 auto;
}
.button{
    position: relative;
    margin: 0 auto;
    border: 2px solid #221e1f;
    border-radius: 6.66667vw;
    width: 57.33333vw;
    height: 13.33333vw;
    width: 300px;
    height: 50px;
    border-width: 2px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.button a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 3.73333vw;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: color 0.3s cubic-bezier(0, 0, 0.58, 1);
    font-size: 18px;
}
.button:hover a {
    -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
    color: #fff;
}
.button a:visited {
    color: #221e1f;
}
.button p{
    margin: 0 auto;
}
/***************************

 ページ:kitchen

*****************************/
.bg_p{
    background-color: #f7f5f0;
    width: 100%;
    margin: 60px 0 0;
}
.bg_inner_p{
    padding: 80px 0 0;
    margin: 0 auto;
}
.bg_inner_p2{
    padding: 0 6vw 60px;
    margin: 0 auto;
    max-width: 800px;
}
#choco.bg_inner_f {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}
#right{
    position: relative;
    width: 100%;
    height: auto;
}
#right.is-showb .rightimg_inner {
    width: 600px;
}
#right img{
    object-fit: cover;
    width: 100%;
    height: 420px;
}
.rightimg_inner {
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: 1000ms linear;
}
.page_inner{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0.8em;
    margin: 0;
}
.page_inner > section {
  overflow: auto;
  min-width: 0;
  padding: 1em;
}
.page_inner .left{
    padding-left: 6vw;
}
.variation{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    margin: 0;
    padding: 0;
}
.variation li{
    overflow: auto;
    min-width: 0;
    padding: 1em;
}
.variation li img{
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}





.choice{
    display: table;
    margin: 60px auto;
    padding: 0;
}
.choice p{
    margin: 0;
    text-align: center;
}
.choice a{
    text-decoration: none;
    color: #333;
}
.choice li{
    display: inline-table;
    padding: 0 50px;
}
.choice li img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.page_bg h1{
    font-family: heisei-maru-gothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:40px;
    letter-spacing: 0.15em;
}
.page_bg h2{
    font-size:25px;
    letter-spacing: 0.1em;
    font-family: heisei-maru-gothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.page_inner p{
    margin: 30px 0;
}
.page_inner p small{
    font-size: 13px;
    line-height: 1.75em;
    display: block;
    margin-top: 30px;
}

.variation p{
    margin: 0;
    text-align: center;
}
.page_side{
    position: fixed;
    left: 0;
    top: 50%;
    padding: 0;
}
.page_side li{
    background-color: #ead8cb;
    border-radius: 0 10px 10px 0;
    list-style: none;
    writing-mode: vertical-lr;
    padding: 20px 0 20px 10px;
    margin: 10px 0;
    width: 50px;
}
.page_side a{
    text-decoration: none;
    color: #333;
}
.square{
    color: #6DCAF9;
}

.illust01 img{
    position: absolute;
    right: -50px;
    bottom: 0;
}
.process{
    margin-top: 60px;
}
.process img{
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.process h3{
    position: absolute;
    top: 10px;
    z-index: 2;
    margin: 20px 40px;
    font-size: 2em;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    background-color: #fff;
}
.process_inner{
    background-color: #fff;
    padding: 20px 40px;
    margin: 0;
    display: table;
    width: -webkit-fill-available;
}
.process_inner p{
    display: table-cell;
    vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
    width: auto;
}
.process .namber span{
    font-family: heisei-maru-gothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6DCAF9;
    font-size: 50px;
    padding-right: 20px;
}

.fuwafuwa2 {
-webkit-animation:fuwafuwa2 1s infinite linear alternate;
animation:fuwafuwa2 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa2 {
0% {-webkit-transform:translate(0, 0) rotate(-2deg);}
50% {-webkit-transform:translate(0, -2px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(2deg);}
}

@keyframes fuwafuwa2 {
0% {transform:translate(0, 0) rotate(-2deg);}
50% {transform:translate(0, -2px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(2deg);}
}

.process .slick-prev:before {
    content: "＜";
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.process .slick-next:before {
    content: "＞";
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.process .slick-prev {
    z-index: 100;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.process .slick-next {
    z-index: 100;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.process .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #6DCAF9;
}
.process .slick-dots li button:before {
    font-size: 60px;
    color: #333;
}

/* 共通パーツ
*****************************************************/
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}

/* タブレット */
@media only screen and (max-width: 1000px){
    .kv{
        
	}
    .contents{
	padding: 60px 35px;
	margin: 0 auto;
	max-width:inherit;
	}
    #logo {
        left: 0;
        margin: 0 auto;
        right: 0;
	}
    #logo img{
        width: 120px;
        height: 120px;
    }
    .copyRight{
        left: 10px;
    }
    .instagram-container{
        padding: 50px 30px;
        position: relative;
    }
    
	footer .produced p .pc_tab {
		display: inline !important;
	}
	
	#funder .container {
		width: 80%;
	}
	#funder ul li {
		width: 22%;
		margin-right: 17%;
	}
	#funder ul li:nth-child(4n) {
		margin-right: 17%;
	}
	#funder ul li:nth-child(3n) {
		margin-right: 0;
	}
	.contents{
	padding: 30px;
    margin: 0;
    max-width: inherit;
	}
	.kv .illust_c {
    bottom: 20px;
    left: 30px;
    }
	.kv .illust_d {
    bottom: 35px;
    right: 30px;
	}
	.concept_inner {
    display: inherit;
	max-width: inherit;
    padding: 0 60px;
	}
	.concept_inner_b {
    display: inherit;
	max-width: inherit;
    padding: 0 60px;
	}
	.concept_inner .col-1 p {
    font-size: 17px;
    line-height: 2em;
    padding: 0;
	}
	.concept_inner_b .col-2 p {
    font-size: 17px;
    line-height: 2em;
    padding: 0;
	}
	.concept_inner .col-2 img {
    width: 300px;
    padding: 0;
    margin: 0 auto;
    display: block;
	}
	.ouchi_box .col-1 img {
    width: 250px;
	}
	.ouchi_box .col-2 img {
    width: 280px;
    }
	.ouchi_box2 .col-3 img {
    width: 280px;
	}
	.ouchi_box2 .col-4 img {
    width: 280px;
    }
	.home_inner {
    padding: 30px 50px;
	}
	.home_inner p{
		font-size: 16px;
		    line-height: 2em;
	}
	.home_contents {
    padding: 0 60px;
	}
	.contents_text {
    top: 30px;
	}
	.contents_img {
    margin-top: 0px;
	}
	.cafe_inner {
    padding: 30px 50px;
	}
	.cafe_contents {
    padding: 0 60px;
		margin: 0;
	}
	.cafe_contents .contents_text{
		top: 30px;
	}
	.sp_cafe_img{
	width: 400px;
    right: 0px;
    position: absolute;
	}
	.kitchen_inner{
		padding: 30px 50px;
	}
	.kitchen_contents {
    padding: 0 60px;
	}
	.kitchen_contents .contents_text{
		top: 30px;
	}
	.contents_kitchen{
		height: auto;
	}
	.space_inner{
		padding: 30px 50px;
	}
	.space_contents {
    padding: 0 60px;
	}
    .bg_a {
    background-color: #F6F3ED;
    padding: 80px 60px 60px 100px;
    }
    .page_inner{
        flex-direction: column;
    }
    .page_inner .right {
    margin-left: 0;
    }
    .page_inner_bottom {
        padding: 100px 0;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px){
.pageheadimg {
    margin-top: 62px;
    padding: 0;
    }
}
/* スマホ420 */
@media only screen and (max-width: 420px){
    .lt p{
        text-align: left;
    }
    .contents2{
        padding: 50px 0;
        margin: 0px auto 50px;
    }
    .fixed{
        height: 60px;
    }
    .fixed img {
        width: inherit;
        height: inherit;
        position: absolute;
        left: 10px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .sp_logo{
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .fixed .sp_logo{
        position: inherit;
        left: inherit;
        top: inherit;
    }
	.slider {
    width: 100%;
	}
    .slider img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
	}
	.contents h1{
	font-size: 28px;
	letter-spacing: 0.2em;
	text-indent: 0.5em;
	text-align: center;
	line-height: 1.75em;
	}
	.contents_acssess h1 {
    font-size: 28px;
	letter-spacing: 0.2em;
	text-indent: 0.5em;
	text-align: center;
	line-height: 1.75em;
	}
	.contents_contact h1 {
    font-size: 28px;
	letter-spacing: 0.2em;
	text-indent: 0.5em;
	text-align: center;
	line-height: 1.75em;
	}
	.contents h2{
	font-size: 20px;
	letter-spacing: 0;
	text-indent:inherit;
    font-weight: 100;
    text-align: center;
	}
	.contents p{
	font-size: 15px;
	line-height: 2em;
	}
	.concept_inner .col-1 p {
    font-size: 15px;
	line-height: 2em;
	}
	.concept_inner_b .col-2 p {
    font-size: 15px;
	line-height: 2em;
	}
    .concept_inner .col-2 img{
        width:250px;
    }
    /******NEWS*****/
	.concept_inner {
    padding: 0px;
	margin: 0 auto;
	max-width:inherit;
	}
	.concept_inner_b {
    padding: 0px;
	margin: 0 auto;
	max-width:inherit;
	}
	.kv .illust_c {
        display: none;
	}
	.kv .illust_d {
        bottom: 10px;
        right: 10px;
    }
    .kv .os_doorbox {
        right: 15px;
        top: 51px;
    }
    .fixed{
        height: 60px;
    }
	.ouchi_box,.ouchi_box2 {
        flex-direction: column;
        margin-top: 0;
        height: auto;
        display: inherit;
	}
    .ouchi_box section,.ouchi_box2 section{
      padding: 30px;  
    }
	.ouchi_box .col-1 h1 {
		font-size: 30px;
		top: -60px;
	}
	.ouchi_box .col-1 img {
	width: 50%;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
	/**CAFE**/
	.ouchi_box .col-2 h1 {
		font-size: 30px;
		top: -60px;
	}
	.ouchi_box .col-2 img {
	width: 50%;
    position: absolute;
    bottom: -50px;
    margin: 0 auto;
	}
	.ouchi_box2 .col-3 img {
    width: 50%;
    position: absolute;
    bottom: -50px;
    margin: 0 auto;
    left: 0;
	}
	.ouchi_box2 .col-4 img {
    width: 50%;
    position: absolute;
    bottom: -50px;
    margin: 0 auto;
    left: 0;}
	.ouchi_box2 .col-3 {
    height: auto;
	}
	.contents_home{
		height:inherit;
		margin: 0px 0 30px 0;
	}
	.home_inner {
		padding: 20px 40px;
	}
	.home_contents{
	position:inherit;
	padding: 20px 35px 0 35px;
	}
	.contents_text{
	position:inherit;
	top: 0px;
	}
	.contents_img{
	position:inherit;
	margin-top: 0px;
	}
	.contents_img img{
	position: relative;
    width: 100%;
    bottom: -40px;
	}
	.contents_text span{
		width: 100%;
		padding: 0;
	}
	.home_contents  .contents_text ul {
    margin-left: 0;
    padding: 0;
	}
	.sp_cafe_img{
	width: 100%;
    position: absolute;
	}
	.contents_kitchen{
		height:inherit;
		margin: 200px 0 30px 0;
	}
	.kitchen_inner {
		padding: 40px 20px;
	}
	.kitchen_contents{
		position:inherit;
		padding: 30px 35px 0 35px;
	}
	.kitchen_contents .contents_text{
		display: inherit;
		position:inherit;
		top: 0px;
	}
	.kitchen_contents .sp_kitchen_img{
		position:inherit;
		margin-top: 20px;
	}
	.sp_kitchen_img img{
		position:inherit;
		width: 100%;
	}
	.kitchen_contents .contents_text span{
		width: 100%;
		padding: 0;
	}
	.kitchen_contents .contents_text ul {
    margin-left: 0;
    padding: 0;
	}
	.sp_cafe_img img {
    position: absolute;
    width: 100%;
    bottom: -200px;
    z-index: -1;
	}
	.sp_kitchen_img img {
    position: absolute;
    width: 100%;
	}
	.access_inner .col2 ul {
    text-align: left;
    padding: 0;
	}
	.contactform7 th span{
	display: block;
	}
    .bg_a {
    padding: 40px;
    }
    .page_inner .right {
    margin: 50px 0;
    }
    .page_inner .right img{
        width: 100%;
    }
    .page_inner_bottom {
    padding: 0 0 100px 0;
    }
    .process h3 {
    margin: 10px 20px;
    font-size: 1.25em;
    }
    .process_inner p{
        display:inherit;
        margin: 0 auto;
    }
    .process p span {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    }
    .bg_c {
    padding: 40px;
    }
    .variation{
        text-align: center;
    }
    .chocoimg img{
    width: auto;
    height: 300px;
    object-fit: cover;
    margin-bottom: -10px;
    }
    .process img {
    height: 300px;
    }
    .nav_list img{
        width: 100px;
    }
    .variation li {
    display: inline-table;
    padding: 20px 15px;
    }
}

/* スマホ400 */
@media only screen and (max-width: 400px){
}
/* スマホ380 */
@media only screen and (max-width: 380px){
    .lt {
    padding: 30px;
    }
    .page_bg h1{
        font-size: 30px;
        margin: 10px 0;
    }
    .page_bg h2{
        font-size: 20px;
    }
    .variation{
        margin: 20px auto;
    }
    .variation li img{
        width: 200px;
        height: 200px;
    }
    .variation li {
    padding: 10px;
    }
}




.morebutton {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}


/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}
