@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


/* body
---------------------------------------------------- */
body {
    font-size: 16px;
    font-family: 'Noto Sans JP', "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #000;
    min-width: 1024px;
    line-height: 2;
    background: #fff;
}

/****表示****/
.pc {
    display: block;
}

.sp {
    display: none;
}

/****left-right****/
.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

.f-left {
    float: left;
}

.f-left-s {
    float: left;
}

.f-right {
    float: right;
}

.f-center {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.p-left {
    float: left;
}

.p-right {
    float: right;
}

/****文字間****/
.lp-03 {
    letter-spacing: -0.03em;
}

/****Link****/
a {
    color: #30ab5a;
    text-decoration: none;
}

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

a:active,
a:focus {
    outline: 0;
}

a.black {
    color: #000;
}

a.black:hover {
    color: #ff6633;
    text-decoration: none;
}

/****Font****/
.f12 {
    font-size: 0.75rem;
}

.f13 {
    font-size: 0.8rem;
}

.f14 {
    font-size: 0.8rem;
}

.f16 {
    font-size: 1rem;
}

/*コンセプトページでのみ使用*/
.f17 {
    font-size: 1.05rem;
    line-height: 2.3;
}

.f18 {
    font-size: 1.1rem;
}

.f20 {
    font-size: 1.3rem;
}

.f24 {
    font-size: 1.5rem;
}

.f26 {
    font-size: 1.55rem;
}

.f27 {
    font-size: 1.6rem;
}

.f28 {
    font-size: 1.7rem;
}

.f30 {
    font-size: 1.8rem;
}

.f32 {
    font-size: 2rem;
}

.f35 {
    font-size: 2.1rem;
}

.f40 {
    font-size: 2.7rem;
}

.fb {
    font-weight: bold;
}

.fl0 {
    letter-spacing: 0em
}

/****Point****/
.p-t {
    color: #df011e;
}

.p-pk {
    color: #ef70a3;
}

.p-ye {
    color: #ffeb00;
}

.p-g {
    color: #369d42;
}

.p-o {
    color: #ec9800;
}

.u-s {
    border-bottom: solid 3px #30ab5a;
}

.u-y {
    border-bottom: solid 3px #ffeb00;
}

.le1 {
    background: #e06897;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

.le2 {
    background: #00a0dd;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

.le3 {
    background: #ec9800;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

.under {
    background: linear-gradient(transparent 0, #8effa1 0);
}

.p-gl {
    color: #858585;
}

.otk {
    position: relative;
    text-align: center;
    background-color: #fce3ec;
    color: #e06897;
    font-weight: bold;
    margin: 15px 0;
    padding: 6px;
    border: 2px solid #fce3ec;
    font-size: 100%;
}

.otk::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fce3ec;
}

.otk::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fce3ec;
    z-index: 1;
}

.otk2 {
    position: relative;
    text-align: center;
    background-color: #d9f8e3;
    color: #369d42;
    font-weight: bold;
    margin: 15px 0;
    padding: 6px;
    border: 2px solid #d9f8e3;
    font-size: 100%;
}

.otk2::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #d9f8e3;
}

.otk2::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #d9f8e3;
    z-index: 1;
}

/****margin****/
.p-tb2010 {
    padding: 20px 0 10px;
}

.m-t30 {
    margin-top: 30px;
}

.m-b50 {
    margin-bottom: 50px;
}

/****Width****/
.w300 {
    width: 30%;
    margin-right: 10px;
}

.w350 {
    width: 35%;
    margin-right: 10px;
}

.w480 {
    width: 460px;
    padding: 10px;
}

.w680 {
    width: 68%;
}

.w20 {
    width: 18%;
    padding: 1%;
}

.w25s {
    width: 22%;
    padding: 1%;
}

.w30 {
    width: 28%;
    padding: 1%;
}

.w30s {
    width: 28%;
    padding: 1%;
}

.w40 {
    width: 38%;
    padding: 1%;
}

.w48 {
    width: 48%;
    padding: 1% 2% 0 0;
}

.w49 {
    width: 48%;
    padding: 1% 1% 0 0;
}

.w49s {
    width: 48%;
    padding: 1% 1% 0 0;
}

.w50 {
    width: 50%;
    padding: 1% 0;
}

.w50-p11 {
    width: 46%;
    padding: 1% 2%;
}

.w50-b {
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
}

.w58 {
    width: 58%;
    padding: 1% 0;
}

.w50s {
    width: 50%;
    padding: 1% 0;
}

.w60 {
    width: 60%;
    padding: 1% 0;
}

.w70 {
    width: 70%;
    padding: 1% 0;
}

.w80 {
    width: 80%;
    padding: 1% 0;
}

.w85 {
    width: 85%;
    padding: 1% 0;
}

.w90 {
    width: 90%;
    padding: 1% 0;
}

.calc2 li {
    display: inline-block;
    width: calc(90%/2);
    padding: 6% 2% 3% 2%;
    color: #fff;
    margin-bottom: 5px;
}

li.menu-bg1 {
    display: inline-block;
    background: url(images/bg-menu1.jpg);
    width: 94.5%;
    padding: 6% 2% 3% 2%;
    color: #fff;
    margin-bottom: 4px;
    background-size: cover;
    background-position: center center;
}

.calc2 li.menu-bg2 {
    background: url(images/bg-menu2.jpg);
    background-size: cover;
    background-position: center center;
}

.calc2 li.menu-bg3 {
    background: url(images/bg-menu3.jpg);
    background-size: cover;
    background-position: center center;
}

.calc2 li.menu-bg4 {
    background: url(images/bg-menu4.jpg);
    background-size: cover;
    background-position: center center;
}

.calc2 li.menu-bg5 {
    background: url(images/bg-menu5.jpg);
    background-size: cover;
    background-position: center center;
}


.calc3 li {
    display: inline-block;
    width: calc(92%/3);
    padding: 5px;
}

/****画像の大きさを固定する場合
.calc3 li img{
    width:100%;
    height:194px;
	object-fit: cover; /* この一行を追加するだけ！ */
}

