
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* General */
body {
    font-family: 'Noto Sans JP', serif !important;
    color: #333333;
    font-size: 16px !important;
    line-height: 180%;
}
html,
body {
    overflow-x: hidden !important;
}
a {
    text-decoration: none !important;
    transition-duration: 0.3s;
    outline: none !important;
    color: #333333;
}
a.op>img,
a>img.op {
    transition-duration: 0.5s;
}
a.op>img:hover,
a>img.op:hover {
    opacity: 0.9;
}
p {
    margin: 0;
}
p+p {
    margin-top: 0.5em;
}
p.btn {
    box-shadow: none !important;
    cursor: default !important;
}
h1>a,
h2>a,
h3>a,
h4>a,
h5>a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}
ul {
    margin: 0;
    padding: 0;
}
ul::after {
    content: "";
    clear: both;
    display: block;
}
input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    resize: none;
}
input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
    /* box-shadow: none !important; */
}
[class^=col-]>img {
    width: 100%;
}
.rows {
    width: 100%;
    float: left;
}
.txt_style {
    line-height: 160%;
    font-size: 16px;
}
.row_btn {
    padding-top: 15px;
}
.title_sub_style {
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
}
.title_sub_style::after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 40px;
    transform: translateX(-50%);
    border-top: 2px solid #ab7d40;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
img {
    max-width: 100%;
}
.br_show {
    display: none;
}
/* End general */

/* Css Default */
.container-1240 {
    width: 1240px;
    max-width: 97%;
    margin: 0 auto;
}

.container-1000 {
    width: 1000px;
    max-width: 97%;
    margin: 0 auto;
}

.container-900, 
.nq-items {
    max-width: 900px;
    margin: 0 auto;
}

.nq-items .items {
    padding: 37px 3.0729vw 40px 36px;
    border-radius: 30px !important;
    background: rgba(157, 226, 255, 0.50);
}


.nq-items .items .my-item {
    padding: 15px 3.0729vw 40px 15px!important;
}

.nq-items .items h4 {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.28;
    margin: 0;
/*    margin-bottom: 20px;*/
}

.nq-items .items p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

/* NQ - QA */
.nq-qa {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(252, 200, 0, 0.80);
}

.contact-form-st1 tr td .checkbox input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
.contact-form-st1 tr td .checkbox input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 40px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(224, 227, 69, 0.80);
}

.contact-form-st1 tr td .checkbox input[type=checkbox]:checked:before {
	color: rgba(224, 227, 69, 0.80) !important;
}

.nq-qa h4,
.nq-qa p {
    display: flex;
    gap: 5px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #2E2E2E;
    letter-spacing: 0;
}

.nq-qa h4 {
    padding: 20.5px 20px;
    align-items: center;
    background: rgba(252, 200, 0, 0.80);
    margin: 0;
    line-height: 1;
}

.nq-qa p {
    padding: 20px;
    align-items: flex-start ;
    line-height: 180%; 
}

.nq-qa p > span { 
    margin-top: 3px;
}

.wpcf7-list-item.first.last .wpcf7-list-item-label{
    display: none;
}



/* NQ - Content  */
.nq-content h4 {
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    font-weight: 400;
}

.nq-content:not(.content-haru) h4:first-child {
    margin-bottom: 10px;
}

.nq-content p {
	color: #333333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.nq-content .bg-yellow {
    display: inline-block;
    background: #FCC800CC;
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 30px 4px;
    margin-bottom: 10px;
}
.nq-content:not(.content-haru) p + h4 {
    margin-top: 4.123%;
}

.nq-content.content-haru p + h4 {
    margin-top: 30px;
}

.nq-after-items h3 {
	font-weight: 400;
	font-size: 20px;
}

.nq-after-items h4,
.nq-after-items p{
	font-weight: 400;
	font-size: 16px;
}
/* -------- */
header {
    background: #FFFEF2;
}
.bg-btn,
.btn_submit {
    background: #f8a402;
}

.border-btn {
    border-radius: 10px !important;
}

.btn_style {
    background: #f8a402 url(assets/images/arrow_01.png) right 18px center no-repeat;
}
.banner_soliel{
    background-image: url(./assets/images/bg-SOLEIL.jpg);
}

