@charset "utf-8";
/*
Theme Name: Yellow Submarine
Theme URI: 
Description: Yellow Submarine
Author:
Author URI: 
Tags: simple
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html{
  scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{box-sizing: border-box;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{
	outline:0;
	box-sizing: border-box;
}

ol, ul {
    list-style: none;
    font-size: 0;
}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

/* メイン画像スライダー設定
------------------------------------------------------------*/
.film_roll_wrapper { overflow: hidden; }
.film_roll_shuttle { position: relative; }
.film_roll_child {
    display: inline-block;
    margin-right: 0px;
    height: 300px !important;
    width: auto !important;
}
.film_roll_child img {
    height: 300px;
}
.btn_prev, .btn_next {
    position: absolute;
    top: 30%;
    width: 48px;
    height: 48px;
}
.btn_prev { left: 15px; }
.btn_next { right: 15px; }
.btn_prev:hover, .btn_next:hover { opacity: 0.7; }
.film_roll_pager { text-align: center; }
.film_roll_pager span { display: none; }
/*#film_roll_arrow { display: none; }*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 780px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/*高さ調整*/
.film_roll_wrapper {
    min-height: unset !important;
    height: 300px;
}
@media only screen and (max-width: 780px) {
/*.metaslider .flex-control-nav {
    display: none;
}*/
.metaslider .flexslider {
    margin: 0 !important;
}
}

/* -------------------------------------------------------------- */

body {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


/* リンク設定
------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
    color: rgba(165, 165, 165, 0.8588235294117647);
    opacity: 0.4;
}
a:active, a:focus {outline:0;}


/* フォーム
------------------------------------------------------------*/
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
border:1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#cf6a88;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
height:auto;
font-size:110%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#a74864;
cursor:pointer;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

/* page navigation
------------------------------------------------------------*/
.pagenav {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 16px;
    font-size: 14px;
}

.prev {
    float: left;
    background: #eaeaea;
    width: 30%;
    text-align: center;
    padding: 16px 0;
    margin: 0 !important;
}
.next {
    float: right;
    background: #eaeaea;
    width: 30%;
    text-align: center;
    padding: 16px 0;
    margin: 0 !important;
}

#pageLinks{
clear:both;
text-align:center;
}

/*===========================================================================

20200520 TOP

===========================================================================*/
header {
    display: block !important;
    padding: 17px 0 15px 0;
}
.inn {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
header .l_bx {
    float: left;
}
header .r_bx {
    float: right;
    width: 59.3%;
}
header .r_bx ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 14px;
}
header .r_bx ul li {
    flex: 100%;
    max-width: 213px;
    margin-left: 4px;
}
header .r_bx a {
    display: block;
    margin: 0px 0 5px 0;
    color: #fff;
    padding: 5px 16px 4px 16px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
}
header .r_bx a img {
    vertical-align: middle;
    margin: 1px 8px 3px 0px;
}
header .r_bx li:first-child a {
    background: #212A76;
}
header .r_bx li:nth-child(2) a {
    background: #8d1b53;
}
header .r_bx li:nth-child(3) a {
    background: #cb2346;
}
header .r_bx li:nth-child(4) a {
    background: #cf3983;
}
header .r_bx li:first-child a:hover,
header .r_bx li:nth-child(2) a:hover,
header .r_bx li:nth-child(3) a:hover,
header .r_bx li:nth-child(4) a:hover
{
    opacity: 0.5;
}
header .r_bx ul li#menu-item-50 a img {
    width: 100%;
}

@media only screen and (max-width: 780px) {
.inn {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
header .r_bx {
    display: none;
}
header .l_bx {
    float: none;
    width: 70%;
}
h1 img {
    width: 100%;
}
header .l_bx {
    float: none;
    width: 70%;
    padding: 0 20px;
}
}


/* navi
------------------------------------------------------------*/
nav#mainNav {
    background: url(images/common/bg_yellow.jpg);
    padding: 16px 3%;
}
nav#mainNav li {
    display: inline-block;
    margin: 0px 32.5px;
    vertical-align: middle;
    text-align: center;
}
nav#mainNav li:first-child {
    line-height: 1px;
}
nav#mainNav li a {
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 780px) {
nav#mainNav {
	display:none;
}
}

/* foot
------------------------------------------------------------*/
.foot_shop {
    background: #000;
    padding: 16px 3%;
    text-align: center;
}
.foot_shop li {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
}
.foot_shop li a {
    color: #fff;
}
.foot_shop li a:hover {
    color: rgba(165, 165, 165, 0.8588235294117647);
}
.foot_nav {
    padding: 24px 3%;
    text-align: center;
    background: #eaeaea;
}
.foot_nav li {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
}
.foot_nav li a {
    font-weight: bold;
}
.foot_nav li:first-child {
    display: none;
}
.foot_nav ul:nth-child(2) {
    margin-top: 24px;
}
.foot_nav ul:nth-child(2) li {
    display: inline-block;
}
.foot_nav ul:nth-child(2) li a:hover {
    opacity: 0.5;
}
#copyright {
    clear: both;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    background: #ffff39;
    display: block;
}

@media only screen and (max-width: 780px) {
.foot_shop li {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0px 2px;
}
.foot_nav ul:first-child {
    display: none;
}
.foot_nav {
    padding: 8px 3%;
    text-align: center;
    background: #eaeaea;
}
.foot_nav li a {
    font-weight: bold;
    line-height: 0px;
    display: block;
}
.foot_nav ul:nth-child(2) {
    margin-top: 0;
}
}


