@charset "UTF-8";
/* サンリクケアタクシー CSS Document */

/*----------------------------------------------------------
        全体共通
        ========================================================
        
----------------------------------------------------------*/
body {
    background: #FFF1D9 url(img/top-bg.png) no-repeat;
    background-size: 100% auto;
    color: #112416;
    counter-reset: number 0;
    overflow: hidden;
    font-family: "Zen Maru Gothic", "Varela Round", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.05rem;
    position: relative;
}
/*body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    background: #32cd32;
}*/
.font-type2 {	
    font-family: "Zen Maru Gothic", "Varela Round", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    color: #112416;
}
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex_lay_box {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-right: 1rem;
}
.flex_lay_box:nth-child(even) {
    padding-right: 0;
    padding-left: 1rem;
}
@media screen and (max-width: 1200px){
    body::before {
        height: 200px;
    }
}
@media screen and (max-width: 768px){
    .flex_lay_box {
        width: 100%;
        margin-bottom: 2em;
        padding-right: 0;
    }
}

/*----------------------------------------------------------
        ヘッダーナビ
        ========================================================
        
----------------------------------------------------------*/
.header-bar {
    height: 100px;
    box-shadow: none;
    background: none !important;
}
.header-bar.header-bar-fixed.scrolled{
    background: rgba(255,255,255,0.9) !important;
}
.logo-image {
    top: 7px;
    left: 25px;
    position: absolute;
    width: 240px;
    height: auto;
}
img.h_logo {
    width: 100%;
}
.header-bar-inner {
    width: 100%;
}
.global-nav {
    margin-right: 15px;
}
.global-nav > ul > li {
}
.global-nav > ul > li > a {
    line-height: 100px;
    padding: 0px 20px 0 25px;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.15em;
    font-weight: 600;
    color: #112416;
}
.global-nav > ul > li > a:hover {
    color: #4d895d;
}
.global-nav > ul > li > a::after {
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    background: #FFA500;
    border-radius: 50%;
    left: 50%;
    bottom: 23px;
    margin-left: -4px;
}
/*.global-nav > ul > li > a:after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 20px;
    line-height: 1;
    font-size: 0.75em;
    color: #1e8d44;
    font-weight: 500;
}
.global-nav > ul > li.global-menu-001 > a:after {
  content: 'Home';
}
.global-nav > ul > li.global-menu-002 > a:after {
  content: 'Price';
}
.global-nav > ul > li.global-menu-003 > a:after {
  content: 'Staff';
}
.global-nav > ul > li.global-menu-004 > a:after {
  content: 'Company';
}
.global-nav > ul > li.global-menu-005 > a:after {
  content: 'Contact';
}
.global-nav > ul > li.global-menu-006 > a:after {
  content: 'お知らせ';
}
.global-nav > ul > li.global-menu-007 > a:after {
  content: '';
}
.global-nav .current-menu-item > a:before, .global-nav > ul > li > a:before, .global-nav .sub-menu a:before {
  content: '';
  height: 2px;
  left: 20px;
  width: 0;
  top: 0;
  position: absolute;
  background: #03a58f;
  transition: 0.5s;
}
.global-nav .current-menu-item > a:before, .global-nav > ul > li > a:hover:before {
  width: calc(100% - 40px);
}
.global-nav > ul > li.global-menu-arrow > a::after {
    content: "\e90e";
    display: block;
    font-family: "design_plus";
    position: absolute;
    width: calc(100% - 0px);
    text-align: center;
    right: 0;
    bottom: 13px;
    line-height: 1;
    font-size: 10px;
    color: #2ec455;
}*/
.global-nav .current-menu-item > a {
    color: #F27E7A;
}
.global-nav .current-menu-item > a:hover {
    color: #F27E7A;
}
li#menu-item-51 {
    background: #ff9005;
    margin-left: 20px;
    padding: 0 20px;
    transition: 0.8s;
    color: #fff;
}
li#menu-item-51:hover {
    background: #ffbb65;
    color: #fff;
    line-height: 100px;
}
li#menu-item-51 a {
    color: #fff;
    line-height: 100px;
}
li#menu-item-51 a:hover {
    border-bottom: none;
    line-height: 100px;
}
.global-nav .sub-menu {
    top: 100%;
}
.global-nav .sub-menu a {
    background-color: #49b25b;
    font-size: 1em;
    font-weight: 600;
    font-family: "Varela Round","Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.global-nav .sub-menu a:hover {
    background-color: #fff;
    color: #49b25b;
}
.global-nav .sub-menu .current-menu-item > a {
    color: #ffd6af;
}
.global-nav .sub-menu .current-menu-item > a::before {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .header-bar {
        height: 64px;
        border-bottom: none;
    }
    .logo-image {
        left: 10px;
        top: 5px;
        margin-left: 0px;
    }
    .global-nav a, .global-nav a:hover {
        background: #e7ffb8;
        border-bottom: none !important;
    }
    .global-nav > ul > li > a {
        color: #112416 !important;
        line-height: 50px;
        padding: 0 35px 0 20px;
        text-align: left;
        background: #fff;
    }
    .global-nav-button {
        border-left:none;
    }
    .global-nav-button:before {
        color: #112416;
    }
    .global-nav > ul > li > a:after {
        display: none;
    }
    .global-nav .current-menu-item > a:before, .global-nav > ul > li > a:hover:before {
        display: none;
    }
    .global-nav .sub-menu a {
        font-size: 1.0em;
        padding-left: 2.5em;
        background-color: #ffffff;
        color: #000 !important;
    }
    li#menu-item-51 {
        margin-left: 0px;
        padding: 0 0px;
    }
    li#menu-item-51 a,
    li#menu-item-51 a:hover {
        line-height: 50px;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #000;
    }

    .global-nav > ul > li > a:after {
        display: none;
    }  
    .global-nav > ul > li.global-menu-arrow > a::after {
        display: none;
    }
}
@media screen and (max-width:924px) {
    .header-bar-fixed .global-nav {
        top: 56px;
    }
    .global-nav-button {
        width: 56px;
        height: 56px;
    }
    .global-nav-button:before {
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .top-slider-content-inner img{
        max-width: 110px;
    }
}
@media screen and (max-width:485px) {
    .global-nav > ul > li > a {
        font-size: 0.9em;
        padding: 0 20px 0 20px;
    }
    .global-nav .sub-menu a {
        font-size: 1em;
        padding-left: 3em;
    }
    .logo-image {
    }
    .top-slider-content, .top-slider-content-inner {
        background-size: 75% !important;
    }
    img.f_logo {
        width: 25%;
    }
}

/*----------------------------------------------------------
        トップページ
        ========================================================
        FV
----------------------------------------------------------*/
.header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 170px;
}
.mb_YTPBar {
    display:none !important;
}
.header-youtube-overlay {
    background: linear-gradient(180deg, rgb(255 255 255 / 34%) 42%, rgb(255 255 255 / 37%) 100%);
}
.top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    background: none;
    /*transition: 1.2s;*/
}
.top-slider-nav a, .top-slider-nav li.active a {
    display: none;
}
.top-slider-content, .top-slider-content-inner {
    width: 80% !important;
    height: auto !important;
    padding: 0 !important;
    margin-left: 0%;
    margin-right: auto;
    /*margin-top: 10%;*/
    border-radius: 0;
    overflow: visible;
    z-index: 10;
}
.top-slider-content {
    left: 10%;
}
.top-slider-content-inner:after {
    display: none;
}
.top-slider-wrapper {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 200px);
    width: auto;
    margin-left: calc(10% + 275px);
    margin-right: 10%;
    border-radius: 100px;
}
.top-slider:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff1d99e;
}

