@charset "UTF-8";

/* layout_tableをクリア */
.FS2_body_Goods_okamura-test .layout_table,.FS2_body_Goods_minatoku-orchidpot .layout_table,.FS2_body_Goods_chuoku-orchidpot .layout_table,.FS2_body_Goods_chiyodaku-orchidpot .layout_table {
    width:inherit;
    margin: 0 auto;
    
}

/* common.cssをクリア */
.FS2_body_Goods_okamura-test dl dt,.FS2_body_Goods_minatoku-orchidpot dl dt,.FS2_body_Goods_chuoku-orchidpot dl dt,.FS2_body_Goods_chiyodaku-orchidpot dl dt {
    white-space: normal;
    width: inherit;
    margin-right: 0;
    float: none;
    clear: both;
}

/* パンくずの余白を調整 */
.FS2_body_Goods_okamura-test .layout_table,.FS2_body_Goods_minatoku-orchidpot .layout_table,.FS2_body_Goods_chuoku-orchidpot .layout_table,.FS2_body_Goods_chiyodaku-orchidpot .layout_table{
margin: 0 auto;
}


/* 見出し・テキスト */
.region-orchidpot h1,
.region-orchidpot h2,
.region-orchidpot h3,
.region-orchidpot h4 {
    font-family:"Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: normal;
}
.region-orchidpot h1 {
    font-size: 36px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    margin: 50px 0;
}
.region-orchidpot h2 {
    font-size: 24px;
    color:#776530;
    margin-bottom: 40px;
    border-left: 4px solid #776530;
    padding: 4px 0 0 10px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
.region-orchidpot h3 {
    font-size: 20px;
    color: #776530;
    border-bottom: 1px solid #afa68b;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 20px;
}
.region-orchidpot h4 {
    font-size:18px;
    color: #45443C;
    padding: 20px 0 10px 0;
}
.layout-centering > h2,
.layout-wide > h2 {
    margin-top: 20px;
}

.region-orchidpot section {
    margin: auto;
}


.notice-text {
    font-size:12px;
}
.region-orchidpot .br::before {
    content: "\A" ;
    white-space: pre ;
}

.headline-center{
    font-size: 20px !important;
    border-left: none !important;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 10px !important;
}


/* レイアウト */
.region-orchidpot p {
    font-size: 15px;
    line-height: 1.8;
}
.region-orchidpot .layout-centering {
     width:1000px;
     margin:0 auto;
     padding:40px 0;
     overflow: hidden;
}
.region-orchidpot .layout-wide {
     margin:0 auto;
     padding:40px 0;
     overflow: hidden;
}
.region-orchidpot .text-center {
    text-align:center;
}
.region-orchidpot .flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* ボタン、リンク */

div.category-link-primary-btn {
    background-color:#ae986e;
    width: 400px;
    text-align: center;
    margin: 40px auto;
    position: relative;
}
div.category-link-primary-btn a {
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    color: #fff;
    font-size: 20px; 
    padding: 20px; 
    display: block;
}
div.category-link-primary-btn a:hover {
    background-color: #7d6e51;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition : 0.8s;　/*ふわっとさせる指定*/
}
div.category-link-primary-btn a::after {
    transform: rotate(135deg);
}
div.category-link-primary-btn a::after {
    content: "";
    width: calc(0.8em / 1.3);
    height: calc(0.8em / 1.3);
    display: block;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    top: calc(0.4em / 2 - 0.5px + 50% - 1em / 2);
    right: calc(0.2907801418em / 2 - 0.5px + 1.3em);
    position: absolute;
    transition-duration: 0.3s;
}


/* ふわっと表示させるjqueryのための記述 */
.fadeIn {
opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}



/* 矢印装飾など */
.region-orchidpot .arrow_r {
  position: relative;
  display: block;
}
.region-orchidpot .arrow_r:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #442e0b;
    border-right: solid 1px #442e0b;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.region-orchidpot .arrow_u {
    position: relative;
    color: #333;
    text-decoration: none;
}
.region-orchidpot .arrow_u:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 53%;
    left: 45%;
    margin-top: 35px;
    transform: rotate(45deg);
}
.region-orchidpot .arrow_small_u:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #442e0b;
    border-right: solid 1px #442e0b;
    transform: rotate(135deg);
}

