@import url('/shop/common/webfont/font.css');

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

*, ::before, ::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    top: 0;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 210px;
    line-height: 1.85;
    text-align: justify;
    color: #3f3b39;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP","Droid Sans","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
    background-color: #ffffff;
}
.win body {
	font-family: Verdana, "メイリオ", "Meiryo, Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, area, button, input, label, select, summary, textarea, [tabindex] {
    touch-action: manipulation;
}
a {
    color: #3f3b39;
    text-decoration: none;
    background-color: transparent;
    transition: opacity .3s ease-out;
}
a, a:link, a:active {
    text-decoration: none;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
p {
    font-weight: 400;
}
em {
    font-weight: bold;
    font-style: normal;
}
button, input {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button {
    overflow: visible;
    text-transform: none;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}


.wrapper {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    border-right: 1px solid #C3C3C4;
    background-color: #fff;
}

/*----------- header MainLogo ---------------*/
.hd_logo {
    height: auto;
    padding: 40px 0 25px;
    text-align: center;
    transition: opacity .5s ease;
}
.hd_logo a {
    display: block;
    align-items: center;
    height: 100%;
}
.hd_logo img {
    width: 122px;
    height: auto;
}
.maw959 {
    display: none;
}
.hd_logo p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*----------- header NavContent ---------------*/
.hd_content {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    margin-top: -15px;
    z-index: 1000;
    background-color: transparent;
    transition: transform 0s ease .35s background .3s;
    transform: translate(0, 0);
}
.hd_container {
    margin: 0 15px;
}
.hd_container p {
    margin-bottom: 0;
    font-weight: bold;
}
.mobile_home {
    display: none;
}
.hd_nav_item {
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 6px;
}
.hd_nav_item a {
    position: relative;
    display: flex;
    height: 48px;
    padding: 0 8px;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 500;
    color: #E4007F;
    background-color: rgba(228, 0, 127, 0.1);
    align-items: center;
    transition: background .3s ease, color .3s ease;
}
.hd_nav_item_01 a, .hd_nav_item_02 a {
    font-size: 1.5rem;
}
.hd_nav_icon {
    display: table;
    width: 42px;
    margin-right: 0.35em;
}
.hd_nav_item_01 .material-icons:nth-child(2) {
    margin-left: -6px;
}

/*----------- header aside ---------------*/
.hd_cnt_aside {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
}
.hd_cnt_aside a {
    position: relative;
    display: block;
    padding: 7px 10px;
    font-size: 1.2rem;
    border-radius: 6px;
    transition: opacity .3s ease;
}
.hd_cnt_aside img {
    width: 40px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}
.hd_nav_ft:not(:first-child) {
    margin-top: 6px;
}
.hd_nav_ft:nth-child(3) a, .hd_nav_ft:nth-child(4) a {
    padding-left: 1.5rem;
}
.mobile_sns {
    display: none;
}

/*----------- mobile hum_btn ---------------*/
.hum_menu {
    display: none;
}

/*----------- Google Material Icons set ---------------*/
.f27 {
    font-size: 2.7rem;
}
.f20 {
    font-size: 2.0rem;
}
.f26 {
    font-size: 2.6rem;
}
.icons_center {
    text-align: center;
}

/*----------- header section01、02 arrow ::after ---------------*/
.btn_arrow::after {
    position: absolute;
    margin: auto;
    background: no-repeat 0 0 / contain;
}
.btn_arrow_type-a::after {
    content: "\e5cc";
    top: 50%;
    right: 7px;
    margin-top: -13.4px;
    font-size: 2.2rem;
    font-family: "Material Icons";
}
.hd_nav_item .btn_arrow_type-a::after {
    right: 2px;
    margin-top: -10.8px;
}

/*----------- header section01、02 open in new ::after ---------------*/
.btn_opne_in_new::after{
    position: absolute;
    margin: auto;
    background: no-repeat 0 0 / contain;
}
.btn_opne_in_new_type-a::after {
    content: "\e895";
    top: 50%;
    right: 12px;
    margin-top: -0.4px;
    font-size: 1.4rem;
    font-family: "Material Icons";
}
.hd_nav_item .btn_opne_in_new_type-a::after {
    margin-top: -6.8px;
    right: 7px;
}

/*----------- header section03 ::after ---------------*/
.btn_opne_in_new_b::after{
    position: absolute;
    margin: auto;
    background: no-repeat 0 0 / contain;
}
.btn_opne_in_new_type-b::after {
    content: "\e895";
    top: 50%;
    right: 12px;
    margin-top: -0.4px;
    font-size: 1.4rem;
    font-family: "Material Icons";
}
.hd_nav_ft .btn_opne_in_new_type-b::after {
    top: 50%;
    margin-top: -12.8px;
}
.hd_logo a:hover {
    opacity: 0.5;
}
header .hd_container a:hover {
    color: #fff;
    background-color: #E4007F;
    text-decoration: none;
}
.hd_cnt_aside a:hover{
    opacity: 0.5;
}


/*------------------------------------------------------
　　　　　　　　　　　　　MainContent
------------------------------------------------------*/

.main_container {
    display: block;
    width: 100%;
    margin: 0;
}
.page_title {
    margin-top: 35px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 75px;
    text-align: left;
    line-height: 1.4;
    color: #E4007F;
    font-size: 3.2rem;
    border-bottom: 3px solid;
}
.breadcrumb_li {
    display: flex;
    max-width: 880px;
    margin: 15px auto 8px;
    font-size: 1.3rem;
}
.breadcrumb_item:nth-child(n+2)::before {
    content: "\03e";
    margin: 0 0.25em 0 0.5em;
    color: #3f3b39;
}
.breadcrumb a:hover {
    border-bottom:1px solid #3F3B39;
}
.breadecrumb_arrow {
    color: #E4007F;
}
.page_main_content {
    margin: auto;
    max-width: 970px;
}
.page_main_content img {
    max-width: 100%;
}
.main_com {
    margin-top: 32px;
    line-height: 1.75;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

/*-----------------------------------
                index
-----------------------------------*/

.ns_idx {
    max-width: 720px;
    margin: auto;
    padding: 0;
}
.index_menu {
    display: block;
    width: 100%;
    padding: 20px;
    color: black;
    text-align: center;
}
.index_menu a {
    padding: 0;
    font-size: 1.8rem;
    color: #3F3B39;
}
.index_menu h4 {
    /* margin-bottom: -33px; */
    line-height: 1;
    font-size: 2.7rem;
}

.index_menu label {
    display: block;
    width: 185px;
    margin: 0 auto;
    margin-top: -20px;
    padding: 15px 0;
    padding-left: 120px;
    line-height: 1;
    cursor: pointer;
    color: #E4007F;
    text-align: center;
}
.index_menu input {
    display: none;
}
.accordion_list {
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: left;
    background-color: rgba(228, 0, 127, 0.1);
    border-radius: 10px;
}
.ac_item_llist {
    margin-left: 120px;
}
.accordion_item a:hover {
    border-bottom: 1px solid #3F3B39;
    opacity: 0.5;
}
.accordion_item a::before {
    content: "・";
}
.ac_item_llist a {
    font-size: 1.5rem;
}
.index_label.active::after {
    content: "【表示】";
}
.index_label::after {
    content: "【非表示】";
}


/*----------------------------------
                Main News
----------------------------------*/

.page_ns_sc {
    max-width: 970px;
    margin: 0 auto;
}
.page_ns_sc h2 {
    display: flex;
    max-height: 70px;
    min-height: 50px;
    margin: 0;
    margin-top: 80px;
    padding-left: 18px;
    line-height: 1.6;
    font-size: 2.6rem;
    align-items: center;
    border-left: 12px solid #E4007F;
}
.page_ns_img {
    max-width: 660px;
    margin: auto;
}
.page_ns_sc p {
    line-height: 1.75;
    font-size: 1.58rem;
    font-feature-settings: normal;
}
.i-txt {
    margin-top: 10px;
    line-height: 1.75;
    font-feature-settings: normal;
}
.i-txt_wimax {
    color: #0091d7;
}
.i-txt_wimax:hover {
    border-bottom: 1px solid #0091d7;
}
.note {
    line-height: 1.75;
    font-size: 1.2rem;
    font-weight: 300;
}
.note a:hover {
    border-bottom: 1px solid #3F3B39;
}
.mobile_dc {
    color: #E4007F;
}
.mobile_dc a {
    color: #E4007F;
}
.mobile_dc a:hover {
    border-bottom: 1px solid #E4007F;
}
.ns_in_tit {
    margin: 0;
    padding-bottom: 8px;
    line-height: 1.62;
    font-size: 2rem;
    font-weight: 900;
    font-feature-settings: normal;
    border-bottom: 1px solid #E4007F;
}
.ns_in_li {
    margin-top: 0.75em;
}
.ns_in_li li {
    margin-bottom: 10px;
    margin-left: 1.5em;
    line-height: 1.75;
    font-size: 1.8rem;
}
.ns_in_item p {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 1.2rem;
}
.ns_in_item p:nth-child(1) {
    margin-top: 10px;
}
.ns_in_itemAt {
    margin-left: 1.8rem;
    font-size: 1.58rem;
}
.cnt_lastAt {
    max-width: 970px;
    margin: 0 auto;
}



footer {
    margin-top: 40px;
}
.ft_main {
    width: 100%;
    margin: 0;
    padding: 0;
}
.ft_sc1 {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.ft_sc1 h2 {
    position: relative;
    margin-top: 50px;
    line-height: 1.45;
    font-size: 3.2rem;
    letter-spacing: 5px;
    text-align: center;
    z-index: 10;
}
.ft_sc1 h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    margin: 6px auto 0;
    margin-top: 10px;
    background-color: #E4007F;
}
.mobile_sp {
    display: none;
}
.ft_sc1_div {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #3F3B39;
}
.ft_sc1_div ul {
    display: flex;
    justify-content: space-between;
}
.ft_sc1_li {
    min-width: calc(50% - 20px);
}
.call_tit {
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background-color: #E4007F;
}
.tel_num {
    margin-top: 7px;
    line-height: 1.3;
    text-align: center;
}
.tel_num span {
    display: inline-block;
    max-width: 4.4rem;
    min-width: 47px;
    margin-right: .5em;
    vertical-align: baseline;
}
.tel_num span img {
    height: 3.7rem;
}
.tel_num p {
    margin: 0;
    padding: 3.5px 0;
    font-size: 1.4rem;
}
.con_num {
    font-size: 4.4rem;
    font-weight: 700;
    pointer-events: none;
}
.ft_sc1_at {
    margin: 0 50px;
    margin-top: 20px;
    text-align: center;
    background-color: #E5E5E5;
}
.ft_sc1_at ul {
    display: flex;
    padding: 3px 10px;
    text-align: center;
    justify-content: center;
}
.ft_sc1_at_item {
    margin: 0px 1.5em;
    font-size: 1.3rem;
}
.ft_sc1_at_item::before {
    content: "※";
}
.ft_sns {
    margin-top: 40px;
}
.ft_sns ul {
    display: flex;
    margin: auto;
    justify-content: center;
}
.ft_sns li {
    margin: 0 10px;
    width: 60px;
}
.ft_sns li img {
    width: 100%;
}
.ft_nav {
    margin-top: 40px;
}
.ft_nav ul {
    text-align: center;
}
.ft_nav ul li {
    display: inline-block;
    line-height: 1.8;
    font-size: 1.3rem;
}
.ft_nav ul li:not(:last-child)::after {
    content: "|";
    padding: 0 4.78px;
}
.ft_nav a:hover {
    border-bottom: 1px solid #3F3B39;
}



.ft_inner {
    margin-top: 15px;
    padding: 40px 0;
    background-color: #3F3B39;
}
.ft_inner p {
    margin: 0;
    line-height: 1.37;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.com_copyright {
    margin-top: 18px;
    font-size: 1.2rem;
}
.com_copyright small {
    font-size: 80%;
}



/*------------------------------------------
                Page Top
------------------------------------------*/
.page_top {
    position: fixed;
    right: 30px;
    bottom: -500px;
    width: 57px;
    height: 57px;
    z-index: 100;
    /* base display hidden */
    opacity: 0;
    visibility: hidden;
}
.page_top.active {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
  }
.page_top a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #3F3B39;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
}
.page_top a::before, .page_top a::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    border-color: #3F3B39;
    transition: opacity .5s ease;
}
.page_top a::before {
    display: inline-block;
    top: 14px;
    width: 20px;
    height: 20px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(225deg);
}
.page_top a::after {
    display: inline-block;
    top: 14px;
    width: 2px;
    height: 30px;
    border-right: 2px solid;
}
.page_top span {
    display: none;
}



/*---------------------------------------------
                共通Class
---------------------------------------------*/

/*-------------------------------
	     margin
-------------------------------*/
.am20 {
    margin: 20px;
}
.am15 {
    margin: 15px;
}
.am10 {
    margin: 10px;
}
.am5 {
    margin: 5px;
}

/*-------------------------------
	   margin top
-------------------------------*/
.tm32 {
    margin-top: 32px;
}
.is30 {
    margin-top: 30px;
}
.tm80 {
    margin-top: 80px;
}
.tm40 {
    margin-top: 40px;
}
.tm35 {
    margin-top: 35px;
}
.tm15 {
    margin-top: 15px;
}
.tm10 {
    margin-top: 10px;
}
.tm0 {
    margin-top: 0 !important;
}

/*-------------------------------
	   margin right
-------------------------------*/


/*-------------------------------
	   margin bottom
-------------------------------*/
.bm30 {
    margin-bottom: 30px;
}
.bm15 {
    margin-bottom: 15px;
}
.bm10 {
    margin-bottom: 10px;
}
.bm5 {
    margin-bottom: 5px;
}

/*-------------------------------
	   margin left
-------------------------------*/
.lm120 {
    margin-left: 120px;
}
.lm40 {
    margin-left: 40px;
}
.lm20 {
    margin-left: 20px;
}
.lm15r {
    margin-lift: 1.5rem;
}

/*-------------------------------
	    padding
-------------------------------*/
.ap20 {
    padding: 20px;
}
.ap15 {
    padding: 15px;
}
.ap10 {
    padding: 10px;
}
.ap5 {
    padding: 5px;
}


/*-------------------------------
	     font size
-------------------------------*/
.fs17 {
    font-size: 1.7rem;
}


/*-------------------------------
	     marker
-------------------------------*/
.mrk_on {
    list-style: disc;
}




/*-------------------------------
	border-radius
-------------------------------*/
.br10 {
  border-radius: 10px;
}

/*-------------------------------
	background-color
-------------------------------*/
.bgc_4007F {
    background-color: #4007F;
}
.bgc_4007F-01 {
    background-color: rgba(228, 0, 127, 0.1);
} 


/*---------------------------------------------
                 @media screen
---------------------------------------------*/

/*------------ max-width 959px --------------*/
@media screen and (max-width: 959px) {

    /*----------- header -----------*/
    .hd_logo {
        padding-top: 43px;
    }
    .miw960 {
        display: none;
    }
    .maw959 {
        display: block;
        margin: auto;
    }
}

/*------------ max-width 766px --------------*/
@media screen and (max-width: 766px) {

    body {
        padding-top: 53px;
        padding-left: 0;
    }
    a:hover {
        opacity: 1 !important;
    }

    /*----------- header -----------*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 53px;
        background-color: #fff;
        overflow-y: hidden;
        z-index: 999;
        border-bottom: 1px solid #C3C3C4;
    }
    .hd_logo {
        height: 52px;
        margin-left: 18px;
        padding: 0;
        transition: opacity .5s ease;
    }
    .hd_logo a {
        display: flex;
        align-items: center;
    }
    .hd_logo a img {
        margin-left: 0;
        margin-right: 0;
        padding-top: 3px;
    }
    .hd_logo a p {
        margin: 0 0 0 14px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    /*----------- hum_menu -----------*/
    body.noscroll {
        overflow: hidden;
    }
    .hd_content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
    }
    .hd_cnt {
        position: relative;
        width: 80%;
        height: 100%;
        padding-top: 20px;
        overflow: auto;
        background-color: #fff;
        z-index: 10;
    }
    .hd_container {
        margin: 0 20px;
    }
    .mobile_home {
        display: block;
        width: 100px;
        height: auto;
        margin-top: -25px;
        margin-left: auto;
    }
    .mobile_home a {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .mobile_home a:hover {
        color: #3f3b39 !important;
        background-color: #fff !important;
    }
    .hd_container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hd_nav_item {
        margin-top: 10px;
    }
    .hd_nav_item a {
        height: 50px;
        padding: 0 12px;
    }
    .hd_nav_item a:hover {
        color: #E4007F !important;
        background-color: rgba(228, 0, 127, 0.1) !important;
    }
    .hd_cnt_aside {
        margin: 0;
        padding: 0;
    }
    .nav_ft {
        margin-top: 18px;
        padding: 20px;
    }
    .hd_nav_ft a {
        padding: 0 0 0 5px;
        font-size: 1.5rem;
    }
    .hd_nav_ft:nth-child(3) a,
    .hd_nav_ft:nth-child(4) a {
        padding-left: 1.25rem !important;
    }
    .hd_nav_ft a img {
        margin-right: 18px;
        width: 57px;
        height: auto;
        vertical-align: middle;
    }
    .hd_nav_ft:not(:first-child) {
        margin-top: 22.5px;
    }
    .hd_nav_ft:nth-child(1) span,
    .hd_nav_ft:nth-child(2) span {
        margin-left: -3.3px;
    }
    .hd_nav_item_03 a,
    .hd_nav_item_04 a,
    .hd_nav_item_05 a,
    .hd_nav_item_06 a,
    .hd_nav_item_07 a,
    .hd_nav_item_08 a,
    .hd_nav_item_09 a,
    .hd_nav_item_10 a,
    .hd_nav_item_11 a,
    .hd_nav_item_12 a,
    .hd_nav_item_13 a,
    .hd_nav_item_14 a,
    .hd_nav_item_15 a,
    .hd_nav_item_16 a {
        font-size: 1.5rem;
    }
    .mobile_sns {
        display: block;
        margin: 20px 20px 40px;
    }
    .mobile_sns h2 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }
    .nav_sns ul {
        display: flex;
        margin-top: 25px;
        padding: 0 50px;
        justify-content: space-around;
    }
    .nav_sns ul li {
        width: 50px;
        height: 50px;
    }
    .nav_sns ul li a {
        padding: 0;
    }
    .nav_sns ul li img {
        width: 100%;
    }

    /*-------- Google Material Icons set --------*/
    .f24 {
        font-size: 2.4rem;
    }

    /*------------ hum_menu button -------------*/
    .hum_menu {
        position: absolute;
        display: flex;
        top: 0;
        right: 0;
        width: 20%;
        height: 53px;
        margin: auto;
        padding-right: 28px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1100;
    }
    .hum_menu_toggle {
        position: relative;
        display: block;
        width: 25px;
        height: 20px;
        margin-bottom: 15px;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background-color: transparent;
    }
    .bar {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #E4007F;
        transition: background-color 0.2s 0.5s;
    }
    .hum_menu_toggle span:nth-child(1) {
        top: 0;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .hum_menu_toggle span:nth-child(2) {
        top: 9px;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .hum_menu_toggle span:nth-child(3) {
        top: 18px;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .bar_span {
        background-color: rgba(228, 0, 127, 0);
    }
    .hum_menu_toggle .bar_span::after {
        content: "MENU";
        display: block;
        line-height: 1;
        margin-top: 14px;
        margin-left: -3.5px;
        font-size: 1.1rem;
        color: #E4007F;
    }
    .hum_menu_toggle.close .bar_top{    
        background-color: #fff; 
        transform: translate(0,10px) rotate(45deg);      
        transition: transform 0.3s;    
    }    
    .hum_menu_toggle.close .bar_mid {      
        opacity: 0;       
        transition: opacity 0.3s;    
    }    
    .hum_menu_toggle.close .bar_btm { 
        background-color: #fff;     
        transform: translate(0,-8px) rotate(-45deg);      
        transition: transform 0.3s;    
    }
    .hum_menu_toggle.close .bar_span::after {
        display: block;
        color: #fff;
        transform: translate(0, 0) rotate(0);
        transition: transufonrm 0.3s;
    }
    .hum_menu_toggle.close .hum_menu {
        background-color: #727172;
        transform: translate(0, 0) rotate(0);
        transition: transfonrm 0.3s;
    }

    /*---------------- main -----------------*/
    .main_container main h1 {
        margin: 20px 0 0;
        padding: 0 0 20px;
        padding-bottom: 20px;
        font-size: 2.4rem;
        text-align: center;
    }
    .breadcrumb_li {
        margin-left: 15px;
        font-size: 1.2rem;
    }
    .main_com {
        margin-top: 20px;
        padding: 0 15px;
        font-size: 1.6rem;
    }
    .page_topAt {
	padding: 0 15px;
    }
    .index_menu h4 {
        margin-top: 0;
    }
    .accordion_item a {
        font-size: 1.8rem;
    }
    .ac_item_llist a {
        font-size: 1.3rem;
    }
    .page_ns_sc {
        padding: 0 15px;
    }
    .page_ns_sc h2 {
        min-height: auto;
        line-height: 1.6;
        margin-top: 20px;
        padding-left: 10px;
        font-size: 1.8rem;
        border-left: 10px solid #E4007F;
    }
    .page_ns_sc:not(:first-child) h2 {
        margin-top: 40px;
    }
    .page_ns_sc p {
        margin-top: 0;
        font-size: 1.4rem !important;
    }
    .page_ns_img {
        margin-top: 15px;
    }
    .ns_in_tit {
        line-height: 1.5;
        margin-top: 25px;
        padding-bottom: 8px;
        font-size: 1.6rem;
    }
    .i-txt {
        margin-top: 15px !important;
        margin-bottom: 0;
    }
    .note {
        margin-top: 20px;
    }
    .ns_in_li {
	margin-left: 0;
	padding: 5px;
    }
    .ns_in_li li {
	margin-left: 0;
        font-size: 1.6rem;
    }
    .ns_in_item p {
	margin-left:0;
    }
    .ns_in_itemAt {
        margin-left: 0;
        font-size: 1.4rem;
    }
    .cnt_lastAt {
	padding: 0 15px;
    }


    /*------------ footer --------------*/
    .ft_sc1:not(:first-child) {
        padding: 0;
    }
    .ft_sc1 h2 {
        line-height: 1.38;
        margin-top: 40px;
        font-size: 2.6rem;
    }
    .ft_sc1 h2::after {
        width: 45px;
        height: 3px;
        margin: 6px auto 0;
    }
    .mobile_sp {
        display: block !important;
    }
    .ft_sc1_div {
        padding: 15px;
    }
    .ft_sc1_div ul {
        display: block;
    }
    .call_tit {
        font-size: 1.5rem;
    }
    .tel_num {
        line-height: 1.5;
        margin-top: 0;
    }
    .tel_num span {
        max-width: 35px;
        min-width: 35px;
        vertical-align: 2px;
    }
    .tel_num span img {
        height: 2.75rem;
    }
    .con_num {
        font-size: 3rem;
    }
    .tel_num p {
        padding: 2.5px 0;
        font-size: 1.3rem;
    }
    .ft_sc1_li:not(:first-child) {
        margin-top: 20px;
    }
    .ft_sc1_at {
        margin: 20px 0 0;
    }
    .ft_sc1_at ul {
        display: inline-block;
        padding: 5px 10px;
        text-align: left;
    }
    .ft_sc1_at_item {
        margin: 0;
        font-size: 1.2rem;
    }
    .ft_nav {
        margin-top: 30px;
    }
    .ft_nav ul li a::after:not(:last-child) {
        padding: 0 4.765px;
    }
    .ft_inner {
        padding: 16px 0;
    }
    .ft_inner p {
        font-size: 1.1rem;
    }
    .com_copyright {
        margin-top: 10px !important;
    }

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

    /*----------- header -----------*/
    .hd_logo {
        padding-top: 43px;
    }
    .miw960 {
        display: none;
    }
    .maw959 {
        display: block;
        margin: auto;
    }

    body {
        padding-top: 53px;
        padding-left: 0;
    }
    a:hover {
        opacity: 1 !important;
    }

    /*----------- header -----------*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 53px;
        background-color: #fff;
        overflow-y: hidden;
        z-index: 999;
        border-bottom: 1px solid #C3C3C4;
    }
    .hd_logo {
        height: 52px;
        margin-left: 18px;
        padding: 0;
        transition: opacity .5s ease;
    }
    .hd_logo a {
        display: flex;
        align-items: center;
    }
    .hd_logo a img {
        margin-left: 0;
        margin-right: 0;
        padding-top: 3px;
    }
    .hd_logo a p {
        margin: 0 0 0 14px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    /*----------- hum_menu -----------*/
    body.noscroll {
        overflow: hidden;
    }
    .hd_content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
    }
    .hd_cnt {
        position: relative;
        width: 80%;
        height: 100%;
        padding-top: 20px;
        overflow: auto;
        background-color: #fff;
        z-index: 10;
    }
    .hd_container {
        margin: 0 20px;
    }
    .mobile_home {
        display: block;
        width: 100px;
        height: auto;
        margin-top: -25px;
        margin-left: auto;
    }
    .mobile_home a {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .mobile_home a:hover {
        color: #3f3b39 !important;
        background-color: #fff !important;
    }
    .hd_container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hd_nav_item {
        margin-top: 10px;
    }
    .hd_nav_item a {
        height: 50px;
        padding: 0 12px;
    }
    .hd_nav_item a:hover {
        color: #E4007F !important;
        background-color: rgba(228, 0, 127, 0.1) !important;
    }
    .hd_cnt_aside {
        margin: 0;
        padding: 0;
    }
    .nav_ft {
        margin-top: 18px;
        padding: 20px;
    }
    .hd_nav_ft a {
        padding: 0 0 0 5px;
        font-size: 1.5rem;
    }
    .hd_nav_ft:nth-child(3) a,
    .hd_nav_ft:nth-child(4) a {
        padding-left: 1.25rem !important;
    }
    .hd_nav_ft a img {
        margin-right: 18px;
        width: 57px;
        height: auto;
        vertical-align: middle;
    }
    .hd_nav_ft:not(:first-child) {
        margin-top: 22.5px;
    }
    .hd_nav_ft:nth-child(1) span,
    .hd_nav_ft:nth-child(2) span {
        margin-left: -3.3px;
    }
    .hd_nav_item_03 a,
    .hd_nav_item_04 a,
    .hd_nav_item_05 a,
    .hd_nav_item_06 a,
    .hd_nav_item_07 a,
    .hd_nav_item_08 a,
    .hd_nav_item_09 a,
    .hd_nav_item_10 a,
    .hd_nav_item_11 a,
    .hd_nav_item_12 a,
    .hd_nav_item_13 a,
    .hd_nav_item_14 a,
    .hd_nav_item_15 a,
    .hd_nav_item_16 a {
        font-size: 1.5rem;
    }
    .mobile_sns {
        display: block;
        margin: 20px 20px 40px;
    }
    .mobile_sns h2 {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }
    .nav_sns ul {
        display: flex;
        margin-top: 25px;
        padding: 0 50px;
        justify-content: space-around;
    }
    .nav_sns ul li {
        width: 50px;
        height: 50px;
    }
    .nav_sns ul li a {
        padding: 0;
    }
    .nav_sns ul li img {
        width: 100%;
    }

    /*-------- Google Material Icons set --------*/
    .f24 {
        font-size: 2.4rem;
    }

    /*------------ hum_menu button -------------*/
    .hum_menu {
        position: absolute;
        display: flex;
        top: 0;
        right: 0;
        width: 20%;
        height: 53px;
        margin: auto;
        padding-right: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1100;
    }
    .hum_menu_toggle {
        position: relative;
        display: block;
        width: 25px;
        height: 20px;
        margin-bottom: 15px;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background-color: transparent;
    }
    .bar {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #E4007F;
        transition: background-color 0.2s 0.5s;
    }
    .hum_menu_toggle span:nth-child(1) {
        top: 0;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .hum_menu_toggle span:nth-child(2) {
        top: 9px;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .hum_menu_toggle span:nth-child(3) {
        top: 18px;
        transition: top 0.2s 0.5s, transform 0.2s 0s;
    }
    .bar_span {
        background-color: rgba(228, 0, 127, 0);
    }
    .hum_menu_toggle .bar_span::after {
        content: "MENU";
        display: block;
        line-height: 1;
        margin-top: 14px;
        margin-left: -3.5px;
        font-size: 1.1rem;
        color: #E4007F;
    }
    .hum_menu_toggle.close .bar_top{    
        background-color: #fff; 
        transform: translate(0,10px) rotate(45deg);      
        transition: transform 0.3s;    
    }    
    .hum_menu_toggle.close .bar_mid {      
        opacity: 0;       
        transition: opacity 0.3s;    
    }    
    .hum_menu_toggle.close .bar_btm { 
        background-color: #fff;     
        transform: translate(0,-8px) rotate(-45deg);      
        transition: transform 0.3s;    
    }
    .hum_menu_toggle.close .bar_span::after {
        display: block;
        color: #fff;
        transform: translate(0, 0) rotate(0);
        transition: transufonrm 0.3s;
    }
    .hum_menu_toggle.close .hum_menu {
        background-color: #727172;
        transform: translate(0, 0) rotate(0);
        transition: transfonrm 0.3s;
    }

    /*---------------- main -----------------*/
    .main_container main h1 {
        margin: 20px 0 0;
        padding: 0 0 20px;
        padding-bottom: 20px;
        font-size: 2.4rem;
        text-align: center;
    }
    .breadcrumb_li {
        margin-left: 15px;
        font-size: 1.2rem;
    }
    .main_com {
        margin-top: 20px;
        padding: 0 15px;
        font-size: 1.6rem;
    }
    .index_menu h4 {
        margin-top: 0;
    }
    .accordion_item a {
        font-size: 1.3rem;
    }
    .ac_item_llist {
        margin-left: 50px;
    }
    .ac_item_llist a {
        font-size: 1.1rem;
    }
    .page_ns_sc {
        padding: 0 15px;
    }
    .page_ns_sc h2 {
        min-height: auto;
        line-height: 1.6;
        margin-top: 20px;
        padding-left: 10px;
        font-size: 1.8rem;
        border-left: 10px solid #E4007F;
    }
    .page_ns_sc:not(:first-child) h2 {
        margin-top: 40px;
    }
    .page_ns_sc p {
        margin-top: 0;
        font-size: 1.4rem !important;
    }
    .page_ns_img {
        margin-top: 15px;
    }
    .ns_in_tit {
        line-height: 1.5;
        margin-top: 25px;
        padding-bottom: 8px;
        font-size: 1.6rem;
    }
    .i-txt {
        margin-top: 15px !important;
        margin-bottom: 0;
    }
    .note {
        margin-top: 20px;
    }
    .ns_in_li {
	margin-left: 0;
	padding: 5px;
    }
    .ns_in_li li {
	margin-left: 0;
        font-size: 1.6rem;
    }
    .ns_in_item p {
	margin-left:0;
    }
    .ns_in_itemAt {
        margin-left: 0;
        font-size: 1.4rem;
    }

    /*------------ footer --------------*/
    .ft_sc1:not(:first-child) {
        padding: 0;
    }
    .ft_sc1 h2 {
        line-height: 1.38;
        margin-top: 40px;
        font-size: 2.6rem;
    }
    .ft_sc1 h2::after {
        width: 45px;
        height: 3px;
        margin: 6px auto 0;
    }
    .mobile_sp {
        display: block !important;
    }
    .ft_sc1_div {
        padding: 15px;
    }
    .ft_sc1_div ul {
        display: block;
    }
    .call_tit {
        font-size: 1.5rem;
    }
    .tel_num {
        line-height: 1.5;
        margin-top: 0;
    }
    .tel_num span {
        max-width: 35px;
        min-width: 35px;
        vertical-align: 2px;
    }
    .tel_num span img {
        height: 2.75rem;
    }
    .con_num {
        font-size: 3rem;
    }
    .tel_num p {
        padding: 2.5px 0;
        font-size: 1.3rem;
    }
    .ft_sc1_li:not(:first-child) {
        margin-top: 20px;
    }
    .ft_sc1_at {
        margin: 20px 0 0;
    }
    .ft_sc1_at ul {
        display: inline-block;
        padding: 5px 10px;
        text-align: left;
    }
    .ft_sc1_at_item {
        margin: 0;
        font-size: 1.2rem;
    }
    .ft_nav {
        margin-top: 30px;
    }
    .ft_nav ul li a::after:not(:last-child) {
        padding: 0 4.765px;
    }
    .ft_inner {
        padding: 16px 0;
    }
    .ft_inner p {
        font-size: 1.1rem;
    }
    .com_copyright {
        margin-top: 10px !important;
    }
}

/*------------ max-width 400px --------------*/
@media screen and (max-width: 400px) {

    /*----------- breadcrumb -----------*/
    .breadcrumb_item {
	font-size: 1.1rem;
    }
    .breadcrumb_item a {
	font-size: 1.1rem;
    }

}
