@charset "utf-8";

/*使用する文字コード*/


/* フォント読み込み */

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);

/* =============== NEW_SP ==================== */


/* 共通設定 */


/* Android 4系一部の機種(デフォルトブラウザ)でブロック要素の幅が100％に広がらないバグの対応 */

div,
p {
    background-color: rgba(255, 255, 255, 0.01);
}

img {
    vertical-align: bottom;
}

body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-size: 15px;
    color: #72877b;
    -webkit-text-size-adjust: 100%;
}

#contents {
    padding-top: 60px;
}

#contents .entryBody,
#contents .entryMore,
#contents .inner,
.entryBody {
    padding: 10px;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
}

#contents .entryBody .imageBox {
    text-align: center;
}

#contents .entryBody img,
#contents .inner img,
#contents .entryMore img,
.entryBody img {
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

.pc_only {
    display: none;
}

.sp_only {
    display: block;
}


/* =============== ウィジウィグで入れた画像のセンタリング ==================== */

.image-none {
    display: block;
    margin: 0 auto 10px;
}

.image-left {
    display: block;
    margin: 0 auto 10px;
}

.image-right {
    display: block;
    margin: 0 auto 10px;
}

.image-center {
    display: block;
    margin: 0 auto 10px;
}

a,
a:visited,
a:hover {
    color: #009944;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

#contents .entryBody a,
#contents .entryMore a,
#contents .inner a {
    text-decoration: underline;
}

#contents .entryBody .btn a,
#contents .entryMore .btn a,
#contents .inner .btn a {
    text-decoration: none;
}

.btn a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sp_btn img {
    max-height: 100px;
}

#contents .entryBody .title1,
#contents .entryMore .title1,
#contents .inner .title1,
#contents .entryBody .title2,
#contents .entryMore .title2,
#contents .inner .title2,
#contents .entryBody .title3,
#contents .entryMore .title3,
#contents .inner .title3 {
    margin: 0 0 10px;
}

.title3,
.title4,
p,
table {
    margin: 10px 0;
}

.title1 {
    font-size: 18px;
    padding: 15px 10px;
    margin: 20px 0 10px;
}

.title2 {
    font-size: 18px;
    padding: 10px;
    margin: 20px 0 10px;
}

.title3 {
    font-size: 16px;
    padding: 5px 10px;
    margin: 15px 0 10px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contents .entryBody ul,
#contents .entryBody ol {
    margin: 0;
    /*padding-left: 1.5em;*/
    list-style: disc;
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

br.clear {
    clear: both;
}

.mr0 {
    margin-right: 0 !important;
}


/* clearfix */

.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
    _height: 1px;
}


/* =============== icon設定 ==================== */


/* 共通 */


/*.fa-caret-right:before,
P.btn .fa-question-circle:before,
DIV#copyrightArea .fa-desktop:before,
DIV#footerTop .fa-angle-up:before,
DIV#footerTop .fa-home:before,
nav.show .fa-angle-right:before,
nav.show .fa-phone:before,
nav.show .fa-envelope-o:before,*/

DIV#copyrightArea .fa:before,
DIV#footerTop .fa:before,
nav.show .fa:before {
    padding: 0 5px 0 0;
}


/* header */

.fa-times,
.fa-bars {
    display: block !important;
}

.fa-facebook-square:before,
.fa-twitter-square:before,
.fa-instagram:before {}


/* ==================== 色変更箇所 ==================== */


/* 共通要素 */

.entryBody {
    color: #72877b;
    line-height: 1.8em;
}

.title1 {
    color: #009944;
    text-align: center;
}

.title2 {
    background: #009944;
    color: #fff;
}

.title2 a {
    color: #fff;
}

.title3 {
    background: #f6faed;
    color: #1d973a;
    position: relative;
    min-height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
}

.title3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 5px;
    background: #009944;
}

.title4 {
    background: #f6faed;
    color: #1d973a;
    line-height: 30px;
}

.title4 span {
    color: #fff;
    display: inline-block;
    background: #1d973a;
    height: 100%;
    padding: 0 10px;
    margin-right: 10px;
}

th,
td {
    padding: 10px;
    border: 1px solid #89c121;
}

th {
    background: #e9f4d4;
    color: #009944;
    font-weight: bold;
}

.caution {
    color: #eb8933;
}

strong {
    color: #eb8933;
}

strong.x150 {
    font-size: 1.2em;
}


/* icon色変更 */

nav.show .fa-phone:before,
nav.show .fa-envelope-o:before,
DIV#headerIcon .fa-phone:before,
DIV#headerIcon .fa-envelope-o:before,
nav.show .fa:before,
DIV#headerIcon .fa:before {
    color: #a0d267;
}


/* カテゴリー吐き出し .title2・.title3 */

aside.categoryList .title2 {
    background: #f6faed;
    color: #009944;
}

aside#galleryCatList .title3 {
    background-color: rgba(0, 0, 0, 0);
}

#contents .categoryTopList li div span:before {
    color: #009944;
}

#galleryList li .title2,
#galleryList li .title3 {
    color: #009944;
}

#galleryList li .title2::before,
#galleryList li .title3::before {
    border: none;
    background-color: transparent;
}

#galleryList li .title3 a {
    color: #009944;
}


/* グローバルメニュー背景色 */

#header_nav {
    /*background: url("/cmn/images/header_bg_img.jpg");*/
    background: #fff;
}

#menuClose {
    background: #000;
}


/* 1つ目のボタン */

.btn .typeA {
    background-color: #009944;
    color: #FFF;
    box-shadow: 0px 3px 0px #0c6232;
}

