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

/* 要素リセット */

* { 
   margin: 0; 
   padding: 0; 
}

p,address { 
   font-size: 100%; 
   font-weight: normal; 
   font-style: normal; 
}

img {
   border: none;
}

/* 全ページ共通 */

body { 
   margin: 0px; 
   padding: 0px; 
   text-align: left; 
   font-size: 100%;
   color: #000; 
   line-height: 1.5em;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   text-align: justify;
   text-justify: inter-ideograph;
   -webkit-text-size-adjust: 100%;
   background-color: #f4ecd4;
   background-image: url(../image/index/ichimatsu_bgm.png);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 30px;
}

#wrapper {
	width: 1000px;
	margin: 0px auto 50px auto;
	background-color: #daa932;
}

.copyright {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px;
}

#header_area {
	background-image: url(../image/index/headerarea_bgm.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
}

#header {
	width: 100%;
	background-image: url(../image/index/top_bgm.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top_img {
	display: block;
}

.top_img600 {
	display: none;
}

.container {
	width: 950px;
	margin: auto;
	background-color: #fff;
}

.contents {
	width: 90%;
	margin: auto;
	padding: 50px 0px;
}


/* フッター */

#footer {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

#footer_menuarea {
	border-top: 1px solid #000;
	border-top-style: dotted;
	padding-top: 20px;
}

.footer_menu li {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 0px 20px;
	vertical-align: middle;
}

.r_line {
	border-right: 1px solid #000;
}

.footer_menu li a {
	color: #000;
	text-decoration: none;
}

.footer_menu li a:hover {
	color: #999;
	text-decoration: none;
}

/* 装飾関係 */

.m_b10 { 
   margin-bottom: 10px; 
}

.m_b30 { 
   margin-bottom: 30px; 
}

.m_b50 { 
   margin-bottom: 50px; 
}

.m_auto { 
   margin-left: auto; 
   margin-right: auto; 
}

.f_left { 
   float: left; 
}

.f_right { 
   float: right; 
}

.t_left, .alignleft { 
   text-align: left; 
}

.t_center, .aligncenter { 
   text-align: center; 
}

.t_right, .alignright { 
   text-align: right; 
}

.red {
   color: #f12e2e; 
}

.bold { 
   font-weight: bold; 
}

.over_hidden { 
   overflow: hidden; 
}

.font17px { 
   font-size: 17px; 
}

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

.shadow {
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

/* タグ内１行目のみ字下げ */
.jisage { 
   text-indent:1em; 
}        

/* タグ内１行目以外字下げ */
.jisage2 { 
   padding-left: 1em; 
   text-indent: -1em; 
}        

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

.nowrap { 
   white-space: nowrap; 
}

/* INDEXページ */

.top_img {
	margin-bottom: 20px;
}

.h2_textarea {
	overflow: hidden;
	margin-bottom: 10px;
}

.top_h2 {
	display: inline-block;
}

.h2_sub {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	font-weight: bold;
	display: inline-block;
}

.h2_text {
	vertical-align: middle;
	margin-right: 5px;
	width: 292px;
	height: 53px;
}

#h2_01 {
	margin: 0px 0px 0px 50px;
}

#h2_02 {
	margin: 0px 0px 0px 100px;
}

#h2_03 {
	margin: 0px 0px 0px 150px;
}

.bgm_washi {
	background-image: url(../image/index/washi_bgm.jpg);
}

.bgm_washi02 {
	background-image: url(../image/index/washi_bgm02.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.title_h2 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	font-size: 35px;
	text-align: center;
	background-image: url(../image/index/h2_title_bgm.jpg);
	padding: 50px 0px;
	text-shadow: 3px 3px 3px #333, -3px 3px 3px #333, 3px -3px 3px #333, -1px -1px 1px #333;
}

/* INDEXページ調理見本画像 */

#cook_contents {
	width: 90%;
	margin: auto;
	padding-top: 30px;
}

.cook_contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: space-between; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.cook_contents li {
	/* flex: 1 0 auto;   1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 3px 0px 3px;
	width: calc(25% - 6px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.cook_contents li:empty {
	border: none;
}

/* オーダーフォームエリア */

.order_area {
	width: 97%;
	margin: auto;
	border: 10px solid #daa932;
	background-image: url(../image/index/orderarea_bgm.jpg);
	padding-bottom: 30px;
}

.order_img {
	margin-bottom: 20px;
}

.order_btm {
	width: 90%;
	margin: 0px auto 30px auto;
}

.order_table {
	width: 600px;
	margin: auto;
}

.order_table th {
	padding-bottom: 5px;
}

.order_table td {
	padding: 0px 0px 5px 20px;
}

/* 『琥珀まる』とは？エリア */

.infor_area {
	margin-bottom: 50px;
}

.h3title01 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 50px;
	color: #966731;
	padding: 20px 0px 50px 0px;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

.whats_textarea {
	float: left;
	width: 55%;
}

.whats_img {
	float: right;
	width: 40%;
}

.kohaku_text01 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.8em;
}

