@charset "utf-8";

/*** サイト全体 ***/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}

body, header, h1, h2, h3, p, ol, ul, li, dl, dd, section, article, footer, div, a {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	-ms-box-sizing : border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	color: #333;
	line-height: 1.4;
}

from, input, textarea {
	box-sizing: border-box;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}

ul, oi {
	list-style: none;
}

small {
	font-size: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* モバイル用コンテンツ用 */
.sp-cont {
	display: none;
}

/*** ヘッダー ***/
header {
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.index header {
	display: none;
}

/* ナビ部分（#keyのナビと一部共通） */
header #h-inner {
	width: 100%;
	height: 90px;
	background: url(../img/nav-background01.jpg);
	position: fixed;
}

.index #key #gnav-area01 {
	width: 100%;
	height: 90px;
	background: url(../img/nav-background01.jpg);
	position: absolute;
	bottom: 0;
	z-index: 100;
}

header #h-inner nav {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.index #key #gnav-area01 nav {
	width: 94%;
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

header #h-inner nav ul,
.index #key #gnav-area01 nav ul {
	width: 80%;
	max-width: 888px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header #h-inner nav ul li:first-child,
.index #key #gnav-area01 nav ul li:first-child {
	margin-right: 8%;
}

header #h-inner nav p:last-child,
.index #key #gnav-area01 nav p:last-child {
	position: absolute;
	top: -52px;
	right: 0;
}

header #h-inner nav p:last-child {
	width: 15%;
	max-width: 188px;
	position: absolute;
	top: 4px;
	right: 0;
}

header #h-inner nav p:last-child img {
	width: 100%;
	height: auto;
}

header #h-inner nav p:last-child a:hover,
.index #key #gnav-area01 nav p:last-child a:hover {
	opacity: 0.7;
}

.index #key #gnav-area01 ul.gnav li a:hover {
	
}

header #h-inner nav ul.sns {
	width: 210px;
	top: 20px;
	right: 0;
}

/*全デバイスのsnsロゴサイズ*/
header nav ul.sns li a img {
	width: 40px;
	height: auto;
}

/*** フッター ***/
body.index footer {
	padding-top: 32px;
}

footer .f-areas {
	padding: 60px 0;
}

footer .f-areas .f-inner {
	width: 1000px;
	margin: 0 auto;
}

footer #f-area01 {
	background: url(../img/f-background02.png) repeat-x left 250px,
				url(../img/f-background01.jpg);
}

footer #f-area01 p.logo {
	margin-bottom: 8px;
	text-align: center;
}

footer #f-area01 p.logo a:hover {
	opacity: 0.7;
}

footer #f-area01 p.address {
	text-align: center;
}

footer #f-area02 {
	background: url(../img/nav-background01.jpg);
}

footer #f-area02 ul#f-nav {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}

footer #f-area02 p#copy {
	text-align: center;
	font-size: 90%;
}

/*** 求人ページへ移動ボタン***/
#recruit-navi {
	width: 20%;
	max-width: 261px;
	min-width: 120px;
	position: absolute;
	top: 50px;
	right: 8%;
	z-index: 1000;
}

#recruit-navi p a {
	display: inline-block;
}

#recruit-navi p a:hover {
	opacity: 0.7;
}

#recruit-navi p a img {
	width: 100%;
	height: auto;
}

/*** ページトップへ移動ボタン ***/
#page-top {
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 8%;
}

#page-top .img a {
	display: block;
}

#page-top .img a:hover {
	text-decoration: none;
}

#page-top .img a img {
	width: 100%;
	height: auto;
}

#page-top .text {
	padding: 2px;
	font-size: 80%;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	transition-duration: 0.5s;
	opacity: 0;
}

#page-top:hover .text {
	opacity: 1;
	transition-duration: 0.5s;
}

/*** トップページ共通 ***/
.index header {
	display: none;
}

.index .contents {
	padding: 60px 0;
}

.index .contents h1 {
	margin-bottom: 32px;
	text-align: center;
}

.index #o-content01 {
	position: absolute;
	bottom: 100px;
}

/* アニメーション部分 */
.index .s-fade {
	position: absolute;
	transition: 3s;
}

/*** キーイメージエリア ***/
.index #key {
	height: 720px;
	position: relative;
	background: #F4EBDB;
}

.index #key .slide {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.index #key .slide img {
	width: 100%;
	height: auto;
}

/*IE用*/
@media all and (-ms-high-contrast:none){
.index #key {

}
}
/*IE用終わり*/
.index #key h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
}

.index #key #gnav-area02 {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	z-index: 100;
}

.index #key #gnav-area02 nav {
	width: 94%;
	max-width: 1130px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.index #key #gnav-area02 ul.sns {
	width: 390px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index #key #gnav-area02 ul.sns li:first-child a {
	padding: 0 10px;
	background: #fff;
	border-radius: 5px;
}

.index #key #gnav-area02 ul.sns li:nth-child(4) a img,
.index #key #gnav-area02 ul.sns li:nth-child(5) a img {
	width: 34px;
	height: 34px;
}

.index #key .s-inner #gnav-area02 ul.sns li a:hover img {
	opacity: 0.8;
}

.index #key #logo-area {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.index #key #logo-area p.logo {
	width: 23%;
	max-width: 268px;
	position: absolute;
	bottom: 116px;
}

.index #key #logo-area p.logo img {
	width: 100%;
	height: auto;
}

/*** お知らせピックアップ ***/
.index #content01 {
	padding: 50px 0 34px;
	background: #F3F3F3;
}

.index #content01 .c-inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.index #content01 h1 {
	margin-bottom: 30px;
	text-align: center;
	display: none; /* タイトル非表示 */
}

/* バナー2枚お知らせ ※イベントバナー貼り付け中 */
.index #content01 ul {
	display: flex;
	width: 96%;
	max-width: 780px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.index #content01 ul li {
	width: 49%;
	max-width: 380px;
}

.index #content01 ul li.event.pc-cont {
	width: 100%;
	max-width: 780px;
	margin-bottom: 10px;
}

.index #content01 ul li:nth-last-child(2) {
	margin-right: 2.5%;
}

.index #content01 ul li img {
	width: 100%;
	max-width: 380px;
	height: auto;
}

.index #content01 ul li.event.pc-cont img {
	width: 100%;
	max-width: 780px;
	height: auto;
}

.index #content01 ul li.event.pc-cont:hover img {
	opacity: 0.7;
	transition: 0.2s;
}

/* 重要告知部分 */
.index #content01 ul li.check {
	width: 100%;
	max-width: 780px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	font-size: 110%;
}

.index #content01 ul li.check .title {
	margin-bottom: 16px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #f00;
}

.index #content01 ul li.check ul {
	margin: 0 0 20px 1.5em;
	list-style: disc;
}

.index #content01 ul li.check ul li {
	width: 100%;
	max-width: inherit;
	margin: 0 0 10px 0;
	
}
/* 重要告知部分 ここまで */

/* バナー2枚お知らせ
.index #content01 ul {
	display: flex;
	width: 96%;
	max-width: 780px;
	margin: 0 auto;
}

.index #content01 ul li {
	max-width: 380px;
}

.index #content01 ul li:not(:last-child) {
	margin-right: 2%;
}

.index #content01 ul li img {
	width: 100%;
	max-width: 380px;
	height: auto;
}
*/
/*** コンテンツ07 歴史 ***/
.index #content07 {
	padding-bottom: 0;
	background: #b94047;
}

.index #content07 h1 {
	color: #fff;
}

.index #content07 .c-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 200px;
	position: relative;
	z-index: 0;
}

.index #content07 .c-inner p {
	color: #fff;
	margin-bottom: 24px;
}

.index #content07 .c-inner p:last-child {
	margin-bottom: 0;
}

/* アニメーション部分 */
.index #content07 .c-inner p#c01-pict01 {
	top: -50px;
	left: -120px;
	opacity: 0;
}

.index #content07 .c-inner p#c01-pict01.on {
	top: -100px;
	transition: 1s;
}

.index #content07 .c-inner p#c01-pict02 {
	bottom: -80px;
	right: 0;
	transform: rotate(5deg);
}

.index #content07 .c-inner p#c01-pict02.on {
	opacity: 1;
	transition: 0.7s;
	z-index: -1;
}
/* アニメーション部分終了 */

/*** コンテンツ02 最新情報・催事情報 ***/
.index #content02 {
	background: url(../img/contents-background01.jpg);
}

.index #content02 .info-wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* アニメーション部分 */
.index #content02 .info-wrap p#c02-pict01 {
	top: 0;
	left: -190px;
}

.index #content02 .info-wrap p#c02-pict01.on {
	top: 0;
	left: -150px;
	opacity: 1;
	transition: 1s;
}

