@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
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,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	word-break: break-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	cursor: pointer;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	min-width: 340px;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
}
#contents,
.contents {
	width: 1100px;
	margin: 0 auto;
	min-width: 1100px;
}
#contents {
	margin-top: 30px;
}
.body #contents {
	margin-top: 0;
}
.wraper {
	background-position: center;
}
p {
	margin: 0;
}
em {
	font-weight: bold;
}
ul,
ol,
dl {
	margin: 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
li {
	margin: 0;
}
a:hover {
	text-decoration: none;
}
@font-face {
	font-family: 'Bell Gothic Std';
	src: url('../font/BellGothicStd-Black.otf');
}
/*================================================
 *  追加共通設定
 ================================================*/

#main {
	width: 880px;
	float: left;
	padding: 40px;
}
#main.main2 {
	padding: 0;
}
#sub {
	width: 200px;
	float: right;
}
.inner {
	width: 1100px;
	margin: 0 auto;
}
.item {
	background-color: #ffffff;
	position: relative;
}
.display-sm,
.inline-sm {
	display: none;
}
th .info-th {
	display: block;
}
.info-th {
	border-radius: 5px;
	padding: 3px 0;
	display: inline-block;
	width: 68px;
	text-align: center;
}
.info-th.th3 {
	background: none;
}
.info-th.height-th {
	padding: 10px 0;
}
.item-inner {
	padding: 20px;
}
.fancybox-type-inline {
	width: 100% !important;
	max-width: 640px !important;
}
.fancybox-inner {
	width: 100% !important;
}
.text-red {
	color: #f00;
}
td.top {
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	height: 110px;
	overflow: hidden;
}
.header-logoleft {
	width: 315px;
	margin: 20px 0 0;
	float: left;
}
.header-left {
	width: 450px;
	position: relative;
	padding: 22px 0 0;
}
.header-icon {
	width: 70px;
}
.header-title {
	padding: 10px 0 0 0;
}
.header-title.have_photo {
	padding: 10px 0 0 80px;
}
.header-title small {
	font-size: 10px;
}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}
h1 a {
	text-decoration: none;
}
/*.bg-fff{background-color: #fff;}*/
.header-right {
	width: 540px;
}
.header-right table {
	width: 258px;
	margin-top: 15px;
}
.header-right th {
	padding: 5px 0 0;
}
.header-right .header-info {
	width: 282px;
	height: 110px;
	padding: 18px 20px 0;
	text-align: center;
}
.tel {
	font-family: 'Bell Gothic Std, Archivo Black', Helvetica, Lucida Grande;
}
.tel-size {
	font-weight: bold;
	font-size: 29px;
}
.tel-size2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1;
}
.fa-phone {
	font-size: 24px;
}
.fa-phone2 {
	font-size: 40px;
}
.header-info-tb th {
	width: 75px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	height: 55px;
	position: relative;
	z-index: 1;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
nav a {
	display: block;
	text-align: center;
	padding: 10px 0 15px;
}
nav a small {
	display: block;
	font-size: 10px;
}
nav .fa-home {
	font-size: 24px;
	line-height: 0;
	position: relative;
	top: 4px;
}
.navi-s {
	width: 74px;
}
.navi-m {
	width: 171px;
}
.navi-m.navi-m-min {
	width: 146px;
}
.type-job .navi-m {
	width: 205px;
}
.collapse.in {
	display: none;
}
.dropdown-menu {
	box-shadow: none;
	padding: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0.9);
	top: 95%;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
nav .dropdown-menu li {
	border-left: none;
	float: none;
}
nav .dropdown-menu li:last-child {
	border: none;
}
nav .dropdown-menu li a {
	text-align: left;
	padding: 10px 0 10px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(255, 255, 255, 0.95);
}

/*================================================
 *  top-contents
 ================================================*/
.main-img {
}
.gonow-left {
	width: 230px;
}
.gonow-left th {
	width: 44px;
	padding: 2px;
}
.gonow-left th img {
	width: 100%;
}
.gonow-left td {
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	height: 45px;
}
.gonow-right {
	font-weight: bold;
	padding: 15px 0 0 15px;
}

/*================================================
 *  main
 ================================================*/
.main-1-left {
	width: 470px;
	margin-right: 20px;
}
.main-1-left.f-no-right {
	width: 100%;
	margin-right: 0;
}
.main-1-right {
	width: 310px;
}
.main-1 h3 {
	margin-bottom: 10px;
}

.main-2 .balloon-left {
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px 5px 0 0;
}
.main-2-tb th {
	width: 40px;
}
.main-2 th,
.main-2 td {
	vertical-align: top;
}
.main-2 td {
	padding-left: 10px;
}
.main-2-inner {
	border-radius: 5px;
	padding: 20px;
}
.main-2-item {
	border-radius: 5px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.main-2-inner div:last-child {
	margin: 0;
}
.point-block {
	display: inline-block;
	border-radius: 5px;
	padding: 0 15px;
	text-align: center;
	margin-right: 10px;
	line-height: 2.3;
}
.point-block .fa-thumbs-up {
	font-size: 16px;
}
.main-2-inner .balloon-1 {
	width: 100%;
	border-radius: 5px;
	padding: 7px 10px 0;
	min-height: 50px;
	height: auto;
}
.main-2-inner th {
	padding-right: 10px;
	width: 618px;
}
.main-2-inner td {
	width: 102px;
}

.main-3-inner {
	padding: 20px;
}
.main-3-inner .bgpt-2-2 {
	padding: 20px;
	margin: -20px;
}
.main-draw {
	margin-bottom: 20px;
	position: relative;
}
.main-draw td {
	padding-bottom: 20px;
}
.main-draw-left {
	width: 200px;
}
.main-draw .icon-cast {
	left: 51px;
	top: 170px;
}
.main-draw .icon {
	left: 0;
	top: 0;
}
.main-draw-right {
	width: 545px;
	vertical-align: top;
	padding-left: 10px;
}
.main-draw-right .balloon-1 {
	width: 100%;
	text-align: left;
	height: auto;
	padding: 15px;
}
.main-cast {
	padding: 0 40px;
}
.main-cast a {
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 15px;
	position: relative;
}
.main-cast a .icon {
	left: 0;
	top: -10px;
}
.main-cast a img {
	margin-bottom: 5px;
}
.main-cast a:last-child {
	margin-right: 0;
}
.linkcast-pc {
	text-align: right;
}
.linkcast-pc a {
	margin-left: 15px;
}
.job-mg .linkcast-pc {
	padding: 10px 10px 0 0;
	margin: 20px -20px 0;
}

.main-4-inner a {
	padding: 10px;
	position: relative;
}
.main-4-inner img {
	width: 40px;
	float: left;
}
.main-4-inner .icon {
	width: 85px;
	margin: 7px 10px 0 10px;
}
.main-4-date {
	float: right;
	margin-top: 14px;
}

.main-5-inner a {
	float: left;
	width: 260px;
	margin: 10px 10px 0 0;
	position: relative;
	height: 74px;
}
.main-5-inner a:nth-child(3n) {
	margin-right: 0;
}
.main-5-inner img,
.main-5-inner .main-5-img {
	width: 70px;
	height: 70px;
	text-align: center;
}
.main-5-inner span {
	left: 80px;
	top: 23px;
}
.main-5-inner i {
	right: 20px;
	top: 20px;
	font-size: 30px;
}
.main-5-inner .main-5-img i {
	font-size: 34px;
	display: block;
}
.main-5-inner .main-5-img .fa-single {
	padding: 17px 0 0;
}

.main-6-inner {
	padding: 20px;
}
/*jobindex*/
.index-job-bottom {
	padding: 30px 30px 20px;
	background-color: #fdf9f4;
}
.index-job-bottom .f-left {
	width: 550px;
}
.job-bottom1 th,
.job-bottom1 td {
	border: none;
}
.job-bottom1 .job-bottom-th {
	padding: 8px 30px 0 20px;
	border-radius: 5px 0 0 5px;
	height: 40px;
}
.index-job-bottom td {
	vertical-align: top;
}
table.job-bottom1 {
	width: auto;
}
.job-bottom1 .job-bottom-td {
	padding: 8px 30px 0 20px;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	height: 40px;
}
.job-bottom1.not_jobnow .job-bottom-td {
	border-radius: 5px;
}
.job-bottom1 .balloon-right2 {
	padding: 2px 15px 0;
}
.job-bottom-text-size {
	font-size: 18px !important;
	letter-spacing: -1px;
}
.job-bottom2 .main-border {
	border-radius: 5px;
	padding: 20px 0;
	width: 85px;
	text-align: center;
}
.job-bottom2 th {
	width: 85px;
}
.job-bottom2 td {
	padding: 0 10px;
}
.job-bottom2 td a {
	color: #fff;
	text-decoration: underline;
}
.job-info .btn-size-l,
.index-job-bottom .btn {
	width: 100%;
}
/*
.index-job-bottom .footinfo-btn{width: 305px;}
*/
.job-info td.btn-left,
.index-job-bottom td.btn-left {
	padding-left: 0;
}
td.btn-right {
	padding-left: 6px;
}

/*================================================
 *  side
 ================================================*/
.side-inner {
	padding: 10px;
}
.side-more-link {
	text-align: right;
	margin: 10px 0 20px;
}
.side-more-link i {
	font-size: 16px;
}
.side-foot {
	margin: 10px 2px 0;
	padding: 10px;
}
.side-foot .btn-1 {
}
.side-foot .btn-2 {
	margin-top: 10px;
}

.side-2-image {
	padding: 10px 0;
	margin: 10px -10px 0;
}
.side-2-image img {
	width: 100px;
	margin: auto;
}
.side-3,
.side-4 {
	padding-bottom: 2px;
}

.qr-left {
	float: left;
	width: 95px;
	font-size: 15px;
	font-weight: bold;
	padding: 21px 0 0 19px;
	height: 104px;
}
.side-5 canvas {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 73px;
}

.side-6 p {
	padding-left: 32px;
}
.side-6 .fa-newspaper-o {
	font-size: 24px;
	left: 10px;
}
#mailmag_on_end {
	font-size: 12px !important;
	display: none;
}
.side-sns {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.side-sns img {
	width: 43px;
	float: left;
	margin-right: 10px;
}
.color-line {
	color: #00c300;
}
.color-facebook {
	color: #3765a3;
}
.color-twitter {
	color: #55acee;
}

.timeline-Header-title {
	font-size: 12px;
}
#sub .list-blog {
	padding: 10px;
}
#sub .list-blog a {
	width: 100%;
	padding: 0 0 10px;
	line-height: 1.2;
}
#sub .list-blog a:last-child {
	padding: 0;
	border: none;
}
#sub .list-blog img {
	width: 40px;
	margin-right: 5px;
}
#sub .list-blog .text-main2 {
	font-size: 12px;
}
.side-text-block {
	padding: 15px;
}
.side-text-block.text-main {
	font-size: 15px;
}
.side-text-block .ab {
	font-size: 30px;
	right: 15px;
	top: 17px;
}