****/ .calc4 li {
    display: inline-block;
    width: calc(90%/4);
    padding: 1%;
}

.calc4 {
    display: inline-block;
    width: calc(90%/4);
    padding: 1%;
}

.calc5 li {
    display: inline-block;
    width: calc(90%/5);
    padding: 1%;
}


.bg2 .calc4 {
    width: calc(100%/4);
    padding: 2% 0;
}

.bg2 .main .calc4 li {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

/****btn****/
#menuList,
#page-top,
.btn,
.btn2,
.btn3,
.btn4,
.btn5,
.btn-midori {
    transition: all .3s ease-in-out;
    display: block;
}

.btn {
    color: #fff;
    width: 170px;
    text-align: center;
    display: block;
    margin: 30px auto;
    padding: 3px 20px;
    background-color: #000;
}

.btn:hover,
.btn.inverse {
    color: #fff;
    background-color: #30ab5a;
}

.btn a {
    color: #fff;
}

.btn2 {
    font-size: 18px;
    width: 150px;
    text-align: center;
    display: block;
    margin: 30px auto;
    padding: 3px 20px;
    border: 2px solid #071e28;
}

.btn2:hover,
.btn.inverse {
    color: #fff;
    background: #000;
}

a.btn2 {
    color: #000000;
    text-decoration: none;
}

.btn3 {
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 3px 26px;
    border: 1px solid #000;
}

.btn3:hover,
.btn.inverse {
    color: #000;
}

a.btn3 {
    color: #30ab5a;
}

.btn4 {
    color: #fff;
    width: 200px;
    text-align: center;
    display: block;
    margin: 30px auto;
    padding: 3px 20px;
    background-color: #30ab5a;
}

.btn4:hover,
.btn.inverse {
    color: #fff;
    background-color: #000;
}

.btn4 a {
    color: #fff;
}

.btn5 {
    font-size: 18px;
    width: 150px;
    text-align: center;
    display: block;
    margin: 30px auto;
    padding: 3px 20px;
    border: 1px solid #fff;
}

.btn5:hover,
.btn.inverse {
    background: #fff;
    color: #30ab5a;
}

a.btn5 {
    color: #fff;
    text-decoration: none;
}

.btn-kanri {
    color: #000;
    width: 300px;
    text-align: center;
    display: block;
    margin: 50px auto;
    padding: 10px 20px;
    color: #fff;
    background-color: #e06897;
    border: 1px solid #e06897;
}

.btn-kanri:hover,
.btn-kanri.inverse {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.btn-midori a {
    color: #fff;
}

/****Other****/
p {
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

.mt90 {
    margin-top: 90px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.kakomu {
    border: 1px dotted #000;
    padding: 1%;
}

.kakomu2 {
    border-bottom: 3px dotted #000;
    padding: 1% 0;
}

.kakomu3 {
    font-weight: normal;
    color: #555;
    background: #f9f9f9;
    border-left: 5px solid #30ab5a;
    padding: 2%;
}

/*画像部分
---------------------------------------------------- */
#mainImage {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#mainImage .main-photo {
    position: relative;
    max-width: 100%;
    /* 親要素の幅を100%に設定 */
    margin: 0 auto;
    /* 中央に配置 */
}

#mainImage .main-photo img {
    display: inline-block;
    /* 中央揃えのためにインラインブロックに設定 */
    width: 100%;
    /* 親要素の幅に合わせて画像を調整 */
    height: auto;
    /* 縦横比を保持 */
    vertical-align: bottom;
}



/*Sub*/

#subImage {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    /* 追加 */
}

#subImage .sub-photo {
    position: relative;
}