.index #content02 .info-wrap p#c02-pict02 {
	bottom: 0;
	right: -220px;
}

.index #content02 .info-wrap p#c02-pict02.on {
	right: -170px;
	opacity: 1;
	transition: 1s;
	transition-delay: 0.3s;
}
/* アニメーション部分終了 */

.index #content02 .info-wrap h2 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 180%;
	font-weight: normal;
}

.index #content02 .info-wrap #l-news {
	display: flex;
	justify-content: space-between;
}

/* ニュース詳細開閉部分（一部過去のお知らせ＋味付けと共有） */
.index #content02 .info-wrap #info01 {
	width: 56%;
	max-width: 560px;
}

.index #content02 .info-wrap dl,
.b-num #content01 .c-inner dl {
	padding: 16px 10px;
	border-bottom: 1px solid #000;
}

.index #content02 .info-wrap dl dt .new-mark,
.b-num #content01 .c-inner dl dt .new-mark {
	margin-right: 0.3em;
}

.index #content02 .info-wrap dl dt .o-mark,
.b-num #content01 .c-inner dl dt .o-mark {
	padding: 2px 8px;
	background: #2a4073;
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
}

.index #content02 .info-wrap dl dt .s-mark,
.b-num #content01 .c-inner dl dt .s-mark {
	padding: 2px 8px;
	background: #b94047;
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
}

.index #content02 .info-wrap dl dt .m-mark,
.b-num #content01 .c-inner dl dt .m-mark {
	padding: 2px 8px;
	background: #fcc800;
	border-radius: 5px;
	font-size: 90%;
}

.index #content02 .info-wrap dl dt .m-mark img,
.index #content02 .info-wrap dl dt .o-mark img,
.b-num #content01 .c-inner dl dt .m-mark img,
.b-num #content01 .c-inner dl dt .o-mark img {
	vertical-align: bottom;
}

.index #content02 .info-wrap dl dt .title:hover,
.b-num #content01 .c-inner dl dt .title:hover {
	cursor: pointer;
}

.index #content02 .info-wrap dl dt .button-wrap,
.b-num #content01 .c-inner dl dt .button-wrap {
	margin-left: auto;
}

.index #content02 .info-wrap dl dt .buttons,
.b-num #content01 .c-inner dl dt .buttons {
	padding: 2px 8px;
	background: #fff;
	border-radius: 5px;
	font-size: 90%;
	font-weight: bold;
}

.index #content02 .info-wrap dl dt .buttons:hover,
.b-num #content01 .c-inner dl dt .buttons:hover {
	cursor: pointer;
}

.index #content02 .info-wrap dl dt .buttons.on,
.b-num #content01 .c-inner dl dt .buttons.on {
	display: none;
}

.index #content02 .info-wrap dl.saiji dd,
.b-num #content01 .c-inner dl.saiji dd {
	margin-left: 10.9em;
}

.index #content02 .info-wrap dl dd ul.list01,
.b-num #content01 .c-inner dl dd ul.list01 {
	margin: 10px 0 0 1.5em;
	list-style: disc;
}

.index #content02 .info-wrap dl dd ul.list01 li:not(:last-child),
.b-num #content01 .c-inner dl dd ul.list01 li:not(:last-child) {
	margin-bottom: 6px;
}

.index #content02 .info-wrap dl dd .red,
.b-num #content01 .c-inner dl dd .red {
	color: #F00;
}

.index #content02 .info-wrap dl dd .bold,
.b-num #content01 .c-inner dl dd .bold {
	font-weight: bold;
}

.index #content02 .info-wrap dl dd .uline,
.b-num #content01 .c-inner dl dd .uline {
	text-decoration: underline;
}

.index #content02 .info-wrap dl:nth-last-child(2) {
	margin-bottom: 30px;
}

.index #content02 .info-wrap dl dt.column-2 {
	display: flex;
	align-items: center;
}

.index #content02 .info-wrap dl dt .block01 {
	width: 6.5em;
	margin-right: 0.5em;
	line-height: 1.5;
}

.index #content02 .info-wrap dl dt .date {
	width: 6.5em;
	font-weight: bold;
	display: block;
}

.index #content02 .info-wrap dl dt .title {;
	text-decoration: underline;
}

.index #content02 .info-wrap dl dd {
	margin: 16px 5% 0 6.5em;
}

/*画像ポップアップ調整*/
.index #content02 .info-wrap dl dd .column-2,
.b-num #content01 .c-inner dl dd .column-2 {
	display: flex;
	margin: 10px 0;
}

.index #content02 .info-wrap dl dd .column-2 li,
.b-num #content01 .c-inner dl dd .column-2 li {
	width: 48%;
	margin-right: 2%;
}

.index #content02 .info-wrap dl dd .column-2 li a img,
.b-num #content01 .c-inner dl dd .column-2 li a img {
	width: 100%;
	height: auto;
}

.index #content02 .info-wrap dl dd .column-2 + p,
.b-num #content01 .c-inner dl dd .column-2 + p
 {
	color: #f00;
	font-size: 90%;
}

/*** 過去のお知らせ ***/
.b-num #content01 {
	padding-bottom: 60px;
	background: #F5EDD8;
}

.b-num .c-inner{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}

.b-num .c-inner p {
	margin-bottom: 10px;
}

.b-num #content01 .c-inner dl:first-child {
	border-top: 1px solid #000;
}

.b-num #content01 .c-inner dl dt {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: baseline;
}

.b-num #content01 .c-inner dl dt .date {
	margin-right: 0.5em;
	font-weight: bold;
}

.b-num #content01 .c-inner dl dt .title {
	width: 32em;
	margin-left: 1em;
	text-decoration: underline;
}

.b-num #content01 .c-inner dl dd {
	margin: 16px 5% 0 12.6em;
}

/* news内使用画像の細かいスタイル */
.index #content02 .info-wrap dl dd img,
.b-num #content01 .c-inner dl dd img {
	max-width: 100%;
	height: auto;
}
/* news内使用画像の細かいスタイル ここまで */

.index #content02 .info-wrap .b-num {
	text-align: right;
}

.index #content02 .info-wrap .b-num a {
	padding: 8px 12px;
	background: #fff;
	border-radius: 3px;
	transition: 0.2s;
	font-weight: bold;
}

.index #content02 .info-wrap .b-num a:hover {
	text-decoration: none;
	background: #ebe1a9;
	transition: 0.2s;
}

/* トリップアドバイザー */
.index #content02 #CDSSCROLLINGRAVE.wide {
	margin: 30px auto 0;
}

/* twitter埋め込み */
.index #content02 .sns-wrap {
	width: 96%;
	max-width: 380px;
	margin: 0 auto;
}
/** 通常時css終わり **/

/***** コンテンツ03 メニュー紹介 *****/
/*css崩れ回避用*/
.index #content03 {
	padding-top: 0;
	background: linear-gradient(0deg, #714836, #9B4930, #663830, #714836);
	position: relative;
	z-index: 0;
}

.index #content03 p.last-banner {
	margin-bottom: 88px;
}

/* タコイラストと銅板 */
.index #content03 p#c03-pict05 {
	right: 4%;
	bottom: -130px;
}

.index #content03 p#c03-pict05.on {
	opacity: 0.7;
	transition: 0.5s;
}

.index #content03 p#c03-pict10 {
	left: 10%;
	bottom: -32px;
}

.index #content03 p#c03-pict10.on {
	opacity: 0.7;
	transition: 0.5s;
}
/* タコイラストと銅板 終わり */

/*** 画像一部分切り抜き全面配置版  ***/
/* アニメーション部分 パターン2 */
.index #content03 #cont03-imgs02 {
	width: 100%;
	position: relative;
}

.index #content03 #cont03-imgs02 .s-fade {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.index #content03 #cont03-imgs02 .s-fade.on {
	transition: 0.7s;
}

.index #content03 #cont03-imgs02 .s-fade p.img-wrap {
	line-height: 0;
	overflow: hidden;
}

.index #content03 #cont03-imgs02 .s-fade p.img-wrap > img {
	width: 100%;
	height: auto;
}

.index #content03 #cont03-imgs02 .s-fade a {
	display: block;
	line-height: 0;
}

.index #content03 #cont03-imgs02 .s-fade a img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition-duration: 0.5s;
}

.index #content03 #cont03-imgs02 .s-fade a:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
/* アニメーション部分 パターン2 終わり*/
/*** 画像一部分切り抜き全面配置版 終わり  ***/

/* こだわり・味つけ部分 */
.index #content03 .koda-aji {
	padding: 32px 0 60px;
	z-index: -1;
}

.index #content03 .koda-aji h1 {
	margin-bottom: 10px;
	text-align: center;
}

.index #content03 #cont03-kodawari {
	padding-top: 60px;
}

.index #content03 #cont03-kodawari h1 {
	margin-bottom: 32px;
}