/* 共通 Twitterボタン */
.twitter_btn_block {
	display: block;
	margin: 0 0 20px 0;
}
.twitter_btn_block a {
	padding: 7px 0;
	display: flex;
	justify-content: center;
	font-size: 16px;
	align-items: center;
	font-weight: bold;
	background-color: #55acee;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.twitter_btn_block a i {
	margin: 0 6px 0 0;
	font-size: 22px;
}
.twitter_btn_block a:hover {
	color: #ffffff;
	opacity: 0.9;
}

/*================================================
 *  shop-info
 ================================================*/
.shop-info {
	padding: 20px;
	text-align: center;
	width: 350px;
}
.shop-info .fa-phone,
.job-info .fa-phone {
	font-size: 30px;
}
.shop-info .tel-size,
.job-info .tel-size {
	font-size: 34px;
}
.shop-info .info-th {
	margin-right: 10px;
}
.shop-info-worktime {
	text-align: left;
}
.footinfo-btn {
	width: 100%;
	color: #333;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	width: 100%;
	margin-top: 100px;
}
footer .contents {
	padding: 20px 0;
	position: relative;
}
.footmenu {
	padding-left: 10px;
	width: 150px;
}
.footmenu li {
	margin-bottom: 5px;
}
.footmenu .fa-caret-right {
	display: none;
}