/* front-page
------------------------------------------------------------*/
section {
    font-size: 18px;
    line-height: 28px;
    padding: 50px 3%;
}
section h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 24px;
}
section h2 span {
    display: block;
    font-size: 14px;
    color: #d03e82;
}
section#att {
    background: url(images/bg_gray.jpg);
    text-align: center;
    padding: 48px 3% 48px 3%;
    font-weight: bold;
}
p.att_ttl {
    color: #ad0000;
    margin-bottom: 24px;
}
section#info ul {
    width: 630px;
    margin: 0 auto 32px auto;
}
section#info li {
    font-size: 14px;
}
section#info .d_t {
    font-weight: bold;
}
section#info .d_t span {
    color: #00857d;
    margin-right: 56px;
}
section .link {
    text-align: center;
}
section .link a {
    font-size: 18px;
    font-weight: bold;
    color: #d03e82;
    padding: 10px 48px;
    border: 1px solid #d03e82;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
section .link a:hover {
    background: rgba(208, 62, 130, 0.5607843137254902);
    border: 1px solid rgba(208, 62, 130, 0.5607843137254902);
    color: #fff;
}
section#event {
    background: url(images/common/bg_yellow.jpg);
}
section#event ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
section#event ul li {
    flex: 100%;
    max-width: 23%;
    font-size: 14px;
    padding: 8px;
    margin: 0 8px;
    background: #fff;
    position: relative;
}
span.end_card01 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #00000000;
    padding: 31px 27px;
    background: #555555db;
    border-radius: 12px;
    transform: rotate(22deg);
    bottom: 10%;
    left: 30%;
    width: 33%;
    z-index: 1000;
    box-shadow: 4px 4px 2px 2px rgba(193, 123, 123, 0.2);
    font-weight: bold;
}
span.end_card02 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #00000000;
    padding: 12px 29px;
    background: #555555db;
    border-radius: 12px;
    transform: rotate(22deg);
    bottom: 10%;
    left: 30%;
    width: 33%;
    z-index: 1000;
    box-shadow: 4px 4px 2px 2px rgba(123, 136, 193, 0.2);
    font-weight: bold;
}
section#event ul li img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
section#event .store {
}
section#event .store span {
    color: #008dcf;
    border: #008dcf solid 1px;
    padding: 4px 8px;
    display: inline;
}
section#event .store span.e_type_pm {
    background: none;
    font-weight: normal;
    border-radius: inherit;
    border: #00857d solid 1px;
    color: #00857d;
}
section#event h3 {
    font-size: 17px;
    margin-top: 6px;
    font-weight: bold;
}
section#event .cntt {
    margin-bottom: 8px;
}
section#event ul li div {
    line-height: 22px;
}
section#event ul li a.d_link {
    display: block;
    text-align: center;
    color: #2580bb;
    font-weight: bold;
    font-size: 15px;
    background: #dfdfdf;
    padding: 4px 0;
}
section#event ul li a.d_link:hover {
    opacity: 0.5;
}
section#event .link a {
    background: #fff;
}
section#event .link a:hover {
    background: rgb(208, 62, 130);
    border: 1px solid rgba(208, 62, 130, 0.5607843137254902);
    color: #fff;
}
.e_link {
    text-align: center;
}
section#service ul:first-of-type {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
section#service ul:first-of-type li {
    flex: 100%;
    max-width: 31.3%;
    margin: 0 1%;
}
section#service ul li img {
    width: 100%;
}
section#service h3 {
    background: url(images/bg_black.jpg);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 24px;
    text-align: center;
}
section#service ul:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
}
section#service ul:nth-of-type(2) li {
    flex: 100%;
    max-width: 18%;
    margin: 0 1%;
}
hr.t_line {
    width: 1100px;
}
section#store .store_game h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 24px;
    text-align: center;
    background: #000000;
}
section#store .store_game h3 span {
    font-size: 12px;
    display: block;
}
section#store .store_grand h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 24px;
    text-align: center;
    background: #5c5c5c;
}
section#store .store_grand h3 span {
    font-size: 12px;
    display: block;
}
section#store .store_hobby h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 24px;
    text-align: center;
    background: #acacac;
}
section#store .store_hobby h3 span {
    font-size: 12px;
    display: block;
}
section#store li {
    font-size: 14px;
}
span.tokyo {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 1px;
    font-size: 12px;
}
span.kanagawa {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.chiba {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.saitama {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.tochigi {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.osaka {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.hyougo {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.kyoto {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.aichi {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.hokkaido {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.fukuoka {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
span.hiroshima {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
h4 span {
    background: #000000;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
}
section#store ul li table {
    width: 100%;
    border-collapse: collapse;
}
section#store li td {
    font-size: 15px;
    font-weight: bold;
    display: block;
    border: 1px #a1a1a1 solid;
    padding: 5px;
}
section#store li th {
    font-size: 15px;
    font-weight: bold;
    display: block;
    border: 1px #a1a1a1 solid;
    padding: 5px;
    background: #ffff39;
}
section#store ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
section#store ul li {
    flex: 100%;
    max-width: 23%;
    margin: 0 1% 20px;
}
section#store ul li h4 {
    font-size: 13px;
}
span.shp_course_purchase {
    background: #03aea8;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 11px;
    font-weight: normal;
}
span.shp_course_duel {
    background: #cf3983;
    color: #fff;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 11px;
    font-weight: normal;
}
@media only screen and (max-width: 780px) {
section#att {
    text-align: left;
}
section#info ul {
    width: 100%;
}
section#info .d_t span {
    margin-right: 0;
    display: block;
}
section#event ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
section#event ul li {
    flex: 100%;
    max-width: 48%;
    font-size: 14px;
    padding: 2%;
    margin: 1%;
    background: #fff;
}
span.end_card01 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #00000000;
    padding: 36px 27px;
    background: #555555db;
    border-radius: 12px;
    transform: rotate(22deg);
    bottom: 10%;
    left: 0;
    width: 47%;
    z-index: 1000;
    box-shadow: 4px 4px 2px 2px rgba(193, 123, 123, 0.2);
    font-weight: bold;
}
span.end_card02 {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #00000000;
    padding: 18px 29px;
    background: #555555db;
    border-radius: 12px;
    transform: rotate(22deg);
    bottom: 10%;
    left: -2%;
    width: 48%;
    z-index: 1000;
    box-shadow: 4px 4px 2px 2px rgba(123, 136, 193, 0.2);
    font-weight: bold;
}
section#event .store {
    color: #008dcf;
    border: #008dcf solid 1px;
    padding: 4px 8px;
    display: inline;
    font-size: 10px;
}
section#event h3 {
    font-size: 12px;
    margin-top: 0;
    font-weight: bold;
}
section#event ul li div {
    line-height: 17px;
    font-size: 10px;
    font-weight: bold;
}
section#event ul li a.d_link {
    display: block;
    text-align: center;
    color: #2580bb;
    font-weight: bold;
    font-size: 10px;
    background: #dfdfdf;
    padding: 0px 0;
}
.e_link {
    margin-top: 40px;
}
.e_link img {
    width: 100%;
}
section#service ul:first-of-type li {
    flex: 100%;
    max-width: 100%;
    margin: 0;
}
section#service ul:nth-of-type(2) li {
    flex: 100%;
    max-width: 48%;
    margin: 0 auto;
}
section#store ul li {
    flex: 100%;
    max-width: 48%;
    margin: 0 1% 8px 1%;
}
section#store li th {
    font-size: 12px;
    height: 77px;
}
span.buy {
    font-size: 11px;
}
span.duel {
    font-size: 11px;
}
section#store .store_grand h4 span.area {
    font-size: 11px;
}
section#store .store_hobby h4 span.area {
    font-size: 11px;
}
section#store .store_game h4 span.area {
    font-size: 11px;
}
section#store h4 span {
    display: block;
    text-align: center;
    padding: 0 !important;
    line-height: 21px;
    margin-bottom: 10px;
}
section#store ul li h4 {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}