/* 「琥珀まる」をお勧めする理由エリア */

.reco_area {
	background-color: #f0f5ce;
	border: 5px solid #966731;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.reco_h4 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	color: #fff;
	background-color: #966731;
	padding: 5px 0px 10px 0px;
	margin-bottom: 30px;
	text-align: center;
}

.reco_h5 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #966731;
	font-size: 22px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.sono_img {
	vertical-align: sub;
	margin-left: 20px;
}

.reco_textarea {
	width: 55%;
	float: left;
	margin-left: 20px;
}

.reco_text {
	padding-bottom: 20px;
}

.reco_img {
	width: 35%;
	float: right;
	margin-right: 20px;
}

/* 開発秘話エリア */

#kaihatsu_area {
	background-image: url(../image/index/kaihatsu_bgm.jpg);
	background-size: contain;
}

.next_h2area {
	width: 100%;
	background-image: url(../image/index/h2_title_bgm02.jpg);
	padding: 30px 0px;
}

.title_h2next {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	font-size: 40px;
	padding: 0px 0px 20px 50px;
	text-shadow: 3px 3px 3px #333, -3px 3px 3px #333, 3px -3px 3px #333, -1px -1px 1px #333;
}

.title_h3next {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	font-size: 30px;
	padding: 0px 50px 0px 0px;
	text-shadow: 3px 3px 3px #333, -3px 3px 3px #333, 3px -3px 3px #333, -1px -1px 1px #333;
	text-align: right;
}

.step_h501 {
	font-size: 20px;
	padding: 0px 0px 20px 0px;
}

.step_h5 {
	font-size: 20px;
	padding: 0px 0px 20px 50px;
}

.step_area {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 20px 0px;
	border-radius: 15px;
	margin-bottom: 50px;
}

.step_textarea01 {
	width:65%;
	margin: 0px 0px 0px 40px;
	overflow: hidden;
	float: left;
}

.step_img01 {
	width: 25%;
	float: right;
}

.step_textarea {
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.step_text01 {
	width: 100%;
	line-height: 1.8em;
}

.step_text {
	width: 60%;
	line-height: 1.8em;
}

.step_img {
	width: 35%;
}

#shop_infor {
	background-color: rgba(0,0,0,0.7);
	padding: 30px 0px;
	width: 100%;
	margin: auto;
}

.shop_h5 {
	font-size: 30px;
	padding: 0px 0px 20px 0px;
	color: #F90;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-bottom-style: dotted;
	width: 90%;
	margin: 0px auto 20px auto;
}

.shop_h6 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	text-align: center;
	padding: 0px 10px 30px 10px;
	font-size: 18px;
}

.shop_table {
	color: #fff;
	width: 60%;
	float: left;
}

.shop_table th {
	width: 100px;
	vertical-align: top;
	padding-bottom: 10px;
}

.shop_table td {
	vertical-align: top;
	padding-bottom: 10px;
}

.shop_img {
	width: 35%;
	float: right;
}

/* お客様の声エリア */

#voice_contents {
	width: 100%;
	margin: auto;
}

.voice_contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: left; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.voice_contents li {
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(33% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}
.voice_contents li:empty {
	border: none;
}

.balloon{
  position: relative;
  padding: 20px 20px;
  background-color: #fff;
  border: 4px solid #ca8888;
  float: right;
  width: 80%;
  border-radius: 10px;
}

/* アイコンを下に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  top: inherit;
  border-top: 15px solid #ca8888;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -9px;
  top: inherit;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.small_text {
	font-size: 14px;
}

.voice_img {
	vertical-align: bottom;
	margin-right: 20px;
}

/* 『琥珀まる』を使った調理例エリア */

#cooking_contents {
	width: 100%;
	margin: auto;
}