.index #content03 #cont03-kodawari .s-inner {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index #content03 #cont03-kodawari .s-inner .text {
	width: 56%;
	max-width: 560px;
}

.index #content03 #cont03-kodawari .s-inner .text p {
	color: #fff;
}

.index #content03 #cont03-kodawari .s-inner .text p:not(:last-child) {
	margin-bottom: 1.4em;
}

.index #content03 #cont03-kodawari .s-inner .pict {
	width: 42%;
	max-width: 420px;
}

.index #content03 #cont03-kodawari .s-inner .pict img {
	width: 100%;
	height: auto;
}

/***** コンテンツ04 わなかの店舗一覧 *****/
.index #content04 {
	padding: 100px 0 40px;
	background: #fff;
}

.index #content04 #tenpo-movie-wrap {
	width: 1160px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.index #content04 #tenpo-movie-wrap iframe {
	width: 49%;
	max-width: 560px;
}

.index #content04 #tenpo-wrap01 {
	width: 1200px;
	margin: 0 auto;
}

.index #content04 #tenpo-wrap01 .sp-cont.banner01 {
	margin: 0 auto 24px;
}

.index #content04 #tenpo-wrap01 .sp-cont.banner01 img {
	width: 100%;
	height: auto;
}

.index #content04 #tenpo-wrap01 .column-1,
.index #content04 #tenpo-wrap01 .column-1 li:not(:last-child){
	margin-bottom: 20px;
}

.index #content04 #tenpo-wrap01 .column-3 {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.index #content04 #tenpo-wrap01 .column-3 li {
	width: 32%;
	max-width: 380px;
	margin-right: 2%;
	margin-bottom: 20px;
}

.index #content04 #tenpo-wrap01 .column-3 li:nth-child(3n) {
	margin-right: 0;
}

.index #content04 #tenpo-wrap01 .column-1 li,
.index #content04 #tenpo-wrap01 .column-1 li a,
.index #content04 #tenpo-wrap01 .column-3 li,
.index #content04 #tenpo-wrap01 .column-3 li a {
	line-height: 0;
}


.index #content04 #tenpo-wrap01 .column-1 li a:hover,
.index #content04 #tenpo-wrap01 .column-3 li a:hover {
	opacity: 0.7;
}

.index #content04 #tenpo-wrap01 .column-1 li a img,
.index #content04 #tenpo-wrap01 .column-3 li a img {
	width: 100%;
	height: auto;
	border: none;
}

/* アニメーション部分 */
.index #content04 #tenpo-wrap01 .tenpo-pops.flipInX {
	transition: 1s;
	position: relative;
}

.index #content04 #tenpo-wrap01 .tenpo02.flipInX {
	animation-delay: 0.2s;
}

.index #content04 #tenpo-wrap01 .tenpo03.flipInX {
	animation-delay: 0.4s;
}

.index #content04 #tenpo-wrap01 .tenpo04.flipInX {
	animation-delay: 0.6s;
}

.index #content04 #tenpo-wrap01 .tenpo05.flipInX {
	animation-delay: 0.8s;
}

.index #content04 #tenpo-wrap01 .tenpo06.flipInX {
	animation-delay: 1s;
}

.index #content04 #tenpo-wrap01 .tenpo07.flipInX {
	animation-delay: 1.2s;
}

.index #content04 #tenpo-wrap01 .tenpo08.flipInX {
	animation-delay: 1.4s;
}

.index #content04 #tenpo-wrap01 .tenpo09.flipInX {
	animation-delay: 1.6s;
}

.index #content04 #tenpo-wrap01 .tenpo10.flipInX {
	animation-delay: 1.8s;
}

.index #content04 #tenpo-wrap01 .tenpo11.flipInX {
	animation-delay: 2s;
}

.index #content04 #tenpo-wrap01 .tenpo12.flipInX {
	animation-delay: 2.2s;
}

.index #content04 #tenpo-wrap01 .tenpo13.flipInX {
	animation-delay: 2.4s;
}

.index #content04 #tenpo-wrap01 .tenpo14.flipInX {
	animation-delay: 2.6s;
}

.index #content04 #tenpo-wrap01 .tenpo15.flipInX {
	animation-delay: 2.8s;
}

@media all and (-ms-high-contrast:none){

}
/* アニメーション終了 */

.index #content04 #tenpo-wrap01 a:hover {
	opacity: 0.7;
}

/* ポップアップ部分 */
.ajax-wrapper {
	width: 832px;
	margin: 0 auto;
	padding: 16px 20px;
	background: #fffae8;
	border: 4px solid #fff;
	box-sizing: border-box;
	position: relative;
}

.ajax-wrapper .inner {
}

.ajax-wrapper .inner h1 {
	text-align: center;
	line-height: 1.2;
	font-size: 300%;
}

.ajax-wrapper .inner h1 + p {
	margin-bottom: 8px;
	text-align: center;
}

.ajax-wrapper .inner ul.pop-main-img {
	width: 80%;
	width: 660px;/*画像サイズ*/
	margin: 0 auto 16px;
} 

.ajax-wrapper .inner ul.pop-main-img li {
	position: relative;
}

.ajax-wrapper .inner ul.pop-main-img li:not(:first-child) {
	display: none;
}

.ajax-wrapper .inner ul.pop-main-img li img {
	width: 100%;
	height: auto;
}

.ajax-wrapper .inner ul.pop-main-img li .sup {
	display: block;
	padding: 6px 20px 4px 16px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 150%;
	position: absolute;
	bottom: 40px;
	left: 0;
}

.ajax-wrapper .inner ul.pop-slide-navi {
	width: 660px;/*画像サイズ*/
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}

.ajax-wrapper .inner ul.pop-slide-navi li {
	margin-right: 12px;
}

.ajax-wrapper .inner ul.pop-slide-navi li:nth-child(6n),
.ajax-wrapper .inner ul.pop-slide-navi li:last-child {
	margin-right: 0;
}

.ajax-wrapper .inner p.news01 {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.ajax-wrapper .inner .colmun-02 {
	width: 782px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.ajax-wrapper .inner .colmun-02 .boxes {
	width: 390px;
}

.ajax-wrapper .inner .colmun-02 .boxes h2 {
	margin-bottom: 10px;
}

.ajax-wrapper .inner .colmun-02 .box p:not(:last-child) {
	margin-bottom: 10px;
}

.ajax-wrapper .inner .colmun-02 .box02 p:not(:last-child) {
	margin-bottom: 10px;
	text-align: center;
}

.ajax-wrapper .inner .colmun-02 .box02 p:last-child {
	width: 40%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}

.ajax-wrapper .inner .colmun-02 .box02 p:last-child a {
	display: block;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
}

.ajax-wrapper .inner .colmun-02 .box02 p:last-child a:hover {
	text-decoration: underline;
}

.ajax-wrapper .prev {
	display: none;
}
/* ポップアップ部分終了 */

/*** コンテンツ05 セレッソ大阪(コンテンツ02 わなかNEWSの下 もしくはコンテンツ06 イベントの下) ***/
.index #content05 {
	padding: 0;
	background: #EEA4B8;
}

.index #content05 .c-inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../img/index_content05-bg01.png) no-repeat left bottom;
	position: relative;
}

.index #content05 .c-inner p.attract {
	margin-bottom: 16px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

.index #content05 .c-inner p.attract .bold {
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px 2em;
	background: #fff;
	border-radius: 3px;
	font-size: 110%;
	color: #f00;
}

.index #content05 .c-inner p.banner {
	padding-bottom: 50px;
	text-align: center;
}

.index #content05 .c-inner p.banner a {
	transition: 0.3s;
}

.index #content05 .c-inner p.banner a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/* アニメーション部分 */
.index #content05 .c-inner p#c05-pict01 {
	bottom: 50px;
	right: -50px;
}

.index #content05 .c-inner p#c05-pict01.on {
	right: 0;
	opacity: 1;
	transition: 1s;
}
/* アニメーション部分終わり */

/*** コンテンツ08 わなかの動画(コンテンツ04 わなかの店舗一覧の下) ***/
.index #content08 h1 {
	width: 96%;
	max-width: 493px;
	margin: 0 auto 20px;
}

.index #content08 h1 img {
	width: 100%;
	height: auto;
}

.index #content08 .movie {
	width: 96%;
	max-width: 720px;
	margin: 0 auto 20px;
}

.index #content08 .movie.movie01 {
	margin-bottom: 80px;
}

.index #content08 .movie iframe {
	width: 100%;
}

.index #content08 .link {
	width: 96%;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.index #content08 .link a {
	display: block;
	padding: 10px 0;
	background: #ea5506;
	border-radius: 5px;
	color: #fff;
}

.index #content08 .link a:hover {
	background: #f6ad49;
	text-decoration: none;
}