hr.t_line {
    width: 80%;
}
section .link a {
    font-size: 16px;
    font-weight: bold;
    color: #d03e82;
    padding: 10px 48px;
    border: 1px solid #d03e82;
    border-radius: 30px;
    display: block;
    width: 90%;
    margin: 0 auto;
}
}

/*top 店舗情報*/

.acd-check{
    display: none;
}
.acd-label {
    color: #fff;
    display: block;
    margin-bottom: 1px;
    position: relative;
}
.acd-label:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 23px;
    background-image: url(images/plus.png);
    display: block;
    height: 25px;
    width: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 1s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after {
    content: '';
    background-image: url(images/minus.png);
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    margin-bottom: 40px;
}

@media screen and (max-width: 780px){
.acd-label:after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: 13px;
    background-image: url(images/plus.png);
    display: block;
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}
}

/* 会社概要
------------------------------------------------------------*/
.page_kv {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.page_kv .page_ttl {
    font-size: 32px;
    font-weight: bold;
    padding: 100px 0;
    color: #000;
    background: rgba(255, 255, 255, 0.6392156862745098);
}
.page_kv .page_ttl span {
    font-size: 50%;
    display: block;
    color: #d03e82;
}
table.prf {
    width: 80%;
    margin: 0 auto;
}
table.prf th {
    padding: 16px 0;
    width: 30%;
    vertical-align: middle;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
table.prf td {
    width: 70%;
    padding: 16px 24px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
}
@media screen and (max-width: 559px){
table.prf {
    width: 100%;
    margin: 0 auto;
}
table.prf th {
    padding: 16px 1%;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    display: block;
}
table.prf td {
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
}

/* お知らせ
------------------------------------------------------------*/
section ul {
    font-size: 100%;
}
section#news_list li {
    border-bottom: 1px #ccc dotted;
    padding: 24px 3% 16px;
    width: 80%;
    margin: 0 auto;
}
section#news_list li time {
    font-size: 14px;
}
section#news_list span {
    color: #00857d;
    margin-right: 56px;
    font-weight: bold;
}
@media only screen and (max-width: 780px) {
section#news_list span {
    display: block;
}
section#news_list li {
    width: 100%;
}
section {
    font-size: 16px;
}
}
/* お知らせ詳細
------------------------------------------------------------*/
section#news_dtail time {
    font-size: 14px;
}
section#news_dtail span {
    color: #00857d;
    margin-right: 56px;
    font-weight: bold;
}
section#news_dtail .content {
    font-size: 16px;
}

/* 店舗情報SINGLE
------------------------------------------------------------*/
div#single_kv {
    padding: 180px 0;
}
.single-shop .single_kv_img .page_kv {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.single_kv_img .page_kv {
    background: url(images/single_kvimg.jpg);
}
section#shop_dtail00 {
    background: #f6f6f6;
}
section#shop_dtail00 ul {
    display: flex;
    flex-wrap: wrap;
}
section#shop_dtail00 ul li {
    flex: 48%;
    max-width: 48%;
    margin: 0 1%;
}
section#shop_dtail00 ul li img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
section#shop_dtail01 ul {
    display: flex;
    flex-wrap: wrap;
}
section#shop_dtail01 ul li {
    flex: 48%;
    max-width: 48%;
    height: 400px;
    margin: 0 auto 24px;
}
li.twt {
    position: relative;
    width: 100%;
    height: 380px;
    /* padding-top: 56.25%; */
}
li.twt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
li.ifrm {
    position: relative;
    width: 100%;
    height: auto;
    /* padding-top: 56.25%; */
}
li.ifrm iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
section#shop_dtail01 ul li.ifrm {
    border: 1px #ccc solid;
    border-radius: 10px;
}
section#shop_dtail01 ul li.ifrm iframe {
    border-radius: 10px;
}
section#shop_dtail01 ul li img {
    height: auto;
    width: 100%;
    border-radius: 5px;
}
section#shop_dtail01 ul li.twt > div {
    height: 100%;
}
.single-shop table {
    border-collapse: collapse;
}
.bar span {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
}
span.shp_n {
    display: block;
}
section#shop_dtail01 {
    padding: 48px 3% 32px 3%;
    font-weight: bold;
}
section#shop_dtail02 {
    background: #f6f6f6;
}
section#shop_dtail02 p {
    font-size: 14px;
    width: 65%;
    margin: 0 auto 24px;
    font-weight: bold;
}
section#shop_dtail02 h3 {
    width: 65%;
    background: url(images/bg_black.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 4px 3%;
    margin: 0 auto 24px;
    text-align: center;
}
.dt_info {
    margin-bottom: 60px;
}
.dt_info table td a {
    display: block;
}
.dt_map {
    margin-bottom: 60px;
}
img.icn_tel {
    width: 25px;
    vertical-align: middle;
    margin-right: 8px;
    padding-bottom: 4px;
}
.dt_info table td a {
    display: block;
    margin-bottom: 8px;
}
section#shop_dtail03 ul {
    display: flex;
    flex-wrap: wrap;
}
section#shop_dtail03 ul li {
    flex: 31%;
    margin: 0 auto 24px;
    max-width: 31%;
}
section#shop_dtail03 ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media only screen and (max-width: 780px) {
.single_kv_img .page_kv {
    background: url(images/single_kvimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single_kv_img .page_kv #single_kv {
    font-size: 20px;
    padding: 50px 3%;
}
section#shop_dtail01 ul li {
    flex: 100%;
    max-width: 100%;
    margin: 0 0 24px;
}
section#shop_dtail01 table {
    width: 100%;
    margin-bottom: 40px;
}
section#shop_dtail01 li table td {
    display: block;
    text-align: center;
    width: 100%;
}
section#shop_dtail01 li table th {
    display: block;
    width: 100%;
}
section#shop_dtail01 li table th {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
}
section#shop_dtail02 p {
    width: 100%;
    margin: 0 auto 24px;
}
section#shop_dtail02 h3 {
    width: 100%;
}
.dt_map {
    margin-bottom: 0;
}
section#shop_dtail00 ul li {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
section#shop_dtail03 ul li {
    flex: 100%;
    max-width: 100%;
}
table.prf th {
    background: #dadada;
}
.dt_info {
    margin-bottom: 0;
}
li.ifrm {
    position: relative;
    width: 100%;
    height: 400px;
    padding-top: 56.25%;
}
}
/* 採用情報一覧
------------------------------------------------------------*/
div#wrk_link ul {
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
}
div#wrk_link ul li {
    flex: 14%;
    max-width: 15%;
    text-align: center;
    margin: 1%;
}
div#wrk_link ul li a {
    display: block;
    background: #eee;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
}
.bg_g {
    background: #f6f6f6;
}
.bg_w {
    background: none;
}
div#rcrt_list ul li {
    border-bottom: 1px #ccc dotted;
    padding: 24px 3% 16px;
    width: 80%;
    margin: 0 auto;
}
div#rcrt_list h2 {
    margin-bottom: 40px;
    color: #ffffff;
    padding: 5px 1%;
    font-size: 16px;
    background: #5c5c5c;
}
.wrk_box {
    width: 100%;
    overflow: hidden;
}
h3.tmp {
    display: inline-block;
    font-weight: bold;
    background: #8d1b53;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 8px;
}
.w_ttl p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
span.part_time {
    margin: 0 8px;
    display: inline-block;
    font-weight: bold;
    background: #00857d;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
}
span.contract {
    margin: 0 8px;
    display: inline-block;
    font-weight: bold;
    background: #004dbe;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
}
p.cmmnt {
    display: inline;
    margin-left: 16px;
    font-size: 14px;
}
p.cmmnt span {
    color: #00857d;
    margin-right: 56px;
    font-weight: bold;
    font-size: 14px;
}
.rc_none {
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 780px) {
div#rcrt_list ul li {
    border-bottom: 1px #ccc dotted;
    padding: 24px 3% 16px;
    width: 100%;
    margin: 0 auto;
}
h3.tmp {
    display: inline-block;
    font-weight: bold;
    background: #8d1b53;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0;
}
span.part_time {
    margin: 0 4px;
    display: inline-block;
    font-weight: bold;
    background: #00857d;
    color: #fff;
    padding: 4px 4px;
    font-size: 10px;
    border-radius: 5px;
}
span.contract {
    margin: 0px 4px;
    display: inline-block;
    font-weight: bold;
    background: #004dbe;
    color: #fff;
    padding: 4px 4px;
    font-size: 10px;
    border-radius: 5px;
}
p.cmmnt span {
    color: #00857d;
    margin-right: 0;
    font-weight: bold;
}
p.cmmnt span {
    color: #00857d;
    margin-right: 0;
    font-weight: bold;
    display: block;
}
p.cmmnt {
    display: block;
    margin-left: 0;
    margin-top: 11px;
    font-size: 14px;
}
}


