@charset "UTF-8";
/**
 * 芝公園の観葉植物屋
**/

/* Basic
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	font-weight: 500;
	color: #00261d;
	background: url("../img/bg_main.jpg") center top no-repeat #f9f9f1;
	font-feature-settings: "palt";
	line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img {
	width: 100%;
	max-width: auto;
	-webkit-backface-visibility: hidden;
}
img.border {
	display: inline-block;
	border: 1px solid #cfcfcf;
	padding: 1px;
	background: #fff;
}
a:hover,
a:hover img { opacity: 0.8;}
a:hover {
    color: #00261d;
}
a,
a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a.tel_link,
a.tel_link:hover
{
	color: #00261d;
	text-decoration: none;
	opacity: 1.0;
}

/** ページトップボタン **/
@media screen and (max-width: 480px) {
    #bt-top { display: none !important; }    
}
@media (min-width: 481px) {
    #bt-top {
	    position: fixed;
	    bottom: 25px;
	    right: 25px;
	    z-index: 10;
    }
    #bt-top img {
	    width: 82px;
    }
}


/* ヘッダー
-------------------------------------------------------------- */
#header {
    background: transparent;
}
@media (min-width: 769px) {
	#header { 
		min-height: 150px;
	}
}
#header.header-scrolled {
    position: static !important;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    box-shadow: none !important;
}
@media (max-width: 960px) {
    #logo {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px;
    }    
}
#logo img {
    max-width: 220px !important;
}
#logo a:hover,
#logo a:hover img {
    opacity: 1.0;
}
@media (min-width: 961px) {
    .main-menu {
        height: auto !important;
        line-height: 1.0 !important;
    }
    #logo {
        margin-left: 20px !important;
        margin-top: 15px;
    }
    #logo,
    #nav-menu-container {
        height: 98px;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
	    align-items: center;
    }
    #logo {
        margin-top: 10px;
    }
    #nav-menu-container {
        padding-right: 20px;
    }
    .nav-menu a:not(.contact):not(.telnum):not(.instaicon) {
        padding-top: 60px;
    }
    .nav-menu a.contact,
    .nav-menu a.telnum {
        margin-top: 45px;
    }
    .nav-menu > li:nth-of-type(1) {
        margin-left: 0;
    }
}
@media (min-width: 1300px) {
    .nav-menu a:not(.contact):not(.telnum):not(.instaicon) {
        padding-top: 40px;
    }
    .nav-menu a.contact,
    .nav-menu a.telnum {
        margin-top: 25px;
    }
    .nav-menu a.instaicon {
        margin-top: 20px;
    }
}
.nav-menu a {
    color: #191919 !important;
    font-size: 16px;
}
.nav-menu a:hover {
    color: #191919 !important;
}
#mobile-nav ul li a {
    color: #191919;
    font-size: 16px;
    text-transform: none;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 500;
}

/**
 * お問い合せボタン
**/
.nav-menu a.contact,
#mobile-nav ul li a.contact {
    width: 143px;
    height: 48px;
    text-align: center;
    padding: 15px 0 0 0 !important;
    border-radius: 6px;
    background: #216958;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.0;
}
.nav-menu a.contact:hover,
#mobile-nav ul li a.contact:hover {
    color: #fff !important;
}
#mobile-nav ul li a.contact {
    margin: 20px auto;
}

/**
 * 電話番号・instagramボタン
**/
.nav-menu a.telnum,
#mobile-nav ul li a.telnum {
    width: 143px;
    height: 48px;
    text-align: center;
    padding: 16px 0 0 20px !important;
    border-radius: 6px;
	background: url("../img/icon-tel.png") left 14px center #444f26 no-repeat;
    background-size: 15px !important;
    color: #fff !important;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0;
}

.nav-menu a.telnum:hover,
#mobile-nav ul li a.telnum:hover {
    color: #fff !important;
}
#mobile-nav ul li a.telnum {
    margin: 0 auto;
}
@media (min-width: 961px) {
    .nav-menu > li.telnum {
        margin-left: 8px;
    }
    .nav-menu > li.instaicon {
        margin-left: 10px;
    }
}
/**
 * instagramアイコン
**/
.instaicon img {
    width: 40px;
}