/* メインビジュアルエリア */
.main-visual {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/feature/region-orchidpot/orchid-header.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}
.main-visual-title {
    display: inline-block;
    position: relative;
    color:#6b644e;
}
.main-visual-title span {
    font-size:20px;
}


/* セカンダリビジュアルエリア */
#secondary-visual {
    background-color:#efeeeb;
}
.secondary-visual-box {
     float:left;
     margin-bottom: 80px;
}
.secondary-visual-text-box {
    width: 420px;
    float: left;
    text-align: left;
}
.secondary-visual-right-text {
    position: relative;
    top: 70px;
    border-bottom: 1px solid #d7d3c7;
    padding-left: 20px;
    padding-bottom: 50px;
    left: 0px;
}
.secondary-visual-left-text {
    position: relative;
    top: 50px;
    border-bottom: 1px solid #d7d3c7;
    padding-right: 60px;
    padding-bottom: 100px;
    left: 60px;
}

.secondary-visual-right-text p,
.secondary-visual-left-text p {
    margin-bottom:1.1em;
}


/* 共通 */

.inner{
    width: 1000px;
    margin: auto;
    padding: 30px;
    overflow: hidden;
}




/* リードテキストエリア */

.lead-text_area{
    background-color: #EDECE8;
}
    

.lead-text{
 
    padding: 50px 0;
    overflow: hidden;
}


 /* お届け実績 */


.delivery-achievement_content{
    display: flex;
    justify-content: center;
}

.delivery-achievement_content dl dd {
    float: none;
}

.delivery-achievement_content dl{
    margin: auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 2.5;
}

.delivery-achievement_content dt{
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.delivery-achievement_content dt {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

.delivery-achievement_content dt:before, .delivery-achievement_content dt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.delivery-achievement_content dt:before {
  left:0;
}

.delivery-achievement_content dt:after {
  right: 0;
}


.delivery-achievement_content span{
    color: #FF1A1A;
    font-size: 56px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
    border-bottom: 5px double;
    padding:0 10px;
    
}

.delivery-achievement_content img{
    width: 40%;
    padding: 30px;

}

/* お届けが多い胡蝶蘭 */

.delivery-item-area{
    background-color: #F7F5F4;
}


/* 商品紹介 */
.section-products{
    margin: 0 auto;
    border-top:none;
}

#section-products-flowerpot{
    background-color: #fef8f7;
    padding: 80px 0 80px 0;
}

#section-products-arrangement{
    padding: 80px 0 80px 0;
}

#section-products-bouquet{
    background-color: #fef8f7;
    padding: 80px 0 80px 0;
}

#section-products-preserved{
    padding: 80px 0 80px 0;
}

#section-products-orchid{
    background-color: #fef8f7;
    padding: 80px 0 80px 0;
}

.section-products-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.section-products-EN{
    font-size: 30px;
    color: #deb4ad;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.1em;
    line-height: 40px;
}


.section-products-img {
    opacity: 0; /* 最初�?�非表示 */
    transform: translateY(40px); /* 下に30pxの位置から */
    transition: opacity .8s, transform .8s; /* 透過�?と縦方向�?�移動を0.8�? */
  }
  /* フェードイン(スクロールした�?) */
.section-products-img.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0); /* 30px上に移動す�? */
    transition-delay: .1s; /* フェード開始を0.5秒遅らせ�? */
  }

.section-products-text{
    width:  40%;
}

.section-products-text p{
    line-height: 32px;
    font-family:sans-serif;
    font-size: 14px;
    text-align: justify;
}

.section-products-img p{
    line-height: 32px;
    font-family:sans-serif;
    font-size: 14px;   
    text-align: justify;
}

.section-products h3{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 80px 0 40px 0;
    font-size: 14px;
    font-family: 'Cormorant Garamond', serif;
}

