@charset "UTF-8";
/*
Theme Name: parsley-na
Description: This is parsley-na theme.
Author: 
Version:1.0
*/


/*----------------------------------
--    common
----------------------------------*/

html {
  overflow: auto;
  height: 100%;
}

body {
    position: relative;
    background: url(lib/images/background.jpg);
    font-family: "游ゴシック" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto  , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #555555;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}

h1,h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

h2 ,.h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
    font-weight: bold;
}

p {
    line-height: 1.7;
    margin-bottom: 1em;
}

table {
    width: 100%;
}

th,td {
    border-top: solid 1px #eeeeee;
    padding: 20px 5px;
}

tr:last-child th,
tr:last-child td {
    border-bottom: solid 1px #eeeeee;
}

th {
    width: 31%;
    vertical-align: middle;
    color: #000000;
    text-align: center;
}

td {
    text-align: left;
}

dl {
    margin-bottom: 0px;
}

a {
    color: #333333;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    color: #ed769e;
    text-decoration: none;
}

a.more {
    display: inline-block;
    padding: 12px 40px;
    color: #7e6b5a;
    border: solid 1px #7e6b5a;
}

a.more:hover {
    color: #ffffff;
    background: #7e6b5a
}

a.more_btn {
    height: 24px;
    line-height: 24px;
    padding: 5px 15px;
    color: #ffffff;
    background: #aaccae;
}

a.more_btn span {
    display: inline-block;
    margin-right: 5px;
    -moz-transform: scale( 0.5 , 2 );
    -webkit-transform: scale( 0.5 , 2 );
    -o-transform: scale( 0.5 , 2 );
    -ms-transform: scale( 0.5 , 2 );
    transform: scale( 0.5 , 2 );
}

a.more_btn:hover {

}

img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

.textcenter {
    text-align: center;
}

.shadow {
    text-shadow :1px 2px 5px rgba(255, 255, 255, 0.5);
}

.container {
    width: 100%;
}

.header-inner,
.section-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.contentBox {
    margin-bottom: 30px;
}

.contentInner {
    padding-bottom: 30px;
    border-bottom: dotted 1px #cccccc;
}

.photo {
    width: 100%;
    padding: 5px;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 2px rgba(204, 204, 204, 0.5);
}

section.section_box {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width:767px) {

    .header-inner,
    .section-inner {
        width: 750px
    }

    div.text-area.section-inner {

    }

}

@media (min-width:991px) {

    .header-inner,
    .section-inner {
        width: 970px
    }

    div.text-area.section-inner {
        width: 750px;
    }

}

@media (min-width:1200px) {

    .header-inner,
    .section-inner {
        width: 1140px
    }

    div.text-area.section-inner {
        width: 750px;
    }
    
    section#shop .section-inner {
        width: 960px;
    }

}



/*----------------------------------
--    editor
----------------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright { float: right; }
.alignleft { float: left; }

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}



/*----------------------------------
--    mobile_nav
----------------------------------*/
#global-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
}

#global-nav p {
    margin-bottom: 0;
    border-bottom: dotted 1px #ccc;
}

#global-nav p a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 0;
}

#global-nav p a span {
    position: relative;
    display: block;
}
#global-nav p a small {
    font-size: 50%;
    margin-left: 0;
}


/* CSS sprite */
#global-nav p a span:before {
    content: "";
    position: absolute;
    top: -23px;
    left: -50px;
    background-image: url(lib/images/tyou_motion01.png);
    width: 40px;
    height: 40px;
    opacity: 0;
    margin: 0 auto;
}

#global-nav a.active {
    color: #ed769e;
}
#global-nav a.active span:before {
    opacity: 0.7;
}

#global-nav p a.active:hover span:before {
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}


 
/* header */
#top-head {
    margin: 0px auto 0;
}

#top-head {
    padding: 0px 0px;
    position: relative;
    width: 100%;
}


#top-head {
    width: 100%;
    padding: 0;
}
#top-head {
    margin-top: 0;
}

#mobile-head {
    width: 100%;
    position: relative;
}

#mobile-head .logo {
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
#top-head .logo span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    position: static;
}
#top-head #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 18px 0;
}




