@charset "utf-8";

@media screen and (min-width: 751px) {
    .sp_hidden {display: inline;}
    .pc_hidden {display: none;}

	.infoInner{width: 1000px;margin: 20px auto;}

    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }
    .slick-list:focus {
        outline: 0
    }
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }
    .slick-slider .slick-list, .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }
    .slick-track:after {
        clear: both
    }
    .slick-loading .slick-track {
        visibility: hidden
    }
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }
    [dir=rtl] .slick-slide {
        float: right
    }
    .slick-slide img {
        display: block
    }
    .slick-slide.slick-loading img {
        display: none
    }
    .slick-slide.dragging img {
        pointer-events: none
    }
    .slick-initialized .slick-slide {
        display: block
    }
    .slick-loading .slick-slide {
        visibility: hidden
    }
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }
    .slick-arrow.slick-hidden {
        display: none
    }
    /*# sourceMappingURL=slick.min.css.map */
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        min-width: 1200px;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000;
        font-size: 12pt;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 1.2px;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .switch {
        visibility: hidden;
    }
    a:hover img {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    .nav-wrap {
        display: none;
    }
    #wrap {
        overflow: hidden;
    }
    #m-menu {
        display: none;
    }
    #ind #main {}
    .sec main {
        margin: 90px auto 100px;
        width: 1200px;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
	.sec main p{padding:20px 0 40px 0;}
    .content_wrap {
        width: 1200px;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
    }
    .table_basic th {
        background: #f3f3f3;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_basic td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
    }
    .table_basic td input.input {
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .h img {
        display: block;
    }
	
	.clear {
	clear: both;
}
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}

    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
    }
    header .inner {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    header .inner .logo {
        margin-left: 15px;
    }
    header .h_menu {
        display: flex;
        align-items: center;
    }
    header .h_menu .tel {
        margin-right: 20px;
    }
    header .h_menu .tel div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #f65700;
        font-size: 11pt;
    }
    header .h_menu .tel span {
        display: block;
        color: #f65700;
        font-size: 21pt;
        line-height: 21pt;
        letter-spacing: 2pt;
        font-weight: 600;
        text-align: right;
        margin-left: 10px;
    }
    header .h_menu .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    header .h_menu .tel p.time {
        display: block;
        font-size: 10.5pt;
        padding-top: 3px;
        text-align: right;
    }
    header .h_menu .mail a {
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        color: #fff;
        padding: 20px 24px 24px;
        display: block;
        text-align: center;
        border-radius: 6px;
    }
    header .h_menu .mail a span {
        display: block;
        padding-top: 7px;
        font-size: 13pt;
        font-weight: 500;
        line-height: 13pt;
    }
    header .h_menu .mail a:before {
        content: '';
        width: 29px;
        height: 26px;
        background: url("../img/head_btnicon.png") no-repeat;
        display: inline-block;
        transform: translateY(0px); /* 上下方向の位置を微調整する */
    }
    .sp_nav {
        display: none;
    }
    /*----------------------------------------Ｇナビ----------------------------------------*/
    .gnav-wrapper {
        position: relative;
        text-align: center;
        width: 1200px;
        margin: 10px auto 30px;
    }
    .gnav-wrapper .gnav {
        display: flex;
    }
    .gnav-wrapper .gnav li {
        width: calc(100% / 7);
    }
    .gnav li + li {
        border-left: 1px solid #d8d8d8;
    }
    .gnav li a {
        display: block;
        padding: 5px 0px;
        color: #222;
        font-size: 12.5pt;
        font-weight: 600;
    }
    .gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    .megamenu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        transition: all .5s ease-in;
        z-index: 999;
        background: #f3f3f3;
    }
    .megamenu-inner {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        padding: 15px 10px 1px;
        display: flex;
        flex-wrap: wrap;
    }
    .megamenu-inner li {
        width: calc(100% / 4 - 20px) !important;
        padding: 0;
        margin: 0 10px 15px;
    }
    .megamenu-inner li + li {
        border-left: none;
    }
    .megamenu-inner li a {
        color: #2b99df;
        text-align: center;
        border: none;
        display: block;
        padding: 15px 10px;
        background-color: rgba(255, 255, 255, 1.0);
        transition: 0.4s;
        border: 1px solid #92bed9;
    }
    .megamenu-inner li a:hover {
        text-decoration: none;
        background: #2b99df;
        border: 1px solid #2b99df;
        color: #fff;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: rgb(26, 14, 3);
        background: linear-gradient(90deg, rgba(26, 14, 3, 1) 25%, rgba(79, 37, 7, 1) 51%, rgba(26, 14, 3, 1) 75%);
        padding: 40px 0;
        font-size: 10pt;
    }
    footer .inner {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    footer .inner .box {
        width: 400px;
        text-align: left;
        margin-right: 20px;
    }
    footer .inner .box .logo {
        display: block;
        margin-bottom: 18px;
    }
    footer .inner .box .add {
        display: block;
        margin-bottom: 10px;
    }
    footer .inner .box .tel {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        color: #f65700;
    }
    footer .inner .box .tel p {
        display: block;
        padding-right: 10px;
        font-size: 11pt;
    }
    footer .inner .box .tel span {
        font-size: 21pt;
        line-height: 1;
        display: block;
        letter-spacing: 1.6pt;
        font-weight: 600;
        color: #f65700;
    }
    footer .inner .box .time {
        white-space: nowrap;
        font-size: 10pt;
    }
    footer .inner .box .tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 2px;
        font-weight: 300;
    }
    footer .box_map {
        flex-grow: 1;
        width: calc((100% - 400px - 200px - 40px) / 2);
        margin-right: 20px;
    }
    footer .box_map iframe {
        width: 100%;
        height: 190px;
    }
    /*footer .box_calendar {
        flex-grow: 1;
        width: calc((100% - 400px - 200px - 40px) / 2);
        margin-right: 20px;
        background: #fff;
    }*/
    footer .box_calendar iframe {
        width:280px;
		height: 190px;
        margin-right: 20px;
        /*background: #fff;*/
    }
    footer .box_link {
        width: 200px;
    }
    footer .box_link .btn {
        margin-bottom: 25px;
    }
    footer .box_link .btn a {
        color: #fff;
        font-size: 12pt;
        font-weight: 500;
        line-height: 12pt;
        display: block;
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 0%, rgba(246, 87, 0, 1) 100%);
    }
    footer .box_link .btn a span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 55px;
    }
    footer .box_link .btn a span.icon1::before {
        content: '';
        width: 16px;
        height: 25px;
        background: url("../img/f_icon01.png") no-repeat;
        margin-right: 10px;
        display: inline-block;
        transform: translateY(0px); /* 上下方向の位置を微調整する */
    }
    footer .box_link .btn a span.icon2::before {
        content: '';
        width: 19px;
        height: 17px;
        background: url("../img/f_icon02.png") no-repeat;
        margin-right: 10px;
        display: inline-block;
        transform: translateY(-1px); /* 上下方向の位置を微調整する */
    }
    footer .box_link ol {
        display: flex;
        justify-content: center;
    }
    footer .box_link ol li {
        padding: 0 8px;
    }
    .f_nav {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        font-size: 10pt;
    }
    .f_nav ol {
        display: flex;
    }
    .f_nav ol li a {
        display: block;
        color: #000;
        padding: 0 15px;
    }
    .f_nav ol li + li {
        border-left: 1px solid #ccc;
    }
    #topcontrol {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    #kv {
        background: url("../img/kv_bg.png")no-repeat center top / cover;
        width: 100%;
        height: 660px;
        text-align: center;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        padding: 90px 0;
        text-align: center;
    }
    #index01 .fuki {
        position: relative;
        display: inline-block;
        margin: 0 0 25px;
        padding: 5px 20px;
        min-width: 120px;
        max-width: 100%;
        color: #fff;
        letter-spacing: 1pt;
        font-size: 10pt;
        background: #653f08;
    }
    #index01 .fuki:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 10px solid #653f08;
    }
    #index01 h2 {
        font-size: 24pt;
        line-height: 24pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 15px;
        color: #f65700;
        letter-spacing: 5pt;
    }
    #index01 .h2_cap {
        font-size: 10pt;
        letter-spacing: 3pt;
        margin-bottom: 50px;
    }
    #index01 .index01_roll p {
        font-size: 11pt;
        display: block;
        padding-top: 15px;
    }
    /* 左矢印のスタイル */
    #index01 .slick-prev {
        width: 22px;
        height: 36px;
        cursor: pointer;
        z-index: 1000;
    }
    #index01 .slick-prev img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    /* 右矢印のスタイル */
    #index01 .slick-next {
        width: 22px;
        height: 36px;
        cursor: pointer;
        z-index: 1000;
    }
    #index01 .slick-next img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    #index02 {
        padding: 60px 80px 50px;
        position: relative;
        text-align: center;
    }
    #index02::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 509px;
        background: url("../img/index02_bg.png") no-repeat center top /cover;
        z-index: -1;
    }
    #index02 h2 {
        font-size: 24pt;
        line-height: 24pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 15px;
        color: #fff;
        letter-spacing: 5pt;
    }
    #index02 .h2_cap {
        font-size: 10pt;
        letter-spacing: 3pt;
        color: #fff;
        margin-bottom: 50px;
    }
    #index02 .box {
        padding: 40px;
        background: #fff;
        width: 1200px;
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
    }
    #index02 .box ol {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    #index02 .box ol li {
        position: relative;
        width: calc((100% - 90px) / 4);
    }
    #index02 .box ol li img {
        width: 100%;
    }
    #index02 .box ol li a {
        display: block;
        border: #ddd 1px solid;
        color: #000;
    }
    #index02 .box ol li a p {
        display: block;
        text-align: center;
        font-size: 13pt;
        padding: 20px 0;
    }
    #index02 .box ol li a p {
        display: block;
        text-align: center;
        font-size: 13pt;
        padding: 20px 0;
    }
    #index02 .box ol li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        right: 5px;
        bottom: 5px;
        background: url("../img/icon_arrow01.png") no-repeat right bottom / 9px;
    }
    #index02 .box ol li a.btn {
        display: block;
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #index02 .box ol li a:hover {
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #index03 {
        text-align: center;
        margin-bottom: 90px;
    }
    #index03 h2 {
        font-size: 24pt;
        line-height: 24pt;
        font-weight: 500;
        margin: 0 0 50px;
        padding: 0;
        color: #f65700;
        letter-spacing: 5pt;
    }
    #index03 .h2_cap {
        font-size: 14pt;
        letter-spacing: 2pt;
        margin-bottom: 10px;
    }
    #index03 ol {
        display: flex;
        justify-content: space-between;
    }
    #index03 ol li {
        width: 32.5%;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(248, 245, 238, 1) 81%);
        padding: 40px 20px 0;
    }
    #index03 ol li div {
        color: #f65700;
        border: 1px solid #f65700;
        background: #fff;
        padding: 2px 20px;
        display: inline-block;
        margin: 30px 0 15px;
    }
    #index03 ol li span {
        display: block;
        color: #f65700;
        font-size: 16pt;
        letter-spacing: 2pt;
        padding-bottom: 15px;
        border-bottom: 1px dashed #f65700;
        margin-bottom: 15px;
    }
    #index03 ol li:first-child {
        border-radius: 20px 0 0 0;
    }
    #index03 ol li:last-child {
        border-radius: 0px 20px 0 0;
    }
    #index04 {
        background: url("../img/index04_bg.png") no-repeat center top / cover;
        padding: 100px 0;
    }
    #index04 div.box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        padding: 60px 50px;
    }
    #index04 div.box .pic {
        width: 290px;
    }
    #index04 div.box .txt {
        width: calc(100% - 340xp);
    }
    #index04 div.box .txt h2 {
        font-size: 21pt;
        line-height: 21pt;
        font-weight: 500;
        margin: 0 0 30px;
        padding: 0;
        color: #f65700;
        letter-spacing: 2pt;
    }
    #index04 div.box .txt p {
        line-height: 2;
        display: block;
        margin-bottom: 40px;
    }
    #index04 div.box .txt a {
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        display: inline-block;
        padding: 13px 40px;
    }
    #index04 div.box .txt a span {
        color: #fff;
        position: relative;
        padding-left: 16px;
    }
    #index04 div.box .txt a span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        margin: auto;
    }
    #index05 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 80px 0 30px;
    }
    #index05 .box {
        width: 47%;
        margin-bottom: 4%;
        text-align: center;
    }
    #index05 .box h2 {
        font-size: 17pt;
        line-height: 17pt;
        font-weight: 500;
        margin: 0 0 30px;
        padding: 8px 0 24px 60px;
        color: #f65700;
        letter-spacing: 2pt;
        border-bottom: dashed #f65700 1px;
        text-align: left;
    }
    #index05 .box h2.icon1 {
        background: url("../img/icon_b_bell.png")no-repeat left 10px top 0px;
    }
    #index05 .box h2.icon2 {
        background: url("../img/icon_b_fb.png")no-repeat left 10px top 0px;
    }
    #index05 .box h2.icon3 {
        background: url("../img/icon_b_cblog.png")no-repeat left 10px top 0px;
    }
    #index05 .box h2.icon4 {
        background: url("../img/icon_b_sblog.png")no-repeat left 10px top 0px;
    }
	
    #index05 iframe {
		width: 100%;
        margin-bottom: 20px;
		height: 300px;
    }
    #index05 ol {
        margin-bottom: 20px;
    }
    #index05 ol li {
        display: flex;
        padding-bottom: 24px;
        padding-left: 10px;
        text-align: left;
    }
    #index05 ol li span {
        color: #f65700;
        margin-right: 15px;
    }
    #index05 div.box a.more {
        border: 1px solid #f65700;
        background: #fff9ea;
        padding: 10px 40px;
        margin: 0 auto;
        display: inline-block;
    }
    #index05 div.box a.more span {
        color: #f65700;
        position: relative;
        padding-left: 16px;
    }
    #index05 div.box a.more span:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #f65700;
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        margin: auto;
    }

	#top_pickup_banner{
		background: url("../img/index_back2.png")no-repeat center center / cover;
	}
	#top_pickup_banner .area{
		width: 1280px;margin: 0 auto;
		padding: 60px 0;
	}
	#top_pickup_banner .ban{width: 640px;float: left;}
	#top_pickup_banner .ban img{width:630px;margin: 5px 5px;}

    /*----------------------------------------セカンド共通----------------------------------------*/
    #kv_sec {
        height: 288px;
        background: url("../img/kv_sec_bg.png")no-repeat center center / cover;
        text-align: center;
        position: relative;
        margin: 0 auto;
    }
    #kv_sec .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    #kv_sec .txt p{
        display: block;
        color: #322108;
        font-size:10.5pt;
        letter-spacing: 9pt;
    }
    #kv_sec .txt p span{
        color: #f65700;
    }
    #kv_sec .txt p.tit{
        font-size: 17pt;
        letter-spacing: 14pt;
        padding-bottom: 18px;
    }
    
    .sec h2 {
        font-size: 24pt;
        line-height: 24pt;
        font-weight: 500;
        margin: 0;
        padding: 0 0 15px;
        color: #f65700;
        letter-spacing: 4pt;
        text-align: center;
    }
    .sec .h2_cap {
        font-size: 12pt;
        letter-spacing: 3pt;
        margin-bottom: 50px;
        text-align: center;
    }
    h3 {
        background:url("../img/h3_bg.png") no-repeat center center / cover;
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 18pt;
        color: #fff;
        font-weight: 500;
    }
    h4 {
        background: #f8f5ee;
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 18pt;
        color: #f65700;
        font-weight: 500;
    }
    h5 {
        color: #f65700;
        border-bottom: 1px dashed #f65700;
        margin-bottom: 20px;
        font-size: 15pt;
        font-weight: 500;
        padding-bottom: 7px;
    }
    h6 {
		border-left:12px solid #f65700;
        margin-bottom: 10px;
        padding: 0 0 0 14px;
        font-size: 14pt;
        font-weight: 500;
    }
    .in-txt {
        padding: 0 20px;
    }
    .mbss {
        margin-bottom: 10px;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 40px;
    }
    .mbl {
        margin-bottom: 70px;
    }
    .sec-wrap {
        padding: 0 20px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    .btn_sec {
        margin: 0 auto;
        text-align: center;
    }
    .btn_sec a {
        background: rgb(252, 142, 44);
        background: linear-gradient(144deg, rgba(252, 142, 44, 1) 33%, rgba(246, 87, 0, 1) 66%);
        display: inline-block;
        padding: 17px 50px;
        color: #fff;
        position: relative;
    }
    .btn_sec a:hover {
        color: #fff;
    }
    /*-----------------------------------------clinic---------------------------------------*/
    #clinic .box {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 60px;
    }
    #clinic .box .pic {
        width: 300px;
    }
    #clinic .box .txt {
        width: calc(100% - 360px);
    }
    #clinic .box .txt p {
        margin-bottom: 30px;
    }
    #clinic .txt_red {
        color: #BE0000;
        text-align: center;
        display: block;
        font-size: 16pt;
        font-weight: 600;
        margin-bottom: 15px;
    }
    #clinic ol.gakkai {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #clinic ol.gakkai li {
        width: 33%;
        padding-bottom: 20px;
    }
    #clinic .table_time {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
        table-layout: fixed;
    }
    #clinic .table_time th {
        background: #f6f6f6;
        padding: 20px 10px;
        font-weight: normal;
        text-align: center;
        width: 10%;
    }
    #clinic .table_time td {
        background: #FFF;
        padding: 20px 10px;
        text-align: center;
    }
    #clinic ol.photo {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }
    #clinic ol.photo li {
        width: calc((100% - 120px) / 5);
        text-align: center;
        font-size: 11pt;
    }
    #clinic ol.photo li p {
        display: block;
        padding-top: 10px;
    }
	
	#clinic ol.photo2 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }
    #clinic ol.photo2 li {
        width:23%;
        text-align: center;
        font-size: 11pt;
    }
    #clinic ol.photo2 li p {
        display: block;
        padding-top: 10px;
    }
	
	#clinic ol.photo2 li img{
		width:100%;}
	
	
    #clinic ol.device {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 80px;
    }
    #clinic ol.device li {
        width: calc((100% - 320px) / 5);
    }
    #clinic ol.device li img {
        width: 100%;
    }
    /*-----------------------------------------menu---------------------------------------*/
    #menu div {
        background: #f8f5ee;
        padding: 12px 0px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 15pt;
        color: #f65700;
    }
    #menu ol {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 50px;
        padding: 0 30px;
    }
    #menu ol li {
        position: relative;
        width: calc((100% - 60px) / 3);
    }
    #menu ol li a {
        display: block;
        border: #ddd 1px solid;
        color: #000;
        text-align: center;
        padding: 20px 0;
    }
    #menu ol li:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        right: 5px;
        bottom: 5px;
        background: url("../img/icon_arrow01.png") no-repeat right bottom / 9px;
    }
    #menu ol li a.btn {
        display: block;
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #menu ol li a:hover {
        border: #f65700 1px solid;
        color: #f65700;
        background: #fff9ea;
    }
    #menu_sec .txt_head {
        color: #f65700;
        font-size: 14pt;
        margin-bottom: 30px;
    }
    #menu_sec .box {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 60px;
    }
    #menu_sec .box .pic {
        width: 300px;
    }
    #menu_sec .box .txt {
        width: calc(100% - 360px);
    }
    #menu_sec .box .txt p {
        margin-bottom: 30px;
    }
    #menu_sec .box2 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    #menu_sec .box2 .pic {
        width: 300px;
    }
    #menu_sec .box2 .txt {
        width: calc(100% - 360px);
    }
    #menu_sec .box2 .txt p {
        margin-bottom: 30px;
    }
    #menu_sec .box ol, #menu_sec .box2 ol {
        margin-bottom: 30px;
    }
    #menu_sec .box ol li, #menu_sec .box2 ol li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    #menu_sec .table_menu {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
        table-layout: fixed;
    }
    #menu_sec .table_menu th {
        background: #fff;
        padding: 20px 10px;
        font-weight: normal;
        text-align: center;
        width: 50%;
    }
    #menu_sec .table_menu td {
        background: #FFF;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .table_menu th.mtd2 {
        color: #f65700;
        background: #f8f5ee;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .table_menu td.mtd2 {
        background: #f8f5ee;
        color: #f65700;
        padding: 20px 10px;
        text-align: center;
    }
    #menu_sec .caution {
        border: 1px solid #cc0000;
        color: #cc0000;
        padding: 20px 10px;
        text-align: center;
        font-size: 15pt;
        margin-bottom: 40px;
    }
    /*-----------------------------------------price---------------------------------------*/
    #price h4 {
        background: #f8f5ee;
        padding: 12px 20px;
        margin-top: 70px;
        margin-bottom: 30px;
        font-size: 18pt;
        color: #f65700;
        font-weight: 500;
    }
    #price .table_price {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 20px;
        table-layout: fixed;
    }
    #price .table_price th {
        background: #f6f6f6;
        padding: 20px 10px;
        font-weight: normal;
        text-align: center;
        width: 50%;
    }
    #price .table_price td {
        background: #FFF;
        padding: 20px 10px;
        text-align: center;
    }
    #price .table_price .other {
        background: #fff;
        color: #f65700;
    }
    /*-----------------------------------------doctor---------------------------------------*/
    #doctor ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    #doctor ol li {
        width: 48%;
        margin-bottom: 4%;
    }
    /*-----------------------------------------calendar---------------------------------------*/
    #calendar .calendar iframe {
        width: 100%;
        height: 600px;
        border-radius: 0;
    }
    /*-----------------------------------------policy---------------------------------------*/
    #policy p {
        padding: 0 0px 30px;
        margin-left: 2em;
    }
    #policy ol {}
    #policy ol li {
        margin-left: 3.4em;
        margin-bottom: 20px;
        list-style-type: decimal;
    }
    /*-----------------------------------------sitemap---------------------------------------*/
    #sitemap {}
    #sitemap ol {
        border-top: 1px dotted #ccc;
    }
    #sitemap ol li {
        padding-left: 25px;
        border-bottom: 1px dotted #ccc;
    }
    #sitemap ol li a {
        color: #222;
        display: block;
        padding: 16px 0;
    }
    #sitemap ol li div.set {}
    #sitemap ol li p {
        display: block;
        background: #f8f5ee;
        padding: 6px 15px;
        margin-bottom: 15px;
        margin-top: 7px;
    }
    #sitemap ol li ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #sitemap ol li ul li {
        width: calc(100% / 3);
        border-bottom: none;
        padding-left: 15px;
    }
    #sitemap ol li ul li a {
        padding: 10px 0;
    }
    #sitemap ol li ul li a:before {
        content: "├";
        display: inline-block;
        margin-right: .6em;
    }
    /*-----------------------------------------anker link---------------------------------------*/
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12, #al13, #al14 {
        display: block;
    }
	
	/*-----------------------------------------QandA---------------------------------------*/
	.qanda dl {
        margin:0 0 15px;
        padding:0 0 15px 1rem;
        border-bottom:1px dashed #e0e0e0;
      }
      .qanda dt {
        color:#dd2159;
        font-size:1.25rem;
      }
      .qanda dt::before {
        content:"Q. ";
        font-weight:bold;
      }
      .qanda dd {
        margin:0;
        padding:0 0 0 1rem;
        margin-top:15px;
      }
      .qanda dd p {
        margin:0;
        padding:0;
      }
	/*-----------------------------------------テキストカラー---------------------------------------*/  
	.fRed {color: #cc0000;}
	.fGray {color: #999999;}
	.fPink {color: #FFBE81;}

/* --------------------------------------------------
エリシスセンス
-------------------------------------------------- */
.mechanism .Lbox{
	width:293px;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
}
.mechanism .Lbox dt{
	background-color:#6CF;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
	font-size:120%;
	text-align:center;
}

.erTbox{ border-top:#999 1px solid; border-left:#999 1px solid; width:100%}
.erTbox th,.erTbox td{ border-right:#999 1px solid; border-bottom:#999 1px solid; padding:10px}

.w200{
	width:200px !important;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.w280{
	width:280px !important;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.w320{
	width:320px !important;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.w320 img{width:100% !important}
.w400{
	width:400px !important;
	float:right;
	margin-left:20px;
	margin-bottom:20px;}
.w400 img{width:100% !important;}
	
.fltL280{
	width:280px !important;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.fltL380{
	width:380px !important;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/* --------------------------------------------------
エクソソーム
-------------------------------------------------- */
.exosomeBox01{
	border:#3C3 2px dotted;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:20px !important;
}
.exosomeBox01 li{
	list-style:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#0C9;
	color:#FFF;
	width:47%;
	padding:1%;
	float:left;
	margin-left:1.6%;
	margin-right:1%;
	text-align:center;
	margin-bottom:20px !important;
	margin-top:0 !important;
}

/* --------------------------------------------------
マッサージピール
-------------------------------------------------- */
.cellecdl {
	width:auto;
	margin:0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px dashed #e0e0e0;
}
.cellecdl dt {
	font-size:120%;
	color:#215ED0;
}

/* --------------------------------------------------
モザイク・リミテッド
-------------------------------------------------- */
.mozt{ text-align:center;}
.mozt table{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:0 !important;
}
.mozt th{
	background-color: #F60;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 0 !important;
	border-right-style: none !important;
}
.mozt th.trc{
	background-color:#fff;
	padding-left:50px; padding-right:0 !important;
	width:120px;
	border-left-style: none !important;
}
.mozt td{
	padding:20px;
	text-align:left;
	font-weight:bold;
	font-size:120%;
	border:2px solid #F60;
}

.triangle4{
	left: 15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 30px solid transparent;
    border-left: 30px solid #F90;
}

.zuBox{ width:100%;}
.zuBox dl{}
.zuBox dt{
    float:left;
    margin-right:25px;
    width:108px;
}
.zuBox dd{ font-size:110%;}
.zuBox .yaji{
    text-align:center;
    width:30px;
    clear:both;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F90;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.infiBox02{
	line-height:1.5em;
	padding:10px;
	border:2px solid #F60;
	margin-bottom:20px;
}
.infiBox02 strong{ font-size:100%;color:#F60;}
.infiBox02 p{text-align:left;}

/* --------------------------------------------------
インフィニハイブリッド
-------------------------------------------------- */
.infiListBox{padding-left:0 !important;}
.infiListBox li{
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#FC9;
	text-align:center;
	margin-right:10px;
	list-style:none;
	display: inline-block;
	width:120px;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.titBst{ font-size:120%; font-weight:bold;}
.infiTb th{ text-align:center !important;}

.infiListBox02{padding:0;margin:0 !important;}
.infiListBox02 li{
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#FC9;
	text-align:center;
	margin-right:5px;
	margin-top:10px !important;
	margin-bottom:10px !important;
	list-style:none;
	display: inline-block;
	width:27%;
}

.infiplc01{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:200px;
}
.infiplc01-1{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:200px;
	float:left;
	margin-right:20px;
}

.infiplc02{
	font-size: 150%;
	color:#DB0003;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #E50003 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
}

.infiplc03{
	font-size: 130%;
	color:#000; 
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	border: #333 1px solid;
	border-radius: 0.3em;
	padding: 0.5em;
	margin-bottom:15px;
	width:400px;
	float:left;
}

.infiBox01{
	font-size:110%;
	color:#000;
	line-height:1.5em;
	border:2px solid #F60;
	margin-bottom:20px;
}
.infiBox01 p{padding:20px 20px !important;}
.infiBox01 strong{font-size:110%;color:#F60;}

/* --------------------------------------------------
NMN点滴
-------------------------------------------------- */
.mnmdl {
	width:100%;
	margin-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #e0e0e0;
}
.mnmdl dt {
	font-size:120%;
	color: #F66;
}
.nmnmv{
	width:50%;
	padding-top:15px;
	padding-bottom:15px;
	height:400px;
}

/* --------------------------------------------------
Neo Voir
-------------------------------------------------- */
.NV_mark{width: 800px;margin: 0 auto;}
.NV_mark p{
    width: 140px;
    float: left;
    margin:10px 0 0 10px;
    padding: 0 0;
    text-align: center;
}
.NV_mark img{
    width: 140px;
}
.NV_list{
	margin: 0 auto;
    width: 800px;
    font-size: 110%;
}
.NV_list dt{
    width: 200px;
    float: left;
    background: #F3E5F5;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    margin:0 0 10px 0;
}
.NV_list dd{
    width: 600px;
    float: left;
    padding: 10px 10px;
    margin:0 0 10px 0;
}

/* --------------------------------------------------
サプリメント
-------------------------------------------------- */
.mrn_box{
	width: 170px;
	float: left;
	margin-left: 10px;
}
.mrn_box p{text-align: center;}
.mrn_box img{width: 170px;}

.ora_box{
	width: 170px;
	float: left;
	margin-left: 10px;
}
.ora_box p{text-align: center;}
.ora_box img{width: 170px;}


/* 均等設定 */
.pBox{ width:100%;margin-bottom:20px;}
.pBox .brc{display: flex;justify-content: space-evenly;}
.pBox .brc div{ padding:10px; width:50%}
.pBox .brc div h6 {
    font-weight:bold;
    font-size:120%;
    margin:0;
    padding:0;
}
.pBox .brc div p {
    font-size:100%;
    margin:0;
    padding:0;
    line-height:1.5em;
}
.pBox .brc img{
    width:100%;
    border:1px solid #dcdcdc;
    margin-bottom:10px;
}

/* --------------------------------------------------
エムセラ
-------------------------------------------------- */
.emBox{ width:100%;}
.emBox img{ width:100%;}
.emBox .ltd{ width:45%;}
.emBox .rtd{ width:45%;}

/* --------------------------------------------------
ハイフシャワー
-------------------------------------------------- */
.box-ol  {
    position: relative;
    margin:0;
    padding:0
}
.box-ol li  {
    list-style: none;
    list-style-position:outside;
    margin:0;
    /*padding-left:0.3em*/
}
.box-ol li span {
    position: absolute;
    left:0;
    margin:0
}

.hifuBox{text-align:center;margin-bottom:40px}

.hifuBox dl {
	width:300px !important;
	padding:10px;
	margin-bottom:20px;
	float:left !important;
	height:300px;
}
.hifuBox dl dt{
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#F99;
}

.hifuBox dl dd{
	width:100%;
	line-height:1.5em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.hifuBox dl dd img{ margin-bottom:5px;width:100%}

.hifuP1{
	/*text-align:center;*/
	color:#F99;
	font-size:140%;
	line-height:1.5em;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
	
	
/* --------------------------------------------------
ソプラノチタニウム
-------------------------------------------------- */
.mtable {
        border-collapse: collapse;
        margin:10px auto;
      }
.mtable th,
.mtable td {
        border:1px solid #fff;
        padding:10px;
      }
.mtable th {
        font-weight:bold;
        text-align:center;
      }
.mtable td {
        width:40%;
      }

.mtd1{background:#f0f0f0;} 
.mtd2{background:#ffc6d9;} 
.mtd3 {background:#f0f0f0;}
	  
/* --------------------------------------------------
Vシェイプ
-------------------------------------------------- */
.box-vsBox{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.box-vs {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        gap:15px;
        margin:1rem auto;
      }
      .box-vs2 {
        display:grid;
        grid-template-columns:2fr 1fr;
        gap:15px;
        margin:1rem auto;
      }
      .box-vs3 {
        display:grid;
        grid-template-columns:1fr 2fr;
        gap:15px;
        margin:1rem auto;
      }
      .box img,
      .box-vs img,
      .box-vs2 img,
      .box-vs3 img {
        max-width:100%;
        display:block;
        margin:0 auto;
      }
.box-vs ul li{ list-style: disc; list-style-position:inside;}
.box-vs ul li ul{ text-indent:1em;}

/* --------------------------------------------------
ピコレーザー
-------------------------------------------------- */
.picoMenu{ width:31%;
	margin-left:1%;
	margin-right:1%;
	display:inline-block;
}

/* --------------------------------------------------
miraDry®システム（ミラドライシステム）
-------------------------------------------------- */
.inline2{ width:80%;
margin-left:auto;
margin-right:auto;}

.inline2 img{ width:42% !important;
margin-left:10px;
margin-right:10px;
margin-bottom:20px;}

/* --------------------------------------------------
miraDry®システム（ミラドライシステム）
-------------------------------------------------- */
.simBox {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:1em auto;
}
.simBox * {
	box-sizing: border-box;
}
.simItem {
	width:24%;
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
	margin-bottom:10px;
}
.simItem p {
	text-align:justify;
	margin:10px 0 0;
	padding:0;
}
.simItem img {
	width:100%;
	height:auto;
}

/* --------------------------------------------------
Cellec（セレック）
-------------------------------------------------- */
.cellec-list01 {
	display:flex;
	justify-content: space-between;
	list-style:none;
	margin:0;
	padding:0;
}
.cellec-list01 li {
	list-style:none !important;
	width:32%;
	color:#fff;
	margin:0;
	padding:10px;
	border-radius:5px;
}
.cellec-list01 li:nth-child(1) {
	background:#215ED0;
}
.cellec-list01 li:nth-child(2) {
	background:#44792f
}
.cellec-list01 li:nth-child(3) {
	background:#6C441F;
}
.cellec-list01 strong {
	display:block;
	font-size:120%;
	text-align:center;
	line-height:150%;
	height:3em;
}
.cellec-list01 p {
	margin:0 0 10px;
	padding:0;
}

/* --------------------------------------------------
ブロック設定
-------------------------------------------------- */

.bl2Box{
	width:46% !important;
	float:left;
	padding:2%;
}

/* --------------------------------------------------
おすすめ
-------------------------------------------------- */
.OsusumeBox02{
	/*background:url(../img/category/vbeam/osusume_bg02.jpg) no-repeat;*/
	width: auto !important;
	display:block;
	margin:0 auto;
	padding-top:1.5em;
	padding:20px;
	margin-bottom:10px;
	border:2px solid #dcc8a7;
	background-color:#f9f5ed;
}

.OsusumeBox02 .tit005{ font-weight:bold;
font-size:170%;
color:#a48767;
text-align:center;
padding-bottom:10px;
border-bottom:1px solid #dcc8a7;
margin-bottom:10px;
}
.OsusumeBox02 .UlLeft{
	width:45%;
	height:auto;
	display:block;
	float:left;
	padding-top:20px;
}

.OsusumeBox02 .UlLeft li{
	line-height:1.8em;
	list-style-type:disc;
	list-style:inside;
}

/* --------------------------------------------------
エンライトンSR（ピコレーザー）
-------------------------------------------------- */
.picoMenu{
	width: 32%;
	height: 150px;
	display: block;
	float: left;
	margin: 0.3em;
}
.picoMenu img{
	width: 100%;
	height: auto;
}

/* --------------------------------------------------
ブロック設定
-------------------------------------------------- */
.ultraBox{ width:70%;
margin-left:auto;
margin-right:auto;
padding:20px;}

.ultraBox img{ height:298px;
margin-bottom:10px}

.ultraBox td{padding:20px; width:324px !important;
vertical-align:top}

/* 取扱商品　ゼオスキン
------------------------------ */

.steptit{ 
    font-size:130%;
    border: 1px #3366CC dotted;
    color:#3366CC;
    padding:15px;
    line-height:1.8em;
    margin-bottom:15px;
}

.stepBox{}
.stepBox p{font-size: 80%;text-align: center;}
.stepBox .title{
	background-color: #1A237E;
	color: #fff;
	padding: 5px 15px !important;
    border: none !important;
    text-align: left !important;
}
.stepBox .title .icon01{}
.stepBox .title .icon01 img{ margin-bottom:-5px !important;padding-left:7px !important; width:21px;}

.stepBox li{
    list-style:none;
    line-height:1.5em;
    width:23%;
    float:left;
    margin-right:2%;
}


.fqBox{}
.fqBox dl{ margin-bottom:30px;}
.fqBox dl dt{
    font-size: 120%;
    font-weight: bold;
    border-top:1px dotted #3366CC;
    border-bottom:1px dotted #3366CC;
	padding:7px;
	margin-bottom:7px;
	color:#3366CC;
}
.fqBox dl dd{}

#course_box,
#course_kihon_box,
#course_sentaku_box{
    margin-bottom: 50px;
}
#course_box a,
#course_kihon_box a,
#course_sentaku_box a{
    display: block;
    margin: 15px auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #2879FF;
    color:#fff;
    text-decoration: none;
    text-align: center;
}
#course_box a:hover,
#course_kihon_box a:hover,
#course_sentaku_box a:hover{
    background: #82B1FF;
}
#course_box .cosme_box{
    float: left;
    width: 14%;
    margin: 10px 1%;
    text-align: center;
}
#course_kihon_box .cosme_box{
    float: left;
    width: 22%;
    margin: 10px 1%;
    text-align: center;
}
#course_sentaku_box .cosme_box{
    float: left;
    width: 22%;
    margin: 10px 1%;
    text-align: center;
}
#course_box .cosme_box .icon img,
#course_kihon_box .cosme_box .icon img,
#course_sentaku_box .cosme_box .icon img{
    width: 20px;
    margin-right: 5px;
}
#course_box .cosme_box .photo img,
#course_kihon_box .cosme_box .photo img,
#course_sentaku_box .cosme_box .photo img{
    height: 120px;
    margin: 10px 0;
}
#course_box .cosme_box .text,
#course_kihon_box .cosme_box .text,
#course_sentaku_box .cosme_box .text{
    font-size: 80%;
    line-height: 140%;
}

#course_box .selectBox{
	border:1px solid #36F;
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#course_box .selectBox p.f1{ 
    font-size:120%;
    font-weight:bold;
    color: #36F;
    text-align:center;
}
#course_box .selectBox .cosme_box1{
    float: left;
    width: 48%;
    margin: 10px 1%;
    text-align: center;
}
#course_box .selectBox .cosme_box1 .icon img{
    width: 20px;
    margin-right: 5px;
}
#course_box .selectBox .cosme_box1 .photo img{
    height: 120px;
    margin: 10px 0;
}
#course_box .selectBox .cosme_box1 .text{
    font-size: 80%;
    line-height: 140%;
}

.line01{text-decoration: line-through;}

/* --------------------------------------------------
取り扱い製品
-------------------------------------------------- */
.disc .alignright01{
    float:right;
    margin-left:20px;
}

#seihin p {
    padding: 0;
    margin: 0;
}
#seihin p.honbun {
    font-weight: normal;
    margin-bottom: 10px;
}
#seihin p.honbun span {
    color:#82B1FF;
}
#seihin p.bg_glay {
    background: #9E9E9E;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
	display:block;
}
#seihin h3 {
    background: none;
    color: #215ED0;
    padding: 0px;
    margin:0 0 10px 0;
}

h3.blue01{
    color: #215ED0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:140%;
	padding: 0px;
	background: none;
}

#seihin p.catch {
    padding: 0px 11px;
    font-size: 12px;
    color: #215ED0;
    border: 1px solid #215ED0;
    display: inline-block;
	margin-bottom:10px;
	margin-left:20px !important;
}
#seihin p.shiyou {
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}
#seihin p.price {
    padding: 10px 0px;
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
}
#seihin p.price span {
   font-size: 12px;
}
#seihin section.lineB {
    border-bottom: 1px solid #A6C5FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#seihin .pc4L img{ width:80%}