.btn .typeA.tapStyle {
    top: 2px;
    box-shadow: 0 1px 0 #0c6232;
}


/* 2つ目のボタン */

.btn .typeB {
    background-color: #e9f4d4;
    color: #009944;
    box-shadow: 0px 3px 0px #9eb17a;
}

.btn .typeB.tapStyle {
    top: 2px;
    box-shadow: 0 1px 0 #9eb17a;
}


/* 3つ目のボタン */

.btn .typeC {
    color: #009944;
    border: 1px solid #009944;
    background: #fbfef4;
}

.btn .typeC.tapStyle {
    background: #009944;
    color: #fff;
}


/* 4つ目のボタン */

.btn .typeD {
    background-color: #eb8933;
    color: #FFF;
    box-shadow: 0px 3px 0px #c37f43;
}

.btn .typeD.tapStyle {
    top: 2px;
    box-shadow: 0 1px 0 #c37f43;
}


/* フッターエリア */

footer {
    background: url("/cmn/images/header_bg_img.jpg");
}

#footerBnr p {
    background-color: #cce198;
}

#footerBnr p a {
    color: #009944;
}

DIV#footerTop P#siteTop {
    background: #009944;
    border-radius: 5px;
}

DIV#footerTop P#siteTop a {
    color: #fff;
}

P#pageTop {
    background: #009944;
    border-radius: 5px;
}

P#pageTop a {
    color: #fff;
}

DIV#footerSns P#SnsTitle {
    color: #909090;
}

DIV#footerSns P#SnsTitle SPAN {
    color: #898989;
}

DIV#footerSns {
    border-top: 1px solid #EEE;
}

DIV#footerMenu UL LI {
    border-right: 1px solid #009944;
}

DIV#footerMenu UL LI a {
    color: #009944;
}


/* コピーライト */

DIV#copyrightArea {
    border-top: #eee 1px solid;
}

#pcsite {
    background-color: #e9f4d4;
}

#pcsite a {
    color: #009944;
}

DIV#copyrightArea P#copyright {
    color: #AAA;
}


/* ブログ吐き出し */

.topLatestBlog li span.logoEnpty,
.swipeImageStyle span.logoEnpty,
.gallerylist_thumb_img span.logoEnpty,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li span.logoEnpty {
    background-color: #e9f4d4;
}

.topLatestBlog li div span,
.topLatestBlogTxt li span,
#contents .entryList li div span {
    background: #89c121;
    color: #fff;
}

.topLatestBlog li p {
    display: none;
}

.topLatestBlog li p.new {
    background: none;
    padding-left: 0.5em;
    font-size: bold;
    color: #eb8933 !important;
}


/* ブログ吐き出しタイトル */

#contents .categoryTopList .title2 {
    color: #009944;
}

.topLatestBlog li a div .title2,
.topLatestBlogTxt li a .title2,
#contents .entryList li a div .title2 {
    color: #009944;
}


/* ブログ吐き出しタイトル（日付） */

.topLatestBlog li div time,
#contents .entryList li div time {
    color: #AAA;
}


/* ページング */

#contents .paging {
    background: #e9f4d4;
    color: #009944;
}

#contents .paging .current_page {
    padding: 5px;
    line-height: 10px;
    border-radius: 4px;
    background: #009944;
    color: #fff;
    display: inline-block;
}

#swipeSlider #swipeSliderPosition li,
.swipeImageStyle .swipeImageStylePosition li,
#swipeImage #swipeImagePosition li {
    color: #ccc;
}

#swipeSlider #swipeSliderPosition li.swipeImageOn,
.swipeImageStyle .swipeImageStylePosition li.swipeImageOn,
#swipeImage #swipeImagePosition li.swipeImageOn {
    color: #333;
}


/** お問い合せページ button**/

input[type=button] {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #4d4d4d;
    color: #FFF;
}

input[type=button]:hover {
    color: #FFF;
    border-color: #CECECE;
    background: linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 100%);
}


/* スタッフ カテゴリーボタンカラー*/

SPAN.category {
    background: #333;
    color: #fff;
}

.categoryName {
    background: rgba(0, 0, 0, 0);
}

UL#staffCatList LI.top A,
UL#staffCatListBottom LI.top A {
    background-color: #4d4d4d;
    color: #FFF;
}


/* カテゴリーリスト */

aside.categoryList li i.fa-angle-right {
    position: absolute;
    top: 50% !important;
    right: 3%;
    margin-top: -5px;
}

aside.categoryList li i.fa-caret-right {
    position: absolute;
    top: 50% !important;
    left: 2%;
    margin-top: -7px;
}


/* =============== ヘッダー ==================== */

header {
    padding: 0 10px;
    overflow: hidden;
    min-height: 60px;
    /* background: url("/cmn/images/header_bg_img.jpg"); */
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
}

#logo a {
    display: block;
    padding-top: 10px;
}

#logo img {
    width: 150px;
}

#headerIcon p {
    margin: 0;
    text-align: center;
}

#headerIcon p a {
    display: block;
    padding: 9px 11px 10px;
}

#headerIcon #navBtn {
    position: fixed;
    top: 0;
    right: 0;
    font-family: "Archivo Narrow", sans-serif;
    z-index: 2;
    color: #009944;
}

#headerIcon #navBtn a {
    font-size: x-small;
    line-height: 1.2;
    padding: 16px 20px 15px 15px;
    color: #009944;
}

#headerIcon .tel,
#headerIcon .mail {
    position: absolute;
    top: 10px;
}

