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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
    height: 1px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}
body {
    background: #fff;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
section,
artcle {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    section,
    artcle {
        width: 100%;
    }
}
.wrap {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .wrap {
        width: 88%;
    }
}
.wrap_sp {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .wrap_sp {
        width: 100%;
    }
}
.img_box {
    width: 100%;
}
.img_box img {
    width: 100%;
}
.main_page {
    padding-bottom: 98px;
}
.sp_oi {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp_oi {
        display: inline;
    }
}
.pc_oi {
    display: inline;
}
@media screen and (max-width: 767px) {
    .pc_oi {
        display: none;
    }
}
header {
    width: 100%;
    height: 110px;
}
@media screen and (max-width: 767px) {
    header {
        width: 100%;
        height: 55px;
    }
}
.head_fixed {
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 110px;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .head_fixed {
        height: auto;
        min-height: 55px;
        padding: 15px 6% 0;
    }
}
.head_fixed.on {
    position: fixed;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_top {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.head_top:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .head_top {
        width: 100%;
        padding: 0;
    }
}
.head_left {
    float: left;
    width: 230px;
}
.head_left:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .head_left {
        width: 160px;
    }
}
.head_right {
    float: right;
}
.head_right a {
    font-size: 0.5rem;
    font-weight: 500;
    color: #646464;
}
@media screen and (max-width: 767px) {
    .head_right a {
        display: none;
    }
}
.head_btn-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .head_btn-sp {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }
}
.head_btn-sp span {
    position: absolute;
}
.head_btn-sp span:nth-of-type(1) {
    width: 100%;
    height: 2px;
    background: #e62327;
    top: 7px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp span:nth-of-type(1):before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #e62327;
    top: -7px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp span:nth-of-type(1):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #e62327;
    top: 7px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp .txt {
    font-size: 0.7rem;
    color: #e62327;
    letter-spacing: 0.02em;
    bottom: 0;
}
.head_btn-sp .head_btn-open {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp .head_btn-close {
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp.on {
    width: 32px;
}
.head_btn-sp.on span:nth-of-type(1) {
    background: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_btn-sp.on span:nth-of-type(1):before {
    top: 0;
    -webkit-transform: rotate(383deg);
    -ms-transform: rotate(383deg);
    transform: rotate(383deg);
}
.head_btn-sp.on span:nth-of-type(1):after {
    top: 0;
    -webkit-transform: rotate(-383deg);
    -ms-transform: rotate(-383deg);
    transform: rotate(-383deg);
}
.head_btn-sp.on .head_btn-open {
    visibility: hidden;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.head_btn-sp.on .head_btn-close {
    visibility: visible;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.logo_toukyou {
    float: left;
    width: 79px;
}
@media screen and (max-width: 767px) {
    .logo_toukyou {
        display: none;
    }
}
.logo_sampo {
    float: right;
    width: 114px;
}
@media screen and (max-width: 767px) {
    .logo_sampo {
        float: none;
        width: 160px;
    }
}
.head_bottom {
    width: 1200px;
    margin: 27px auto 0;
}
@media screen and (max-width: 767px) {
    .head_bottom {
        display: none;
        width: 100%;
        padding: 0 0 40px;
    }
}
.head_bottom ul {
    font-size: 0;
    text-align: center;
}
.head_bottom li {
    display: inline-block;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .head_bottom li {
        display: block;
    }
}
.head_bottom li a {
    font-size: 0.65rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.15em;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 767px) {
    .head_bottom li a {
        font-size: 15px;
    }
}
.head_bottom li a:after {
    position: absolute;
    content: "";
    width: 0.00001%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.head_bottom li a:hover:after {
    width: 100%;
}
.head_bottom li + li {
    border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .head_bottom li + li {
        border: none;
        margin: 25px 0 0;
    }
}
.head_nav-sp {
    display: none;
    margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
    .head_nav-sp {
        display: block;
    }
}
.head_nav-sp li a {
    font-size: 12px;
    color: #6d6d6d;
}
footer {
    width: 100%;
    border-top: 2px solid #e62327;
    margin: 0;
    padding: 0 0 49px;
    position: relative;
}
@media screen and (max-width: 767px) {
    footer {
        width: 100%;
        padding: 0 0 17px;
    }
}
.page_top-btn {
    z-index: 999;
    position: fixed;
    display: none;
    top: auto;
    bottom: 0;
    right: 5%;
}
@media screen and (max-width: 767px) {
    .page_top-btn {
        right: 6.5%;
    }
}
.page_top-btn:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 50px;
    background: url("https://burattokyosampo.com/_shere/2020/images/mark_top-arrow.svg") top center/100% auto no-repeat;
    top: -45px;
    right: -12px;
}
@media screen and (max-width: 767px) {
    .page_top-btn:before {
        height: 40px;
        top: -45px;
        right: -10px;
    }
}
.page_top-btn a {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page_top-btn span {
    display: block;
    font-size: 0.55rem;
    color: #e62327;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 75px;
    background: url("https://burattokyosampo.com/_shere/2020/images/mark_top.png") bottom center/60px auto no-repeat;
}
@media screen and (max-width: 767px) {
    .page_top-btn span {
        background: url("https://burattokyosampo.com/_shere/2020/images/mark_top.png") bottom center/40px auto no-repeat;
        padding-bottom: 50px;
    }
}
.page_top-btn.fixed {
    position: absolute;
    top: -100px;
    bottom: auto;
}
@media screen and (max-width: 767px) {
    .page_top-btn.fixed {
        top: -70px;
    }
}
.foot_top {
    margin: 47px 0 0;
}
@media screen and (max-width: 767px) {
    .foot_top {
        display: none;
    }
}
.foot_top ul {
    font-size: 0;
    text-align: center;
}
.foot_top ul li {
    display: inline-block;
    padding: 0 15px;
}
.foot_top ul li a {
    font-size: 0.65rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.15em;
    line-height: 1;
    position: relative;
}
.foot_top ul li a:after {
    position: absolute;
    content: "";
    width: 0.00001%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.foot_top ul li a:hover:after {
    width: 100%;
}
.foot_mid {
    width: 280px;
    margin: 41px auto 0;
}
.foot_mid:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .foot_mid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 25px 0 0;
    }
    .foot_mid:after {
        display: none;
    }
}
.foot_mid .logo_toukyou {
    display: none;
}
@media screen and (max-width: 767px) {
    .foot_mid .logo_toukyou {
        display: block;
        width: 81px;
        padding: 0;
    }
}
.logo_toukyou-b {
    float: left;
    width: 140px;
}
@media screen and (max-width: 767px) {
    .logo_toukyou-b {
        width: 100px;
    }
}
.logo_tcvb {
    float: right;
    width: 74px;
}
@media screen and (max-width: 767px) {
    .logo_tcvb {
        width: 54px;
    }
}
.foot_copy {
    margin: 23px 0 0;
    font-size: 0.5rem;
    color: #646464;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .foot_copy {
        font-size: 10px;
        letter-spacing: 0.08em;
    }
}
.top_main {
    background: url("https://burattokyosampo.com/_shere/2020/images/main_bg.jpg");
    overflow: hidden;
    padding: 0 0 91px;
}
@media screen and (max-width: 767px) {
    .top_main {
        padding: 0 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .top_main .wrap {
        width: 100%;
    }
}
.top_main h1 {
    width: 100%;
    margin: 53px 0 0;
}
@media screen and (max-width: 767px) {
    .top_main h1 {
        width: 90.9375%;
        margin: 25px auto 0;
    }
    .top_main h1 img {
        width: 100%;
    }
}
.top_main h2 {
    width: 418px;
    margin: 83px auto 0;
}
@media screen and (max-width: 767px) {
    .top_main h2 {
        width: 65.625%;
        margin: 25px auto 0;
    }
}
.top_main p {
    width: 533px;
    margin: 51px auto 0;
}
@media screen and (max-width: 767px) {
    .top_main p {
        width: 69.375%;
        margin: 25px auto 0;
    }
}
.opening_box {
    width: 855px;
    margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
    .opening_box {
        width: 100%;
        margin: 20px auto 0;
    }
}
.opening_box img {
    width: 100%;
}
.opening_box a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.opening_box a:hover {
    opacity: 0.7;
}
.tit_box {
    text-align: center;
}
.tit_box .tit {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    line-height: 1;
    display: inline-block;
    padding: 0 2px 5px 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .tit_box .tit {
        display: block;
        z-index: 2;
        padding: 0;
    }
}
.tit_box .tit:after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #ee6568;
    bottom: 0;
    left: -2px;
}
@media screen and (max-width: 767px) {
    .tit_box .tit:after {
        display: none;
    }
}
.tit_box .tit span {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .tit_box .tit span {
        display: inline-block;
        z-index: auto;
        padding: 0 0 2px;
    }
    .tit_box .tit span:after {
        z-index: -1;
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #ee6568;
        bottom: 0;
        left: -2px;
    }
}
.news_box {
    width: 855px;
    margin: 97px auto 0;
    padding: 40px 0 55px;
    border: 2px solid #000;
}
@media screen and (max-width: 767px) {
    .news_box {
        width: 100%;
        margin: 40px auto 0;
        padding: 25px 0 25px;
    }
}
.news_box ul {
    margin: 52px 0 0;
    padding: 0 80px 0 92px;
}
@media screen and (max-width: 767px) {
    .news_box ul {
        padding: 0 6%;
        margin: 20px 0 0;
    }
}
.news_box li {
    font-size: 0;
}
.news_box li a {
    display: inline-block;
    font-weight: 700;
    color: #000;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
}
.news_box li a:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .news_box li a {
        font-size: 13px;
        line-height: 2;
    }
}
.news_box li a:after {
    position: absolute;
    content: "";
    width: 0.001%;
    height: 1px;
    background: #000;
    bottom: -5px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.news_box li a:hover:after {
    width: 100%;
}
.news_box li a .date {
    float: left;
}
.news_box li a .tit {
    float: left;
    margin-left: 25px;
}
@media screen and (max-width: 767px) {
    .news_box li a .tit {
        margin: 0 0 0 0;
    }
}
.news_box li + li {
    margin: 23px 0 0;
}
@media screen and (max-width: 767px) {
    .news_box .tit_box .tit {
        font-size: 18px;
    }
}
.switch_box {
    width: 100%;
    margin: 103px 0 0;
}
@media screen and (max-width: 767px) {
    .switch_box {
        margin: 50px 0 0;
    }
}
.switch_box ul {
    text-align: center;
    font-size: 0;
}
.switch_box li {
    display: inline-block;
    width: calc(100% / 3);
    font-size: 0;
    padding: 10px 0 10px;
}
@media screen and (max-width: 767px) {
    .switch_box li {
        padding: 0 8px 0;
    }
}
.switch_box li .tit_box {
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .switch_box li .tit {
        font-size: 13px;
    }
}
.switch_box li .tit:after {
    width: 0.001%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .switch_box li .tit:after {
        display: none;
    }
}
.switch_box li .tit:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .switch_box li .tit:hover:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .switch_box li .tit span:after {
        width: 0.001%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
@media screen and (max-width: 767px) {
    .switch_box li .tit span:nth-of-type(2) {
        padding: 3px 0 2px;
    }
}
.switch_box li + li {
    border-left: 3px solid #e62327;
}
@media screen and (max-width: 767px) {
    .switch_box li + li {
        border-left: 2px solid #e62327;
    }
}
@media screen and (max-width: 767px) {
    .switch_box li:nth-of-type(1) {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .switch_box li:nth-of-type(3) {
        padding-right: 0;
    }
}
.switch_box li.active .tit:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .switch_box li.active .tit:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .switch_box li.active .tit span:after {
        width: 100%;
    }
}
.switch_box-sec {
    margin: 55px 0 0;
    display: none;
}
@media screen and (max-width: 767px) {
    .switch_box-sec {
        margin: 30px 0 0;
    }
}
.switch_box-sec h2 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #e62327;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
}
.switch_box-sec#theme {
    display: block;
}
.schedule_map-box {
    width: 800px;
    margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
    .schedule_map-box {
        width: 100%;
    }
}
.schedule_map-box .viewmonth {
    text-align: left;
    margin-bottom: 20px;
}
.schedule_map-box .calendar {
    width: 100%;
}
.schedule_map-box .calendar table {
    width: 100%;
}
.schedule_map-box .calendar table td {
    width: calc(100% / 7);
    text-align: center;
    border: 1px solid #666;
    font-size: 16px;
    color: #333;
    padding: 10px;
}
.schedule_map-box .calendar table td.sat {
    color: #1e90ff;
}
.schedule_map-box .calendar table td.sun {
    color: #e62327;
}
.schedule_map-box .calendar table td span.valid {
    cursor: pointer;
}
.schedule_map-box .calendar table td span.valid:before {
    content: " ";
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url("https://burattokyosampo.com/_shere/2020/images/bura-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.schedule_map-box .calendar-wrap {
    position: relative;
}
.schedule_map-box .calendar-wrap .btn-calendar {
    position: absolute;
    right: 0;
}
.schedule_map-box .calendar-wrap .btn-calendar a {
    font-size: 14px;
    display: inline-block;
    background-color: #e62327;
    padding: 8px 10px 10px 10px;
    border-radius: 5px;
    color: #fff;
}
.schedule_map-box .calendar-wrap .btn-calendar a span {
    font-size: 12px;
}
.schedule_map-box .calendar-wrap .att {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
#area .area_map-box + .reset_box {
    margin: 0 auto;
}
.area_map-box {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .area_map-box {
        width: 100%;
    }
}
.area_map-box #tama-area:hover path {
    opacity: 0.6;
}
.area_map-box #jouhoku-area:hover path {
    opacity: 0.6;
}
.area_map-box #jounan-area:hover path {
    opacity: 0.6;
}
.area_map-box #joutou-area:hover path {
    opacity: 0.6;
}
.area_map-box #toshin-area:hover path {
    opacity: 0.6;
}
.area_map-box g {
    cursor: pointer;
}
.theme_box-nav {
    margin: 35px 0 0;
    font-size: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .theme_box-nav {
        margin: 20px 0 0;
    }
}
.theme_box-nav ul {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .theme_box-nav ul {
        text-align: center;
    }
}
.theme_box-nav ul + ul {
    position: relative;
}
.theme_box-nav ul + ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #000;
    top: 3px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .theme_box-nav ul + ul:before {
        display: none;
    }
}
.theme_box-nav li {
    display: inline-block;
    padding: 0 25px 0;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li {
        display: inline-block;
        margin: 10px 0 0;
        padding: 0 20px 0;
    }
}
.theme_box-nav li .tit {
    font-size: 0.85rem;
    color: #000;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li .tit {
        font-size: 12px;
    }
}
.theme_box-nav li .tit:after {
    width: 0.001%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li .tit:after {
        display: none;
    }
}
.theme_box-nav li .tit:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li .tit:hover:after {
        display: none;
    }
}
.theme_box-nav li .tit span {
    display: inline-block;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li .tit span:after {
        width: 0.001%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
.theme_box-nav li.active .tit:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li.active .tit:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .theme_box-nav li.active .tit span:after {
        width: 100%;
    }
}
.theme_box-nav li + li {
    position: relative;
}
.theme_box-nav li + li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #000;
    top: 3px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .theme_box-nav li + li:before {
        top: 0;
        height: 15px;
    }
}
.reset_box {
    width: 285px;
    margin: 53px auto 0;
}
@media screen and (max-width: 767px) {
    .reset_box {
        width: 200px;
        margin: 30px auto 0;
    }
}
.reset_box a {
    display: block;
    padding: 10px 0 15px;
    border: 2px solid #e62327;
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .reset_box a {
        padding: 9px 0 11px;
    }
}
.reset_box a span {
    display: block;
    font-size: 0.85rem;
    margin: 9px 0 0;
}
@media screen and (max-width: 767px) {
    .reset_box a span {
        margin: 5px 0 0;
    }
}
.reset_box a:hover {
    background: #e62327;
    color: #fff;
}
.articlelist_wrap {
    margin: 64px 0 0;
}
@media screen and (max-width: 767px) {
    .articlelist_wrap {
        margin: 40px 0 0;
    }
}
.articlelist_wrap ul:after {
    display: block;
    content: "";
    clear: both;
}
.articlelist_wrap li {
    float: left;
    width: 300px;
    margin: 0 0 0 40px;
    display: none;
    /*height: 390px;*/
    position: relative;
    padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
    .articlelist_wrap li {
        width: 100%;
        margin: 0 0 60px 0;
        height: auto;
    }
}
.articlelist_wrap li:nth-of-type(1) {
    margin-left: 0;
}
.articlelist_wrap li:nth-of-type(n+4) {
    margin: 100px 0 0 40px;
}
@media screen and (max-width: 767px) {
    .articlelist_wrap li:nth-of-type(n+4) {
        margin: 0 0 60px 0;
    }
}
.articlelist_wrap li:nth-of-type(3n+1) {
    margin-left: 0;
}
.articlelist_wrap .img_box {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.articlelist_wrap .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.articlelist_wrap .txt_box {
    width: 100%;
    margin: 17px 0 0;
    padding: 0 5px 0 2px;
}
.articlelist_wrap .txt_box:after {
    display: block;
    content: "";
    clear: both;
}
.articlelist_wrap .txt_box .num {
    float: left;
    width: 67px;
    font-size: 2.75rem;
    font-weight: 700;
    color: #e62327;
    letter-spacing: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .articlelist_wrap .txt_box .num {
        width: 80px;
        font-size: 51px;
    }
}
.articlelist_wrap .txt_box .tit {
    float: right;
    width: 190px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 4px 0 0;
}
@media screen and (max-width: 767px) {
    .articlelist_wrap .txt_box .tit {
        width: calc(100% - 86px);
        font-size: 16px;
    }
}
.articlelist_wrap .nodata {
    text-align: center;
}
.tour_link-box {
    width: 260px;
    /*margin: 16px auto 0;*/
    position: absolute;
    left: 50%;
    margin: 16px 0 0 -130px;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .tour_link-box {
        width: 86.4%;
    }
}
.tour_link-box a {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.014em;
    line-height: 1;
    text-align: center;
    padding: 11px 0 11px;
    border: 1px solid #e62327;
    background: #e62327;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .tour_link-box a {
        font-size: 16px;
    }
}
.tour_link-box a:hover {
    color: #e62327;
    background: #fff;
}
.detail_link-box {
    width: 260px;
    margin: 19px auto 0;
}
@media screen and (max-width: 767px) {
    .detail_link-box {
        width: 86.4%;
    }
}
.detail_link-box a {
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    color: #e62327;
    letter-spacing: 0.014em;
    line-height: 1;
    text-align: center;
    padding: 11px 0 11px;
    border: 1px solid #e62327;
    background: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .detail_link-box a {
        font-size: 16px;
    }
}
.detail_link-box a:hover {
    color: #fff;
    background: #e62327;
}
.more_box {
    width: 210px;
    margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
    .more_box {
        width: 160px;
        margin: 0 auto;
    }
}
.more_box a {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.012em;
    line-height: 1;
    padding: 0 60px 0 0;
    position: relative;
}
.more_box a:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 8px;
    background: url("https://burattokyosampo.com/_shere/2020/images/mark_right-arrow.svg") center/100% auto no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.more_box a:hover:after {
    right: -10px;
}
.page_tit {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
    .page_tit {
        margin: 50px 0 0;
    }
}
.page_cont {
    margin: 65px 0 0;
}
@media screen and (max-width: 767px) {
    .page_cont {
        margin: 50px 0 0;
    }
}
.page_cont .subtitle {
    font-size: 19px;
    font-weight: 700;
    width: 800px;
    margin: 34px auto 0;
}
.page_cont .colmunTextArea {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 24px !important;
    line-height: 1.7 !important;
}
.page_cont .colmunText {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 24px !important;
    line-height: 1.7 !important;
    padding: 20px;
    border: 1px solid #ececec;
}
.page_cont .colmunList {
    width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .page_cont .colmunList {
        width: 100%;
    }
}
.page_cont .colmunList li {
    position: relative;
}
.page_cont .colmunList li:before {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
    content: '';
}
.page_cont .colmunList li:nth-of-type(1):before {
    content: '1.';
}
.page_cont .colmunList li:nth-of-type(2):before {
    content: '2.';
}
.page_cont .colmunList li:nth-of-type(3):before {
    content: '3.';
}
.page_cont .colmunList li:nth-of-type(4):before {
    content: '4.';
}
.page_cont .colmunList li:nth-of-type(5):before {
    content: '5.';
}
.page_cont .colmunList li:nth-of-type(6):before {
    content: '6.';
}
.page_cont .colmunList li:nth-of-type(7):before {
    content: '7.';
}
.page_cont .colmunList li:nth-of-type(8):before {
    content: '8.';
}
.page_cont .colmunList li:nth-of-type(9):before {
    content: '9.';
}
.page_cont .colmunList li:nth-of-type(10):before {
    content: '10.';
}
.page_cont .colmunList li:nth-of-type(11):before {
    content: '11.';
}
.page_cont .colmunList li:nth-of-type(12):before {
    content: '12.';
}
.page_cont .colmunList li:nth-of-type(13):before {
    content: '13.';
}
.page_cont .colmunList li:nth-of-type(14):before {
    content: '14.';
}
.page_cont .colmunList li:nth-of-type(15):before {
    content: '15.';
}
.page_cont .colmunList li:nth-of-type(16):before {
    content: '16.';
}
.page_cont .colmunList li:nth-of-type(17):before {
    content: '17.';
}
.page_cont .colmunList li:nth-of-type(18):before {
    content: '18.';
}
.page_cont .colmunList li:nth-of-type(19):before {
    content: '19.';
}
.page_cont .colmunList li:nth-of-type(20):before {
    content: '20.';
}
.page_cont .colmunList li:nth-of-type(21):before {
    content: '21.';
}
.page_cont .colmunList li:nth-of-type(22):before {
    content: '22.';
}
.page_cont .colmunList li:nth-of-type(23):before {
    content: '23.';
}
.page_cont .colmunList li:nth-of-type(24):before {
    content: '24.';
}
.page_cont .colmunList li:nth-of-type(25):before {
    content: '25.';
}
.page_cont .colmunList li:nth-of-type(26):before {
    content: '26.';
}
.page_cont .colmunList li:nth-of-type(27):before {
    content: '27.';
}
.page_cont .colmunList li:nth-of-type(28):before {
    content: '28.';
}
.page_cont .colmunList li:nth-of-type(29):before {
    content: '29.';
}
.page_cont .colmunList li:nth-of-type(30):before {
    content: '30.';
}
.page_cont .colmunList li:nth-of-type(31):before {
    content: '31.';
}
.page_cont .colmunList li:nth-of-type(32):before {
    content: '32.';
}
.page_cont .colmunList li:nth-of-type(33):before {
    content: '33.';
}
.page_cont .colmunList li:nth-of-type(34):before {
    content: '34.';
}
.page_cont .colmunList li:nth-of-type(35):before {
    content: '35.';
}
.page_cont .colmunList li:nth-of-type(36):before {
    content: '36.';
}
.page_cont .colmunList li:nth-of-type(37):before {
    content: '37.';
}
.page_cont .colmunList li:nth-of-type(38):before {
    content: '38.';
}
.page_cont .colmunList li:nth-of-type(39):before {
    content: '39.';
}
.page_cont .colmunList li:nth-of-type(40):before {
    content: '40.';
}
.page_cont .colmunList li:nth-of-type(41):before {
    content: '41.';
}
.page_cont .colmunList li:nth-of-type(42):before {
    content: '42.';
}
.page_cont .colmunList li:nth-of-type(43):before {
    content: '43.';
}
.page_cont .colmunList li:nth-of-type(44):before {
    content: '44.';
}
.page_cont .colmunList li:nth-of-type(45):before {
    content: '45.';
}
.page_cont .colmunList li:nth-of-type(46):before {
    content: '46.';
}
.page_cont .colmunList li:nth-of-type(47):before {
    content: '47.';
}
.page_cont .colmunList li:nth-of-type(48):before {
    content: '48.';
}
.page_cont .colmunList li:nth-of-type(49):before {
    content: '49.';
}
.page_cont .colmunList li:nth-of-type(50):before {
    content: '50.';
}
.page_cont .colmunList li p {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 24px !important;
    line-height: 1.7 !important;
    padding-left: 40px;
    width: auto !important;
}
#about_page p {
    width: 800px;
    margin: 0 auto;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.6842;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    #about_page p {
        width: 100%;
    }
}
.sitemap_link-box ul {
    border-top: 2px solid #e62327;
}
@media screen and (max-width: 767px) {
    .sitemap_link-box ul {
        border-top: 1px solid #e62327;
    }
}
.sitemap_link-box ul li {
    padding: 17px 0 18px;
    border-bottom: 2px solid #e62327;
}
@media screen and (max-width: 767px) {
    .sitemap_link-box ul li {
        padding: 10px 0 11px;
        border-bottom: 1px solid #e62327;
    }
}
.sitemap_link-box a {
    position: relative;
}
.sitemap_link-box a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #e62327;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .sitemap_link-box a:after {
        left: -15px;
    }
}
.sitemap_link-box a:hover:after {
    left: -10px;
}
@media screen and (max-width: 767px) {
    .sitemap_link-box a:hover:after {
        left: -15px;
    }
}
.sitemap_parent-box {
    padding-left: 20px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .sitemap_parent-box {
        padding-left: 15px;
    }
}
.sitemap_parent-box a {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.sitemap_child-box {
    margin: 17px 0 0;
    padding: 0 0 20px 158px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .sitemap_child-box {
        padding: 0 0 10px 50px;
    }
}
.sitemap_child-box a {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .sitemap_child-box a {
        line-height: 1.6;
    }
}
.sitemap_child-box a + a {
    margin: 18px 0 0;
}
.sitemap_child-box.out_site a {
    color: #a40b6e;
}
.wrap_faq {
    width: 850px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .wrap_faq {
        width: 88%;
    }
}
.faq_sec h2 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 41px;
    text-align: center;
    background: #e62327;
    border-radius: 41px;
}
@media screen and (max-width: 767px) {
    .faq_sec h2 {
        line-height: 30px;
        border-radius: 30px;
    }
}
.faq_sec + .faq_sec {
    margin: 60px 0 0;
}
.faq_dl {
    margin: 29px 0 0;
    border: 2px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
    .faq_dl {
        margin: 20px 0 0;
        border: 1px solid #c6c6c6;
    }
}
.faq_dl dt {
    font-size: 0.95rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 24px 55px 25px 25px;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 767px) {
    .faq_dl dt {
        line-height: 1.6;
        padding: 10px 35px 10px 10px;
    }
}
.faq_dl dt:hover .faq_dl-btn {
    background: #fff;
}
@media screen and (max-width: 767px) {
    .faq_dl dt:hover .faq_dl-btn {
        background: #e62327;
    }
}
.faq_dl dt:hover .faq_dl-btn:before,
.faq_dl dt:hover .faq_dl-btn:after {
    background: #e62327;
}
@media screen and (max-width: 767px) {
    .faq_dl dt:hover .faq_dl-btn:before,
    .faq_dl dt:hover .faq_dl-btn:after {
        background: #fff;
    }
}
.faq_dl dt.on {
    padding: 24px 55px 20px 25px;
}
@media screen and (max-width: 767px) {
    .faq_dl dt.on {
        padding: 10px 35px 10px 10px;
    }
}
.faq_dl dd {
    display: none;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 2;
    padding: 0 20px 18px 25px;
}
@media screen and (max-width: 767px) {
    .faq_dl dd {
        padding: 0 10px 10px;
    }
}
.faq_dl-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #e62327;
    top: 0;
    bottom: 0;
    right: 20px;
    border: 2px solid #e62327;
    margin: auto 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .faq_dl-btn {
        width: 20px;
        height: 20px;
        right: 10px;
    }
}
.faq_dl-btn:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .faq_dl-btn:before {
        width: 10px;
    }
}
.faq_dl-btn:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .faq_dl-btn:after {
        height: 10px;
    }
}
.faq_dl-btn.on:before {
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg);
}
.faq_dl-btn.on:after {
    -webkit-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    transform: rotate(810deg);
}
#opening_page {
    background: #63cf93;
}
.ab_img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.op_main-box {
    width: 100%;
    overflow: hidden;
}
.op_main-box .op_h1-wrap {
    max-width: 1258px;
    min-width: 950px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px) {
    .op_main-box .op_h1-wrap {
        max-width: 100%;
        min-width: auto;
    }
}
.op_bg-box {
    z-index: 2;
    position: relative;
    background: url("https://burattokyosampo.com/_shere/2020/images/opening_bg.png") top center/100% auto no-repeat;
    padding: 41px 0 0;
}
@media screen and (max-width: 767px) {
    .op_bg-box {
        background: none;
        padding: 23px 0 0;
    }
}
.op_bg-box h1 {
    position: relative;
    width: 84.26073%;
    height: 0;
    padding-top: 43.72019%;
    background: url("https://burattokyosampo.com/_shere/2020/images/opening_h1-bg.png") center/cover no-repeat;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .op_bg-box h1 {
        width: 90.3125%;
        padding-top: 73.125%;
        background: url("https://burattokyosampo.com/_shere/2020/images/opening_h1-bg-sp.png") center/cover no-repeat;
    }
}
.op_band-box {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 1088px;
    top: 110px;
    left: 0;
    overflow: hidden;
}
.op_band-box:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 3000px;
    height: 504px;
    background: #ffe1e0;
    top: 286px;
    left: 50%;
    margin-left: -1500px;
    -webkit-transform: rotate(23.6deg);
    -ms-transform: rotate(23.6deg);
    transform: rotate(23.6deg);
}
.op_band-box:after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 3000px;
    height: 504px;
    background: #a6daf8;
    top: 286px;
    right: 50%;
    margin-right: -1500px;
    -webkit-transform: rotate(-23.6deg);
    -ms-transform: rotate(-23.6deg);
    transform: rotate(-23.6deg);
}
@media screen and (max-width: 1259px) {
    .op_band-box {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .op_band-box {
        display: none;
    }
}
.op_h1-top {
    position: absolute;
    width: 56.4150943%;
    height: 0;
    padding-top: 10.471698%;
    top: 11%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .op_h1-top {
        width: 41.868512%;
        padding-top: 7.6124567%;
    }
}
.op_h1-bot {
    position: absolute;
    width: 93.58490566%;
    height: 0;
    padding-top: 25.660377%;
    top: 39%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .op_h1-bot {
        top: 24%;
        width: 86.851211%;
        padding-top: 52.2491349%;
    }
}
.op_read {
    z-index: 20;
    position: relative;
    width: 43.2432432%;
    margin: 1.7% auto 0;
}
@media screen and (max-width: 767px) {
    .op_read {
        width: 79.6875%;
        margin: 5% auto 0;
    }
}
.op_read img {
    width: 100%;
}
.op_img-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .op_img-sp {
        display: block;
        width: 100%;
        margin: -40% 0 0;
    }
    .op_img-sp img {
        width: 100%;
    }
}
.op_ul-img {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 86.4864864%;
    top: 0;
    left: 0;
    /*
        &:before
            position absolute
            content: ""
            width 200%
            height 100%
            background: linear-gradient(to bottom, color_h 0%,color_h 49.356%,color_g 49.356%,color_g 100%)
            top 0
            left -200%
        &:after
            position absolute
            content: ""
            width 200%
            height 100%
            background: linear-gradient(to bottom, color_g 0%,color_g 49.356%,color_h 49.356%,color_h 100%);
            top 0
            right -200%
        */
}
@media screen and (max-width: 767px) {
    .op_ul-img {
        display: none;
    }
}
.op_ul-img .maezono_box {
    position: absolute;
    width: 35.3736089%;
    height: 0;
    padding-top: 49.0461049%;
    left: 0;
    bottom: 0;
}
.op_ul-img .uga_box {
    position: absolute;
    width: 39.3481717%;
    height: 0;
    padding-top: 51.4308426%;
    right: 0;
    bottom: 0;
}
.op_ul-txt {
    z-index: 20;
    position: relative;
    width: 81.875993%;
    margin: 60px auto 0;
}
.op_ul-txt:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .op_ul-txt {
        width: 88%;
        margin: -15% auto 0;
    }
}
.op_ul-txt li {
    width: 47.5728%;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 29px 26px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li {
        width: 49%;
        padding: 10px 0 0;
        border-radius: 5px;
    }
}
.op_ul-txt li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-bottom: 66px solid #a6daf8;
    top: -83px;
    left: 20.4%;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li:before {
        border: 8px solid transparent;
        border-bottom: 30px solid #a6daf8;
        top: -38px;
        left: 30px;
    }
}
.op_ul-txt li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-bottom: 69px solid #fff;
    top: -88px;
    left: 20%;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li:after {
        border: 10px solid transparent;
        border-bottom: 34px solid #fff;
        top: -44px;
        left: 28px;
    }
}
.op_ul-txt li .deg {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .deg {
        font-size: 11px;
        padding: 0 9px 0;
    }
}
.op_ul-txt li .tit {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .tit {
        font-size: 18px;
        padding: 0 9px 0;
        margin: 5px 0 0;
    }
}
.op_ul-txt li .tit span:nth-of-type(1) {
    display: block;
    font-size: 0.5rem;
    padding-left: 2px;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .tit span:nth-of-type(1) {
        font-size: 8px;
        letter-spacing: 0.1em;
        padding-left: 4px;
    }
}
.op_ul-txt li .tit span:nth-of-type(2) {
    font-size: 0.945rem;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .tit span:nth-of-type(2) {
        font-size: 11px;
    }
}
.op_ul-txt li .tit span:nth-of-type(3) {
    font-size: 0.945rem;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .tit span:nth-of-type(3) {
        display: block;
        font-size: 11px;
        letter-spacing: normal;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
.op_ul-txt li .txt {
    font-size: 0.65rem;
    font-weight: 500;
    color: #000;
    letter-spacing: normal;
    line-height: 1.846;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .txt {
        font-size: 11px;
        overflow: hidden;
        width: 0;
        height: 0;
        padding: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
.op_ul-txt li .read {
    display: none;
}
@media screen and (max-width: 767px) {
    .op_ul-txt li .read {
        display: block;
        background: #fff;
        font-size: 12px;
        color: #63cf93;
        padding: 2px 5px;
        border-radius: 0 0 4px 4px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
.op_ul-txt .maezono_box {
    float: left;
    background: #a6daf8;
}
.op_ul-txt .uga_box {
    float: right;
    background: #ffe1e0;
}
.op_ul-txt .uga_box:before {
    border-bottom: 66px solid #ffe1e0;
    left: auto;
    right: 20.4%;
}
@media screen and (max-width: 767px) {
    .op_ul-txt .uga_box:before {
        border-bottom: 30px solid #ffe1e0;
        right: 30px;
    }
}
.op_ul-txt .uga_box:after {
    left: auto;
    right: 20%;
}
@media screen and (max-width: 767px) {
    .op_ul-txt .uga_box:after {
        right: 28px;
    }
}
.op_ul-txt .uga_box .tit span:nth-of-type(1) {
    padding-left: 12px;
}
@media screen and (max-width: 767px) {
    .op_ul-txt .uga_box .tit span:nth-of-type(1) {
        padding-left: 8px;
    }
}
@media screen and (max-width: 767px) {
    .op_ul-txt li.on {
        width: 100%;
    }
    .op_ul-txt li.on .txt_close-btn {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        top: 10px;
        right: 10px;
    }
    .op_ul-txt li.on .txt_close-btn:before,
    .op_ul-txt li.on .txt_close-btn:after {
        position: absolute;
        content: "";
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .op_ul-txt li.on .txt_close-btn:before {
        width: 16px;
        height: 1px;
    }
    .op_ul-txt li.on .txt_close-btn:after {
        width: 1px;
        height: 16px;
    }
    .op_ul-txt li.on .tit span:nth-of-type(3) {
        display: inline;
    }
    .op_ul-txt li.on .txt {
        width: 100%;
        height: auto;
        padding: 0 9px 10px;
    }
    .op_ul-txt li.on .read {
        display: none;
    }
}
.op_ul-txt li.off {
    display: none;
}
.op_detail-box {
    margin: 75px 0 0;
}
@media screen and (max-width: 767px) {
    .op_detail-box {
        margin: 30px 0 0;
    }
}
.op_detail-box .wrap {
    width: 950px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 66px;
}
@media screen and (max-width: 767px) {
    .op_detail-box .wrap {
        width: 88%;
    }
}
.op_detail-box dl {
    margin: 60px 0 0;
    padding: 0 60px;
}
.op_detail-box dl:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl {
        margin: 25px 0 0;
        padding: 0 25px 0;
    }
}
.op_detail-box dl dt {
    float: left;
    width: 180px;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl dt {
        float: none;
        width: 100%;
    }
}
.op_detail-box dl dt h2 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff33c;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
    background: #63cf93;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl dt h2 {
        font-size: 12px;
        line-height: 24px;
    }
}
.op_detail-box dl dd {
    float: right;
    width: 612px;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl dd {
        float: none;
        width: 100%;
        margin: 10px 0 0;
    }
}
.op_detail-box dl dd p {
    font-weight: 700;
    color: #000;
    line-height: 35px;
    letter-spacing: 0.1em;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl dd p {
        letter-spacing: 0.04em;
    }
}
.op_detail-box dl dd p span {
    color: #63cf93;
}
.op_detail-box dl dd p + p {
    margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
    .op_detail-box dl dd p + p {
        margin: 30px 0 0;
    }
}
.op_detail-box .op_dl-a dd p {
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .op_detail-box .op_dl-a dd p {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }
}
.op_detail-box .op_dl-b dd p {
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    .op_detail-box .op_dl-b dd p {
        font-size: 20px;
        text-align: center;
    }
}
.op_detail-box .op_dl-c dd p {
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .op_detail-box .op_dl-c dd p {
        font-size: 14px;
        text-align: left;
    }
}
.link_box {
    width: 370px;
    margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
    .link_box {
        width: 82%;
        margin: 50px auto 0;
    }
}
.link_box a {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 76px;
    text-align: center;
    background: #e62327;
    border: 2px solid #e62327;
    border-radius: 80px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
    .link_box a {
        font-size: 20px;
        line-height: 70px;
    }
}
.link_box a:hover {
    background: #fff;
    color: #e62327;
}
#detail_page {
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #detail_page {
        padding-top: 30px;
    }
}
#detail_page h2 {
    font-size: 30px;
    color: #e62327;
    font-weight: bold;
    margin-bottom: 46px;
    line-height: 1.4;
}
#detail_page h2 span {
    display: inline-block;
    margin-right: 20px;
}
#detail_page .small {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    #detail_page .small {
        text-align: left;
    }
}
#detail_page .web-btn {
    display: block;
    background-color: #e62327;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    border: 2px solid #e62327;
}
#detail_page .web-btn:hover {
    background: #fff;
    color: #e62327;
}
@media screen and (max-width: 767px) {
    #detail_page .web-btn {
        font-size: 20px;
    }
}
.detail_head_box {
    margin-bottom: 60px;
}
.detail_head_box:after {
    display: block;
    content: "";
    clear: both;
}
.detail_head_box .img {
    width: 490px;
    float: left;
}
@media screen and (max-width: 767px) {
    .detail_head_box .img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .detail_head_box .img img {
        width: 100%;
    }
}
.detail_head_box .txt {
    width: 450px;
    float: right;
}
@media screen and (max-width: 767px) {
    .detail_head_box .txt {
        width: 100%;
        float: none;
    }
}
.detail_head_box .txt p:first-child {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.detail_head_box .txt .icons {
    margin-bottom: 40px;
}
.detail_head_box .txt i {
    display: inline-block;
    border: 1px solid #e62327;
    color: #e72427;
    font-size: 17px;
    margin-right: 10px;
    padding: 7px 7px 9px 7px;
    line-height: 1;
    margin-bottom: 10px;
}
.detail_head_box .slick-dots li {
    margin: 0 0;
}
.detail_head_box .slick-dots li button:before {
    font-size: 30px;
}
.detail_pink_box {
    min-width: 980px;
    background-color: #f8bdbe;
    padding-top: 50px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .detail_pink_box {
        min-width: 100%;
    }
}
.detail_pink_box .dl_boxes:after {
    display: block;
    content: "";
    clear: both;
}
.detail_pink_box dl {
    margin-right: 17px;
    margin-bottom: 17px;
    width: 315px;
    min-height: 150px;
    float: left;
    background-color: #fff;
    padding: 20px 20px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .detail_pink_box dl {
        width: 100%;
        height: auto;
        float: none;
    }
}
.detail_pink_box :nth-child(3n) {
    margin-right: 0;
}
.detail_pink_box dt {
    color: #e62327;
    margin-bottom: 5px;
}
.detail_pink_box dt p {
    width: 80%;
    padding-bottom: 15px;
    border-bottom: 2px solid #e62327;
}
.detail_pink_box dd {
    line-height: 1.8;
    word-break: break-all;
}
.detail_pink_box .dl_boxes02 dl {
    width: 100%;
    min-height: 150px;
    float: none;
}
.detail_tit_redbar {
    background-color: #e62327;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
}
.detail_tour_box {
    position: relative;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .detail_tour_box {
        margin-bottom: 30px;
    }
}
.detail_tour_box .detail_tit_redbar {
    background-color: #e62327;
    display: block;
    width: 330px;
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    .detail_tour_box .detail_tit_redbar {
        width: 100%;
    }
}
.detail_tour_box .txt {
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .detail_tour_box .txt {
        margin-top: 10px;
        text-align: left;
    }
}
.detail_spot_box .detail_tit_redbar {
    margin-bottom: 20px;
}
.detail_spot_box .txt-ast {
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px;
}
.detail_spot_box .root_box span {
    font-size: 17px;
    display: inline-block;
    border: 1px solid #e62327;
    padding: 10px 10px;
    color: #e62327;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
    margin-right: 100px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .root_box span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.detail_spot_box .root_box span:before {
    position: absolute;
    right: -80px;
    content: "";
    width: 43px;
    height: 25px;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url("https://burattokyosampo.com/_shere/2020/images/mark-triangle.svg");
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .root_box span:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: auto;
        right: 50%;
        bottom: -40px;
        margin-right: -22px;
    }
}
.detail_spot_box .root_box span:last-child:before {
    display: none;
}
.detail_spot_box .map_box {
    padding-top: 120px;
    margin-bottom: 40px;
}
.detail_spot_box .map_box:after {
    display: block;
    content: "";
    clear: both;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .map_box {
        padding-top: 40px;
    }
}
.detail_spot_box .map_box .font-red {
    color: #e62327;
    margin-bottom: 10px;
    font-size: 18px;
}
.detail_spot_box .map_box .station-txt {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.detail_spot_box .map_box .map_left {
    width: 430px;
    float: left;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .map_box .map_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .detail_spot_box .map_box .map_left img {
        width: 100%;
    }
}
.detail_spot_box .map_box .map_left iframe {
    width: 100%;
    height: 270px;
}
.detail_spot_box .map_box .map_right {
    width: 410px;
    float: right;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .map_box .map_right {
        width: 100%;
        float: none;
    }
}
.detail_spot_box .map_box .map_right .small {
    margin-bottom: 46px;
}
.detail_spot_box .map_box .contact-box {
    text-align: center;
    font-size: 20px;
}
.detail_spot_box .map_box .contact-box .tit {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}
.detail_spot_box .map_box .contact-box .fukidashi {
    margin-bottom: 10px;
    font-size: 26px;
}
.detail_spot_box .tel {
    line-height: 1.8;
}
.detail_spot_box .tel a {
    color: #000;
}
.detail_spot_box .tour-txt {
    text-align: center;
    margin-bottom: 30px;
}
.detail_spot_box .to-tour {
    text-align: right;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .detail_spot_box .to-tour {
        font-size: 14px;
    }
}
.detail_spot_box .to-tour a {
    color: #000;
}
.detail_tour_box .txt {
    text-align: left;
}
.detail_spot_box .map_box .station-txt {
    line-height: 1.6;
}

.articlelist_wrap_inner > ul{
    display :flex;
    flex-wrap:wrap;
}

#detail_page .tleft {
    text-align: left;
}