.banner_kokoshia {
    background-image: url(./assets/images/bg-ここしあ.jpg);
}

.banner_haru{
    background-image: url(./assets/images/bg-訪問看護ステーション.jpg);
}
.banner_solis{
    background-image: url(./assets/images/solis.jpg);
}
.banner_contact{
    background-image: url(./assets/images/bg-お問い合わせ.jpg);
}

.banner_sol {
    background-image: url(./assets/images/bg-sol_ケアステーション.jpg);
}

.banner_contact .banner_ct_en,   
.banner_solis .banner_ct_en,    
.banner_haru .banner_ct_en,  
.banner_sol .banner_ct_en {
    text-transform: none;
}

footer {
    background-image: url(assets/images/footer.jpg);
}

.banner_In {
    background-image: url(assets/images/banner-img-sample.jpg);
}
.txt-white {
    color: #fff !important;
}
.dl-flex {
    display: flex;
}
.bg-light-yellow {
    background: #FFFEF2;
}
.btn-instagram .btn-ins {
    width: 100%;
    display: inline-block;
    max-width: 240px;
    padding: 8.5px;
    line-height: 23.17px;
    font-size: 16px;
}
/* Top Page  */
.instagram-wrap .title-style1 {
    padding-bottom: 9px;
}
.img-ins {
    display: inline-block;
    margin-right: 9px;
}
#sb_instagram #sbi_images{
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	column-gap: 4%;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
	width: 30.63% !important;
	padding: 0 !important;
}
#sb_instagram #sbi_images{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Soliel Page  */
.page-soliel .table-style1 tr td:last-child,
.page-soliel .table-style1 tr td:nth-child(2){
    width: 20.8333vw;
    border: 1px solid rgb(224 227 69 / 80%);
}
.page-soliel .table-style1 tr td:first-child {
	width: 10.6667vw;	
}
/* Haru Page  */
.page-haru .table-style1.table-nq {
	overflow-x: auto;	
}
.page-haru .table-style1.table-nq tr td {
	max-height: 79px;
}
.page-haru .table-style1.table-nq tr td.table-content-c {
	padding: 13px 17px 11px 20px;
}
.page-haru .table-style1.table-nq tr td:nth-child(2),
.page-haru .table-style1.table-nq tr td:nth-child(3),
.page-haru .table-style1.table-nq tr td:nth-child(4) {
    border: 1px solid rgb(224 227 69 / 80%);
}
.page-haru .table-style1.table-nq tr td:nth-child(3){
    text-align: center;
}
.page-haru  .table-style1.table-nq tr td:first-child {
	width: unset;
}
.page-haru .table-style1.table-nq tr:not(.top-bg) td:first-child {
	background: #fff;
	border: 1px solid rgb(224 227 69 / 80%);
	width: 200px;
	text-align: center;
}
.page-haru .table-style1.table-nq tr:not(.top-bg) td:nth-child(2) {
	min-width: 399px;
    max-width: 399px;
	padding: 13px 24px 11px;
}
.page-haru .table-style1.table-nq tr td:nth-child(4),
.page-haru .table-style1.table-nq tr td:nth-child(5),
.page-haru .table-style1.table-nq tr:not(.top-bg) td:first-child {
    min-width: 200px;
    max-width: 200px;
	padding: 26px 22px;
}
.page-haru .table-style1.table-nq tr td:nth-child(3) {
	width: 140px;
	min-width: 140px;
}
.page-haru .table-style1.table-nq tr td:nth-child(4),
.page-haru .table-style1.table-nq tr:not(.top-bg) td:last-child{
	text-align: right;
}
.page-haru .table-style1.table-nq tr.top-bg td,
.page-haru .table-style1.table-nq tr.top-bg td:nth-child(2){
     background-color: rgb(224 227 69 / 80%);
	border: 1px solid #fff;
	border-left-color: rgb(224 227 69 / 80%);
}
.page-haru .table-style1.table-nq tr.top-bg td.bd-r {
	border-right-color: rgb(224 227 69 / 80%);
}
.page-haru .table-style1.table-nq tr.top-bg td{
	padding: 7px 5px 5px;
}
.page-haru .table-nq-2.table-style1 tr td:last-child {
    padding-left: 22px;
    padding-right: 18px;
}
/* Header */
.wrap-header {
    justify-content: space-between;
    align-items: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 10000;
}
.logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
}
.logo a {
    position: relative;
    display: block;
}
.logo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}
.ck{
    width: 170px;
    height: auto;
}
.menu_pc {
    float: right;
}
.menu_pc li {
    position: relative;
    float: left;
    margin: 0;
    list-style: none;
}
.menu_pc li:not(:last-child, :nth-child(6))::before { 
    position: absolute; 
    top: 50%; 
    right: 0px; 
    content: ""; 
    display: block; 
    transform: translateY(-50%); 
    width: 1px; 
    height: 34px; 
    background-color: #FCC800; 
}
.menu_pc li a {
    display: block; 
    line-height: 1.4; 
    text-align: center; 
    padding: 13px 1.5625vw; 
    text-decoration: none !important; 
}
.menu_pc li.menu-contact {
    margin-left: 8.4896vw;
}
.menu_pc li a.btn-contact {
    padding: 13px 1.6667vw; 
}
.menu_pc li:first-child a {
    padding-left: 0;
}
.excerpt{
    text-align: right;
    margin-top: 5px;
    margin-right: 20px;
}
.menu_pc li:last-child a {
    border: none;   
}
.hv-o.btn-contact-st1.btn_submit{
    margin-right: 10px;
}
/* End header */