.cooking_contents {
	list-style: none;
	display: flex;                  /* 重要 */
	flex-flow: row wrap;            /* 重要 */
	justify-content: left; /* フレックスアイテムを均等に配置 */
	margin: 0;
	padding: 0;
}
.cooking_contents li {
	border: 8px solid #c9caca;
	border-style: double;
	text-align: center;
	padding: 8px 0px 5px 0px;
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(48% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

.cooking_conlist:empty {
	border: none;
}

.cooking_title {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 18px;
	color: #ed6d00;
	padding-bottom: 8px;
}

.cooking_h6 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	font-size: 25px;
	background-color: #ed6d00;
	border-radius: 5px;
	width: 97%;
	margin: 0px auto 15px auto;
	padding: 10px 0px;
}

.cooking_img {
	width: 97%;
	height: auto;
	margin-bottom: 20px;
}
	

.cooking_area {
	border-top: 5px solid #c9caca;
	width: 96%;
	margin: auto;
	text-align: left;
	padding: 20px 0px 20px 0px;
}

.cooking_text {
	padding: 0px 0px 10px 20px;
	font-weight: bold;
}

.cooking_text02 {
	padding: 0px 30px 0px 30px;
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
}

.cooking_table {
	border-spacing: 0px;
   border-collapse: collapse;
   width: 90%;
   margin: 0px auto 20px auto;
}

.cooking_table th {
	border-bottom: 1px solid #000;
	border-bottom-style: dotted;
	padding: 5px 0px;
	width: 130px;
}

.cooking_table td {
	border-bottom: 1px solid #000;
	border-bottom-style: dotted;
	padding: 5px 0px;
}

.cooking_list li {
	margin: 0px 0px 0px 40px;
	border: none;
	width: 87%;
	text-align: left;
}

/* 説明テーブルエリア */

#last_tablearea {
	width: 100%;
	padding-top: 50px;
}

.last_table {
	border-spacing: 0px;
   border-collapse: collapse;
   font-size: 14px;
}

.last_table th {
	border: 1px solid #333;
	background-color: #666;
	color: #fff;
	padding: 10px 10px;
	vertical-align: top;
	width: 150px;
}

.last_table td {
	border: 1px solid #333;
	padding: 10px 10px;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#wrapper_next {
	width: 1000px;
	margin: 0px auto 50px auto;
	background-color: #daa932;
	background-image: url(../image/nexttop_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

#header_next {
	width: 850px;
	margin: auto;
	padding-top: 220px;
}

.next_contents {
	width: 90%;
	margin: auto;
	background-color: #fff;
	height: 300px;
}

.page_h1 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 2px solid #9b6a40;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


	
	

/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1000px) {
	
body {
	padding-top: 0px;
}
	
#wrapper {
	width: 100%;
	margin: 0px auto 50px auto;
	background-color: #daa932;
}

.container {
	width: 95%;
	margin: auto;
	background-color: #fff;
}

#top_h2area {
	width: 90%;
	margin: auto;
}

.h2_sub {
	font-size: 25px;
}

.h2_text {
	vertical-align: middle;
	margin-right: 5px;
}

#h2_01 {
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: 40px;
}

#h2_02 {
	margin: 0px 0px 10px 50px;
	width: 190px;
	height: 40px;
}

#h2_03 {
	margin: 0px 0px 0px 100px;
	width: 190px;
	height: 40px;
}

/* オーダーフォームエリア */

.order_table {
	width: 80%;
	margin: auto;
}

/* 『琥珀まる』とは？エリア */

.h3title01 {
	font-size: 40px;
	color: #966731;
	padding: 20px 0px 30px 0px;
}

.kohaku_text01 {
	font-size: 120%;
	line-height: 1.5em;
}

/* 『琥珀まる』を使った調理例エリア */

.cooking_contents li {
	border: 8px solid #c9caca;
	border-style: double;
	text-align: center;
	padding: 8px 0px 5px 0px;
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(47% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

.cooking_list li {
	margin: 0px 0px 0px 40px;
	border: none;
	width: 87%;
	text-align: left;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#wrapper_next {
	width: 100%;
	margin: 0px auto 50px auto;
	background-color: #daa932;
	background-image: url(../image/nexttop_img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

#header_next {
	width: 85%;
	margin: auto;
	padding-top: 200px;
}

}

/* --- iPad Portrait --- */
@media screen and (max-width: 920px) {
	
/* 『琥珀まる』を使った調理例エリア */


.cooking_title {
	font-size: 16px;
	padding: 0px 10px 8px 10px;
}

.cooking_h6 {
	font-size: 22px;
	margin: 0px auto 15px auto;
	padding: 10px 10px;
	width: 90%;
}
	
.cooking_list li {
	margin: 0px 0px 0px 25px;
	border: none;
	width: 90%;
	text-align: left;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#header_next {
	width: 85%;
	margin: auto;
	padding-top: 180px;
}
	



}


/* --- iPad Portrait --- */
@media screen and (max-width: 768px) {
	
.contents {
	width: 95%;
	margin: auto;
	padding: 50px 0px;
}
	
.h2_textarea {
	text-align: center;
}
	
.top_h2 {
	display: block;
}

.h2_sub {
	display: inline-block;
	font-size: 22px;
}

#h2_01 {
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: 40px;
}

#h2_02 {
	margin: 0px 0px 10px 0px;
	width: 190px;
	height: 40px;
}

#h2_03 {
	margin: 0px 0px 10px 0px;
	width: 190px;
	height: 40px;
}