#subImage .sub-photo img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /* 再確認 */
}

#subImage .sub-text {
    position: absolute;
    z-index: 2;
    padding: 5%;
    top: 11%;
    text-shadow: #fff 3px 0 10px;
}

.text1 {
    font-size: clamp(1.1rem, 2.4vw, 3rem);
    display: block;
    margin-bottom: 50px;
    line-height: 1.7;
}

.text2 {
    font-size: clamp(0.8rem, 1vw, 1.5rem);
    display: block;
    width: 70%;
    line-height: 2.2;
}

/* ここにオーバーレイのスタイルを追加 */
#subImage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    z-index: 1;
    /* .sub-text より下に表示 */
    pointer-events: none;
    /* オーバーレイがクリックなどのイベントを無視する */
}

/* コンテンツ
---------------------------------------------------- */
#main p {
    margin-bottom: 10px;
}

#date {
    text-align: right;
    padding-bottom: 10px;
    font-weight: bold;
    color: #858585;
}

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

#date-blog {
    border-top: solid 1px #5a493f;
}

/* 背景
---------------------------------------------------- */
.bg {
    text-align: left;
}

.bg1 {
    background: url(images/bg-contact.jpg);
    color: #fff;
    text-align: center;
}

.bg2 {
    background: #30ab5a;
}

.bg3 {
    color: #fff;
}

.bg4 {
    background: #efeeec;
}

.bg5 {
    background: #d9f8e3;
    padding: 1% 3%;
}

/* ヘッダー
---------------------------------------------------- */
/****ヘッダーメニューの固定
header{
	z-index: 8888;
	position: sticky;
	top: 0px;
	width:100%;
        background:#fff;
}
header{
	zoom: 1; /* float解除 for IE6/7  */
}

header:after {
    content: "";
    clear: both;
    display: block;
}

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

.header-in {
    display: block;
    height: 100px;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 980px;
    width: 100%;
}

/* メインナビゲーション
---------------------------------------------------- */
#menuList {
    margin: 0 auto;
    width: clamp(980px, 100%, 1280px);
    letter-spacing: clamp(-0.05em, 0.01vw, 0.12em);
    font-size: 15px;
    font-weight: normal;
}

#menuList {
    zoom: 1;
    /* float解除 for IE6/7  */
}

#menuList:after {
    content: "";
    clear: both;
    display: block;
}

#menuList ul {
    display: flex;
    justify-content: space-around;
}

#menuList li {
    list-style: none;
}

#menuList a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 10px 2px 10px;
}

#menuList li a:hover {
    background: #000;
    color: #fff;
}

#menuList li a:hover span {
    color: #fff;
}

