/*
	Theme Name: YJC
	Theme URI: http://pikon.jp
	Description: YJC Theme customed from HTML5 Blank theme.
	Version: 1.0
	Author: Kay
	Author URI: http://pikon.jp
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(blog.css);
/* end StyleCatcher imports */

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.sp-only{
	display: none;
}

body#indexpage {
    background: #fff;
}

body#indexpage p {
    display: block;
    width: 160px;
    margin: 100px auto;
    text-align: center;
    font-size: 12px;
}

body#indexpage img {
    margin-bottom: 4px;
}

body#indexpage a,
body#indexpage a:visited {
    color: #e4007f;
    text-decoration: none;
}

body#indexpage a:hover {
    text-decoration: underline;
}

body {
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, sans-serif;
    background: url(img/bg.jpg) left top repeat;
    color: #666;
    text-align: left;
}

em {
    font-weight: bold;
    font-style: normal;
}

abbr {
    text-decoration: none;
}

#wrap {
    width: 100%;
    max-width: 1300px;
}

h2.heading {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: bold;
    color: #ccc;
    line-height: 1.3;
}

#header_navi {
    height: 35px;
    position: relative;
}

#header_navi .header_sns {
    position: absolute;
    left: 30px;
    top: 17px;
    z-index: 10;
}

#header_navi .header_sns a {
    margin-right: 2px;
}

#header_navi nav {
    position: absolute;
    left: 240px;
    width: 700px;
    top: 10px;
    z-index: 10;
}

#header_navi nav ul li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

#header_navi nav ul li a {
    display: block;
    text-align: center;
    width: 107px;
    height: 39px;
    padding-top: 11px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    background: url("img/nav_clip.png") center top no-repeat;
    background-size: 107px 140px;
    -webkit-background-size: 107px 140px;
    letter-spacing: 0.5px;
    line-height: 2.2;
}
#header_navi .line-height-adjust{
    line-height: 1.2;
}

#header_navi nav ul li a:hover {
    color: #ffb7de;
}

#header_navi nav ul li.on a {
    height: 140px;
}

#header-content h1#header-description.bold {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.7px;
    padding-top: 15px;
    color: #cccccc;
    text-align: center;
}

#container {
    width: 990px;
    margin: 0;
    background: transparent url(img/main_bg.gif) repeat-y;
    color: #666;
    float: left;
}

#container-inner {
    width: 990px;
    margin: 0;
    padding-top: 0;
}

#content-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

#content-inner #alpha {
    width: 745px;
    min-height: 900px;
    float: right;
    left: 0;
    font-size: 14px;
    line-height: 1.6;
    background: transparent url(img/right_bg.gif) no-repeat bottom right;
}

#content-inner #beta {
    width: 210px;
    left: 0;
    float: left;
    font-size: 13px;
    background: transparent url(img/left_bg.gif) no-repeat top left;
}

#content-inner #alpha-inner {
    padding-right: 55px;
    padding-left: 0px;
}

#content-inner #beta-inner {
    padding-right: 0;
    padding-left: 55px;
}

#content-inner #beta h3 {
    font-weight: bold;
}

#container a {
    color: #e4007f;
    text-decoration: none;
}

#container a:visited {
    color: #e4007f;
    text-decoration: none;
}

#container a:hover {
    text-decoration: underline;
}

#container .entry-content a {
    text-decoration: underline;
}

#container .entry-content .asset-more-link a {
    text-decoration: none;
}

#footer {
    clear: both;
    background: transparent url(img/footer_bg.gif) no-repeat bottom center;
}

#footer-inner {
    padding: 10px 30px 30px 30px;
    font-size: 12px;
}

#footer-content {
    padding: 0 0 25px 25px;
}

#header {
    height: auto;
    background: transparent url(img/header_bg.gif) no-repeat top center;
}

#header-inner {
    padding: 65px 55px 0 55px;
}

/* heightが指定されていなかったため、フロートがクリアされず、
これ以下のコンテンツが表示されなくなってしまった。 */