#headerIcon .tel {
    right: 67px;
}

#headerIcon .mail {
    right: 100px;
}

#headerIcon .mail a {
    padding-top: 7px;
}

#header_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#header_nav.hide {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#header_nav.show {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#header_nav #wrap {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15px;
}

#header_nav ul {
    padding: 0 0 20px;
}

#header_nav li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 16px 16px 16px 40px;
    font-size: 14px;
    color: #009944 !important;
    text-indent: -0.5em;
    font-weight: bold;
}

#header_nav li:first-child a {
    padding: 23px 16px 24px 40px;
}

#header_nav .mail a {
    font-size: 16px;
}

#header_nav .tel a {
    font-size: 18px;
}

#menuClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


/* ==================== トップページ ==================== */

#catchArea {
    max-width: 640px;
    margin: 0px auto;
    text-align: center;
    padding-top: 60px;
}

#catchArea img {
    width: 100% !important;
    vertical-align: bottom;
}


/*Slider メインイメージ*/

#catchArea #swipeImage a.catchSwipe i {
    top: 50%;
    margin-top: -23px;
    position: absolute;
    padding: 10px;
}

#catchArea #swipeImage a.catchSwipe #on {
    margin-top: -42px;
}

#catchArea #swipeImage a.catchSwipe .fa-angle-left {
    left: 1%;
}

#catchArea #swipeImage a.catchSwipe .fa-angle-right {
    right: 1%;
}


/*JavaScript メインイメージ*/

#catchArea #jsMainImg {
    width: 100% !important;
}

body#topPage #jsMainImg #contents img {
    display: block;
    max-width: 320px;
    width: 50%;
    height: auto;
    margin: 0 0 10px 10px;
    float: right;
}

body#topPage #contents img[_cke_saved_src] {
    display: inline;
    max-width: none;
    width: auto;
    margin: 0;
    float: none;
}


/* ボタン */

.btn a {
    display: block;
    width: 80%;
    max-width: 600px;
    margin: 0px auto 23px;
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    top: 0;
}


/*キャッチ下*/

.top_intro {
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
    background: #fbfef4;
    width: 100%;
    text-align: center;
}

.top_intro img {
    max-width: 90%;
}

.top_intro .intro_copy {
    display: inline-block;
}

.top_intro .intro_copy img {
    width: 45%;
}


/*お知らせ*/

BODY#topPage .top_news {
    border-top: 3px double #89c121;
    border-bottom: 3px double #89c121;
}

BODY#topPage .topLatestBlog h2.nodeco {
    display: inline-block;
    width: 100%;
    text-align: center;
}

BODY#topPage .topLatestBlog h2.nodeco img {
    height: 44px;
    margin: 0 auto;
}


/*コンセプト*/

.top_concept {
    background: url(/../cmn/images/top_concept_bg_sp.jpg) no-repeat bottom center;
    background-size: contain;
    overflow: hidden;
    margin: 0 -10px;
    padding-bottom: 10px;
}

.top_concept h2 {
    margin: 10px;
}

.top_concept p {
    text-align: center;
}

.top_concept a {
    text-align: center;
    display: block;
    width: 80%;
    margin: 5% auto;
}


/*メニュー*/

.top_menu h2 img {
    max-height: 44px;
}

.top_menu a img:first-child {
    margin-bottom: 3%;
}


/*3つの理由*/

.top_reason h2 img {
    width: 50%;
}

.top_reason h3 {
    color: #eb8933;
}

.top_reason h3 img {
    max-height: 24px;
}

.top_reason h3 span {
    display: block;
    width: 100%;
    border-top: 3px dotted #009944;
    padding-top: 5px;
}

.top_reason img.image-none {
    width: 80%;
}


/*代表メッセージ*/

strong.green {
    color: #009944;
}


/*ブログ*/

.top_blog {
    // background: url("/../cmn/images/top_blog_bg_img.jpg");
    // background-size: cover;
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}

.top_blog p.btn {
    max-width: 640px;
    display: block;
    margin: 0 auto;
}

.top_blog p.btn a {
    margin: 0 auto;
    text-align: center;
}

.top_blog h2 {
    text-align: center;
}

.top_blog h2 img {
    max-height: 44px;
}

.top_blog ul li a h2 {
    text-align: left;
}


/*アクセス*/

.top_access {
    background: #fbfef4;
}

.top_access h2 {
    text-align: center;
}

.top_access h2 img {
    max-height: 44px;
}

.top_access table tbody tr {
    border-bottom: 3px dotted #009944;
}

.top_access table tbody tr th {
    width: 25%;
    color: #009944;
    text-align: left;
    border: none;
    background: none;
}

.top_access table tbody tr td {
    border: none;
}


/* ==================== フッター ==================== */

#social {
    display: table;
    width: 90%;
    margin: 0 auto 20px;
}

#social div {
    width: 30%;
    text-align: center;
    display: table-cell;
    margin: 0 10px;
    vertical-align: top;
}


/* フッターバナー */

#footerBnr {
    width: 100%;
    display: table;
    border-top: 1px solid #eee;
}

#footerBnr p {
    margin: 0;
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#footerBnr p a {
    padding: 10px;
    display: block;
}

#footerBnr p:first-child a {
    border-right: 1px solid #fff;
}


/* フッタートップ */

DIV#footerTop {
    padding: 15px 10px 10px;
    overflow: hidden;
}

DIV#footerTop P#siteTop {
    float: left;
    display: inline-block;
    padding: 0px;
    border-radius: 15px;
    text-decoration: none;
    width: 46%;
    text-align: center;
    font-size: 11px;
    margin: 0;
}

