@charset "UTF-8";
/*
Theme Name: Nightme
Theme URI:
Author: Art-Sowelu
Author URI: http://art_sowelu.com
Description: WordPress's Theme
Version: 1.0
License: Art-Sowelu
License URI: http://art_sowelu.com
Tags:
Text Domain: nightme
*/
/*----------------------------
Reset
 ----------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
html, body { height: 100vh; }
body {
	line-height: 1;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
 
ins {
	text-decoration: none;
	color: #333;
	background-color: #ff9;
}
i.material-icons {
	vertical-align: middle;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #333;
	background-color: #ff9;
}
 
del {
	text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}
 
table {
	border-spacing: 0;
	border-collapse: collapse;
}
 
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.clear {
	clear: both!important;
}
/*----------------------------
 *  全体構成
 ----------------------------*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	/*background: #fff url(../images/bodybg.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;*/
	color: #565656;
	height: 100%;
	scrollbar-base-color: #FF9900;
	position: relative;
	box-sizing: border-box;
}
div{ scrollbar-base-color:#FF9900; }/* IE用スクロールバーカラー */
div::-webkit-scrollbar { width:10px; height: auto; }/* スクロールバー幅 */
div::-webkit-scrollbar-track { background: #fff; }/* 背景 */
div::-webkit-scrollbar-thumb { background:#FF9900; }/* スクロールバー本体 */
#contents {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    position: relative;/*←相対位置*/
    width: 100%;
}
a {
	color: #ff9900;
	text-decoration: none;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
a:hover {
	color: #ffa500;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 1em 0.5em 2em;
	box-sizing: border-box;
}
.indexinner {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
section {
	display:block;
	padding:0;
	height: 100%;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin-top:0.5em;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}
h2 span {
	position: relative;
	font-size: 12px;
}
h2.searchs {
	text-align: center;
	/*color: #434343;*/
	color: #fff!important;
	/*text-shadow: 1px 1px 1px #fd5502;*/
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;
	line-height: 2.0;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
}
h2.search2 {
	/*text-align: center;
	color: #434343;
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;*/
	text-align: center;
	color: #fff!important;
	/*text-shadow: 1px 1px 1px #fd5502;*/
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;
	line-height: 2.0;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631);
}
h2.search3 {
	/*text-align: center;
	color: #434343;
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;*/
	text-align: left;
	color: #fff!important;
	/*text-shadow: 1px 1px 1px #fd5502;*/
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 1em;
	line-height: 2.0;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 50%,#feb631);
	padding: 0.1em 0.5em;
}
h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}
h3.abouttl {
	margin-top: 2em;
	margin-bottom: 0.25em;
	font-size: 18px;
	border: 2px solid #ff9900;
	text-align: center;
	color: #ff9900;
}
h3.hopettl {
	background: #fff url("images/yeloowbg.png");
	background-repeat: repeat-x;
	background-size: 8px 8px;
	background-position: left bottom 10px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 18px;
	border-bottom: 0px solid #f4ea00;
	text-align: left;
	color: #494949;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.4;
	box-sizing:border-box;
}
h4 {
	margin-top: 0.5em;
	padding:0.5em;
	font-weight: bold!important;
	font-size: 15px;
	color : #f39700;
}
p {
	margin:0;
	padding:0.5em;
}
p.dayup {
	margin:0;
	padding:0.5em;
	color: #494949;
	margin-bottom: 1.5em;
	font-size: 14px;
	text-align: right;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic!important;
}
blockquote {
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ff9600;
	background: #fff3e0;
}
iframe {
	/*width: 100%;
	max-width: 650px;
	display: block;
	border: 1px solid #ff9900!important;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 3em;*/
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	max-width: 650px;
	border: 1px solid #ff9900!important;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
::-moz-scrollbar {
    width: 10px;
	height: 10px;
}
::-moz-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-moz-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
::-o-scrollbar {
    width: 10px;
	height: 10px;
}
::-o-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-o-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
::-ms-scrollbar {
    width: 10px;
	height: 10px;
}
::-ms-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-ms-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
::scrollbar {
    width: 10px;
	height: 10px;
}
::scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::scrollbar-thumb {
  background-color: rgba(255, 153, 0, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
#lightboxOverlay {
	 position: absolute;
	 z-index: 300000!important;
}
#lightbox {
 position: absolute;
 left: 0;
 width: 100%;
 z-index: 400000;
 text-align: center;
 line-height: 0;
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-weight: normal;
}
.current {
	background: #ffa000!important;
	color: #fff!important;
	border: 1px solid #ffa000!important;
	padding: 0.1em 0.5em!important;
}
.inactive {
	background: #fff!important;
	color: #ffa000!important;
	border: 1px solid #ffa000!important;
	padding: 0.1em 0.5em!important;
}
.inactive:hover {
	background: #ffa000!important;
	color: #fff!important;
	border: 1px solid #ffa000!important;
	padding: 0.1em 0.5em!important;
}
/*----------------------------
 *  Google Mapを観る
 ----------------------------*/
.gmaplink {
	padding: 0.2em;
	font-weight: bold;
	color: #ff9900;
	display: inline-block;
}
/*----------------------------
 *  汎用クラス
 ----------------------------*/
.center {
	text-align: center!important;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.fs90 {
	font-size: 90%;
}
/*----------------------------
 *  ぱんくず
 ----------------------------*/
#breadcrumb {
	background: #ff9e25;
	box-sizing: border-box;
}
#breadcrumb ul{
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	list-style: none;
	box-sizing: border-box;
}
#breadcrumb ul li{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0.5em 1em 0.5em 0.2em;
	box-sizing: border-box;
}
#breadcrumb ul li a{
	color: #fff;
}
/*--------------------------------
　動画レスポンシブ
---------------------------------*/
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 0em;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 650px;
	height: 100%;
	display: block;
	margin: 0 auto;
}
/*----------------------------
 *  TOP横スライド
 ----------------------------*/
/* 全体のスタイル */
.swiper-container,
.swiper-container1,
.swiper-container2 {
	width: auto;
	max-width: 750px;
	height: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 2px solid #ffa500;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
/* 全スライド共通スタイル */
.swiper-slide {
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffff'%2F%3E%3C%2Fsvg%3E")!important;
}
.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffff'%2F%3E%3C%2Fsvg%3E")!important;
}
.swiper-pagination-bullet-active {
    background: #ffa500!important;
}
/*----------------------------
 *  INDEX
 ----------------------------*/
.entrancetop {
	display: block;
	margin: 3em auto;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	background: #fdf2e5;
	background: -moz-linear-gradient(top, #ffac45, #fff); 
	background: -webkit-linear-gradient(top, #ffac45, #fff); 
	background: linear-gradient(to bottom, #ffac45, #fff); 
	padding: 0.8em;
}

.entrance {
	display: table;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ff9e25;
	padding: 0;
}
.entrance .entleft {
	display: table-cell;
	width: 50%;
	max-width: 750px;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fff;
}
.entrance .entright {
	display: table-cell;
	width: 50%;
	max-width: 750px;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fdf2e5;
	text-align: center;
}
.entrance .entleft img,
.entrance .entright img {
	width: 100%;
}
.entrance .entright .playbtn{
	display: inline-block;
	background: #4787ff;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 5px #7a7a7a;
	padding: 1em 2em;
	box-sizing: border-box;
	width: 80%;
	border: 1px solid #4d6abf;
}
.entrance .entright .workbtn{
	display: inline-block;
	background: #fb66a6;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 5px #7a7a7a;
	padding: 1em 2em;
	box-sizing: border-box;
	width: 80%;
	border: 1px solid #bf4d65;
}
.entrance .entright .playbtn span{
	display: inline-block;
	background: #fff;
	color: #4787ff;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 0.1em 0.8em;
	box-sizing: border-box;
	margin-left: 1em;
}
.entrance .entright .workbtn span{
	display: inline-block;
	background: #fff;
	color: #fb66a6;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 0.1em 0.8em;
	box-sizing: border-box;
	margin-left: 1.2em;
}
.entrance .entright .workbtn:hover,
.entrance .entright .playbtn:hover {
	opacity: 0.8;
}
/* Ver2 */
.ent {
	display: table;
	max-width: 750px;
	padding: 0;
	margin: 0 auto;
}
.ent .btns{
	display: table-cell;
	max-width: 50%;
	text-align: center;
	padding: 0.5em;
}
.ent .btns img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
.ent .btns img:hover {
	opacity: 0.8;
}

/* トップ新着 */
.toplist {
	list-style: none;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.toplist li {
	list-style: none;
	box-sizing: border-box;
	position: relative;
	/*display: inline-block;*/
	width: 48%;
	min-height: 100px;
	margin: 5px;
	padding: 0.5em;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border: 2px solid #ffa500;
}
.toplist li img {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	border-radius: 8px; /* CSS3草案 */
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
}
.tpbox {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin: 0;
}
.tpbox .phts {
	box-sizing: border-box;
	display: table-cell;
	width: 40%;
	padding: 0;
	vertical-align: top;
}
.tpbox .ttls {
	box-sizing: border-box;
	display: table-cell;
	width: 60%;
	padding: 0;
	padding-left: 0.5em;
	vertical-align: top;
}
.tpbox .ttls h2 {
	box-sizing: border-box;
	color: #ffa500;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	padding: 0.2em 0.5em;
	padding-top: 0;
	text-align: left;
	margin-bottom: 0.5em;
}
.tpbox .ttls p {
	box-sizing: border-box;
	font-weight: normal;
	font-size: 12px;
	padding: 0.2em 0.5em;
	text-align: left;
}
.tpboxbtn {
	text-align: right!important;
	margin-top: 0.5em;
}
.tpboxbtn a {
	background: #ffa500;
	color: #fff;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631);
	padding: 0.2em 1em;
	box-sizing: border-box;
}
/*----------------------------
 *  ヘッダー
 ----------------------------*/
header {
	/*position: absolute;*/
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 10000;
	border-bottom: 2px solid #ffa500;
}
header h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	
}
header .inner {
	padding: 0;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 960px;
}
#headerinner {
	width: 100%;
	max-width: 960px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 ;
	margin:0 auto;
	display: table;
}
.headerLeft {
	width: 20%;
	padding: 0 ;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}

.headerLeft img {
	width: 120px;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.headerRight {
	width: 80%;
	padding: 0 ;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	box-sizing: border-box;
}
.headerRight ul {
	color: #ffa500;
	padding: 0; 	
	display:flex;
	justify-content: flex-end;
	font-size: 0;
	list-style: none;
}
.headerRight ul li{
	max-width: 25%;
    font-size: 14px;
	color: #ffa500;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
}
.headerRight ul li a {
    font-size: 14px;
	color: #ffa500;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
    display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.headerRight ul li a:hover{
	color: #ff8c00;
}
.headerRight ul li img{
	width: 100%;
    height: auto;
	margin: 0;
}
.headerRight ul li img:hover{
	opacity: 0.8;
}
/*----------------------------
   トップ用
 ----------------------------*/
header.top{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 10000;
	border-bottom: 0px solid #ffa500;
}
header.top #headerinner {
	width: 100%;
	max-width: 960px;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	padding: 0 ;
	margin:0 auto;
	display: table;
}
header.top .headerLeft {
	width: 20%;
	padding: 0 ;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
header.top .headerLeft h1 {
	margin:0;
	padding:0.5em;
}

header.top .headerLeft img {
	width: 120px;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
header.top .headerRight {
	width: 80%;
	padding: 0 ;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	box-sizing: border-box;
}
header.top .headerRight ul {
	color: #ff0000;
	padding: 0; 	
	display:flex;
	justify-content: flex-end;
	font-size: 0;
}
header.top .headerRight ul li{
	max-width: 25%;
    font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
}
header.top .headerRight ul li a {
    font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
    display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
}
header.top .headerRight ul li a:hover {
	color: #ff8c00;
}

.headerRight ul li span {
	color: #ffa500;
	font-size: 15px;
	display: block;
	line-height: 1.5;
}
.top .headerRight ul li span {
	color: #fff;
	font-size: 15px;
	display: block;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.5;
}
/*----------------------------
 *  サイドメニュー
 ----------------------------*/
nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background-color: #feaa40;
	transition: all 0.2s;
	transform: translate(300px);
	z-index: 30000;
}
nav.open {
	transform: translate(0); 
}
nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
nav ul li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
}
nav ul li:hover {
	color: #feaa40;
	background-color: #fff;
}
nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
nav ul li span{
	display: block;
	width: 100%;
	height: 100%;
}
/*----------------------------
 *  TOP追尾ヘッダー
 ----------------------------*/
#trackheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 15000;
	border-bottom: 2px solid #ffa500;
}
/*----------------------------
 *  追尾ヘッダー
 ----------------------------*/
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15000;
}
/*----------------------------
 *  メインビジュアル
 ----------------------------*/
#main {
	background: #fff url("images/topbg.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : center top;
	background-repeat : no-repeat;
	vertical-align : middle;
	
}
#main .visual{
	background:url("images/circlebg.png") ;
	background-size: 3px 3px;
	background-position : center top;
	background-repeat : repeat;
	vertical-align : middle;
	overflow: hidden;
	padding: 0 ;
	margin: 0 ;
	height: 500px;
	text-align: left;
}
#main .visual img{
	width: 80%;
	max-width: 640px;
	display: block;
	margin-top: 100px;
}
#mainwork {
	background: #fff url("images/topbg1.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : center top;
	background-repeat : no-repeat;
	vertical-align : middle;
	
}
#mainplay {
	background: #fff url("images/topbg2.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : center center;
	background-repeat : no-repeat;
	vertical-align : middle;
	
}
#mainplay .visual,
#mainwork .visual{
	/*background:url("images/circlebg.png") ;
	background-size: 3px 3px;
	background-position : center top;
	background-repeat : repeat;*/
	background: rgba(255,255,255,0) ;
	vertical-align : middle;
	overflow: hidden;
	padding: 0 ;
	margin: 0 ;
	height: 500px;
	text-align: left;
}
#mainplay .visual img,
#mainwork .visual img{
	width: 80%;
	max-width: 540px;
	display: block;
	margin-top: 100px;
}
/*----------------------------
 *  タブ切り替え全体のスタイル1
 ----------------------------*/
