@charset "utf-8";

/* 基本の共通css------------------------------ */

html,body{
	font-size: 62.5%;
}

.wrapper{
	width: 100%;
}

.bxslider img{width:100%;}


/* 木の背景画像 */
header{
	background-image:url(../images/header5.jpg);
	width:100%;
	height:110px;
}

/* ロゴの位置 */
h1 img{
	margin-left: 90px;
	opacity: 0.8;
}

/* ナビの位置 */
header nav {
	margin-right: 74px;
	margin-top: -50px;
}

header nav ul{
	display:flex;
    justify-content: flex-end;
	list-style-type: none;
}

/* ナビの文字 */
header nav ul li a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
    font-family: 'Sofia', cursive;
	font-size:2rem;
	padding:0 16px ;
}

nav ul a:hover{
  color: #fff;
}

/* 三本線マークの位置右端 */
/* 上から-127px */
/* widthはマークの幅 */
.inner #nav_toggle{
	margin-left:auto;
	margin-top: -127px;
	width:10%;
}

/* 三本線マークをPCの時は消す */
/* 左寄せ */
#nav_toggle{
	display: none;
	margin-right: 0;
}

/*ワットイズスムージー以下 ---------------*/
.about h2{
	text-align:center;
	margin:80px 0 50px 0;
	font-size:36px;
    font-family: 'Sofia', cursive;
    color:#333;
}

.about p{
	text-align:center;
	line-height:40px;/*行間*/
}

section p.kyoutyou{
	font-size:25px;
	margin-top:20px;
	margin-bottom:20px;
}

.yasai{
	display:block;
	width:70%;
	height:70%;
	margin:30px auto;
}

.fruits{
	display:block;
	width:70%;
	height:70%;
	margin:30px auto;
}

.smoothie{
	display:block;
	width:50%;
	height:50%;
	margin:30px auto;
}

.ugoku{
	width:50%;
	margin: 0 auto;
	text-align: center;
	position: relative;
    opacity: 0.9;
	padding: 30px 50px 0;
}


/* おすすめメニュー ------------------*/
.menu{
	width:80%;
	margin: 0 auto;
    text-align:center;
}

.menu h3{
	font-size:30px;
	margin-top:80px;
    font-family: 'Sofia', cursive;
    color: #333;
}

.osusume{
	width:100%;
	height: 300px;
	display: flex;
	justify-content:center;
}

.item{
	display: flex;
	justify-content:center;
}

.item-inner{
    margin-top: 15px;
    border: 2px #e3deca solid;
    padding: 10px 10px 15px 10px;
    margin-right: 10px;
}

.item-inner:last-child {
  margin-right: 0;
}

.menuhe a{
	line-height:1;
	display:inline-block;
	border:2px solid #e3deca;
	border-radius:100px;
	margin-top: 20px;
    padding:15px 30px;
	color:#000;
	text-decoration:none;
}

/* アクセス ------------------*/
.access{
	width: 70%;
	margin:100px auto 0;
}

.access h3{
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
    font-weight:bold;
    font-family: 'Sofia', cursive;
}

.wrap{
    display:flex;
    justify-content: center;
	margin: 0 auto;
}

.address{
    padding-right: 20px;
}

/* コンタクト ------------------*/
.contact{
	text-align: center;
	width:100%;
	margin: 0 auto;
}

.contact h3{
	text-align:center;
	font-size:30px;
	margin-top:80px;
	margin-bottom:30px;
    font-weight:bold;
    font-family: 'Sofia', cursive;
}

.contact p{
	margin-top: 0;
	margin-bottom: 20px;
}


input[type="text"] {
	width: 20%;
}
input[type="email"] {
	width: 30%;
}
textarea{
	width: 30%;
	height: 115px;
	overflow-y: scroll;
}


.footer{
	background-image:url(../images/header5.jpg);
	width:100%;
	height:30px;
	margin-top:100px;
}

.footer p{
	text-align:center;
	font-size:small;
	padding-top:5px;
}

/*スムーススクロール----------------*/
#back-top {
    position:fixed;
    bottom: 7px;
    right: 0;
}

#back-top a {
    text-align: center;
}

/* arrow icon (span tag) */
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(195, 195, 195, 0.7) ;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top span img{
    margin-top: 10px;
}

#back-top a:hover span {
    background-color: #777;
}