#header-content {
    height: 1%;
    diaplay: inline-block;
}

#header-content #header-name {
    width: 150px;
    font-size: 24px;
    line-height: 120%;
    float: left;
    margin-bottom: 0;
    text-align: center;
}

#header-content #header-description {
    width: 700px;
    margin-top: 2px;
    font-size: 13px;
    text-align: right;
    line-height: 130%;
    color: #999999;
    letter-spacing: 0.1em;
}

#header .right_box {
    float: right;
    width: 720px;
}

#header nav ul {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 11;
}

#header nav ul li {
    display: inline-block;
    border-right: 1px solid #aaa;
    padding: 5px 15px;
    letter-spacing: 0.6px;
    font-size: 15px;
}

#header nav ul li:first-child {
    border-left: 1px solid #aaa;
}

h1#page-title,
h1.entry-title {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #cccccc;
    font-weight: bold;
}

.asset-header {
    margin-bottom: 0;
}

.asset-content {
    font-size: 12px;
    line-height: 18px;
}

div.entry-asset {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}

div.entry-asset .asset-body {
    line-height: 140%;
}

.asset-footer {
    margin-top: 15px;
    font-size: 12px;
}

h2.trackbacks-header {
    font-weight: bold;
}

#trackbacks {
    border-bottom: 1px dashed #ccc;
}

.comments-open-header,
.comments-header {
    font-weight: bold;
}

.comments-content {
    border-bottom: 1px dashed #ccc;
}

.comment, .trackback {
    border: none;
    padding-bottom: 0;
}

.comment-content {
    background: #ecc;
}

.comment-content .asset-meta {
    font-size: 12px;
}

#comments-open-footer {
    margin-left: 120px;
}

.comments-open label {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

span.req {
    color: red;
}

.comments-open-header .req {
    padding-left: 33px;
    color: #333;
    font-weight: bold;
}

#comments-open-text .attention {
    padding-top: 2px;
    padding-left: 120px;
}

/*
#comments-open-footer input {
padding: 2px;
border: 1px solid #ccc;
background: #999;
color: #fff;
}*/
#comment-email,
#comment-url {
    width: 20em;
}

#comment-author {
    width: 10em;
}

#comment-submit {
    font-weight: normal;
}

#comments-open-footer input,
form input.button {
    background: #e4007f;
    color: #fff;
    border: 1px solid #ccc;
}

form input#search {
    display: block;
    width: 150px;
    margin-bottom: 5px;
    background: #eee;
    border: 1px solid #999;
}

#beta .widget {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#beta .widget .widget-content {
    margin-bottom: 15px;
}

#beta .widget-about-this-page img.profile_photo {
    margin-right: 5px;
    float: left;
    border: 1px solid #ccc;
}

#beta .widget-about-this-page dl {
    margin-left: 66px;
    line-height: 100%;
}

#beta .widget dl dt,
#beta .widget dl dd {
    margin: 0;
    margin-bottom: 8px;
}

#beta .widget-about-this-page p.clear {
    clear: left;
}

#beta .widget dl dt {
    font-size: 12px;
    font-weight: bold;
}

#beta .widget dl dd.job {
    font-size: 10px;
}

#beta .widget dl dd.profile {
    background: url(img/fw_bold.gif) no-repeat left center;
    padding-left: 18px;
}

#beta .widget dl dd.contact {
    background: url(img/em.gif) no-repeat left center;
    padding-left: 18px;
}

.archive-content ul,
#beta .widget ul {
    list-style: disc;
}

.archive-content ul li,
#beta .widget ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

.archive-content ul ul,
#beta .widget-content ul ul {
    margin-left: 0;
}

.archive-content ul ul li,
#beta .widget-content ul ul li {
    margin-left: 10px;
}

#beta .widget-syndication ul {
    list-style: none;
}

#beta .widget-syndication ul li {
    margin-left: 0;
}

#beta .widget-content ul.banner {
    list-style: none;
}

#beta .widget-content ul.banner li {
    margin-left: 0;
}