.scharea {
	display: block;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
}
.tab-group {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.tab-group li {
    display: block;
	width: calc(100%/6);
	box-sizing: border-box;
}
.tab {
    flex-grow: 1;
	padding: 0.5em!important;
    list-style: none;
    border: solid 1px #ffa423;
    text-align: center;
    cursor: pointer;
	box-sizing: border-box;
	color: rgba(255,150,0,1);
}
.panel-group{
	height: auto;
	box-sizing: border-box;
}
.panel{
    display: none;
}
.tab.is-active {
    color: rgba(255,255,255,1);
    transition: all 0.2s ease-out;
	background: #ffa423;
}
.panel.is-show{
    display: block;
}
/*----------------------------
 *  タブ切り替え全体のスタイル2
 ----------------------------*/
.st-group {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.st-group li {
    display: block;
	width: calc(100%/6);
	box-sizing: border-box;
}
.sttab {
    flex-grow: 1;
	padding: 0.5em!important;
    list-style: none;
    border: solid 1px #ffa423;
    text-align: center;
    cursor: pointer;
	box-sizing: border-box;
	color: rgba(255,150,0,1);
}
.stpanel-group{
	height: auto;
	box-sizing: border-box;
}
.stpanel{
    display: none;
}
.sttab.st-active {
    color: rgba(255,255,255,1);
    transition: all 0.2s ease-out;
	background: #ffa423;
}
.stpanel.st-show{
    display: block;
}
/*----------------------------
 *  エリア切り替え用タブ
 ----------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/6);
	height: 50px;
	border-bottom: 3px solid #ffa423;
	background-color: #f4f4f4;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	box-sizing: border-box;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#w_osakaTABline:checked ~ #w_osakaTABline_content,
#w_hyogoTABline:checked ~ #w_hyogoTABline_content,
#w_kyotoTABline:checked ~ #w_kyotoTABline_content,
#w_shigaTABline:checked ~ #w_shigaTABline_content,
#w_naraTABline:checked ~ #w_naraTABline_content,
#w_wakayamaTABline:checked ~ #w_wakayamaTABline_content,
#p_osakaTABline:checked ~ #p_osakaTABline_content,
#p_hyogoTABline:checked ~ #p_hyogoTABline_content,
#p_kyotoTABline:checked ~ #p_kyotoTABline_content,
#p_shigaTABline:checked ~ #p_shigaTABline_content,
#p_naraTABline:checked ~ #p_naraTABline_content,
#p_wakayamaTABline:checked ~ #p_wakayamaTABline_content,
#w_osakaTAB:checked ~ #w_osakaTAB_content,
#w_hyogoTAB:checked ~ #w_hyogoTAB_content,
#w_kyotoTAB:checked ~ #w_kyotoTAB_content,
#w_shigaTAB:checked ~ #w_shigaTAB_content,
#w_naraTAB:checked ~ #w_naraTAB_content,
#w_wakayamaTAB:checked ~ #w_wakayamaTAB_content,
#p_osakaTAB:checked ~ #p_osakaTAB_content,
#p_hyogoTAB:checked ~ #p_hyogoTAB_content,
#p_kyotoTAB:checked ~ #p_kyotoTAB_content,
#p_shigaTAB:checked ~ #p_shigaTAB_content,
#p_naraTAB:checked ~ #p_naraTAB_content,
#p_wakayamaTAB:checked ~ #p_wakayamaTAB_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #ffa423;
	color: #fff;
}
/*----------------------------
 *  トップかんたん検索分岐
 ----------------------------*/
.reference {
	text-align: center;
	display: block;
	margin: 2em auto 1em;
}
.reference a {
	text-align: center;
	display: inline-block;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;*/
	box-shadow: 0 0 5px #7a7a7a;
	border-radius: 6px;
	background: #fff;
	border: 2px solid #49af3b;
	color: #49af3b;
	font-weight: bold;
	font-size: 18px;
	padding: 0.5em 1em;
}
.reference a:hover{
	opacity: 0.8;
}
#easysearch {
	display: table;
	width: 100%;
	margin: 0 0 1em;
	padding: 0;
	box-sizing: border-box;
}
#easysearch .choice {
	display: table-cell;
	width: 20%;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
#easysearch .choice select {
	width: 100%;
	padding: 0.2em 0.4em 0.4em 0.4em;
	border: 1px solid #ff9c0e;
	font-size: 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input[type="submit"].easybtn {
	width: 100%;
	max-width: 320px;
	padding: 0.5em;
	margin: 0 auto 3em;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	box-shadow: 0 0 5px #7a7a7a;
}
input[type="submit"].easybtn:hover {
	opacity: 0.8;
}
#easysearch .cross {
	display: table-cell;
	width: 5%;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	box-sizing: border-box;
}
/*----------------------------
 *  トップフリー検索
 ----------------------------*/
#freesearch {
	display: table;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	margin: 2em auto 1em;
}
#freesearch .left{
	display: table-cell;
	box-sizing: border-box;
	width: 70%;
	vertical-align: middle;
}
#freesearch .left input[type="text"] {
	width: 100%;
	padding: 0.5em;
	margin: 0 auto;
	border: 1px solid #ff9c0e;
	color: #434343;
	font-size: 18px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#freesearch .right{
	display: table-cell;
	box-sizing: border-box;
	width: 30%;
	vertical-align: middle;
}
#freesearch .right input[type="submit"] {
	width: 90%;
	max-width: 320px;
	padding: 0.5em;
	margin: 0 auto!important;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	box-shadow: 0 0 5px #7a7a7a;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#freesearch .right input[type="submit"]:hover {
	opacity: 0.8;
}
/*----------------------------
   一覧
 ----------------------------*/
.listdatabox {
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 650px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 1em;
	box-shadow: 0 0 5px #7a7a7a;
}
.listdatabox h2 {
	color: #000;
	text-align: left;
	margin-bottom: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.2;
	padding: 0.5em;
	padding-top: 0;
}
.listdatabox .comment {
	color: #202f55;
	line-height: 1.1;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	padding: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}