.index #content08 .sp-cont.banner02 {
	width: 96%;
	margin: 48px auto 0;
}

.index #content08 .sp-cont.banner02 img {
	width: 100%;
	height: auto;
}

/*** 下層ページ共通 ***/
body:not(.index) #content01 {
	padding-top: 168px;
}

body:not(.index) .contents h1 {
	margin-bottom: 20px;
	text-align: center;
}

/*** わなかのメニュー ***/
.menu .smallfont {
	font-size: 90%;
}

.menu .bold {
	font-weight: bold;
}

.menu .red {
	color: #900;
}

body.menu #content01 {
	padding-top: 80px;
}

.menu #content01 p {
	line-height: 0;
}

.menu #content01 p img {
	width: 100%;
	height: auto;
}

.menu #content02 {
	padding: 60px 0;
	background: url(../img/content03-background01.jpg);
}

.menu #content02 h1 {
	margin-bottom: 60px;
}

.menu #content02 .c-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.menu #content02 .c-inner .column-2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.menu #content02 .c-inner .column-2 .menu-box {
	width: 49%;
	padding: 2%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	position: relative;
}
.menu #content02 .c-inner h2 img {
	width: 100%;
	height: auto;
}

.menu #content02 .c-inner .column-2 .menu-box p.pict img {
	width: 100%;
	height: auto;
}

.menu #content02 .c-inner .column-2 .menu-box p.toruchan {
	position: absolute;
	right: -20px;
	bottom: -10px;
}

/* たこ焼部分 */
.menu #content02 .c-inner .column-2#main-menu {
	position: relative;
	z-index: 0;
}

.menu #content02 .c-inner .column-2#main-menu h2 {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;
}

.menu #content02 .c-inner .column-2#main-menu h2 img {
	width: 70%;
}

.menu #content02 .c-inner .column-2#main-menu .menu-box {
	width: 50%;
}

.menu #content02 .c-inner .column-2#main-menu .menu-box:first-child h2 img {
	width: 100%;
	height: auto;
}

.menu #content02 .c-inner .column-2#main-menu .menu-box:last-child img {
	max-width: 616px;
}

.menu #content02 .c-inner #reco {
	width: 50%;
	margin: 0 auto 30px;
	padding: 2%;
	background: rgba(255, 255, 255, 0.5);
}

.menu #content02 .c-inner #reco h2 {
	margin-bottom: 16px;
	text-align: center;
}

.menu #content02 .c-inner #reco h2 img {
	width: 50%;
}

/* 期間限定 梅ソース＆トマトソースの間 */
.menu #content02 .c-inner #reco p:not(:last-child) {
	margin-bottom: 16px;
}

.menu #content02 .c-inner #reco p .bold {
	display: block;
	margin-bottom: 4px;
}
/* 期間限定 梅ソース＆トマトソースの間 ここまで */

.menu #content02 .c-inner #other {
	width: 50%;
	margin: 0 auto;
	padding: 2%;
	background: rgba(255, 255, 255, 0.5);
}

.menu #content02 .c-inner #other p.img img {
	width: 100%;
	max-width: 640px;
	height: auto;
}

.menu #content02 .c-inner #other p.text {
	text-align: center;
	color: #F00;
	font-weight: bold;
}

.menu #content02 .c-inner #other p.text:not(:last-child) {
	margin-bottom: 20px;
}

/*** わなかのメニュー02 ※cont01・cont02一部はそのまま ***/
.menu02 #content02 h1 {
	margin-bottom: 32px;
}

.menu02 #content02 h2 {
	margin-bottom: 16px;
}

.menu02 #content02 h2.special {
	margin-top: 40px;
}

.menu02 #content02 .column-3 {
	display: flex;
	flex-wrap: wrap;
}

.menu02 #content02 .column-3 li {
	width: 32%;
	max-width: 380px;
	margin-right: 2%;
	margin-bottom: 20px;
}

.menu02 #content02 .column-3 li.vertical {
	text-align: center;
}

.menu02 #content02 .column-3 li:nth-child(3n) {
	margin-right: 0;
}

.menu02 #content02 .picts li img {
	width: 100%;
	height: auto;
}

.menu02 #content02 .picts li.vertical:nth-child(2) img {
	width: auto;
	height: 240px;
}

.menu02 #content02 .texts {
	align-self: flex-start;
}

.menu02 #content02 .texts li {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}

.menu02 #content02 .main-list.texts li:nth-child(2),
.menu02 #content02 .main-list.texts li:nth-child(3) {
	align-self: flex-start;
}

.menu02 #content02 .texts li .title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 140%;
}

.menu02 #content02 .texts li .title .sup01 {
	color: #F00;
	font-size: 70%;
}

.menu02 #content02 .texts li:first-child p.title.red {
	margin-top: 10px;
}

.menu02 #content02 .texts li:first-child .aji-list li {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	background: transparent;
}

.menu02 #content02 .texts li:first-child .aji-list li:last-child {
	margin-bottom: 0;
}

.menu02 #content02 .texts li .sup02 {
	color: #900;
	font-size: 90%;
}


/*** 会社概要 ***/
.company #content01 {
	padding-bottom: 60px;
	background: #F5EDD8;
}

.company #content01 .red {
	color: #900;
}

.company #content01 .c-inner {
	width: 800px;
	margin: 0 auto;
}

.company #content01 .c-inner h2 {
	margin-bottom: 10px;
	text-align: center;
}

.company #content01 .c-inner p.idea {
	text-align: center;
	margin-bottom: 40px;
}

.company #content01 .c-inner p.idea img {
	width: 100%;
	max-width: 640px;
	height: auto;
}

/*dl共通部分*/
.company #content01 .c-inner dl {
	overflow: hidden;
}

.company #content01 .c-inner dl .sup {
	color: #900;
	font-size: 90%;
}

.company #content01 .c-inner dl dt {
	clear: both;
	float: left;
	margin-bottom: 16px;
	padding-bottom: 4px;
}

.company #content01 .c-inner dl dd {
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #432f2f;
}
/*dl共通部分終わり*/

.company #content01 .c-inner dl.about {
	width: 60%;
	margin: 0 auto 40px;
}

.company #content01 .c-inner dl.about dd {
	padding-left: 5em;
}

.company #content01 .c-inner dl.about dd a {
	font-weight: bold;
}

.company #content01 .c-inner dl.about dd a:hover {
	text-decoration: none;
}

.company #content01 .c-inner dl.history dd {
	padding-left: 12em;
}

.company #content01 .c-inner dl.history dd .month {
	display: inline-block;
	width: 3em;
}

.company #content01 .c-inner dl.history dd .text{
	
}

/*** お問い合わせ（メディアページと共有）***/
.contact #content01,
.media #content02 {
	padding-bottom: 60px;
	background: #F5EDD8;
}

.contact #content01 .red,
.media #content02 .red {
	color: #900;
}

.contact #content01 .c-inner,
.media #content02 .c-inner {
	width: 800px;
	margin: 0 auto;
}

.contact #content01 .c-inner p,
.media #content02 .c-inner p {
	margin-bottom: 40px;
}

.contact #content01 .c-inner p.sup {
	margin-bottom: 30px;
	font-size: 90%;
	font-weight: bold;
}

.contact #content01 .c-inner dl dd,
.media #content02 .c-inner dl dd {
	margin-bottom: 16px;
}

.contact #content01 .c-inner dl dd input[type="text"],
.media #content02 .c-inner dl dd input[type="text"],
.contact #content01 .c-inner dl dd input[type="tel"],
.media #content02 .c-inner dl dd input[type="tel"],
.contact #content01 .c-inner dl dd input[type="email"],
.media #content02 .c-inner dl dd input[type="email"],
.contact #content02 .c-inner dl dd select,
.media #content02 .c-inner dl dd select {
	width: 60%;
	padding: 8px;
	font-size: 100%;
}

.contact #content01 .c-inner dl dd textarea,
.media #content02 .c-inner dl dd textarea {
	width: 100%;
	padding: 8px;
}

.contact #content01 .c-inner p input[type="submit"],
.media #content02 .c-inner p input[type="submit"] {
	padding: 4px 16px;
}

/*** メディア・雑誌掲載の問い合わせ ***/
body.media #content01 {
	padding-top: 80px;
}

.media #content01 p {
	line-height: 0;
}

.media #content01 p img {
	width: 100%;
	height: auto;
}

.media #content02 {
	padding: 60px 0;
}

.media #content02 .c-inner {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}

.media #content02 .c-inner > p:first-child {
	text-align: center;
}

.media #content02 .tel {
	width: 94%;
	max-width: 386px;
	margin: 24px auto;
}

.media #content02 .tel a {
	pointer-events: none;
}

.media #content02 .tel a img {
	width: 100%;
	height: auto;
}