/* Slider */
.backstretch {
	overflow: hidden;
}
.slider_wrap {
    height: 100vh;
    position: relative;
    z-index: 1000 !important;
    margin-top: 90px;
}
.slider_wrap .container {
    position: relative;
    height: 100%;
}
.slider_wrap a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
}
.slider_wrap a .slide_arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px !important;
    box-sizing: border-box;
}
.slider_wrap a .slide_arrow::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
.slider_wrap a::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.slider_wrap a .slide_arrow::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.slide_txt {
    font-size: max(2.3958vw, 25px);
   
    line-height: 146%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2.418% 20px 3.153%;
    background: rgb(255 255 255 / 60%);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    backdrop-filter: blur(3.5px);
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/* End slider */
/* Banner */
.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: 90px;
}
.overlay_banner {
    background: none;
    padding: 6.0439% 0 6.359%;
}
.overlay_banner .wrap-banner {
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(5px);
    padding: 17px 20px 18px;
}
.banner_ct h2,
.banner_ct_en {
    line-height: 1.448095238095238;
    font-size: max(2.1875vw, 22px);
    text-transform: uppercase;
    font-family: 'Noto Sans JP', sans-serif;
}
.banner_ct_en {
    border: 0;
    margin: 0;
    padding: 0;
}
/* End banner */
/* Content */
.content_ct {
    background: #FFF;
    padding: 40px 30px;
}
.row_content:first-child {
    padding-top: 0;
}
.row_content:last-child {
    padding-bottom: 0;
}
.container-fluid .no_ct,
.container-fluid .no_ct_pd {
    padding: 0;
}
.container-fluid .content_ct {
    background: none;
    padding: 0;
}
/* End content */
/* Message */
.message_wrap {
    background: #FFFEF2;
}
.message_wrap .container {
    max-width: 1030px;
}
/* End message */
/* Service */
.row_service, 
.ind_gallery,
.row-gallery,
.gallery_p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.service_wrap {
    background-color: #ffffff;
}
.service_item {
    margin-bottom: 30px;
}
.service_des {
    position: relative;
    width: 100%;
    padding: 0 3.1250vw;
    margin: -43px auto 0;
}
.service_dec_ct {
    background: linear-gradient(136deg, #F8A402 0%, #FFC962 100%);;
    padding: 14px;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}
/* End service */
/* Contact index */
.contact_ct {   
    background: #FFFEF2;
    padding: 40px 0 34px;
}
.contact_ct [class^=col-] {
    margin: 0;
}
.contact_ct [class^=col-]:last-child {
    border-left: 1px solid #F8A402;
}
.contact_ct [class^=col-] a,
.contact_ct [class^=col-] .call {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    padding: 35px 0 40px;
}
.contact_ct_title {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 26px;
}
.contact_ct_txt {
    font-size: 18px;
    line-height: 200%;
}
.contact_ct_txt a {
    padding: 0 !important;
    margin: 0 !important;
}
.contact_ct_number {
    font-size: 30px;
    font-weight: bold;
}
.contact_ct img {
    margin-bottom: 20px;
    max-height: 73.27px;
    height: 100%;
    object-fit: none;
}
/* End contact index */
/* Button style */
.btn_style {
    padding: 10px 64px;
    border-radius: 0;
    background-size: 10px 18px !important;
    color: #fff !important;
    display: inline-block;
}
/* End button style */
/* Footer */
footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
footer [class^=col-] {
    border-left: 1px solid #FFF;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 49.5%;
}
footer [class^=col-]:first-child {
    border: none;
}
.overlay_ft {
    padding: 5.623% 0 32px 0;
}
.logo_ft,
.logo_ft a {
    display: inline-block;
    margin: 0;
}
.logo_ft a img {
    width: 100%;
   
}
footer [class^=col-]>h4,
footer [class^=col-]>h4>a {
    display: block;
    color: #FFF;
    font-size: 15px;
    text-align: left;
}
footer [class^=col-]>ul+h4 {
    margin: 35px 0 0 0;
}
footer [class^=col-]>ul>li {
    list-style: none;
}
footer [class^=col-]>ul>li:first-child>a {
    letter-spacing: 1.8px;
    font-size: 18px !important;
}
footer [class^=col-]>ul>li:not(:last-child) {
    margin-bottom: 3.175%;
}
footer [class^=col-]>ul>li>a {
    display: block;
    width: 100%;
    line-height: 28px;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    text-decoration: none !important;
}
.row_footer .menu_right{
    padding-left: 2.2917vw;
    padding-top: 3.948%;
    padding-bottom: 3.6%;
}
.copyright {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 4.299% 0 0 0;
}
/* End footer */
/* Page top */
.back_to_top {
    display: none;
    position: fixed;
    bottom: 37px;
    right: 39px;
    width: 57px;
    height: 57px;
    border-radius: 12px !important;
    padding: 2px;
    cursor: pointer;
    z-index: 10000;
}
.back_to_top>img {
    width: 100%;
}
/* End page top */

/* Banner general---------------------- */
.banner_general_item {
    margin-bottom: 30px;
}
/* End banner general------------------- */
.block_ct_item {
    margin-bottom: 20px;
}
.block_ct {
    background-color: #a6937c;
    color: #FFF;
    border-radius: 6px !important;
    margin: 0;
    padding: 10px;
    text-align: center;
    display: block;
}
/* Table-------------------------- */
.table-style1 table {
    width: 100%;
}
.table-style1 tr td {
    font-size: 16px;
    line-height: 1.75;
    vertical-align: middle;
    letter-spacing: 1.6px;
    padding: 26px 19px;
   
}
.table-style1 tr td:first-child {
    width: 200px;
    background-color: rgb(224 227 69 / 80%);
    border-right: 0;
    border: 1px solid #FFF;
}
.table-style1.w300 tr td:first-child {
    width: 295px;
    background-color: rgb(224 227 69 / 80%);
    border-right: 0;
    border: 1px solid #FFF;
}
.table-style1 tr td:last-child {
    border: 1px solid rgb(224 227 69 / 80%);
    padding: 26px 22px;
}
/* End table------------------------ */
/* Layout----------------- */
.layout-column-img {
    text-align: center;
    margin-bottom: 20px;
}
/* End layout------------------- */
/* Google map--------------- */
.row-map iframe {
    width: 100%;
    float: left;
    border: 0 !important;
}
/* End google map------------------ */
/* Contact--------------------- */
.contact-form-st1 {
    width: 100%;
}
.contact-form-st1 tr td {
    background: rgba(224, 227, 69, 0.80);
    font-size: 13px;
    padding: 20px 20px;
    vertical-align: middle;
}
.contact-form-st1 tr td:first-child {
    width: 300px;
    font-size: 16px;
    
    white-space: nowrap;
    border: 1px solid #FFF;
    background: rgba(224, 227, 69, 0.80);
    border-right-color: rgba(224, 227, 69, 0.80);
    text-align: center;
}
.contact-form-st1 tr:first-child td:first-child {
    border-top-color: rgba(224, 227, 69, 0.80);
}
.contact-form-st1 tr td:last-child {
    border: 1px solid rgba(224, 227, 69, 0.80);
    background: #fff;
}.contact-form-st1 tr td .form-group {
    margin-bottom: 0;
}
.contact-form-st1 tr:last-child td {
    border: none;
}
.contact-form-st1 .btn_submit {
    width: 200px;
    padding: 16px 15px 15px;
    font-size: 20px;
}
.contact-form-st1 tr td input[type=text], .contact-form-st1 tr td input[type=email], .contact-form-st1 tr td input[type=tel],
.contact-form-st1 tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    border: 1px solid rgba(224, 227, 69, 0.80);
    padding: 10px;
    box-shadow: none;
}
.contact-form-st1 tr td input[type=email], 
.contact-form-st1 tr td input[type=tel],
.contact-form-st1 tr td input[type=text] {
    height: 60px;
}
.contact-form-st1 tr td .checkbox {
	margin: 0;
}
.contact-form-st1 tr td .checkbox label {
	padding-left: 0;
}
.contact-form-st1 tr td .checkbox input[type=checkbox] {
	height: 30px;
	width: 30px;
	position: unset;
	margin-top: -20px;
	margin-left: -5px;
	border-color: rgba(224, 227, 69, 0.80);
    border: none;
}
.contact-form-st1 tr td textarea {
    height: 140px;
    resize: none;
}
.contact-form-st1 tr td select {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid rgba(224, 227, 69, 0.80);
    height: 60px;
    appearance: none;
    background-image: url(./assets/images/group57.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    padding: 10px;

}


.contact-form-st1 tr.tr_btn td,
.contact-form-st1 tr.agree_check td {
    text-align: center;
    background: none;
}
.btn_submit {
    /* background-color: #111; */
    border-color: #111;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}
.tr_text td{
    border: none !important;
    text-align: left !important;
    padding-left: 0 !important;
}
.btn_reset {
    background-color: #ccc;
    border-color: #ccc;
    color: #333333;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}
.contact-note {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #1a8897;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}
/* End contact-------------- */
/* Service page child-------------- */
.service_item_p {
    margin-bottom: 20px;
}
.service_image_p {
    padding-bottom: 20px;
}
.service_title_p {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}
.service_des_p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.service_btn_p {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}
.service_btn_p a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #333333;
}
.service_btn_p a:hover {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}
/* End service page child-------------- */
/* Gallery-------------- */
.gallery_item {
    margin-bottom: 30px;
}
/* End gallery-------------- */
/* Gallery 02-------------- */
.gallery_item_p {
    margin-bottom: 30px;
    text-align: center;
}
.gallery_text_p {
    padding-top: 10px;
    display: block;
}
/* End gallery 02-------------- */
/* FAQ-------------- */
.row_faq .panel-heading {
    padding: 0;
    border: 0;
}
.row_faq .panel-title>a,
.row_faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.row_faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.row_faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.row_faq .panel-heading a p {
    padding-right: 30px;
}
.row_faq .panel-heading {
    display: table;
}
.row_faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}
.row_faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}
.row_faq .panel-title p {
    margin: 0 !important;
}
.row_faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}
.row_faq .txt_answer {
    width: 95%;
    display: table-cell;
}
/* End faq-------------- */
/* Instagram-------------- */
#instagram_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
#instagram_p li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}
#instagram_p li a {
    display: block;
}
#instagram_p li a:hover {
    opacity: 0.5;
}
#instagram_p li a img {
    width: 100% !important;
    max-width: inherit;
}
/* End instagram-------------- */
/* Blog-------------- */
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}
/*
/* End blog-------------- */
/* Font style-------------- */
.sawarabi { font-family: "Sawarabi Mincho" !important;

font-weight: 600;}
/* End font style-------------- */
/* Style function and raku-------------- */
#hs_create_file_html {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 220px;
    text-align: left;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
}
.title-func-st1 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}
.btn-func-st1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
#formAdmin {
    display: none;
}
.f-30.fontmosu{
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Noto Serif TC', serif;
}