.listdatabox .comment a {
	color: #202f55;
}
.listdatabox .comment a:hover {
	opacity: 0.8;
}
.listdatabox p a{
	color: #202f55;
}
.listdatabox .jump {
	margin-bottom: 2em;
	max-width: 750px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.listdatabox .jump a {
	color: #fff;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	display: inline-block;
	width: 80%;
	padding: 1em;
	box-sizing: border-box;
	box-shadow: 0 0 3px #7a7a7a;
}
.listdatabox .jump a:hover {
	color: #ffff00;
}
.listdatabox .entrybtns {
	margin: 0;
	margin-bottom: 1em;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
}
.listdatabox .entrybtns ul{
	padding: 0px;
	margin: 0 auto;
	width: 99%;
	max-width: 650px;
	box-sizing: border-box;
	display: flex; 
	font-size: 0;
	box-shadow: 0 0 3px #7a7a7a;
} 
.listdatabox .entrybtns ul li {
	list-style: none;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	width: 100%;
} 
.listdatabox .entrybtns ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #fff;
}
.listdatabox .entrybtns ul li a:hover{
	color: #ffff00;
}
.listdatabox .entrybtns ul li.web {
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-weight: bold;
}
.listdatabox .entrybtns ul li.tel {
	background: #00b7ff;
	background: -moz-linear-gradient(top, #00b7ff, #49cbfe);
	background: -webkit-linear-gradient(top, #00b7ff, #49cbfe);
	background: linear-gradient(to , #00b7ff, #49cbfe);
	color: #fff;
	font-weight: bold;
}
.listdatabox .entrybtns ul li.line {
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	color: #fff;
	font-weight: bold;
}
.listdatabox .ichirantbl {
	display: table;
	margin-bottom: 2em;
	width: 100%;
	box-sizing: border-box;
}
.listdatabox .ichirantbl .left{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.listdatabox .ichirantbl .left img{
	width: 100%;
	height: auto;
}
.listdatabox .ichirantbl .right{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	padding: 0.5em;
	padding-top: 0;
}
.listdatabox .ichirantbl .right p {
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 0;
}
.listdatabox .ichirantbl .right table {
	width: 100%;
	box-sizing: border-box;
}
.listdatabox .ichirantbl .right table th {
	width: 30%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 5px;
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.listdatabox .ichirantbl .right table td {
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
/*----------------------------
 *  オプションピックアップ
 ----------------------------*/
.pubox {
	display: block;
	margin: 3em auto 3em;
}
.pubox a {
	background: #f4f4f4 url(images/sidearrow.png);
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 18px 18px;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	list-style: none;
	font-size: 15px;
	color: #575757;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	text-align: center;
	padding: 1em 1.5em;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
	max-width: 750px;
}
ul.pickups {
	font-size: 0;
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 3em;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
ul.pickups li{
	font-size: 14px;
	box-sizing: border-box;
	list-style: none;
	width: 31%;
	margin: 5px;
}
ul.pickups li img{
	width: 100%;
	height: auto;
}
.orgline {
	display: block;
	height: 3px;
	margin-top: 4em;
	margin-bottom: 4em;
	background: #ffa000;
}
.paging {
	display: block;
	margin-top: 3em;
}
#pu {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*----------------------------
   TOPメニュー
 ----------------------------*/
ul#topmenu{
	list-style: none;
	display:flex;
	justify-content: center;
	justify-content: space-between;
	margin: 0em auto 2em;
	padding-top: 3em;
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
}
ul#topmenu li{
	width: 100%;
	margin: 2.5px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 120%;
}
ul#topmenu li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 1em 0.5em;
	box-sizing: border-box;
	color: #434343;
}
ul#topmenu li a span {
	display: block;
	font-size: 150%;
	color: #ff9600;
	font-weight: bold;
}
ul#topmenu li a:hover{
	opacity: 0.8;
}
#strat,
#w001,#w002,#w003,#w004,#w005,
#p001,#p002,#p003,#p004,#p005 {
	margin-top:-80px;
	padding-top:80px;
}
/*----------------------------
   TOPエリアから探す
 ----------------------------*/
.linesearch_p,
.linesearch_w,
.areasearch_p,
.areasearch_w {
	text-align: left;
	list-style: none;
	box-sizing: border-box;
	font-size: 0;
}
.linesearch_p p,
.linesearch_w p,
.areasearch_p p,
.areasearch_w p {
	cursor: pointer;
	padding:  1em 0.5em 1em 1.8em;
	border: 2px solid #d3d3d3;
	margin-bottom: 1px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background:#fff url("images/circlearrow.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: right 10px center;
}
.linesearch_p ul.inner,
.linesearch_w ul.inner,
.areasearch_p ul.inner,
.areasearch_w ul.inner {
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	display: none;
	text-align: left;
}
.minittls {
	background:#efeeee url("images/circlearrow.png")!important;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: right 10px center;
}
/*.areasearch_w ul.inner li{
	list-style: none;
	box-sizing: border-box;
	border-bottom: 0px dotted #ff9600;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}*/
.linesearch_p .inner li a,
.linesearch_w .inner li a,
.areasearch_p .inner li a,
.areasearch_w .inner li a {
	color: #565656;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 0.5em 1em 1em;
	box-sizing: border-box;
	font-weight: normal;
}

.listauto {
	/*list-style: none;
	box-sizing: border-box;
	border-bottom: 0px dotted #ff9600;
	font-weight: bold;
	display: block;
	width: auto;
	background: #f4f4f4;
	text-align: left;
	margin-bottom: 1px;
	font-size: 14px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
	/*box-sizing: border-box;
	border-bottom: 0px dotted #ff9600;
	font-weight: bold;
	display: inline-block;
	width: 50%;
	background: #f4f4f4;
	text-align: left;
	margin-bottom: 1px;
	font-size: 14px;
	border-right: 1px solid #ffffff;*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	list-style: none;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #f4f4f4;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	color: #434343;
	text-decoration: none;
	text-align: center;
	padding: 0.1em 0.5em;
	margin-bottom: 3px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.listin {
	list-style: none;
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;
	width: 49%;
	background: #f4f4f4;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	margin: 3px;
	margin-bottom: 1px;
}
.listin a {
	color: #565656;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 0.5em 1em 1em;
	box-sizing: border-box;
	font-weight: normal;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.listauto:hover,
.listin:hover {
	background: #ffa423;
	color: #fff!important;
	border: 1px solid #ffa423;
}
.listauto a:hover,
.listin a:hover {
	color: #fff!important;
}
/*.areasearch_w .inner li a:hover{
	background: #fdf2e5;
}
.areasearch_w .inner li a:hover{
	opacity: 0.8;
}*/
.pdli01 {
	padding-left: 3%;
	box-sizing: border-box;
	font-weight: normal!important;
}
.pdli02 {
	padding-left: 5%;
	box-sizing: border-box;
	font-weight: normal!important;
}
/*----------------------------
   求人ページ
 ----------------------------*/
.searchinner {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 0 2em 0 ;
	box-sizing: border-box;
	text-align: left;
}
/*.searchinner a {
	position: relative;
	display: inline-block;
	color: #ffa500;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	border: 2px solid #ffa500;
	padding: 0.5em;
	margin: 5px;
	width: calc(100%/3);
	width: 32%;
	text-align: center;
	font-weight: bold;
}*/
.searchinner a {
	position: relative;
	display: inline-block;
	color: #434343;
	background: #f4f4f4;
	box-sizing: border-box;
	/*border: 1px solid #f4f4f4;*/
	padding: 0.5em;
	margin: 3px;
	width: calc(100%/3);
	width: 32%;
	text-align: center;
	font-weight: normal;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.searchinner a:hover {
	color: #fff;
	background: #ffa500;
	border: 1px solid #ffa500;
}
.searchinner h3 {
	color: #ffa500;
	border-bottom: 1px solid #ffa500;
	font-size: 15px;
	margin: 2em 0 0.5em;
	text-align: center;
	font-weight: bold;
}

h1.entry-title {
	font-size: 18px;
	text-align: center;
	color: #434343;
	font-weight: bold;
	line-height: 36px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #434343;
}
h1.entry-title span {
	margin-right: 1em;
}
h1.entry-titleImg {
	font-size: 18px;
	text-align: center;
	color: #434343;
	font-weight: bold;
	line-height: 36px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.phraseare {
	color: #000;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto!important;
	margin-bottom: 10px!important;
}
.phraseare p {
	margin: 0!important;
	padding: 0!important;
}
.phrase {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.searchinnerlist {
	list-style: none;
	text-align: center;
	box-sizing: border-box;
}
.searchinnerlist li {
	list-style: none;
	position: relative;
	display: inline-block;
	color: #434343;
	background: #f4f4f4;
	box-sizing: border-box;
	/*border: 1px solid #f4f4f4;*/
	padding: 0.5em;
	margin: 3px;
	width: calc(100%/3);
	width: 32%;
	text-align: center;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.searchinnerlist li a {
	color: #434343;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.searchinnerlist li a:hover {
	color: #fff;
}
.searchinnerlist li:hover {
	color: #fff;
	background: #ffa500;
	border: 1px solid #ffa500;
	border-bottom: 1px solid #ffa500;
}
/* 応募関係 */
#entrys {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 3em;
} 
#entrys ul{
	padding: 0px;
	margin: 0 auto;
	width: 99%;
	max-width: 650px;
	box-sizing: border-box;
	display: flex; 
	font-size: 0;
	box-shadow: 0 0 3px #7a7a7a;
	list-style: none;
} 
#entrys ul li {
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
} 
#entrys ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #fff;
}
#entrys ul li a:hover{
	color: #ffff00;
}
#entrys ul li.web {
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-weight: bold;
}
#entrys ul li.tel {
	background: #00b7ff;
	background: -moz-linear-gradient(top, #00b7ff, #49cbfe);
	background: -webkit-linear-gradient(top, #00b7ff, #49cbfe);
	background: linear-gradient(to , #00b7ff, #49cbfe);
	color: #fff;
	font-weight: bold;
}
#entrys ul li.line {
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	color: #fff;
	font-weight: bold;
}
#webentry {
	margin-top: -100px;
	padding-top: 100px;
}


h2.shopttl {
	/*background: #ff9900 url("images/shopttl.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 80%;*/
	background: #ff9900;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0.5em 1em;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	
	/*text-align: center;
	color: #434343;
	color: #fff!important;
	text-shadow: 1px 1px 1px #fd5502;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 2.0;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); */
}
#datatbl {
	display: block;
	margin: 0 auto;
	/*margin-bottom: 2em;*/
	padding: 0;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
}
#datatbl .tr{
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#datatbl .th{
	display: table-cell;
	width: 20%;
	background: #efefef;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
#datatbl .td{
	display: table-cell;
	width: 30%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: middle;
	border-bottom: 1px solid #efefef;
}
#mgtable {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
}
#mgtable .tr{
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
}
#mgtable .th{
	display: table-cell;
	width: 30%;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
#mgtable .th img{
	width: 100%;
	height: auto;
}
#mgtable .tb{
	display: table-cell;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}
#mgtable .td{
	display: table-cell;
	width: 70%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
}
#mgtable .tb img,
#mgtable .td img{
	width: 100%;
	height: auto;
}
#shopmsg {
	display: block;
	background: #fff;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 0.5em;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#remarkmsg {
	display: block;
	background: #fff;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0.5em;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
#remarkmsg a {
	display: block;
}
.btnlink {
	display: block;
	margin: 1em auto;
	background: #ff9900;
	color: #fff;
	width: 100%;
	max-width: 650px;
	height: 100%;
	box-sizing: border-box;
	padding: 5em;
	text-align: center;
	clear: both;
}
ul.meritlist {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 1em auto;
	text-align: left;
}
ul.meritlist li{
	display: inline-block;
	width: 31%;
	text-align: center;
	color: #ff9900;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ff9900;
	box-sizing: border-box;
}
/*--------------------------------
パラメータ関連
---------------------------------*/
ul.status1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFF url("images/st_bgline.gif");
	background-repeat: no-repeat;
	background-size: 50% 4px;
	background-position: center center;
}
ul.status1 li{
	list-style: none;
}
ul.status1 li.stname{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
ul.status1 li.stcld{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12%;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
ul.status1 li.stcld img{
	width: 50%!important;
	height: auto;
}

ul.status2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
ul.status2 li{
	list-style: none;
}
ul.status2 li.stname{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 13px;
}
ul.status2 li.stcld{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13%;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}
ul.status2 li.stcld img{
	width: 50%!important;
	height: auto;
}
ul.status1 li.stname p,
ul.status2 li.stname p{
	font-size: 13px;
	padding: 0.2em;
}
/*--------------------------------
掲載をご希望の店舗様へ
---------------------------------*/
#hopetbl {
	display: block;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#hopetbl .tr{
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#hopetbl .th{
	display: table-cell;
	width: 40%;
	background: #efefef;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
#hopetbl .td{
	display: table-cell;
	width: 60%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: middle;
	font-size: 16px;
}
#hopetbl .td p {
	font-size: 16px;
	padding: 0.5em;
	margin:0;
}
#hopetbl .td p span,
#hopetbl .td span {
	font-weight: bold;
	font-size: 18px;
	color: #ff3636;
}
.pbls {
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 2em;
} 
.pbls .pbleft{
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
	font-size: 16px;
}
.pbls .pbright{
	display: table-cell;
	width: 60%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
	font-size: 16px;
}
.pbls .pbleft img,
.pbls .pbright img{
	width: 100%;
	height: auto;
}
.characteristic {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.characteristic li {
	width: 48%;
	display: inline-block;
	border: 1px solid #ffa500;
	box-sizing: border-box;
	margin: 5px;
	padding: 0.5em;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.characteristic li h3{
	background: #ffa500;
	color: #fff;
	box-sizing: border-box;
	padding: 0.5em;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.characteristic li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
/*--------------------------------
求人フォーム
---------------------------------*/
#entryform {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
#entryform p.itemttl {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 1em;
}
#entryform p.itemttl span {
	background: #ff9900;
	padding: 0.1em 0.4em;
	font-size: 90%;
	color: #fff;
	margin-left: 1em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#entryform .tr{
	display: table;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
#entryform .tr .td1{
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td2{
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td3{
	display: table-cell;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td4{
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ff9900;
	font-size: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.wpcf7 input[type="submit"] {
	font-size: 120%;
	font-weight: bold;
	padding: 0.8em 0.8em;
	color: #FFF;
	cursor: pointer;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	display: block;
	margin: 0 auto!important;
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.wpcf7 input[type="submit"]:hover {
	opacity: 0.8;
}
input[type="submit"] {
	font-size: 120%;
	font-weight: bold;
	padding: 0.8em 0.8em;
	color: #FFF;
	cursor: pointer;
	display: block;
	margin: 3em auto 2em!important;
	width: 100%;
	max-width: 320px;
	border: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;*/
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
/*----------------------------
   店舗ページ
 ----------------------------*/
/* 応募関係 */
#playinfo {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 3em;
} 
#playinfo ul{
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	display: block; 
	font-size: 0;
} 
#playinfo ul li {
	display: inline-block; 
	width: calc(100%/2);
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
} 
#playinfo ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #fff;
}
#playinfo ul li a:hover{
	color: #ffff00;
}
#playinfo ul li.web {
	background: #ff9900;
	color: #fff;
	font-weight: bold;
}
#playinfo ul li.tel {
	background: #00b7ff;
	color: #fff;
	font-weight: bold;
}
#playinfo ul li.line {
	background: #36c736;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------