P#pageTop {
    float: right;
    display: inline-block;
    padding: 0px;
    border-radius: 15px;
    text-decoration: none;
    width: 46%;
    text-align: center;
    font-size: 11px;
    margin: 0;
}

P#siteTop A,
P#pageTop A {
    display: block;
    padding: 5px 15px;
}

DIV#footerSns P#SnsTitle {
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 12px;
}

DIV#footerSns P#SnsTitle SPAN {
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.1em;
    font-size: small;
}

DIV#footerSns {
    margin: 0 auto;
    width: 100%;
}

DIV#footerSns UL {
    list-style: none;
    width: 90%;
    padding: 10px 0px 15px 0px;
    margin: 0 auto;
    overflow: hidden;
}

DIV#footerSns UL LI {
    float: left;
    /* width: 33.33333%; */
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

DIV#footerSns UL LI A {}


/* フッターメニュー */

DIV#footerMenu {}

DIV#footerMenu UL {
    line-height: 2em;
    text-align: center;
    padding: 0px 0 10px;
}

DIV#footerMenu UL LI {
    display: inline-block;
    font-size: 11px;
    padding-right: 5px;
    line-height: 10px;
}

DIV#footerMenu UL LI:last-child {
    border-right: none;
    padding-right: 0px;
}


/* コピーライト */

DIV#copyrightArea {
    padding: 10px;
    overflow: hidden;
}

#pcsite {
    float: right;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    margin: 0;
    font-size: 11px;
}

#pcsite A {
    display: block;
    padding: 5px 15px;
}

DIV#copyrightArea P#copyright {
    margin: 0px;
    padding: 5px 0px;
    font-size: 13px;
    float: left;
}


/* ==================== 下層ページ ==================== */


/*初めての方*/

.img_h2 {
    text-align: center;
}

.img_h2 img {
    max-height: 44px;
    margin: 0 auto;
}


/*お知らせ・ブログ共通*/

.topLatestBlog ul,
.topLatestBlogTxt ul,
#contents .entryList ul,
#contents .categoryTopList {
    margin-bottom: 20px;
}

.topLatestBlog li,
.topLatestBlogTxt li,
#contents .entryList li,
#contents .categoryTopList li {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.topLatestBlog li a,
.topLatestBlogTxt li a,
#contents .entryList li a,
#contents .categoryTopList li a {
    display: block;
    max-width: 620px;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

ul.entryList li i.fa-angle-right,
.categoryTopList li a i.fa-angle-right,
.topLatestBlogTxt li a i.fa-angle-right,
.topLatestBlog li a i.fa-angle-right {
    position: absolute;
    top: 50% !important;
    right: 4%;
    margin-top: -9px;
}

.topLatestBlog li img,
.topLatestBlog li span.logoEnpty,
#contents .entryList li img,
#contents .entryList li .left,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li img,
#contents .categoryTopList li span.logoEnpty {
    float: left;
    width: 25%;
    height: auto;
}

#contents .entryList li .left img,
#contents .entryList li .left span.logoEnpty {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

#contents .entryList li .left p {
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
}

.topLatestBlog li span.logoEnpty,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li span.logoEnpty {
    min-height: 75px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px auto;
}

.topLatestBlog li div,
#contents .entryList li div,
#contents .categoryTopList li div {
    float: right;
    margin: 0;
    padding: 0 5% 0 0;
    width: 65%;
}

.topLatestBlog li div.sp_blog_text,
#contents .entryList li div.sp_blog_text,
#contents .categoryTopList li div.sp_blog_text {
    float: none !important;
    width: 100% !important;
}

.topLatestBlog li div .title2,
.topLatestBlogTxt li .title2,
#contents .entryList li div .title2,
#contents .categoryTopList .title2 {
    background: none;
    padding: 0;
}

.topLatestBlog li div time,
#contents .entryList li div time {
    font-family: 'Archivo Narrow', sans-serif;
    padding: 0 5px 0 0;
    vertical-align: sub;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin: 0 0 5px;
}

.topLatestBlog li div span,
.topLatestBlogTxt li span,
#contents .entryList li div span {
    display: inline-block;
    padding: 2px 5px 2px;
    font-size: 11px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    line-height: 1.3;
}


/* メニュー料金トップ */

.menu_list a {
    width: 100%;
    display: block;
    text-align: center;
}

.menu_list a img {
    width: 96%;
    margin-top: 10px;
}

.menu_coupon .btn a.typeB:first-child {
    margin: 0 auto 10px;
}

ul.word_tag {
    margin: 10px auto !important;
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
}

ul.word_tag li {
    float: left;
    text-align: center;
    display: inline-block;
    width: 32%;
    padding: 3px 0;
    margin: 0 1% 1% 0;
    background: #f6faed;
    border: 1px solid #1d973a;
    box-sizing: border-box;
    color: #1d973a;
    font-size: 11px;
}

ul.word_tag li:nth-child(3n) {
    margin-right: 0;
}

.menu_coupon .coupon_date {
    display: block;
    width: 100%;
    color: #1d973a;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    background: #f6faed;
    margin: 20px 0;
}


/* メニュー料金 詳細ページ */

.menu_copy p {
    text-align: center;
    font-size: 1.1em;
    line-height: 2em;
    letter-spacing: 2px;
}

#contents .entryBody ul.menu_cat_ul li {
    list-style: none;
    margin: 10px 0;
    padding: 5px 10px;
}

.menu_cat_ul li span {
    display: block;
    height: 100%;
    margin-right: 10px;
    font-weight: bold;
    color: #009944;
    border-bottom: 3px dotted #009944;
}