/* 採用情報詳細
------------------------------------------------------------*/
th.cmmt {
    font-size: 20px !important;
}
.w_img ul {
    display: flex;
}
.w_img ul li {
    flex: 23%;
    max-width: 100%;
    margin: 1% 16px;
}
.w_img ul li img {
    height: 100% ;
    width: 100% ;
    object-fit: cover;
    border-radius: 5px;
}
@media only screen and (max-width: 780px) {
table.prf th.cmmt {
    background: none;
    margin-bottom: 32px;
    border: none;
}
.w_img ul li {
    flex: 100%;
    max-width: 100%;
    margin: 0;
}
.w_img ul {
    display: block;
}
.single-work table.prf td {
    text-align: left;
}
.single-work table.prf td.c_c {
    text-align: center;
}
}
/* イベント情報
------------------------------------------------------------*/

span.e_type_pm {
    margin: 0 8px;
    display: inline-block;
    font-weight: bold;
    background: #00857d;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
}
table.event_list {
    width: 100%;
    border-collapse: collapse;
}
table.event_list th, table.event_list td {
    border: 1px solid #dadada;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
}
table.event_list th {
    width: 15%;
}
table.event_list td:first-of-type {
    width: 15%;
}
table.event_list td:nth-of-type(2) {
    width: 40%;
}
table.event_list td:nth-of-type(2) a {
    display: block;
    font-weight: bold;
}
table.event_list td:last-of-type {
    width: 30%;
}
.rc_none + table.event_list {
    display: none;
}

@media only screen and (max-width: 780px) {
table.event_list th, table.event_list td {
    border: 1px solid #dadada;
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100% !important;
    border-bottom: none;
}
table.event_list tr {
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #dadada;
}
table.event_list tr:first-child {
    display: none;
}
}
/* イベントページ
------------------------------------------------------------*/
.post-type-archive-event section#event ul li {
    margin-bottom: 16px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #bdbdbd;
    background: #000;
    color: #bdbdbd;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bdbdbd;
    padding: 3px 5px;
    margin: 2px;
    background: #fff;
}
/* イベント詳細
------------------------------------------------------------*/
.single-event table.prf th.event_img {
}

.single-event section#event_dtail00 {
    background: #f6f6f6;
}
th.event_img img {
    width: 60%;
    height: auto;
}
section#event_dtail01 p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
section#event_dtail02 {
    background: #f6f6f6;
}
section#event_dtail02 p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
section#event_dtail03 p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
section#event_dtail03 img {
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    display: block;
}
section#event_dtail01 h2, section#event_dtail02 h2, section#event_dtail03 h2 {
    width: 100%;
    background: url(images/bg_black.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 4px 3%;
    margin: 0 auto 24px;
    text-align: center;
}
/*イベント詳細エディタ内*/
section#event_dtail03 table {
    border-collapse: collapse;
    width: 100%;
}
section#event_dtail03 table td, section#event_dtail03 table th {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    padding: 8px 1%;
}
section#event_dtail03 table th {
    background: #b5b5b5;
}
section#event_dtail03 table {
    border-collapse: collapse;
    width: 100%;
    margin: 32px 0;
}

@media only screen and (max-width: 780px) {
.single-event table.prf th.event_img {
    background: none;
}
th.event_img img {
    width: 100%;
    height: auto;
}
section#event_dtail01 p,section#event_dtail02 p,section#event_dtail03 p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
section#event_dtail03 img {
    width: 100%;
    height: auto;
    margin: 24px auto;
    display: block;
}
section#event_dtail03 table tr {
    display: block;
    margin-bottom: 16px;
}
section#event_dtail03 table th {
    background: #d5d5d5;
    display: block;
    text-align: center;
}
section#event_dtail03 table td, section#event_dtail03 table th {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    padding: 8px 1%;
    border-bottom: none;
}
section#event_dtail03 table td:last-child{
    border: 1px solid #d5d5d5;
}
}
/* イベント詳細
------------------------------------------------------------*/
.page-template-page-tournament div#wrk_link {
    background: url(images/bg_gray.jpg);
    margin-bottom: 8px;
    padding: 32px 0;
}
.page-template-page-tournament div#wrk_link ul {
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page-template-page-tournament div#wrk_link ul li {
    flex: 31%;
    max-width: 31%;
    text-align: center;
    margin: 1% auto;
}
.page-template-page-tournament div#wrk_link ul li a {
    display: block;
    background: #ffffffc4;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    border: #b8b8b8 1px solid;
}
.page-template-page-tournament div#rcrt_list h2 {
    margin-bottom: 0;
    color: #ffffff;
    padding: 5px 1%;
    font-size: 16px;
    background: #5c5c5c;
}
.page-template-page-tournament #rcrt_list ul li {
    border-bottom: 1px #ccc dotted;
    padding: 24px 8px 16px;
    width: 80%;
    margin: 0 auto;
}
table.tmt_box {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}
tr.listttl th, tr.listttl td {
    text-align: center;
    font-weight: bold;
}
table.tmt_box td, table.tmt_box th {
    vertical-align: middle;
    padding: 4px 8px;
    border: 1px #b8b8b8 solid;
}
table.tmt_box th {
    font-weight: bold;
    color: #00857d;
    text-align: center;
}
table.tmt_box td:nth-of-type(3), table.tmt_box td:nth-of-type(4), table.tmt_box td:nth-of-type(5) {
    text-align: center;
}
table.tmt_box td:first-of-type {
    font-weight: bold;
    color: #d03e82;
}
table.tmt_box td:nth-of-type(2) {
    font-weight: bold;
    width: 17%;
}


