@charset "utf-8";
/* CSS Document */
/* PC用モバイルファースト
------------------------------------------------- */
@media only screen and (min-width: 768px) {
    body {
        padding-top: 142px;
    }
    .br {
        display: block;
    }
    .photo_r {
        float: right;
        margin: 0 0 20px 20px;
    }
    .photo_l {
        float: left;
        margin: 0 20px 20px 0;
    }
    .smpnone {
        display: block !important;
    }
    .pcnone {
        display: none;
    }
    .maB30 {
        margin-bottom: 50px;
    }
    .txt_small {
        font-size: 1.6rem;
    }
    /* header */
    #header .header_logo_area {
        float: left;
        padding: 15px 20px 15px 16px;
    }
    .header_logo_area .header_logo {
        margin: 0;
        width: auto;
        font-size: 1.6rem;
    }
    p.cart-trigger a {
        display: inline-block;
        width: 50px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        text-align: center;
        outline: none;
    }
    p.cart-trigger2 a {
        display: inline-block;
        width: 50px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        text-align: center;
        outline: none;
    }
		    p.cart-trigger2 .cb {
        font-size: 3rem;
        vertical-align: middle;
    }
    #cart_area p.cart-trigger2 {
    top: 15px;
}


    #header #cart_area .cart_price {
        float: right;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin-right: 16px;
    }
    #cart_area p {
        border: none;
    }
    /* search_area */
    .header_bottom_wrap {
        background-color: #f4f4f4;
        clear: both;
    }
    .header_bottom_wrap_in {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1150px;
        padding: 8px 16px;
        box-sizing: border-box;
        margin: auto;
    }
    #header .search .input_search {
        float: right;
        width: 235px;
    }
    #header .search {
        float: right;
        width: 440px;
        text-align: right;
        position: relative;
        z-index: 100;
    }
    .extra-form {
        margin: 0;
    }
    /* Member area */
    .member_link {
        margin: 0;
        margin-right: 0px;
        padding-top: 15px;
    }
    .member_link a {
        border: 0 none;
        height: 40px;
        line-height: 40px;
    }
    /* 言語選択 */
    ul.language {
        margin-bottom: 0;
        text-align: right;
        clear: both;
    }
    ul.language li {
        display: inline-block;
    }
    ul.language li a {
        border-bottom: none;
        color: #525263;
        font-size: 12px;
        font-size: 1.2rem;
        overflow: hidden;
        padding: 0 10px;
        text-overflow: ellipsis;
        transform: translateZ(0px);
        transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
        white-space: nowrap;
        display: inline-block;
        height: auto;
        line-height: 1.5;
    }
    #header .header_bottom_area {
        clear: both;
        padding-top: 0;
    }
    /* cart area */
    #cart_area {
        width: 100%;
        position: static;
        right: 10px;
        top: 0;
        z-index: 11;
    }
    p.cart-trigger .cb {
        font-size: 3rem;
        vertical-align: middle;
    }
    span.cart_ttl {
        display: none;
    }
    #cart_area p.cart-trigger {
    top: 15px;
}

