@charset "utf-8";
/* ===================================================================
 style info : リセット
=================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
 
 /* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
audio:not([controls]) {
  display: none;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

hr {
  overflow: visible;
}

article,
aside,
details,
picture,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul li,
ol li {
  list-style: none;
}

address {
  font-style: normal;
}

iframe, video {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  letter-spacing: 0.15em;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}


/* DONMAI  START */
span.man-text-size {
    font-size: 24px !important;
}
/* DONMAI END */




/* -----------------------------------------------------------
    古橋さん、ブログ用2022/4
----------------------------------------------------------- */

#toc_container {
    background: #f9f9f9;
border-top: 4px double #d9d9d9!important;
    border-bottom: 4px double #d9d9d9!important;
border-left: none!important;
border-right: none!important;
    padding: 30px 10px 10px;
    margin: 4em 0 5em;
    width: 100%;
    display: block;
    font-size: 95%;
}
.about_bana:hover{
opacity: 0.55;
-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about_list{
width: 50%;
}
.about_text{
background-color: #ffede6;
    border: 1px solid #ffdacd;
    color: #5a3426;
padding: 28px 28px 28px 50px;
border-radius: 10px;
}
.about_text02{
background-color: #f7f7f7;
    border: 1px solid #eee;
padding: 28px 28px 28px 50px;
border-radius: 10px;
}
.about_contain{
display: flex;
justify-content: space-between;
}
.about_img{
width: 50%;
}
.about_img02{
width: 46%;
text-align: center;
}
.about_img02 img{
margin-bottom: 20px!important;
}
.about_bold{
font-size: 25px!important;
font-weight: bold;
padding-top: 20px;
}
.article-content p{
    margin-bottom: 4rem;
}
.article-content img {
    margin-bottom: 6rem;
}
@media (max-width: 768px){
.about_contain {
    display: block;
}
.about_list {
    width: 100%;
}
.about_img {
    width: 100%;
}
.about_text{
padding: 30px 20px 30px 20px;
}
.about_text02{
padding: 30px 20px 30px 20px;
}
.about_img02{
width: 100%;
}
.about_img02:first-of-type{
    padding-bottom: 40px;
}
}






/* -----------------------------------------------------------
    つちや、料金修正用2022/6
----------------------------------------------------------- */

.ts_price_content div p span:nth-of-type(2) {
    color: #658B85;
    font-size: 24px;
    margin-left: 20px;
}
.ts_price_content div p span:nth-of-type(3) {
    font-size: 18px;
    line-height: 1;
    margin-left: 20px;
    margin-top: -10px;
}
.ts_price_content div p span:nth-of-type(3) b {
    font-size: 38px;
    font-weight: 900;
}
.ts_price_content ul li:nth-of-type(1)  {
	text-align:right !important;
}
.ts_rental_fee_list> li:nth-child(1) {
    text-align: right !important;
}


.tk4_zeikomi{
	margin:10px 0 0 0;
	text-align:right;
}
.ts_fee_box_flex{
	flex:none !important;
}
.ts_rental_fee_list{
	margin:0px 0 0px 0;
}
.ts_rental_fee_list> li:nth-child(2){
	text-align:right !important;
}
.ts_rental_fee_list> li:nth-child(4){
	text-align:right !important;
}
.ts_price_md{
	color: #ff0100 !important;
    display: inline-block;
    font-size: 16px !important;
    padding: 0 0.5em;
    position: relative;
    z-index: 0;
}
.ts_price_md:after{
    background-color: #f78da7 !important;
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
}

.ts_fiee_kikan{
	margin: 10px 0 0px 0 !important;
	text-align:right !important;
display: block !important;
}
.ts_pic_kyokusen_box{
	flex: 0 1 400px !important;
    margin-left: 30px;
}

@media only screen and (min-width: 751px) {
.rental_cost .ts_fee{
    background-color: #FF1F1F !important;
    border-radius: 50px !important;
    color: #ffffff !important;
	 display: inline !important;
    font-size: 16px !important;
    letter-spacing: 0.01em !important;
	padding: 5px 8px;
    height: 35px !important;
    width: 120px !important;
	text-align:right !important;
}
}
@media only screen and (max-width: 750px) {
	.ts_fee_list_1> span:nth-child(3){
width:300px !important;	
	}
	.rental_cost .ts_fee{
    background-color: #FF1F1F !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    letter-spacing: 0.01em !important;
   height: 35px !important;
    width: 100px !important;
    margin: 10px 0 0 10px !important;
	 display: inline !important;
	}
}
.ts_fee_img_resize img{
	max-width:280px !important;
}

.initial_cost{
	margin-bottom:110px !important;
}




/* -----------------------------------------------------------
    つちや、ブログ用2022/5
----------------------------------------------------------- */


.is-style-sme-alert-warning {
    background-color: #ffede6;
    border: 1px solid #ffdacd;
    color: #5a3426;
	position:  relative;
border-radius: 6px;
}
.is-style-sme-alert-warning::before{
	content: "";
	background-image:url(https://xs908120.xsrv.jp/smilecaretest/wp-content/uploads/2022/04/icon-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
position: absolute;
	width: 24px;
left: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.is-style-sme-alert-warning {
padding: 2.8rem 2.8rem 2.8rem 8rem;
}
.is-style-sme-alert-success{
padding: 2.8rem 2.8rem 2.8rem 8rem;
	position:  relative;
border-radius: 6px;
	background-color: #f4ffe6;
    border: 1px solid #dfffb3;
    color: #28321b;
}

.is-style-sme-alert-success:before {
content: "";
    background-image: url(https://xs908120.xsrv.jp/smilecaretest/wp-content/uploads/2022/04/icon_alert_success.png);
     background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
position: absolute;
	width: 24px;
left: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
}




.is-style-sme-alert-remark{
padding: 2.8rem 2.8rem 2.8rem 8rem;
	position:  relative;
border-radius: 6px;
background-color: #f7f7f7;
    border: 1px solid #eee;

}

.is-style-sme-alert-remark:before {
content: "";
    background-image: url(https://xs908120.xsrv.jp/smilecaretest/wp-content/uploads/2022/06/icon-alert-remark.png);
     background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
position: absolute;
	width: 24px;
left: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
}







.is-style-sme-alert{
padding: 2.8rem 2.8rem 2.8rem 8rem;
	position:  relative;
border-radius: 6px;
background-color: #fff9e6;
    border: 1px solid #fff3cd;
    color: #5a4d26;
}

.is-style-sme-alert:before {
content: "";
    background-image: url(https://xs908120.xsrv.jp/smilecaretest/wp-content/uploads/2022/06/icon-alert.png);
     background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
position: absolute;
	width: 24px;
left: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
}



.is-style-double table, table.is-style-double {
    border: 1px solid #ededed !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}
.post_content td, .post_content th {
    background-clip: padding-box;
    border-left: 1px solid #ededed !important;
    border-top: 1px solid #ededed !important;
    min-width: var(--swl-minwidth-cell,0) !important;
    padding: 0.5em 0.75em;
    vertical-align: top;
}


main .container > section.news_main {
	padding: 3vw 3.5vw 2vw !important;
}



.wp-block-image {
    text-align: center !important;
}
.wp-block-image img{
	margin: 0 auto !important;
}

.mark_orange {
	background: linear-gradient(transparent 30%, #FFCCFF 90%);
}
.swl-marker {
    display: inline !important;
    padding: 2px !important;
}
.article-content ul {
    list-style: disc !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 7px !important;
    padding: 10px 70px 30px!important !important;
}
.is-style-good_list li {
    padding-left: 1.75em !important;
}
.is-style-good_list li {
    padding-left: 1.75em !important;
}

.is-style-big_icon_memo{
    border-width: 2px !important;
    border-style: solid !important;
}
.blog_ctr {
    padding: 11px 30px;
    background: #f74a4a;
    margin: 0 auto 2em;
    border-radius: 40px;
    text-align: center;
    width: 50%;
}
.blog_ctr a:link{
    color: #fff;
    font-weight: bold;
}
.blog_ctr a:visited{
    color: #fff;
    font-weight: bold;
}
.blog_ctr a {
padding-bottom: 5px !important;
    display: inline-block !important;
}


.is-style-icon_announce {
    background: #fff5f0 !important;
    border-color: #ffa537 !important;
}
.is-style-icon_announce {
    /* border-radius: 2px; */
    line-height: 1.6;
    padding: 1em 1em 1em 4.25em;
    position: relative;
}