/*----------------------------------
--    mobile_nav
----------------------------------*/
#global-nav {
    position: absolute;
    top: -480px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 75px 15px 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
}

#global-nav ul {
    list-style: none;
    position: relative;
    right: 0;
    top: 55px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
 
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #555555;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/* header */
#top-head {
    margin: 0px auto 0;
}

#top-head {
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

#mobile-head {
    width: 100%;
    position: relative;
}

#mobile-head .logo {
    margin-bottom: 10px;
    padding: 0 15px;
}

#mobile-head .logo img {
    width: 150px;
    height: auto;
}

#top-head .logo span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    position: static;
}
#top-head #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
}
#nav-toggle {
    display: block;
}


/* #nav-toggle 切り替えアニメーション */

.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    top: 0 !important;
}






/*----------------------------------
--    footer
----------------------------------*/

footer {
    border-top: solid 12px #7e6b5a;
    margin-top: 130px;
}

footer div.hutabatyan {
    position: relative;
}

footer div.hutabatyan:before {
    content: " ";
    position: absolute;
    top: -85px;
    left: 0;
    width: 132px;
    height: 73px;
    background: url(lib/images/hutabatyan.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


div.footermenu-cover {
    padding: 30px;
    border-bottom: solid 2px #a79a8d;
}

div.footer-menuBox {
    padding: 0px;
}

div.footer-menuBox dl {
    margin-bottom: 20px;
}

div.footer-menuBox dt {
    margin-bottom: 5px;
	white-space: nowrap;
}

div.footer-menuBox dd {
    position: relative;
    margin-bottom: 3px;
    padding-left: 15px;
}

div.footer-menuBox dd:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 12px;
    left: 0;
    top: 4px;
    background: url(lib/images/menu-arrow.png);
}

section#footer-link {
    padding: 25px 15px;
}

section#footer-link h4 {
    font-weight: bold;
}

section#footer-link p {
    margin-bottom: 0px;
}

div.bannerBox {
    position: relative;
    min-height: 80px;
}

section#footer-link img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


section#copyright {
    padding: 8px 0;
    background: #7e6b5a;
    color: #ffffff;
}

section#copyright ul {
    margin: 0; 
}

section#copyright ul li {
    float: right;
    padding-top: 2px;
    margin-right: 7px;
}

section#copyright ul li a {
    color: #ffffff;
    font-size: 85%;
}

small {
    margin-left: 10px;
}



/*----------------------------------
--    pagetop
----------------------------------*/

div#pagetop {
    position: fixed;
    bottom: 37px;
    right: 20px;
}

div#pagetop a {
    display: block;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}

div#pagetop a img {
    padding: 20px;
}



/*----------------------------------
--    flont-page
----------------------------------*/


/*--  main-visual
-------------------------*/

section#main-visual.section_box {
    padding-top: 0px;
    padding-bottom: 30px;
}

/*--  flont-menu
-------------------------*/

a.flontmenu {}

a.flontmenu:hover {
    opacity: 0.7;
}

a.flontmenu p {
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

a.flontmenu img {
    width: 100%;
}

a.flontmenu:hover p {
    opacity: 0.7;
    color: #333333;
}




/*--  news
-------------------------*/

div.newsBox {
    margin-bottom: 20px;
}

div.newsInner {
    padding: 20px;
    background: #ffffff;
    border: solid 1px #e4bd60;
}

div.newsImg {
    min-height: 92px;
}

div.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 191px;
    height: 92px;
}

div.newsImg a {
}

#news ul {
    margin-top: 30px;
}

#news li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 120px;
}

#news li span {
    position: absolute;
    left: 0;
}


/*----------------------------------
--    page
----------------------------------*/

/*--  page-common
-------------------------*/

div.bg-white {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
}

h3.sectionTitle {
    font-size: 24px;
    font-weight: bold;
    color: #59493f;
    text-shadow: 1px 1px 5px rgba(11, 3, 6, 0.35);
}

div.row-bottom {
    margin-bottom: 0px;
}

h3.itemTitle {
    margin-bottom: 20px;
    font-weight: bold;
}

h4.productTitle {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc;
}

p.shop_p {
    margin-bottom: 0px;
}

div.shop_meta {
    position: relative;
}