.fadein {
    opacity : 0;
    transform : translate(0, 100px);/*上がってくる幅*/
    transition : all 2000ms;/*上がってくるスピード*/
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* HealthCheckページ -------------------------------------------------------------*/

/*style2.cssに記載*/

/* Menuページ -------------------------------------------------------------*/
.senntakusi{
		text-align: center;
}

.filter{
	display: inline-block;
	background-color: #000;
    opacity: 0.8;
	color:#fff;
	border-radius: 100px;
	width: 150px;
    margin: 50px 5px 30px;
}

.img img{
	width: 100%;
	height: auto;
}

/*menuの写真風枠線-------------*/

#Container{
	width:80%;
	height: auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;/*親の幅いっぱい並べて、入りきらない分は次の行へ*/
	margin: 0 auto;
}

.mix{
    margin-top: 15px;
    border: 2px #e3deca solid;
    padding: 10px 10px 15px 10px;
    margin:10px;
    text-align: center;
}

/*ソート動かすために必須*/
#Container .mix{
	display: none;
}


/* レスポンシブ--------------------------------------------------- */

/*メニュー部分*/
@media screen and (max-width:960px){

header{
		background-image: url(../images/header5.jpg);
		height: 70px;
		width:100%;
	}


/* スマホの時だけ、開くナビの位置、上から50px */
header nav{
	margin-top: 10px;
}

h1{
	width:40%;
	margin-left: 50px;
}

/* ロゴの位置 */
h1 a img{
	width:90%;
	height:90%;
	margin-left: 20px;
}

/* ナビの中身 */
nav{
    display: none;
    position: absolute;
    top:50px;
    width: 100%;
    background: #555;
    opacity: 0.9;
    left: 0;
    z-index: 100;
}

header nav ul{
    display: block;/* PC版はflex→スマホ版はblockにして縦並びに戻す */
    margin: 0 auto;
    width: 90%;
}
    
header nav ul li{
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
}
    
header nav ul li:last-child{
    border: none;
}
    
header nav ul li a{
    display: block;
    margin: 5px auto;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}


/*開閉ボタン*/
#nav_toggle{
    display: block;
    /* 透明？クリック可能範囲 */
    width: 40px;
    height: 40px;
    position: relative;
    /* 上からの位置 */
    top: 80px;
    right:20px;
    z-index: 100;
}
    
#nav_toggle div {
    position: relative;
}
    
#nav_toggle span{
    display: block;
    height: 3px;
    background: #000;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
    
#nav_toggle span:nth-child(1){
    top:0px;
}
    
#nav_toggle span:nth-child(2){
    top:12px;
}
    
#nav_toggle span:nth-child(3){
    top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
    top: 12px;
   -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* 文字と画像サイズ調整 */

.about h2{
	text-align:center;
	margin:-10px 0 50px 0;
	font-size:1.5rem;
    font-family: 'Sofia', cursive;
    color:#333;
}

.yasai{
    width:90%;
    height:90%;
    margin:30px auto;
}

.fruits{
    width:90%;
    height:90%;
    margin:30px auto;
}

.smoothie{
    width:80%;
    height:80%;
    margin:30px auto;
}

.ugoku{
    width:100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    opacity: 0.9;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.osusume{
	width:85%;
	height: 1250px;
	display: block;
    margin: 0 auto;
}

.osusume .item{
	width:100%;
	height: 300px;
	display: block;
}

.item-inner{
    margin-right: 0;
}

.item-inner img{
    margin-top: 7px;
}

        
.wrap{
	display: block;/* PC版はflex→スマホ版はblockにして縦並びに戻す */
    margin: 0 auto;
}

.mapimg{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}


input[type="text"] {
	width: 50%;
}
input[type="email"] {
	width: 60%;
}
textarea{
	width: 60%;
	height: 115px;
	overflow-y: scroll;
}

/* 診断ページ -----------------------------------------------------------*/

#wrapper{
	width:100%;
}

#sindan h1{
	width:100%;
	text-align: center;
	margin-bottom:10px;
}

#wrapper ul {
    background: #fff;
    opacity: 0.9;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    width:95%;
}

#wrapper ul li span {
    display: inline-block;
    width: 100%;
}

/* menu -----------------------------------------------------------------*/
.senntakusi{
		text-align: center;
}

.filter{
	display: inline-block;
	background-color: #000;
    opacity: 0.8;
	color:#fff;
	border-radius: 100px;
	width: 150px;
	margin:10px 5px; 
}

#Container{
	width:80%;
	height: auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;/*親の幅いっぱい並べて、入りきらない分は次の行へ*/
	margin: 0 auto;
}

.mix{
    margin-top: 15px;
    border: 2px #e3deca solid;
    padding: 10px 10px 15px 10px;
    margin-right: 10px;
    text-align: center;
}

/*ソート動かすために必須*/
#Container .mix{
	display: none;
}

}/*メディアクエリ終了*/