.section-products h3::before,
.section-products h3::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #3f3a39;
}

.section-products h3::before{
    margin-right: 30px;
}

.section-products h3::after{
    margin-left: 30px;
}

.delivery-item-area .item-title{
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
}

.delivery-item-area .item-wrapper{
    width:  900px;
    margin: 0 auto;
}

.delivery-item-area .item-wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
    list-style: none;
}

.delivery-item-area .item{
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 30px;
    vertical-align: top;
    line-height: 1.4;
    box-sizing: border-box;
    font-family:sans-serif;
}

.delivery-item-area .item img{
    width: 100%;
    margin-bottom: 10px;
}

.delivery-item-area .FS2_itemPrice_text{
    line-height: 30px;
}

.delivery-item-area .itemNumber{
    border: 2px solid #776530;
    color: #776530;
    padding: 4px 4px;
    font-size: 13px;
}

.delivery-item-area .itemGroup{
    padding: 10px 0 2px 0;
}

.delivery-item-area .item a {
    font-size: 16px;
    text-decoration:underline;
    line-height: 20px;
}

.delivery-item-area .item a:hover {
    opacity:0.5;
}

.delivery-item-area .itemPrice{
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: lighter;
}

#FS2_GoodsSearchList .itemPrice, .FS2_body_CouponGoodsList .itemPrice, body[class^="FS2_body_Goods_GoodsGroupList_"] .itemPrice {
    font-size: 18px;
}

.region-orchidpot-text{
    font-size: 13px;
}

.category-btn a{
    margin: 0 auto !important;
    text-align: center;
    background:  #ce7683;
    color: #fff;
    text-decoration: none;
    width: 420px;
    padding: 24px 0;
    letter-spacing: 0.1em;
    font-size:17px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

.category-btn a:hover{
    opacity:0.5;
}

.section-products .arrow-r:after{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right:  20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); 

}

/* ランキング*/

.google-fonts {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    display: block;
    text-align: center;
    color: #776530;
    margin-bottom: 10px;
}

.region-orchidpot_ranking h2{
    text-align: center;
    border-left: none;
    font-size: 17px;

}

.region-orchidpot_ranking h3{
    font-family: none;
    border-left: none;
    color: #282727;
    font-size: 1.0em;
    border-bottom: none;
    margin: 0;
}


/* 青山花茂が選ばれる理由 */

.reason-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 100px;
}

.reason-item-number{
    display: block;
    font-size: 45px;
}