p.insta {
    margin-top: 5px;
}

p.insta.headoffice {
    position: relative;
    text-align: left;
}

p.insta img {
    width: 35px;
    opacity: 0.7;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

p.insta a:hover img {
    opacity: 0.5;
}

@media (min-width:360px) {

    p.insta {
        margin-top: 0px;
        position: absolute;
        top: 0;
        right: 5px;
    }

    p.insta.headoffice {
        text-align: right;
    }

}

/*--  agriculture
-------------------------*/

p.agridlBtn {
    margin-top: 50px;
}

p.caution {
    color: #cf0000;
    text-align: center;
}


/*--  flower
-------------------------*/

h3.flowerTitle {
    margin: 10px 0;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: solid 1px #ccc;
    font-size: 140%;
    font-weight: bold;
}


/*--  product
-------------------------*/

section.product-content p.shop_p {
    text-align: center;
}

div.pageanchor {
    padding-top: 200px;
    margin-top: -200px;
}

div.buyLink {
    margin-bottom: 50px;
}

/*--  about
-------------------------*/

p.shopmore {
    margin-top: 30px;
    margin-bottom: 50px;
}

p.president {
    margin-top: 30px;
    text-align: center;
}

p.president img {
    width: inherit;
}


/*--  about
-------------------------*/

table.table_shop {
    margin-bottom: 30px;
}


/*--  recruit
-------------------------*/

div.recNav {
    margin: 0 -1%;
}

div.recNav ul {}

div.recNav ul li {
    margin: 0 1%;
    float: left;
    width: 31.333%;
    text-align: center;
}

div.recNav ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #8BC34A;
    font-weight: 600;
    border: solid 1px #8ac34c;
}

div.recNav ul li a:hover {
    background: #8BC34A;
    color: #fff;
    border: solid 1px #fff;
}

div.recruitBox {}

div.recruitBox h3 {
    padding: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

div.recruitBox p {line-height: 2.1em;}

div.recruitBox.flower h3 {background: #ff8f7e;}
div.recruitBox.agri h3 {background: #aaccae;}

div.recruitBox ul {
}

div.recruitBox ul li {
    padding: 10px 7px 7px;
    border-bottom: dashed 1px #ccc;
}


/*--  recruit-info
-------------------------*/

div.flow {
    margin-bottom: 30px;
}

div.flow div.flowBox {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px 0;
    display: block;
    text-align: center;
}

div.flow div.flowBox:before {
    content: "";
    height: 100%;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #999;
}

div.flow div.flowBox:nth-child(4):before {
    content: none;
}

div.flowBoxMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #999;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

div.flow div.flowBox div.flowBoxInner {
    position: relative;
    z-index: 1;
}

div.flow div span {
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

table#recruitTable {
    margin-bottom: 50px;
    border: solid 1px #eee;
}

table#recruitTable th,
table#recruitTable td {}

table#recruitTable th {
    vertical-align: top;
    font-weight: bold;
    color: #555;
    background: #f7f7f7;
}

table#recruitTable td {}

table#recruitTable td ol {
    list-style: decimal;
    margin-bottom: 0;
    margin-left: 20px;
}

table#recruitTable td ol li {
    margin-bottom: 1em;
}

table#recruitTable td ol li:last-child {
    margin-bottom: 0;
}

div#entryForm {
    margin-bottom: 30px;
    padding: 15px;
    background: #f7f7f7;
}

div#entryForm label,
div#entryForm input,
div#entryForm textarea,
div#entryForm select {
    width: 100%;
}

div#entryForm input[type="submit"] {
    width: 100px;
    padding: 7px 15px;
}

div.entryTel {
    padding: 0;
    padding-bottom: 15px;
    text-align: center;
    background: #f7f7f7;
    border: solid 1px #ccc;
}

div.entryTel h4 {
    margin: 0px;
    padding: 10px;
    font-size: 130%;
    color: #ffffff;
    background: #a3c65a;
}