写真スライダー店舗
---------------------------------*/
.ttlarea {
	position: relative;
	margin: 0;
	margin-top: -2em;
	padding: 0;
	overflow-y: hidden;
	height: auto;
}
.ttlarea .shopttl {
	background: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 300;
	color: #fff;
	bottom: 2.6%;
	display: block;
	width: 100%;
}
.ttlarea .shopttl .shopinner {
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.ttlarea .shopttl .shopinner h1.entry-title {
	color: #fff;
	text-align: left;
	padding: 5px;
	margin-bottom: 0em;
	border-bottom: 0px solid #434343;
}
.ttlarea .shopttl .shopinner p {
	color: #fff;
	text-align: left;
	padding: 5px;
}
.ttlarea ul.shop-item {
	margin: 0;
	display: block!important;
	position: relative;
	z-index: 100;
	padding: 0;
}
.ttlarea ul.shop-item li {
	position: relative;
	
}
.ttlarea ul.shop-item li img{
	width : 100%;
	height: auto;
	object-fit: scale-down;
	object-fit: contain;
}
.ttlarea ul.shop-item .slick-next{
	right: 20px;
	z-index: 99;
}
.ttlarea ul.shop-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.thumb-item li img{
	display: inline-block!important;
	margin: 0 auto!important;
	width : auto;
	height: 488px;
	object-fit: scale-down;
}
.thumb-item-nav {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 1em;
	background: rgba(255,255,255,0);
	padding: 1.5em 0 1.5em;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	box-sizing: border-box;
	list-style: none;
	display:flex;
	justify-content: center;
}
.thumb-item-nav li {
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.thumb-item-nav img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}
/*--------------------------------
写真スライダー店舗
---------------------------------*/
.ttlarea2 {
	position: relative;
	margin: 0;
	margin-top: -2em;
	padding: 0;
	overflow-y: hidden;
}
.ttlarea2 .shopttl {
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 300;
	color: #000;
	bottom: 2.6%;
	display: block;
	width: 100%;
}
.ttlarea2 .shopttl .shopinner {
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.ttlarea2 .shopttl .shopinner h1.entry-title {
	color: #000;
	text-align: left;
	padding: 5px;
	margin-bottom: 0em;
	border-bottom: 0px solid #434343;
}
.ttlarea2 .shopttl .shopinner p {
	color: #000;
	text-align: left;
	padding: 5px;
}
.ttlarea2 ul.shop-item {
	margin: 0;
	display: block!important;
	position: relative;
	z-index: 100;
	padding: 0;
}
.ttlarea2 ul.shop-item li {
	position: relative;
	
}
.ttlarea2 ul.shop-item li img{
	width : 100%;
	height: auto;
	object-fit: scale-down;
	object-fit: contain;
}
.ttlarea2 ul.shop-item .slick-next{
	right: 20px;
	z-index: 99;
}
.ttlarea2 ul.shop-item .slick-prev {
	left: 15px;
	z-index: 100;
}

/*--------------------------------
求人写真スライダー2
---------------------------------*/
#slider {
	width: 100%;
	margin: 0 auto 0;
}

.slide-item img {
	width: 100%;
}

#thumbnail-list {
	width: 300px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.thumbnail-item {
	flex: 0 1 30%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
.thumbnail-item:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}
/*--------------------------------
キャスト一覧
---------------------------------*/
.cast-list {
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 30px;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scrollbar-color: #ffa500 #fff;
	scrollbar-width: thin;
	-webkit-scrollbar-color: #ffa500 #fff;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-color: #ffa500 #fff;
	-moz-scrollbar-width: thin;
	-o-scrollbar-color: #ffa500 #fff;
	-o-scrollbar-width: thin;
	-ms-scrollbar-color: #ffa500 #fff;
	-ms-scrollbar-width: thin;
	
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: no-wrap;
}
.cast-list li {
	display: inline-block;
	width: 20%;
	max-width: 120px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 10px;
	word-wrap:break-word;
	height: auto;
}
.cast-list li p {
	font-size: 10px;
	padding: 5px;
	line-height: 1.0;
	word-wrap:break-word;
}
.cast-list li img {
	width: 105px;
	height: 128px;
	/*width: 100%;
	height: auto;*/
	object-fit: contain;
	display: inline-block;
}
.cast-item {
	list-style: none;
	font-size: 0;
	display: block;
	max-width: 640px;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.cast-item li {
	list-style: none;
	display: inline-block;
	/*width: 25%;
	max-width: 150px;*/
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 5px;
	word-wrap: break-word;
	word-break: break-all;
}
.cast-item li p {
	font-size: 13px;
	padding: 5px;
	line-height: 1.0;
	word-wrap: break-word;
	word-break: break-all;
}
.cast-item li img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: inline-block;
}
.slick-dots {
	color: #000;
	border : none!important;
}
.slide-arrow{
    position: absolute;
    top: 45%;
    margin-top: -15px;
	width: 30px!important;
	height: 30px!important;
	z-index: 6000!important;
}
.prev-arrow{
	left: 2%;
	width: 0;
	height: 0;
}
.next-arrow{
	right: 1.2%;
	width: 0;
	height: 0;
}
.slick-counter {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
/*--------------------------------
　枠付きエリア
---------------------------------*/
.bdrbox {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 650px;
}
.bdrboxs {
	display: block;
	box-sizing: border-box;
	border: 2px solid #ff9e25;
	padding: 1em 0.5em;
	margin: 0 auto;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.bdrboxsub {
	display: block;
	box-sizing: border-box;
	border-top: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 1em auto 0;
	/*font-size: 100%;*/
}
.bdrarea {
	display: block;
	box-sizing: border-box;
	border: 2px solid #ff9e25;
	padding: 0.5em;
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 650px;
}
.bdrzone {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 0 auto;
	margin-bottom: 2em;
	width: auto;
}
.bdrzone h3{
	display: block;
	box-sizing: border-box;
	border: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 0 auto;
	width: auto;
	color: #ff9e25;
}
.bdrzone img{
	width: 100%;
	height: auto;
}
/*----------------------------
 *  ボタン
 ----------------------------*/
.btn {
	text-align: center;
    margin: 20px 0;
    padding: 1em 2em;
    border: none;
    display: inline-block;
    background-color: #FFa500;
    box-shadow: 0 6px #a5005c;
    font-size: 180%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border-radius: .5em;
    top: 0;
    transition: .2s box-shadow,.2s top,.4s background;
}
.btn:hover {
    box-shadow: 0 0px #a5005c;
    top: 4px;
}

/*----------------------------
 *  Section背景
 ----------------------------*/
#sectop {
    background: #FFF url("images/topmain_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#sec00 {
    background: #FFF;
}
#sec01 {
    background: #fdf2e5;
}
#sec02 {
    background: #ffd09f;
}
#sec03 {
    background: #fff;
	border-top: 2px solid #ffa000;
}
.jushin {
	margin: 1em auto;
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 90%;
}
.jushin span{
	margin: 0 auto;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(255,255,255,0.8);
	text-align: center;
}
/*----------------------------
 *  Divテーブル
 ----------------------------*/
#tbl {
    display:table;
    width: 100%;
    box-sizing: border-box;
}
#tbl .tblL {
    display:table-cell;
    width: 40%;
    box-sizing: border-box;
    background: #571a86;
    padding: 0.5em;
    color:#fff;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    border-top: 2px solid #fff;
}
#tbl .tblLs {
    display:table-cell;
    width: 40%;
    box-sizing: border-box;
    background: #571a86;
    padding: 0.5em;
    color:#fff;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    border-top: 0px solid #fff;
}
#tbl .tblR {
    display:table-cell;
    width: 60%;
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 120%;
    border-right: 2px solid #571a86;
    border-top: 2px solid #571a86;
    border-bottom: 0px solid #571a86;
    border-left: 0px solid #571a86;
    vertical-align: middle;
}
#tbl .tblRs {
    display:table-cell;
    width: 60%;
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 120%;
    border-right: 2px solid #571a86;
    border-top: 2px solid #571a86;
    border-bottom: 2px solid #571a86;
    border-left: 0px solid #571a86;
    vertical-align: middle;
}
#tbl .tblR p{
    padding:0.2em;
}
#tbl .tblRs p{
    padding:0.2em;
}


/*----------------------------
 *  フッター
 ----------------------------*/
.toppage {
	text-align: center;
	background: rgba(255,255,255,0);
	padding: 0;
	display: block;
	width: auto;
	position: absolute;
	top: -30px;
	left: 47.5%;
	z-index: 3000;
}
.toppage img {
	width: 80px;
	height: auto;
	margin: 0 auto;
}
footer {
	margin-top: 4em;
	background: #ffa500;
    width: 100%;
	position: relative;
}
.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
footer h2{
	padding: 0.5em;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Gelasio', serif;
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 750px;
	margin: 2em auto 1em;
}
.ftmenu {
	display: table;
	width: 100%;
	max-width: 750px;
	margin: 0 auto 0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
.ftbox {
	display: table-cell;
	width: 33%;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 1em;
	vertical-align: top;
}
footer h3 {
	padding: 0.5em;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul{
	padding: 0.5em;
	font-size: 13px;
	list-style: none;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul li{
	padding: 0.1em 0.5em 0.1em 1.5em;
	font-size: 13px;
	list-style: none;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul li a{
	color: #fff;
}
/*----------------------------
 *  フォント関連
 ----------------------------*/
.bld {
    font-weight: bold;
}
.s50 {
    font-size: 50%;
}
.s80 {
    font-size: 80%;
}
.s110 {
    font-size: 110%;
}
.clrdp {
    color: #ff1493;
}
/*----------------------------
 *  ページトップへの戻り
 ----------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #ff9600;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*----------------------------
 *  こだわり検索
 ----------------------------*/
.scinner {
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	display: none;
	font-size: 14px;
}
.scinner2 {
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	display: block;
	font-size: 14px;
}
label input[type=checkbox] {
    display: none;
}
label span {
	box-sizing: border-box;
    background-color: #f4f4f4;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
    color: #434343;
    text-decoration: none;
    text-align: center;
	padding: 0.5em;
	margin: 5px 3px;
	width: calc(100%/3);
	width: 32%;
    cursor: pointer;
    display: inline-block;
    transition: background-color 150ms ease-in;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
label span:hover {
    background-color: #ffa500;
    color: #fff;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
label input[type=checkbox]:checked + span {
    color: #fff;
    background: #ffa500 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 13px;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
label input[type=checkbox]:checked:hover + span {
    color: #fff;
    background: #ffa500 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 15px;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
.subp {
	cursor: pointer!important;
	padding:  0.5em 0.5em 0.5em 2em!important;
	border: 2px solid #d3d3d3!important;
	margin-bottom: 1px!important;
	box-sizing: border-box!important;
	font-size: 15px!important;
	font-weight: bold!important;
	text-align: left!important;
	background:#f8f6f6 url("images/circlearrowsub.png")!important;
	background-repeat: no-repeat!important;
	background-size: 20px 20px!important;
	background-position: right 10px center!important;
}
/*----------------------------
 *  ブログリスト
 ----------------------------*/
ul.blogs {
	list-style: none;
}
ul.blogs li {
	list-style: none;
	display: table;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #ffa500;
	box-sizing: border-box;
	margin-bottom: 10px;
}
ul.blogs li .bleft {
	display: table-cell;
	box-sizing: border-box;
	padding: 0.5em;
	width: 20%;
	vertical-align: top;
}
ul.blogs li .bleft img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
ul.blogs li .bright {
	display: table-cell;
	box-sizing: border-box;
	padding: 0.5em;
	width: 80%;
	vertical-align: top;
	text-align: left;
}
ul.blogs li .bright h2 {
	box-sizing: border-box;
	padding: 0.5em 0.5em 0;
	font-size: 15px;
	text-align: left;
	margin-bottom: 0.5em;
}
ul.blogs li .bright p {
	box-sizing: border-box;
	padding: 0.1em 0.5em;
	margin: 0;
	font-size: 14px;
	text-align: left;
}
ul.blogs li .bright p span {
	box-sizing: border-box;
	padding: 0.1em 0.2em;
	margin: 0;
	margin-right: 1em;
	color: #fff;
	background: #ffa000;
	font-size: 13px;
	text-align: left;
}
ul.blogs li .bright p span a {
	color: #fff;
}
/*----------------------------
 *  シェアボタン
 ----------------------------*/
.share {
	border: 2px solid #434343;
	background: #fff;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	margin: 0 auto;
	margin-top: 2em;
	width: auto;
	max-width: 650px;
}
.share ul {
	list-style: none;
	box-sizing: border-box;
	font-size: 0;
}
.share ul li {
	list-style: none;
	display: inline-block;
	width: calc(100%/3);
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}
.share ul li span {
	font-weight: bold;
}
.share ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #434343;
	margin: 0.5em 0;
}
.share ul li a:hover {
	color: #ffa500;
}
.facebook,
.tweet,
.googleplus{
	border-right: 2px solid #434343;
}
/*----------------------------
 *  外部ブログ
 ----------------------------*/
ul.gib {
	list-style: none;
}
ul.gib li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	display: table;
	box-sizing: border-box;
	width: 100%;
}
ul.gib li .gibdate{
	width: 20%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
ul.gib li .gibtitle{
	width: 80%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
/*----------------------------
   掲載についてメニュー
 ----------------------------*/
ul#abtmenu{
	list-style: none;
	display:flex;
	justify-content: center;
	justify-content: space-between;
	margin: 0em auto;
	padding-top:0;
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
}
ul#abtmenu li{
	width: 100%;
	margin: 2.5px 0;
	text-align: center;
	border: 1px solid #ff9600;
	box-sizing: border-box;
	font-size: 90%;
	display: inline-block;
}
ul#abtmenu li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 0 0.5em;
	box-sizing: border-box;
	color: #ff9600;
	font-size: 90%;
	cursor: pointer;
}
ul#abtmenu li a span {
	display: block;
	font-size: 400%;
	color: #ff9600;
	font-weight: bold;
}
ul#abtmenu li a:hover{
	opacity: 0.8;
}
.pcnone {
	display : none;
}
.spnone {
	display : inline;
}
/*----------------------------
 *  タブレット・スマホ
 ----------------------------*/
@media screen and (max-width:766px) {
.pcnone {
	display : inline;
}
.spnone {
	display : none;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin-top:0.5em;
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}
h2 span {
	position: relative;
	font-size: 12px;
}
h2.searchs {
	text-align: center;
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
}
h2.search2 {
	text-align: center;
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
}
h2.search3 {
	text-align: left;
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
	padding: 0.1em 0.5em;
}
h3 {
	margin-bottom: 0.25em;
	font-size: 16px;
}
h3.abouttl {
	margin-top: 2em;
	margin-bottom: 0.25em;
	font-size: 14px;
	border: 2px solid #ff9900;
	text-align: center;
	color: #ff9900;
}
h3.hopettl {
	background: #fff url("images/yeloowbg.png");
	background-repeat: repeat-x;
	background-size: 5px 5px;
	background-position: left bottom 8px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 16px;
	border-bottom: 0px solid #f4ea00;
	text-align: left;
	color: #494949;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2;
	box-sizing:border-box;
}
h4 {
	margin-top: 0.5em;
	padding:0.5em;
	font-weight: bold!important;
	font-size: 14px;
	color : #f39700;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0.5em 0.5em 0.5em;
	box-sizing: border-box;
}
/*----------------------------
 *  ヘッダー
 ----------------------------*/
header {
	/*position: absolute;*/
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 10000;
	border-bottom: 2px solid #ffa500;
}
header h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	
}
header .inner {
	padding: 0;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 640px;
}
#headerinner {
	width: auto;
	max-width: 640px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 ;
	margin:0 auto;
	display: table;
}
.headerLeft {
	width: 30%;
	padding: 0 ;
	display: table-cell;
	text-align: left;
	box-sizing: border-box;
}

.headerLeft img {
	width: 120px;
	height: auto;
	vertical-align: middle;
}
.headerRight {
	width: 70%;
	padding: 0 ;
	display: table-cell;
	text-align: right;
	box-sizing: border-box;
}
.headerRight ul {
	color: #ff0000;
	padding: 0; 	
	display: block;
	font-size: 0;
}
.headerRight ul li{
	max-width: 20%;
    font-size: 14px;
    display: inline-block;
	color: #246aad;
	padding: 0.5em 0;
	text-align: right;
}
.headerRight ul li a {
    font-size: 12px;
	color: #ffa500;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
    display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.headerRight ul li a:hover{
	color: #ff8c00;
}
/*----------------------------
   トップ用
 ----------------------------*/
header.top{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 10000;
	border-bottom: 0px solid #ffa500;
}
header.top #headerinner {
	width: auto;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	padding: 0 ;
	margin:0 auto;
	display: table;
}
header.top .headerLeft {
	width: 30%;
	padding: 0 ;
	display: table-cell;
	text-align: left;
	box-sizing: border-box;
}
header.top .headerLeft h1 {
	margin:0;
	padding:0.5em;
}

header.top .headerLeft img {
	width: 120px;
	height: auto;
	vertical-align: middle;
}
header.top .headerRight {
	width: 70%;
	padding: 0 ;
	display: table-cell;
	text-align: right;
	box-sizing: border-box;
}
header.top .headerRight ul {
	color: #ff0000;
	padding: 0; 	
	display: block;
	font-size: 0;
}
header.top .headerRight ul li{
	max-width: 20%;
    font-size: 14px;
    display: inline-block;
	color: #246aad;
	padding: 0.5em 0;
	text-align: right;
}
header.top .headerRight ul li a {
    font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
    display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
}
header.top .headerRight ul li a:hover{
	color: #ff8c00;
}
.headerRight ul li span {
	color: #ffa500;
	font-size: 14px;
	display: block;
	line-height: 1.3;
}
.top .headerRight ul li span {
	color: #fff;
	font-size: 14px;
	display: block;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.3;
}
.headerRight ul li img,
.top .headerRight ul li img{
	width: 100%;
	height: auto;
}
/*----------------------------
 *  TOP追尾ヘッダー
 ----------------------------*/
#trackheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 15000;
	border-bottom: 2px solid #ffa500;
}
/*----------------------------
 *  追尾ヘッダー
 ----------------------------*/
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15000;
}
/*----------------------------
 *  メインビジュアル
 ----------------------------*/