#beta .widget-content ul li.rssfeed {
    background: url(img/rss.gif) no-repeat left center;
    padding-left: 20px;
}

.widget-archive-monthly ul,
ul#twitter_update_list {
    margin-left: 0;
}

#wp-calendar {
    width: 100%;
}

.widget_calendar h3 {
    display: none;
}

.widget_calendar caption {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.widget_calendar table {
    font-size: 10px;
}

.widget_calendar table tbody tr th {
    width: 22px;
    font-size: 9px;
    text-align: center;
    overflow: hidden;
}

.widget_calendar table tr td {
    height: 18px;
    text-align: center;
}

.widget-powered {
    overflow: visible;
}

#beta .widget-search {
    border: none;
}

table.booking_form {
    width: 100%;
}

table.booking_form th {
    width: 25%;
    padding: 10px 0;
    line-height: 1.3;
    text-align: right;
}

table.booking_form td {
    padding: 10px;
}

table.booking_form td input {
    padding: 5px;
}

article {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

article.top {
    border: none;
}

article.top img{
    width: 100%;
}

article p {
    clear: both;
}

.widget_search input {
    margin-bottom: 10px;
}

.search-submit {
    background-color: #e4007f;
    color: #fff;
    border: none;

}

.search-submit:hover {
    background-color: #999;
}

.widget_archive label {
    display: none;
}

.pagination {
    text-align: center;
    letter-spacing: 0.4px;
}

.pagination a,
.pagination span {
    margin: 0 3px;
}

article img.size-large {
    width: 100% !important;
}

article img.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
}

article img.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
}

#CDSWIDCOE {
    margin: 0 !important;
}

.widCOELogo img {
    width: 146px !important;
    margin-left: 1px !important;
}

.sns {

}

.sns .share {
    float: left;
    margin-right: 20px;
}

.sns .asset-meta {
    float: left;
}

.sns .asset-meta {
    padding: 0;
    margin-top: 0;
}

.sns .asset-meta p {
    margin-bottom: 0;
    line-height: 1.3;
}

.clearbox10 {
    clear: both;
    height: 10px;
}

section.in_link{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}

section.in_link ul li {
    float: left;
    margin-right: 12px;
    width: 220px;
    border: 1px solid #ccc;
    list-style-type: none;
}

section.in_link ul li:last-child {
    margin-right: 0;
}

section.in_link ul li h3 {
    color: #e4007f;
    font-size: 23px;
    line-height: 1;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

section.in_link ul li p.description {
    padding: 15px 20px;
    font-size: 14px;
}

section.in_link ul li p.link {
    padding: 0 20px 15px;
    font-size: 14px;
}

section.in_link ul li p.link a {
    display: block;
    background-color: #e4007f;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff !important;
}

section.in_link ul li p.link a:hover {
    background-color: #999999;
    text-decoration: none !important;
}

#ex_column {
    width: 265px;
    padding: 25px 15px 25px 30px;
    float: right;
}

#ex_column li {
    list-style-type: none;
}

#latest_schedule {
    position: relative;
}

#latest_schedule .wrap {
    padding-top: 30px;
    background: #ffffff url("img/bg_note_head.png") left top repeat-x;
    box-shadow: #666666 0 4px 8px;
    position: relative;
    z-index: 10;
}

#latest_schedule .inner {
    padding: 13px 20px 20px;
}

#latest_schedule li {
    padding-bottom: 5px;
}

#latest_schedule div.date {
    font-size: 14px;
    margin-bottom: 5px;
}

#latest_schedule p.title a {
    font-size: 14px;
    font-weight: bold;
    color: #e4007f;
    text-decoration: none;
}

#latest_schedule p.title a:hover {
    text-decoration: underline;
}

#insta,
#youtube {
    position: relative;
    margin-top: 50px;
}

#insta .inner,
#youtube .inner {
    padding: 20px;
}

#latest_schedule .wrap.shop{
	margin-bottom: 50px;
}