div.entryTel a {
    display: inline-block;
    margin: 30px 0 10px;
    padding: 15px 40px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#c5e08c 0%, #a3c659 100%);
    background-image: linear-gradient(#c5e08c 0%, #a3c659 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

div.entryTel a small {
    display: block;
}


/*--  voice
-------------------------*/

div.voiceBox {
    padding-bottom: 15px;
}

div.voiceBox.voiceBox01 {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 35px;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}

div.voiceBox img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

div.voiceBox h4 {
    margin-top: 0;
    padding: .5em 1em;
    border-left: solid 3px #a3c65a;
    color: #58483f;
    background: #FAFAFA;
    line-height: 1.7em;
    margin-bottom: 1.7em;
}

div.voiceBox p {
    margin-bottom: 2.1em;
}

div.voiceBox p.question {
    position: relative;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 110%;
}

div.voiceBox p.question:before {
    content: "";
    display: inline-block;
    left: 0;
    bottom: .35em;
    width: 1.5em;
    margin-right: .5em;
    height: 2px;
    position: relative;
    background: #333;
    border-radius: 3px;
}


/*--  sitemap
-------------------------*/

section#sitemap {

}

section#sitemap dl {
    margin-bottom: 25px;
}

section#sitemap dt,
section#sitemap dd {
    padding: 5px 0px;
}

section#sitemap dt {
    border-bottom: dotted 1px #7e6b5a;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 18px;
}

section#sitemap dd {
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
}

section#sitemap dt:before,
section#sitemap dd:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 12px;
    left: 0;
    top: 8px;
    background: url(lib/images/menu-arrow.png);
}

section#sitemap dt:before {
    background: url(lib/images/menu-arrow02.png);
    width: 15px;
    height: 15px;
    top: 6px;
}



/*----------------------------------
--    archive
----------------------------------*/

div.newsBox {
    margin-bottom: 30px;
}

div.thumbnailBox {

}

div.thumbnailBox img {
    
}

div.newsBox h4 {
    padding-bottom: 5px;
    border-bottom: dotted 1px #7e6b5a;
}

div.newsBox p {
    
}

div.newsBox p.dite {
    
}

/*Pagenation*/

.pagenation {
    text-align: center;
}

.pagenation ul {
    display: inline-block;
}

.pagenation li {
    margin-left: 3px;
    float: left;
    list-style: none;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    padding: 5px 10px;
    background-color: #9c9187;
    border-radius: 3px;
    color: #FFFFFF;
}

.pagenation li a {
    display: block;
    padding: 5px 10px;
    background: #7e6b5a;
    border-radius: 3px;
    color: #FFFFFF;
}

.pagenation li a:hover {
    background-color: #9c9187;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}



/*----------------------------------
--    single
----------------------------------*/

h2.postTitle {
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: dotted 2px #7e6b5a;
}

div#date {
    margin-bottom: 20px;
    text-align: center;
}

#next  {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next a {
    font-size: 12px;
    padding: 8px 15px;
    margin: 0 15px;
    color: #ffffff;
    background: #7e6b5a;

    padding: 8px 20px;
    margin: 0 15px;
    color: #ffffff;
    background: #7e6b5a;
}



/* ----------------------------------------
* レスポンシブ
* ~ 480px 〜 767px -sh
---------------------------------------- */

@media (min-width:480px) {


    /*----------------------------------
    --    common
    ----------------------------------*/

    h2 ,.h2 {
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    th, td {
        padding: 20px 15px;
    }

    th {
        width: 27%;
    }

    section.section_box {
    }


    section#footer-link p {
        width: 350px;
    }

    a.more_btn {
    }

    section#footer-link a.more_btn img {
        top: 22px;
        right: 15px;
    }


    /*----------------------------------
    --    header
    ----------------------------------*/

    #top-head .logo span {
        vertical-align: bottom;
        display: inline-block;
        margin-left: 10px;
        margin-top: 0px;
    }


    /*----------------------------------
    --    flont-page
    ----------------------------------*/


    /*--  flont-menu
    -------------------------*/

    section#flont-menu ul li {
        width: 31%;
    }

    section#flont-menu ul li a {
        padding: 16px 0;        
    }


    /*--  concept
    -------------------------*/

    img.contact_img {
        width: auto;
    }

    div.concept_text {
        font-size: 18px;
        text-align: center;
    }



    /*----------------------------------
    --    page
    ----------------------------------*/
    

    /*--  page-common
    -------------------------*/

    h3.sectionTitle {
        font-size: 28px;
    }


    /*--  form
    --------------*/
    
    form#contactForm input,
    form#contactForm button,
    form#contactForm select,
    form#contactForm textarea {
        width: inherit;
    }



    /*----------------------------------
    --    single
    ----------------------------------*/

    div.singleContent {
        width: 70%;
        margin: 0 auto;
    }
        
    #next a {
        font-size: 100%;
        padding: 8px 20px;
    }



    /*----------------------------------
    --    archive
    ----------------------------------*/

    .pagenation li.active,
    .pagenation li a {
        padding: 10px 20px;
    }
    
    
}