.media #content02 .tel {
	padding: 24px 0;
}

.media #content02 form .sup {
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

/*** わなかの活動記録（イベント参加情報） ***/
.event-log .red {
	color: #900;
}

.event-log .small {
	font-size: 90%;
}

.event-log #content01 {
	padding: 120px 0 60px;
	background: #F5EDD8;
}

.event-log #content01 h1 + p {
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
}

.event-log .c-inner {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.event-log .activity-wrap ul li {
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}

.event-log .activity-wrap ul li:not(:last-child) {
	margin-bottom: 30px;
}

.event-log .activity-wrap ul li.column-2 {
	display: flex;
	justify-content: space-between;
}

.event-log .activity-wrap ul li h2 {
	margin-bottom: 8px;
	font-size: 110%;
}

.event-log .activity-wrap ul li .date {
	margin-bottom: 16px;
	font-size: 90%;
	font-weight: bold;
	color: #A1200D;
}

.event-log .activity-wrap ul li .text {
	width: 54%;
}

.event-log .activity-wrap ul li .text h3 {
	margin-bottom: 8px;
	font-weight: normal;
}

.event-log .activity-wrap ul li .text .wrap01 {
	margin-top: 16px;
}

.event-log .activity-wrap ul li .text ul {
	margin-left: 1.5em;
	list-style: disc;
}

.event-log .activity-wrap ul li .text ul li {
	margin-bottom: 8px;
	padding: 0;
	background-color: transparent;
}

.event-log .activity-wrap ul li .pict {
	width: 42%;
	max-width: 420px;
}

.event-log .activity-wrap ul li .pict h3 {
	margin-bottom: 4px;
	font-size: 100%;
}

.event-log .activity-wrap ul li .w100 img {
	width: 100%;
	height: auto;
}

.event-log .activity-wrap ul li .pict .column-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.event-log .activity-wrap ul li .pict .column-2 li {
	width: 49%;
	margin-bottom: 16px;
	padding: 0;
}

/*** わなかの復興支援（応援しまっせ～プロジェクト） ***/
.ouen #content01 {
	padding: 120px 0 60px;
	background: #F5EDD8;
}

.ouen .c-inner {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.ouen .activity-wrap {
	margin-bottom: 30px;
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}

.ouen .activity-wrap h2 {
	margin-bottom: 16px;
	text-align: center;
	font-weight: normal;
	font-size: 110%;
}

.ouen .activity-wrap .text {
	margin-bottom: 16px;
}

.ouen .activity-wrap h2 .sub {
	display: block;
}

.ouen .activity-wrap .text p:not(:last-child) {
	margin-bottom: 10px;
}

.ouen .activity-wrap .picts {
	display: flex;
	flex-wrap: wrap;
}

.ouen .activity-wrap .picts li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.ouen .activity-wrap .picts li img {
	width: 100%;
	height: auto;
}

/*** お知らせページ ***/
/* お知らせページ共通 */
.oshirase h2 {
	font-weight: normal;
	font-size: 100%;
}
.oshirase #content01 {
	background: #F5EDD8;
}

.oshirase .c-inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.oshirase .c-inner p {
	margin-bottom: 10px;
}

.oshirase .c-inner p.sup01 {
	margin-bottom: 6px;
}

.oshirase .c-inner p.cont-mainimg {
	margin: 0 auto 16px;
	text-align: center;
}

.oshirase .c-inner p.cont-mainimg img {
	width: 100%;
	height: auto;
}

.oshirase .c-inner p.cont-mainimg + p {
	margin-bottom: 30px;
}

.oshirase .box01 {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

.oshirase .bold {
	font-weight: bold;
}

.oshirase .red {
	color: #900;
}

.oshirase .red02 {
	color: #f00;
}

/* お知らせ01 DAZNコラボ */
#oshirase01 .c-inner p.cont-mainimg {
	max-width: 968px;
}

#oshirase01 h2 { 
	margin-bottom:16px;
	padding:10px 16px;
	background:#FC6;
	font-size:120%;
}

#oshirase01 p.sup02 { 
	display: inline-block;
	margin-bottom: 16px;
	padding:10px;
	background: #f08300;
	color: #fff;
}

#oshirase01 ul:not(:last-child) { 
	margin-bottom: 20px;
}

#oshirase01 p.link a { 
	display: inline-block;
	padding: 10px;
	background: #DA156D;
	border-radius: 5px;
	color: #fff;
}

#oshirase01 p.link a:hover { 
	text-decoration: none;
	opacity: 0.7;
}

/*** 年末年始のお知らせ ***/
.nenmatsu .smallfont {
	font-size: 90%;
}

.nenmatsu .bold {
	font-weight: bold;
}

.nenmatsu .red {
	color: #900;
}

body.nenmatsu #content01 {
	padding-top: 80px;
}

.nenmatsu #content01 p {
	line-height: 0;
}

.nenmatsu #content01 p img {
	width: 100%;
	height: auto;
}

.nenmatsu #content02 {
	padding: 60px 0;
	background: url(../img/content03-background01.jpg);
}

.nenmatsu #content02 h1 {
	margin-bottom: 30px;
	font-size: 150%;
}

.nenmatsu #content02 .c-inner {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

.nenmatsu #content02 h2 {
	margin-bottom: 10px;
	font-size: 120%;
}

.nenmatsu #content02 h2 + p {
	margin-bottom: 10px;
}

.nenmatsu #content02 h2 + p img {
	width: 100%;
	height: auto;
}

.nenmatsu #content02 .info {
	margin-bottom: 50px;
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: space-between;
}

.nenmatsu #content02 .info dl {
	width: 50%;
}

.nenmatsu #content02 .info dl dt {
	margin-bottom: 4px;
	font-weight: bold;
}

.nenmatsu #content02 .info dl dd:not(:last-child) {
	margin-bottom: 16px;
}

.nenmatsu #content02 .info .pict {
	width: 49%;
	max-width: 330px;
}

.nenmatsu #content02 .info .pict img {
	width: 100%;
	height: auto;
}

/*** 幅○○以下モニター ***/
@media screen and (max-width:1500px) {
	#recruit-navi {
		right: 1%;
	}
}

@media screen and (max-width:1250px) {	
	/*** 求人ページボタンと上へ移動ボタン ***/
	#recruit-navi,
	#page-top {
		right: 1%;
	}
	
	/*** コンテンツ02 最新情報・催事情報 ***/
	/* アニメーション部分 */
	.index #content02 .info-wrap p#c02-pict01 {
		display: none;
	}
	
	.index #content02 .info-wrap p#c02-pict02 {
		display: none;
	}
	
	/***** コンテンツ03 MENU *****/
	/* タコイラストと銅板 */
	.index #content03 p#c03-pict05 {
		right: 1%;
	}
	
	.index #content03 p#c03-pict10 {
		left: 2%;
	}
	
	/***** コンテンツ04 わなかの店舗一覧 *****/
	.index #content04 {
		padding: 120px 0 50px;
		background: #fff;
	}

	.index #content04 #tenpo-wrap01 {
		width: 96%;
	}
}