#insta .wrap,
#youtube .wrap {
    padding-top: 0;
    background-color: #ffffff;
    box-shadow: #666666 0 4px 8px;
    position: relative;
    z-index: 10;
}

#insta .wrap.shop{
	margin-bottom: 50px;
}

#insta p,
#youtube p {
    padding-bottom: 5px;
}

#youtube p iframe {
    width: 100%;
    max-height: 126.5px;
    height: auto;
}

a.btn_link {
    display: block;
    background-color: #e4007f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #fff !important;
    text-decoration: none;
}

a.btn_link:hover {
    background-color: #999999;
    text-decoration: none !important;
}

#ex_column h2 {
    font-size: 24px;
    color: #cccccc;
    font-weight: bold;
}

#latest_schedule:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 180px;
    background: url("img/bg_note_rotate.png") top left no-repeat;
    z-index: 9;
    left: -30px;
    top: 0px;
}

#latest_schedule:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 180px;
    background: url("img/bg_note_rotate.png") bottom right no-repeat;
    z-index: 9;
    right: -30px;
    bottom: 0px;
}

#insta:before,
#youtube:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 180px;
    background: url("img/bg_photo_rotate.png") top left no-repeat;
    z-index: 9;
    left: -30px;
    top: 0px;
}

#insta:after,
#youtube:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 180px;
    background: url("img/bg_photo_rotate.png") bottom right no-repeat;
    z-index: 9;
    right: -30px;
    bottom: 0px;
}

/* classes */

#class_schedule .cf {
    padding-bottom: 20px;
}

#class_schedule h2.heading{
    margin-bottom: 10px;
}

#classes_cal {
    float: left;
    width: 47%;
    border-right: 1px dashed #ccc;
    padding: 15px 3% 10px 0;
}

#latest_schedule_main {
    float: right;
    width: 47%;
    padding: 15px 0 10px;
}

#classes_cal table {
    width: 100%;
}

#classes_cal table th {
    width: 14.2%;
    color: #666666 !important;
    font-size: 16px;
}

#classes_cal table th,
#classes_cal table td {
    text-align: center;
    padding: 8px 0;
}

#classes_cal table td {
    color: #666666;
    font-size: 16px;
}

#classes_cal #current_month{
    font-weight: bold;
    font-size: 18px;
}

#classes_cal .available {
    position: relative;
    display: block;
}

#classes_cal .available>span,
#classes_cal #today>span{
    display: inline-block;
    border-radius: 100%;
    background-color: #e4007f;
    color: #ffffff;
    width: 29px;
    height: 27px;
    padding-top: 2px;
    text-align: center;
    letter-spacing: -1px;
}

#classes_cal #today>span {
    display: inline-block;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #666666;
    color: #666666;
    width: 27px;
    height: 26px;
    padding-top: 1px;
    text-align: center;
}

#classes_cal .cal-btn{
    cursor: pointer;
    color: #e4007f;
}

.mob_date{
    display: none;
}

#classes_cal .space {
    position: absolute;
    display: none;
    z-index: 10;
    bottom:25px;
    left:-5px;
    width: 300px;
}

#classes_cal .available.on .space{
    display: block;
}

#classes_cal .available ul.time {
    display: block;
    background-color:#ffffff;
    box-shadow: 0 2px 6px #999;
    padding: 15px 15px 0;
}

#classes_cal .available:hover ul.time li{

}

#classes_cal .available ul li{
    display: table;
    width:100%;
    text-align: left;
}

#classes_cal .available ul li>div{
    display: table-cell;
    padding-bottom:15px;
    vertical-align: top;
}

#classes_cal .available ul li>div.classes{
    font-size:14px;
    line-height: 1.5;
    padding-right: 10px;
}

#classes_cal .available ul li>div.classes span{
    font-weight: bold;
}

#classes_cal .available ul li>div.btn{
    padding-top: 7px;
}

#classes_cal .available ul li>div.btn a{
    background-color: #e4007f;
    color: #ffffff;
    padding: 5px 0;
    width: 80px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#classes_cal .available ul li>div.btn a:hover{
    text-decoration: none;
    background-color: #999999;
}