.reason-text {
    width: 48%;
}
.reason-item-title {
    font-weight: bold;
    color: #afa68b;
    font-size: 20px !important;
    letter-spacing: 0.1em;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
.reason-image {
    width:48%;
}


.reason-area{
    background-color: #EDECE8;
}



/* 胡蝶蘭が選ばれる理由 */


.orchidpot-knowledge {
    margin-left: 0;
    list-style: none;
    display: table;
}

.image_orchid-knowledge {
    margin-bottom: 20px;
    margin-right:20px;
    width: 380px;
    float: left;
}
.orchidpot-knowledge_content p {
    margin: 10px 0 50px;
}

.orchidpot-knowledge_content h4 {
    padding:0;
}

.orchidpot-manner_text p {
    margin: 10px 0 50px !important;
}

.orchidpot-manner_text h4 {
    padding:0;
}






/* 胡蝶蘭以外のギフトを贈る */

.others-gifts_area{
    background-color: #EDECE8ff;
}

.others-gifts_area h2{
    border-left: none;
    text-align: center;
}

.others-gifts_boxs{
    width: 1000px;
    margin: auto;
    padding: 30px;
}

.others-gifts_boxs ul{
    display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.others-gifts_boxs li{
    border: 1px solid #776530;
    background: #fff 0% 0% no-repeat padding-box;
    text-align: center;
    line-height: 4;
    font-size: 120%;
    width: 22.87%;
    list-style: none;
    margin: 10px;
}

.others-gifts_boxs li:hover {
    background-color: #776530;
    color: #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition : 0.8s;　/*ふわっとさせる指定*/
}

.others-gifts_boxs a{
    display: block;
    color: #776530;
    font-size: 14px;
    font-family: "Agmena Pro", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}


.others-gifts_boxs a:hover{
    color: #fff;
}

.others-gifts_boxs .arrow_r {
    position: relative;
    display: block;
}

.others-gifts_boxs .arrow_r:after{
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 1px #442e0b;
        border-right: solid 1px #442e0b;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        transform: rotate(45deg);
    }



/* 問い合わせ */

.call_area{
    text-align: center;
}

.call_area h2{
    border-left: none;
    text-align: center;
    margin: 0;
}

.orchidpot-inquiry_list {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.orchidpot-inquiry_btn {
    width: 350px;
    margin: 20px;

        
}

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

/* 共通 */
.inner{
    width: 100%;
    padding: 40px 20px;
}

.region-orchidpot h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 60px 0;
}

.region-orchidpot h2 {
    font-size: 20px;
}

.heading-23ku {
margin-bottom: 20px !important;
 
}


.region-orchidpot p {
    font-size: 14px;
}

div.category-link-primary-btn {
    width: 100%;
}

.FS2_body_Goods_region-orchidpot dl dt {
    white-space: nowrap;
     width: 100%; 
    padding: 1px 0;
}

/* レイアウト */
.region-orchidpot .layout-centering {
     width:100%;
  }
  
.region-orchidpot .flex {
    display: block;
}

/* メインビジュアルエリア */
.main-visual {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/feature/region-orchidpot/orchid-header_sp.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}
.main-visual-title {
    display: inline-block;
    position: relative;
    color:#6b644e;
}
.main-visual-title span {
    font-size:20px;
}

.main-visual .inner{
    padding: 15px;
}

/* リードテキスト */

.lead-text {
    padding: 30px 15px;
}

 /* お届け実績 */

.delivery-achievement_content {
    display: block;
    justify-content: center;
}

.delivery-achievement_content span{
    font-size: 40px;
    
}


.delivery-achievement_content dl {
    font-size: 18px;
    line-height: 2.2;
}

.delivery-achievement_content dt {
  padding: 0 30px;
}
    
.delivery-achievement_content dt:before, .delivery-achievement_content dt:after {
    width: 15px;
}
    

.delivery-achievement_content img {
    width: 100%;
}

/* 商品紹介 */

.delivery-item-area .item-wrapper ul {
   display: block;
}

.delivery-item-area .section-products-wrapper {
    display: block;
    width: 100%;
}
.delivery-item-area .item-title {
    width: 100%;
}

.delivery-item-area .item-wrapper {
    width:  90%;
}

.delivery-item-area .item{
    width: 100%;
}

/* ランキング */
.region-orchidpot_ranking{
margin: 30px 0;
}

.region-orchidpot_ranking h3 {
    display: inherit;
}

.region-orchidpot_ranking h2 {
    font-size: 14px;
}


/* 青山花茂が選ばれる理由 */

.reason-container {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}

.reason-item-number{
    display: block;
    font-size: 39px;
}

.reason-text {
    width: 100%;
}

.reason-image {
    width:480px;
    margin-top: 10px;
}


/* 胡蝶蘭が選ばれる理由 */

.image_orchid-knowledge {
    margin-bottom: 40px;
    margin-right:0;
}

.orchidpot-knowledge_content p {
    margin: 10px 0 30px;
}

.orchidpot-manner_text p {
    margin: 10px 0 30px;
}

.orchid-manner{
    padding-top: 0;
}

/* 胡蝶蘭以外のギフトを贈る */

.others-gifts_boxs ul {
    display: block; 
}

.others-gifts_boxs {
    width: 100%;
}

.others-gifts_boxs li {
    width: 90%;
}

/* 問い合わせ */


.orchidpot-inquiry{
text-align: center;

}

.orchidpot-inquiry h2{
border-left: none;
margin: 20px;
}

.orchidpot-inquiry_list {
    display: block;
    margin: 15px;
}

.orchidpot-inquiry_btn {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  
}



}