#main {
	background: #fff url("images/topbg.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : right bottom;
	background-repeat : no-repeat;
	vertical-align : middle;
	
}
#main .visual img{
	width: 80%;
	max-width: 640px;
	display: block;
	margin: 0 auto;
	margin-top: 30%;
}
#mainwork {
	background: #fff url("images/topbg1.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : center bottom;
	background-repeat : no-repeat;
	vertical-align : middle;
	margin-bottom: 0;
}
#mainplay {
	background: #fff url("images/topbg2.jpg") ;
	padding: 0 ;
	background-size: cover;
	background-position : center top;
	background-repeat : no-repeat;
	vertical-align : middle;
	margin-bottom: 0;
}
#mainplay .visual,
#mainwork .visual{
	/*background:url("images/circlebg.png") ;
	background-size: 3px 3px;
	background-position : center top;
	background-repeat : repeat;*/
	background: rgba(255,255,255,0) ;
	vertical-align : middle;
	overflow: hidden;
	padding: 0 ;
	margin: 0 ;
	height: 240px;
	text-align: left;
}
#mainplay .visual img,
#mainwork .visual img{
	width: 60%;
	max-width: 640px;
	display: block;
	margin: 0;
	margin-top: 20%;
}
/*----------------------------
 *  タブ切り替え全体のスタイル1
 ----------------------------*/
.scharea {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.tab-group {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.tab-group li {
    display: block;
	width: calc(100%/6);
	box-sizing: border-box;
}
.tab {
    flex-grow: 1;
	padding: 0.5em!important;
    list-style: none;
    border: solid 1px #ffa423;
    text-align: center;
    cursor: pointer;
	box-sizing: border-box;
	color: rgba(255,150,0,1);
}
.panel-group{
	height: auto;
	box-sizing: border-box;
}
.panel{
    display: none;
}
.tab.is-active {
    color: rgba(255,255,255,1);
    transition: all 0.2s ease-out;
	background: #ffa423;
}
.panel.is-show{
    display: block;
}
/*----------------------------
 *  タブ切り替え全体のスタイル2
 ----------------------------*/
.st-group {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.st-group li {
    display: block;
	width: calc(100%/6);
	box-sizing: border-box;
}
.sttab {
    flex-grow: 1;
	padding: 0.5em!important;
    list-style: none;
    border: solid 1px #ffa423;
    text-align: center;
    cursor: pointer;
	box-sizing: border-box;
	color: rgba(255,150,0,1);
}
.stpanel-group{
	height: auto;
	box-sizing: border-box;
}
.stpanel{
    display: none;
}
.sttab.st-active {
    color: rgba(255,255,255,1);
    transition: all 0.2s ease-out;
	background: #ffa423;
}
.stpanel.st-show{
    display: block;
}
/*----------------------------
 *  エリア切り替え用タブ
 ----------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 20px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/6);
	height: 50px;
	border-bottom: 2px solid #ffa423;
	background-color: #f4f4f4;
	line-height: 50px;
	font-size: 13px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 0 0 0.5em 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#w_osakaTABline:checked ~ #w_osakaTABline_content,
#w_hyogoTABline:checked ~ #w_hyogoTABline_content,
#w_kyotoTABline:checked ~ #w_kyotoTABline_content,
#w_shigaTABline:checked ~ #w_shigaTABline_content,
#w_naraTABline:checked ~ #w_naraTABline_content,
#w_wakayamaTABline:checked ~ #w_wakayamaTABline_content,
#p_osakaTABline:checked ~ #p_osakaTABline_content,
#p_hyogoTABline:checked ~ #p_hyogoTABline_content,
#p_kyotoTABline:checked ~ #p_kyotoTABline_content,
#p_shigaTABline:checked ~ #p_shigaTABline_content,
#p_naraTABline:checked ~ #p_naraTABline_content,
#p_wakayamaTABline:checked ~ #p_wakayamaTABline_content,
#w_osakaTAB:checked ~ #w_osakaTAB_content,
#w_hyogoTAB:checked ~ #w_hyogoTAB_content,
#w_kyotoTAB:checked ~ #w_kyotoTAB_content,
#w_shigaTAB:checked ~ #w_shigaTAB_content,
#w_naraTAB:checked ~ #w_naraTAB_content,
#w_wakayamaTAB:checked ~ #w_wakayamaTAB_content,
#p_osakaTAB:checked ~ #p_osakaTAB_content,
#p_hyogoTAB:checked ~ #p_hyogoTAB_content,
#p_kyotoTAB:checked ~ #p_kyotoTAB_content,
#p_shigaTAB:checked ~ #p_shigaTAB_content,
#p_naraTAB:checked ~ #p_naraTAB_content,
#p_wakayamaTAB:checked ~ #p_wakayamaTAB_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #ffa423;
	color: #fff;
}
/*----------------------------
 *  トップかんたん検索分岐
 ----------------------------*/
.reference {
	text-align: center;
	display: block;
	margin: 1em auto 1em;
}
.reference a {
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	/*background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;*/
	background: #fff;
	border: 2px solid #49af3b;
	box-shadow: 0 0 5px #7a7a7a;
	border-radius: 6px;
	color: #49af3b;
	font-weight: bold;
	font-size: 14px;
	padding: 0.8em 1em;
}
.reference a:hover{
	opacity: 0.8;
}
#easysearch {
	display: table;
	width: 100%;
	margin: 0.2em 0 0.2em;
	padding: 0;
	box-sizing: border-box;
}
#easysearch .choice {
	display: table-cell;
	width: 70%;
	padding: 0.1em;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
#easysearch .choice select {
	width: 100%;
	height: 100%!important;
	text-align: center;
	padding: 0.2em 0.5em;
	border: 1px solid #ff9c0e;
	font-size: 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input[type="submit"].easybtn {
	width: 100%;
	max-width: 320px;
	padding: 0.5em;
	margin: 2em auto 1em!important;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	box-shadow: 0 0 5px #7a7a7a;
}
input[type="submit"].easybtn:hover {
	opacity: 0.8;
}
#easysearch .cross {
	display: table-cell;
	width: 30%;
	padding: 0.1em 0.2em;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	box-sizing: border-box;
	background: #ffa500;
	color: #fff;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}
/*----------------------------
 *  トップフリー検索
 ----------------------------*/
#freesearch {
	display: table;
	width: auto;
	max-width: 640px;
	box-sizing: border-box;
	margin: 0em auto 0em;
}
#freesearch .left{
	display: table-cell;
	width: 60%;
	box-sizing: border-box;
	vertical-align: middle;
}
#freesearch .left input[type="text"] {
	width: 100%;
	padding: 0.5em;
	margin: 0 auto;
	border: 1px solid #ff9c0e;
	color: #434343;
	font-size: 14px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#freesearch .right{
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	vertical-align: top;
}
#freesearch .right input[type="submit"] {
	width: 90%;
	max-width: 320px;
	padding: 0.2em;
	margin: 0 auto 0em!important;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	box-shadow: 0 0 5px #7a7a7a;
}
#freesearch .right input[type="submit"]:hover {
	opacity: 0.8;
}
/*----------------------------
   一覧
 ----------------------------*/
.listdatabox {
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 650px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 1em;
	box-shadow: 0 0 5px #7a7a7a;
}
.listdatabox h2 {
	color: #000;
	text-align: left;
	margin-bottom: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.2;
	padding: 0.5em;
	padding-top: 0;
}
.listdatabox .comment {
	color: #202f55;
	line-height: 1.1;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}