#classes_cal .available ul li>div.btn a[data-vacancy="0"]{
    text-decoration: none;
    background-color: #cccccc;
}

h3.heading {
    font-size: 18px;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 4px;
    font-weight: bold;
}

#latest_schedule_main ul{
    padding-top: 10px;
}

#latest_schedule_main ul li{
    display: table;
    width:100%;
}

#latest_schedule_main ul li>div{
    display: table-cell;
    padding-bottom:15px;
    vertical-align: top;
}

#latest_schedule_main ul li>div.classes{
    font-size:14px;
    line-height: 1.5;
    padding-right: 10px;
    width: 234px;
}

#latest_schedule_main ul li>div.classes span{
    font-weight: bold;
}

#latest_schedule_main ul li>div.btn{
    padding-top: 7px;
}

#latest_schedule_main ul li>div.btn a{
    background-color: #e4007f;
    color: #ffffff;
    padding: 5px 0;
    width: 80px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#latest_schedule_main ul li>div.btn a:hover{
    text-decoration: none;
    background-color: #999999;
}

#latest_schedule_main ul li>div.btn a[data-vacancy="0"]{
    text-decoration: none;
    background-color: #cccccc;
}

.classes_list ul li{
    width: 210px;
    float: left;
    margin-right:30px;
    list-style-type: none;
    margin-bottom: 40px;
}

.classes_list ul li:nth-child(3n){
    margin-right:0;
}

.classes_list ul li:nth-child(3n+1){
    clear: left;
}

.classes_list ul li .photo{
    background-size: cover;
    -webkit-background-size: cover;
    background-position:center center;
    height:150px;
    position: relative;
}

.classes_list ul li .vacancy{
    position: absolute;
    right:10px;
    top:10px;
    text-align: center;
    padding-top: 15px;
    width:85px;
    height:70px;
    border-radius: 100px;
    background-color:#ffffff;
    color: #333333;
    font-size: 12px;
    line-height: 1.0;
}

.classes_list ul li .vacancy span{
    font-size:40px;
    font-weight: bold;
}

.classes_list ul li .vacancy[data-vacancy="0"]{
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    height: 65px;
    line-height: 1.3;
    background-color:#cccccc;
    color: #ffffff;
}

.classes_list ul li .title{
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

#special ul li .title{
    min-height: 0;
}

#container .classes_list ul li .title a.soldout{
    color: #666666;
    cursor: text;
}

#container .classes_list ul li .title a.soldout:hover{
    text-decoration: none;
    color: #666666;
}

.classes_list ul li .description{
    font-size:14px;
    line-height: 1.5;
}

.classes_list ul li .date{
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 5px;
}

.classes_list ul li .date i{
    color: #666666;
}

.classes_list ul li .date i.fa-jpy{
    margin-left: 3px;
    margin-right: 3px;
}

.classes_list ul li p.link{
    margin-top: 15px;
}

.classes_list ul li p.link a{
    background-color: #e4007f;
    color: #ffffff !important;
    padding: 5px 0;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.classes_list ul li p.link a.soldout{
    background-color: #cccccc;
    cursor: text;
}

.classes_list ul li p.link a:hover{
    text-decoration: none !important;
    background-color: #999;
}

.classes_list ul li p.link a.soldout:hover{
    background-color: #cccccc;
}

#how_to_booking ul{
    padding-bottom: 20px;
}

#how_to_booking.detail ul{
    padding-bottom: 0;
}

#how_to_booking.detail{
    padding-bottom: 20px;
}

#how_to_booking ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
}

#how_to_booking ul li span{
    background-color: #fff;
    color: #666;
    display: inline-block;
    padding: 0 0 0 2px;
    line-height: 1.5;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left:0;
    top:-15px;
}

#upcoming{
    border-bottom: dashed 1px #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#all{
    border-bottom: dashed 1px #ccc;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.see_all_classes p.link{
    padding-bottom: 20px;
    width: auto;
    margin: 0 auto;
    position: relative;
    top:-20px;
    text-align: center;
}