.menu_cat_ul li strong {
    color: #91a89b;
}

.menu_tag p {
    padding: 0.5em;
    display: inline-block;
    line-height: 2em;
    background: url(/cmn/images/menu_bg01.jpg) repeat;
    vertical-align: middle;
    border-radius: 25px 0 0 25px;
    color: #fff;
    font-weight: bold;
}

.menu_tag p:before {
    content: '●';
    color: white;
    margin-right: 8px;
}

.menu_tag strong {
    color: #1d973a;
    display: block;
}


/* ==================== ブログNEWマーク表示 ==================== */


/* 時間によって表示 */

.topLatestBlog li strong span {
    display: none;
}

.topLatestBlog li strong span.new {
    font-weight: bold;
    color: #000 !important;
    background: none !important;
}

#contents .entryList li div strong span,
#contents .entryList li div strong span.new {
    display: none !important;
}


/* 時間によって表示 End */


/* 最新の1件を表示
.topLatestBlog li:not(:first-child) strong span.new,
#contents .entryList li div strong span.new{
  display:none !important;
}
.topLatestBlog li:first-child strong span.new{
  font-weight:bold;
  color:#000 !important;
  background:none !important;
}
最新の1件を表示 End */


/* ==================== ブログNEWマーク表示 End ==================== */


/* ==================== ギャラリーNEWマーク表示 ==================== */


/* ★時間によってNEWマーク*/

.swipeImageStyle li .topLatestBlogPhotoImage {
    position: relative;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto 5px;
}

.swipeImageStyle li .topLatestBlogPhotoImage img {
    margin-bottom: 0;
}

.swipeImageStyle li ul li span.new {
    display: none;
    font-weight: bold;
    left: -30%;
    line-height: 30px;
    text-align: center;
    top: 6%;
    width: 100%;
    position: absolute;
    text-align: center;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
    color: #FFFFFF;
    max-width: 200px;
}


/*★時間によってNEWマーク End*/


/* ★最新の1件だけNEWマーク
.swipeImageStyle li .topLatestBlogPhotoImage{
  position:relative;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}
.swipeImageStyle li .topLatestBlogPhotoImage img{
  margin-bottom: 0;
}
.swipeImageStyle li:not(:first-child) span{
  display:none;
}
.swipeImageStyle li:first-child span.new {
   font-weight: bold;
   left: -30%;
   line-height: 30px;
   text-align: center;
   top: 6%;
   width: 100%;
   position: absolute;
   text-align: center;
   background: #000;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
    color:#FFFFFF;
  max-width: 200px;
}
★最新の1件だけNEWマーク End*/


/* ==================== ギャラリーNEWマーク表示 End ==================== */

.topLatestBlog li div p,
.topLatestBlogTxt li p,
#contents .entryList li div p {
    margin: 0;
}

#contents .categoryTopList li div span:before {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px 0 0;
}

#galleryList ul {
    width: 98%;
    display: -webkit-box;
    /* Android 2~4 */
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    box-pack: justify;
    /* Android 2~4 */
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    margin: 0;
    padding: 2% 1% 0;
}

#galleryList li {
    width: 48%;
    padding: 1%;
    text-align: center;
}

#galleryList li .title2,
#galleryList li .title3 {
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
}

#galleryList li img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.gallerylist_thumb_img {
    max-width: 300px;
    height: auto;
    position: relative;
    margin: 0 auto 6px;
}

.gallerylist_thumb_img .logoEnpty {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

aside.categoryList {
    max-width: 640px;
    margin: 0 auto 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

aside.categoryList .title2 {
    border-left: 5px solid #009944;
    padding: 10px 10px 10px 15px;
    margin: 0;
}

aside.categoryList li a {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    position: relative;
}

aside.categoryList li span {
    margin-right: 5px;
}

#contents .paging {
    padding: 10px;
    margin: 0 0 20px;
}


/* スタッフページ */

DIV.punctuation {
    border-bottom: 1px #DDD solid !important;
    margin-bottom: 20px !important;
}


/* ギャラリー */

#contents .galleryTitle {
    margin: 0;
}

.topLatestBlogPhoto .swipeImageStyle,
#galleryCatList .swipeImageStyle {}

.topLatestBlogPhoto,
#galleryCatList,
#galleryTopList {
    width: 100%;
    margin: 0 auto 10px;
}

.topLatestBlogPhoto ul,
#galleryCatList ul,
#galleryTopList ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.topLatestBlogPhoto li,
#galleryCatList li,
#galleryTopList li {
    list-style: none;
}

.topLatestBlogPhoto li ul,
#galleryCatList li ul,
#galleryTopList li ul {
    margin: 0;
    padding: 2% 2% 0;
}

.topLatestBlogPhoto li ul li,
#galleryCatList li ul li,
#galleryTopList li ul li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
}

.topLatestBlogPhoto li a,
#galleryCatList li a,
#galleryTopList li a {
    display: block;
}

.topLatestBlogPhoto li img,
#galleryCatList li img,
#galleryTopList li img {
    max-width: 200px;
    margin-bottom: 5px;
}

.galleryEntryFirst {
    padding: 2% 10% 0;
    text-align: center;
}

.galleryEntryFirst img {
    margin-bottom: 5px;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 200px;
}

.galleryEntryFirstEmpty {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
}

.galleryEntryFirstEmpty img {
    margin-bottom: 0;
}

.topLatestBlogPhoto li .title3,
#galleryCatList li .title3,
#galleryTopList li .title3,
.galleryEntryFirst .title3 {
    font-size: 12px;
    line-height: 1.3;
    background: none;
}