.listdatabox .comment a {
	color: #202f55;
}
.listdatabox .comment a:hover {
	opacity: 0.8;
}
.listdatabox p a{
	color: #202f55;
}
.listdatabox .jump {
	margin-bottom: 2em;
	max-width: 750px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.listdatabox .jump a {
	color: #fff;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	display: inline-block;
	width: 80%;
	padding: 1em;
	box-sizing: border-box;
	box-shadow: 0 0 3px #7a7a7a;
}
.listdatabox .jump a:hover {
	color: #ffff00;
}
.listdatabox .entrybtns {
	margin: 0;
	margin-bottom: 1em;
	color: #fff;
	padding: 0;
	box-sizing: border-box;
}
.listdatabox .entrybtns ul{
	padding: 0px;
	margin: 0 auto;
	width: 99%;
	max-width: 650px;
	box-sizing: border-box;
	display:flex; 
	font-size: 0;
	box-shadow: 0 0 3px #7a7a7a;
} 
.listdatabox .entrybtns ul li {
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
} 
.listdatabox .entrybtns ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.8em 0.8em;
	box-sizing: border-box;
	color: #fff;
}
.listdatabox .entrybtns ul li a:hover{
	color: #ffff00;
}
.listdatabox .entrybtns ul li.web {
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-weight: bold;
}
.listdatabox .entrybtns ul li.tel {
	background: #00b7ff;
	background: -moz-linear-gradient(top, #00b7ff, #49cbfe);
	background: -webkit-linear-gradient(top, #00b7ff, #49cbfe);
	background: linear-gradient(to , #00b7ff, #49cbfe);
	color: #fff;
	font-weight: bold;
}
.listdatabox .entrybtns ul li.line {
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	color: #fff;
	font-weight: bold;
}
.listdatabox .ichirantbl {
	display: table;
	margin-bottom: 2em;
	width: 100%;
	box-sizing: border-box;
}
.listdatabox .ichirantbl .left{
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	padding: 0;
}
.listdatabox .ichirantbl .left img{
	width: 100%;
	height: auto;
}
.listdatabox .ichirantbl .right{
	display: table-cell;
	width: 60%;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	padding: 0;
	padding-top: 0;
}
.listdatabox .ichirantbl .right p {
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	padding: 0;
}
.listdatabox .ichirantbl .right table {
	width: 100%;
	box-sizing: border-box;
}
.listdatabox .ichirantbl .right table th {
	width: 30%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 5px;
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}
.listdatabox .ichirantbl .right table td {
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
/* トップ新着 */
.toplist {
	list-style: none;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;	
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.toplist li {
	list-style: none;
	box-sizing: border-box;
	position: relative;
	/*display: inline-block;*/
	width: 100%;
	min-height: 100px;
	margin: 3px;
	padding: 0.5em;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border: 2px solid #ffa500;
}
.toplist li img {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	border-radius: 8px; /* CSS3草案 */
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
}
.tpbox {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin: 0;
}
.tpbox .phts {
	box-sizing: border-box;
	display: table-cell;
	width: 40%;
	padding: 0;
	vertical-align: top;
}
.tpbox .ttls {
	box-sizing: border-box;
	display: table-cell;
	width: 60%;
	padding: 0;
	padding-left: 0.5em;
	vertical-align: top;
}
.tpbox .ttls h2 {
	box-sizing: border-box;
	color: #ffa500;
	font-weight: normal;
	font-size: 14px;
	padding: 0.2em 0.5em;
	padding-top: 0;
	text-align: left;
	margin-bottom: 0.2em;
}
.tpbox .ttls p {
	box-sizing: border-box;
	font-weight: normal;
	font-size: 12px;
	padding: 0.2em 0.5em;
	text-align: left;
}
.tpboxbtn {
	text-align: right!important;
	margin-top: 0.5em;
}
.tpboxbtn a {
	background: #ffa500;
	color: #fff;
	background: -moz-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: -webkit-linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631); 
	background: linear-gradient(to bottom,#fdc45c,#ffa500 30%,#feb631);
	padding: 0.2em 1em;
	box-sizing: border-box;
}
/*----------------------------
 *  オプションピックアップ
 ----------------------------*/
.pubox {
	display: block;
	margin: 3em auto 0;
}
.pubox a {
	background: #f4f4f4 url(images/sidearrow.png);
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 16px 16px;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	list-style: none;
	font-size: 14px;
	color: #575757;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	text-align: center;
	padding: 1em 1.5em;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
	max-width: 750px;
}
	
	
ul.pickups {
	font-size: 0;
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 3em;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-start;
}
ul.pickups li{
	font-size: 14px;
	box-sizing: border-box;
	list-style: none;
	width: 47%;
	margin: 3px;
}
ul.pickups li img{
	width: 100%;
	height: auto;
}
.orgline {
	display: block;
	height: 3px;
	margin-top: 4em;
	margin-bottom: 4em;
	background: #ffa000;
}
.paging {
	display: block;
	margin-top: 3em;
}
#pu {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/*----------------------------
   TOPメニュー
 ----------------------------*/
ul#topmenu{
	list-style: none;
	display:flex;
	justify-content: center;
	justify-content: space-between;
	margin: 0em auto 0;
	padding-top: 0;
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
}
ul#topmenu li{
	width: 20%;
	margin: 0;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 75%;
}
ul#topmenu li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 0.1em 0.5em;
	box-sizing: border-box;
	color: #434343;
}
ul#topmenu li a span {
	display: block;
	font-size: 130%;
	color: #ff9600;
	font-weight: bold;
}
ul#topmenu li a:hover{
	opacity: 0.8;
}
#strat,
#w001,#w002,#w003,#w004,#w005,
#p001,#p002,#p003,#p004,#p005 {
	margin-top:-80px;
	padding-top:80px;
}
/*----------------------------
   TOPエリアから探す
 ----------------------------*/
.linesearch_p,
.linesearch_w,
.areasearch_p,
.areasearch_w {
	text-align: left;
	list-style: none;
	box-sizing: border-box;
	font-size: 0;
}
.linesearch_p p,
.linesearch_w p,
.areasearch_p p,
.areasearch_w p {
	cursor: pointer;
	padding:  0.5em 0.5em 0.5em 1em;
	border: 2px solid #d3d3d3;
	margin-bottom: 1px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background:#fff url("images/circlearrow.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
}
.linesearch_p ul.inner,
.linesearch_w ul.inner,
.areasearch_p ul.inner,
.areasearch_w ul.inner {
	list-style: none;
	box-sizing: border-box!important;;
	padding: 0;
	display: none;
	text-align: left;
}
.minittls {
	background:#efeeee url("images/circlearrow.png")!important;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 10px center;
}
/*.areasearch_w ul.inner li{
	list-style: none;
	box-sizing: border-box;
	border-bottom: 0px dotted #ff9600;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
.linesearch_p .inner li a,
.linesearch_w .inner li a,
.areasearch_p .inner li a,
.areasearch_w .inner li a {
	color: #565656;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 0.2em 0.5em 0.2em;
	box-sizing: border-box!important;
	font-weight: normal;
}*/

.listauto {
	list-style: none;
	box-sizing: border-box;
	border-bottom: 0px dotted #ff9600;
	font-weight: bold;
	display: block;
	width: 98%;
	background: #f4f4f4;
	text-align: center;
	margin: 2px auto;
	margin-bottom: 3px;
	font-size: 11px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.listin {
	list-style: none;
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	height: 47px;
	padding: 0;
	background: #f4f4f4;
	margin-bottom: 3px;
	font-size: 11px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 0;
	margin-left: 4px;
	text-align: center;
	position: relative;
}
.listin a {
	color: #565656;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/*padding: 0.5em 0.1em 0.5em 0.1em!important;*/
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.listauto:hover,
.listin:hover {
	background: #ffa423;
	color: #fff!important;
}
.listauto a:hover,
.listin a:hover {
	color: #fff!important;
}
/*.areasearch_w .inner li a:hover{
	background: #fdf2e5;
}
.areasearch_w .inner li a:hover{
	opacity: 0.8;
}*/
.pdli01 {
	padding-left: 3%;
	box-sizing: border-box;
	font-weight: normal!important;
}
.pdli02 {
	padding-left: 5%;
	box-sizing: border-box;
	font-weight: normal!important;
}
/*----------------------------
   求人ページ
 ----------------------------*/
.searchinner {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 0 2em 0 ;
	box-sizing: border-box!important;
	text-align: left;
}
/*.searchinner a {
	position: relative;
	display: inline-block;
	color: #ffa500;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	border: 2px solid #ffa500;
	padding: 0.5em;
	margin: 5px;
	width: calc(100%/3);
	width: 32%;
	text-align: center;
	font-weight: bold;
}*/
.searchinner a {
	position: relative;
	display: inline-block;
	color: #434343;
	background: #f4f4f4;
	box-sizing: border-box!important;
	padding: 0.5em;
	margin: 1px;
	width: calc(100%/2);
	width: 48%;
	text-align: center;
	font-weight: normal;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 12px;
}
.searchinner a:hover {
	color: #fff;
	background: #ffa500;
	border: 1px solid #ffa500;
}
.searchinner h3 {
	color: #ffa500;
	border-bottom: 1px solid #ffa500;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h1.entry-title {
	font-size: 18px;
	text-align: center;
	color: #434343;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 2em;
	border-bottom: 2px solid #434343;
}
h1.entry-titleImg {
	font-size: 18px;
	text-align: center;
	color: #434343;
	font-weight: bold;
	line-height: 36px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.phraseare {
	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
}
.phrase {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
/* 応募関係 */
#entrys {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 3em;
} 
#entrys ul{
	padding: 0px;
	margin: 0 auto;
	width: 99%;
	max-width: 650px;
	box-sizing: border-box;
	display: flex; 
	font-size: 0;
	box-shadow: 0 0 3px #7a7a7a;
	list-style: none;
} 
#entrys ul li {
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
} 
#entrys ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.8em 0.8em;
	box-sizing: border-box;
	color: #fff;
}
#entrys ul li a:hover{
	color: #ffff00;
}
#entrys ul li.web {
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-weight: bold;
}
#entrys ul li.tel {
	background: #00b7ff;
	background: -moz-linear-gradient(top, #00b7ff, #49cbfe);
	background: -webkit-linear-gradient(top, #00b7ff, #49cbfe);
	background: linear-gradient(to , #00b7ff, #49cbfe);
	color: #fff;
	font-weight: bold;
}
#entrys ul li.line {
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	color: #fff;
	font-weight: bold;
}
#webentry {
	margin-top: -100px;
	padding-top: 100px;
}


h2.shopttl {
	background: #ff9900;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 1em;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
#datatbl {
	display: block;
	margin: 0 auto;
	/*margin-bottom: 3em;*/
	padding: 0;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
}
#datatbl .tr{
	width: auto;
	display: block;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#datatbl .th{
	width: auto;
	display: block;
	background: #efefef;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: left;
	font-weight: bold;
}
#datatbl .td{
	width: auto;
	display: block;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: left;
	border: 0px solid #efefef;
}
#mgtable {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
}
#mgtable .tr{
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#mgtable .th{
	display: table-cell;
	width: 30%;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
#mgtable .th img{
	width: 100%;
	height: auto;
}
#mgtable .tb{
	display: table-cell;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: left!important;
	vertical-align: top;
}
#mgtable .td{
	display: table-cell;
	width: 70%;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
}
#mgtable .td{
	width: 100%;
	height: auto;
}
#shopmsg {
	display: block;
	background: #fff;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 0.5em;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#remarkmsg {
	display: block;
	background: #fff;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0.5em;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