/* レイアウト
-------------------------------------------------------------- */
#header .container {
    max-width: 100% !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1330px;
    }
}


/* コンテンツ
-------------------------------------------------------------- */

/** ============================================================

メインビジュアル

============================================================ **/
.area_main {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.area_main .container {
    max-width: 1230px !important;
}
@media (min-width: 768px) {
    .area_main {
        margin-bottom: 0;
    }
}
@media (min-width: 961px) {
    .area_main {
        min-height: 812px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1000px) {
    .area_main {
        margin-bottom: 40px;
    }
}
.area_main_inner {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.area_main_inner .text_area {
    width: 100%;
    margin-bottom: 30px;
}
.area_main_inner .slide_area {
    width: 100%;
} 
@media (min-width:  768px) {
    .area_main_inner .text_area {
        margin-bottom: 50px;
    }
}
@media (min-width: 961px) {
    .area_main_inner .text_area {
        padding: 80px 0 0 0;
    }
}
@media (min-width: 1000px) {
    .area_main_inner .text_area {
        width: 47.5%;
        padding: 210px 30px 0 0;
        margin-bottom: 0;
    } 
    .area_main_inner .slide_area {
        width: 52.5%;
        margin-top: 65px;
    }    
}
.area_main_inner h2 {
    color: #216958;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
}
.area_main_inner h2.subtit {
    font-size: 20px;
    margin-bottom: 25px;
}
.area_main_inner p {
    font-size: 16px;
}
@media (min-width: 768px) {
    .area_main_inner h2 {
        font-size: 45px;
    }
    .area_main_inner h2.subtit {
        font-size: 36px;
        margin-bottom: 45px;
    }
    .area_main_inner p {
        font-size: 20px;
        text-align: center;
    }
}
.area_main_inner .text_area img {
    display: none;
    max-width: 75px;
    margin: 60px auto 0;
}
@media (min-width: 1000px) {
    .area_main_inner h2 {
        font-size: 45px;
        text-align: left;
    }
    .area_main_inner p {
        text-align: left;
    }
    .area_main_inner .text_area img {
        display: block;
    }
}

/**
 * アニメーションの設定
**/
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
}

/**
 * スライドショー：Slickスライダー
**/
/*.slick-item img {
    border-radius: 40px;
}
*/
.slick-list,
.slick-slide img {
    overflow: hidden;
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background-size: 20px auto;
}

/** ============================================================

当院と観葉植物

============================================================ **/
.area_plant {
    padding-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.area_plant .container {
    max-width: 1230px !important;
}
@media (min-width: 768px) {
    .area_plant {
        margin-bottom: 50px;
    }
}
@media (min-width: 961px) {
    .area_plant {
        min-height: 915px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .area_plant {
        margin-bottom: 130px;
    }
}

.area_plant {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.area_plant .contentimage01 {
    background-image: url("../img/bg_plant_sp.jpg");
}
.area_plant .contentimage01 {
	position: absolute;
    width: 100%;
    max-width: 100%;   
	height:500px; 
	top: 0px;
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 0;
	overflow: hidden;
}
@media (min-width: 1200px) {
    .area_plant .contentimage01 {
    	width: 68%;
	    background-position: bottom right;
	    background-size: 1400px auto;
        border-radius: 0 20px 20px 0;
    }

}

/** ============================================================

癒やし系の鉢カバーや雑貨

============================================================ **/
.area_goods {
    padding-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.area_goods .container {
    max-width: 1230px !important;
}
@media (min-width: 768px) {
    .area_goods {
        margin-bottom: 130px;
    }
}
@media (min-width: 961px) {
    .area_goods {
        min-height: 1210px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.area_goods {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.area_goods .contentimage02 {
    background-image: url("../img/bg_goods_sp.jpg");
    background-repeat: no-repeat;
}
.area_goods .contentimage02 {
	position: absolute;
    width: 100%;
	height:500px; 
	top: 0px;
    right: 0;
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	overflow: hidden;
}
@media (min-width: 1200px) {
    .area_goods .contentimage02 {
        width: 68%;
	   background-position: bottom right;
	   background-size: 1300px auto;
       border-radius: 20px 0 0 20px;
    }
}


/** ============================================================

「胡蝶蘭」承ります

============================================================ **/
.area_kochoran {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.area_kochoran .container {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .area_kochoran .container {
        max-width: 1230px !important;
    }
    .area_kochoran {
        margin-bottom: 130px;
    }
}

.area_kochoran {
    background: url("../img/bg_kazari-leaf.png") no-repeat center center;
}
.area_kochoran_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 553px;
}
.area_kochoran .contentimage03 {
    background-image: url("../img/bg_kochoran_sp.jpg");
}
.area_kochoran .contentimage03 {
	position: absolute;
    width: 100%;
	height:500px; 
	top: 0px;
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1100px auto;
	overflow: hidden;
}

@media (min-width: 1200px) {
    .area_kochoran .contentimage03 {
	    width: 68%;
        background-image: url("../img/bg_kochoran_pc.jpg");
	    background-position: center center;
	    background-size: 900px auto;
        border-radius: 20px;
       }
}

/** ============================================================

院内の植物

============================================================ **/
.area_salon {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 100px;
    margin-bottom: 50px;
    background: #d9e6e1;
}
.area_salon_inner .container {
    max-width: 1330px !important;
}
.area_salon_inner {
    position: relative;
    padding: 0 0 10px;
}
@media (min-width: 768px) {
    .area_salon {
        margin-top: 200px;
        margin-bottom: 65px;
    }
}
@media (min-width: 1200px) {
    .area_salon {
        padding-top: 50px;
        margin-top: 0;
        margin-bottom: 115px;
        background: none;
    }
    .area_salon_inner {
        background: #d9e6e1;
        border-radius: 20px;
        padding: 0 0 70px;
    }
}

.area_salon .box-tit_type04_inner {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 450px;
}
@media (min-width: 768px) {
    .area_salon .box-tit_type04_inner {
        top: -140px;
        min-height: 230px;
    }
}
.area_salon .box-tit_type04_inner h2.subtit {
    margin-bottom: 10px;
}


/** ============================================================

アクセス

============================================================ **/
.area_access {
    margin-bottom: 50px;
}
/*.area_access .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
    */
@media (min-width: 768px) {
    .area_access {
        margin-bottom: 115px;
    }
}
.area_access h2 {
    color: #216958;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
}
@media (min-width: 768px) {
    .area_access h2 {
        font-size: 30px;
    }
}
.map {
    margin-bottom: 40px;
}
iframe {
    width: 100%;
    max-width: 100%;
    height: 200px;
}
@media (min-width: 768px) {
    iframe {
        height: 300px;
    }
}
.area_access p {
    font-size: 16px;
}
@media (min-width: 576px) {
    .area_access p {
        text-align: center;
    }    
}
@media (min-width: 768px) {
    .area_access p {
        font-size: 20px;
    }    
}
.area_access p.address {
     margin-bottom: 40px;
}
@media (min-width: 768px) {
    .area_access p.address {
        margin-bottom: 60px;
    }
}

/**
 * バナー
**/
ul.bnr_group {
    width: 100%;
    max-width: 1060px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 50px auto 0;
    padding: 0;
    list-style: none;
}
ul.bnr_group > li {
    width: 100%;
    max-width: 480px;
    margin-bottom: 25px;
}
ul.bnr_group > li:nth-last-of-type(1) {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    ul.bnr_group > li {
        width: 45.3%;
        margin-right: 9.4%;
    }
    ul.bnr_group > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

/** お問い合せ **/
ul.bnr_group > li.contact a {
    position: relative;
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    background: #216958;
    border-radius: 10px;
    text-decoration: none !important;
}
ul.bnr_group > li.contact a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
@media (min-width: 481px) {
    ul.bnr_group > li.contact a {
        height: 80px;
        font-size: 24px;
    }
    ul.bnr_group > li.contact a::before {
        right: 25px;
        width: 14px;
        height: 14px;
    }
}

/** 電話番号 **/
ul.bnr_group > li.telnum a {
    position: relative;
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    background: #444f26;
    border-radius: 10px;
    text-decoration: none !important;
}
ul.bnr_group > li.telnum a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
@media (min-width: 481px) {
    ul.bnr_group > li.telnum a {
        height: 80px;
        font-size: 26px;
    }
    ul.bnr_group > li.telnum a::before {
        right: 25px;
        width: 14px;
        height: 14px;
    }
}
ul.bnr_group > li.telnum a span {
    display: inline-block;
    min-height: 18px;
	background: url("../img/icon-tel.png") left center no-repeat;
    background-size: 18px;
    padding-left: 28px;
}
ul.bnr_group > li.contact a span {
    display: inline-block;
    min-height: 18px;
    background: url("../img/icon-insta-w.png") left center no-repeat;
    background-size: 18px;
    padding-left: 28px;
}
@media (min-width: 481px) {
    ul.bnr_group > li.telnum a span {
        min-height: 24px;
	    background: url("../img/icon-tel.png") left center no-repeat;
        background-size: 24px;
        padding-left: 34px;
    }
    ul.bnr_group > li.contact a span {
        min-height: 24px;
	    background: url("../img/icon-insta-w.png") left center no-repeat;
        background-size: 24px;
        padding-left: 34px;
    }
}


/** ============================================================

パーツ

============================================================ **/
/**
 * タイトル表示
**/
.box-tit_type01, .box-tit_type02, .box-tit_type03, .box-tit_type04 {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
}
.box-tit_insta-wrap {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: dashed 2px #b3cfbe;
    border-radius: 20px;
}
.box-tit_insta {
    margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.box-tit_insta img {
    margin-top: 10px;
    max-width: 120px;
}
@media (min-width: 1200px) {
    .box-tit_type01 {
        left: 72.5%;
        margin: 0;
    }
    .box-tit_type02 {
        left: 26.5%;
        margin: 0;
    }
    .box-tit_type03 {
        left: 80%;
        margin: 0;
    }
    .box-tit_type04 {
        left: 50%;
        margin: 0;
    }
    .box-tit_type01.posi_rt {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
    } 
    .box-tit_type01.posi_lt {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
    }
    .box-tit_insta-wrap {
    padding: 1em;
    width: 50%;
    margin: 0 auto 100px;
    }
}

.box-tit_type01_inner, .box-tit_type02_inner, .box-tit_type03_inner, .box-tit_type04_inner {
    width: 100%;
    border-radius: 10px;
    background:rgba(254,254,254,0.8);
    padding: 30px 30px 20px;
}
.box-tit_type01_inner h2, .box-tit_type02_inner h2, .box-tit_type03_inner h2, .box-tit_type04_inner h2 {
    color: #216958;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 13px;
    padding: 0;
}
.box-tit_insta h2 {
    color: #216958;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 13px;
    padding: 0;
}
.box-tit_type01_inner h2.subtit, .box-tit_type02_inner h2.subtit, .box-tit_type03_inner h2.subtit, .box-tit_type04_inner h2.subtit {
    color: #002a1d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}
.box-tit_type01_inner p, .box-tit_type02_inner p, .box-tit_type03_inner p, .box-tit_type04_inner p {
    color: #002a1d;
    font-size: 16px;
}
.box-tit_type01_inner img, .box-tit_type02_inner img, .box-tit_type03_inner img, .box-tit_type04_inner img {
    display: block;
    margin: 0 auto 20px;
    max-width: 45px;
}
@media (min-width: 768px) {
    .box-tit_type01_inner, .box-tit_type02_inner, .box-tit_type03_inner, .box-tit_type04_inner {
        max-width: 450px;
        min-height: 420px;
        padding: 55px 48px 40px;
    }
    .box-tit_type01_inner h2, .box-tit_type02_inner h2, .box-tit_type03_inner h2, .box-tit_type04_inner h2, .box-tit_insta h2 {
        font-size: 30px;
    }
    .box-tit_type01_inner h2.subtit, .box-tit_type02_inner h2.subtit, .box-tit_type03_inner h2.subtit, .box-tit_type04_inner h2.subtit, .box-tit_insta h2.subtit {
        margin-bottom: 45px;
    }
    .box-tit_type01_inner p, .box-tit_type02_inner p, .box-tit_type03_inner p, .box-tit_type04_inner p, .box-tit_insta p {
        font-size: 17px;
    }
    .box-tit_type01_inner img, .box-tit_type02_inner img, .box-tit_type03_inner img, .box-tit_type04_inner img {
        margin: 0 auto 22px;
    }
}
@media (min-width: 1200px) {
    .box-tit_type01_inner, .box-tit_type02_inner, .box-tit_type03_inner, .box-tit_type04_inner {
        margin-top: 40px;
        background:rgba(254,254,254,1);
    }
    .area_kochoran .box-tit_type03_inner {
        margin-top: 40px;
    }
}

/**
 * ギャラリー
**/
.list_gallery_block, .list_gallery_block2 {
    margin: 400px 0 0;
    padding: 0 10px;
    background: #b3cfbe;
}
.list_gallery_block2 {
    background: url(../img/bg_pattern_sp.jpg);
}
ul.list_gallery {
	width: 100%;
    max-width: 1120px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 200px 0 80px 0;
    margin: 0 auto;
    list-style: none;
}
ul.list_gallery > li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}
ul.list_gallery > li:nth-of-type(2n) {
    margin-right: 0;
}
@media (min-width: 768px) {
    .list_gallery_block2 {
        background: url(../img/bg_pattern_pc.jpg);
    }
    ul.list_gallery > li {
        width: 30.8%;
        margin-right: 3.8%;
    }
    ul.list_gallery > li:nth-of-type(2n) {
        margin-right: 3.8%;
    }
    ul.list_gallery > li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (min-width: 961px) {
    ul.list_gallery > li {
        width: 22.3%;
        margin-right: 3.6%;
    }
    ul.list_gallery > li:nth-of-type(2n),
    ul.list_gallery > li:nth-of-type(3n) {
        margin-right: 3.6%;
    }
    ul.list_gallery > li:nth-of-type(4n) {
        margin-right: 0;
    }
}
ul.list_gallery > li img {
    display: block;
    border-radius: 10px;
    margin-bottom: 5px
}
ul.list_gallery > li p {
    font-size: 14px;
    color: #002a1d;
    margin: 0;
    line-height: 1.4;
}

/** 当院と観葉植物／癒し系の鉢カバーや雑貨 **/
@media (max-width: 1199px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery,
    .area_goods ul.list_gallery2 {
        margin-top: 410px;
    }      
}
@media (max-width: 1000px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 310px;
    }      
}
@media (max-width: 960px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 250px;
    }      
}
@media (max-width: 820px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 190px;
    }      
}
@media (max-width: 768px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 130px;
    }      
}
@media (max-width: 480px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 230px;
    }      
}
@media (min-width: 1200px) {
    .area_plant ul.list_gallery,
    .area_goods ul.list_gallery {
        margin-top: 115px
    }
}


/* フッター
-------------------------------------------------------------- */
.footer-area {
    background-color: #4f4832;
    padding: 0;
}
.footer-area .container {
    max-width: 100% !important;
}
.footer-area .footer-nav li {
    margin-bottom: 0;
    border-bottom: 1px solid #6b7d3b;
}
.footer-bottom {
}
@media (max-width: 960px) {
    .row.footer-nav {
        display: block;
    }
    .footer-area .footer-nav li a {
        display: block;
        line-height: 1.0;
        padding: 20px;
    }
}
@media (min-width: 961px) {
    .footer-area {
        padding: 80px 0 0;
    }
    .footer-area .footer-nav li {
        border-bottom: none;
    }
    .footer-bottom {
        border-top: 1px solid #766c4b;
        padding: 40px 0 0;
    }
    .footer-area .footer-nav {
        margin-bottom: 80px;
    }
}

/** 整骨治療院バナー **/
.bnr_seikotsuchiryoin img {
    display: block;
    max-width: 226px;
    margin: 0 auto 35px;
}
.bnr_instagram {
    margin-left: 20px;
}
.bnr_instagram img {
    display: block;
    width: auto;
    height: 82px;
}

/** コピーライト **/
.copyright {
	color: #fff;
	font-size: 14px;
	padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .copyright {
		padding-bottom: 110px;
	}
}
@media (min-width: 1025px) {
	.copyright {
		padding-bottom: 45px;
	}
}

/** スマホメニューボタン **/
ul.footer_sp-menu_bt {
	position: fixed;
	bottom: 0;
	background: url("../img/menu_bt_sp-bg.png");
	width: 100%;
	padding: 6px 2%;
    z-index: 15;
}

ul.footer_sp-menu_bt li {
	width: 49%;
	float: left;
	text-align: right;
	margin-right: 2%;
}
ul.footer_sp-menu_bt li:nth-child(2) {
	margin-right: 0;
	text-align: left;
}
ul.footer_sp-menu_bt li a {
	display: block;
	max-height: 46px;
}

ul.footer_sp-menu_bt li img{
	width: 100%;
	max-width: 188px;
	opacity: 0.8;
}
/*@media (min-width: 481px) {
	ul.footer_sp-menu_bt {
		display: none;
	}
} */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    ul.footer_sp-menu_bt li a {
	display: block;
	max-height: 90px;
    }

    ul.footer_sp-menu_bt li img{
	width: 100%;
	max-width: 480px;
    max-height: 85px;
	opacity: 0.8;
    }
}
@media screen and (min-width: 1025px) {
    ul.footer_sp-menu_bt {
        display: none;
    }
}


/* Option
-------------------------------------------------------------- */
/**
 * テキスト配置
**/
@media (min-width: 481px) {
	.text-center_pc {
		text-align: center;
	}
}

/** 
 * リスト
**/
/** ※印 **/
ul.chuki {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left:18px;
}
ul.chuki li:before {
	content: '※ ';
	margin-left:-18px;
}
ul.chuki li {
	margin-bottom: 15px;
	line-height: 1.5;
}
ul.chuki li:nth-last-of-type(1) {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	ul.chuki.large {
		font-size: 18px;	
	}
}

/** 点 **/
.single .contents ul,
ul.maru {
	list-style-type: disc;
	padding-left: 18px;
}
.single .contents ul li,
ul.maru li {
	line-height: 1.5;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.single .contents ul,
	ul.maru.indent {
		padding-left: 38px;
	}
}

/** 数字 **/
ol.suji {
	list-style-type: decimal;
	padding-left: 20px;
}
ol.suji li {
	line-height: 1.5;
	margin-bottom: 15px;
}

/** 丸数字 **/
ol.marusuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
}
ol.marusuji li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
}
ol.marusuji li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333;
  display: block;
  float: left;
  margin-top: 2px;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
ol.marusuji.red2 li:before {
  border: 1px solid #bf172e;
}

/** （）数字 **/
ol.kakkosuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
	padding-left: 0 !important;
}
ol.kakkosuji li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
ol.kakkosuji li:before {
  content: "("counter(my-counter)") ";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -25px;
  text-align: center;
}

/**
 * テーブルレスポンシブ横スクロール表示
**/
.x-scroll {
    overflow: auto;
}
.x-scroll table {
    width: 100%;
}
.x-scroll::-webkit-scrollbar {
    height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track {
    background: #F1F1F1; /* スクロールバーの背景色 */
}
.x-scroll::-webkit-scrollbar-thumb {
    background: #d6d6d6; /* スクロールバーの色 */
}
@media (max-width: 768px) {
    .x-scroll table {
        width: 768px !important;
    }
}

/**
 * 背景色
**/
.bg_gray {
	background: #f8f9f9;
}
.bg_orange {
    background: #f8deb0;
}
.bg_cream {
    background: #ffffef;
}
.bg_momoiro {
    background: #fdbdc5;
}

/**
 * vertical-alignクラス
 */
.v_middle { vertical-align: middle !important;}
.v_top { vertical-align: top !important;}
.v_bottom { vertical-align: bottom !important;}

/**
 * マージン関連の設定
**/
.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt100 { margin-top: 100px !important;}
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb25.sp { margin-bottom: 25px !important; }
@media (min-width: 768px) {
	.mb25.sp { margin-bottom: 0 !important; }
}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mtb20 { margin: 20px auto !important;}
.mall20 { margin: 20px !important;}
.mall10 { margin: 10px !important;}
.mall0 { margin: 0 !important;}
.m0auto { margin: 0 auto !important;}
.mt10auto {margin: 10px auto 0 !important;}
.mt20auto {margin: 20px auto 0 !important;}
.mtb30auto { margin: 30px auto !important;}
.mr020 { margin: 0 20px !important;}
.mr50 { margin: 0 50px 0 0 !important;}
.mrl20 { margin-right: 20px !important; margin-left: 20px !important;}
.mrl30 { margin-right: 30px !important; margin-left: 30px !important;}
.mlrb { margin: 0 20px 20px 10px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb60 { padding-bottom: 60px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb80 { padding-bottom: 80px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb100 { padding-bottom: 100px !important;}
.pl0 { padding-left: 0 !important;}
.pl10 { padding-left: 10px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pall0 { padding: 0 !important;}
.pall5 { padding: 5px !important;}
.pall10 { padding: 10px !important;}
.ptb5 { padding: 5px 0 !important;}
.ptb10 { padding: 10px 0 !important;}
.ptb70 { padding: 70px 0 !important;}
.pall10 { padding: 10px !important;}
.pall15 { padding: 15px !important;}
.pall20 { padding: 20px !important;}


@media (min-width: 768px) {
	.mb-md-40 {
		margin-bottom: 40px!important;
	}
}

/**
 * font関連の設定
**/
.font_normal {font-weight: normal !important;}
.font_bold {font-weight: bold !important;}
.font8 {font-size: 8px !important;}
.font9 {font-size: 9px !important;}
.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font19 {font-size: 19px !important;}
.font20 {font-size: 20px !important;}
.font21 {font-size: 21px !important;}
.font22 {font-size: 22px !important;}
.font23 {font-size: 23px !important;}
.font24 {font-size: 24px !important;}
.font25 {font-size: 25px !important;}
.font26 {font-size: 26px !important;}
.font27 {font-size: 27px !important;}
.font28 {font-size: 28px !important;}
.font29 {font-size: 29px !important;}
.font30 {font-size: 30px !important;}
.font31 {font-size: 31px !important;}
.font32 {font-size: 32px !important;}
.font33 {font-size: 33px !important;}
.font34 {font-size: 34px !important;}
.font35 {font-size: 35px !important;}
.font36 {font-size: 36px !important;}
.font37 {font-size: 37px !important;}
.font38 {font-size: 38px !important;}
.font39 {font-size: 39px !important;}
.font40 {font-size: 40px !important;}
.font41 {font-size: 41px !important;}
.font42 {font-size: 42px !important;}
.font43 {font-size: 43px !important;}
.font44 {font-size: 44px !important;}
.font45 {font-size: 45px !important;}
.font46 {font-size: 46px !important;}
.font47 {font-size: 47px !important;}
.font48 {font-size: 48px !important;}
.font49 {font-size: 49px !important;}
.font50 {font-size: 50px !important;}

.red {color: #ff0000 !important;}
.red2 {color: #bf172e !important;}
.orange {color: #F60 !important;}
.blue {color: #00F !important;}
.green {color: #14AC09 !important;}
.black {color: #000 !important;}
.brown {color: #917952 !important;}
.yellow {color: #fefd4c !important;}
.gray {color: #999 !important;}
strong { font-weight: bold; }

/**
 * 幅
 */
.width40,
.width-40,
.width-50,
.width-60,
.width-70,
.width-80,
.width-90,
.width-100 {
	width: 100% !important;
}
@media only screen and (min-width: 768px),print {
 	.width40 { width: 40% !important;}
	.width-40 {width: 40% !important;}
	.width-50 {width: 50% !important;}
	.width-60 {width: 60% !important;}
	.width-70 {width: 70% !important;}
	.width-80 {width: 80% !important;}
	.width-90 {width: 90% !important;}
	.width-100 {width: 100% !important;}
}