.foot-move {
	padding-top: 7px;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: -60px;
	border-radius: 5px 5px 0 0;
}
.footinfo {
	border-radius: 5px;
	padding: 20px;
	width: 950px;
	position: relative;
}
.info-title {
	padding: 15px 0 24px 0;
}
.info-title.have_photo {
	padding: 15px 0 24px 80px;
}
.info-title a {
	font-size: 20px;
}
.footinfo-inner-left {
	width: 500px;
}
.footinfo-inner-left table {
	margin-top: 15px;
}
.footinfo-inner-left th {
	padding-bottom: 5px;
}
.info-title.footer-logoleft {
	padding: 0 0 15px;
	height: 90px;
	overflow: hidden;
}
.info-title.footer-logoleft img {
	width: 315px;
}
.copyright {
	padding: 10px 0;
	text-align: center;
}
.copyright span {
	font-size: 10px;
}
.copyright-left {
	display: inline-block;
	margin-right: 20px;
}
.copyright-right a {
	text-decoration: underline;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.list {
	padding: 0 0 0 0.5em;
}

/*================================================
 *  フォーム
 ================================================*/
table.table-form {
	width: 100%;
}
table.table-form th,
table.table-form td {
	padding: 10px;
}
table.table-form th {
	font-weight: bold;
	width: 120px;
	min-width: 100px;
}
table.table-form td {
	vertical-align: middle;
}
table.table-form td.photo_td {
	vertical-align: bottom;
}

.vali-error {
	display: none;
}
.return_vali h4 {
	font-size: 12px;
}
.return_vali {
	color: #f00;
	margin: 0 0 5px;
}
input[type='text'] {
	width: 100%;
	padding: 6px 5px 5px;
	font-weight: normal;
}
.text-required {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 31px;
}
.form-control {
	font-weight: normal;
}
.loading,
.postend,
.disnone {
	display: none;
}
input[type='checkbox'],
input[type='radio'] {
	width: auto;
	display: inline-block;
	margin: 5px;
}
.fa-spinner {
	animation: spin 2s infinite linear;
	font-size: 35px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.form-control::-webkit-input-placeholder {
	color: #ddd;
}
.form-control:-ms-input-placeholder {
	color: #ddd;
}
.form-control::-moz-placeholder {
	color: #ddd;
}
#not_tainyu {
	display: none;
}
table.table-shop th {
	width: 120px;
}
.form-btn .btn {
	margin-bottom: 10px;
}
.postend .item-inner {
	min-height: 160px;
}
.postend h3 {
	line-height: 1.4;
}
td img.thumb {
	width: auto;
	max-width: 100%;
	margin-bottom: 10px;
}
/*
.fm_tr { overflow: hidden;}
.fm_th { float: left; width: 150px; padding: 10px; text-align: right; font-weight: bold; }
.fm_td { float: left; width: 510px; padding: 10px; }

*/

/*================================================
 *  追加デザイン
 ================================================*/
.mt0 {
	margin-top: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.pd0 {
	padding: 0 !important;
}
.pd5 {
	padding: 5px;
}
.pd10 {
	padding: 10px;
}
.pd20 {
	padding: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pl5 {
	padding-left: 5px;
}
.w40 {
	width: 40px;
}
.opa80:hover {
	opacity: 0.8;
}
.relative {
	position: relative;
}
.underline {
	text-decoration: underline !important;
}

.ab {
	position: absolute;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
a.link-block {
	display: block;
	word-wrap: break-word;
}
.icon {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
.icon-cast {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
}
.center {
	text-align: center;
}

/*テキスト*/
.text-main {
	font-size: 20px;
	font-weight: bold;
}
.text-main2 {
	font-size: 15px;
	font-weight: bold;
}
.size-main2 {
	font-size: 15px;
	font-weight: bold;
}
.text-free {
	line-height: 1.6;
}
.text-normal {
	font-size: 12px;
	font-weight: normal;
}
.date {
	font-size: 10px;
}
.text-big-1 {
	font-size: 20px;
}
.text-small {
	font-size: 10px;
	font-weight: normal;
}

/*ブロックタイトル*/
.main-title {
	padding: 15px 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.main-title2 {
	position: relative;
	padding: 10px 0 10px 43px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.title-border {
	margin-bottom: 10px;
	line-height: 1.8;
	padding-bottom: 2px;
}
.side-title {
	padding: 15px 0 15px 37px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.side-title i {
	top: 10px;
	left: 10px;
	font-size: 26px;
	position: absolute;
}
.main-title2 .fa {
	left: 10px;
	top: 4px;
	font-size: 24px;
}

/*画像*/
img {
	display: block;
	width: 100%;
}
.circle {
	border-radius: 50%;
}

/*table*/
table.table-1 {
	width: 100%;
}
table.table-1 th,
table.table-1 td {
	padding: 6px 5px 5px;
}
table.table-1 th {
	font-weight: bold;
	min-width: 58px;
}
table.table-1 td {
	vertical-align: middle;
}

/*================================================
 *  ボタンデザイン
 ================================================*/
.btn {
	padding: 8px 0;
	border-radius: 7px;
	font-weight: bold;
	text-decoration: none;
}
.btn-size-m {
	width: 115px;
}
.btn-size-l {
	width: 145px;
}
.btn-size-xl {
	width: 300px;
}
.btn-size-full {
	width: 100%;
}

/*================================================
 *  吹き出し
 ================================================*/

/* balloon-2 left */
.balloon-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 0;
}

.balloon-left:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}

/* balloon-1 */
.balloon-1 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	z-index: 0;
}

.balloon-right:before {
	right: -6px;
	border-width: 6px 0 6px 6px;
}
.balloon-right:after {
	right: -7px;
	border-width: 7px 0 7px 7px;
}
.balloon-right2 {
	border-radius: 5px 0 0 5px;
}
.balloon-right2:before {
	top: 60% !important;
}
.balloon-right2:after {
	top: 60% !important;
}

.balloon-left:before {
	left: -6px;
	border-width: 6px 6px 6px 0;
}
.balloon-left:after {
	left: -7px;
	border-width: 7px 7px 7px 0;
}

.balloon-1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	z-index: 0;
}
.balloon-1:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -13px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	z-index: -1;
}

/*================================================
 *  ページング
 ================================================*/
.paging_row {
	margin: 20px 0 0;
}
.dataTables_paginate {
	text-align: center;
}
.pagination {
	margin: 5px 0 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

/*================================================
 *  各ページデザイン
 ================================================*/
.title-page {
	position: relative;
	margin: -40px -40px 40px;
	padding: 20px 0 20px 65px;
}
.title-page i {
	font-size: 39px;
	position: absolute;
	left: 20px;
	top: 15px;
}
.main2-title {
	padding: 10px 0 10px 36px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	position: relative;
}
.main2-title i {
	font-size: 22px;
	position: absolute;
	left: 10px;
	top: 6px;
}
/*castlist*/
.bodycast .main-draw {
	margin-bottom: 0;
}
.bodycast .main-draw td {
	border: none;
	padding-bottom: 0;
}
.bodycast .main-cast a {
	margin-bottom: 20px;
}
.castlist-cast {
	padding: 0;
}
.main-cast.castlist-cast a:nth-child(7n) {
	margin-right: 0;
}
.cast-select {
	padding: 10px 20px;
}
.cast-select .btn {
	width: 120px;
	margin-right: 10px;
}
.cast_cc {
	margin: 6px 0 0;
}
.cast-prof {
	padding: 15px;
}
.cast-prof table {
	width: 100%;
}
.bodycast .cast-prof td,
.cast-prof th {
	padding: 10px 0;
}
.cast-prof th {
	width: 160px;
}
.cast-subphoto a {
	width: 33%;
	float: left;
	padding: 0 5px;
}

.cast-drawphoto {
	padding: 10px 0px 10px 10px;
}
.cast-drawphoto a {
	width: 124px;
	padding: 0 10px 10px;
	float: left;
}
.other-cast a.link-block {
	width: 110px;
}
.other-cast a.link-block:nth-child(6n) {
	margin-right: 0;
}

.list-blog {
	padding: 20px;
}
.list-blog a {
	width: 50%;
	padding-right: 5px;
	position: relative;
}
.list-blog img {
	width: 70px;
	float: left;
	margin-right: 10px;
}
.link-block .icon {
	font-size: 10px;
	padding: 3px 10px 1px;
	margin-bottom: 5px;
}
.link-block .date {
	bottom: 0;
	right: 10px;
}
.inner-photo {
	padding: 30px 30px 10px;
}

/*gallery*/
.list-photo a.link-block {
	width: 135px;
	margin-bottom: 20px;
	font-size: 12px;
}
.list-photo a.link-block:nth-child(5n) {
	margin-right: 0;
}
.list-video {
	padding: 20px;
}
.video-item-l {
	width: 372px;
}
.video-item-l .relative {
	margin-bottom: 10px;
}
.video-item-s {
	width: 368px;
}
.video-item-s a {
	margin-bottom: 10px;
}
.video-item-s a:last-child {
	margin-bottom: 0;
}
.video-item-s .relative {
	width: 150px;
	margin-right: 10px;
	float: left;
}
.video-start {
	color: #fff;
	opacity: 0.85;
	position: absolute;
}
.video-l {
	font-size: 80px;
	left: 42%;
	top: 35%;
}
.video-m {
	font-size: 70px;
	left: 42%;
	top: 35%;
}
.video-s {
	font-size: 50px;
	left: 38%;
	top: 28%;
}
.video-box {
	padding: 20px;
	display: none;
	max-width: 800px;
}
.video-box p {
	margin-top: 10px;
}
.video-box p.date {
}
.bodyvideo .video-item-s {
	width: 100%;
}
.bodyvideo .video-item-s a {
	margin-bottom: 20px;
}

/*blog*/
.topic-blog {
	padding: 20px 20px 0;
}
.topic-blog a {
	width: 242px;
	margin-right: 15px;
	min-height: 360px;
	padding: 20px;
}
.topic-blog a:last-child {
	margin-right: 0;
}
.block-shop_blog .list-blog a {
	margin-bottom: 10px;
}
.list-castblog {
	padding: 0;
}
.list-castoneblog {
	padding: 0;
}
.block-shop_blog .main-draw {
	padding-bottom: 20px;
}

.bloglist .list-blog {
	padding: 0;
}
.bloglist .list-blog a {
	margin-bottom: 20px;
	padding-right: 0;
	width: 100%;
	padding-bottom: 20px;
}
.bloglist .list-blog a:last-child {
	border-bottom: none;
}
.bloglist .list-blog img {
	width: 120px;
}
.bloglist .blog_meta {
	bottom: 0;
}
.bloglist .link-block .date {
	right: 15px;
}

.head-blog {
	padding: 20px;
}
.head-blog .text-main2 {
	font-size: 20px;
}
.body-blog {
	padding: 20px;
}
.body-blog .main-img {
	width: 200px !important;
	margin: 0 0 10px 10px;
}
.body-blog .sub-img {
	width: 320px;
	margin: 20px auto 0;
}
.body-blog .sub-img img {
	width: 140px;
	margin: 20px 10px 0;
	float: left;
}
.old-blog {
	padding-top: 20px;
	margin-top: 20px;
}
.old-blog .list-blog a {
	margin-bottom: 10px;
}
.btn-prev_next {
	width: 150px;
}

.text-block {
	padding: 15px;
}
.color-inner {
	padding: 15px;
	position: relative;
}

/*menu*/
.menu-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.reco-menu .menu-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.menu-item a {
	width: 134px;
	margin-right: 15px;
	float: left;
}
.menu-item .f-right {
	width: 605px;
}
.submenu-price {
	float: right;
}

/*map*/
table.table-access td,
table.table-access th {
	padding: 15px;
}
table.table-access th {
	width: 100px;
}
.coupon-item {
	margin-bottom: 15px;
	padding: 2px;
	position: relative;
}
.coupon-head {
	padding: 20px;
	text-align: center;
}
.coupon-body {
	padding: 20px;
}
.coupon-type {
	font-weight: bold;
	text-align: left;
	padding: 10px 5px 8px;
}
.coupon-icon {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
}

/*job*/
.job-select {
	padding: 10px 0 10px 20px;
}
.job-select .btn {
	margin-right: 10px;
	width: auto;
	padding: 8px;
}
.jobphoto-bottom {
	padding: 10px 15px;
}
.jobphoto-span {
	margin-right: 20px;
}
.jobphoto-span .info-th {
	margin-right: 10px;
}
.job-info-1 {
	width: 80%;
	margin: 0 auto 5px;
}
.job-info-1 th {
	width: 100px;
}
.job-info-1 td {
	padding-left: 10px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}
.job-info-1 td .balloon-1 {
	font-weight: normal;
	line-height: 1;
	padding: 15px;
	height: auto;
}

.job-info {
	padding: 20px;
	margin-bottom: 35px;
}
.job-info .f-left {
	width: 430px;
}
.have_line .job-info .f-left {
	width: 330px;
}
.job-info-tb th {
	padding-bottom: 5px;
}
.job-info-tb td {
	padding-left: 10px;
	line-height: 1.1;
}
.job-info .btn-size-l,
.index-job-bottom .btn {
	padding: 23px 0;
}
.job-info .tel-size {
	line-height: 1.1;
}
.bgpt-1 a.read_more {
	color: #fff;
}
a.read_more {
	text-decoration: underline;
}

.qr-block {
	background-color: #fff;
	width: 110px;
	text-align: center;
	margin-left: 15px;
}
.qr-head {
	padding: 4px 0;
	background-color: #41d500;
	color: #fff;
}
.qr-box {
	display: block;
	padding: 10px;
}

.job-cast .main-draw {
	margin-bottom: 0;
}
.job-cast .main-draw td {
	border: none;
}
.job-hear-wrap {
	margin: -20px;
	padding: 20px;
}
.job-hear-left {
	width: 70px;
	vertical-align: top;
}
.job-hear-right {
	padding-left: 10px;
}
.job-hear-right .balloon-1 {
	height: auto;
	text-align: left;
	padding: 10px 15px;
}
.job-hear-right .balloon-1::after,
.job-hear-right .balloon-1::before {
	top: 30%;
}
.job-find {
	margin-top: 20px;
	padding-top: 20px;
}
.job-find p {
	line-height: 1.6;
}

.qa-item {
	margin-bottom: 15px;
	padding-bottom: 13px;
}
.job-qa .qa-item:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.qa-item .circle {
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 3px 0;
}
.icon-q {
	padding: 1px 0 0;
}
.icon-a {
	padding: 3px 0 0;
}

.outer-service {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
	margin-top: 20px;
}
.outer-service a {
	font-size: 12px;
	padding: 5px;
}
.outer-service > a:last-of-type {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	.outer-service {
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
	.outer-service a {
		width: 100%;
	}
	.outer-service > a:last-of-type {
		margin-left: 8px;
	}
}

/*================================================
 *  shop_1381
 ================================================*/
.add_mail_mag .formbox-editor-855396 {
	padding: 0;
}
.add_mail_mag .formbox-title-855396 {
	margin: 0;
	font-size: 14px !important;
}
.add_mail_mag button.formbox-button-855396 {
	width: 100%;
	padding: 10px;
}

/*================================================
 *  shop4233
 ================================================*/
.reward {
	font-size: 14px;
	max-width: 600px;
	margin: auto;
}
.reward img {
	width: auto;
	max-width: 100%;
}
.item2 {
	padding: 40px;
}
.cml_cont_in_hr {
	border-top: 1px dotted gray;
	height: 1px;
	margin: 10px 0;
}

.cci1_img {
	margin: 0 20px;
	padding: 20px 0 0;
}
.cci2_img {
	margin: 0 0 10px;
	padding: 10px 0 0;
	display: inline-block;
}
.cml_cont_in h3 {
	color: #ff85b4;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 5px;
	text-align: left;
}
.cml_cont_in h4 {
	color: #000;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}
.cml_cont_in h5 {
	color: #ff85b4;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0;
	padding: 10px 0 0;
	text-align: left;
	text-indent: 25px;
}

p.h5_un_ino {
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

.cml_cont_in {
	padding: 20px;
}

/*================================================
 *  shop_5058
 ================================================*/
.shop_5058 .main-cast img.circle,
.shop_5058 .main-draw img.circle {
	border-radius: 0;
}

.sce_comment {
	font-weight: bold;
	margin-top: 5px;
	font-size: 11px;
}
.sce_comment_big {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.cci1_img {
		margin: 0;
		height: auto;
	}
}

/*================================================
 *  shop_5374
 ================================================*/
body.hp_280.site_custom header {
	height: 138px;
}
.header-sub small {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 8px;
	font-size: 10px;
}
body.hp_280.site_custom .footmenu i,
body.hp_280.site_custom .footmenu a {
	color: #f4007a;
}
body.hp_280.site_custom .footmenu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body.hp_280.site_custom header {
		height: 94px;
	}
	body.hp_280.site_custom #nav-btn {
		top: 38px;
	}
	body.hp_280.site_custom .shop-info td.btn-right {
		padding-left: 0;
	}
}

/*================================================
 *  2018.03.16 Custom
 ================================================*/
.header-left {
	width: 380px;
	padding-top: 16px;
}
.header-right {
	width: 720px;
}
.header-right table {
	width: 418px;
	margin-top: 11px;
}
.footinfo-inner-left th {
	width: 70px;
}
.shop-info-worktime {
	display: -webkit-flex;
	display: flex;
}
.shop-info-worktime .info-th.th2 {
	height: 20px;
	width: 100px;
}

@media screen and (max-width: 767px) {
	.header-left {
		padding-top: 7px;
	}
	.shop-info-worktime {
		text-align: left;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 10px;
	}
	.shop-info-worktime .info-th.th2 {
		margin-right: 10px;
		margin-bottom: 0;
		height: 24px;
		padding-top: 4px;
		width: 85px;
	}
}

/*================================================
 *  2018.07.09 Custom
 ================================================*/
.entry-caution {
	line-height: 1.6;
	color: #f00;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.entry-caution {
		padding: 20px 20px 10px;
	}
}

/*================================================
 *  2025.01.27 Custom
 ================================================*/
.castlist_area .title-page {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 20px 65px;
}

.castlist_area .cast-select {
	display: flex;
	justify-content: space-between;
}

.castlist_area .cast-select .btn {
	width: 80px;
}

.castlist_area .cast_schedule_count {
	margin-bottom: 20px;
	line-height: 1;
}

.castlist_area .cast_schedule_count .cast_cc {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.castlist_area .title-page {
		padding: 10px 10px 10px 35px;
	}

	.castlist_area .cast-select {
		overflow-x: scroll;
	}

	.castlist_area .cast-select .btn {
		margin-bottom: 0;
		min-width: 21vw;
	}

	.castlist_area .cast_schedule_count {
		margin-bottom: 10px;
		background-color: #ffffff;
		padding: 15px 0;
		border: 1px solid #ffc5ed;
	}

	.castlist_area .cast_schedule_count .text-main {
		font-size: 16px;
	}
}