.title_h2 {
	font-size: 30px;
	padding: 40px 0px;
}

/* INDEXページ調理見本画像 */

#cook_contents {
	width: 90%;
	margin: auto;
	padding-top: 10px;
}

/* 『琥珀まる』とは？エリア */

.h3title01 {
	font-size: 35px;
	color: #966731;
	padding: 0px 0px 30px 0px;
}

/* 「琥珀まる」をお勧めする理由エリア */

.reco_h4 {
	font-size: 25px;
	padding: 5px 0px 10px 0px;
	margin-bottom: 20px;
}

.reco_h5 {
	font-size: 18px;
	padding: 0px 20px 20px 20px;
}

/* 開発秘話エリア */

.next_h2area {
	width: 100%;
	background-image: url(../image/index/h2_title_bgm02.jpg);
	padding: 20px 0px;
}

.title_h2next {
	font-size: 35px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.title_h3next {
	font-size: 25px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
	
.step_textarea01 {
	width:90%;
	margin: auto;
	overflow: hidden;
	float: none;
}
	
.step_img01 {
	width: 95%;
	float: none;
	text-align: right;
}

/* 店舗紹介エリア */

.shop_table {
	color: #fff;
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.shop_table th {
	width: 100px;
	vertical-align: top;
	padding-bottom: 10px;
}

.shop_table td {
	vertical-align: top;
	padding-bottom: 10px;
}

.shop_img {
	width: 100%;
	float: none;
}

/* お客様の声エリア */

.voice_contents li {
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(50% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* 『琥珀まる』を使った調理例エリア */

.cooking_contents li {
	border: 8px solid #c9caca;
	border-style: double;
	text-align: center;
	padding: 8px 0px 5px 0px;
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(100% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

.cooking_list li {
	margin: 0px 0px 0px 40px;
	border: none;
	width: 87%;
	text-align: left;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#header_next {
	width: 85%;
	margin: auto;
	padding-top: 150px;
}

.page_h1 {
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 25px;
}

}

/* --- NEXUS7 Portrait --- */
@media screen and (max-width: 600px) {
	
/* フッター */

.footer_menu li {
	font-size: 12px;
	font-weight: bold;
	display:block;
	padding: 0px 0px 5px 0px;
}

.r_line {
	border-right: none;
}

.footer_menu li a {
	color: #000;
	text-decoration: underline;
}

.footer_menu li a:hover {
	color: #999;
	text-decoration: underline;
}

.title_h2 {
	font-size: 30px;
	padding: 40px 0px;
}

#header {
	width: 100%;
	background-image: url(../image/index/top_bgm600.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top_img {
	display: none;
}

#top_h2area {
	padding: 20px 0px 0px 0px;
}

.top_img600 {
	display: block;
}

/* INDEXページ調理見本画像 */

.cook_contents li {
	/* flex: 1 0 auto;   1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 3px 0px 3px;
	width: calc(50% - 6px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* オーダーフォームエリア */

.order_area {
	border: 7px solid #daa932;
}

.order_table {
	width: 90%;
	margin: auto;
}

/* 『琥珀まる』とは？エリア */

.h3title01 {
	text-align: center;
	font-size: 35px;
	color: #966731;
	padding: 0px 0px 30px 0px;
}


.whats_textarea {
	float: none;
	width: 100%;
}

.whats_img {
	float: none;
	width: 70%;
	margin: auto;
}

/* 「琥珀まる」をお勧めする理由エリア */

.reco_h4 {
	font-size: 22px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

.sono_img {
	margin-top: 5px;
}

.reco_textarea {
	width: 90%;
	float: none;
	margin: auto;
}

.reco_text {
	padding-bottom: 20px;
}

.reco_img {
	width: 90%;
	float: none;
	margin: auto;
}

/* 開発秘話エリア */

.title_h2next {
	font-size: 30px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.title_h3next {
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.f_left {
	float: none;
}

.f_right {
	float: none;
}

.step_h501 {
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.step_h5 {
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.step_text {
	width: 100%;
	margin: auto;
	line-height: 1.8em;
}

.step_img01 {
	width: 100%;
	float: none;
	text-align: center;
}

.step_img {
	width: 70%;
	margin: 0px auto 10px auto;
}

/* 店舗紹介エリア */

/* 店舗紹介エリア */

#shop_infor {
	padding: 20px 0px;
}

.shop_h5 {
	font-size: 28px;
}

.shop_h6 {
	padding: 0px 10px 20px 10px;
	font-size: 17px;
	line-height: 1.5em;
}

.shop_table th {
	width: 80px;
	vertical-align: top;
	padding-bottom: 10px;
}

/* お客様の声エリア */

.voice_contents li {
    flex: 0 1 auto;  /* 1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 5px 50px 5px;
	width: calc(100% - 10px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}



/* 説明テーブルエリア */

.last_table th {
	border: 1px solid #333;
	background-color: #666;
	color: #fff;
	padding: 10px 10px;
	vertical-align: top;
	width: 80px;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#wrapper_next {
	background-image: url(../image/nexttop_img600.jpg);
}

#header_next {
	width: 85%;
	margin: auto;
	padding-top: 140px;
}

.page_h1 {
	text-align: center;
}



/* --- ??????? --- */
@media screen and (max-width: 480px) {
	
.h2_sub {
	font-size: 18px;
	padding: 0px 10px;
}

#h2_01 {
	margin: 0px 0px 5px 0px;
	width: 165px;
	height: 30px;
}

#h2_02 {
	margin: 0px 0px 5px 0px;
	width: 143px;
	height: 30px;
}

#h2_03 {
	margin: 0px 0px 5px 0px;
	width: 143px;
	height: 30px;
}

.title_h2 {
	font-size: 25px;
	padding: 28px 10px;
	line-height: 1.5em;
}

/* INDEXページ調理見本画像 */

.cook_contents li {
	/* flex: 1 0 auto;   1つ目のパラメータ：0:均等割り付け　　1:数が足りなくなったときのBOX幅を広げてくれる */
/*	flex: 1 0 calc(25% - 10px);  本来、これで良いはずだが、IE11にバグがありかけない */
	margin: 0px 3px 0px 3px;
	width: calc(100% - 6px);    /* 94行目の補正のためにこう記述することでIE11でも、ちゃんと動く */
                              /* calc(ボックス数/100 - (margin-left + right) */
}

/* オーダーフォームエリア */

.order_area {
	width: 97%;
	border: 4px solid #daa932;
}

.order_img {
	margin-bottom: 10px;
}

.order_table {
	font-size: 90%;
	line-height: 1.5em;
}

/* 開発秘話エリア */

.title_h2next {
	font-size: 25px;
	padding: 0px 0px 10px 0px;
}

.title_h3next {
	font-size: 16px;
	padding: 0px 5px 0px 5px;
	line-height: 1.5em;
}

.step_h501 {
	font-size: 18px;
	padding: 0px 20px 20px 20px;
	text-align: center;
	line-height: 1.5em;
}

.step_h5 {
	font-size: 18px;
	padding: 0px 20px 20px 20px;
	text-align: center;
	line-height: 1.5em;
}

.step_text01,.step_text {
	font-size: 95%;
	line-height: 1.5em;
}

/* 店舗紹介エリア */

#shop_infor {
	padding: 20px 0px;
}

.shop_h5 {
	font-size: 25px;
}

.shop_table {
	font-size: 90%;
}

.shop_table th {
	width: 70px;
	vertical-align: top;
	padding-bottom: 10px;
}

/* 『琥珀まる』を使った調理例エリア */


.cooking_title {
	font-size: 16px;
	padding: 0px 10px 8px 10px;
}

.cooking_h6 {
	font-size: 19px;
	margin: 0px auto 15px auto;
	padding: 10px 10px;
	width: 90%;
}
	
.cooking_list li {
	margin: 0px 0px 0px 25px;
	border: none;
	width: 90%;
	text-align: left;
}

.cooking_text {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	text-align: center;
}

.cooking_table {
   width: 95%;
   font-size: 90%;
}

.cooking_list li {
	margin: 0px 0px 0px 20px;
	border: none;
	width: 95%;
	text-align: left;
	font-size: 90%;
}

/* 説明テーブルエリア */

.last_table {
	border-spacing: 0px;
   border-collapse: collapse;
   font-size: 13px;
   line-height: 1.5em;
}

/* 会社概要・プライバシーポリシー・特商法に基づく表記ページ */

#header_next {
	width: 85%;
	margin: auto;
	padding-top: 80px;
}

.page_h1 {
	font-size: 22px;
}


}