#seihin .pc4L img.wp40{ width:40%; margin-left:32px;}
#seihin .pc4L img.wp50{ width:50%; margin-left:25px;}
#seihin .pc4L img.wp60{ width:60%; margin-left:17px;}
#seihin .pc4L img.wp70{ width:70%; margin-left:10px;}
#seihin .pc4L, #seihin .pc8L {
    box-sizing: border-box;
    padding: 10px;
}
#seihin .title {
    border-bottom: 1px dotted #A6C5FF;
    margin-bottom: 10px;
}
#seihin .pc4L{width:25%}
#seihin .pc8L{ width:70%}

#seihin p.honbun2 {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.styled #medical09 h5{margin: 0px 0px 20px 0px;}

#medical09 h5 span.bgRed {
    color: #fff;
    background: #c70000;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 10px;
}

#medical09 table.basic td.bage {
    background: #f9f5f1;
}
#medical09 table.basic span.red {
    color: #c70000;
    font-weight: bold;
}

span.icon_new {
    background: #d80000;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

#lnavi h4 {
    background: #eacccc;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

#shinryou h3 {
    background: #f7d8a7;
    padding: 6px 0px 2px 20px;
    width: 660px;
    margin: 5px 0px 6px 15px;
    font-weight: bold;
    color: #e7696b;
    font-size: 20px;
}