/* ----------------------------------------
* レスポンシブ
* ~ 768px 〜 991px -tablet
---------------------------------------- */

@media (min-width:768px) {

    .inner {
        width: 980px;
        margin: 0 auto;
    }
    .inner:after {
        content: "";
        clear: both;
        display: block;
    }
     
    /* header */
    #top-head {
        top: 0px;
        position: relative;
        margin: 20px auto 0;
        padding: 0px 0 0;
        line-height: 1;
        z-index: 999;
    }
    #top-head a,
    #top-head {
        text-decoration: none;
    }
    #top-head .inner {
        position: relative;
    }
    #top-head .logo {
        font-size: 36px;
        margin: 0;
    }
    #top-head .logo span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
    }
    #global-nav {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        background: none;
        padding: 15px;
        z-index: 100;
    }

    #global-nav p {
        border-bottom: none;
    }
      
    /* Toggle Button */
    #nav-toggle {
        display: none;
    }

    #top-head .logo span {
        vertical-align: bottom;
        display: inline-block;
        margin-left: 10px;
        margin-top: 0px;
    }

    #global-nav p a span:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -50px;
        background-image: url(lib/images/tyou_motion02.png);
        width: 40px;
        height: 40px;
        opacity: 0;
        margin: 0 auto;
    }

    #global-nav p a:hover span:before {
        opacity: 0.7;
        -moz-animation: cross_one .5s ease 0s alternate;
        -webkit-animation: cross_one .5s ease 0s alternate;
        -o-animation: cross_one .5s ease 0s alternate;
        -ms-animation: cross_one .5s ease 0s alternate;
        animation: cross_one .5s 0s ease alternate;
        zoom: 1;
    }

    #global-nav p a:hover span:after {
        opacity: 0;
        -moz-animation: cross_two .5s ease 0s alternate;
        -webkit-animation: cross_two .5s ease 0s alternate;
        -o-animation: cross_two .5s ease 0s alternate;
        -ms-animation: cross_two .5s ease 0s alternate;
        animation: cross_two .5s ease 0s alternate;
        zoom: 1;
    }

    @-moz-keyframes cross_one {
        0% {top: -33px;left: -60px;opacity: 0.14;}
        25% {top: -30px;left: -57px;opacity: 0;}
        50% {top: -27px;left: -55px;opacity: 0.42;}
        75% {top: -24px;left: -52px;opacity: 0;}
        100% {top: -23px;left: -50px;opacity: 0.7;}
    }

    @-moz-keyframes cross_two {
        0% {top: -33px;left: -60px;opacity: 0;}
        25% {top: -30px;left: -57px;opacity: 0.28;}
        50% {top: -27px;left: -55px;opacity: 0;}
        75% {top: -24px;left: -52px;opacity: 0.56;}
        100% {top: -23px;left: -50px;opacity: 0;}
    }

    @-webkit-keyframes cross_one {
        0% {top: -33px;left: -60px;opacity: 0.14;}
        25% {top: -30px;left: -57px;opacity: 0;}
        50% {top: -27px;left: -55px;opacity: 0.42;}
        75% {top: -24px;left: -52px;opacity: 0;}
        100% {top: -23px;left: -50px;opacity: 0.7;}
    }

    @-webkit-keyframes cross_two {
        0% {top: -33px;left: -60px;opacity: 0;}
        25% {top: -30px;left: -57px;opacity: 0.28;}
        50% {top: -27px;left: -55px;opacity: 0;}
        75% {top: -24px;left: -52px;opacity: 0.56;}
        100% {top: -23px;left: -50px;opacity: 0;}
    }

    @-o-keyframes cross_one {
        0% {top: -33px;left: -60px;opacity: 0.14;}
        25% {top: -30px;left: -57px;opacity: 0;}
        50% {top: -27px;left: -55px;opacity: 0.42;}
        75% {top: -24px;left: -52px;opacity: 0;}
        100% {top: -23px;left: -50px;opacity: 0.7;}
    }

    @-o-keyframes cross_two {
        0% {top: -33px;left: -60px;opacity: 0;}
        25% {top: -30px;left: -57px;opacity: 0.28;}
        50% {top: -27px;left: -55px;opacity: 0;}
        75% {top: -24px;left: -52px;opacity: 0.56;}
        100% {top: -23px;left: -50px;opacity: 0;}
    }

    @-ms-keyframes cross_one {
        0% {top: -33px;left: -60px;opacity: 0.14;}
        25% {top: -30px;left: -57px;opacity: 0;}
        50% {top: -27px;left: -55px;opacity: 0.42;}
        75% {top: -24px;left: -52px;opacity: 0;}
        100% {top: -23px;left: -50px;opacity: 0.7;}
    }

    @-ms-keyframes cross_two {
        0% {top: -33px;left: -60px;opacity: 0;}
        25% {top: -30px;left: -57px;opacity: 0.28;}
        50% {top: -27px;left: -55px;opacity: 0;}
        75% {top: -24px;left: -52px;opacity: 0.56;}
        100% {top: -23px;left: -50px;opacity: 0;}
    }

    @keyframes cross_one {
        0% {top: -33px;left: -60px;opacity: 0.14;}
        25% {top: -30px;left: -57px;opacity: 0;}
        50% {top: -27px;left: -55px;opacity: 0.42;}
        75% {top: -24px;left: -52px;opacity: 0;}
        100% {top: -23px;left: -50px;opacity: 0.7;}
    }

    @keyframes cross_two {
        0% {top: -33px;left: -60px;opacity: 0;}
        25% {top: -30px;left: -57px;opacity: 0.28;}
        50% {top: -27px;left: -55px;opacity: 0;}
        75% {top: -24px;left: -52px;opacity: 0.56;}
        100% {top: -23px;left: -50px;opacity: 0;}
    }
    


    /*----------------------------------
    --    flont-page
    ----------------------------------*/

    div#main-visual {
 
    }

    section#flont-menu ul li {
        width: 18%;
    }


    /*--  concept
    -------------------------*/

    div.concept_text {
        width: 600px;
        font-size: 18px;
        margin: 0 auto;
    }



    /*----------------------------------
    --    page
    ----------------------------------*/
    
    /*--  page-common
    -------------------------*/

    div.bg-white {
        padding: 35px;
    }

    h3.sectionTitle {
        margin-top: 0px;
    }
    
    div.pageMain_L,
    div.pageMain_R {
        min-height: 600px;
        height: 600px;
    }
    
    div.pageMain_R {
        position: relative;
        display: table;
    }
    
    div.pageMain_Rtext {
        display: table-cell;
        vertical-align: middle;
        margin-right: 15px;
        padding: 0px 20px;
        color: #ffffff;
    }
    
    div.pageMain_Ctext .col01 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    div.pageMain_Ctext .col02 {
        padding-left: 5px;
        padding-right: 0px;
    }

    div.pageMain_Ctext {
        margin-top: 50px;
        color: #ffffff;
    }
    
    div.pageMain_Ctext h2 {
        margin-top: 0px;
        width: 1em;
        float: right;
        font-size: 72px;
        font-weight: normal;
        line-height: 1.1em;
    }
    
    div.pageMain_Ctext p {
        margin-top: 5px;
        float: right;
        font-size: 18px;
    }
    
    div.pageMain_Ctext p span {
        width: 1em;
        float: right;
        display: block;
        line-height: 1.1em;
    }
    
    span.kutouten {
        float: none;
        left: 0.7em;
        margin: 0;
        position: relative;
        top: -0.5em;
    }

    div.newShop_cover {
        overflow: hidden;
        max-height: 250px;
    }

    div.newShop_box02 {
        padding-top: 50px;
    }

    /*--  recruit-info
    -------------------------*/
    
    div.flow {
        margin-bottom: 30px;
    }
    
    div.flow div.flowBox {
        position: relative;
        width: 21%;
        margin: 2%;
        height: 10em;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    div.flow div.flowBox:before {
        content: "";
        height: 1px;
        width: 100%;
        left: 100%;
        position: absolute;
        background: #999;
    }
    
    div.flow div.flowBox:nth-child(4):before {
        content: none;
    }

    div#entryForm {
        padding: 40px;
    }
    
}