/*----------------------------------------------------------
        トップページ
        ========================================================
        コンテンツ部分
----------------------------------------------------------*/
#content01 {
    padding: 7% 0;
    position: relative;
}
.original_inner {
    margin: 0 auto;
    max-width: 1400px;
    width: 80%;
}
.front_intro_img, .front_intro_text,
.original_request-text, .original_request-img {
    width: 50%;
    box-sizing: border-box;
}
.front_intro_img {
    padding-right: 2rem;
}
.original_request-img {
    padding-left: 2rem;
}
.front_intro_text h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    line-height: 2;
    color: #FFA500;
    font-weight: 600;
    letter-spacing: 2px;
}
.front_intro_text p {
    line-height: 2.2;
}
address.fp-contact-tel {
    font-size: 2.5em;
    line-height: 1;
    margin: 0.8em auto 0.8em 0;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
}
address.fp-contact-tel span {
    font-size: 0.56em;
    font-weight: 500;
}
address.fp-contact-tel a {
    background: url(img/phone.png) no-repeat;
    background-size: auto 55px;
    color: #F27E7A;
    padding-left: 52px;
}

.content02 {
    position: relative;
    background: none;
    padding: 0 0 7em;
}
.content02-inner {
    max-width: 1400px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 80%;
    z-index: 10;
}
.content02-item:first-of-type {
    margin: 0;
}
.content02-item:nth-of-type(2) {
    top: 0;
}	
.content02-item:nth-of-type(3) {
    top: 0;
}
.content02-inner-img {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    border-radius: 15px;
}
.content02-title {
    line-height: 1.5;
    font-weight: 600 !important;
    margin: 0 0 20px;
    padding: 0;
    font-size: 26px;
    color: #F27E7A;
    text-align: left;
    letter-spacing: 0.05em !important;
}
.content02-title span {
    color: #FFA500;
}
.content02-text {
    color: #000;
    padding: 0;
    line-height: 2.2;
    margin-bottom: auto;
}
a.content02-button {
    font-size: 1.1em;
    font-weight: 600;
    width: 100%;
    height: 50px;
    line-height: 49px;
    color: #FFA500;
    border: dashed 1px #FFA500;
    padding: 0;
    text-align: center;
    margin: 20px auto 0;
    background: none;
    transition: 0.5s;
    z-index: 1;
    padding: 0 1rem;
    border-radius: 30px;
    max-width: 300px;
    position: relative;
}
.original_request a.content02-button {
    margin: 20px 0 0;
}
a.content02-button::before { 
    content: "";
    width: 0;
    height: 100%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    background: #FFA500;
    border-color: #FFA500;
    border-radius: 30px;
    transition: 0.5s;
    z-index: -1;
    left: 0;
    color: #fff;
}
a.content02-button:hover {
    background: #FFA500 !important;
    color: #fff !important;
    border: 1px solid #FFA500;
}
a.content02-button:hover::before {
    width: 100%;
}

section.original_request {
    padding: 0 0 6rem;
}
.original_sub_menu {
    font-size: 2.1em;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.8;
    position: relative;
}
section.original_request .original_request-text span {
    display: block;
}
.original_sub_menu span {
    font-size: 0.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
}
p.original_request_syousai {
    font-size: 1em;
    line-height: 2;
    margin-top: 2rem;
}
a.original_request_but {
    border: solid 1px rgb(250 250 250);
    padding: 1.5em;
    display: block;
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 2rem;
    color: rgb(250 250 250);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font-size: 1.1em;
    border-radius: 15px;
}
a.original_request_but:hover {
    border: solid 1px #04bf35;
    color: #fff;
    border-radius: 15px;
}
a.original_request_but::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: 0.5s;
    top: 0;
    left: 0;
    background: #49b25b;
    z-index: -1;
    border-radius: 15px;
}
a.original_request_but:hover::before {
    width: 100%;
}

section.original_original03 {
    padding: 14em 0 10em 0;
    position: relative;
    background: #000000a8;
    color: #fff;
}
.original03-text h2 {
    font-size: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 0.75em;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
}
.original03-text h3 {
    margin-bottom: 2em;
}
.original03-text {
    position: relative;
    padding-left: 30%;
    padding-right: 0%;
}
.original03-text p {
    line-height: 2.4;
}
section.original_original03::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/story_tcd041/img/top_original03.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -10;
}
section.original03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    background: #fafaf024;
}

section.front-third {
    padding-bottom: 70px;
}
.third-box {
    display: flex;
    flex-direction: column;
    float: left;
    margin-left: 5%;
    padding-bottom: 50px;
    position: relative;
    width: 30%;
}
.third-box:first-of-type {
    margin-left: 0;
}
.third-box .point-title {
    margin-left: -30px;
    margin-bottom: -30px;
}
h3.third_title {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #FFA500;
}
h3.third_title span {
    color: #F27E7A;
}
.third_text02 h3.third_title {}
p.third_text {
    margin-bottom: 0;
    line-height: 2.4;
}

