@charset "utf-8";
   @import url("https://fonts.googleapis.com/css2?family=Sedgwick+Ave&display=swap");
:root { --color-background: #FFF;
--color-font: #333;
--color-primary: #B53281;
--color-primary-shade: #30b1ae;
--color-primary-tint: #CE37D0;
--color-secondary: #B53281;
--color-table-border: #DDD;
--color-table-th: #f2f2f2;
--body-font-family: 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #1A1A1A;
--header-color-font: #FFF;
--header-color-primary: #B53281;
--header-color-primary-shade: #30b1ae;
--header-color-primary-tint: #CE37D0; --footer-background: #333333;
--footer-color-font: #FFF;
--footer-color-primary: #FFF; --font-family01: 'Noto Sans JP', sans-serif;
--font-family02: 'Sedgwick Ave', 'Noto Sans JP', sans-serif;
} .post {
background: none;
}
.post p {
line-height: 1.8;
}
.post table th {
background: var(--color-table-th);
font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
.sticky-header #header > .inner {
background: var(--header-background);
}
} .fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; } .cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; } @media print, screen and (min-width: 641px){ .dsp_smt { display: none; }
.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ .dsp_hp { display: none; }
} @media only screen and (min-width: 1024px) {
#header,
.sticky-header #header > .inner {
background: linear-gradient(left, #1A1A1A, #4A4A4A);
background: -ms-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -moz-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -webkit-linear-gradient(left, #1A1A1A, #4A4A4A);
font-family: var(--font-family02);
}
#header ul.header__contact li:last-child {
padding: 15px;
padding-left: 0;
}
#header a.head_btn.mail_btn {
padding: 10px 25px;
border-radius: 999px;
flex-direction: row;
font-weight: normal;
}
#header a.head_btn.mail_btn span {
font-size: 110%;
line-height: 1;
}
#header a.head_btn.mail_btn::before {
margin: 0 8px 0 0;
font-size: 95%;
} nav#mainNav {
height: auto;
}
nav#mainNav ul li a b {
font-size: 110%;
}
nav#mainNav ul li a b,
nav#mainNav ul li a span {
font-weight: normal;
}
nav#mainNav ul li a span {
color: var(--header-color-font) !important;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
background: none;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
background-color: #1A1A1A !important;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
#header .logo {
width: 20%;
}
#header .logo img {
width: auto;
height: auto;
max-width: 100%;
}
nav#mainNav ul li a {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 1023px) {
body.mobile { margin-top: 60px; }
body.mobile #breadcrumb { margin-top: 0; }
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a {
background-color: #1A1A1A;
border-color: #666 !important;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
background-color: #1A1A1A !important;
color: #fff !important;
}
} #copyright {
background: none;
}
@media print, screen and (min-width: 641px){ #footer .footer__logo:not(:last-child) {
text-align: left;
}
#footer .socialicon ul {
justify-content: flex-start;
}
#footer .socialicon ul li:first-child {
padding-left: 0;
}
#footer .footnav:not(:last-child),
#copyright {
margin: 0;
}
} .bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100vw;
height: 100%;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
content: "";
z-index: -1;
}
.box_w2_sp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ .bg_fix::before { background-attachment: fixed !important; }
.box_w2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2.rev { flex-direction: row-reverse; }
.box_w2.vtop { align-items: flex-start; }
.box_w2.vcen { align-items: center; }
.box_w2.vbtm { align-items: flex-end; }
.box_w2.start { justify-content: flex-start; column-gap: 2%; }
.box_pad { padding: 30px; }
.box_w2 .column3_33 { width: 32%; }
.box_w2 .column2_50 { width: 48.5%; }
.box_w2 .column2_60 { width: 57%; }
.box_w2 .column2_70 { width: 67%; }
.box_w2 .column2_80 { width: 77%; }
.box_w2 .w45 { width: 45%; }
.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ .box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){  .tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
.tbl_scroll table { margin-bottom: 0; }
.tbl_scroll::-webkit-scrollbar{ height: 5px; }
.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
.box_w2 .w45+.w50 { margin-top: 20px; }
} .box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
max-width: 100%;
} .w100 {
width: 100vw;
margin-left: calc(((100vw - 100%) / 2) * -1) !important;
margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
width: 600px;
max-width: 100%;
margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; } .post h1,
#front-sectionPost h1 {
line-height: 1.3;
}
.post h1 b,
#front-sectionPost h1 span span:first-child {
display: block;
color: #D2D2D2;
font-size: 140%;
font-weight: normal;
line-height: 1;
}
.post h1 b+span,
#front-sectionPost h1 span span:last-child {
position: relative;
top: -0.5em;
margin-bottom: -0.5em;
display: block;
font-size: 55%;
} #top_msg::before,
#top_msg .box {
background: #1C1C1C;
}
#top_msg::after {
top: auto;
bottom: 0;
height: 70%;
background: url(//dancestudio-twoehop.com/wp-content/uploads/top-message-bg.jpg) no-repeat center center / cover;
}
#top_msg .box,
#top_msg .box h1,
#top_msg .box a {
color: #fff;
}
#top_msg .box h1 {
text-align: left;
}
#top_msg .box h1 b {
color: #5B5B5B;
}
#top_msg .photo {
background: #B53282;
}
@media print, screen and (min-width: 641px){ #top_msg .txt,
#top_msg .photo {
width: 50%;
}
#top_msg .txt { display: flex;
align-items: center;
justify-content: center;
}
} #top_genre .box a {
display: block;
position: relative;
text-align: right;
}
#top_genre .box a,
#top_genre .box h1,
#top_genre .box .linkBtn {
color: #fff;
}
#top_genre .box h1 {
text-align: right;
}
#top_genre .box h1 b+span {
font-size: 15px;
font-weight: normal;
}
#top_genre .box .txt {
position: absolute;
right: 0;
bottom: 0;
}
#top_genre .box .linkBtn::before {
background: none;
border: 1px solid #fff;
box-sizing: border-box;
}
#top_genre .box .photo {
overflow: hidden;
}
#top_genre .box a:hover .photo img {
transform: scale(1.1); filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media print, screen and (min-width: 641px){ #top_genre .box {
width: 50%;
}
} #top_service::before {
background: linear-gradient(left, #1A1A1A, #4A4A4A);
background: -ms-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -moz-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -webkit-linear-gradient(left, #1A1A1A, #4A4A4A);
}
#top_service::after {
top: auto;
bottom: 0;
height: 50%;
background: url(//dancestudio-twoehop.com/wp-content/uploads/top-service-bg.jpg) no-repeat center center / cover;
}
#top_service,
#top_service h1,
#top_service a {
color: #fff;
}
#top_service h1 b {
color: #5B5B5B;
}
#top_service .linkBtn::before {
background: #fff;
}
#top_service .linkBtn::after {
border-color: var(--color-primary);
}
#top_service dt {
margin: 20px 0 15px;
font-size: 120%;
text-align: center;
}
#top_service dd {
padding: 0;
}
@media print, screen and (min-width: 641px){ #top_service .box {
position: relative;
width: 32%;
padding-bottom: 60px;
}
#top_service .box .btn {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
}
@media only screen and (max-width: 640px){ #top_service .box+.box {
margin-top: 30px;
}
#top_service .photo {
height: 150px;
}
#top_service .photo img {
object-fit: cover;
width: 100%;
height: 100%;
max-width: none;
}
#top_service::after {
height: 58%;
}
} #top_contents .bg01::before {
background: url(//dancestudio-twoehop.com/wp-content/uploads/top-studio.jpg) no-repeat center center / cover;
}
#top_contents .bg02::before {
background: url(//dancestudio-twoehop.com/wp-content/uploads/top-gallery.jpg) no-repeat center center / cover;
}
#top_contents h1 {
text-align: left;
}
#top_contents .txt {
background: #fff;
}
#top_contents .bg02 .txt {
background: #1C1C1C;
}
#top_contents .bg02 .txt,
#top_contents .bg02 .txt h1,
#top_contents .bg02 .txt a {
color: #fff;
}
#top_contents .bg02 .txt h1 b {
color: #5B5B5B;
}
@media print, screen and (min-width: 641px){ #top_contents .txt {
width: 50%;
}
#top_contents .bg02 {
display: flex;
flex-direction: row-reverse;
}
} #top_sns::before {
background: linear-gradient(left, #1A1A1A, #4A4A4A);
background: -ms-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -moz-linear-gradient(left, #1A1A1A, #4A4A4A);
background: -webkit-linear-gradient(left, #1A1A1A, #4A4A4A);
}
#top_sns,
#top_sns h1,
#top_sns a,
#top_sns .sbi_caption {
color: #fff !important;
}
#top_sns h1 b {
color: #5B5B5B;
}
#top_sns h3 {
color: #fff;
font-size: 100%;
font-weight: normal;
border: none;
}
#top_sns .linkBtn::before {
background: #fff;
}
#top_sns .linkBtn::after {
border-color: #1A1A1A;
} #top_access table,
#top_access table th,
#top_access table td {
background: none;
border: none;
}
#top_access table th {
width: auto;
padding-right: 2em;
white-space: nowrap;
}
@media only screen and (max-width: 640px){ #top_access table th {
padding: 0;
}
} body:not(.home) #content:has(#contact_box) {
padding-bottom: 0 !important;
}
#contact_box::before {
background: url(//dancestudio-twoehop.com/wp-content/uploads/top-contact-bg.jpg) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 {
color: #fff;
}
#contact_box h1 b+span {
top: auto;
margin: 5px 0 0;
}
#contact_box .btn a {
height: 100%;
min-height: 100px;
padding: 15px;
background: #333333;
color: #fff;
line-height: 1.5;
transition: all 0.3s ease-in-out; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#contact_box .btn a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;	
}
#contact_box .btn a i {
margin-right: 8px;
}
#contact_box .btn .tel a b {
font-size: 150%;
}
#contact_box .btn .mail a {
background: #fff;
color: var(--color-font);
}
#contact_box .btn .line a {
background: #06C755;
}
@media print, screen and (min-width: 641px){ #contact_box .btn li {
width: calc(100% / 3);
}
} #front_top_content,
#front_bottom_content {
background: none;
} .post .linkBtn.btn_link,
#front-sectionPost .linkBtn {
display: inline-block;
width: auto;
max-width: none;
padding: 12px 25px;
padding-right: 50px;
background: none;
border-radius: 0;
color: var(--color-font);
font-family: var(--font-family02);
line-height: 1.4;
}
.post .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
position: absolute;
top: 50%;
right: 0;
display: block;
width: 30px;
height: 30px;
background: var(--color-primary);
border-radius: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
content: "";
}
.post .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
right: 13px;
width: 4px;
height: 4px;
margin-top: -2px;
transition: all 0.3s ease-in-out;
}
.post .linkBtn.btn_link:hover,
#front-sectionPost .linkBtn:hover {
color: var(--color-primary);
}
.post .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
right: -5px;
}
.post .linkBtn.btn_link:hover::after,
#front-sectionPost .linkBtn:hover::after {
right: 8px;
} #thumbImg::before, header#h1Header::before {
display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
color: var(--color-font);
font-family: var(--font-family02);
} .post h2::after {
display: none;
}
.post h2 {
line-height: 1.4;
}
.post h2 b {
display: block;
color: #D2D2D2;
font-size: 140%;
font-weight: normal;
line-height: 1;
}
.post h2 b+span {
display: block;
font-size: 55%;
}
.post h2.h3,
.post h3 {
padding: 0 0 8px;
border-bottom: 1px solid var(--color-primary);
font-size: var(--rem24);
text-align: left;
} .post h3.cen {
text-align: center;
}
.post h3.noline {
padding: 0;
border: none;
} #sub_link li {
margin-bottom: 15px;
}
#sub_link li a {
display: block;
max-width: none;
padding: 15px 30px;
line-height: 1.4;
}
@media print, screen and (min-width: 641px){ #sub_link {
justify-content: center;
column-gap: 2%;
}
#sub_link li {
width: 32%;
}
} .bg_gray::before {
background: #f6f6f6;
} .btn_line {
display: inline-block;
padding: 15px 30px;
border: 1px solid #31AE36;
border-radius: 5px;
color: #31AE36;
font-weight: 500;
line-height: 1.4;
transition: all 0.3s ease-in-out;
}
.btn_line:hover {
background: #31AE36;
color: #fff;
}
.btn_line i {
margin-right: 10px;
}  #member_list .box {
margin-bottom: 30px;
padding: 20px;
background: #fff;
}
#member_list .photo {
height: 350px;
margin-bottom: 20px;
}
#member_list .photo img {
object-fit: contain;
width: 100%;
height: 100%;
max-width: none;
}
#member_msg .name,
#member_list .name {
margin-bottom: 20px;
padding-bottom: 8px;
border-bottom: 1px solid var(--color-primary);
font-size: 130%;
font-weight: bold; display: flex;
justify-content: space-between;
}
#member_msg .name ul,
#member_list .name ul { display: flex;
column-gap: 10px;
}
#member_msg .name li img,
#member_list .name li img {
width: 30px;
}
#member_msg dd,
#member_list dd {
padding: 0 0 20px;
}
#member_msg .mv,
#member_list .mv {
position: relative;
}
#member_msg .mv i,
#member_list .mv i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 32px;
color: #fff;
}
@media print, screen and (min-width: 641px){ #member_msg .photo,
#member_msg .movie {
width: 30%;
}
#member_msg .txt {
width: 34%;
}
#member_list .box {
position: relative;
width: 48%;
margin-bottom: 60px;
padding: 30px;
padding-bottom: 360px;
}
#member_list .mv {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 360px;
padding: 30px;
}
#member_list .mv img {
object-fit: contain;
width: 100%;
height: 100%;
max-width: none;
}
}
@media only screen and (max-width: 640px){ #member_msg .photo {
margin-bottom: 20px;
}
} #price_about dl {
position: relative;
padding: 30px;
background: #F72246;
box-shadow: -2px -2px 3px rgba(0,0,0,0.2) inset, 2px 2px 2px rgba(255,255,255,0.3) inset, 1px 1px 6px rgba(0,0,0,0.2);
border-radius: 15px;
color: #fff;
font-size: 150%;
font-weight: bold;
text-align: center;
}
#price_about dl+dl {
margin-top: 80px;
}
#price_about dl+dl::before {
position: absolute;
top: -50px;
left: 0;
width: 100%;
color: #F72246;
font-size: 50px;
font-weight: 400;
font-family: 'FontAwesome';
text-align: center;
content: '\f067';
}
#price_about dt {
margin-bottom: 15px;
}
#price_about dd {
padding: 0;
}
#price_about dd b {
font-size: 180%;
} #price_ticket {
position: relative;
background: #fff;
border: 4px solid #F72246;
border-radius: 15px;
}
#price_ticket h3 {
position: absolute;
top: -20px;
left: 30px;
padding: 5px 20px;
background: #F72246;
border: none;
border-radius: 15px;
color: #fff;
}
#price_ticket dl {
position: relative;
margin-bottom: 20px;
padding-left: 25px;
}
#price_ticket dt {
margin-bottom: 5px;
font-size: 120%;
}
#price_ticket dt::before {
position: absolute;
top: 0;
left: 0;
color: #F72246;
content: "\25CF";
} #price_tbl,
#price_tbl th,
#price_tbl td {
border-color: #000000;
}
#price_tbl th {
width: 20%;
background: #475B66;
color: #fff;
text-align: center;
vertical-align: middle;
}
#price_tbl thead tr:first-child th:first-child {
background: #8EB6CC;
}
#price_tbl td {
text-align: center;
vertical-align: middle;
}
#price_tbl tbody tr:nth-child(1) th,
#price_tbl tbody tr:nth-child(2) th {
background: #00B40E;
}
#price_tbl tbody tr:nth-child(1) td,
#price_tbl tbody tr:nth-child(2) td {
background: #F0FFDF;
}
#price_tbl tbody tr:nth-child(3) th,
#price_tbl tbody tr:nth-child(4) th {
background: #FFB100;
}
#price_tbl tbody tr:nth-child(3) td,
#price_tbl tbody tr:nth-child(4) td {
background: #FFF5CD;
}
#price_tbl tbody tr:nth-child(5) th,
#price_tbl tbody tr:nth-child(6) th {
background: #0044FF;
}
#price_tbl tbody tr:nth-child(5) td,
#price_tbl tbody tr:nth-child(6) td {
background: #DEFBFF;
} #price_menu .box {
margin-bottom: 15px;
padding: 20px;
background: #fff;
border: 2px solid #06ABBD;
box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
#price_menu .box:nth-child(2) {
border-color: #4AAF79;
}
#price_menu .box:nth-child(3) {
border-color: #81B344;
}
#price_menu .box:nth-child(4) {
border-color: #AFB73D;
}
#price_menu .box:nth-child(5) {
border-color: #F8BE30;
}
#price_menu .box dl {
position: relative;
padding-left: 25px;
}
#price_menu .box dt {
font-size: 120%;
}
#price_menu .box dt::before {
position: absolute;
top: 0;
left: 0;
color: #F72246;
content: "\25CF";
}
#price_menu .box dd {
padding: 0;
}
#price_menu .box .off {
color: #000;
font-size: 120%;
font-weight: bold;
text-align: right;
line-height: 1;
}
#price_menu .box .off b {
font-size: 200%;
}
@media print, screen and (min-width: 641px){ #price_menu .box {
padding: 20px 30px; display: flex;
align-items: center;
justify-content: space-between;
}
}
@media only screen and (max-width: 640px){ #price_menu .box .off {
margin-top: 10px;
}
} #schedule_about dl {
margin-bottom: 20px;
}
#schedule_about dt {
padding: 10px;
background: #BDE3FF;
border: 1px solid #57B8FF;
font-size: 110%;
text-align: center;
}
#schedule_about dd {
padding: 15px;
background: #F6FCFF;
border: 1px solid #D0EBFF;
}
#schedule_about dd li {
margin-bottom: 10px;
padding: 10px;
background: #00B40E;
border: 1px solid #fff;
border-radius: 10px;
color: #fff;
font-weight: bold; display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
#schedule_about dd li.class45 {
background: #00B40E;
}
#schedule_about dd li.class1h {
background: #FFB100;
}
#schedule_about dd li.class1h20 {
background: #0044FF;
}
#schedule_about ul li:last-child {
margin-bottom: 0;
}
#schedule_about dd li .ttl {
display: block;
width: 100%;
margin-bottom: 5px;
}
#schedule_about .tue dt {
background: #FFEDBD;
border-color: #FFC163;
}
#schedule_about .tue dd {
background: #FFFDF6;
border-color: #FFEDBD;
}
#schedule_about .wed dt {
background: #BDFFC4;
border-color: #63FF73;
}
#schedule_about .wed dd {
background: #F6FFF6;
border-color: #BDFFC4;
}
#schedule_about .thu dt {
background: #DEBDFF;
border-color: #BA63FF;
}
#schedule_about .thu dd {
background: #FDF6FF;
border-color: #DEBDFF;
}
#schedule_about .fri dt {
background: #FEFFBD;
border-color: #FFEF63;
}
#schedule_about .fri dd {
background: #FFFFF6;
border-color: #FFEF63;
}
#schedule_about .sat dt {
background: #FFBDBD;
border-color: #FF63AE;
}
#schedule_about .sat dd {
background: #FFF6F6;
border-color: #FFBDBD;
}
#schedule_about dd li .name {
display: inline-block;
padding: 0 12px;
border: 2px solid #fff;
border-radius: 999px;
color: #fff;
font-size: 90%;
transition: all 0.3s ease-in-out;
}
#schedule_about dd li .name:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#schedule_about dd li .luana { background: #FF6E00; }
#schedule_about dd li .tsugumi { background: #14AE5C; }
#schedule_about dd li .saori { background: #0034FF; }
#schedule_about dd li .manami { background: #FF23B4; }
#schedule_about dd li .hiyori { background: #FFA723; }
#schedule_about dd li .koyuki { background: #0700B7; }
#schedule_about dd li .yossi { background: #666; }
#schedule_about dd li .mao { background: #FF0000; }
#schedule_about dd li .rei { background: #BE74FF; } @media print, screen and (min-width: 641px){ #schedule_about dl { display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#schedule_about dt {
width: 80px; display: flex;
align-items: center;
justify-content: center;
}
#schedule_about dd {
width: calc(100% - 85px); display: flex;
column-gap: 2%;
}
#schedule_about ul {
width: 32%;
}
#schedule_about ul li {
min-height: 90px;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 640px){ #schedule_about ul+ul {
margin-top: 10px;
}
.mb3_sp {
margin-bottom: 3.0rem !important;
}
} #studio_about .txt,
#studio_about .photo {
margin-bottom: 10px;
}
#studio_about .txt {
background: linear-gradient(left, #4B4A4F, #636363);
background: -ms-linear-gradient(left, #4B4A4F, #636363);
background: -moz-linear-gradient(left, #4B4A4F, #636363);
background: -webkit-linear-gradient(left, #4B4A4F, #636363);
color: #fff;
}
#studio_about .txt h3 {
padding: 0;
border: none;
color: #fff;
}
#studio_about .txt h3::first-letter {
font-size: 180%;
}
@media print, screen and (min-width: 641px){ #studio_about .txt,
#studio_about .photo {
width: 49.5%;
margin-bottom: 15px;
}
} #company_tbl th {
width: 20%;
white-space: nowrap;
} #breadcrumb ul li b,
#sitemap_list li a b {
display: none;
} .wpcf7-form select {
width: auto;
}
.wpcf7-form .must_fn {
float: none;
} .post form.wpcf7-form .linkBtn {
width: 200px !important;
padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
padding: 15px 35px;
}