#remarkmsg a {
	display: block;
}
.btnlink {
	display: block;
	margin: 1em auto;
	background: #ff9900;
	color: #fff;
	width: 100%;
	max-width: 650px;
	height: 100%;
	box-sizing: border-box;
	padding: 5em;
	text-align: center;
	clear: both;
}
ul.meritlist {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 0.5em auto 1em;
	text-align: left;
}
ul.meritlist li{
	display: inline-block;
	width: 45%;
	text-align: center;
	color: #ff9900;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ff9900;
	box-sizing: border-box;
}
/*--------------------------------
掲載をご希望の店舗様へ
---------------------------------*/
#hopetbl {
	display: block;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 0;
	width: auto;
	box-sizing: border-box;
}
#hopetbl .tr{
	width: auto;
	display: block;
	box-sizing: border-box;
	padding: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#hopetbl .th{
	display: block;
	width: auto;
	background: #efefef;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: left;
	font-weight: bold;
}
#hopetbl .td{
	display: block;
	width: auto;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: middle;
}
#hopetbl .td p {
	font-size: 14px;
	padding: 0.5em;
	margin:0;
}
#hopetbl .td p span,
#hopetbl .td span {
	font-weight: bold;
	font-size: 14px;
	color: #ff3636;
}
.pbls {
	display: block;
	width: auto;
	box-sizing: border-box;
	margin: 0 auto 2em;
} 
.pbls .pbleft{
	display: block;
	width: auto;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
	font-size: 16px;
}
.pbls .pbright{
	display: block;
	width: auto;
	box-sizing: border-box;
	padding: 0.5em;
	vertical-align: top;
	font-size: 16px;
}
.pbls .pbleft img,
.pbls .pbright img{
	width: 100%;
	height: auto;
}
.characteristic {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.characteristic li {
	width: 100%;
	display: inline-block;
	border: 1px solid #ffa500;
	box-sizing: border-box;
	margin: 5px;
	padding: 0.5em;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.characteristic li h3{
	background: #ffa500;
	color: #fff;
	box-sizing: border-box;
	padding: 0.5em;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.characteristic li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
/*--------------------------------
求人フォーム
---------------------------------*/
#entryform {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
#entryform p.itemttl {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 1em;
}
#entryform .tr{
	display: table;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
#entryform .tr .td1{
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td2{
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td3{
	display: table-cell;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
#entryform .tr .td4{
	display: table-cell;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.5em;
	vertical-align: middle;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #ff9900;
	font-size: 100%;
	padding: 0.5em;
	box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	font-weight: bold;
	padding: 0.5em 0.8em;
	color: #FFF;
	cursor: pointer;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 0px solid #8bab3f;
	border: 0px solid #ff9900;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	display: block;
	margin: 0 auto!important;
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.wpcf7 input[type="submit"]:hover {
	opacity: 0.8;
}
input[type="submit"] {
	font-size: 100%;
	font-weight: bold;
	padding: 0.5em 0.8em;
	color: #FFF;
	cursor: pointer;
	display: block;
	margin: 3em auto 2em!important;
	width: 100%;
	max-width: 480px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
optgroup,
option {
	text-align: center!important;
}
/*----------------------------
   店舗ページ
 ----------------------------*/
/* 応募関係 */
#playinfo {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 3em;
} 
#playinfo ul{
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	display: block; 
	font-size: 0;
} 
#playinfo ul li {
	display: inline-block; 
	width: calc(100%/2);
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
} 
#playinfo ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #fff;
}
#playinfo ul li a:hover{
	color: #ffff00;
}
#playinfo ul li.web {
	background: #ff9900;
	color: #fff;
	font-weight: bold;
}
#playinfo ul li.tel {
	background: #00b7ff;
	color: #fff;
	font-weight: bold;
}
#playinfo ul li.line {
	background: #36c736;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------
写真スライダー店舗
---------------------------------*/
.ttlarea {
	position: relative;
	margin: 0;
	margin-top: 0em;
	padding: 0;
	overflow-y: hidden;
}
.ttlarea .shopttl {
	background: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 300;
	color: #fff;
	bottom: 6%;
	display: block;
	width: 100%;
}
.ttlarea .shopttl .shopinner {
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.ttlarea .shopttl .shopinner h1.entry-title {
	color: #fff;
	text-align: left;
	padding: 0 5px;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom: 0px solid #434343;
	font-size: 14px;
}
.ttlarea .shopttl .shopinner p {
	color: #fff;
	text-align: left;
	padding: 2px;
	font-size: 12px;
	padding-bottom: 0px;
}
.ttlarea ul.shop-item {
	margin: 0;
	display: block!important;
	position: relative;
	z-index: 100;
	padding: 0;
}
.ttlarea ul.shop-item li {
	position: relative;
}
.ttlarea ul.shop-item li img{
	width : 100%;
	height: auto;
	object-fit: scale-down;
	object-fit: contain;
}
.ttlarea ul.shop-item .slick-next{
	right: 20px;
	z-index: 99;
}
.ttlarea ul.shop-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.thumb-item li img{
	display: inline-block!important;
	margin: 0 auto!important;
	width : auto;
	height: 488px;
	object-fit: scale-down;
}
.thumb-item-nav {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 1em;
	background: rgba(255,255,255,0);
	padding: 1.5em 0 1.5em;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	box-sizing: border-box;
	list-style: none;
	display:flex;
	justify-content: center;
}
.thumb-item-nav li {
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}
.thumb-item-nav img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}
/*--------------------------------
写真スライダー店舗
---------------------------------*/
.ttlarea2 {
	position: relative;
	margin: 0;
	margin-top: 0em;
	padding: 0;
	overflow-y: hidden;
}
.ttlarea2 .shopttl {
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 300;
	color: #000;
	bottom: 6%;
	display: block;
	width: 100%;
}
.ttlarea2 .shopttl .shopinner {
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.ttlarea2 .shopttl .shopinner h1.entry-title {
	color: #000;
	text-align: left;
	padding: 0 5px;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom: 0px solid #434343;
	font-size: 14px;
}
.ttlarea2 .shopttl .shopinner p {
	color: #000;
	text-align: left;
	padding: 2px;
	font-size: 12px;
	padding-bottom: 0px;
}
.ttlarea2 ul.shop-item {
	margin: 0;
	display: block!important;
	position: relative;
	z-index: 100;
	padding: 0;
}
.ttlarea2 ul.shop-item li {
	position: relative;
}
.ttlarea2 ul.shop-item li img{
	width : 100%;
	height: auto;
	object-fit: scale-down;
	object-fit: contain;
}
.ttlarea2 ul.shop-item .slick-next{
	right: 20px;
	z-index: 99;
}
.ttlarea2 ul.shop-item .slick-prev {
	left: 15px;
	z-index: 100;
}
/*--------------------------------
求人写真スライダー2
---------------------------------*/
#slider {
	width: 100%;
	margin: 0 auto 0;
}

.slide-item img {
	width: 100%;
}

#thumbnail-list {
	width: 300px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}

.thumbnail-item {
	flex: 0 1 30%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
.thumbnail-item:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}
/*--------------------------------
キャスト一覧
---------------------------------*/
.cast-list {
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 30px;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scrollbar-color: #ffa500 #fff;
	scrollbar-width: thin;
	-webkit-scrollbar-color: #ffa500 #fff;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-color: #ffa500 #fff;
	-moz-scrollbar-width: thin;
	-o-scrollbar-color: #ffa500 #fff;
	-o-scrollbar-width: thin;
	-ms-scrollbar-color: #ffa500 #fff;
	-ms-scrollbar-width: thin;
}
.cast-list li {
	display: inline-block;
	width: 25%;
	max-width: 120px;
	box-sizing: border-box;
	border: 0px solid #ccc;
	padding: 0.2em;
	margin: 2px;
	word-wrap: break-word;
	word-break: break-all;
}
.cast-list li p {
	font-size: 13px;
	padding: 5px;
	line-height: 1.0;
	word-wrap: break-word;
	word-break: break-all;
	display: none;
}
.cast-list li img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: inline-block;
}
.cast-item {
	list-style: none;
	font-size: 0;
	display: block;
	max-width: 640px;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.cast-item li {
	list-style: none;
	display: inline-block;
	/*width: 25%;
	max-width: 150px;*/
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 5px;
	word-wrap: break-word;
	word-break: break-all;
}
.cast-item li p {
	font-size: 13px;
	padding: 5px;
	line-height: 1.0;
	word-wrap: break-word;
	word-break: break-all;
}
.cast-item li img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: inline-block;
}
.slick-dots {
	color: #000;
	border : none!important;
}
.slide-arrow{
    position: absolute;
    top: 45%;
    margin-top: -15px;
	width: 30px!important;
	height: 30px!important;
	z-index: 6000!important;
}
.prev-arrow{
	left: 2%;
	width: 0;
	height: 0;
}
.next-arrow{
	right: 1.2%;
	width: 0;
	height: 0;
}
.slick-counter {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
/*----------------------------
 *  TOP横スライド
 ----------------------------*/
/* 全体のスタイル */
.swiper-container,
.swiper-container1,
.swiper-container2 {
	width: auto;
	max-width: 750px;
	height: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border: 2px solid #ffa500;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
/* 全スライド共通スタイル */
.swiper-slide {
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important;
}
.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")!important;
}
.swiper-pagination-bullet-active {
    background: #ffa500!important;
}
/*--------------------------------
　枠付きエリア
---------------------------------*/
.bdrbox {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 0 auto;
	margin-bottom: 2em;
	max-width: 650px;
	font-size: 13px;
}
.bdrboxs {
	display: block;
	box-sizing: border-box;
	border: 2px solid #ff9e25;
	padding: 1em 0.5em;
	margin: 0 auto;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
.bdrboxsub {
	display: block;
	box-sizing: border-box;
	border-top: 1px solid #ff9e25;
	padding: 0.5em;
	margin: 1em auto 0;
	/*font-size: 100%;*/
}
/*----------------------------
 *  ボタン
 ----------------------------*/
.btn {
    margin: 20px auto;
    padding: 0.5em 2em;
	text-align: center;
    border: none;
    display: block;
    background-color: #ff9e25;
    box-shadow: 0 6px #FF8C00;
    font-size: 100%;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border-radius: .5em;
    top: 0;
    transition: .2s box-shadow,.2s top,.4s background;
}
.btn:hover {
    box-shadow: 0 0px #FF8C00;
    top: 4px;
}

/*----------------------------
 *  Section背景
 ----------------------------*/
#sec00 {
    background: #FFF;
}
#sec01 {
    background: #fdf2e5;
}
#sec02 {
    background: #ffd09f;
}
.jushin {
	margin: 1em auto;
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 90%;
}
.jushin span{
	margin: 0 auto;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(255,255,255,0.8);
	text-align: center;
}

/*----------------------------
 *  Divテーブル
 ----------------------------*/
#tbl {
    display:table;
    width: 100%;
    box-sizing: border-box;
}
#tbl .tblL {
    display:table-cell;
    width: 40%;
    box-sizing: border-box;
    background: #571a86;
    padding: 0.5em;
    color:#fff;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    border-top: 2px solid #fff;
}
#tbl .tblLs {
    display:table-cell;
    width: 40%;
    box-sizing: border-box;
    background: #571a86;
    padding: 0.5em;
    color:#fff;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
    border-top: 0px solid #fff;
}
#tbl .tblR {
    display:table-cell;
    width: 60%;
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 120%;
    border-right: 2px solid #571a86;
    border-top: 2px solid #571a86;
    border-bottom: 0px solid #571a86;
    border-left: 0px solid #571a86;
    vertical-align: middle;
}
#tbl .tblRs {
    display:table-cell;
    width: 60%;
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 1em;
    font-size: 120%;
    border-right: 2px solid #571a86;
    border-top: 2px solid #571a86;
    border-bottom: 2px solid #571a86;
    border-left: 0px solid #571a86;
    vertical-align: middle;
}
#tbl .tblR p{
    padding:0.2em;
}
#tbl .tblRs p{
    padding:0.2em;
}
/*----------------------------
 *  フッター
 ----------------------------*/