section.front_topics {
    padding: 80px 0 90px;
    background: #fff;
    position: relative;
    margin-bottom: -100px;
}
h2.front_topics_first {
    font-size: 2.5em;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    color: #FFA500;
}
h2.headline-primary {
    display: none;
}
.article03 {
    box-sizing: border-box;
    border: 1px solid #cadbcd;
    border-radius: 15px;
}
.article03-thumbnail {
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
}
.article03-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 15px 15px;
}

section.topmovie {
    background: #fff;
    padding: 5rem 0;
    text-align: center;
    position: relative;
}
section.original_mono {
    background: #2b8cce;
    padding: 5rem 0;
    text-align: center;
    position: relative;
    color: #fff;
}
/*section.original_mono::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/story_tcd041/img/.jpg);
    background-size: cover;
    z-index: -1;
}*/
.original_mono-text {
    width: 86%;
    margin: 0 auto;
}
.mono-container {
    /* border-top: 2px dashed #f9f3ec;
        border-left: 2px dashed #f9f3ec; */
    box-sizing: border-box;
}
.mono-box {
    width: 33.3%;
    box-sizing: border-box;
    padding: 1em;
    /* border-right: 2px dashed #f9f3ec; 
        border-bottom: 2px dashed #f9f3ec; 
        background: #fff;*/
}
.mono-inner-img {
    margin: 30px auto 30px;
    display: block;
    width: 80%;
}
.mono-title {
    line-height: 1.5;
    font-weight: 700 !important;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em !important;
}
.mono-text {
    color: #fff;
    padding: 0;
    line-height: 2.2;
    text-align: center;
    font-size: 20px;
}
.youtube_inner {
    width: 70%;
    max-width: 1150px;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 5%;
}
.youtube_wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
@media only screen and (max-width: 1200px) {
    .content02:after {
        height: 7em;
    }
    .third-box {
        margin-bottom: 50px;
    }
    .front-third-text:before {
        font-size: 25px;
        margin-bottom: 10px;
    }
    h3.third_title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    section.front_topics {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    h2.front_topics_first {
        font-size: 33px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .front_intro_text h2 {
        font-size: 1.6em;
    }
    .content02-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 970px) {
    .front_intro-outer::after {
        position: relative;
        height: 450px;
        display: block;
        width: 95%;
        margin-top: 8%;
    }
    .front_intro-outer .inner {
        width: 100%;
    }
    .content02:after {
        height: 13em;
    }
    .content02-inner {
        display: -webkit-box;
        display: block;
    }
    .content02-item {
        width: 100%;
        margin: 0;
    }
    .content02-item {
        margin-bottom: 70px !important;
    }
    .content02-title {
        font-size: 23px;
    }
    a.content02-button {
        height: 50px;
        line-height: 50px;
    }

    .original_sub_menu {
        font-size: 1.8em;
    }
    section.original03::after {
        background: #fafaf0a3;
    }
    .original03-text {
        padding: 0 7%;
    }
    p.original_request_syousai {
        text-align: left;
    }
    section.front-third_title h2 {
        font-size: 28px;
        letter-spacing: 4px;
    }	
    section.front-third {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .third-box {
        margin-left: 0;
        width: 100%;
    }
    .front-third-inner {
        padding-top: 400px;
        padding-right: 0;
    }
    .third-box:nth-of-type(2n) .front-third-inner {
        padding-left: 0;
    }
    .third-box .front-third-inner::after {
        width: 100%;
        height: 400px;
    }
    .third-box .front-third-inner.third01::after {
        background-position: top;
    }
    p.third_text {
        line-height: 2;
    }

    .article03-content {
        padding: .8em;
    }
    .front_intro_img, .front_intro_text, .original_request-text, .original_request-img {
        width: 100%;
    }
    .original_request-img {
        padding-left: 0;
        padding-top: 2rem;
    }
    .front_intro_img {
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .content02-item {
        margin-bottom: 70px !important;
    }
    .content02-item:nth-of-type(2) {
        top: 0;
    }
    .content02-item:nth-of-type(3) {
        top: 0;
    }
    .content02-item:nth-of-type(3) {
        margin-bottom: 0 !important;
    }
    a.content02-button {
        width: 100%;
        max-width: initial;
        position: relative;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }
    .original_sub_menu {
        font-size: 1.75em;
        line-height: 1.5;
    }
    .original_sub_menu span {
        margin-bottom: 2rem;
    }

    section.original03 {
        padding: 4em 0 4em;
    }
    section.original03::after {
        background: #fafaf0bd;
    }

    section.front-third_title h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }	 
    .front-third-text:before {
    }
    h3.third_title {
        margin-bottom: 10px;
    }

    section.front_topics {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.front_topics:after {
        height: 2%;
    }
    h2.front_topics_first {
        font-size: 28px;
        margin-bottom: 25px;
    }
    h2.headline-font-type.article03-title {
        font-size: 13px !important;
    }
    .mono-box {
        width: 100%;
    }
    .youtube_inner {
        width: 90%;
    }
}
@media only screen and (max-width: 500px) {
    #content01 {
        padding: 10% 0 15%;
    }

    .front_intro_text h2 {
        font-size: 1.7em;
        margin-bottom: 22px;
    }
    .front_intro_text p {
        line-height: 2.3;
    }
    .front_intro-outer::after {
        width: 100%;
    }

    .content02 {
        padding-bottom: 100px;
    }
    .content02:after {
        height: 9em;
    }
    .content02-img {
        height: auto;
    }
    a.original_request_but {
        line-height: 2;
    }
    .front_second {
        padding-bottom: 0px;
    }
    .original03-text h2{
        font-size: 1.6em;
    }

    h3.third_title {
    }
    .main {
        margin-bottom: 0px;
    }
}

/*----------------------------------------------------------
        トップ
        ========================================================
        フッター
----------------------------------------------------------*/
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#maps{
    height: 350px;
    margin-bottom: 90px;
}
.footer {
    position: relative;
    margin-top: 100px;
}
.footer-content.inner {
    display: none;
}
section.footer-gallery {
    display: none !important;
}
.footer-nav-wrapper {
    display: none !important;
}
.footer-map-box {
    width: 100%;
    height: 350px;
    margin: 0 auto;
}
.footer-logo a {
    display: block;
}
img.yoyaku_bunner {
    max-width: 300px;
    margin-top: 1em;
}
img.yoyaku_bunner:hover {
    opacity: 50%;
    transition: 0.5s;
}
.footer_inner_sec {
    width: 100%;
    margin: 0 auto;
}
.footer_about_info {
    width: 50%;
    box-sizing: border-box;
    color: #000;
    padding: 5em 0;
    padding-left: 5em;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.footer_menu_box {
    width: 50%;
    padding-left: 4em;
    box-sizing: border-box;
    text-align: right;
}
footer#footer_wrapper {
    background: #fff;
    position: relative;
}
.footer_about_info h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.footer_about_info img {
}
img.sdgs_bunner {
    max-width: 300px;
    margin-top: 1em;
}
p.address_footer {
    position: relative;
    margin-bottom: 17px;
    /*padding-left: 20px;*/
    line-height: 1.3;
    font-size: 15px;
}
/*p.address_footer::before {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0px;
    color: #ffb46f;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-size: 16px;
}*/
address.footer-contact-tel {
    font-size: 2.5em;
    line-height: 1;
    margin: 0.25em auto 0.25em 0;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #ffb46f;
    font-family: "Varela Round","Kosugi Maru", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address.footer-contact-tel span {
    font-size: 0.6em;
}
a.footer_but.footer_contact_but {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: left;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #ffffff;
    position: relative;
    border: 1px solid #ffffff;
    background: #ff9839;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
a.footer_but.footer_contact_but:hover {
    color: #ffffff;
    background: #ffb46f;
}
a.footer_but.footer_contact_but::before {
    font-weight: 400;
    position: absolute;
    right: 20px;
    font-family: "design_plus";
    content: "\f0e0";
    font-size: 1.6em;
}
a.footer_but.footer_line_but {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: left;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #ffffff;
    position: relative;
    border: 1px solid #ffffff;
    margin-top: 1em;
}
a.footer_but.footer_line_but:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #14600b;
}
a.footer_but.footer_line_but::before {
    font-weight: 400;
    position: absolute;
    right: 16px;
    font-family: "design_plus";
    content: "\e909";
    font-size: 1.8em;
}
a.footer_but.footer_ameburo_but {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: left;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
    color: #ffffff;
    position: relative;
    border: 1px solid #ffffff;
    margin-top: 1em;
}
a.footer_but.footer_ameburo_but:hover {
    background: #237b31;
}
address.footer-contact-tel a {
    color: #ffb46f;
}
address.footer-contact-fax {
    font-size: 1.5em;
    line-height: 1;
    margin: 0.25em auto 0.25em 0;
    font-style: normal;
    letter-spacing: 0.1em;
}
address.footer-contact-fax span {
    font-size: 0.7em;
}
address.footer-contact-fax a {
    color: #fefefe;
}
p.footer-contact-time span::before {
    content: "＜";
}
p.footer-contact-time span::after {
    content: "＞";
}
p.footer-contact-time {
    font-size: 0.9em;
    line-height: 1.6;
    margin-top: 1.5em;
}
p.footer-contact-time span {
    margin-right: 0.5em;
    margin-left: 0.5em;
}
p.footer-contact-time span:first-of-type {
    margin-left: 0;
}
/*.footer-bar01, p.copyright {
    background: #49b25b;
    color: #fff;
}*/
.social-nav-item a:before {
    color: #fefefe;
}
a.footer-con_but {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    text-align: center;
    margin-right: 5px;
    background: #d9bd9c;
    transition: all .8s;
}
.footer-con-sns-but {
    margin-top: 1.5em;
}
a.footer-con_but span {
    display: none;
}
a.footer-con_but::before {
    content: '';
    font-family: "design_plus";
    font-size: 1.5em;
    color: #fff;
    z-index: 1;
    width: 50px;
    font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
    content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
    content: "\e909";
}
a.footer-con_but.footer-mail_but::before {
    content: "\f0e0";
}
a.footer-con_but.footer-instagram_but {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
    background-color: #00b900;
}
a.footer-con_but.footer-twitter_but {
    background: #00acee;
}
a.footer-con_but.footer-mail_but {
    background-color: #800080;
}
a.footer-con_but.footer-twitter_but::before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 40px;
}
a.footer-con_but.footer-facebook_but {
    background: #3B5998;
}
a.footer-con_but.footer-facebook_but::before {
    content: "\f39e";
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 1;
    width: 40px;
}
a.footer-con_but:hover {
    opacity: 60%;
}
/*div#pagetop a {
  border-radius: 100em;
  background: none;
  color: #5906A5;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  right: 20px;
  bottom: 100px;
  transition: all 0.8s ease 0s;
}
div#pagetop {
  transition: all 0.8s ease 0s;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: #5906A5;
  height: 50px;
  right: 5px;
  width: 1px;
  top: -150px;
  z-index: -1;
}
div#pagetop:hover {
  background: none;
  bottom: 30px;
}*/

.pagetop a:before {
}

/*　footersitemap　*/
ul.footer-list {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}
ul.footer-list li {
    margin-bottom: 15px;
    font-size: 11px;
}
ul.footer-list li a {
    position: relative;
    font-weight: 500;
}
ul.footer-list li a::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    background: #d8393c;
    transition: 0.4s;
}
ul.footer-list li a:hover::after {
    width: 100%;
}
ul.footer-list li.title-footer-list {
    color: #b3b3b3;
    margin-left: -10px;
}
/*　footersitemap ここまで　*/
/*　Instagram埋め込み　*/
h2.instagram_title {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 0.1em;
}
#sb_instagram .sbi_follow_btn a {
    background: #9A003E;
    color: #fff;
    border-radius: 0;
    padding: 0.5em 1.5em;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    box-shadow: inset 0 0 10px 20px #CD3673;
    background: #CD3673;
    color: #fff;
}
.dp-footer-bar-item + .dp-footer-bar-item {
    color: #ffffff;
    background: #ff7f00;
}
.dp-footer-bar {
    border-top: 1px solid #dbdbdb;
}
.dp-footer-bar a {
    color: #ffffff;
    background: #FFA500;
}
.dp-footer-bar a:after{
    background-image: url(/wp-content/themes/story_tcd041/img/linebtn.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 999;
}
.icon-file-text:before {
}
.icon-share-alt:before {
    content: "\e909";
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 970px) {
    .footer_about_info {
        padding: 3em 0 3em 3em;
    }
}
@media only screen and (max-width: 767px) {
    .footer_about_info {
        width: 100%;
        margin-bottom: 2em;
        padding: 4em 2em 1em;
    }
    .footer_menu_box {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 500px) {
    .footer {
        padding: 0px 0;
    }


    .footer::before {
        background-size: 100%;
    }
    img.f_logo {
        width: 25%;
    }
    a.footer_but.footer_contact_but {
        margin-right: auto;
        margin-left: auto;
    }
    p.address_footer {
        font-size: 16px;
    }
    address.footer-contact-tel {
        font-size: 1.5em;
        letter-spacing: 0.1em;
        font-weight: 800;
    }
}
@media screen and (max-width:485px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50% !important;
    }
}


/*----------------------------------------------------------
        固定ページ
        ========================================================
        ヘッダー
----------------------------------------------------------*/
.headline-font-type {
    font-family: "Varela Round","Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb li a, .breadcrumb li {
    color: #112416;
}
.signage {
    height: 220px;
    background-image: url(/wp-content/themes/story_tcd041/img/header_img.jpg) !important;
    background-size: cover;
    background-color: #fffaf4;
}
.signage-title.headline-font-type {
    font-size: 2em !important;
    margin-bottom: 7px;
    text-shadow: none;
    text-align: center;
    color: #112416 !important;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-family: "Varela Round","Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.signage-title-sub {
    font-size: 0.95em!important;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: none;
    margin-bottom: 0;
    font-family: "Varela Round","Zen Maru Gothic", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #f00 !important;
}
@media only screen and (max-width: 1200px) {
    .signage {
        height: 150px;
    }
    .signage-title.headline-font-type {
        font-size: 33px !important;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 970px) {
    .signage {
        height: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .signage {
        height: 140px;
    }
    .signage-title.headline-font-type {
        font-size: 35px !important;
    }
    .signage-title-sub {
        font-size: 13px !important;
    }
}
@media only screen and (max-width: 500px) {
    .signage {
        height: 120px;
    }
    .signage-title.headline-font-type {
        font-size: 25px !important;
        margin-bottom: 0;
    }
}

/*----------------------------------------------------------
        固定ページ
        ========================================================
        枠組み、レイアウト
----------------------------------------------------------*/
.content_inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}
.content-section{
    margin-top: 0px;
    margin-bottom: 0px;	
}
.content-innr-01 {
    background: #ffffffd4;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-innr-02 {
    background: #ffd7b6;
    padding: 70px 8.5%;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-pc-w90 {
    width: 90%;
    margin: auto;
}
.c-pc-w70 {
    width: 70%;
    margin: auto;
}
.leftcontBox1 {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.leftcontBox7 {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.4%;
}
.rightcontBox3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox4 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox5 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox6 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox7 {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}
.rightcontBox9 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}
.box {
    padding: 30px 30px;
    margin-bottom: 20px;
    line-height: 2;
    background: #fff;
}
.box2 {
    background: #f2f2f2;
    padding: 30px 30px;
    line-height: 2;
    margin-bottom: 30px;
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.desc{
    margin-top:40px;
    padding:0 120px;	
}

@media only screen and (max-width: 1200px){
    .content_inner {
        padding: 80px 0;
    }
    .rightcontBox6 {
        width: 56%;
    }
    .leftcontBox6 {
        width: 56%;
    }
}
@media only screen and (max-width: 991px) {
    .content-innr-01,
    .content-innr-02 {
        padding: 70px 7.5%;
    }

    .leftcontBox4,
    .leftcontBox5,
    .leftcontBox6,
    .leftcontBox7,
    .rightcontBox5{
        width: 100%;
        margin: 0 0 15px;
    }
    .rightcontBox3,
    .rightcontBox4,
    .rightcontBox6{
        width: 100%;
    }
    .desc{
        padding:0 50px;	
    }
}
@media only screen and (max-width: 767px){
    .content_inner {
        padding: 50px 0;
    }
    .content-section{
        margin-top: 0px;
        margin-bottom: 0px;	
    }
    .content-innr-01,
    .content-innr-02 {
        padding: 50px 5%;
    }
    .c-pc-w90{
        width: 100%;
    }

    .c-pc-w70 {
        width: auto;
    }
    .leftcontBox1,
    .leftcontBox3
    {
        width: 100%;
        margin: 0 0 15px;
    }

    .rightcontBox9,
    .rightcontBox7{
        width: 100%;
    }
}
@media only screen and (max-width: 667px){
    .box {
        padding: 30px 20px;	
    }
    .desc{
        padding:0 15px;	
    }
}

/*----------------------------------------------------------
        固定ページ
        ========================================================
        共通, 装飾
----------------------------------------------------------*/
.post-content img {
    border-radius: 15px;
}
.post-content img.shnon {
    box-shadow:none;
}
.q_button {
    background-color: #D1AF41;
}
.q_button:hover {
    background: #D9BE64;
}
.line {
    background: linear-gradient(transparent 70%, #ffb30040 0%);
    font-weight: bold;
}
.margin-140 {
    margin-bottom:140px;
}
.margin-120 {
    margin-bottom:120px;
}
.margin-100 {
    margin-bottom:100px;
}
.margin-90 {
    margin-bottom:90px;
}
.margin-80{
    margin-bottom:80px;
}
.margin-70{
    margin-bottom:70px;
}
.margin-60{
    margin-bottom:60px;
}
.margin-50{
    margin-bottom:50px;
}
.margin-40 {
    margin-bottom:40px;
}
.margin-30 {
    margin-bottom:30px;
}
.margin-20 {
    margin-bottom:20px;
}
.margin-10 {
    margin-bottom:10px;
}

/*----------------------------------------------------------
        固定ページ
        ========================================================
        h, p, a, 
----------------------------------------------------------*/
.post-content h2 {
    color: #FFA500;
    font-size: 1.85em;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
.post-content h2::after {
    border-radius: 12px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFA500;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.8em;
}
.post-content h3 {
    padding: 0;
    margin: 0;
    color: #112416;
    font-size: 1.3em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 700;
}
.post-content h3:after {
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    margin: 15px auto 20px;
    background-size: 100%;
    background: #ffb46f;
    margin-left: 0;
}
.post-content h4 {
    padding: 0;
    margin: 0 0 15px 0;
    color: #009628;
    font-size: 1.2em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 800;
}
/*.post-content h4:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #d9935f;
    margin-left: 0;
}*/
.post-content h4.man {
    padding: 0;
    margin: 0;
    color: #a38599;
    font-size: 1.15em;
    line-height: 1.6;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
}
.post-content h4.man:after {
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    margin: 10px auto 20px;
    background-size: 100%;
    background: #A38599;
    margin-left: 0;
}
a, .post-content a {
    color: #000;
}
p, .post-content p {
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}
.post-content p.center {
    text-align: center;
}
.post-content p.right {
    text-align: right;
}
.pagebtn{
    margin-top:60px;
    text-align: center;
}
p.tel_info_box {
    font-size: 17px;
    line-height: 2;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}
.post-content p.cau{
    font-size: 0.9em;
    color: #8A607C;
    line-height: 2;
    font-weight: 500;
}
.post-content p.gokei{
    font-size: 1.1em;
    color: #111;
    line-height: 2;
    font-weight: 500;
    border-top:1px solid #999;
    padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
    p, .post-content p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px){
    .post-content h2 {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .post-content h3 {
        font-size: 19px;
    }
    .post-content h4 {
        font-size: 18px;
    }
    .post-content p.center {
        text-align: left;
    }
}
@media only screen and (max-width: 480px){
}


/*----------------------------------------------------------
        固定ページ
        ========================================================
        table 
----------------------------------------------------------*/
.post-content table {
    width: 100%;
    table-layout: fixed;
}
.post-content tbody {
    border: none;
}
.post-content td, .post-content th {
    border: 2px solid #f4f4f4;
    padding: 25px 25px 22px;
    line-height: 1.8;
    background: none;
}
.post-content th {
    background: #fadcdc;
    font-weight: 700;
    width: 30%;
    text-align: left;
    vertical-align: middle;
    font-size: 16px !important;
}
.post-content td {
    background-color: #ffffff;
    font-size: 16px !important;
    font-weight: 500;
}
table.about th {
    text-align: left;
    width: 30%;
}
table.about td {
    text-align: left;
}
.post-content th span {
    font-size: 14px;
    font-weight: 500;
}
.post-content td span {
    font-size: 14px;
    font-weight: 500;
}
/*@media only screen and (max-width: 1200px){
.block-table--responsive {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 50px;
}
        .block-table--responsive:after {
    content: "※この料金表は横にスクロールできます。";
    color: #8CB3D8;
    font-size: 100%;
}
.post-content td {
  min-width: 130px;
}
}*/
@media only screen and (max-width: 767px){
    .post-content td, .post-content th {
        padding: 15px 15px 14px;
        font-size: 14px !important;
    }
    .post-content th {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    .post-content td {
        box-sizing: border-box;
        width: 100%;
        display: block;
    }
    table.about th {
        width: 100%;
    }
}
@media only screen and (max-width: 500px){

    .post-content th span {
        font-size: 13px;
    }
}
/*.post-content td {
        text-align: center;
}
table.About th {
        text-align: center;
    width: 100%;
}*/

/*----------------------------------------------------------
        固定ページ
        ========================================================
        Google Map
----------------------------------------------------------*/
.maps{
}
.maps iframe,
.maps object,
.maps embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all  0.7s ease;
}
.maps iframe:hover,
.maps object:hover,
.maps embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*----------------------------------------------------------
        固定ページ
        ========================================================
        コンタクト 
----------------------------------------------------------*/
p.contact-tel {
    color: #e56e4e;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
}
p.telcenter {
    text-align: center;
    margin-bottom: 10px;
}
span.contel {
    font-size: 47px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 900;
    color: #ffb46f;
}
.tel-link{	
    color: #ffb46f !important;
}

p.spcalltext {
    font-size: 31px;
    color: #ffa500 !important;
    margin: 20px 0;
}
p.spcalltext span {
    font-size: 20px;
    color: #000 !important;
}
a.spcall {
    color: #ffa500 !important;
}
img.snsbnr:hover {
    opacity: 50%;
    transition: 0.5s;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    border: none;
    padding: 12px;
    border-radius: 1px;
    box-sizing: border-box;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-weight: 600;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 20px;
    text-align: left;
}
.wpcf7 .wpcf7-list-item-label {
    font-weight: 400;
}
span.wpcf7-list-item {
    display: block;
    margin: 0 0 8px;
}
span.wpcf7-list-item:first-child {
    margin-top: 10px;
}
span.wpcf7-list-item:last-child {
    margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 50%;
    margin-left: auto;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 70px;
    line-height: 35px;
    color: #fff;
    background: #ff9839;
    border: 1px solid #ff9839 !important;
    font-family: unset;
    transition: 0.8s;
    border-radius: 40px;
}
.wpcf7 input.wpcf7-submit:hover {
    opacity: 77%;
    background: #ffb46f;
    border: 1px solid #ffb46f !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
.mailtxt{
    text-align: left;
}
@media only screen and (max-width: 767px) {
    span.contel {
        font-size: 38px;
    }
}
@media only screen and (max-width: 500px) {
    span.contel {
        font-size: 34px;
    }
}
/*----------------------------------------------------------
        
        ========================================================
        リスト, ul,li,
----------------------------------------------------------*/
.post-content ul {
    padding-left: 0;
    background-color: #fff;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 15px;
}

.post-content li {
    font-size: 16px;
    list-style-type: none!important;
    line-height: 1.8em;
    padding: 5px 0 4px 45px;
    margin-bottom: 5px;
    color: #000000;
}

.post-content li:before {
    font-family: "Font Awesome 6 Free";
    content: '\f14a';
    position: absolute;
    color: #009628;
    margin-left: -30px;
    left: auto;
    font-weight: bold;
    font-size: 1.1em;
}

.post-content ul.serviceli {
    background: none;
    margin-bottom: 10px;
    column-count: 5;
}

.post-content ul.serviceli li {
    font-size: 16px;
    font-weight: 600;
    list-style-type: none !important;
    line-height: 1.4em;
    padding: 15px 10px 12px 10px;
    margin-bottom: 10px;
    background: #ffdfc0;
    border-radius: 10px;
    text-align: center;
    color: #112416;
}

.post-content ul.serviceli li:before {
    display:none;
}
@media only screen and (max-width: 970px){
    .post-content ul.serviceli {
        column-count: 2;
    }
}

/*----------------------------------------------------------
        
        ========================================================
        Q & A
----------------------------------------------------------*/
.faq_inner {
    max-width: 750px;
    margin: 0 auto;
}
.faq {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8ccb8;
}
.faq.lastbox, .faq:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.faq h3 {
    font-size: 1.35em;
    font-weight: 900;
    line-height: 1.5;
    padding: 5px 0 0 55px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    z-index: 10;
    color: #112416;
}
.faq h3:before, p.answer:before {
    font-weight:400;
}
.faq h3:before {
    content: 'Q';
    font-size: 30px;
    line-height: 43px;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #ffb46f;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    font-weight: 500;
}
.faq h3:after {
    content: none;
}
p.answer {
    margin-left: 45px;
    padding: 0 0 0 40px;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
}
p.answer:before {
    content: 'A.';
    font-size: 30px;
    color: #FFA500;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: 700;
}
a.faq_con {
    font-size: 0.9em;
    font-weight: 500;
    width: 40%;
    left: 0;
    height: 50px;
    line-height: 50px;
    color: #b78a37;
    border: solid 1px #b78a37;
    padding: 0;
    text-align: left;
    margin: 20px 0;
    background: rgb(255 255 255 / 0%);
    transition: 0.5s;
    z-index: 1;
    padding-left: 2rem;
    position: absolute;
}
a.faq_con::before {
    content: "";
    width: 0;
    height: 100%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    background: #d3b260;
    transition: 0.5s;
    z-index: -1;
    left: 0;
}
a.faq_con:after {
    content: 'CONTACT';
    position: absolute;
    font-weight: 500;
    line-height: 50px;
    margin-left: 1em;
    right: 2rem;
    font-size: 0.9em;
    font-family: 'Oswald', sans-serif;
}
a.faq_con:hover {
    color: #ffffff !important;
    background: rgb(255 255 255 / 0%);
}
a.faq_con:hover::before {
    width: 100%;
}
@media only screen and (max-width: 970px) {
    .faq {
        margin-bottom: 50px;
    }
    .faq h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 3px 0 0 50px;
    }
    .faq h3:before {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 22px;
    }
    p.answer {
        padding: 0 0 0 25px;
        margin-left: 50px;
    }
    p.answer:before {
        font-size: 18px;
    }
    a.faq_con {
        width: 58%;
    }
}
@media only screen and (max-width: 767px) {
    .faq {
        margin-bottom: 40px;
    }
    .faq h3 {
        font-size: 18px;
        padding: 2px 0 0 40px;
        margin-bottom: 15px;
    }
    .faq h3:before {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    p.answer {
        padding: 2px 0 0 22px;
        margin-left: 40px;
    }
    p.answer:before {
        font-size: 16px;
    }
    a.faq_con {
    }
}
@media only screen and (max-width: 500px) {
    p.answer {
        margin-left: 10px;
    }
    a.faq_con {
        width: 82%;
        padding-left: 1.5rem;
    }
}


/*----------------------------------------------------------
        
        ========================================================
        投稿ページ 
----------------------------------------------------------*/
.widget_search #searchsubmit{
    background: #b8a581 url(img/common/icon_search.png) no-repeat center;
}

.post-title {
}




/*----------------------------------------------------------
        
        ========================================================
        挨拶 
----------------------------------------------------------*/
.message_box {
    margin-bottom: 20px;
    padding: 60px 0 0 0;
}
.message_box .message_text {
    background: #fff;
    padding: 40px 40px;
}
.message_box .message_text h3 {
    margin-top: 0;
}
.message_box .message_img figcaption{
    text-align: right;
}
p.last_text {
    margin: 0;
}
@media only screen and (max-width: 970px){
    .message_box {
        background-size: 100%;
        padding: 40px 0 0 0;
    }
    .message_text {
        background: none;
        padding: 0;
    }
}
@media only screen and (max-width: 768px){
    .message_box {
        background-size: auto;
        padding: 40px 0 0 0;
    }
}
@media only screen and (min-width: 768px){
    .message_box{
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
    }
}
/*----------------------------------------------------------
        
        ========================================================
        流れ 
----------------------------------------------------------*/

.flow-box,
.flow-box-online{
    display: block;
    position: relative;
    padding-left: 82px;
    max-width: 700px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.flow-box::before {
    counter-increment: number 1;
    content: counter(number);
    background: #ff9839;
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 55px;
    left: 0px;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 100%;
}
.flow-box:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
}
.flow-box::after {
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: 28px;
    background: #ff9839;
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box:last-child::after {
    content: none;
    height: 0;
}
.flow-box h4 {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 5px;
    border: none;
    color: #ff9839;
    font-weight: 600;
    padding: 12px 0;
}
.flow-box h4:after {
    display: none;
}

.flow-box-online::before {
    counter-increment: number 1;
    content: counter(number);
    background: #ffc0ba;
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 53px;
    left: 0px;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 100%;
}
.flow-box-online:first-of-type {
    counter-reset:number;
}
.flow-box-online:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
}
.flow-box-online::after {
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
    left: 28px;
    background: #ffc0ba;
    display: block;
    position: absolute;
    z-index: 0;
}
.flow-box-online:last-child::after {
    content: none;
    height: 0;
}
.flow-box-online h4 {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 5px;
    border: none;
    color: #ff9f95;
}
a.flowcon {
    letter-spacing: 0.05em;
    font-size: 14px;
    padding: 10px 35px 10px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    background: #ff9839;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 25px;
    font-weight: 700;
}
a.flowcon:hover {
    color: #ffffff;
    background: #ffb46f;
}
@media screen and (max-width: 736px){
    .flow-box h4,
    .flow-box-online h4{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 500px){
    .flow-box,
    .flow-box-online {
        padding-left: 80px;
    }
}
/*----------------------------------------------------------
        
        ========================================================
         事業内容
----------------------------------------------------------*/
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.lesson-container {
    border-top: 1px solid #d78f23;
    border-left: 1px solid #d78f23;
    box-sizing: border-box;
    margin-bottom: 6em;
}
.lesson-box {
    width: 33.33333%;
    box-sizing: border-box;
    border-right: 1px solid #E79014;
    border-bottom: 1px solid #E79014;
    padding: 50px 45px 40px;
}
.lesson-box h2 {
    background: none;
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    border: none;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 970px) {
    .lesson-box {
        width: 100%;
    }
}
/*----------------------------------------------------------
        
        ========================================================
         お客様の声 / BeforeAfter
----------------------------------------------------------*/
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.kp-content {
    margin-bottom: 5rem;
}
.kp-content:last-of-type {
    margin-bottom: 0;
}
.voice-container {
    border-top: 1px dashed #d9ae5f;
    border-left: 1px dashed #d9ae5f;
    box-sizing: border-box;
}
.voice-box {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px dashed #d9ae5f;
    border-bottom: 1px dashed #d9ae5f;
    padding: 3em;
    background: #fff;
}
.flex_voice-item img {
    width: 100%; 
}
@media screen and (max-width: 1200px){
    .kp-content {
        margin-bottom: 5rem;
    }
}
@media only screen and (max-width: 768px){
    .voice-box {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
}

/*---------------------
サービス
----------------------*/
.service-box {
    position: relative;
    padding-right: 50%;
    margin: 7% auto;
    min-height: 350px;
}
.service-box::after {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    background-size: cover;
}
.service-box.service01::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service01.jpg);
    background-position: right center;
}
.service-box.service02::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service02.jpg);
    background-position: right center;
}
.service-box.service03::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service03.jpg);
}
.service-box.service04::after {
    background-image: url(/wp-content/themes/story_tcd041/img/service04.jpg);
}
.service-box:nth-of-type(even) {
    padding-right: 0;
    padding-left: 50%;
}
.service-box:nth-of-type(even)::after {
    right: auto;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .service-box {
        margin-bottom: 15%;
        padding: 0 !important;
    }
    .service-box::after {
        position: relative;
        display: block;
        height: 250px;
        width: 100%;
        margin-top: 5%;
    }
}

/*----------------------------------------------------------
        
        ========================================================
         block
----------------------------------------------------------*/
.page-id-26 .post-header,
.page-id-00 .post-header  {
    margin-top: 0;
    margin: 0;
}
.page-id-26 footer.footer,
.page-id-00 footer.footer{
    margin-top: 0;
}


.main {
    margin-bottom: 80px;
}


/*----------------------------------------------------------
        
        ========================================================
         よやくるバナー
----------------------------------------------------------*/
.yoyakuru-box a {
    transition: 0.3s;
    border: none !important;
    margin-top: 0px;
    margin-bottom:10px;
    display: inline-block;
}
.yoyakuru-box a:hover {
    opacity: 0.6;
}
img.yoyaku_bunner {
    border-radius: 0;
    max-width: 270px;
}
img.yoyaku_bunner:hover {
    opacity: 50%;
    transition: 0.5s;
}


a.content_but.content_contact_but {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #ffffff;
    position: relative;
    border: 1px solid #e56e4e;
    background: #e56e4e;
    margin-top: 1em;
    margin: auto;
}

a.content_but.content_contact_but:hover {
    opacity: 30%;
    transition: all .3s;
}
.arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #eee8c4 transparent transparent transparent;
    margin: 0 auto 30px;
}
.post-meta-box {
    background: #ffffff;
}
.icon-pencil:before {
    content: "\e909";
}
.pagetop a {
    border-radius: 20px 0 0 0;
}

.leaf {
    position: absolute;
    z-index: -1;
}

.leaf1 {
    left: 0;
    top: 25%;
}

.leaf2 {
    right: 0;
    top: 16%;
}

.leaf3 {
    left: 15%;
    top: 15%;
}

.leaf4 {
    left: 3%;
    top: 4%;
}

.leaf5 {
    left: 0;
    top: 60%;
}

.leaf6 {
    right: 10%;
    top: 23.5%;
    width: 180px;
}

.leaf7 {
    right: 14%;
    top: 42.5%;
}

.leaf8 {
    left: 38%;
    top: 51%;
    width: 180px;
}

.wave1 {
    top: 16.5%;
    left: 5%;
}

/* 240315 スマホ動画 */
@media only screen and (max-width: 1200px){
    .header-bar {
        height: 55px;
    }
    .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
        margin-top: 55px;
    }
    .header-youtube {
        height: 56.25vw;
    }
    .top-slider-wrapper {
        margin: 0 auto;
        height: 56.25vw;
        border-radius: 20px;
        width: 80%;
    }
    .top-slider-content, .top-slider-content-inner {
        background-size: 60% !important;
        margin-left: auto;
    }
    .top-slider-wrapper::after {
        display: none;
    }
}

@media only screen and (max-width: 991px){
	.header-video {
        height: 300px;
    }
}

@media only screen and (max-width: 767px){
    .logo-image {
        width: 120px;
    }

    .logo img {
        vertical-align: text-bottom;
    }
    /* .top-slider-content {
        display: table;
        position: absolute;
        top: 90%;
        left: 15%;
        width: 110px !important;
        margin-left: 0;
    } */
    .top-slider-content {
        display: table;
        position: absolute;
        top: 320px;
        left: 15%;
        width: 110px !important;
        margin-left: 0;
    }
	
	#content01 {
        padding-top: 40%;
    }
	
    .leaf1, .leaf2 {
        width: 120px;
    }

    .leaf3, .leaf6 {
        width: 90px;
    }

    .wave1 {
        top: 12.3%;
        left: 2%;
        right: 2%;
    }
}

/* 240318修正 */
@media only screen and (max-width: 767px){
    /* .top-slider-wrapper{
        height: 100vw;
        width: 90%;
        margin-bottom: 40vw;
    } */
    address.fp-contact-tel a{
        background: url(img/phone.png) no-repeat;
    background-size: auto 45px;
    }
    .top-slider-wrapper {
        height: 300px;
        width: 90%;
        margin-bottom: 60px;
    }
    .original_inner{
        width: 90%;
    }
    .third-box .point-title{
        margin-left: 0px;
        max-width: 125px;
    }
}
@media only screen and (max-width: 485px) {
    address.fp-contact-tel {
        font-size: 2.1em;
    }
}
@media only screen and (max-width: 320px) {
    span.contel {
        font-size: 29px;
    }
    address.fp-contact-tel {
        font-size: 1.8em;
    }
}

@media only screen and (min-width: 768px){
    .spbr{
        display: none;
    }
}

.footer-line{
    text-align: center;
    line-height: 1;
}
@media only screen and (max-width: 500px){
    .footer-line{
        margin-inline: auto;
    }
}