._edEdit .data-wrap{
    height:auto !important;
    width:inherit !important;
    left:0;
}
._edEdit .data-wrap img{
    max-width: 100% !important;
    position:relative;
    left:0 !important;
    width:100% !important;
    height:auto !important;
    max-height: 100% !important;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -200px;
    width: 100%;
    visibility: hidden;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
    line-height: 1.8;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}


/* End style function and raku-------------- */

@media screen and (max-width:1200px) {
    .menu_pc li.menu-contact {
        margin-left: 4.4896vw;
    }
}

@media screen and (max-width:992px) {
    /* Header */
    .menu_pc {
        width: 63%;
    }
    /* Content */
    .content_ct {
        padding: 20px 0;
    }
    /* Margin---------------- */
    .mgt-30 {
        margin-top: 15px;
    }
    .mgt-40 {
        margin-top: 20px;
    }
    .mgt-50 {
        margin-top: 25px;
    }
    .mgt-60 {
        margin-top: 30px;
    }
    .mgt-70 {
        margin-top: 35px;
    }
    .mgt-80 {
        margin-top: 40px;
    }
    .mgt-90 {
        margin-top: 45px;
    }
    .mgt-100 {
        margin-top: 50px;
    }
    .mgb-30 {
        margin-bottom: 15px;
    }
    .mgb-40 {
        margin-bottom: 20px;
    }
    .mgb-50 {
        margin-bottom: 25px;
    }
    .mgb-60 {
        margin-bottom: 30px;
    }
    .mgb-70 {
        margin-bottom: 35px;
    }
    .mgb-80 {
        margin-bottom: 40px;
    }
    .mgb-90 {
        margin-bottom: 45px;
    }
    .mgb-100 {
        margin-bottom: 50px;
    }
    /* End margin-------------------- */
    /* Padding---------------- */
    .pdt-30 {
        padding-top: 15px;
    }
    .pdt-40 {
        padding-top: 20px;
    }
    .pdt-50 {
        padding-top: 25px;
    }
    .pdt-60 {
        padding-top: 30px;
    }
    .pdt-70 {
        padding-top: 35px;
    }
    .pdt-80 {
        padding-top: 40px;
    }
    .pdt-90 {
        padding-top: 45px;
    }
    .pdt-100 {
        padding-top: 50px;
    }
    .pdb-30 {
        padding-bottom: 15px;
    }
    .pdb-40 {
        padding-bottom: 20px;
    }
    .pdb-50 {
        padding-bottom: 25px;
    }
    .pdb-60 {
        padding-bottom: 30px;
    }
    .pdb-70 {
        padding-bottom: 35px;
    }
    .pdb-80 {
        padding-bottom: 40px;
    }
    .pdb-90 {
        padding-bottom: 45px;
    }
    .pdb-100 {
        padding-bottom: 50px;
    }
    /* End padding-------------------- */
    .br_show {
        display: inline-block;
    }
    /* Service page child-------------- */
    .service_item_p {
        width: 50%;
        float: left;
    }
    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        margin-bottom: 30px;
        width: 50%;
    }
    /* End gallery 02-------------- */
    /* Contact----------------- */
    .contact-form-st1 tr td:first-child {
        width: 40%;
        border: none;
    }
    /* End contact------------- */
}
@media screen and (min-width:768px) {
    /* Header */
    .menu_pc {
        display: flex !important;
        align-items: center;
        width: calc(100% - 100px);
        justify-content: flex-end;
    }
    .menu_sp {
        display: none;
    }
}
@media screen and (max-width:767px) {
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
		width: 48% !important;
	}
	#sb_instagram #sbi_images {
		row-gap: 3.9113vw;
	}
    .nq-items .items {
        padding: 20px;
        border-radius: 15px !important;
    }
	.page-soliel .table-style1 tr td {
		display: block;
		width: 100% !important;
        border: none;
	}
	.contact-form-st1 tr td input[type=email], 
	.contact-form-st1 tr td input[type=tel], 
	.contact-form-st1 tr td input[type=text] {
		height: 50px;
	}

    /* Header */
	.menu_pc li.menu-contact {
		margin-left: 0;
	}
	.menu_pc li::before {
		content: none;
	}
    .active{
        border-bottom: 1px solid #ffffff;
    }
    .active{
        color: #ffffff;
        background: linear-gradient(136deg, #F8A402 0%, #FFC962 100%);
    }
    .nq-items .items h4{
        font-size: 20px;
    }
    .txt_cont{
        text-align: left;
    }

    .wrap-header {
        display: block;
        max-width: 100% !important;
    }
    .menu_pc {
        display: none;
    }
    .menu_sp {
        display: block;
    }
    header {
        position: fixed;
        z-index: 9999;
        height: 75px;
        padding: 0;
        background-color: #FFFEF2;
    }
    header .container {
        padding: 0;
    }
    .logo {
        float: none;
        width: auto;
        height: 65px;
        margin: 5px 0 0 10px;
    }
    .logo a {
        width: 70px;
    }
    .logo a img {
        max-width: 65px;
        height: auto;
    }
    .logo a img{
        top: -5px;
    }
    .backstretch {
        overflow: hidden;
      
    }
    .menu_sp li{
        list-style: none;
    }
    .menu_sp {
        float: right;
        list-style: none;
        height: 40px;
    }
    .dropdown-content {
        display: block;
        position: unset;
        box-shadow: none;
    }
    .menu_pc .dropdown-content li {
        width: 100%;
        height: auto;
        padding: 5px;
        border-bottom: none;
        background-color: #ffffff;
    }
    .menu_sp li {
        float: left;
        text-align: center;
        width: 75px;
        height: 75px;
        border-right: 1px solid #FFF;
    }
    .menu_sp li:last-child {
        border-right: none;
    }
    .menu_sp li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f8a402;
    }
    .menu_sp li:last-child a {
        background-color: #f8a402;
    }
    .menu_pc li:last-child a {
        background: transparent;
    }
    .menu_pc li:last-child a > span {
        color: #333333 !important;
    }
    .menu_sp li a img {
        position: absolute;
        top: 35%;
        left: 50%;
        width: auto;
        height: 18px;
        transform: translateX(-50%);
    }
    .menu_sp li a .menu_txt {
        position: absolute;
        bottom: -2px;
        left: 0;
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 9px;
    }
    .menu_pc {
        background: #fff;
        width: 100%;
        float: left;
        height: auto;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }
    .menu_pc li {
        width: 100%;
        height: auto;
        border-bottom: 1px #ccc solid;
        padding: 0;
    }
    .menu_pc li:last-child {
        border-bottom: 1px solid #fff;
    }
    .menu_pc li a {
        color: #333333 !important;
        padding: 15px;
    }
    .menu_pc li a img {
        display: none;
    }
    .menu_pc li a span {
        color: inherit;
        font-size: 14px;
        
    }
    .menu_pc li.active a span {
        color: #ffffff;
        font-size: 14px;
        
    }
  
    /* Slider */
    .slider_wrap {
        margin-top: 75px;
    }
    .slide_txt {
        font-size: 20px;
    }
   
    .slider_wrap img {
        top: 35%;
        left: 40%;
        width: 50%;
        height: 100% !important;
    }
    /* Banner */
    .banner_ct {
        margin-top: 75px;
    }
    /* Content */
    .contents {
        padding-right: 0;
        padding-left: 0;
    }
    /* Title */
    .row-title {
        width: 100%;
        float: left;
    }
    /* Service */
    .service_dec_ct {
        font-size: 14px;
    }
    .service_des_en {
        font-size: 12px;
    }
    /* Contact index */
    .contact_ct {
        padding: 20px 0;
    }
    .contact_ct [class^=col-] a p {
        font-size: 15px;
        font-weight: bold;
    }

    .contact_ct [class^=col-]:last-child {
        border-left: none;
        border-top: 1px solid #F8A402;
    }


    /* Footer */
    .row_footer {
        padding: 0 15px;
    }
    footer [class^=col-]:first-child {
        padding: 30px 0;
    }
    footer [class^=col-] {
        padding: 10px 30px;
    }
    /* FAQ-------------- */
    .row_faq {
        width: 100%;
        float: left;
    }
    /* End faq-------------- */
    /* Instagram-------------- */
    #instagram_p li {
        width: 25%;
    }
    /* End instagram-------------- */
    /* Blog-------------- */
    .blog_p {
        width: 100%;
        float: left;
    }
    /* End blog-------------- */
    /* Faq----------- */
    .row_faq .panel-title {
        font-size: 14px;
    }
    /* End faq----------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        padding: 10px;
    }
    /* End contact----------- */
}
@media screen and (max-width:640px) {
    /* Service */
    .service_item {
        width: 100%;
    }
    .service_item:last-child {
        margin-bottom: 0;
    }
    /* Banner general---------------------- */
    .banner_general_item {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .banner_general_item:last-child {
        margin-bottom: 0;
    }
    /* End banner general------------------- */
    /* Gallery-------------- */
    .row-gallery {
        padding: 0 10px;
    }
    .gallery_item {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .table-style1:not(.table-nq) table,
    .table-style1:not(.table-nq) tbody,
    .table-style1:not(.table-nq) tr {
        display: block;
    }
    .table-style1:not(.table-nq) tr td:first-child{
        max-width: unset;
        width: 100%;
        border: none;
    }
    .table-style1:not(.table-nq) tr td{
        width: 100%;
        float: left;
        border-bottom: none !important;
    }
    .table-style1:not(.table-nq) tr:last-child td:last-child{
        border-bottom: 1px solid rgb(224 227 69 / 80%) !important;
    }


    /* End gallery-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 405px;
    }
    /* End blog-------------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        width: 100% !important;
        float: left;
    }
    .contact-form-st1 tr td:first-child {
        max-width: inherit;
    }
    .btn_submit,
    .btn_reset {
        width: 100px;
    }
	.contact-form-st1 tr td input[type=email], 
	.contact-form-st1 tr td input[type=tel], 
	.contact-form-st1 tr td input[type=text] {
		height: 45px;
	}
    /* End contact----------- */
}
@media screen and (max-width:520px) {
    /* Service page child-------------- */
    .service_item_p {
        width: 100%;
        float: left;
    }
    .service_item_p:last-child {
        margin-bottom: 0;
    }
    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        width: 100%;
    }
    /* End gallery 02-------------- */
    /* Footer */
    footer [class^=col-] {
       width: 100% !important;
    }
    /* End footer */
}
@media screen and (max-width:480px) {
    /* Slider */
    .slider_wrap {
        height: 300px;
    }
    .slider_wrap img {
        top: 30%;
        left: 20%;
        width: 70%;
    }
    .slide_txt {
        font-size: 16px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -75%);
    }
    /* COntact index */
    .contact_ct_title {
        font-size: 15px;
        font-weight: bold;
    }
    .contact_ct [class^=col-] a img {
        height: 72px;
    }
    /* Footer */
    .overlay_ft {
        padding: 30px 0;
    }
    footer [class^=col-] {
        margin: 0;
        padding: 10px 15px;
    }
    /* Table-------------------------- */
	.nq-items .items,
	.nq-qa p,
	.nq-qa h4,
    .table-style1 tr td,
	.table-style1 tr td:last-child{
        padding: 10px;
    }
    .nq-qa h4{
        align-items: baseline;
    }
    .nq-items .items{
        padding: 20px;
    }
    /* End table------------------------ */
    /* Google map--------------- */
    .row-map iframe {
        height: 220px;
    }
    /* End google map------------------ */
    /* Instagram-------------- */
    #instagram_p li {
        width: 50%;
    }
    /* End instagram-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 445px;
    }
    @media screen and (max-width:380px) {

        .logo a {
            width: 100px;
        }
        .logo a img{
            top: -4px;
        }
       

    }
}
.link-btn-all{
    background: linear-gradient(136deg, #F8A402 0%, #FFC962 100%);
    padding: 28px 15px;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    border-radius: 10px !important;
    min-width: 400px;
}
.main-link-all{
    padding-top: 30px;
    text-align: center;
    float: left;
    width: 100%;
}
.list-prp-number>li{
    list-style: none !important;
}
.prp-number{
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 5px;
}
.prp-number-child{
    padding-left: 17px;
}
.list-prp-number p+p{
    margin-top: 0;
}
@media screen and (max-width:767px){
    .link-btn-all {
        padding: 15px 15px;
        font-size: 15px;
        min-width: 280px;
    }
}