.accordion-container {
    position: relative;
    border-top: none;
    outline: 0;
    cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
  position: relative;
}

.article-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 32%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
    display: none;
    padding-left: 0;
}

/* CSS for CodePen */
.accordion-container {
}


@media only screen and (max-width: 780px) {
.page-template-page-tournament div#wrk_link ul li {
    flex: 48%;
    max-width: 48%;
    text-align: center;
    margin: 1%;
}
.page-template-page-tournament div#wrk_link ul li a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0;
}
.page-template-page-tournament section {
    font-size: 18px;
    line-height: 28px;
    padding: 24px 3%;
}
.page-template-page-tournament div#rcrt_list h2 {
    margin-bottom: 0;
    color: #ffffff;
    padding: 4px 1%;
    font-size: 14px;
    font-weight: bold;
    background: #5c5c5c;
}
tr.listttl {
    display: none;
}
table.tmt_box td, table.tmt_box th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
}
table.tmt_box td:last-of-type {
    margin-bottom: 24px;
    text-align: left;
    border-bottom: 1px #b8b8b8 solid;
}
.accordion-content {
    padding-left: 0;
}
.page-template-page-tournament h3.tmp {
    display: inline-block;
    font-weight: bold;
    background: #8d1b53;
    color: #fff;
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0;
}
table.tmt_box td:nth-of-type(2) {
    font-weight: bold;
    width: 100%;
}
}

@media only screen and (max-width: 780px) {
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link:after {
    content: '>';
    position: absolute;
    right: 5%;
    font-size: 16px;
    top: -1px;
}
}

/* 問合せ
------------------------------------------------------------*/
.entry-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
form {
    width: 95%;
    margin: 40px auto 0 auto;
}
.content-form fieldset {
    border: 1px solid #dddddd;
    padding: 10px 0 0 10px;
    margin: 0 0 1.5rem 0;
    width: 98%;
}
.content-form legend {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 5px;
}
.content-form .required {
    color: #fff;
    background: #f00;
    font-size: 12px;
    padding: 4px;
    margin: 0 8px;
    border-radius: 5px;
}
.content-form table {
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 0 5px 0;
    width: 99%;
}
.content-form th {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.2rem;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 40%;
}
.content-form td {
    font-size: 0.9rem;
}
.content-form th, .content-form td {
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    padding: 16px 0 16px 3%;
    vertical-align: middle;
}
.content-form input, .content-form textarea {
    padding: 3px;
    margin-bottom: 3px;
    font-size: 1rem;
}
.content-form input, .content-form textarea {
    font-size: 14px !important;
}
#mailform {
    width: 1000px;
    margin: 10px auto;
    font-size: 16px;
}
#mailform div {
    width: 80%;
    text-align: center;
    font-size: 16px;
    margin: 20px auto;
}
#mailform .submitbut input {
    color: #d03e82;
    padding: 10px 48px;
    border: 1px solid #d03e82;
    border-radius: 30px;
    display: block;
    width: 310px;
    margin: 0 auto;
    background: #fff;
    font-weight: bold;
    font-size: 18px !important;
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}
#mailform .submitbut input:hover {
    background: rgba(208, 62, 130, 0.5607843137254902);
    border: 1px solid rgba(208, 62, 130, 0.5607843137254902);
    color: #fff;
}
.pp_detail {
    height: 180px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    margin-bottom: 24px;
}
div#policy {
    font-size: 14px;
}
div#policy p {
    margin-bottom: 16px;
}
.pp_detail strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 8px 3%;
    text-align: center;
    margin-bottom: 16px;
}
.pp_detail {
    padding: 8px 3%;
    height: 180px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    margin-bottom: 24px;
}
.submitbut {
    text-align: center;
    font-size: 18px;
}
.agree {
    text-align: center;
    margin-bottom: 16px;
}
.check {
    text-align: center;
    font-size: 18px;
}
select {
    width: 60%;
    height: 33px;
    border: 1px solid #ccc;
}
tr.post_n input#zip {
    width: 10%;
}
tr.post_n input#zip1 {
    width: 10%;
    margin-left: 4px;
}
.bank_ttl {
    color: #fff;
    font-weight: bold;
    background: url(images/bg_black.jpg);
    text-align: center;
    padding: 4px 0;
    margin-right: 16px;
}
.att02 {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 18px;
    margin-bottom: 24px;
}
@media screen and (max-width: 780px){
form {
    width: 100%;
    margin: 40px auto 0 auto;
}
.content-form fieldset {
    border: 1px solid #dddddd;
    padding: 8px 4px;
    margin: 0 0 1.5rem 0;
    width: 98%;
}.content-form th, .content-form td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-right: none;
    border-left: none;
}
/*.content-form input, .content-form textarea, input {
    width: 100%;
}*/
fieldset#booking_client-fieldset input,
fieldset#booking_client-fieldset textarea{
    width: 100%;
}
span.mwform-tel-field input[type="text"] {
    width: 27% !important;
}
td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-right: none;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 24%;
}
.submitbut {
    text-align: center;
    font-size: 14px;
    margin: 0;
}
#mailform {
    width: 100%;
    margin: 10px auto;
    font-size: 16px;
}
select {
    width: 93%;
    height: 36px;
}
tr.check input#C_g-1,tr.check input#C_g-2,tr.check input#C_g-3 {
    width: 5%;
}
input#a_t-1 {
    width: 5% !important;
}
input#a_t-2 {
    width: 5% !important;
}

}


/* 郵送買取
------------------------------------------------------------*/
section#shipping h2 {
    margin-bottom: 40px;
    line-height: 34px;
}
section#shipping {
    font-size: 14px;
}
section#shipping:nth-of-type(odd) {
    background: #f6f6f6;
}
.shipping_detail {
    width: 100%;
    margin: 0px auto;
}
section#shipping h3 {
    background: url(images/bg_black.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 1%;
    margin-bottom: 24px;
    text-align: center;
}
section#shipping ul.price_link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
section#shipping ul.price_link li {
    flex: 100%;
    max-width: 20%;
    margin: 0 auto;
}
section#shipping ul.price_link li img {
    width: 100%;
}