/* ----------------------------------------
* レスポンシブ
* ~ 991px 〜 -desktop
---------------------------------------- */

@media (min-width:991px) {


    /*----------------------------------
    --    common
    ----------------------------------*/

    .contentBox {
        margin-bottom: 0px;
    }

    .contentInner {
        padding-bottom: 0px;
        border-bottom: none;
    }



    /*----------------------------------
    --    header
    ----------------------------------*/

    



    /*----------------------------------
    --    flont-page
    ----------------------------------*/

    body#home div#main-visual {

    }

    div.newsBox {
        margin-bottom: 30px;
    }

    #news ul {
        margin-top: 0px;
    }



    /*----------------------------------
    --    page
    ----------------------------------*/

    
    /*--  page-common
    -------------------------*/
    
    div.row-bottom {
        margin-bottom: 40px;
    }

    div.row-line {
        padding-bottom: 40px;
        border-bottom: dotted 1px #999999;
    }

    div.onlyText {
        width: 70%;
        margin: 0 auto;
    }

  
    /*--  product-page
    -------------------------*/

    h3.itemTitle {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-weight: bold;
    }

    div.buyLink {
        margin-top: 15px;
        margin-bottom: 0px;
    }


    /*--  about
    -------------------------*/

    p.shopmore {
        margin-bottom: 0px;
    }


    /*--  shop
    -------------------------*/

    table.table_shop {
        margin-bottom: 0px;
    }


    
}