#galleryCatList li .title3::before {
    background-color: transparent;
}

#swipeSlider {
    position: relative;
}

#galleryDetail #swipeSlider li,
#beforeAfterGallery #swipeSlider li,
.swipeImageStyle li,
#swipeImage li {
    vertical-align: middle !important;
}

#swipeSlider li {
    text-align: center;
}

#swipeSlider li div {
    display: table-cell;
    vertical-align: middle;
}

#swipeSlider li.small img {
    width: 80%;
}

.swipeImageStyle li .title3 {
    padding: 0;
    margin: 0;
}

#swipeSlider img,
.swipeImageStyle img {
    width: 100%;
    vertical-align: bottom;
}

.swipeImageStyle .logoEnpty {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
}

#swipeSlider .slideNav,
.swipeImageStyle .slideNav {
    position: relative;
}

.swipeImageStyle .fa-angle-right,
.swipeImageStyle .fa-angle-left {
    position: absolute;
    top: 2px;
}

#swipeSlider>a .fa-angle-left,
#swipeSlider>a .fa-angle-right {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

#swipeSlider>a .fa-angle-left,
.swipeImageStyle .fa-angle-left {
    left: 3%;
}

#swipeSlider>a .fa-angle-right,
.swipeImageStyle .fa-angle-right {
    right: 3%;
}

#swipeSlider #swipeSliderPosition,
.swipeImageStyle .swipeImageStylePosition,
#swipeImage #swipeImagePosition {
    text-align: center;
    padding: 0;
    background: none;
    line-height: 1.5;
}

#swipeImage #swipeImagePosition {
    margin: 10px 0 10px 0;
}

#swipeSlider #swipeSliderPosition {
    margin: 5px auto 10px;
    width: 80%;
}

.swipeImageStyle .swipeImageStylePosition {
    margin: 10px auto 5px !important;
    width: 80%;
}

#swipeSlider #swipeSliderPosition li,
.swipeImageStyle .swipeImageStylePosition li,
#swipeImage #swipeImagePosition li {
    list-style: none;
    display: inline-block;
    margin: 0 1%;
    font-size: 12px;
    width: auto;
    float: none;
}

.swipeImageStyle,
#swipeImage {
    position: relative;
}

#swipeSlider .title3 {
    text-align: center;
    margin: 0;
    font-size: 13px;
    background: none;
    padding: 10px;
}

#swipeSlider P {
    margin: 10px;
    line-height: 150%;
}

.photo_text_sp {
    display: block;
    padding: 10px;
    text-align: left;
}

.photo_text_sp p {
    margin: 0 !important;
}


/* 事例集 */

.arrow {
    width: 0;
    height: 0;
    border-top: 30px solid #c4d715;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    margin: 0 auto;
}

#baImg img {
    width: 100%;
}

#baImg .title3 {
    margin: 0;
    text-align: center;
}

#baImg section {
    position: relative;
}

#baImg .before,
#baImg .after {
    max-height: 25px;
    width: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}


/* 顔タイプ */

.galleryDetail svg {
    transform: translate(0, 0)
}

.facetype {
    width: 52px;
    height: 70px;
    fill: #e8e8e8;
}

.facetype.face_on {
    fill: #e58f81;
}

.face_on .face_txt {
    fill: #000;
}


/* お問い合わせ */

.h4Body {
    margin: 0 0 20px;
}

ul.ul01 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
    position: relative;
}

ul.ul01 li {
    margin: 0 0 10px 0;
}

ul.ul01 li i.fa-caret-right {
    position: absolute;
    left: 0%;
}

.inqfmFileSup {
    margin-left: 10px;
    margin-right: 10px;
}


/** we remove the red glow around required fields since we are already using the red star */

#form fieldset {
    border: none !important;
}

input:required,
textarea:required {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input[type="button"] {
    -webkit-appearance: none;
}


/** check radio**/

.form_check {
    display: block;
    margin-bottom: 15px;
}

.form_check input[type="checkbox"],
.form_check input[type="radio"] {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
    display: inline;
}

.form_check input:not([type="submit"]) {
    height: 20px;
}


/** textarea**/

input:not([type="button"]):not([type="file"]):not([type="checkbox"]),
textarea {
    outline: none;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 5px;
    width: 94%;
    margin: 0 auto;
    vertical-align: middle;
    outline: none;
    border: 1px solid #89c121;
}

input:not([type="button"]):not([type="file"]):not([type="checkbox"]):active,
textarea:active,
input:not([type="button"]):not([type="file"]):not([type="checkbox"]):focus,
textarea:focus {
    background: #fbfef4;
    border: solid 1px #b3b3b3;
    box-shadow: 0px 0px 2px #009944 inset;
}

input:not([type="button"]):not([type="file"]):not([type="checkbox"]) {
    height: 20px;
    vertical-align: middle;
    width: 96%;
}

textarea {
    min-height: 120px;
    resize: vertical;
}


/* placeholder */

input:-webkit-input-placeholder,
textarea:-webkit-textarea-placeholde {
    color: #BABABA;
    font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #BABABA;
    font-style: italic;
}


/**tel**/

input[type=tel] {
    width: 25% !important;
    margin: 0 5px 0 5px !important;
    float: left;
}


/**number**/

input[type=number] {
    width: 42% !important;
    margin: 0 5px 0 5px !important;
    float: left;
}


/**number**/

input.text02[type=number] {
    width: 20%;
    margin: 0 5px 0 5px;
    float: left;
}

input.text03[type=number] {
    width: 36%;
    margin: 0 5px 0 5px;
    float: left;
}

input.text04[type=number] {
    width: 88%;
    margin: 0 5px 0 5px;
    float: left;
}

input[type=time],
input[type=date] {
    margin: 0 5px 0 5px;
    float: left;
}

span.price {
    float: left;
    margin: 12px 0px 15px 0px;
}

form .ui-grid-a,
form .ui-grid-b {
    overflow: hidden;
}

p#confirmBtn,
p#cancelBtn,
p#submitBtn {
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
}


