@charset "UTF-8";

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

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}

.hide{display:none;}

.menu_detail_cap {
    white-space: normal;
    word-wrap: inherit;
    word-break: normal;
}
#menu_detail_main .menu_detail_head .text {
    min-width:inherit;
}
h2.title.type05 {
    display: block !important;
}
li.menu_img_li{
	text-align: center;
}
.btn_top {
    text-align: center;
    background: red;
    color: #fff;
    display: inline-block;
    padding: 3px 20px;
    margin-top: 16px;
    cursor: pointer;
}
.btn_top:hover {
    opacity: 0.6;
}
.nav-tab {
    margin: 0 0 35px 0;
    border-bottom: 1px solid #e60012;
	display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
	flex-wrap: wrap;
}
.nav-tab :after{
	content:"";
    display: block;
    width:calc(100% / 3);
}
.nav-tab.tab_area li {
    width: calc(100% / 6);
}
.nav-tab li {
    cursor: pointer;
    display: inline;
	position: relative;
	margin-bottom: 25px;
}
#tab6 .text01 span {
    letter-spacing: -0.09em;
}
.nav-tab li.active {
	font-size: 16px;
}
#contents > ul {
    display: none;
}
#contents > ul.show {
    display: block;
}
.menu_list_title {
	width: calc((100% - 20px) / 7);
	height: auto;
	margin-top: 6px;
}
.menu_list_title .text01 {
    position: absolute;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 15px;
    font-weight: 400;
   /* color: #ffffff;*/
    letter-spacing: 0.06em;
    line-height: 1;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}
.text01 span {
    display: block;
    font-size: 11px !important;
    margin-top: 3px !important;
}
.menu_list_title .text01 {
    background-color: #ffffff;
    border: 1px solid #e60012;
    color: #e60012;
    width: calc(100% - 10px);
    max-width: 10em;
    white-space: nowrap;
    padding: 0.54em 1em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    text-align: center;
    font-size: 14px;
}
li.menu_nav_li.active .text01  {
    background: #e60012;
    color: #fff;
}
li.menu_nav_li.active:after {
    content: "";
    width: 16px;
    height: 16px;
    border-right: solid 1px #e60012;
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    display: block;
    background: #fff;
    margin: auto;
    border-top: solid 1px #e60012;
    transform: rotate(135deg);
}
.menu_content_wrap {
    display:inherit;
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: inherit;
}

/* LPのCSS */
#lp_group {
    max-width: 800px;
    margin: auto;
}

.lp_btn_content {
    margin-bottom: 20px;
}

.lp_btn {
    display: block;
    background-color: red;
    color: #fff;
    margin: 8px 0 0 auto;
    padding: 0 36px 6px;
    border-radius: 50px;
}

.text01 .lp_btn {
    margin-bottom: -5px;
}

.lp_btn:hover {
    opacity: 0.7;
}
/* LPのCSS */


@media screen and (max-width: 900px) {
    .nav-tab.tab_area li {
        width: calc(100% / 3);
    }

    /* LPのCSS */
    .lp_btn_content {
        margin-bottom: 20px;
    }

    .lp_btn {
        background-color: red;
        color: #fff;
        margin-left: auto;
        margin-top: 8px;
        padding: 2px 26px 4px;
        border-radius: 50px;
        font-size: 14px;
    }
    /* LPのCSS */
}

@media screen and (max-width: 700px) {
    .nav-tab.tab_area li {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 767px) {

}