.cosme_box .title{border-bottom: 1px #3366FF dotted;}

.fltL180{
	width: 180px !important;
	float:left;
	margin-right:20px;
}
.fltL220{
	width: 220px !important;
	float:left;
	margin-right:20px;
}

/* --------------------------------------------------
ポテンツァ
-------------------------------------------------- */
.sp{display:none;}

.ponpingBox{
	justify-content: space-evenly;
	position:relative;
	margin-bottom:30px;
}
.ponpingBox ul{
	padding:0 !important;
	width:1300px !important;
	margin-left:auto;
	margin-right:auto;
}
.ponpingBox li{
	padding:5px; width:17%;
	border:1px solid #dcdcdc;
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
	height:300px;
	line-height:1.5em;
}
.ponpingBox li img{ margin-bottom:10px;}
.ponpingBox .yj01{
	position:absolute;
	top:100px;
	left:17.5%;
	z-index:100;
	width:35px;
}
.ponpingBox .yj02{
	position:absolute;
	top:100px;
	left:36.5%;
	z-index:100;
	width:35px;
}
.ponpingBox .yj03{
	position:absolute;
	top:100px;
	left:55.3%;
	z-index:100;
	width:35px;
}
.ponpingBox .yj04{
	position:absolute;
	top:100px;
	left:74.2%;
	z-index:100;
	width:35px;
}

.ponpingBox img{ width:100%;}

/* --------------------------------------------------
ハイフブースター
-------------------------------------------------- */
.hifumBox{
	justify-content: space-evenly;
	position:relative;
}
.hifumBox ul{ padding:0 !important;width:100%}
.hifumBox li{
	padding:5px;
	width:23%;
	border:1px solid #dcdcdc;
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
}
.hifumBox li img{ margin-bottom:10px; width:100%;}
.hifumBox .yji01{
	position:absolute;
	top:120px;
	left:22.3%;
	z-index:100;
	width:35px;
}
.hifumBox .yji02{
	position:absolute;
	top:120px;
	left:45.6%;
	z-index:100;
	width:35px;
}
.hifumBox .yji03{
	position:absolute;
	top:120px;
	left:69%;
	z-index:100;
	width:35px;
}

.hifumBox .ss01{ font-size:80%; line-height:1.3em}
.hifumBox .ss02{ padding:4px}
.hifumBox strong{ font-size:120%}
.hifumBox img{ width:100%}

.table_hifum {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
    }
    .table_hifum th {
        background: #f3f3f3;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_hifum td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_hifum td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_hifum td.c {
        text-align: center;
    }
    .table_hifum td textarea {
        height: 200px;
        width: 100%;
    }
    .table_hifum td input.input {
        width: 100%;
    }
    .table_hifum td input.radio {
        margin-right: 5px;
    }

/* --------------------------------------------------
セレックV
-------------------------------------------------- */
.table_cellecV {
        border-collapse: separate;
        border-spacing: 1px;
        border-style: none;
        width: 100%;
        margin: 0 auto 40px;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
    }
    .table_cellecV th {
        padding: 5px 5px;
        font-weight: normal;
        text-align: center;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
    }
    .table_cellecV td {
        background: #FFF;
        padding: 10px 10px;
		text-align: center;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
    }
	.table_cellecV td img{margin-bottom:7px;}

/* --------------------------------------------------
料金ページ追加タイトル設定
-------------------------------------------------- */
.sejyutsu_liBox{ margin-bottom: 30px;}	
.sejyutsu_liBox ul{margin: 0 0 !important;padding: 0 0 !important;}
.sejyutsu_liBox ul li{list-style:none !important;}
.sejyutsu_liBox ul li a{
	text-align:center;
	float:left;
	margin: 0 5px 10px 5px;
	padding:10px 10px;
	width:223px;
	/* border:1px #999999 solid; */
	color:#000;
	background-color:#FC9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}
.sejyutsu_liBox ul li a:hover{
	background-color:#CCC;
	color:#fff;
	text-decoration:none;
}
.sejyutsu_liBox ul li .pd5{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.tit4 {
	margin: 30px 10px 10px 10px;
    padding: 8px 0 8px 14px;
	font-size: 18px;
	background-color:#FFF3E0;
	border-left:12px solid #FFCC80;
}

/* --------------------------------------------------
メニューページリスト設定
-------------------------------------------------- */
.menu_liBox{ margin-bottom: 30px; background-color:#fff !important;}	
.menu_liBox ul{margin: 0 0 !important;padding: 0 0 !important;}
.menu_liBox ul li{list-style:none !important;}
.menu_liBox ul li a{
	text-align: center;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 10px 10px;
	width: 223px;
	/* border:1px #999999 solid; */
	color: #000;
	background-color: #FFE4BB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 84%;
}
.menu_liBox ul li a:hover{
	background-color:#CCC;
	color:#fff;
	text-decoration:none;
}

/* --------------------------------------------------
予約システム設定
-------------------------------------------------- */
.app1{
	width:46%;
	float:left;
	margin-bottom:30px;
	text-align:center;
	border:#F1DBA4 1px solid;
}
.app2{
	width:46%;
	float:right;
	margin-bottom:30px;
	text-align:center;
	border:#F1DBA4 1px solid;
}
.app1 table,.app2 table{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.app1 table td,.app2 table td{text-align:center}
.app1 table img,.app2 table img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.appimg01{width:40% !important;}
	
/* --------------------------------------------------
リピーターの患者様限定お得情報
-------------------------------------------------- */
#page_campaign .btn_more{
	width: 480px;
	margin: 20px auto 40px auto;
	text-align: center;
	font-size: 120%;
}
#page_campaign .btn_more a{
	display: block;
	padding: 10px 0px;
	color: #F7740E;
	border: 1px solid #F7740E;
}

#page_campaign .sns_box{}
#page_campaign .sns_box a{
	float: left;
	width: 340px;
	margin: 10px 30px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 15px 0px;
	border-radius:5px;
}
#page_campaign .sns_box .line{background: #06C755;}
#page_campaign .sns_box .inst{background: #E7009B;}
#page_campaign .sns_box .fb{background: #0866FF;}

/* --------------------------------------------------
Vシェイプ追加設定
-------------------------------------------------- */
.f-lineBox{}
.f-lineBox dl{
	width:49%;
	border:#F99 2px solid;
	padding:15px !important;
	float:left;
	margin-bottom:30px;
}
.f-lineBox dl:nth-child(even) {float:right;}
.f-lineBox dl dt{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#F99;
	padding:7px;
	margin-bottom:15px;
	color:#fff;
	text-align:center;
}
.f-lineBox dl dt dd{padding:7px;}


/* --------------------------------------------------
トップページ追加設定
-------------------------------------------------- */
.rss-data{padding: 10px 10px;}


/* --------------------------------------------------
LINE設定
-------------------------------------------------- */
.lineBox{ width:400px;
margin-left:auto;
margin-right:auto;}

.lineBox .lb{ float:left; width:232px; margin-top:45px;}
.lineBox .rb{ float:right; width:150px;}

.lineBox2{ text-align:center}

.lineBox2 img{width:250px !important; margin-left:10px; margin-right:10px; border:1px solid #CCC;}


/* --------------------------------------------------
ララドクター
-------------------------------------------------- */
.sp{display:none;}

.lhalaBox{
	justify-content: space-evenly;
	position:relative;
	margin-bottom:30px;
}
.lhalaBox ul{
	padding:0 !important;
	width:1300px !important;
	margin-left:auto;
	margin-right:auto;
}
.lhalaBox li{
	padding:10px; width:12.8%;
	/*border:1px solid #dcdcdc;*/
	list-style-type:none;
	list-style-position:inside;
	display:inline-block;
	height:200px;
	line-height:1.5em;
	font-size:74%;
}
.lhalaBox li img{ margin-bottom:10px;}
.lhalaBox .yj01{
	position:absolute;
	top:60px;
	left:12.7%;
	z-index:100;
	width:35px;
}
.lhalaBox .yj02{
	position:absolute;
	top:60px;
	left:27%;
	z-index:100;
	width:35px;
}
.lhalaBox .yj03{
	position:absolute;
	top:60px;
	left:41.3%;
	z-index:100;
	width:35px;
}
.lhalaBox .yj04{
	position:absolute;
	top:60px;
	left:55.5%;
	z-index:100;
	width:35px;
}

.lhalaBox .yj05{
	position:absolute;
	top:60px;
	left:69.9%;
	z-index:100;
	width:35px;
}

.lhalaBox .yj06{
	position:absolute;
	top:60px;
	left:84.2%;
	z-index:100;
	width:35px;
}

.lhalaBox img{ width:100%;}


}