.see_all_classes p.link a{
    background-color: transparent;
    color: #e4007f;
    padding: 0;
    text-align: center;
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

#course_detail .left_box{
    float: left;
    width:320px;
}

#course_detail{
    padding-bottom: 40px;
}

#course_detail .title{
    font-size: 24px;
    line-height: 1.5;
    color: #666666;
    font-weight:bold;
    margin-top:0;
    margin-bottom: 15px;
}

#course_detail .date{
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 5px;
}

#course_detail .date i{
    color: #666666;
}

#course_detail .date i.fa-jpy{
    margin-left: 4px;
    margin-right: 4px;
}

#course_detail p.description{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
}

#course_detail .right_box{
    float: right;
    width: 320px;
}

#course_detail .right_box img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#booking table td input{
    width: 400px;
    padding: 5px;
}

#booking table th{
    width: 100px;
    text-align: left;
}

#booking table td{
    padding-left: 20px;
}

#booking table select{
    width: 412px;
    height: 30px;
}
#booking table textarea{
    width: 400px;
    height: 50px;
    padding: 5px;
}

#booking table button.btn{
    display: block;
    background-color: #e4007f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    color: #fff !important;
    border: none;
}

#booking table button.btn:hover{
    background-color: #999;

}

#booking .title{
    font-size: 24px;
    line-height: 1.5;
    color: #666666;
    font-weight:bold;
    margin-top:0;
    margin-bottom: 15px;
}

#booking .date{
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 5px;
}

#booking .date i{
    color: #666666;
}

#booking .date i.fa-jpy{
    margin-left: 4px;
    margin-right: 4px;
}

.kodomo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
}

.classes_list ul li .photo.special:before,
.classes_list ul li .photo.selloutsoon:after{
    content: '';
    position: absolute;
    left:0;
    top:0;
    background-repeat:no-repeat;
    background-size: 112px 104px;
    -webkit-background-size: 112px 104px;
    background-position: left top;
    width: 112px;
    height:104px;
    z-index: 10;
}

.classes_list ul li .photo.selloutsoon:after{
    background-image: url("img/selloutsoon.png");
}

.classes_list ul li .photo.special:before{
    background-image: url("img/special.png");
}

#course_detail .icons{
    vertical-align: top;
}

#course_detail .icons h3,
#how_to_booking h3{
    color: #ccc;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}

#course_detail .icons>div{
    display: inline-block;
    padding-top: 45px;
    width: 40px;
    margin-bottom: 10px;
    margin-right: 12px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.2;
}

#course_detail .icons>div:last-child{
    margin-right: 0;
}

#course_detail .icons>div.rice{
    background-image: url("img/icons/icon_rice.png");
}

#course_detail .icons>div.main{
    background-image: url("img/icons/icon_main.png");
}

#course_detail .icons>div.side{
    background-image: url("img/icons/icon_side.png");
    background-size: 32px 40px;
    -webkit-background-size: 32px 40px;
    width: 30px;
}

#course_detail .icons>div.soup{
    background-image: url("img/icons/icon_soup.png");
    width: auto
}

#course_detail .icons>div.dessert{
    background-image: url("img/icons/icon_dessert.png");
}

#course_detail .icons>div.tea{
    background-image: url("img/icons/icon_japanesetea.png");
    background-size: 32px 40px;
    -webkit-background-size: 32px 40px;
    width: auto;
}

#course_detail .icons>div.matcha{
    background-image: url("img/icons/icon_matcha.png");
    background-size: 44px 40px;
    -webkit-background-size: 44px 40px;
    width: auto;
}

#course_detail .icons>div.vege{
    background-image: url("img/icons/icon_vege.png");
    width: auto;
}

#course_detail .icons>div.vegan{
    background-image: url("img/icons/icon_vegen.png");
    width: auto;
}

#course_detail .icons>div.gluten{
    background-image: url("img/icons/icon_gluten.png");
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    width: auto;
}