.shipping_detail ul.take1 {
    display: flex;
}
.shipping_detail ul.take1 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0 1%;
    padding: 1%;
    border: solid 1px #ccc;
}
.shipping_detail .l_b {
    float: left;
    width: 28%;
}
.shipping_detail .r_b {
    float: right;
    width: 70%;
    font-size: 14px;
}
.shipping_detail .l_b img {
    width: 100%;
}
.shipping_detail .r_b span {
    display: block;
}
.shipping_detail ul.take2 {
    display: flex;
}
.shipping_detail ul.take2 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0 1%;
    padding: 1%;
    border: solid 1px #ccc;
}
p.exp {
    text-align: center;
    border-bottom: #acacac solid 2px;
    color: #5c5c5c;
    font-weight: bold;
    width: 80%;
    margin: 0 auto 32px;
}
.shipping_detail ul.take2 h4 {
    background: #5c5c5c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 16px;
}
.shipping_detail ul.take2 li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.shipping_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin-top: 16px;
}
.shipping_detail ul.take2 li span {
    font-weight: bold;
    color: #ff5315;
}
.att {
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 24px;
}
.att span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin: 16px 0 8px 0;
    color: #5c5c5c;
}

@media screen and (max-width: 780px){
.shipping_detail ul.take1 {
    display: block;
}
.shipping_detail ul.take1 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
    padding: 1%;
    border: solid 1px #ccc;
}
.shipping_detail .r_b {
    float: right;
    width: 69%;
    font-size: 14px;
}
.shipping_detail .l_b {
    float: left;
    width: 28%;
    margin-right: 8px;
}
.shipping_detail {
    width: 100%;
    margin: 0px auto;
}
p.exp {
    text-align: left;
    border-bottom: #acacac solid 2px;
    color: #acacac;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 32px;
    font-size: 12px;
    padding: 0 3%;
    line-height: 20px;
}
.shipping_detail ul.take2 {
    display: block;
}
.shipping_detail ul.take2 {
    display: block;
}
.shipping_detail ul.take2 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 1%;
    border: solid 1px #ccc;
}
.shipping_detail ul.take2 li p {
    margin-bottom: 8px;
}
.shipping_detail ul.take2 li p {
    margin-bottom: 8px;
    padding: 2%;
}
.shipping_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin: 0 auto 1%;
    width: 98%;
}
span.ttl {
    text-align: center;
}
section#shipping ul.price_link li {
    flex: 100%;
    max-width: 50%;
    margin: 0 auto;
}
}
/* 中古買取サービス
------------------------------------------------------------*/

section#purchase {
    font-size: 14px;
}
section#purchase:nth-of-type(odd) {
    background: #f6f6f6;
}
section#purchase h2 {
    margin-bottom: 40px;
    line-height: 34px;
}
section#purchase h3 {
    background: url(images/bg_black.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 1%;
    margin-bottom: 24px;
    text-align: center;
}
.purchase_detail {
    width: 100%;
    margin: 0px auto;
}
.purchase_detail ul.take1 {
    display: flex;
    flex-wrap: wrap;
}
.purchase_detail ul.take1 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0px 1% 16px;
    padding: 1%;
    border: solid 1px #ccc;
}
.purchase_detail .l_b {
    float: left;
    width: 28%;
}
.purchase_detail .l_b img {
    width: 100%;
}
.purchase_detail .r_b {
    float: right;
    width: 70%;
    font-size: 14px;
}
.purchase_detail ul.take2  {
    display: flex;
}
.purchase_detail ul.take2 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0 1%;
    padding: 1%;
    border: solid 1px #ccc;
}
.purchase_detail ul.take2 h4 {
    background: #5c5c5c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 16px;
}
.purchase_detail ul.take2 li img {
    width: 100%;
    height: auto;
}
.purchase_detail ul.take2 li span {
    font-weight: bold;
    color: #ff5315;
}
.purchase_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin-top: 16px;
}
.att span + span {
    display: inline;
    color: #5c5c5c;
    margin: 0 4px;
    font-size: 14px;
}
.att a {
    font-weight: bold;
    margin: 0 4px;
    font-size: 16px;
    color: #fe5847;
}
section#purchase:nth-of-type(3) p.exp {
    text-align: left;
    width: 100%;
    border: none;
    color: #000;
}
section#purchase:nth-of-type(3) p.exp a {
    color: #ff5315;
    font-size: 16px;
    margin: 0 4px;
}

@media screen and (max-width: 780px){
.purchase_detail {
    width: 100%;
    margin: 0px auto;
}
.purchase_detail ul.take1 {
    display: block;
}
.purchase_detail ul.take1 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
    padding: 1%;
    border: solid 1px #ccc;
}
.purchase_detail .l_b {
    float: left;
    width: 28%;
    margin-right: 8px;
}
.purchase_detail .r_b {
    float: right;
    width: 69%;
    font-size: 14px;
}
.purchase_detail ul.take2 {
    display: block;
}
.purchase_detail ul.take2 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 1%;
    border: solid 1px #ccc;
}
.purchase_detail ul.take2 li p {
    margin-bottom: 8px;
    padding: 2%;
}
.purchase_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin: 0 auto 1%;
    width: 98%;
}

}

/* 委託受付ご案内
------------------------------------------------------------*/