/* ----------------------------------------
* レスポンシブ
* ~ 1200px 〜 -desktop
---------------------------------------- */

@media (min-width:1200px) {


    /*--  page-common
    -------------------------*/
    
    div.pageMain_Ctext .col01 {
        padding-left: 30px;
        padding-right: 0px;
    }
    
    div.pageMain_Ctext .col02 {
        padding-left: 10px;
        padding-right: 20px;
    }
    
}

.footer_bt_wrap{
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;}
a.footer_bt{
	cursor: pointer;
	transition: .2s;
	display: block;
	text-align: center;
	padding: 10px 10px;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 3px;
	box-sizing: border-box;
	width: 80%;
	max-width: 240px;
	margin: 0 auto 8px;}
a.bt_contact{
	border: 2px solid #816b57;
	background: url(https://parsley-na.com/wp-content/uploads/2020/11/bt_arrow.png)no-repeat left 12px center,#816b57;
	background-size: auto,auto;
	color: #fff;}
a.bt_contact:hover{
	background: url(https://parsley-na.com/wp-content/uploads/2020/11/bt_arrow_brown.png)no-repeat left 12px center,#fff;
	background-size: auto,auto;
	color: #816b57;}
a.bt_privacy{
	border: 2px solid #e1ba4c;
	background: url(https://parsley-na.com/wp-content/uploads/2020/11/bt_arrow.png)no-repeat left 12px center,#e1ba4c;
	background-size: auto,auto;
	color: #fff;}
a.bt_privacy:hover{
	background: url(https://parsley-na.com/wp-content/uploads/2020/11/bt_arrow_brown-1.png)no-repeat left 12px center,#fff;
	background-size: auto,auto;
	color: #e1ba4c;}
::placeholder {
	font-weight: normal;
	color: #8a8a8a;}
::-ms-input-placeholder {
	font-weight: normal;
	color: #8a8a8a;}
:-ms-input-placeholder {
	font-weight: normal;
	color: #8a8a8a;}
.grecaptcha-badge { visibility: hidden; }
ol.text_ol li{
	list-style-type: decimal;
	margin: 8px 0 8px 24px;
	padding: 0 0 0 4px;}
ul.text_normal li{
	list-style-type: none;
	margin: 8px 0 8px 12px;}