/* メイン
---------------------------------------------------- */
.main {
    margin: 0px auto;
    padding: 70px 20px 20px;
    word-wrap: break-word;
    max-width: 1280px;
}

.main-f {
    margin: 0px auto;
    padding: 30px 20px 30px;
    word-wrap: break-word;
    max-width: 1280px;
}

.main {
    zoom: 1;
    /* float解除 for IE6/7  */
}

.main:after {
    content: "";
    clear: both;
    display: block;
}

.main-p10 {
    margin: 0px auto;
    padding: 0px 20px;
    word-wrap: break-word;
    max-width: 1280px;
}

.main-p10 {
    zoom: 1;
    /* float解除 for IE6/7  */
}

.main-p10:after {
    content: "";
    clear: both;
    display: block;
}

/* フッター
---------------------------------------------------- */
#footer {
    padding: 0px 10px 10px;
    ;
    color: #fff;
    background: #000;
}

#footer {
    zoom: 1;
    /* float解除 for IE6/7  */
}

#footer:before {
    content: "";
    clear: both;
    display: block;
}

#footer ul li {
    margin: 0px 10px 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

#footer li a {
    color: #fff;
}

#footer ul li a:hover {
    color: #ee86a1;
}

address {
    font-style: normal;
    font-size: 13px;
    margin-top: 0px;
    padding: 0px auto;
    text-align: left;
}

/* タイトル
---------------------------------------------------- */
h1 {
    line-height: 0;
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 20px 0px 20px 0px;
    font-weight: normal;
}

.articlebodytop .bg1 h2 {
    color: #fff;
}

h2 {
    zoom: 1;
    /* float解除 for IE6/7  */
}

h2:before {
    content: "";
    clear: both;
    display: block;
}

