@charset "UTF-8";
/* CSS Document */


body {
width:1300px;
	margin: 0 auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-size:0.9em;
	line-height:2em;
	background: #fff;
}

@media screen and (max-width: 767px) {
body {
	width: 100%;
	font-feature-settings: "halt";
}	
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



a {
	color:#000;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

/* pc画像 */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォン画像 */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* br_responsive */
@media screen and (max-width: 767px) {
.sp_br {
    display: none;
}	
}

@media screen and (min-width: 767px) {
.pc_br {
    display: none;
}		
}

/* br_responsive */
@media screen and (max-width: 767px) {
.sp_br {
    display: none;
}
}


/**クレジット**/
.credit {
	text-align: right;
	margin-top:-0.5em;
	line-height:1.4em;
	font-size:0.8em;
}









.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

header {
		    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	header {
		width: 100%;
		margin: 0 0 3em 0;
	}
}



nav {
	background-color: rgba(255,255,255,0.8);
     overflow: hidden;
	 color:#fff;
	width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
	padding-top: 10px;
}
    
      ul.menu-lineup {
        float: left;
        width:800px;
		  color:#fff;
		  margin-left: 2em;
      }
      ul.menu-lineup li {
        display: inline-block;
        width: 100px;
		   color:#fff;
      }
      ul.menu-lineup li:first-child { border:none; }
      ul.menu-lineup li a {
        display:block;
        text-decoration:none;
		   color:#fff;
		 
      }

@media only screen and (max-width:767px){
	  ul.menu-lineup {
        width:100%;
		  line-height: 20%;
		   margin-left: 5%;
      }
     ul.menu-lineup li {
		   vertical-align:none;
        text-align:left;
		  width: 13%;
		  margin-left: -30px;
		 padding-right: 3em;

      }
	.menu {
		width:100%;
		text-align: left;
	}
}

 
main{
	padding-top: 20px;
}

.top-name {
	margin-bottom: 2em;
}

.top-name img{
	width:40%;
}

@media only screen and (max-width:767px){
	.top-name {
		margin-bottom: 1.5em;
	}

	.top-name img{
		width:60%;
	}
}


.episode_area {
	width: 90%;
	position: relative;
  padding: 0.25em 1em;
  
	margin: 0 auto;
}



.episode_container {
	width:650px;
	margin: 0 auto;
}

.archive_contents {
	width:1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

@media only screen and (max-width:767px){
main{
	padding-top: 0px;
}
.episode_area {
	width: 95%;
  padding: 0;
}
	
.episode_container {
	width:93%;
	text-align: justify;
}


.archive_contents {
	width:100%;
}

.episode_area:before, .episode_area:after {
  width: 0px;
}
}

.top-logo img{
	width:38%; 
}

.top-image {
	margin: 10px 0 30px 0;
}



@media only screen and (max-width:767px){
.top-image {
	width: 100%;
}

.top-logo img{
	width:38%; 
}
}

.flex_episode-box {
	width: 100%;
    background-color: #fff;     /* 背景色指定 */
	display: flex; 
      flex-wrap: wrap;          /* 折り返し指定 */
	justify-content: center;
	
}
 
.flex_episode-lineup {
    color:  #000;               /* 文字色 */
	font-size: 0.9em;
	 padding: 5px 10px;
    border-radius:  5px;        /* 角丸指定 */
	text-align: center;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.flex_episode-lineup img {
	width: 300px;
}

.flex_episode-lineup:nth-child(-n+2) {
    background-color:  #fff; 
}




@media only screen and (max-width:767px){
.archive_area {
	width: 92%;
	padding: 0;
}	


.archive_contents {
	width:100%;
}

.flex_episode-lineup {
    background-color:  #fff; 
	width:47%;
	padding: 0px 5px;
}

.flex_episode-lineup img{
	width:100%;
}
}

@media only screen and (min-width:768px){
.flex_episode-box .flex_episode-lineup:nth-child(2) {
display: none;
}
}

.plate {
	margin-left: 2em;
	text-indent: -2em;
	font-size: 92%;
	line-height: 1.4em;
	margin-top: -2px;
}

.plate img {
	margin-right: 7px;
	vertical-align: bottom;
}

.number {
	margin-bottom: -1em;
	margin-left: 0em;
}


.box {
	width: 100%;
  display:flex;
/**  justify-content: space-between;**/
}

.box2 {
	width: 100%;
  display:flex;
 /** justify-content: space-between;**/
	margin-top: -1.8em;
	margin-bottom: 1.5em;
	color:#6f3d0f;
}

.text {
  text-align: left;
	vertical-align: top;
	padding-left: 2em;
}

.pict {
	position: relative;
	margin-top: 12px;
	margin-right: 12px;
}


.ingredient {
	margin-top: -1em;
}

.ingredient_pictbox {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}



.ingredient_pict {
  width: 50%;
  margin-left: 3%;
}

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

@media only screen and (max-width:767px){
.ingredient_pict {
  width: 100%;
  margin-left: 0;
}
.ingredient {
	margin-top: 0;
}
.ingredient_pictbox {
  display:block;
  flex-direction: none;
  justify-content: none;
}
}	

/*profile*/

.profile_area {
	width: 90%;
	position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
	margin: 0 auto;
}

.profile_area:before, .profile_area:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 1px;
  height: -webkit-calc(100% - 12px);
  height: calc(100% - 12px);
  background-color: black;
}
.profile_area:before {
  left: -7px;
}
.profile_area:after {
  right: -7px;
}

.profile_contents {
	width:650px;
	margin: 0 auto;
	text-align: justify;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


.profile_contents p {
	line-height:1.7em;
}


img.profile_contents{
	width:100%;
	margin: 0 auto;
}



@media only screen and (max-width:767px){
.profile_area {
	width: 92%;
	padding: 0;
	margin: 0 auto;
}

.profile_area:before, .profile_area:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 1px;
  height: -webkit-calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: black;
}
	
.profile_contents {
	width:98%;
	margin: 0 auto;
	padding: 0;
}
	
.profile_contents p {
	fon-size:0.8em;
	line-height:2em;
}


img.profile_contents{
	width:100%;
	margin: 0;
}
}



/*footer*/

footer {
	margin: 2em;
  height: 100px;
  background: #fff;
}

.online_img {
  text-align: center;
  margin-top: 70px;
}

.online_img p {
  font-size: 0.8em;
}

.online_img img {
  width:130px;
}

.info {
  font-size: 0.8em;
  text-align: center;
  line-height: 2em;
}

@media only screen and (max-width:768px){
   footer {
		margin: 0em;
  width:100%;
  }
  .info {
  margin: 0 10px;
}
.online_img img {
  width:80px;
}
}


/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #575757;
	text-decoration: none;
}




/**introduction-field**/
.main_book {
	width: 100%;
  height: 100vh;
  overflow: auto;
}



.book_img {
	width:850px;
	height: 100vh;
  margin-bottom: 10px;
}
.book_text {
	width: auto;
  background: #fff;
	font-size: 0.9em;
	line-height: 2em;
	text-align: justify;
}
.book_img,
.book_text {
  padding: 2%;
  border-radius: 10px;
}
 
/* Responsive */
@media  only screen and (min-width: 600px){
    .book_flexbox {
      display: -webkit-flex;
      display: flex;
    }
  .book_img {
    margin: 0 10px 0 0;
  }
.book_text {
	width: 100%;
  background: #fff;
	font-size: 0.9em;
	line-height: 2em;
}
	.slider {
padding: 0px;
	}
	
	.slider img{
width:100%;
}
}


@media only screen and  (max-width :768px){
.main_book {
	width: 100%;
  height: auto;
  overflow: auto;
}
.book_img {
	width:100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.book_text {
	width: 95%;
  background: #fff;
	font-size: 0.9em;
	line-height: 2em;
	text-align: justify;
	margin: 0 10px;
	padding: 0px;
}
	.slider {
padding: 0px;
margin: 0px;
	}
	.slider img{
width: 100%;
}
}


.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

.shop_form1 {
	text-align: center;
}

.shop_form {
	text-align: center;
}

input#shop_button {
    font-size: 1em;
    font-weight: normal;
    padding: 7px 20px;
		background-color: #3A3A3A;
    /* 文字色を白色に指定 */
    color: #fff;
    /* ボーダーをなくす */
    border-style: none;
    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
}

input#shop_button:hover {
    background-color: #7C7C7C;
    /* 文字色を白色に指定 */
    color: #fff;
}


select {
	font-size:1.1em;
}


.shop_form {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.shop_form select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.shop_form select::-ms-expand {
    display: none;
}
.shop_form {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.shop_form::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.shop_form select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
