@charset "UTF-8";
/*
Theme Name: Akiba Casino Quest
Author: lotusweb
Description: カジノクエスト用オリジナルテーマ
Version: 1.0
*/

/*----------全体設定----------*/
body {
 	 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 	 font-size : 16px; 
	 line-height: 1.7em;
	 color: #333;
	 margin:0;
}
div,ul,li,p,h1,h2,h3,h4,h5,h6,img,table,tr,th,td {
	margin: 0;
	padding: 0;
}
a {
	color: #454545;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7 ;	
	color: #3c96db;
}
li {
	list-style-type:none;
}
.wd100 {
    width: 100%;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
.breadcrumbs {
	font-size: 14px;
    margin: 20px 0px;
}

.round  {  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}  
.leftcol a {
  float: left;
  color: #896ec7;
  margin: 30px 0px 10px;
}

.rightcol a {
  float: right;
  color: #896ec7;
  margin: 30px 0px 10px;
}
.wp-pagenavi {
    text-align: center;
}


/*----------全体BG設定----------*/
.bg_header {
	background-color: #6a1334;
}
.bg_kv {
	background-image: url("img/bg_green.gif");
}
.bg_main{
    background: url("img/bg_sns.png") 
		left bottom no-repeat,
		url("img/bg_yellow.gif") 
		left top ;
    }
.bg_footer {
	background-color:#6a1334;	
}
.bg_second {
        background: url("img/bg_sns.png")
        left bottom no-repeat,
        url("img/bg_sd.png") 
		left top no-repeat,
		url("img/bg_yellow.gif") 
		left top ;
    }

/*----------共通margin設定----------*/
.mg30 {
    margin: 30px;
}
.mtb10 {
  margin: 10px 0px;
}
.mtb20 {
  margin: 20px 0px;
}
.mtb30 {
  margin: 30px 0px;
}
.mtb40 {
  margin: 40px 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.pd0 {
  padding: 0px;
}
.pd10 {
  padding: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pd20 {
  padding: 20px;
}

/*----------navi----------*/
.navbar-header2 {
	overflow:hidden;
}
.navbar-default {
	background-color:#6a1334;
}
.nav img:hover {
	opacity: 0.7;	
}
/* navbar ハンバーガー四角枠 */
.navbar-default .navbar-toggle {
border-color: #6a1334;
margin-right:0;  
padding:10px 7px;
}
/* navbar ハンバーガー三本線 */
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #ccb2bc;
}
/* navbar ハンバーガーボタン,タップとホバーした時の四角枠 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
border-color: #ccb2bc;
}
/* navbar ハンバーガーボタン,タップとホバーした時の三本線 */
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:hover > .icon-bar {
background-color: #ffffff;
}
/* navbar Brandのカラー */
.navbar-default .navbar-brand {
color: #6a1334;
}
nav ul li {
  margin-top: 5px;
  margin-right: 3px;
  display: inline-block;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  display: inline-block;
}


/*----------main----------*/
.mainbox {
	width: 2000px;
}
.imglink img:hover {
	opacity: 0.7 ;	
}
.logo img:hover {
	opacity: 0.7 ;	
}
.status {
	width: 104px;
}

/*----------main info----------*/
.info_nowrap {
	width:260px;
	vertical-align:top;
}
.info_nowrap2 {
	width:170px;
	vertical-align:top;
}
.infoicon {
	padding: 3px 10px;
}
.infoicon2 {
	padding: 3px 10px 3px 0;
}
p.info_more {
    text-align: right;
    margin: 10px 0px;
    font-weight: bold;
    font-size : 14px; 
}
p.info_more a {
    color: #666;
}
/*----------main bnr----------*/
.mainbnr {
    background-color: #fff;
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;   /* Firefox用 */
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
/*----------main game system----------*/
.circle{
	display: flex;
	justify-content: space-between;
}
.circle img {
	display: block;
	max-width:100%;
}
.circle .imglink {
	max-width: 114px;
}

/*----------main sns----------*/
.sns {
	background-image: url("img/bg_gray.gif");
}
.snsbox {
    width: 100%;
	display: inline-block;
	padding: 0px 15px;
	margin: 20px 0px;
}
.snsbox2 {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.line {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px;
}
.twitter {
    width: 30%;
}
.youtube {
    width: 30%;
    height: 250px;
    background-color: #000;
    vertical-align: middle;
}
.facebookbox {
    width: 30%;
}
.showroom {
    background-color: #000;
    height: 115px;
}
.showroom a img {
    padding: 11%;
}
.facebook {
    background-color: #2b4986;
    height: 115px;
}
.facebook a img {
    padding: 9%;
}
/*----------side----------*/
.sideimg {
	width: 100%;
}
.asidebox {
	background: url("img/bg_yellow.gif");
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;   /* Firefox用 */
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
/*----------side_mypage----------*/
.mypagettlbox {
	background-color: #1fb166;
	padding: 10px 40px;
	text-align: center;
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;   /* Firefox用 */
    -moz-border-radius-topright: 5px;
}
.mypagettlbox img {
    width: 100%;
}
.mypage_bigbox {
    text-align: center;
    background-color: #fffdee;
    padding: 10px;
    -webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
.mypagebox {
	background-color: #fffdee;
}
.mypagebox ul li {
    vertical-align: middle;
}

.mypageformbox {
	background-color: #fffdee;
	padding: 20px 0px;
    -webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
.mypageform {
	padding: 2px 10px;
}

.mypageform {	
	overflow: hidden;
	vertical-align: middle;
}
.formtxt {
    display: block;
    width: 65%;
    float: left;
    margin: 2px 5% 0 5%;
}
.formimg {
    display: block;
    float: left;
    margin: 0 5% 0 0;
    width: 20%;
}
.mypage_status {
    text-align: right;
}
.mypage_status a {
    color: #6a1334;
    font-size: 14px;
}
.mini {
	font-size: 12px;
}
.total {
	font-size: 12px;
	font-weight: bold;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
.history {
	margin: 20px 0px 10px;
	text-align: center;
}
.history li {
	text-align: left;
	text-indent: -4em;
    padding-left:4em;
}
.medal {
	margin-left: 10px;
}
/*----------form----------*/
/* Chrome */
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 90%;
}

/* Firefox */
::-moz-placeholder {
    color: #ccc;
}

/* IE */
:-ms-input-placeholder {
    color: #ccc;
}

/*----------footer----------*/
.footer_left {
	color: #ccb2bc;
	margin: 30px 0px;
	padding: 0px;
}
.footer_left a {
	color: #ccb2bc;
}
.footer_sns {
	margin: 20px 0px;
	padding: 0px;
}

.footer_right a {
	color: #ccb2bc;
}
.footer_right2 {
	color: #ccb2bc;
	margin: 30px 0px;
	padding: 0px;
}
.footer_right2 a {
	color: #ccb2bc;
}
.footer_center {
	text-align: center;
	color: #ccb2bc;
	font-size: 14px;
	margin: 0px auto 30px;
	padding: 0px;
}
 
/*----------2nd_info----------*/
.box2 {
    margin: 0px auto 20px;
    padding: 10px;
    background-color: #fffdee;
    -webkit-border-bottom-right-radius: 10px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;   /* Firefox用 */
    -moz-border-radius-bottomright: 10px;
}
.box2ttlbg {
    background-image: url("img/bg_beige.gif");
    margin: 0px;
    padding: 0px;
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 10px; 
    -moz-border-radius-topleft: 10px;   /* Firefox用 */
    -moz-border-radius-topright: 10px;
}
.box2l{
    float: left;
    margin: 20px 10px 20px 20px;
}
.box2r{
    float: right;
    margin: 20px 10px 20px 20px;
}
.box2r p {
    color: #6a1334;
    font-size: 14px;
}
.infotopboxtable {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
}
.infotopbox {
    max-width: calc(100% - 10px);
    width: 30%;
}
.infotopbox img {
    width: 100%;
    height: auto;
}
.infotopbox p.date {
    color: yellowgreen;
    font-size: 12px;
}
.infotopbox img.infotopicon {
    width: 137px;
    height: 25px;
}
.eventtable {
	width:100%;
}

/*----------2nd_page----------*/
.box2page {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fffdee;
}
.box2page h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 20px;
}
.pagedate {
    font-size: 14px;
    text-align: right;
    color: #d6c63d;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.pagedate_mypage {
    font-size: 12px;
    text-align: right;
    color: #333;
    margin-top: 30px;
}
.pagebox {
    margin: 40px 20px 10px;
}
.pagebox img {
    width: 70%;
    height: auto;
}
.pagebox h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px;
}

.pagebox h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: left; 
    padding-bottom: 5px;
}
.pagebox h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: left; 
}
.pagebox p {
    margin: 40px 0px;
}
.pagebox img.pic {
    width: 90%;
    height: 70%;
}
.pagebox img.aligncenter {
    display: block;
    margin: 0px auto;
}
#wpcomm {
    margin: 0px auto !important;
}
#wpcomm .wc-thread-wrapper {
    padding: 0px !important;
    margin-bottom: 0px !important;
}


/*----------2nd_side----------*/
.side_categoryttl {
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: #a08757;
    -webkit-border-top-right-radius: 10px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-left-radius: 10px;  
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;   /* Firefox用 */
}
.side_categoryttl img {
    margin: 10px 0px;
}
.side_categorybox {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fffdee;
    -webkit-border-bottom-right-radius: 10px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;   /* Firefox用 */
    -moz-border-radius-bottomright: 10px;
}
.side_categorybox p {
    font-size: 14px;
}

/*----------2nd_staff_all----------*/
.staff {
    display:flex;
    margin: 20px 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.staff li {
    width: 160px;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
}
.staffempty li {
    width: 160px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
}
.staff li img {
    width: 100%;
    height: auto;
}
/*----------2nd_staff_iv----------*/
.staffbox {
    margin: 30px 20px 10px;
}
.staffpicbox {
    margin: 0px auto;
    padding: 0px;
}

.staffivh1 {
    color: #e86da4;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

#bigpic {
    margin: 3px auto 10px;
    width: 100%;
    height: auto;
}
#bigpic img {
    width: 100%;
    height: auto;
}

.thumbbox {
    width: 100%;
    display: flex;
	justify-content: space-between;
    
}
.staffpic_thumb {
    flex-basis: auto;
    width: 30%;
    height: 100%;
}

.staffpic_thumb img {
    width: 100%;
    height: auto;
}
.staffpro {
    padding: 0px;
}
.staffpro table {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 3px;
    margin-bottom: 80px;
}
.staffpro td {
    padding: 3px;
}
td.staffpro_stars {
    padding: 3px;
    color: #ac7b13;
    font-weight: bold;
}
.staffpro_l {
    background-color: #f4cedd;
    vertical-align: top;
    color: #6a1334;
    font-weight: bold;
}
.staffpro_l img {
    margin-right: 5px;
}
.staffpro_r {
    background-color: #fdecf4;
    vertical-align: top;
}

/*----------2nd_game----------*/
.gamebox {
    padding: 20px;
}
.gamebox ul {
    margin: 20px 0px;
}
.gamettl {
    padding-bottom: 10px;
    border-bottom: dotted 1px #333;
}

.gameillust img {
    margin-top: 20px;
}
.gamename {
    color: #e21c5e;
    font-weight: bold;
    font-size: 20px;
}
.gametips {
    color: #e21c5e;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}
.gametxt {
    color: #666;
    padding-bottom: 10px;
}
.gametxt a {
    color: #6a1334;
    text-decoration: underline;
    outline: none;
}
.game1set a {
    margin: 10px 0px;
    color: #3c96db;
    font-weight: bold;
}
.gamecolumn {
    padding: 0px;
    margin: 20px 0px;
}
.gamepdf a {
    color: #3c96db;
    font-weight: bold;
}

/*----------2nd_system_price----------*/

.price {
    padding: 0 30px 60px 30px;
    border-bottom: dotted 1px #333;
}
.drinkfood {
    padding: 30px;
}
.pricettl {
    text-align: center;
    margin: 30px 0px 10px !important;
}
.price,.drinkfood,.img-responsive {
    display: inline-block;
}

.pt1,.pt2,.dft {
    width:100%;
}

table.pt1 td {
   display: table-cell;
}
table.pt2 td {
   display: table-cell;
}
table.dft td {
   display: table-cell;
}
.pttr {
    border: solid 1px #B7CAA9;
    background-color: #f9fbcc;
}

.pt1 td {
    padding: 5px 10px;
}
.pt2 td {
    padding: 5px 10px;
}
.dft td {
    padding: 5px 10px;
}
.pt1_left {
    width: 40%;  
    background-color: #D7EA99; 
}
.pt1_middle {
    width: 30%; 
    text-align: center;
    font-weight: bold;
    color: #166e29;
    border-left: solid 1px #B7CAA9;
}
.pt1_right {
    width: 30%; 
    text-align: center;
    font-weight: bold;
    color: #166e29;
    border-left: solid 1px #B7CAA9;
}

.pt2_left2 {
    width: 50%;  
    background-color: #D7EA99; 
    vertical-align: top;
}
.pt2_right2 {
    width: 50%; 
    text-align: center;
    font-weight: bold;
    color: #166e29;
    border-left: solid 1px #B7CAA9;
}

.dfttr {
    border: solid 1px #f2cb6d;
    background-color: #fff0cb;
}
.dft_left {
    width: 50%;  
    background-color: #f8d98d;
}
.dft_right {
    width: 50%;  
    text-align: center;
    font-weight: bold;
    color: #b25d03;
    border-left: solid 1px #f2cb6d;
}
.pricechange {
    text-decoration: line-through;
    font-size: 14px;
}
.pricechangered {
    color: red;
    font-weight: bold;
}
.captionred {
    color: red;
    font-weight: bold;
    text-align: center;
}
.drinkred {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
/*----------2nd_system_profession----------*/
.profession {
    padding: 0px 30px 10px;
}
.profession_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #166e29;
    margin: 30px 0px;
}

.pftable {
    margin: 20px 0px;
}

.pftable td {
    padding: 20px 20px 10px 0px;
    display: table-cell;
}
.pf_card {
    width: 35%;
    display: table-cell;
    vertical-align: top;
}
.pf_card_last{
    text-align: center;
}
.pftleft {
    padding: 20px;
}
.expbox,.misson {
    width: 100%;
    background-color: #fff;
    margin: 20px 0px;
}

.expbox th {
    background-color: #eee;
    text-align: center;
    border: solid 1px #ccc;
    display: table-cell;
}

.expbox td {
    border: solid 1px #ccc;
    padding: 3px 5px;
    text-align: center;
    display: table-cell;
}
.expbox td.continue {
    border: none;
    background-color: #fffdee;
    padding: 3px 5px;
    display: table-cell;
}
.mission_r {
    border: solid 1px #ccc;
    padding: 3px 5px;
    display: table-cell;
}
.mission_l {
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 3px 5px;
    text-align: center;
    display: table-cell;
}
.expbox .mission_l p {    
    text-indent: -2em;
    padding-left:2em;
}
.alchemy {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.alchemy img {
    width: 600px;
    height: auto;
}
.itembox {
    margin: 20px 0px;
    width: 100%;
}
.itembox p {
    padding-left:3em;
    text-indent:-3em;
}
.itembox th {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px 0px 5px;
    padding: 3px 10px;
    background-color: #2d9d45;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.itembox tr td {
    display: table-cell;
    padding: 20px 0px 10px;
    border-bottom: dotted 1px #bbb;
}
.itemillust {
    vertical-align: top;
    text-align: center;
}
.itemillust img {
    width: 100px;
    height: auto;
    margin: 0px 10px 0px 0px;
}
.itemname {
    font-size: 18px;
    font-weight: bold;
    color: #2d9d45;
    margin: 0px 0px 5px;
}
.tornament {
    width: 100%;
    background-color: #fff;
    margin: 30px 0px;
}
.tornament p {
    padding: 10px 5px;
}
.tornament th {
    background-color: #2d9d45;
    color: #fff;
    text-align: center;
    padding: 5px;
    display: table-cell;
    border: solid 1px #ccc;
}
.tornament_l {
    width: 20%;
    background-color: #eee;
    border: solid 1px #ccc;
    text-align: center;
    display: table-cell;
    padding: 5px;
}
.tornament_m {
    width: 20%;
    border: solid 1px #ccc;
    text-align: center;
    display: table-cell;
    padding: 5px;
}
.tornament_r {
    width: 60%;
    border: solid 1px #ccc;
    display: table-cell;
    padding: 5px;
}
.tmtop {
    background-color: #cdecd4;
    border: solid 1px #ccc;
    text-align: center;
    display: table-cell;
}
/*----------2nd_qa----------*/
.qabox {
    margin: 20px;
}
.qabox ul {
    margin: 20px 0px;
}
.question {
    color: #e21c5e;
    padding-left:2em;
    text-indent:-2em;
    font-weight: bold;
}
.answer {
    color: #666;
    padding-left:2em;
    text-indent:-2em;
    padding-bottom: 10px;
    border-bottom: dotted 1px #333;
}
.answer a {
    margin: 10px 0px;
    color: #3c96db;
    /*padding-left:2em;*/
    text-indent:-2em;
    font-weight: bold;
}

/*----------2nd_ranking----------*/
.rankingbox {
    padding: 30px 30px 10px;
}
.rankingbox h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}
.rankingbox p {
    margin: 20px 0px;
}
.rankingdate {
    font-size: 14px;
    text-align: right;
    color: #d6c63d;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.rankingtable {
    padding: 0px 100px;
}
p.rtxt {
    font-size: 18px;
    font-weight: bold;
    color: #166e29;
    text-align: left;
    margin: 30px 0px;
}
p.rtxt a {
	color: #3c96db;
}

p.r2txt {
    font-size: 18px;
    font-weight: bold;
    color: #166e29;
    text-align: left;
    margin: 10px 0px;
}
p.r2txt a {
	color: #3c96db;
}

.ranking {
    width: 100%;
    padding: 30px 100px;
    margin: 30px 0px;
}

.ranking th {
    background-color: #2d9d45;
    color: #fff;
    text-align: center;
    padding: 5px;
    display: table-cell;
    border: solid 1px #ccc;
}
.ranking_l {
    width: 20%;
    border: solid 1px #ccc;
    text-align: center;
    display: table-cell;
}
.ranking_l img {
     width: 60px;
     height: auto;
 }
.ranking_m {
    width: 40%;
    border: solid 1px #ccc;
    text-align: center;
    display: table-cell;
}
.ranking_r {
    width: 40%;
    border: solid 1px #ccc;
    display: table-cell;
    text-align: center;
}
/*----------2nd_company----------*/
.company {
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0px 3px;
    width: 90%;
}
.company td {
    padding: 5px 30px 5px 10px;
}

.left {
    width:30%;
    font-weight: bold;
    background-color: #eeecec;
}

.right {
    border-bottom: solid 1px #ccc;
}

.align {
    vertical-align: top;
}
/*----------2nd_contact----------*/
.contactbox {
    margin: 30px auto;
    width: 90%;
}

.form-width { 
    max-width: 100%;
}
.wpcf7-submit {
font-size: 1.0em;
padding: 5px 25px;
background-color: #6a1334;
color: #fff;
border-style: none;
}
 
.wpcf7-submit:hover:enabled {
	opacity: 0.7 ;	
}

.reqruit_ttl {
    width: 100%;
    margin: 30px 0px;
    background-color: #6a1334;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
}
.reqruit_form {
    width: 100%;
    padding: 0px 40px;
    text-align: left;
}
/*----------2nd_sitemap----------*/
.sitemap {
    padding: 30px 30px;
}
/*----------widget----------*/
.widget_search {
    margin-top:70px;
}
.screen-reader-text {
position: absolute;
left: -9999px;
}
#s {/* 検索文字を入力する部分 */
    width:70%;
    height:30px;
}
#searchsubmit {/* 右側の[検索]ボタン */
    width:25%;
    height:30px;
    background-color: #1fb166;
    color: #fff;
    border-style: none;
}
.widget-title {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    background-color: #1fb166;
    -webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-left-radius: 5px;  
    -moz-border-top-bottomleft: 5px;   /* Firefox用 */
    -moz-border-top-bottomright: 5px;
}
.widget_categories ul,
.popular-posts ul,
.widget_archive ul {
    background-color: #fffdee;
    padding: 10px;
    -webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
.widget_categories li,
.popular-posts li,
.widget_archive li {
     border-bottom: 1px dotted #ccc;
}
.widget_categories li:last-child,
.popular-posts li:last-child,
.widget_archive li:last-child {
     border-bottom: none;
}
.widget_archive {
    margin-bottom: 30px;
}
.searchform {
    background-color: #fffdee;
    padding: 10px;
    -webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
.post-stats {
    color: #d6c63d !important;
    line-height: 1.5em !important;
}
/*==========　プラグインカスタマイズ　==========*/
/** Custom Meta Slider CSSを上書きするために使用**/
.metaslider .flexslider {
    margin: 0 0 0px 0 !important;
}

.flex-control-nav {
	bottom: 10px !important;
}
.post-meta {
    color: #fffdee !important;
}
.ai1ec-single-event .ai1ec-event-avatar img {
    display: none !important;
}
.macao_ttl {
    margin: 20px 20px 40px;
    padding: 10px 15px;
    border: 1px solid #dedede;
}

/** YARPP CSSを上書きするために使用**/
/*.yarpp-related {
    margin: 20px !important;
    clear: both;
}

.yarpp-related h3 {
    background-color: #eee;
    font-weight: bold;
    padding: 10px !important;
    font-size: 18px !important;
    text-transform: capitalize;
    margin: 0;
}

.yarpp-related p {
    margin: 20px 0px;
}*/

/*==========  メディアクエリ  ==========*/


@media screen and (max-width: 480px){
/*----------smartphone_2nd_infotop----------*/
.line {
    width: 100%;
    text-align: center;
}
.box2l {
    float: left;
    both: clear;
    margin: 10px 10px 0px 10px;
}
.box2r {
    float: right;
    both: clear;
    margin: 5px 5px 5px 5px;
}
.infotopboxtable {
    margin: 0px;
}
.infotopbox img {
    margin: 0px 10px;
}
.infotopbox img.infotopicon {
    width: 110px;
    height: 20px;
    margin: 0;
}
.infotopboxsp {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-bottom: dotted 1px #6a1334;
    overflow: hidden;
}
.infosp-l {
    float: left;
    clear: both;
    width: 30%;  
}
.infosp-r {
    overflow: hidden;
    float: right;
    width: 60%;
    line-height: 1.6em;
}

.staffpro {
    width: 100%;
    float: right;
    text-align: left;
    clear: right;
    margin: 20px auto;
}
.staffpro table {
    padding-left: 0px;
    border-spacing: 0px;
}
.gamename {
    margin-left: 10px;
}
.gameillust {
    padding: 0;
}
.gametxt {
    margin-left: 10px;
}
.gamebox img {
    margin: 20px 10px 0px 0px;
}
.game1set a {
    margin-left: 10px;
}
.profession {
    padding: 0px 10px;
}
.itemillust img {
    width: 60px;
    height: auto;
    margin: 0px 10px 0px 0px;
}
.rankingbox {
    padding: 20px 5px 0px;
}
.rankingtable {
    padding: 0px 5px;
}
.facebookbox {
    width: 100%;
}

}
@media screen and (max-width: 570px){
/*----------smartphone_main game system----------*/
.circle .imglink {
	width: calc(20% - 5px);
}
.circle .imglink a {
	font-size: 11px;
}
}
@media screen and (max-width: 768px){
/*----------smartphone_navi----------*/
.nav-wrap{
    display: flex;
    align-items: center;
}
/*----------smartphone_bootstrap padding minus----------*/
.space {
    padding: 0;
}
/*----------smartphone_main----------*/
.main_ttl  {
	margin: 40px 0px 10px;
	padding-bottom: 7px;
}
.snsbox {
	padding: 0px;
	margin: 20px 0px;
}
.snsbox2 {
    padding: 0px;
	margin: 0px;
}
.line {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    background-color: #fff;
}
.twitter {
    width: 100%;
}
.facebook, .showroom {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 0px;
}
.youtube {
    width: 100%;
}

/*----------smartphone_main info----------*/
.underline {
    border-bottom: 1px dotted #d6c63d;
 }
.info td {
	margin: 2px;
	padding-bottom: 3px;
	width:100%;
}

.pcib{
	display: inline-block;
}
/*----------smartphone_main event----------*/

.eventdate {
	background-color: #F4EC5A;
	width:100%;
	vertical-align:top;
}
.eventtxt {
	padding: 15px 0px;
}
.eventtxt_lastchild {
	padding-bottom: 20px;
}

/*----------smartphone_side----------*/
.aside_tabsm {
	margin-top: 10px;
}
.asidebox {
	margin-bottom: 10px;
	padding: 0px;
	background: url("img/bg_yellow.gif");
    -webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px;   /* Firefox用 */
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px;   /* Firefox用 */
    -moz-border-radius-bottomright: 5px;
}
.sideimg {
	width: 98%;
}
/*----------smartphone_side_mypage----------*/
.mypagettlbox {
	margin-top: 0px;
}
.mypagebox {
    width: 90%;
    margin: 10px auto;
}
.mypageformbox {
    margin: 0px auto;
	padding: 10px 50px;
}
.formtxt {
    height: auto;
}

/*----------smartphone_footer----------*/
.footer_linetop  {
	border-top: 1px dotted #ccb2bc;
	border-bottom: 1px dotted #ccb2bc;
	padding: 7px 0;
}
.footer_line  {
	border-bottom: 1px dotted #ccb2bc;
	padding: 7px 0;
}  
/*----------smartphone_post----------*/
.pagebox img {
    width: 100%;
    height: auto;
}
/*----------smartphone_system_price----------*/  
.price {
    padding: 30px 10px 60px;
}
.drinkfood {
    padding: 30px 10px;
}
.pftable td {
    padding: 20px 10px 10px 0px;
    display: table-cell;
}
.pf_card_last{
    vertical-align: top;
    text-align: left;
}
/*----------smartphone_staff_iv----------*/  

.staffpro_ttl {
    text-align: center;
    margin: 0px 0px 20px;
}
.staffpro table {
    width: 100%;
    font-size: 14px;
}
.staffpro td {
    width: 100%;
    padding: 3px;
}
.staffpro_l {
    background-color: #f4cedd;
    vertical-align: top;
}
.staffpro_r {
    background-color: #fdecf4;
    vertical-align: top;
}
.staffbox {
    margin: 20px 5px 10px;
}
#bigpic {
    margin: 3px auto 15px;
}
/*----------smartphone_company----------*/
.underline {
	border-bottom: 1px dotted #d6c63d;
}
.company td {
	margin: 2px;
	padding-bottom: 3px;
	width:100%;
	display: block;
}
.left {
    width:90%;
    display: inline-block;
}
/*----------td,th {
    display: inline-block;
}----------*/  

.reqruit_ttl {
    width: 100%;
}
.reqruit_form {
    padding: 0px 15px;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
/*----------tablet_mypage----------*/  
.mypagettlbox {
	background-color: #1fb166;
	padding: 10px 120px;
	/*margin-top: 30px;*/
	text-align: center;
}
.mypagettlbox img {
    width: 80%;
}
.mypagebox {
    width: 40%;
	margin: 0px auto;
}
.mypage_status {
    text-align: center;
}
.mypageformbox {
    margin: 0px auto;
	padding: 10px 100px;
}
.formtxt {
    height: auto;
}
.formimg {
    width: 10%;
    height: auto;
}
/*----------tablet_main you tube----------*/
.movie_tab {
	float: left;
	width: 50%;
	padding: 20px;
	margin-top: 0px;
}

.snsbox {
    width: 100%;
	display: inline-block;
	padding: 0px 10px;
	margin: 10px 0px;
}
.snsbox2 {
    width: 100%;
	display: flex;
    justify-content: space-between;
}
.line {
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px;
}
.twitter {
    width: 32%;
    margin-bottom: 20px;
}
.facebookbox {
    width: 32%;
    margin-bottom: 20px;
}
.facebook, .showroom {
    width: 100%;
    height: 95px;
    padding-top: 10px;
}
.youtube {
    width: 32%;
    height: 210px;
    margin-bottom: 20px;
}


/*----------tablet_sidemenu----------*/
.searchform {
    padding: 20px;
}
/*----------tablet_2nd_info----------*/
.infotopbox {
    padding: 15px 5px;
    width: 30%;
}

}

@media screen and (min-width: 992px){
/*----------pc_navi----------*/
.nav-wrap{
    float:left;
}
#gnavi{
    float:right;
}
/*----------pc_common----------*/
.logo {
    width:100%;
}
.main_ttl  {
	margin: 30px 0px;
}
.indexbox {
    max-width: 1140px;
}
/*----------pc_event----------*/
.eventdate {
	width:170px;
	vertical-align:top;
}
/*----------pc_side----------*/
.aside_tabsm {
	width: 260px;
}
.asidebox {
	margin-bottom: 30px;
	padding:0; 
	width: 260px;
}
/*----------pc_main you tube----------*/
.movie_tab2 {
	margin-top: 18px;
}
/*----------pc_footer----------*/
.footer_right {
color: #ccb2bc;
margin:  30px 0px;
padding: 0px;
padding-left: 30px;
border-left: 1px solid #ccb2bc;
}
/*----------pc_staff_all----------*/
.staffpic {
    width: 160px;
    height: auto;
}
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
	
}

/*----------20190210追加----------*/

.th_price {
    text-align: center;
    padding: 5px 0;
    background: #2d9d45;
    color: #fff;
    border: solid 1px #B7CAA9;
    font-weight: 400;
}
.sttl {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.pro_notice {
    color: #e21c5e;
}
.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* Additional CSS 14-DEC-2021 */

.sns.round.line_section {
    background: transparent;
}
.snsbox2.box_sns {
    justify-content: center !important;
}
.main_wrapper_home{
    padding-bottom: 130px;
}
p.system-stat {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    color: #166e29;
    padding: 5px 0 10px;
    text-align: center;
}
p.system-stat-img {
    padding: 0 0 12px;
}
.bg_second {
    padding-bottom: 250px;
}
.d-none {
    display: none;
}
@media(max-width: 767px){
    .sns.round.line_section {
        background: #D8D8D8;
    }
    .pftable tr td {
        display: block !important;
        height: auto !important;
    }
}
@media(max-width: 1100px){
    #media_image-3 img {
        width: 100%;
    } 
}