h3 {
    background: #d9f8e3;
    color: #30ab5a;
    padding: 15px;
    font-size: 18px;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h3.top {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    border: 4px solid #d9f8e3;
    padding: 10px;
    color: #30ab5a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}


h5 {
    border-left: 7px solid #b9eacd;
    clear: both;
    font-weight: bold;
    color: #30ab5a;
    font-size: 15px;
    height: auto;
    margin: 20px 0 20px 2px;
    padding: 3px 5px;
    text-align: left;
    text-shadow: 0 0px 0 #D9D9D9;
}

h6 {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #c8e3b0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

/* テーブル
--------------------------------------------- */
table {
    width: 100%;
    line-height: 1.75;
}

table th {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    background: #eee;
    color: #000;
    text-align: left;
    font-weight: normal;
}

table td {
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.hissu {
    background: none repeat scroll 0 0 #30ab5a;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 10px;
    width: 98%;
}


/* フォーム
--------------------------------------------- */
input[type="text"],
input[type="email"],
textarea {
    vertical-align: middle;
    width: 80%;
    line-height: 30px;
    height: 35px !important;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}

textarea {
    height: auto;
    line-height: 1.5;
}

.wpcf7 textarea[name="your-message"] {
    height: 300px !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    padding: 3px 10px;
    background: #9a234f;
    background: -moz-linear-gradient(top, #cc5478 0%, #9a234f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc5478), color-stop(100%, #9a234f));
    background: -webkit-linear-gradient(top, #cc5478 0%, #9a234f 100%);
    background: -o-linear-gradient(top, #cc5478 0%, #9a234f 100%);
    background: -ms-linear-gradient(top, #cc5478 0%, #9a234f 100%);
    background: linear-gradient(to bottom, #cc5478 0%, #9a234f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5478', endColorstr='#9a234f', GradientType=0);
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 100%;
    color: #fff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    cursor: pointer;
    background: #9a234f;
    background: -moz-linear-gradient(top, #9a234f 0%, #cc5478 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a234f), color-stop(100%, #cc5478));
    background: -webkit-linear-gradient(top, #9a234f 0%, #cc5478 100%);
    background: -o-linear-gradient(top, #9a234f 0%, #cc5478 100%);
    background: -ms-linear-gradient(top, #9a234f 0%, #cc5478 100%);
    background: linear-gradient(to bottom, #9a234f 0%, #cc5478 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a234f', endColorstr='#cc5478', GradientType=0);
}

*:first-child+html input[type="submit"] {
    padding: 3px;
}

input[type="text"].w50 {
    width: 50px;
}

input[type="text"].w120 {
    width: 120px;
}

.tate span.wpcf7-list-item {
    display: block;
}

.wpcf7-submit {
    width: 100px;
}

/* ページナビ
--------------------------------------------- */
div.pagenavi {
    width: 100%;
    margin: 2em 0;
    padding: .8em 3px;
    border-top: 1px solid #ccc;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #c6a58b;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #fff;
    border-color: #ccc;
}

.wp-pagenavi span.current {
    color: #aaa;
}

/* 投稿画像
--------------------------------------------- */
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b3b3b3;
    padding: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

img.aligncenter_nasi {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #b3b3b3;
    padding: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

img.alignleft {
    border: 1px solid #b3b3b3;
    display: inline;
    float: left;
    margin: 0 10px 2px 0;
    padding: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

img.alignleftnasi {
    border: 0px solid #b3b3b3;
    display: inline;
    float: left;
    margin: 0 10px 2px 0;
    padding: 4px;
    box-shadow: 0px rgba(0, 0, 0, 0.1);
}

img.alignright {
    border: 1px solid #b3b3b3;
    display: inline;
    float: right;
    margin: 0 10px 2px 0;
    padding: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}


img.alignrightnasi {
    border: 0px solid #b3b3b3;
    display: inline;
    float: right;
    margin: 0 10px 2px 0;
    padding: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* page-top
--------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    z-index: 2;
}

#page-top a {
    background: #92c000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #4da619;
    color: #fff;
}

/* sns
--------------------------------------------- */
.sns {
    font-size: 20px;
}

.sns a:hover {
    opacity: .8;
}

/* 追加
--------------------------------------------- */

.articlebody h2 {
    border-bottom: 1px solid #071e28;
    padding: 10px 0;
}

.articlebody h2.rinen {
    font-size: 1.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-top: 7%;
    color: #000;
    border-bottom: 0px solid #071e28;
    padding: 0;
    line-height: 1.8;
}

/* タイトル線  */
.articlebody h2.rinen::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 5rem;
    height: 5px;
    background-color: #30ab5a;
}

/* タイトル線ここまで  */

.menu img {
    width: 98%;
    display: bock;
}

.news a {
    color: #000;
    font-weight: normal;
}

.newslist {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 15px 0;
}



/* タイトル
--------------------------------------------- */
h2.top {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1;
    margin: 20px 0;
    color: #000;
}


.articlebodytop h2.top span {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    padding: 5px 0;
    color: #000;
    display: block;
}

/* タイトル線  */
.articlebodytop h2.top::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 1.8rem;
    height: 2px;
    background-color: #000;
}

/* タイトル線ここまで  */

h2.top {
    zoom: 1;
    /* float解除 for IE6/7  */
}

h2.top:before {
    content: "";
    clear: both;
    display: block;
}

/* グーグルマップ
--------------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 20%; // ここを変更すると高さが変わる
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* iFrameを画面サイズにフィット
------------------------------------------------ */
div.iFrameWrap {
    position: relative;
    margin: 0 0 1em;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%
}

div.iFrameWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* facebookレスポンシブ幅
------------------------------------------------ */
.fb-page {
    width: 90% !important;
}

/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/
.thumbWrap li {
    vertical-align: top;
    display: inline-block;
    width: calc(92%/3);
    padding: 1%;
}

.thumbWrap img {
    max-width: 100%;
    height: 393px;
    object-fit: contain;
}

ul.thumbUnder h3 {
    padding-top: 10px;
    font-size: 120%;
    font-weight: bold;
    border: 0px;
}

ul.thumbUnder h3 span {
    display: block;
}

ul.thumbUnder h3 a {
    color: #000000;
}

ul.thumbUnder h3 a:hover {
    color: #cdcdcd;
}

ul.thumbUnder li p {
    margin: 15px 0 10px;
}

ul.thumbUnder li img {
    margin-top: 10px;
}

ul.thumbUnder .thumbUnderDate {
    font-size: 80%;
}

/* 
トレーニングの流れ
------------------------------------------------ */
.point {
    color: #30ab5a;
    font-size: 16px;
    font-weight: bold;
    padding-left: 44px;
}

.title-next {
    background: #30ab5a;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 4px 0;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    position: relative;
    margin-left: -44px;
}

.title-next2 {
    color: #30ab5a;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding: 4px 0;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    position: relative;
    margin-left: -44px;
}

/* page-top
--------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 2;
}

#page-top a {
    background: #379e43;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    line-height: 2.5;
}

#page-top a:hover {
    text-decoration: none;
    background: #ea8631;
    color: #fff;
}

/* Youtube動画レスポンシブ対応
--------------------------------------------- */
#main_vidual {
    background: #000;
}

#main_vidual {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%
}

#main_vidual iframe,
#main_vidual object,
#main_vidual embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.kakomu-movie {
    padding: 1%;
    border: solid 3px #000;
}

/* other
--------------------------------------------- */
#sb_instagram h3 {
    background: #fff;
    color: #000;
}

/*光る*/
.reflection-img {
    width: 980px;
    height: 361px;
    position: relative;
    overflow: hidden;
}

.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -moz-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -ms-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -o-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -o-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}



/*スライドを中央表示に*/
div.meteor-slides {
    margin: 0 auto !important;
}

/*画像の大きさフィット
--------------------------------------------- */

.entry-main img.size-full {
    max-width: 98%;
    height: auto;
}

.entry-main img.size-large {
    max-width: 98%;
    height: auto;
}

.entry-main img {
    max-width: 98%;
    height: auto;
}

/*体験者の声 スタッフ紹介*/
.postImg img {
    width: 400px;
    height: 100%;
    object-fit: cover;
}

/*お弁当*/
.postImg2 img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

/*追加
--------------------------------------------- */
/*コンテンツ*/

.d-fl {
    display: flex;
    justify-content: space-between;
}

.d-fl-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}

.zure {
    position: relative;
    top: 100px;
    left: -40px;
}

.w60-b {
    width: 60%;
    padding: 1% 3%;
    box-sizing: border-box;
}

/*トップ*/
.d-fl-top {
    display: flex;
    justify-content: space-between;
}

.main h2.rinen {
    line-height: 2;
}

.main h2.rinen span {
    display: block;
}

.main h2.rinen::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 5rem;
    height: 5px;
    background-color: #30ab5a;
}

.w100 {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}

.w100 img {
    margin-top: auto;
}

ul.program-ul {
    display: flex;
    align-items: start;
    justify-content: center
}

/*黒板*/
.kokuban {
    padding: 2% 3%;
    margin: 80px 0 40px 0;
    border: 0px solid #986500;
    background: #31ab5a;
    color: #fff;
}

.kokuban-title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    margin-bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.kokuban-title:before, .kokuban-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.kokuban-title:before {
    left: 0;
}

.kokuban-title:after {
    right: 0;
}

.gmy-obentou img {
    border: 1px solid #ff83cf;
    padding: 3%;
    box-sizing: border-box;
}

hr.pk {
    border-color: #ff83cf;
}

hr.gr {
    border-color: #2ea356;
    margin: 70px 0 0;
}

/*理念ページ*/
.rinen-tite {
    display: flex;
    align-items: center;
}

.rinen-photo {
    display: flex;
    gap: 10px;
}

.ls01 {
    letter-spacing: 0.1em;
}

/*ストーリー*/
.story-waku {
    display: flex;
}

.story {
    margin: 30px 10px;
}

.story p {
    padding: 0 10px;
}

p.story-title {
    border-bottom: 1px solid #afcc95;
}

/*スタッフ紹介*/

h4.staff-tte {
    background: linear-gradient(transparent 50%, #d9f8e3 50%);
    color: #30ab5a;
    border: 0px solid #d9f8e3;
    border-radius: 0px;
    font-size: 20px;
    line-height: 1.8;
}

.gmy-staff .postImg img {
    box-shadow: 12px 8px 5px 2px #bfbfbf;
}

/*お問い合わせ*/
.otoiawase {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin: 0 auto;
}

.f100 {
    font-size: 6rem;
}

.p-g {
    color: #30ab5a;
}