/** Styling the send button **/

input[type=button] {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
    background-color: #009944;
    color: #fff;
    border: none;
}

input[type=button]:hover {}

input[type=button]:active,
input[type=button]:focus {
    top: 2px;
    box-shadow: 0 1px 0 #0c6232;
}

.errorMsgArea .caution {
    display: block;
    clear: both;
}

#mainErrorMsg .caution {
    display: block;
    margin: 10px;
    font-size: 15px;
}


/* スタッフ */

SPAN.category {
    display: inline-block;
    padding: 0px 5px;
    font-size: 11px;
    border-radius: 2px;
    margin-bottom: 5px;
}

DIV#staffCategoryNameWrap .categoryName {
    background: rgba(0, 0, 0, 0);
    float: left;
    padding: 1px 4px 1px 0px;
}

UL#staffCatList,
UL#staffCatListBottom {
    overflow: hidden;
    border-bottom: 1px #EEE solid;
    margin: 0 0 5px;
    padding: 5px 5px 0px 5px;
}

UL#staffCatListBottom {
    border: none;
    border-top: 1px #EEE solid;
    margin: 0 0 20px 0;
    border-bottom: 1px #EEE solid;
}

UL#staffCatList LI.top,
UL#staffCatListBottom LI.top {
    margin-right: 0px;
}

UL#staffCatList LI,
UL#staffCatListBottom LI {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

UL#staffCatList LI A,
UL#staffCatListBottom LI A {
    display: block;
    padding: 7px 10px 7px 10px;
    border: 1px #CCC solid;
    font-size: 12px;
    border-radius: 2px;
}

UL#staffCatList LI.current A,
UL#staffCatListBottom LI.current A {
    display: block;
    padding: 7px 10px 7px 10px;
    border: 1px #CCC solid;
    background-color: #EEE;
    font-size: 12px;
    border-radius: 2px;
}

UL#staffCatList LI.notLink,
UL#staffCatListBottom LI.notLink {
    display: block;
    padding: 6px 10px 6px 10px;
    border: 1px #CCC solid;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 0px;
}

UL#staffCatList LI.top A,
UL#staffCatListBottom LI.top A {
    padding: 7px 10px 7px 10px;
    margin-right: 5px;
}

P.staffTitle {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    padding: 5px 0 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}

.fontawesome-angle-right:before {
    padding-right: 5px;
}

.eventCalenderSub {
    margin: 0 10px;
}


/* ==================== 共通装飾 ==================== */

#contents .ul01 li {
    list-style: none;
    padding: 0 0 0 12px;
    position: relative;
}

#contents .ul01 li::before {
    content: "\f0da";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    top: 0;
    left: 0;
}

hr {
    border-top: 3px double #89c121;
    border-bottom: none;
    border-right: none;
    border-left: none;
}


/* ==================== 汎用デフォルト設定 ==================== */


/* ------ margin ------ */

.sp_m_A {
    margin: 0 auto !important;
}

.sp_mb_0 {
    margin-bottom: 0 !important;
}

.sp_mb_5 {
    margin-bottom: 5px !important;
}

.sp_mb_10 {
    margin-bottom: 10px !important;
}

.sp_mb_15 {
    margin-bottom: 15px !important;
}

.sp_mb_20 {
    margin-bottom: 20px !important;
}

.sp_mb_25 {
    margin-bottom: 25px !important;
}

.sp_mb_30 {
    margin-bottom: 30px !important;
}

.sp_mb_35 {
    margin-bottom: 35px !important;
}

.sp_mb_40 {
    margin-bottom: 40px !important;
}

.sp_mb_50 {
    margin-bottom: 50px !important;
}

.sp_mb_60 {
    margin-bottom: 60px !important;
}

.sp_mb_70 {
    margin-bottom: 70px !important;
}

.sp_mb_80 {
    margin-bottom: 80px !important;
}

.sp_mt_0 {
    margin-top: 0 !important;
}

.sp_mt_5 {
    margin-top: 5px !important;
}

.sp_mt_10 {
    margin-top: 10px !important;
}

.sp_mt_15 {
    margin-top: 15px !important;
}

.sp_mt_20 {
    margin-top: 20px !important;
}

.sp_mt_25 {
    margin-top: 25px !important;
}

.sp_mt_30 {
    margin-top: 30px !important;
}


/* ------ テキスト系 ------ */

.sp_ta_c {
    text-align: center !important;
}

.sp_ta_l {
    text-align: left !important;
}

.sp_ta_r {
    text-align: right !important;
}

.sp_fw_n {
    font-weight: normal !important;
}

.sp_fw_b {
    font-weight: bold !important;
}


/* ------ 画像幅の調整 ------ */

.sp_img_w_l img {
    height: auto;
    width: 100%;
}


/* ------ float ------ */

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/* ------ 画像角丸設定 ------ */

.radius5 {
    border-radius: 5px;
}


/* ------ paddingリセット ------ */

.sp_p_0 {
    padding: 0 !important;
}


/* ==================== grid ==================== */