#course_detail .icons>div.halal{
    background-image: url("img/icons/icon_halal.png");
    background-size: 46px 40px;
    -webkit-background-size: 46px 40px;
    width: 46px;
}

#course_detail .icons>div.carb{
    background-image: url("img/icons/icon_carb.png");
    width: auto;
}

table#normal_book th{
    text-align: left;
}

table#normal_book textarea{
    height: 70px;
}

table#normal_book .check{
    font-size: 13px;
}

table#normal_book .check>span:nth-last-child(5){
    margin-right: 40px;
}

input.pink{
    display: block;
    background-color: #e4007f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px !important;
    color: #fff !important;
    border: none;
}

input.pink:hover{
    background-color: #999;
}

#latest_schedule_mob{
    display: none;
}

#btn_s{
    display: none;
}

.footer_sns,
.display_mode,
.footer-description{
    display: none;
}

#header-description{
    color: #000;
    padding: 10px 0 0 30px;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.meta{
    display: none;
}

.wpcf7-form-control-wrap.other input{
    width: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 5px;
}

.td.no_br br{
    display: none;
}

.sent .after_sent_hidden{
    display: none;
}

.product_list{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}

.product_list .product_photo{
	float: left;
	width: 200px;
}

.product_list .product_detail{
	float: right;
	width: 480px;
}

.product_list .product_detail h3{
	font-size: 24px;
    line-height: 1.5;
    color: #666666;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.product_list .product_detail select{
		width: 50px;
}

.product_list .product_detail .order_box{
	background-color: #f2f2f2;
	padding: 20px;
	border: 1px solid #ccc;
	margin-top: 20px;
}

.product_list .product_detail .order_box .price{
	margin-bottom: 5px;
}

.product_list .product_detail .order_box div{
	font-size: 17px;	
}

h3.order_title{
	font-size: 24px;
    line-height: 1.5;
    color: #666666;
    font-weight: bold;
    float: left; 
}

.order_list{
	padding-bottom: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 40px;
}

.order_table {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	float: right;
	width: 480px;
}

.order_table td,
.order_table th{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
}

.order_table th{
	background-color: #f2f2f2;
	padding: 5px 10px;
	text-align: center;
}

.order_table td{
	padding: 7px 10px !important;
}

table.booking_form td input.btn{
	padding: 8px 20px;
}

article h3.title{
	color: #ccc;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}

.related_box{
/* 	border: 1px solid #ccc;	 */
	margin-bottom: 10px;
}

.related_box a{
	display: table;
	width: 100%;
	background-color: #f2f2f2;
}

.related_box a>div{
	display:table-cell;
	height: 70px;
	vertical-align: middle;
}

.related_box a>div.photo{
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100px;
}

.related_box a>div.class_title{
	padding-left: 15px;
	font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.related_box a:hover div.class_title{
	text-decoration: none;
}

.tag_box{
	margin-top: 30px;
	font-size: 15px;
}

.tags{
	display: inline-block;
	padding-left: 10px;
}

.tags li{
	display: inline-block;
}

.tags li a{
	padding: 2px 8px;
	background-color: #e4007f;
	color: #fff !important;
	font-size: 13px;
	border-radius: 15px;
	display: block;
}

.tags li a:hover{
	background-color: #999;
	text-decoration: none !important;
}

@media screen and (max-width: 1315px) {
    #ex_column {
        width: 990px;
        padding: 10px 15px 60px 30px;
        float: none;
    }

    #ex_column:after{
        content: "";
        display: table;
        clear: both;
    }

    #ex_column section{
        width: 280px;
        float: left;
        margin-right: 45px;
    }

    #ex_column #insta,
    #ex_column #youtube{
        margin-top: 0;
    }
    
    #latest_schedule .wrap.shop,
    #insta .wrap.shop{
		margin-bottom: 15px;
	}

    #ex_column #youtube iframe{
        max-height: 135px;
    }

    #container {
        float: none;
    }
}