section#cnsg {
    font-size: 14px;
}
section#cnsg h2 + p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
section#cnsg:nth-of-type(odd) {
    background: #f6f6f6;
}
section#cnsg h2 {
    margin-bottom: 30px;
    line-height: 34px;
}
section#cnsg h3 {
    background: url(images/bg_black.jpg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 1%;
    margin-bottom: 24px;
    text-align: center;
}
.cnsg_detail {
    width: 100%;
    margin: 0px auto;
}
.cnsg_detail ul.take1 {
    display: flex;
    flex-wrap: wrap;
}
.cnsg_detail ul.take1 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0px 1% 16px;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail .l_b {
    float: left;
    width: 28%;
}
.cnsg_detail .l_b img {
    width: 100%;
}
.cnsg_detail .r_b {
    float: right;
    width: 70%;
    font-size: 14px;
}
.cnsg_detail ul.take2 {
    display: flex;
    flex-wrap: wrap;
}
.cnsg_detail ul.take2 li {
    flex: 48%;
    max-width: 48%;
    overflow: hidden;
    margin: 0 auto 2%;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail ul.take2 h4 {
    background: #5c5c5c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 4px;
    margin-bottom: 16px;
}
.cnsg_detail ul.take2 li img {
    width: 100%;
    height: auto;
}
.cnsg_detail ul.take2 li span {
    font-weight: bold;
    color: #ff5315;
}
.cnsg_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin-top: 16px;
}
.att span + span {
    display: inline;
    color: #5c5c5c;
    margin: 0 4px;
    font-size: 14px;
}
.att a {
    font-weight: bold;
    margin: 0 4px;
    font-size: 16px;
    color: #fe5847;
}
.cnsg_detail ul.take2 p {
    padding: 2%;
}
.cnsg_detail ul.take3 {
    display: flex;
    flex-wrap: wrap;
}
.cnsg_detail ul.take3 li {
    flex: 31%;
    max-width: 31%;
    overflow: hidden;
    margin: 0 auto 1%;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail ul.take3 h4 {
    background: #5c5c5c;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 40px;
    margin-bottom: 16px;
}
.cnsg_detail ul.take4 {
    display: block;
}
.cnsg_detail ul.take4 li {
    overflow: hidden;
    margin: 0 auto 4%;
    padding: 1%;
    border-bottom: 1px #ccc dotted;
    width: 80%;
}
.cnsg_detail ul.take4 h4 {
    font-weight: bold;
    color: #5c5c5c;
    text-align: left;
    font-size: 16px;
    padding: 4px 0 4px 16px;
    margin-bottom: 16px;
    border-left: 10px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
}
p.exp02 {
    text-align: left;
    border-bottom: #acacac solid 2px;
    color: #5c5c5c;
    font-weight: bold;
    width: 80%;
    margin: 0 auto 32px;
}
@media screen and (max-width: 780px){
.cnsg_detail {
    width: 100%;
    margin: 0px auto;
}
.cnsg_detail ul.take1 {
    display: block;
}
.cnsg_detail ul.take1 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 8px 0;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail .l_b {
    float: left;
    width: 28%;
    margin-right: 8px;
}
.cnsg_detail .r_b {
    float: right;
    width: 69%;
    font-size: 14px;
}
.cnsg_detail ul.take2 {
    display: block;
}
.cnsg_detail ul.take2 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail ul.take2 li p {
    margin-bottom: 8px;
    padding: 2%;
}
.cnsg_detail ul.take2 li a {
    background: #ff5315;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #a72c00;
    margin: 0 auto 1%;
    width: 98%;
}
.cnsg_detail ul.take3 li {
    flex: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 1%;
    border: solid 1px #ccc;
}
.cnsg_detail ul.take3 li p {
    padding: 2%;
}
.cnsg_detail ul li:last-child {
    margin-bottom: 0;
}
.cnsg_detail ul.take4 li {
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 1%;
    border-bottom: 1px #ccc dotted;
    width: 100%;
}
.cnsg_detail ul.take4 li p {
    padding: 2%;
}
p.exp {
    text-align: center;
}
p.exp02 {
    text-align: left;
    border-bottom: #acacac solid 2px;
    color: #acacac;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 32px;
    font-size: 12px;
    padding: 0 3%;
    line-height: 20px;
}
}

/* リストページ
------------------------------------------------------------*/
.list_page table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
    font-size: 14px;
}
.list_page table td {
    border: 1px #ccc solid;
    padding: 8px 1%;
    vertical-align: middle;
}
.list_page table tr:first-child {
    background: #000;
}
.list_page table tr:first-child td {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.list_page table tr:first-child td {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.list_page table tr:nth-child(even) {
    background: #f6f6f6;
}
.list_page .store_game ul li table td, .list_page .store_grand ul li table td, .list_page .store_hobby ul li table td {
    background: #fff;
}
@media screen and (max-width: 780px){
.list_page table td {
    border: 1px #ccc solid;
    padding: 8px 1%;
    display: table-cell;
    width: 25%;
}
.list_page table td:nth-child(3) {
    width: 40%;
}
.list_page table tr:first-child td {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.list_page .store_game ul li table td,
.list_page .store_grand ul li table td,
.list_page .store_hobby ul li table td
 {
    border: 1px #ccc solid;
    padding: 8px 1%;
    display: table-cell;
    width: 100%;
    background: #fff;
}
}

/* 大会情報リンク
------------------------------------------------------------*/
.page-template-page-tournament div#wrk_link ul li:first-child a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(2) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(3) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(4) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(5) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(6) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(18) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(19) a:before {
    content: '東京';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(7) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(20) a:before{
    content: '神奈川';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(8) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(21) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(26) a:before{
    content: '千葉';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(9) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(22) a:before{
    content: '埼玉';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(10) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(25) a:before{
    content: '栃木';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(11) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(12) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(27) a:before{
    content: '大阪';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(13) a:before,
.page-template-page-tournament div#wrk_link ul li:nth-child(23) a:before{
    content: '兵庫';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(14) a:before{
    content: '京都';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(15) a:before{
    content: '愛知';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(16) a:before{
    content: '福岡';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(17) a:before{
    content: '北海道';
    background: #fdfe38;
    padding: 2px 4px;
}

.page-template-page-tournament div#wrk_link ul li:nth-child(24) a:before{
    content: '広島';
    background: #fdfe38;
    padding: 2px 4px;
}

@media screen and (max-width: 780px){
.page-template-page-tournament div#wrk_link ul li:first-child a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(2) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(3) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(4) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(5) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(6) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(18) a:before, .page-template-page-tournament div#wrk_link ul li:nth-child(19) a:before {
    content: '東京';
    background: #fdfe38;
    padding: 2px 1px;
}
}
/* 大会情報変更
------------------------------------------------------------*/
div#rcrt_list h3 {
    background: #eaeaea;
    text-align: center;
    padding: 8px 3%;
    font-weight: bold;
    margin-bottom: 16px;
}
div#rcrt_list table tr.t_ttl th,
div#rcrt_list table tr.t_ttl td {
    text-align: center;
    font-weight: bold;
}
div#rcrt_list table {
    border-collapse: collapse;
    font-size: 14px;
}
div#rcrt_list table th {
    font-weight: bold;
    width: 15%;
}
div#rcrt_list table th {
    font-weight: bold;
    width: 15%;
    border: 1px solid #a8a8a8;
    padding: 0 8px;
    vertical-align: middle;
    background: #eaeaea;
    text-align: center;
}
div#rcrt_list table th a {
    text-decoration-line: underline;
}
div#rcrt_list table td {
    padding: 4px 8px;
    border: 1px solid #a8a8a8;
    vertical-align: middle;
}
div#rcrt_list table td.t_game {
    font-size: 10px;
    line-height: 16px;
}
div#rcrt_list table td.t_game span {
    background: #4e999e;
    margin: 2px 2px;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
div#rcrt_list table td:first-of-type {
    width: 15%;
    text-align: center;
}
h2.shop_link {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 780px){
div#rcrt_list table tr.t_ttl {
    display: none;
}
div#rcrt_list table tr {
    display: block;
    margin-bottom: 40px;
}
div#rcrt_list table {
    border-collapse: collapse;
    font-size: 12px;
}
div#rcrt_list table th {
    display: block;
    width: 100%;
    text-align: center;
}
div#rcrt_list table td {
    display: block;
    width: 100% !important;
    border-top: none;
}

}