.header_bottom_area select::-ms-expand{
    display: none;
}
    /*	Category navigation
    --------------------------- */
    /* ----- category_nav in header ---- */
    #header #category {
        padding: 0;
    }
    /* category-nav */
    #category {
        clear: none;
    }
    #header .category-nav {
        border-top: none;
        border-bottom: none;
        text-align: left;
        float: left;
        letter-spacing: -0.5em;
    }
    #header .category-nav li {
        letter-spacing: normal;
        margin-right: 50px;
    }
    #header .category-nav li:last-child {
        margin-right: 0;
    }
    .category-nav > li > a {
        position: relative;
        display: inline-block;
        color: #000;
        overflow: visible;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
        font-weight: 500;
    }
    #header .category-nav > li > a {
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        padding: 0;
    }
    .category-nav li > a:hover {
        background: rgba(204, 204, 204, 0);
        color: #999;
    }
    .category-nav a {
        font-size: 1.6rem;
    }
    .search select {
        height: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 1em;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search .input_search {
        height: 40px;
        padding: 0 50px 0 1em;
        position: relative;
        margin-left: 1%;
        border-bottom: none;
    }
    .search input[type="search"] {
        height: 40px;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        border: 0 none;
        padding: 0.5em 0;
        box-shadow: none;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .bt_search {
        border: 0;
        background: none;
        position: absolute;
        right: 0;
        top: -5px;
        display: block;
        width: 44px;
        height: 44px;
        overflow: hidden;
        white-space: nowrap;
        z-index: 1;
    }
    /* ログインアイコン */
    .member_link a .cb {
        font-size: 2rem;
        fill: #333;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }
    /* 重要なお知らせ
------------------------------------------------- */
    .information {
        clear: both;
        margin-top: 60px;
        font-size: 100%;
    }
    .info_btn a {
        font-size: 100%;
    }
    .news_contents {
        max-width: 730px;
        margin: 0 auto 70px;
    }
    h2.top_h2 {
        margin: 80px 0 30px;
        font-size: 2.6rem;
    }
    h2.top_h2 span {
        padding: 0 70px;
        font-weight: 500;
    }
    h2.top_h2 span:before, h2.top_h2 span:after {
        width: 50px;
    }
    .newslist dl {
        font-size: 1.6rem;
    }
    .newslist dt {
        padding: 10px 0;
    }
    .newslist dt .date {
        width: 7em;
    }
    .newslist dt .news_title {
        padding-left: 8em;
    }
    .newslist dt .angle-circle {
        position: absolute;
        right: 0px;
        top: 10px;
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: #B8BEC4;
    }
    .newslist dt .cb {
        position: relative;
        top: -1px;
        left: 5px;
        fill: #fff;
        font-size: 11px;
        font-weight: normal;
    }
    ul.delivery li a {
        padding: 25px 10px;
        font-size: 1.8rem;
    }
    
    ul.important_info{
  padding: 0 10px 10px;
  font-size: 1.5rem;
  margin-top: -10px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
}




    /* フッター
------------------------------------------------- */
    #footer {
        margin-top: 80px;
        text-align: left;
        margin-bottom: 0;
    }
    #footer ul.footer_sns {
        list-style: none;
        display: flex;
        justify-content: center;
        clear: both;
        align-items: center;
        margin-bottom: 40px;
    }
    #footer ul.footer_sns li {
        margin: 10px 25px;
        width: 45px;
    }
    #footer ul.footer_sns li:nth-child(3) {
        width: 50px;
    }
    #footer ul.footer_sns li:last-child {
        width: 100px;
    }
    #footer ul.footer_menu {
        justify-content: center;
    }
    #footer ul.footer_menu li {
        width: auto;
        border: none;
        margin: 10px 20px;
        text-align: center;
        padding: 0;
    }
    #footer ul.footer_menu:first-child {
        border-top: none;
    }
    #footer .btn_nk a {
        margin: 20px 0;
    }
 #footer ul.footer_menu li.spacer{
    width: 100%;
    display: block;
    margin: 0;
}
    .search select {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0.3em 2em 0.3em 1.5em;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #FFF url(select_arrow.png) no-repeat right;
    }
    .search select.form-control {
        border-radius: 50px !important;
    }
    #header #searchform select, #header #searchform input {
        float: none;
        display: inline-block;
    }
    #contents {
        min-height: 100%;
        z-index: 2;
    }
    /* メイン
------------------------------------------------- */
    /* スライドバナー */
    .inori_bnr {
        width: 50%;
        float: left;
        margin-top: 0;
        color: #000;
    }
    .iyashi_bnr {
        width: 50%;
        float: right;
        margin-top: 0;
        color: #000;
    }
    .inori_bnr li span.min_sub {
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 500;
        font-size: 96%;
        display: block;
        margin: 10px;
    }
    .inori_bnr li span.min_ttl {
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 130%;
        display: block;
        margin: 10px 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; /* for no-flexbox browsers */
    }
    .iyashi_bnr li span.min_sub {
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 500;
        font-size: 96%;
        display: block;
        margin: 10px;
    }
    .iyashi_bnr li span.min_ttl {
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 130%;
        display: block;
        margin: 10px 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; /* for no-flexbox browsers */
    }
    h2.top_phrase {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 400;
        font-weight: 500;
    }
    .top_wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    /* 上部2商品 */
    .top_lrbox {
        background-color: #FFF;
        display: table-cell;
        width: 50%;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        border-right: 1px solid #dadada;
        vertical-align: top;
    }
    .top_lrbox:last-child {
        border-right: none;
        border-left: 1px solid #dadada;
        padding: 0 0 0 20px;
    }
    .top_lrbox dl {
        clear: both;
        margin: 5px 0 20px 0;
        width: auto;
        vertical-align: top;
    }
    .top_lrbox dl dd {
        font-size: 100%;
    }
    .top_lrbox dl dd span {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        font-size: 124%;
        margin: 7px 0 3px 0;
    }
    /* おすすめ商品 */
    .top_lrbox_s {
        background-color: #FFF;
        display: table-cell;
        width: 50%;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        border-right: 1px solid #dadada;
        vertical-align: top;
    }
    .top_lrbox_s:last-child {
        border-right: none;
        border-left: 1px solid #dadada;
        padding: 0 0 0 20px;
    }
    .top_reco_wrap {
        margin-left: -3%;
        overflow: hidden;
        letter-spacing: -0.5em;
    }
    .top_reco_wrap img {
        max-width: 100%;
        height: auto;
    }
    .top_reco_wrap p {
        margin-bottom: 10px;
    }
    .top_item_inori {
        width: 47%;
        display: inline-block;
        box-sizing: border-box;
        margin-left: 3%;
        letter-spacing: normal;
        vertical-align: top;
    }
    .top_item_inori h3 {
        background-color: #9a5aa0;
        color: #FFF;
        display: inline-block;
        font-size: 86%;
        padding: 3px 10px;
        margin: 0 0 10px 0;
    }
    .top_item_inori h4 {
        clear: both;
        margin: 0 0 10px 0;
        color: #9a5aa0;
        font-size: 96%;
    }
    .top_item_inori h4 a {
        color: #9a5aa0;
    }
    .top_item_inori h4 a:hover {
        color: #bf71c6;
    }
    .top_item_iyashi {
        width: 47%;
        display: inline-block;
        box-sizing: border-box;
        margin-left: 3%;
        letter-spacing: normal;
        vertical-align: top;
    }
    .top_item_iyashi h3 {
        background-color: #c6d800;
        display: inline-block;
        font-size: 86%;
        padding: 3px 10px;
        margin: 0 0 10px 0;
    }
    .top_item_iyashi h4 {
        clear: both;
        margin: 0 0 10px 0;
        color: #a8b700;
        font-size: 96%;
    }
    .top_item_iyashi h4 a {
        color: #a8b700;
    }
    .top_item_iyashi h4 a:hover {
        color: #c9db00;
    }
    /* カテゴリーバナー */
    #footer ul.top_catebnr li {
        width: 14.28%;
        font-size: 1.5rem;
    }
    #footer ul.top_catebnr li a {
        padding: 0 10px;
    }
    .top_category_in {
        max-width: 1150px;
        padding: 0 16px;
        box-sizing: border-box;
        margin: auto;
    }
    /* カテゴリーバナー */
    .top_category {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    h2.top_catettl {
        margin-bottom: 50px;
        font-size: 2.6rem;
    }
    .top_category h3{
    font-size: 1.8rem;
}


    /* PAGE TOP
------------------------------------------------- */
    #page-top {
        position: fixed;
        bottom: 35px;
        right: 50px;
        z-index: 999;
        width: auto;
    }
    /* 注文ステップお客様情報変更
------------------------------------------------- */
    .nk_guest_name, .nk_guest_address, .nk_guest_tel, .nk_guest_mail {
        display: table;
        width: 100%;
    }
    .nk_guest_name .mod-button, .nk_guest_address .mod-button, .nk_guest_tel .mod-button, .nk_guest_mail .mod-button {
        display: table-cell;
        width: 200px;
        padding: 0;
    }
    .nk_guest_name p, .nk_guest_address p, .nk_guest_tel p, .nk_guest_mail p {
        display: table-cell;
    }
    .column.is-edit .nk_guest_name input {
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        width: 25%;
        line-height: 1.5;
        margin: 0 10px 8px 0;
    }
    .column.is-edit .nk_guest_address .customer-zip01 input, .column.is-edit .nk_guest_address .customer-zip02 input {
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        max-width: 5em;
        line-height: 1.5;
        margin: 0 5px 0 5px;
    }
    .column.is-edit .nk_guest_mail input {
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        width: 50%;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .column.is-edit .nk_guest_tel input {
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        max-width: 5em;
        line-height: 1.5;
        margin: 8px 0;
    }
    .column.is-edit .nk_guest_address .customer-pref input {
        display: block;
        margin: 8px 0;
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        width: 25%;
        line-height: 1.5;
    }
    .column.is-edit .nk_guest_address .customer-addr01 input, .column.is-edit .nk_guest_address .customer-addr02 input {
        border: 1px solid #C4CCCE;
        border-radius: 3px !important;
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        height: 40px;
        padding: 6px 12px;
        line-height: 1.5;
        display: block;
        margin: 8px 0 0 0;
        width: 80%;
    }
    ul.cashless {
        clear: both;
        margin: 60px 0 10px 0;
        flex-direction: row;
        display: flex;
    }
    ul.cashless img {
        width: 100%;
        height: auto;
    }
    ul.cashless li:nth-of-type(1) {
        margin: 0 10px 0 0;
    }
    ul.cashless li:nth-of-type(2) {
        margin: 0 0 0 10px;
    }
    p.cashless {
        text-align: center;
        clear: both;
        margin: 60px 0 20px 0;
        margin: 10px 0 20px 0;
        background-color: #dff2fc;
    }
    p.cashless img {
        max-width: 100%;
        height: auto;
    }
    .delivery {
        xmargin-top: 60px;
        font-size: 100%;
    }
    /* こんな商品を見た人は＆おすすめ商品
------------------------------------------------- */
    h4.nk_goods {
        font-size: 110%;
    }
    .nk_goodswrap {
        padding: 20px 20px 0 20px;
    }
    /* トップページお線香・仏具
------------------------------------------------- */
    .category_pickup {
        display: flex;
        justify-content: space-between;
    }
    .pickup_list {
        width: 31%;
        text-align: center;
    }
    .pickup_list h3 {
        font-size: 2.4rem;
        font-weight: 500;
        margin: 15px 0;
    }
    .pickup_list img {
        max-width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .pickup_list ul {
        list-style: none;
        display: flex;
        justify-content: center;
    }
    .pickup_list ul li {
        margin: 10px;
        margin-bottom: 60px;
        font-size: 1.5rem;
    }
    .pickup_list ul li a {
        display: block;
        padding: 3px 7px;
        border: solid 1px #cccccc;
        border-radius: 5px;
        color: #000;
    }
    ul.slider_pickup {
        list-style: none;
    }
    ul.slider_pickup li {
        width: 31%;
        margin-bottom: 50px;
    }
    ul.slider_pickup li img {
        max-width: 100%;
        height: auto;
    }
    /* サブトップお線香・仏事
------------------------------------------------- */
    .subtop {
        margin-bottom: 100px;
    }
    .subtop article p {
        font-size: 1.6rem;
    }
    .sub_main {
        margin-top: 0;
    }
    .sub_main h1 {
        height: 100%;
        top: 0;
        left: 0;
        width: 150px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub_main img {
        width: 100%;
        height: 334px;
        object-fit: cover;
    }
    h2.sub_h2 {
        font-size: 2rem;
        margin-top: 30px;
    }
    h3.sub_h3 {
        font-size: 2.6rem;
        font-weight: 500;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    h3.sub_h3 span {
        padding: 0 40px 0 0;
    }
    h3.sub_h3 img{
    width: 150px;
}
h4.sub_type{
  text-align: left;
  margin: 50px 0 30px;
}
h4.sub_type span{
    font-size: 2rem;
}   
    .sub_pickup {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sub_pickup div {
        width: 50%;
        margin-left: 5%;
    }
    .sub_pickup div ul li {
        width: 48%;
        margin-bottom: 4%;
    }
    .sub_pickup div ul li a {
        padding: 17px 10px;
        font-size: 1.8rem;
    }
    .sub_pickup div ul.kaori li a {
        padding: 0;
        font-size: 1.6rem;
    }
    
    
    
        .sub_pickup_s {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sub_pickup_s div {
        width: 80%;
        margin-left: 5%;
    }
    
    .sub_pickup_s div ul:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
    .sub_pickup_s div ul li {
        width: 30%;
        margin-bottom: 4%;
    }
    .sub_pickup_s div ul li a {
        padding: 17px 10px;
        font-size: 1.8rem;
    }
    
    
    h4.sub_h4 {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 30px;
    }
    ul.sub_series li {
        width: 18%;
        text-align: center;
        margin-bottom: 20px;
    }
    ul.sub_series li a {
        font-size: 1.6rem;
    }
    ul.sub_lineup {
        margn-left: -0.5%;
        overflow: hidden;
    }
    ul.sub_lineup li {
        width: 16.166%;
        margin: 0 0 20px 0.5%;
    }
    ul.sub_lineup li a {
        font-size: 1.6rem;
    }
    ul.sub_lineup li img {
        margin-bottom: 10px;
    }
    .sub_pickup picture img,
    .sub_pickup_s picture img,
    .sub_aroma2box picture img{
    width: auto;
    height: auto;
    object-fit: inherit;
    object-position: inherit;
    }
    .sub_3box {
        display: flex;
        justify-content: space-between;
    }
    .sub_3box:after {
        content: "";
        display: block;
        width: 32%;
        height: 0;
    }
    .sub_3box div {
        width: 32%;
        flex-direction: column;
    }
    .sub_3box picture {
        width: auto;
        margin-right: 0;
    }
    .sub_3box dl {
        width: 100%;
    }
    .sub_3box dl dt {
        margin: 10px 0;
        font-weight: bold;
    }
    .sub_3box dl dd {
        color: #666;
        font-size: 1.5rem;
    }
    .sub_3box img {
        transition: 0.4s;
    }
    .sub_3box img:hover {
        opacity: 0.7;
    }
    .sub_aroma2box{
      display: flex;
      justify-content: space-between;
    }
  .sub_aroma2box div{
      width: 46%;
      display: flex;
      flex-direction: column;
    }
      .sub_aroma2box picture{
      margin-top: auto;
    } 
    .sub_aroma2box picture img{
    width: auto;
    height: auto;
    object-fit: none;
    }
    .ec_wrapping {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }
    .ec_wrapping img {
        object-fit: cover;
        height: 100%;
    }
    .ec_wrapping div {
        padding: 10px 0 10px 30px;
        max-width: 45%;
        margin-right: 5%;
        font-size: 1.6rem;
    }
    .ec_wrapping h3 {
        font-size: 2.6rem;
        text-align: left;
    }
    .wrap_btn {
        text-align: left;
    }
    .wrap_btn a {
        margin: 30px 0 0;
    }
    .sub_2box {
        display: flex;
        justify-content: space-between;
        margin: 40px 0 0;
    }
    .sub_2box div {
        width: 48%;
    }
    .sub_2box div a {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .sub_2box picture {
        width: 45%;
        height: auto;
    }
    .sub_2box dl {
        width: 52%;
        margin-top: 5%;
    }
    .sub_2box dl dt {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .sub_2box dl dd {
        font-size: 1.6rem;
    }
    .sub_sizuro a {
  display: flex;
  justify-content: space-between;
  align-items: center;
    }
    
    .sub_sizuro picture{
  width: inherit;
  margin-right: 0;
}
.sub_sizuro dl{
    width: calc(50% - 30px);
    margin: 30px;
    padding: 0
}
    .sub_sizuro dl dt {
        font-size: 2.6rem;
padding-bottom: 10px;
  margin-bottom: 20px;
    }
    .sub_sizuro dl dd {
        line-height: 1.8;
        font-size: 1.6rem;
    }
    
    .sub_main h1.aroma {
    font-size: 2.4rem;
}



    /* 2023アンミング　活用方法
------------------------------------------------- */
.amg_bg a img:hover{
	opacity: 0.7;
}
.amg_contents .pc_none{
	display: none;
}
.amg_h3 img{
	margin: auto;
}
.amg_usewhitewrap h5 img{
	margin: auto;
}
section.amg_contents {
  max-width: 1118px;
  margin: 0 auto 0;
  padding: 50px 65px 0;
  text-align: center;
}

.amg_usemenu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.amg_usemenu li {
  width: 30%;
  margin: 0 1.5%;
}
.amg_usewhitewrap {
  max-width: 950px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
  box-sizing: border-box;
  margin: 100px auto 50px;
}

.amg_usewhitewrap div{
  width: auto;
}
.amg_usewhitewrap h4 {
  margin: -90px 0 20px 0;
}
.amg_usebluewaku {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.amg_usebluewaku:after {
  content: none;
}
.amg_usebluewaku div.amg_box {
  xwidth: 48%;
  background-color: #d5f6f5;
  border-radius: 10px;
  border: solid 2px #72e2dd;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.amg_usebluewaku dl dt, .amg_usepurplewaku dl dt {
  margin: -5px 0 20px 0;
}
.amg_usebluewaku ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: solid 2px #b7934c;
  border-bottom: solid 2px #b7934c;
}

.amg_usepurplewaku div ul {
    margin-top: 0;
		margin-left: 20px;
}
.amg_usepurplewaku div p {
    margin: 0;
}
.amg_usepurplewaku ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: solid 2px #b7934c;
  border-bottom: solid 2px #b7934c;
}
.amg_usebluewaku ul li, .amg_usepurplewaku ul li {
  margin: 10px 0;
  font-weight: bold;
}
.amg_usebluewaku ul li:first-child, .amg_usepurplewaku ul li:first-child {
  width: 60%;
  text-align: left;
}
.amg_usebluewaku ul span, .amg_usepurplewaku ul span {
  display: block;
  margin: 5px 0 0 10px;
}
.amg_usepurplewaku {
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #f8edfb;
  border-radius: 10px;
  border: solid 2px #ce85e2;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.amg_usepurplewaku div:after {
  content: none;
}
.amg_usepurplewaku div {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  align-items: flex-end;
}

.amg_usepurplewaku img{
	margin: auto;
}

.amg_dtl_l a {
    display: inline-block;
    background-color: #282398;
    border-radius: 10px;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    margin-top: 20px auto;
    font-size: 140%;
		min-width: 500px;
}


.anchor{
  padding-top: 90px;
  margin-top:-90px;
}

}