.toppage {
	text-align: center;
	background: rgba(255,255,255,0);
	padding: 0;
	display: block;
	width: auto;
	position: absolute;
	top: -30px;
	left: 43%;
	z-index: 3000;
}
.toppage img {
	width: 60px;
	height: auto;
	margin: 0 auto;
}
footer {
	margin-top: 3em;
	background: #ffa500;
    width: 100%;
	position: relative;
}
.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
footer h2{
	padding: 0.5em;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Gelasio', serif;
	border-bottom: 1px solid #fff;
	width: 100%;
	max-width: 750px;
	margin: 2em auto 1em;
}
.ftmenu {
	display: block;
	width: auto;
	max-width: 750px;
	margin: 0 auto 0.5em;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	padding-bottom: 1em;
}
.ftbox {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	padding: 0;
}
footer h3 {
	padding: 0.5em;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul{
	padding: 0.5em;
	font-size: 13px;
	list-style: none;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul li{
	padding: 0.1em 0.5em 0.1em 1.5em;
	font-size: 13px;
	list-style: none;
	box-sizing: border-box;
	color: #fff;
}
.ftbox ul li a{
	color: #fff;
}
/*----------------------------
 *  フォント関連
 ----------------------------*/
.bld {
    font-weight: bold;
}
.s50 {
    font-size: 50%;
}
.s80 {
    font-size: 80%;
}
.s110 {
    font-size: 110%;
}
.clrdp {
    color: #ff1493;
}
/*----------------------------
 *  ページトップへの戻り
 ----------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #ff9600;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*----------------------------
 *  こだわり検索
 ----------------------------*/
.scinner {
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	display: none;
	font-size: 14px;
}
.scinner2 {
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	display: block;
	font-size: 14px;
}
label input[type=checkbox] {
    display: none;
}
label span {
	box-sizing: border-box;
    background-color: #f4f4f4;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
    color: #434343;
    text-decoration: none;
    text-align: center;
	align-items: center;
	padding: 0.5em;
	padding-left: 1em;
	margin: 3px 1px;
	width: calc(100%/2);
	width: 48%;
	vertical-align: bottom!important;
    cursor: pointer;
    display: inline-block;
    transition: background-color 150ms ease-in;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 11px;
}
label span:hover {
    background-color: #ffa500;
    color: #fff;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
label input[type=checkbox]:checked + span {
    color: #fff;
    background: #ffa500 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 10px 9px;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
label input[type=checkbox]:checked:hover + span {
    color: #fff;
    background: #ffa500 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 10px 10px;
	border: 1px solid #ffa500;
	border-bottom: 2px solid #ffa500;
}
.subp {
	cursor: pointer!important;
	padding:  0.5em 0.5em 0.5em 1em!important;
	border: 2px solid #d3d3d3!important;
	margin-bottom: 1px!important;
	box-sizing: border-box!important;
	font-size: 14px!important;
	font-weight: bold!important;
	text-align: left!important;
	background:#f7f5f5 url("images/circlearrowsub.png")!important;
	background-repeat: no-repeat!important;
	background-size: 20px 20px!important;
	background-position: right 10px center!important;
}
input[type=submit] {
	text-align: center;
	color: #fff!important;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0 1em!important;
	line-height: 2.0;
	/*background: #ff9c0e;
	background: -moz-linear-gradient(top, #ff9e25, #ffba64);
	background: -webkit-linear-gradient(top, #ff9e25, #ffba64);
	background: linear-gradient(to bottom, #ff9e25, #ffba64);
	border: 0px solid #ff9c0e;
	background: #97b83d;
	background: -moz-linear-gradient(top, #a1c73e, #8cad3f);
	background: -webkit-linear-gradient(top, #a1c73e, #8cad3f);
	background: linear-gradient(to bottom, #a1c73e, #8cad3f);
	border: 1px solid #8bab3f;*/
	background: #49af3b;
	background: -moz-linear-gradient(top, #64cd58, #49af3b);
	background: -webkit-linear-gradient(top, #64cd58, #49af3b);
	background: linear-gradient(to bottom, #64cd58, #49af3b);
	border: 1px solid #478d36;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*----------------------------
 *  ブログリスト
 ----------------------------*/
ul.blogs {
	list-style: none;
}
ul.blogs li {
	list-style: none;
	display: table;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #ffa500;
	box-sizing: border-box;
	margin-bottom: 5px;
}
ul.blogs li .bleft {
	display: table-cell;
	box-sizing: border-box;
	padding: 0.4em;
	width: 30%;
	vertical-align: top;
}
ul.blogs li .bleft img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
ul.blogs li .bright {
	display: table-cell;
	box-sizing: border-box;
	padding: 0.4em;
	width: 70%;
	vertical-align: top;
	text-align: left;
}
ul.blogs li .bright h2 {
	box-sizing: border-box;
	padding: 0.5em 0.5em 0;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0.5em;
}
ul.blogs li .bright p {
	box-sizing: border-box;
	padding: 0.1em 0.5em;
	margin: 0;
	font-size: 13px;
	text-align: left;
}
ul.blogs li .bright p span {
	box-sizing: border-box;
	padding: 0.1em 0.2em;
	margin: 0;
	margin-right: 1em;
	color: #fff;
	background: #ffa000;
	font-size: 13px;
	text-align: left;
}
ul.blogs li .bright p span a {
	color: #fff;
}
/*----------------------------
 *  シェアボタン
 ----------------------------*/
.share {
	border: 2px solid #434343;
	background: #fff;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	margin-top: 1em;
}
.share ul {
	list-style: none;
	box-sizing: border-box;
	font-size: 0;
}
.share ul li {
	list-style: none;
	display: inline-block;
	width: calc(100%/3);
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
}
.share ul li span {
	font-weight: normal;
}
.share ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #434343;
	margin: 0.5em 0;
}
.share ul li a:hover {
	color: #ffa500;
}
.facebook {
	border-right: 2px solid #434343;
	/*border-bottom: 2px solid #434343;*/
}
.googleplus {
	border-right: 2px solid #434343;
}
.tweet {
	border-right: 2px solid #434343;
	/*border-bottom: 2px solid #434343;*/
}
/*----------------------------
 *  外部ブログ
 ----------------------------*/
ul.gib {
	list-style: none;
}
ul.gib li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	display: table;
	box-sizing: border-box;
	width: 100%;
}
ul.gib li .gibdate{
	width: 20%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
ul.gib li .gibtitle{
	width: 80%;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 5px;
}
/*----------------------------
   掲載についてメニュー
 ----------------------------*/
ul#abtmenu{
	list-style: none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
	margin: 0em auto;
	padding-top:0;
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
}
ul#abtmenu li{
	width: 33%;
	margin: 0 0;
	text-align: center;
	border: 1px solid #ff9600;
	box-sizing: border-box;
	font-size: 90%;
	display: inline-block;
}
ul#abtmenu li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 0 0.5em;
	box-sizing: border-box;
	color: #ff9600;
	font-size: 80%;
}
ul#abtmenu li a span {
	display: block;
	font-size: 400%;
	color: #ff9600;
	font-weight: bold;
}
ul#abtmenu li a:hover{
	opacity: 0.8;
}
/*----------------------------
 *  追記
 ----------------------------*/
.mgb0 {
	margin-bottom: 0;
}
.mgb3 {
	margin-bottom: 3em;
}
.mgb5 {
	margin-bottom: 0.5em;	
}
.mgt0 {
	margin-top: 0;	
}
.mgt5 {
	margin-top: 0.5em;	
}
.pdb0 {
	padding-bottom: 0;
}
.pdb5 {
	padding-bottom: 0.5em;	
}
.pdt0 {
	padding-top: 0;	
}
.pdt5 {
	padding-top: 0.5em;	
}
}
/*----------------------------
 *  20230704追記
 ----------------------------*/
.tracking_box {
	display: inline-block;
	width: 25%;
	max-width: 150px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 3000;
	right: 10px;
	bottom: 10px;
	box-shadow: 0 0 3px #7a7a7a;
	box-sizing: border-box;
}
.tracking_box .tbox1,
.tracking_box .tbox2 {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.tracking_box .tbox1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	object-fit: cover;
	aspect-ratio: 2 / 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.tracking_box .tbox2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	object-fit: cover;
	aspect-ratio: 2 / 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}
.tracking_box .tbox1 a:hover,
.tracking_box .tbox2 a:hover {
	color: #ffff00;
}

@media screen and (max-width:766px) {
.tracking_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 3000;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 0 rgba(255,255,255,0);
	box-sizing: border-box;
}
.tracking_box .tbox1,
.tracking_box .tbox2 {
	display: inline-block;
	width: 50%;
	width: calc(100%/2);
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.tracking_box .tbox1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #1cbb04;
	background: -moz-linear-gradient(top, #1cbb04, #17d717);
	background: -webkit-linear-gradient(top, #1cbb04, #17d717);
	background: linear-gradient(to , #1cbb04, #17d717);
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	object-fit: cover;
	aspect-ratio: 4 / 1;
	box-sizing: border-box;
}
.tracking_box .tbox2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff69b4, #ff8cc6);
	background: -webkit-linear-gradient(top, #ff69b4, #ff8cc6);
	background: linear-gradient(to , #ff69b4, #ff8cc6);
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	cursor: pointer;
	object-fit: cover;
	aspect-ratio: 4 / 1;
	box-sizing: border-box;
}
.tracking_box .tbox1 a i,
.tracking_box .tbox2 a i {
	font-size: 30px;
}
.tracking_box .tbox1 a span,
.tracking_box .tbox2 a span {
	display: none;
}
}
/*----------------------------
 *  20230923追記
 ----------------------------*/
.ht40 {
	display: block;
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul.area_topmenu {
	display: flex;
	justify-content: center;
	list-style: none;
	width: auto;
	margin: 40px auto 20px;
	padding: 0;
	border-bottom: 2px solid #ffa423;
	position: sticky;
	top: 60px;
	box-sizing: border-box;
}
ul.area_topmenu li {
	display: inline-block;
	width: calc(100% / 6);
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
ul.area_topmenu li:last-child {
	border-right: 0px solid #ccc;
}
ul.area_topmenu li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	text-align: center;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
}
ul.area_topmenu li a:hover {
	background: #ffa423;
	color: #fff;
}
ul.Ularea-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	box-sizing: border-box;
}
ul.Ularea-list li {
	display: inline-block;
	width: 32%;
	width: calc(100%/3);
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
ul.Ularea-list li p {
	display: block;
	background: rgba(255,255,255,0) url("images/bk_Circle.png");
	background-repeat: no-repeat;
	background-position: left 2px top 14px;
	background-size: 13px auto;
	width: 100%;
	height: 100%;
	font-size: 15px;
	margin: 0;
	padding: 10px 5px;
	padding-left: 20px;
	box-sizing: border-box;
}
ul.Ularea-list li a {
	display: block;
	background: rgba(255,255,255,0) url("images/og_Circle.png");
	background-repeat: no-repeat;
	background-position: left 2px top 14px;
	background-size: 13px auto;
	width: 100%;
	height: 100%;
	color: #ffa500;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px;
	padding-left: 20px;
	box-sizing: border-box;
}
h2.area_ABTttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: #ff5aaf;
	background: linear-gradient(180deg, #ff5aaf 0%, #ff5aaf 80%, #fff 80%, #fff 100%);
	width: 100%;
	height: 34px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0;
	box-sizing: border-box;
}
.area_text {
	display: block;
	width: auto;
	background: #fff9ee;
	border: 1px solid #ffa500;
	margin: 60px auto;
	padding: 20px;
	box-sizing: border-box;
}
h2.Cocktail_ttl {
	display: block;
	color: #ff5aaf;
	margin: 0 auto 60px;
	padding: 10px 5px 20px;
	border-bottom: 3px solid #ff5aaf;
	box-sizing: border-box;
}
#target {
	scroll-padding-top: 100px;
	padding-top: 100px;
	margin-top: -100px;
	box-sizing: border-box;
}
.highlight{
	font-weight:bold;
	background-color:Yellow;
}
@media screen and (max-width:766px) {
ul.area_topmenu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	width: auto;
	margin: 40px auto 20px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ffa423;
	position: sticky;
	top: 55px;
	box-sizing: border-box;
}
ul.area_topmenu li {
	width: calc(100% / 2);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.area_topmenu li:last-child {
	border-right: 1px solid #ccc;
}
ul.Ularea-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
ul.Ularea-list li {
	display: inline-block;
	width: 50%;
	width: calc(100%/2);
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
h2.area_ABTttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: #ff5aaf;
	background: linear-gradient(180deg, #ff5aaf 0%, #ff5aaf 80%, #fff 80%, #fff 100%);
	width: 100%;
	height: 18px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0;
	box-sizing: border-box;
}
.area_text {
	display: block;
	width: auto;
	background: #fff9ee;
	border: 1px solid #ffa500;
	margin: 40px auto;
	padding: 10px;
	box-sizing: border-box;
}
h2.Cocktail_ttl {
	display: block;
	color: #ff5aaf;
	margin: 0 auto 40px;
	padding: 10px 5px 20px;
	border-bottom: 3px solid #ff5aaf;
	box-sizing: border-box;
}
}