.sp-col-lg-1,
.sp-col-lg-2,
.sp-col-lg-3,
.sp-col-lg-4,
.sp-col-lg-5,
.sp-col-lg-6,
.sp-col-lg-7,
.sp-col-lg-8,
.sp-col-lg-9,
.sp-col-lg-10,
.sp-col-lg-11,
.sp-col-lg-12,
.sp-col-lg-2-4,
.sp-col-lg-1-5 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-col-lg-12 {
    width: 100%;
}

.sp-col-lg-11 {
    width: 91.66666667%;
}

.sp-col-lg-10 {
    width: 83.33333333%;
}

.sp-col-lg-9 {
    width: 75%;
}

.sp-col-lg-8 {
    width: 66.66666667%;
}

.sp-col-lg-7 {
    width: 58.33333333%;
}

.sp-col-lg-6 {
    width: 50%;
}

.sp-col-lg-5 {
    width: 41.66666667%;
}

.sp-col-lg-4 {
    width: 33.33333333%;
}

.sp-col-lg-3 {
    width: 25%;
}

.sp-col-lg-2 {
    width: 16.66666667%;
}

.sp-col-lg-1 {
    width: 8.33333333%;
}


/* ----- grid ----- */

.sp-row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.sp-row-10>div {
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

/* ------ カラム640px中央揃え ------ */
.column_wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 640px;
}

/* ------ リスト ------ */
.li_attention,
.li_check,
.li_point,
.li_number {
    margin: 0 0 30px;
    padding: 0;
}

.li_attention li,
.li_check li,
.li_point li,
.li_number li {
    margin: 0;
    padding: 5px 0 5px 2em;
    position: relative;
    list-style: none;
}

.li_attention li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    color: #1d973a;
}

.li_check li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 pro";
    position: absolute;
    top: 5px;
    left: 5px;
    color: #1d973a;
    font-weight: 900;
}

.li_point li::before {
    content: "●";
    position: absolute;
    top: 5px;
    left: 5px;
    color: #1d973a;
}

.li_number {
    counter-reset: counter-list;
}

.li_number li::before {
    content: "";
    background: #1d973a;
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}

.li_number li::after {
    counter-increment: counter-list;
    content: counter(counter-list);
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    font-weight: bold;
    width: 1.5em;
    text-align: center;
}

/* 吹き出し */
.ballon01 {
    position: relative;
    padding: 5px;
    display: inline-block;
    background: #eb8933;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
}

.ballon01::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -10px;
    border-top: 10px solid #eb8933;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.ballon01 p {
    margin: 0;
    font-size: 14px;
}

/* ブログ詳細ページ　リンクボタン*/
.blog_rink_btn {
    background-color: #fff;
    border: solid 4px #009944;
    border-radius: 10px;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.blog_rink_btn a {
    font-weight: bold;
    line-height: 2;
}

.blog_rink_btn p {
    text-align: left;
    display: inline-block;
}


.price_diet {
    border-left: solid 10px #1d973a;
    padding: 10px 20px;
    background-color: #f6faed;
}

.price_diet dt {
    font-size: 16px;
    color: #1d973a;
    font-weight: bold;
}

.price_diet dd {
    font-size: 16px;
    color: #eb8933;
    font-weight: bold;
    margin-left: 0
}




.top_about {
    background: url("/upload_images/top_about_h2_sp.jpg") no-repeat;
    background-position: center;
    background-size: flex;
    width: 100%;
    min-height: 470px;
    position: relative;
}

.white_bg {
    background: rgba(255, 255, 255, 0.5);
    width: 330px;
    border-radius: 10px;
    padding: 28px;
    position: absolute;
    top: 100px;
}

.top_about .white_bg p {
    font-weight: bold;
    color: #663300;
    font-size: 16px;
}


.btn_typeA {
    padding: 10px 30px;
    background-color: #1d973a;
    color: #fff !important;
    text-decoration: none !important;
}


.menu_box {
    padding: 20px 40px;
    border: solid 3px #009944;
    margin-top: 20px;
}

.menu_box ul li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

/* .menu_box .txt_menu {
    line-height: 1.4 !important;
    font-weight: bold;
    margin-bottom: 20px !important;
} */

.menu_box .ballon01 {
    margin-bottom: 20px;
}

.title_pink {
    background-color: #f161a3;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    text-align: center;
}

.balloon3 {
    position: relative;
    line-height: 25px;
    width: 90px;
    height: 25px;
    background: #F6FAED;
    text-align: center;
    border: 1px solid #1D973A;
    color: #1D973A;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-bottom: 10px;
}

.balloon3:after,
.balloon3:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 52%;
}

.balloon3:after {
    border-color: rgba(246, 250, 237, 0);
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    border-top-color: #F6FAED;
}

.balloon3:before {
    border-color: rgba(29, 151, 58, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    margin-top: 1px;
    border-top-color: #1D973A;
}

input {
    background-color: #fff;
}

.diet_menu .box {
    padding: 7px;
    border: solid 1px #1D973A;
    /* border-collapse: collapse; */
    padding-bottom: 20px;
}

.diet_menu .box:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

.diet_menu .box h2 {
    color: #1d973a;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.diet_menu .box h3 {
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.diet_menu .box .price_d {
    font-weight: bold !important;
    color: #ff7900 !important;
    font-size: 1.3rem;
    padding: 0;

}

.diet_menu .box .pick,
.diet_menu .box .osusume {
    color: #1D973A;
    margin: 0;
}

.diet_menu .box .pick {
    display: inline-block;
    text-align: left;
}