/* 大会情報リストHTML
------------------------------------------------------------*/
.tmt_list table {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
    font-size: 12px;
}
.tmt_list table tr:first-child {
    background: #000;
}
.tmt_list table tr:first-child td {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.tmt_list table tr:nth-child(even) {
    background: #f6f6f6;
}
.tmt_list table td {
    border: 1px #ccc solid;
    padding: 8px 1%;
    vertical-align: middle;
}
.tmt_list table tr td:first-child {
    width: 6%;
}
.tmt_list table tr td:nth-child(2) {
    width: 20%;
}
.tmt_list table tr td:nth-child(3) {
    width: 20%;
}
.tmt_list table tr td:nth-child(4),
.tmt_list table tr td:nth-child(5),
.tmt_list table tr td:nth-child(6),
.tmt_list table tr td:nth-child(7) {
    width: 6%;
    text-align: center;
}
.tmt_list table tr td:nth-child(8){
}
section#page_df .txt_df {
    background: #ddddd2;
}

@media screen and (max-width: 780px){
.sp_roll {
    overflow-x: scroll;
}
section#page_df .sp_roll table {
    width: 1000px;
}
section#page_df .sp_roll table td,section#page_df .sp_roll table th {
    display: table-cell;
    width: auto;
}
.tmt_list table td {
    border: 1px #ccc solid;
    padding: 8px 1%;
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
}
.tmt_list table {
    width: 1000px;
    margin-bottom: 24px;
    border-collapse: collapse;
    font-size: 12px;
}
.tmt_list table tr td:first-child {
    width: 10%;
}
.tmt_list table tr td:nth-child(2) {
    width: 20%;
}
.tmt_list table tr td:nth-child(3) {
    width: 20%;
}
.tmt_list table tr td:nth-child(4),
.tmt_list table tr td:nth-child(5),
.tmt_list table tr td:nth-child(6),
.tmt_list table tr td:nth-child(7) {
    width: 7%;
}
.tmt_list table tr td:nth-child(8) {
}
}
.store_game table tr td:nth-child(2),
.store_grand table tr td:nth-child(2),
.store_hobby table tr td:nth-child(2) {
    width: 100% !important;
    border-top: none !important;
    background: #fff !important;
}




/* page.php
------------------------------------------------------------*/

section#page_df table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}
section#page_df img {
    max-width: 100%;
    margin: 32px auto;
    display: block;
}
section#page_df table td {
    padding: 8px 8px;
}
section#page_df table td {
    padding: 8px 8px;
    border: 1px solid #dbdbdb;
}
section#page_df .ttl_r {
    margin: 10px 0;
    color: #ff0000;
    font-weight: bold;
}
section#page_df .bg_bk {
    background: #333333;
}
section#page_df .txt_df {
    background: #ddddd2;
    padding: 3%;
}
section#page_df .txt_df a {
    font-weight: bold;
    color: #f00;
}

@media screen and (max-width: 780px){
    section#page_df {
    width: 100%;
    box-sizing: border-box;
}
section#page_df img {
    max-width: 100%;
    margin: 16px auto;
    display: unset;
    width: 100%;
    height: auto;
}
section#page_df .txt_df {
    background: #ddddd2;
    padding: 3%;
}
}


/* 会社概要変更
------------------------------------------------------------*/
table.prf th {
    padding: 16px 8px;
    width: 30%;
    vertical-align: middle;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
table.prf td {
    width: auto;
    padding: 16px 24px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
}
table.prf td {
    width: auto;
    padding: 16px 24px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    vertical-align: middle;
}
@media screen and (max-width: 780px){
table.prf td {
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
    text-align: center;
}
table.prf td:nth-of-type(2) {
    margin-bottom: 56px;
}
table.prf th {
    background: #dadada;
    width: 100% !important;
    text-align: center !important;
}
table.prf tr.sp_none {
    display: none;
}
}

/* 会社概要変更
------------------------------------------------------------*/
.dt_info table td a {
    margin-bottom: 8px;
    display: initial;
}


/* イベント情報変更
------------------------------------------------------------*/
th.event_img img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* 中古買取サービス修正
------------------------------------------------------------*/
section#purchase ul.price_link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
section#purchase ul.price_link li {
    flex: 100%;
    max-width: 18%;
    margin: 0 1%;
}
section#purchase ul.price_link li img{
    width: 100%;
}
@media screen and (max-width: 780px){
section#purchase ul.price_link li {
    flex: 48%;
    max-width: 48%;
    margin: 0 1%;
}
}

/* 買い取り価格、大会情報→店舗へのリンク修正
------------------------------------------------------------*/
h2.shop_link {
    width: 70%;
    margin: 0 auto;
}
h2.shop_link a {
    background: #ffff39;
    display: block;
    font-size: 22px;
    border-radius: 25px;
    border-bottom: 5px solid #84843d;
    padding: 8px 3%;
}
section h2 span {
    display: block;
    font-size: 14px;
    color: #d03e82;
    line-height: 34px;
}


/* 問い合わせ一覧
------------------------------------------------------------*/
p.txt_ctn {
    font-size: 16px;
    padding-left: 3%;
    margin-bottom: 30px;
}
p.txt_ctn span {
    display: block;
    color: #ef0000;
    font-weight: bold;
    padding-left: 8px;
}
section#cntct_achv ul {
    text-align: center;
}
section#cntct_achv ul li {
    display: inline-block;
    margin: 0 1% 32px;
    width: 47%;
    vertical-align: middle;
    position: relative;
    height: 120px;
    background: #f6f6f6;
}

section#cntct_achv ul li h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    /*padding: 6%;*/
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
section#cntct_achv ul li h3 span.pc {
    display: inline !important;
}
section#cntct_achv ul li a {
    display: table;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(images/bk_pt_pp_l.png),url(images/bk_pt_bl_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}
/*section#cntct_achv ul li:nth-of-type(odd) a {
    background-image: url(images/bk_pt_bl_l.png),url(images/bk_pt_bl_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}
section#cntct_achv ul li:nth-of-type(even) a {
    background-image: url(images/bk_pt_pp_l.png),url(images/bk_pt_pp_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}*/
section#cntct_achv ul li a:hover {
    color: rgb(0 0 0);
    opacity: 0.4;
    background-color: #f8f933 !important;
}
@media screen and (max-width: 780px){
section#cntct_achv ul li {
    display: inline-block;
    margin: 0 1% 24px;
    width: 47%;
    vertical-align: middle;
    position: relative;
    height: 160px;
}
section#cntct_achv ul li h3 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding: 6%;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
p.txt_ctn {
    font-size: 12px;
    padding-left: 3%;
    margin-bottom: 30px;
}

/*iPhone　CSSリセット*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}*/

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
/*
input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}
*/
section#cntct_achv ul li h3 span.pc {
    display: none !important;
}
}