@media screen and (max-width:1170px) {	
	/*** コンテンツ02 最新情報・催事情報 ***/
	/* アニメーション部分 */
	.index #content02 .info-wrap p#c02-pict01 {
		display: none;
	}
	
	.index #content02 .info-wrap p#c02-pict02 {
		display: none;
	}
	
	/*** わなかのメニュー ***/
	.menu #content02 .c-inner .column-2#main-menu h2 img {
		width: 50%;
	}
	
	.menu #content02 .c-inner .column-2 .menu-box p.toruchan {
		right: -40px;
	}
	
	/*** コンテンツ05 セレッソ大阪(コンテンツ02 わなかNEWSの下 もしくはコンテンツ06 イベントの下) ***/
	.index #content05 .c-inner {
		width: 96%;
		background: none;
	}
	
	/* アニメーション部分 */
	.index #content05 .c-inner p#c05-pict01 {
		width: 22%;
		bottom: inherit;
		top: -70px;
		right: 0;
	}
	
	.index #content05 .c-inner p#c05-pict01 img {
		width: 100%;
		max-width: 140px;
		height: auto;
		display: none;/*今期は隠す*/
	}
	
	.index #content05 .c-inner p#c05-pict01.on {
		right: 4px;
		transition-duration: 0.7s;
	}
	
	/*イベント告知 画像部分*/
	.index #content05 .c-inner p.banner a img {
		width: 100%;
		max-width: 800px; /*画像サイズ*/
		height: auto;
	}
	
	/*** コンテンツ04 店舗一覧 ムービー調整 ***/
	.index #content04 #tenpo-movie-wrap {
		width: 96%;
		max-width: 560px;
		display: block;
	}
	
	.index #content04 #tenpo-movie-wrap iframe {
		width: 100%;
	}
	
	.index #content04 #tenpo-movie-wrap iframe:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1024px) {	
	/*** ヘッダー ***/	
	header #h-inner {
		width: 100%;
	}
	
	header #h-inner nav ul {
		width: 78%;
		bottom: 14px;
	}
	
	header #h-inner nav ul.sns {
		top: 12px;
	}
	
	header #h-inner nav ul li:first-child, 
	.index #key #gnav-area01 nav ul li:first-child {
		margin-right: 3%;
	}
	
	header #h-inner nav p:last-child {
	
	}
	
	/*** フッター ***/
	footer .f-areas .f-inner {
		width: 96%;
		margin: 0 auto;
	}
	
	footer #f-area02 ul#f-nav {
		margin-bottom: 70px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	footer #f-area02 ul#f-nav li {
		margin-bottom: 16px;
	}
	
	footer #f-area02 ul#f-nav li:not(:last-child) {
		margin-right: 16px;
	}
	
	/* 求人ページリンク */	
	#recruit-navi {
		top: 50px;
	}
	
	/*** トップページ ***/
	/** キーイメージエリア **/
	.index #key #logo-area .s-inner {
		width: 98%;
		left: 0%;
		margin-left: 0;
	}
	
	/** コンテンツ07 歴史 **/
	.index #content07 .c-inner {
		width: 90%;
		padding-left: 0;
		z-index: 0;
	}
	/* アニメーション部分 */
	.index #content07 .c-inner p#c01-pict01.on {
		z-index: -1;
	}

	/* トリップアドバイザー用 */
	.index #TA_certificateOfExcellence164 {
		width: 92%;
	}
	
	/** コンテンツ02 お知らせ **/
	.index #content02 .info-wrap {
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
	
	.index #content02 .info-wrap dl dt .date {
		width: 16%;
	}
	
	/** 長文タイトル等微調整 **/
	.index #content02 .info-wrap dl.long-title dt .title {
		left: 4.5%;
	}
	
	/*** 下層ページ共通 ***/
	body:not(.index) #content01 .c-inner {
		width: 94%;
	}
	
	/*** わなかのメニュー ***/
	.menu #content02 .c-inner .column-2 .menu-box p.toruchan {
		right: -60px;
	}
	
	.menu #content02 .c-inner #reco {
		width: 660px;
	}
	
	.menu #content02 .c-inner #other {
		width: 660px;
	}
	
	.menu #content02 .c-inner #other p.text {
		text-align: center;
	}
	
	/*** わなかの復興支援（応援しまっせ～プロジェクト） ***/
	.ouen .c-inner.activity01 .picts li {
		width: 49%;
	}

	.ouen .c-inner.activity01 .picts li img {
		width: 100%;
		height: auto;
	}
	
	/*** お知らせページ ***/
	/* お知らせページ共通 */
	body.oshirase #content01 {
		padding-top: 280px;
	}
}

/***  ipad  ***/
@media screen and (max-width: 780px) {	
	header #h-inner,
	.index #key #gnav-area01 {
		height: 120px;	
	}
	
	header #h-inner nav ul, 
	.index #key #gnav-area01 nav ul {
		width: 78%;
		padding-top: 8px;
		flex-wrap: wrap;
	}
	
	header #h-inner nav ul li, 
	.index #key #gnav-area01 nav ul li {
		
	}
	
	header #h-inner nav ul li:first-child,
	.index #key #gnav-area01 nav ul li:first-child {
		width: 100%;
		margin-right: 0;
	}
	
	header #h-inner nav ul li:not(:first-child) {
		margin-right: 3%;
	}
	
	.index #key #gnav-area01 nav ul li:not(:first-child) {
		margin-right: 5%;
	}
	
	header #h-inner nav p:last-child, .index #key #gnav-area01 nav p:last-child {
		width: 22%;
		top: -20px;
	}
	
	header #h-inner nav p:last-child {
		top: 4px;
		right: 0;
	}
	
	header #h-inner nav p:last-child a img, .index #key #gnav-area01 nav p:last-child a img {
		width: 100%;
		height: auto;
	}

	/*jquery背景用*/
	.index #key {
		height: 768px;
	}
	
	.slick-slide img.pc-cont {
		display: none;
	}

	#recruit-navi {
		width: 24%;
	}

	/*** コンテンツ02 最新情報・催事情報 ***/
	.index #content02 .info-wrap #l-news {
		display: block;
	}

	.index #content02 .info-wrap #info01 {
		width: 100%;
		max-width: inherit;
		margin-bottom: 80px;
	}

	.index #content02 .info-wrap dl dt .block01 {
		width: inherit;
		display: flex;
	}

	.index #content02 .info-wrap dl dt .block01 .date {
		width: inherit;
		margin-right: 0.5em;
	}

	.b-num #content01 .c-inner dl dt .title {
		width: 24em;
	}

	.index #content02 .info-wrap dl dd {
		margin: 16px 5% 0 12.6em;
	}

	/*** コンテンツ03 わなかのこだわり ***/
	.index #content03 #cont03-kodawari .s-inner {
		display: block;
	}

	.index #content03 #cont03-kodawari .s-inner .text {
		width: 100%;
		max-width: inherit;
		margin-bottom: 24px;
	}

	.index #content03 #cont03-kodawari .s-inner .pict {
		width: 100%;
		max-width: 431px;
		margin: 0 auto;
	}
	
	/*** わなかのメニュー02 ※cont01・cont02一部はそのまま ***/
	.menu02 #content02 .column-3 li {
		width: 49%;
		margin-right: 0;
	}
	
	.menu02 #content02 .column-3 li:nth-child(odd),
	.menu02 #content02 .column-3 li:nth-child(3) {
		margin-right: 2%;
	}

	/*** メディア・雑誌掲載問い合わせページ ***/
	body.media #content01 {
		padding-top: 110px;
	}
	
	/*** わなかの活動記録（イベント参加情報） ***/
	.event-log .activity-wrap ul li .pict img {
		width: 100%;
		height: auto;
	}
	
	/*** わなかの復興支援（応援しまっせ～プロジェクト） ***/
}
	
/***  スマートフォン  ***/
@media screen and (max-width: 700px) {	
	.pc-cont {
		display: none;
	}
	
	.sp-cont {
		display: block;
	}
	
	/*** ヘッダー ***/
	header {
		width: 75%;
	}
	
	header #h-inner02 {
		width: 100%;
		height: 100vh;
		padding: 16px 4% 10px;
		background: url(../img/nav-background01.jpg);
		overflow-y: scroll;
	}
	
	header #h-inner02 h1 {
		margin: 8px 0 16px;
		line-height: 1;
	}
	
	header #h-inner02 h1 .logo img {
		width: 46%;
		max-width: 165px;
		height: auto;
	}

	header #h-inner02 nav ul.gnav {
		width: 100%;
		position: relative;
	}
	
	header #h-inner02 nav ul.gnav li {
		margin: 0 10px 20px 0;
	}
	
	header #h-inner02 nav ul.gnav li:nth-last-child(2) a img,
	header #h-inner02 nav ul.gnav li:last-child a img {/*オンラインショップアイコン・求人アイコン*/
		width: 50%;
		height: auto;
	}

	header #h-inner02 nav ul.sns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	header #h-inner02 nav ul.sns li:first-child a {
		/* 言語切り替え */
		padding: 0 10px;
		background: #fff;
		border-radius: 5px;
	}
	
	header #h-inner02 nav ul.sns li:first-child,
	header #h-inner02 nav ul.sns li:nth-child(2),
	header #h-inner02 nav ul.sns li:nth-child(3) {
		/* snsロゴ以外の要素 */
		width: 100%;
		margin-bottom: 8px;
	}
	
	header #h-inner02 nav ul.sns li:nth-child(4) {
		/* youtubeロゴ */
		margin-right: 10px;
	}
	
	header nav ul.sns li a img {
		width: inherit;
		height: inherit;
	}

	header #h-inner02 nav ul.sns li:nth-child(4) a img,
	header #h-inner02 nav ul.sns li:nth-child(5) a img {
		/* snsロゴ要素 */
		width: 50px;
		height: auto;
	}
	
	/*** ヘッダー開閉ボタン ***/
	#sp-menu-button {
		width: 48px;
		height: 46px;
		padding: 12px;
		background-color: rgba(255,255,255,0.7);
		position: fixed;
		top: 10px;
		right: 2%;
	}
	
	#sp-menu-button p .lines {
		width: 50%;
		height: 2px;
		background: #000;
		position: absolute;
		transition-duration: 0.5s;
	}
	
	#sp-menu-button p .line01 {
		top: 13px;
	}
	
	#sp-menu-button p .line02 {
		top: 22px;
		transition-duration: 1.5s;
	}
	
	#sp-menu-button p .line03 {
		bottom: 13px;
	}
	
	#sp-menu-button p .lines.on {
		transition-duration: 0.5s;
	}
	
	#sp-menu-button p .line01.on {
		transform: rotate(45deg);
		top: 22px;
	}
	
	#sp-menu-button p .line02.on {
		opacity: 0;
	}
	
	#sp-menu-button p .line03.on {
		transform: rotate(-45deg);
		top: 22px;
	}
	
	/*** フッター ***/
	footer .f-areas {
		padding: 40px 0;
	}

	footer #f-area01 p.logo a img {
		width: 100%;
		max-width: 338px;
		height: auto;
	}

	footer #f-area02 ul#f-nav {
		width: 10em;
		margin: 0 auto 40px;
		display: block;
		/*
		justify-content: flex-start;
		flex-wrap: wrap;
		*/
	}
	
	footer #f-area02 ul#f-nav li {
		text-align: center;
	}
	
	footer #f-area02 ul#f-nav li:not(:last-child) {
		margin-bottom: 24px;
	}
	
	footer #f-area02 ul#f-nav li a:hover {
		text-decoration: none;
	}

	footer #f-area02 p#copy {
		text-align: center;
	}
	
	/*** ページトップへ移動ボタン ***/
	#page-top {
		width: 60px;
		bottom: 10px;
		right: 1%;
	}

	#page-top .text {
		background-color: rgba(255,255,255,0.8);
		font-size: 70%;
		opacity: 1;
	}

	/*** 求人ページへ移動ボタン ***/
	#recruit-navi {
		width: 80px;
		top: 10px;
		right: 2%;
	}
	
	/*** 文字サイズ ***/
	.contents p {
		font-size: 90%;
	}
	
	/*** 改行 ***/
	.sp-textwrap {
		display: inline-block;
	}
	
	/*** 文字中央寄せ 
	.sp-text-center {
		text-align: center;
	}
	***/
	
	/***** トップページcss *****/
	
	/*** キーイメージエリア ***/
	.index #key {
		height: 55vh;
		background-position: 50% 50%;
	}
	
	.index #key h1 {
		width: 70%;
		margin-left: 15%;
	}

	.index #key h1 img {
		width: 100%;
		height: auto;
	}
	
	.index #key .s-inner {
		width: 80%;
		margin-left: 0;
		left: 10%;
	}

	/*jquery背景用*/
	.index #key .slide .slick-track .slick-slide:first-child {
		background-size: cover;
	}
	
	.index #key .slide .slick-track .slick-slide:nth-child(2) {
		background-size: cover;
	}

	.index #key .slide .slick-track .slick-slide:nth-child(3) {
		background-size: cover;
	}

	.index #key .slide .slick-track .slick-slide:nth-child(4) {
		background-size: cover;
	}

	.index #key .slide .slick-track .slick-slide:nth-child(5) {
		background-size: cover;
	}

	.index #key .slide .slick-track .slick-slide:nth-child(6) {
		background-size: cover;
	}

	.index #key .slide .slick-track .slick-slide:last-child {
		background-size: cover;
	}
	/*jquery背景用終わり*/
	
	.index #key .s-inner #gnav-area02 ul.sns {
		top: 4%;
		right: 50%;
		margin-right: -140px;
	}
	
	.index #key .s-inner #gnav-area02 ul.sns li.trip-logo {
		width: 50px;
	}

	.index #key #logo-area .s-inner p.logo {
		width: 25%;
		bottom: 6px;
	}
	
	/*** コンテンツ01 お知らせピックアップ ***/
	.index #content01 h1 {
		width: 70%;
		margin: 0 auto 10px;
	}

	.index #content01 h1 img {
		width: 100%;
		max-width: 344px;
		height: auto;
	}

	.index #content01 ul {
		display: block;
	}
	
	.index #content01 ul li {
		width: 94%;
		max-width: inherit;
		height: auto;
		margin: 0 auto 20px;
	}

	/*** コンテンツ07 歴史 ***/
	.index #content07 h1 {
		width: 94%;
		margin: 0 auto 32px;
	}
	
	.index #content07 h1 img {
		width: 100%;
		height: auto;
	}
	
	/* アニメーション部分 */
	.index #content07 .c-inner p#c01-pict01 {
		width: 50%;
		top: 30px;
		left: -80px;
		opacity: 0;
	}
	
	.index #content07 .c-inner p#c01-pict01.on {
		top: -20px;
	}
	
	.index #content07 .c-inner p#c01-pict01 img {
		width: 100%;
		height: auto;
	}
	
	.index #content07 .c-inner p#c01-pict02 {
		width: 44%;
	}
	
	.index #content07 .c-inner p#c01-pict02 img {
		width: 100%;
		height: auto;
	}
	/* アニメーション部分終了 */
	
	/*** コンテンツ02 最新情報・催事情報 ***/
	.index #content02 .info-wrap dl dt.column-2 {
		display: block;
		position: relative;
	}

	.index #content02 .info-wrap dl dt .block01 {
		margin-bottom: 8px;
		align-items: center;
	}
	
	.index #content02 .info-wrap {
		width: 96%;
		margin: 0 auto;
		display: block;
	}
	
	.index #content02 .info-wrap h2 {
		margin-bottom: 10px;
		font-size: 180%;
	}

	/* アニメーション部分終了 */
	
	/** 通常時css **/
	.index #content02 .info-wrap dl,
	.b-num #content01 .c-inner dl {
		width: 100%;
		padding: 16px 1%;
	}

	.index #content02 .info-wrap dl dt,
	.b-num #content01 .c-inner dl dt {
		display: block;
	}

	.index #content02 .info-wrap dl dt .date,
	.b-num #content01 .c-inner dl dt .date {
		float: left;
		display: block;
		width: inherit;
		font-weight: bold;
	}
	
	.index #content02 .info-wrap dl dt .o-mark,
	.index #content02 .info-wrap dl dt .s-mark,
	.b-num #content01 .c-inner dl dt .o-mark,
	.b-num #content01 .c-inner dl dt .s-mark {
		float: left;
		margin: 0 0 6px 10px;
	}
	
	.index #content02 .info-wrap dl dt .title,
	.b-num #content01 .c-inner dl dt .title {
		clear: both;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.index #content02 .info-wrap dl dt .button-wrap,
	.b-num #content01 .c-inner dl dt .button-wrap {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.index #content02 .info-wrap dl dt .buttons,
	.b-num #content01 .c-inner dl dt .buttons {

	}
	
	.index #content02 .info-wrap dl dd,
	.index #content02 .info-wrap dl.saiji dd,
	.b-num #content01 .c-inner dl dd,
	.b-num #content01 .c-inner dl.saiji dd {
		margin: 16px 5% 0 0;
	}
	
	.index #content02 .info-wrap dl dd a,
	.b-num #content01 .c-inner dl dd a {
		display: block;
		word-wrap: break-word;
		text-decoration: underline;
		color: #900;
	}
	
	/** 長文タイトル等微調整 **/
	.index #content02 .info-wrap dl.long-title dt .title {
		left: 0;
	}
	
	/* トリップアドバイザー */
	.index #content02 #CDSSCROLLINGRAVE.wide {
		width: 98%;
	}
	/** 通常時css終わり **/
	
	/*** コンテンツ03 メニュー紹介 ***/
	.index #content03 {
		padding-bottom: 0;
	}

	.index #content03 .s-inner {
		width: 96%;
	}
	
	.index #content03 .koda-aji {
		width: 96%;
		margin: 0 auto;
		padding: 32px 0 20px;
	}
	
	.index #content03 #cont03-kodawari h2 {
		margin-bottom: 10px;
	}
	
	.index #content03 #cont03-kodawari .s-inner {
		display: block;
	}
	
	.index #content03 #cont03-kodawari .block {
		width: 100%;
		max-width: inherit;
	}
	
	/* タコイラストと銅板 */
	/*
	.index #content03 p#c03-pict05 {
		width: 50%;
		right: 0;
		bottom: -100px;
	}
	
	.index #content03 p#c03-pict05 img {
		width: 100%;
		height: auto;
	}
	
	.index #content03 p#c03-pict05.on {
		transition: 0.9s;
	}
	
	.index #content03 p#c03-pict10 {
		width: 32%;
		left: 5%;
		bottom: -32px;
		z-index: -1;
	}
	
	.index #content03 p#c03-pict10 img {
		width: 100%;
		height: auto;
	}
	
	.index #content03 p#c03-pict10.on {
		transition: 0.7s;
	}
	*/
	/* タコイラストと銅板 終わり */

	/* メニューページへのリンク画像拡大 */
	.index #content03 #cont03-imgs02 #c03-pict0-b {
		height: 182px;
		position: relative;
		overflow: hidden;
	}

	.index #content03 #cont03-imgs02 .img-wrap a img {
		position: absolute;
		top: 46px;
		transform: scale(2);
	}

	.index #content03 #cont03-imgs02 .s-fade a:hover img {
		transform: scale(2);
		opacity: 0.7;
	}
	/* メニューページへのリンク画像拡大 ここまで */
	
	
	/***** コンテンツ04 わなかの店舗一覧 *****/
	.index #content04 {
		padding-top: 0;
	}
	
	.index #content04 #tenpo-wrap01 .column-3 {
		margin: 0 auto;
	}
	
	.index #content04 #tenpo-wrap01 .column-3 li {
		width: 48%;
	}
	
	.index #content04 #tenpo-wrap01 .column-3 li:nth-child(2n) {
		margin-right: 0;
	}

	.index #content04 #tenpo-wrap01 .column-3 li:nth-child(odd) {
		margin-right: 4%;
	}

	.index #content04 #tenpo-wrap01 .column-1 .o-shop {
		position: relative;
		height: 240px;
		overflow: hidden;
	}

	.index #content04 #tenpo-wrap01 .column-1 .o-shop {
		position: relative;
		height: 160px;
		overflow: hidden;
	}

	.index #content04 #tenpo-wrap01 .column-1 .o-shop a img {
		position: absolute;
		top: 40px;
		transform: scale(2);
	}
	
	/*** コンテンツ05 セレッソ大阪(コンテンツ02 わなかNEWSの下 もしくはコンテンツ06 イベントの下) ***/
	.index #content05 {
		padding: 30px 0 0;
	}
	
	.index #content05 .c-inner p.attract {
		font-size: 120%;
	}
	
	.index #content05 .c-inner p.banner {
		padding-bottom: 30px;
	}

	.index #content05 .c-inner p.banner a img {
		width: 100%;
		height: auto;
	}
	/* アニメーション部分終わり */
	
	
	/*** 下層ページ共通 ***/
	body:not(.index) #content01 {
		padding-top: 60px;
	}
	
	body:not(.index) #content01 .c-inner {
		width: 94%;
	}
	
	/*** わなかのメニュー ***/
	body.menu #content01 {
		display: none;
	}

	.menu #content02 h1 {
		margin-bottom: 120px;
	}

	.menu #content02 .c-inner .column-2 {
		display: block;
		margin-bottom: 30px;
	}

	.menu #content02 .c-inner .column-2 .menu-box {
		width: 100%;
	}

	.menu #content02 .c-inner .column-2 .menu-box p.toruchan {
		width: 80px;
		right: 0;
	}

	.menu #content02 .c-inner .column-2 .menu-box p.toruchan img {
		width: 100%;
		height: auto;
	}

	/* たこ焼部分 */
	.menu #content02 .c-inner .column-2#main-menu h2 {
		top: -90px;
	}

	.menu #content02 .c-inner .column-2#main-menu h2 img {
		width: 100%;
	}

	.menu #content02 .c-inner .column-2#main-menu .menu-box {
		width: 100%;
	}

	.menu #content02 .c-inner #reco {
		width: 100%;
		padding: 4%;
	}
	
	.menu #content02 .c-inner #reco h2 {
		margin-bottom: 4px;
	}
	
	.menu #content02 .c-inner #other {
		width: 100%;
	}
	
	.menu #content02 .c-inner #other p.text {
		text-align: left;
	}
	
	/*** わなかのメニュー02 ※cont01・cont02一部はそのまま ***/
	.menu02 #content02 h1 {
		margin-bottom: 32px;
	}
	
	.menu02 #content02 .picts li {
		width: 49%;
		margin-bottom: 8px;
	}

	.menu02 #content02 .picts li.vertical {
		max-height: 160px;
	}

	.menu02 #content02 .picts li.vertical:nth-child(2) img {
		width: auto;
		max-width: 100%;
		height: 100%;
	}

	.menu02 #content02 .texts li {
		width: 100%;
	}
	
	.menu02 #content02 .texts li:nth-child(odd),
	.menu02 #content02 .texts li:nth-child(3) {
		margin-right: 0;
	}
	
	/*** 会社概要 ***/
	.company #content01 {
	
	}

	/*dl共通部分*/
	.company #content01 .c-inner dl dt {
		float: none;
		margin-bottom: 0;
		padding-bottom: 8px;
		color: #ea5506;
	}

	.company #content01 .c-inner dl dd {
		margin-bottom: 20px;
		
	}
	/*dl共通部分終わり*/

	.company #content01 .c-inner dl.about {
		width: 100%;
	}

	.company #content01 .c-inner dl.about dd {
		padding-left: 0;
	}

	.company #content01 .c-inner dl.history dd {
		padding-left: 0;
		overflow: hidden;
		line-height: 1.6;
	}
	
	.company #content01 .c-inner dl.history dd .month {
		font-weight: bold;
	}
	
	/*** お問い合わせ（メディアページと共有） ***/	
	.contact #content01 .c-inner dl dd input[type="text"],
	.media #content02 .c-inner dl dd input[type="text"],
	.contact #content01 .c-inner dl dd input[type="tel"],
	.media #content02 .c-inner dl dd input[type="tel"],
	.contact #content01 .c-inner dl dd input[type="email"],
	.media #content02 .c-inner dl dd input[type="email"] {
		width: 100%;
	}

	.contact #content01 .c-inner form p,
	.media #content02 .c-inner form p {
		text-align: center;
	}
	
	/*** お問い合わせ2（メディア・雑誌掲載の問い合わせ） ***/
	body.media #content01 {
		display: none;
	}
	
	.media #content02 .c-inner p:first-child {
		text-align: left;
	}
	
	.media #content02 .tel a {
		pointer-events: auto;
	}

	/*** お知らせページ ***/
	/* お知らせページ共通 */
	body.oshirase #content01 {
		padding-top: 120px;
	}
	
	/*** 過去のお知らせ ***/
	body.b-num #content01 {
		
	}

	/** 通常時css **/
	.b-num #content01 .c-inner dl {
		width: 100%;
		padding: 16px 1%;
	}

	.b-num #content01 .c-inner dl dt .date {
		display: block;
		width: inherit;
		font-weight: bold;
	}
	
	.b-num #content01 .c-inner dl dt .o-mark,
	.b-num #content01 .c-inner dl dt .s-mark {
		margin: 0 0 6px 10px;
	}
	
	.b-num #content01 .c-inner dl dt .title {
		clear: both;
		position: relative;
		left: 0;
		width: 80%;
	}
	
	.b-num #content01 .c-inner dl dt .buttons {
		top: 0;
		right: 1%;
	}
	
	.b-num #content01 .c-inner dl dd {
		margin: 16px 5% 0 0;
	}
	
	.b-num #content01 .c-inner dl dd a {
		display: block;
		word-wrap: break-word;
		text-decoration: underline;
		color: #900;
	}

	.b-num #content01 .c-inner dl dd img {
		max-width: 100%;
		height: auto;
	}
	
	/** 長文タイトル等微調整 **/
	.b-num #content01 .c-inner dl.long-title dt .title {
		left: 0;
	}
	
	/*** わなかの復興支援（応援しまっせ～プロジェクト） ***/
	.ouen .activity-wrap h2 img {
		width: 100%;
		height: auto;
	}

	.ouen .activity-wrap .picts li {
		width: 32%;
		margin-right: 2%;
	}
	
	.ouen .activity-wrap .picts li:nth-child(3n) {
		margin-right: 0;
	}
	
	/*** わなかの活動記録（イベント参加情報） ***/
	.event-log #content01 h1 + p {
		text-align: left;
	}
	
	.event-log .activity-wrap ul li.column-2 {
		display: block;
	}

	.event-log .activity-wrap ul li .text {
		width: 100%;
		margin-bottom: 16px;
	}

	.event-log .activity-wrap ul li .pict {
		width: 100%;
		max-width: inherit;
	}

	.event-log .activity-wrap ul li .pict.w100 img {
		width: 100%;
		height: auto;
	}
	
	/*** わなかの復興支援（応援しまっせ～プロジェクト） ***/
	body.ouen #content02 {

	}

	/*** 年末年始のお知らせ ***/
	body.nenmatsu #content01 {
		display: none;
	}

	.nenmatsu #content02 .info {
		display: block;
	}

	.nenmatsu #content02 .info dl {
		width: 100%;
		margin-bottom: 16px;
	}

	.nenmatsu #content02 .info .pict {
		width: 100%;
		max-width: inherit;
	}
}

@media screen and (max-width: 344px) {	
	footer #f-area01 p.logo img,
	.index #content01 h1 img {
		width: 100%;
		height: auto;
	}
	
	footer #f-area01{
		background: url(../img/f-background01.jpg);
	}

	/*** キーイメージエリア ***/
	.index #key {
		height: 65vh;
		background-position: 50% 50%;
	}
}
