@charset "utf-8";
   @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root { --color-background: #FFF;
--color-font: #111;
--color-primary: #F393B0;
--color-primary-shade: #38362D;
--color-primary-tint: #FFB2C9;
--color-secondary: #F393B0;
--color-table-border: #DDD;
--color-table-th: #F5F5F5;
--body-font-family: 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #FFF;
--header-color-font: #444;
--header-color-primary: #F393B0;
--header-color-primary-shade: #FFF;
--header-color-primary-tint: #FFB2C9; --footer-background: #38362D;
--footer-color-font: #FFF;
--footer-color-primary: #FFF; --font-family01: 'Noto Serif JP', serif;
--font-family02: 'Roboto', 'Noto Sans JP', sans-serif;
} .fw_contents {
margin-top: 0;
margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
padding: 0;
}  .link_btn {
position: relative;
display: inline-block;
color: #fff;
background: var(--color-primary);
width: 100%;
font-size: var(--rem16);
font-weight: 500;
letter-spacing: .1rem;
line-height: 1.6;
text-align: center;
padding: 14px var(--px40) 12px;
border-radius: 50vw;
-webkit-transition: .3s;
transition: .3s;
border: solid 2px var(--color-font);
}
.link_btn::after {
content: '\f078';
position: absolute;
font-size: .85em;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
top: 50%;
right: var(--rem16);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.link_btn:hover {
color: var(--color-font);
background: #fff;
border: solid 2px var(--color-font);
} .post ul.linkbtn_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
margin: var(--px40) auto;
gap: 1%;
}
.post ul.linkbtn_list > li {
width: auto;
margin-bottom: var(--px20);
text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
width: auto;
min-width: 240px;
height: 100%;
max-width: fit-content;
display: flex;
justify-content: center;
align-items: center;
}
@media print, screen and (max-width: 640px) {
.post ul.linkbtn_list > li {
width: 48%;
}
.post ul.linkbtn_list > li a.link_btn {
max-width: none;
width: 100%;
min-width: auto;
}
}  .post .col2_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col2_list > li {
width: 49%;
margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
.post .col2_list > li {
width: 100%;
}
.post .col2_list > li:last-child {
margin-bottom: 0;
}
} .post .col3_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col3_list > li {
width: 32%;
margin-bottom: 2%;
}
.post .col3_list::before {
content: "";
display: block;
width: 32%;
height: 0;
order: 1;
}
.post .col3_list:after {
content: "";
display: block;
width: 32%;
height: 0;
}
@media print, screen and (max-width: 768px) {
.post .col3_list > li {
width: 49%;
}
.post .col3_list::before, .post .col3_list:after {
content: none;
}
}
@media print, screen and (max-width: 414px) {
.post .col3_list > li {
width: 100%;
}
.post .col3_list > li:last-child {
margin-bottom: 0;
}
} .post .col4_list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.post .col4_list > li {
width: 24%;
margin-bottom: 1.5%
}
.post .col4_list::before {
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}
.post .col4_list:after {
content: "";
display: block;
width: 24%;
height: 0;
}
@media print, screen and (max-width: 1240px) {
.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
width: 32%;
margin-bottom: 2%;
}
}
@media print, screen and (max-width: 768px) {
.post .col4_list > li {
width: 49%;
}
.post .col4_list::before, .post .col4_list:after {
content: none;
}
}
@media print, screen and (max-width: 414px) {
.post .col4_list > li {
width: 100%;
}
.post .col4_list > li:last-child {
margin-bottom: 0;
}
}  .card01_list.cardstyle02 > li .txtarea {
background: #fff;
padding: 20px 20px 30px 20px;
} .card01_list.cardstyle03 > li {
padding: 16px;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
} .card01_list.cardstyle04 > li {
padding: 16px;
background: transparent;
border: solid 1px;
} .cardstyle05 > li {
padding-bottom: 30px;
}
.card01_list.cardstyle05 > li .imgarea {
position: relative;
}
.card01_list.cardstyle05 > li .txtarea {
position: relative;
background: #fff;
padding: 20px 20px 30px 20px;
max-width: 90%;
margin: -30px auto;
} .sec01 {
background: #aaa;
}
.card01_wrap {
position: relative;
margin: var(--px60) 0 0;
}
.card01_inner {
max-width: 1600px;
width: 94%;
margin: 0 auto;
}
.cardstyle01 > li {
position: relative;
background: transparent;
}
.card01_list .imgarea {
width: 100%;
position: relative;
aspect-ratio: 4 / 3;
overflow: hidden;
line-height: 0;
}
.card01_list .imgarea img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center top; margin: auto;
display: block;
}
.card01_list .txtarea {
padding: 20px 0 0 0;
line-height: 1.6;
text-align: left;
background: transparent;
} .post .txtstyle02, .txtstyle02 {
font-family: var(--font-family02);
font-size: var(--rem36);
font-weight: 600;
text-align: left;
margin: var(--rem36) auto;
background: transparent;
color: #111;
line-height: 1.4;
padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
font-size: var(--rem20);
margin: 0 0 1rem;
} .post {
background: none;
}
.post p {
line-height: 1.8;
}
.post table th {
background: var(--color-table-th);
font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
.sticky-header #header > .inner {
background: var(--header-background);
}
}
@media print, screen and (max-width: 1023px) {
nav#mainNav ul li a {
background: var(--header-background) !important;
}
} .fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; } .cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; } @media print, screen and (min-width: 641px){ .dsp_smt { display: none; }
.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ .dsp_hp { display: none; }
} @media only screen and (min-width: 1024px) {
#header a.head_btn.mail_btn {
flex-direction: row;
}
#header a.head_btn.mail_btn::before {
margin: 0 8px 0 0;
font-size: 95%;
} nav#mainNav {
height: auto;
}
nav#mainNav ul li a b {
font-weight: 500;
}
nav#mainNav ul li a span {
color: var(--header-color-primary) !important;
font-weight: normal;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
background: none;
}
nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
background: #f6f6f6;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
#header .logo {
width: 20%;
}
#header .logo img {
width: auto;
height: auto;
max-width: 100%;
}
nav#mainNav ul li a {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 1023px) {
body.mobile { margin-top: 60px; }
body.mobile #breadcrumb { margin-top: 0; }
} #copyright {
background: none;
} .bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100vw;
height: 100%;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
content: "";
z-index: -1;
}
.box_w2_sp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ .bg_fix::before { background-attachment: fixed !important; }
.box_w2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2.rev { flex-direction: row-reverse; }
.box_w2.vtop { align-items: flex-start; }
.box_w2.vcen { align-items: center; }
.box_w2.vbtm { align-items: flex-end; }
.box_pad { padding: 30px; }
.box_w2 .column3_33 { width: 32%; }
.box_w2 .column2_50 { width: 48.5%; }
.box_w2 .column2_60 { width: 57%; }
.box_w2 .column2_70 { width: 67%; }
.box_w2 .column2_80 { width: 77%; }
.box_w2 .w45 { width: 45%; }
.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ .box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){  .tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
.tbl_scroll table { margin-bottom: 0; }
.tbl_scroll::-webkit-scrollbar{ height: 5px; }
.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
.box_w2 .w45+.w50 { margin-top: 20px; }
} .box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
max-width: 100%;
} .txt_link {
color: var(--color-primary);
text-decoration: underline;
}
.txt_link:hover {
text-decoration: none;
} .w100 {
width: 100vw;
margin-left: calc(((100vw - 100%) / 2) * -1) !important;
margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
width: 600px;
max-width: 100%;
margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; } .home .post h1 b,
#front-sectionPost h1 span span:first-child {
display: block;
color: var(--color-primary);
font-size: 50%;
} #top_menu::before {
background: #F5F5F5 url(//ryushodo.net/wp-content/uploads/top-menu-bg.png.webp) no-repeat center bottom / 100% auto;
}
#top_menu h1 {
background: url(//ryushodo.net/wp-content/uploads/top-menu-ttl.jpg.webp) no-repeat center center / contain;
}
#top_menu ul {
justify-content: center;
column-gap: 4%;
row-gap: 30px;
}
#top_menu li {
width: 48%;
text-align: center;
}
#top_menu li a {
display: block;
transition: all 0.3s ease-in-out;
}
#top_menu li a:hover {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#top_menu li .photo {
height: 180px;
padding: 20px;
background: rgba(254,240,233,0.6);
}
#top_menu li .photo img {
object-fit: contain;
width: 100%;
height: 100%;
max-width: none;
}
#top_menu li .txt {
padding: 15px 0;
background: #fff;
font-size: var(--rem24w);
font-family: var(--font-family01);
line-height: 1.4;
}
#top_menu li .txt span {
display: block;
color: var(--color-primary);
font-size: 14px;
}
@media print, screen and (min-width: 641px){ #top_menu ul {
column-gap: 2%;
row-gap: 50px;
}
#top_menu li {
width: 23.5%;
}
#top_menu li .photo {
padding: 30px;
height: 350px;
}
#top_menu li .txt {
font-size: var(--rem28);
}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
#top_menu li {
width: 32%;
}
#top_menu li .photo {
height: 250px;
}
} #top_contents h2 {
margin-left: 0;
color: #fff;
font-size: var(--rem24w);
text-align: left;
}
#top_contents .box::before {
background: no-repeat center center / cover;
}
#top_contents .box01::before {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents01.jpg.webp);
}
#top_contents .box02::before {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents02.jpg.webp);
}
#top_contents .box03::before {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents03.jpg.webp);
}
#top_contents .txt {
padding: 30px 5%;
background: rgba(48,43,43,0.9);
color: #fff;
}
@media print, screen and (min-width: 641px){ #top_contents .txt {
width: 50%;
min-height: 450px; display: flex;
justify-content: center;
flex-direction: column;
}
#top_contents .box02 .txt {
margin-left: 50%;
}
}
@media only screen and (max-width: 640px){ #top_contents .box {
position: relative;
padding-bottom: 150px;
}
#top_contents .box::after {
top: auto;
bottom: 0;
height: 150px;
background: no-repeat center center / cover;
}
#top_contents .box01::after {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents01.jpg.webp);
}
#top_contents .box02::after {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents02.jpg.webp);
}
#top_contents .box03::after {
background-image: url(//ryushodo.net/wp-content/uploads/top-contents03.jpg.webp);
}
} #top_store dl {
position: relative;
background: #F5F5F5;
}
#top_store dd {
padding: 15px;
}
@media print, screen and (min-width: 641px){ #top_store dl {
width: 23.5%;
padding-bottom: 50px;
}
#top_store .btn {
position: absolute;
right: 15px;
bottom: 15px;
width: 100%;
}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
#top_store {
row-gap: 30px;
}
#top_store dl {
width: 48%;
}
}
@media only screen and (max-width: 640px){ #top_store dl+dl {
margin-top: 20px;
}
} #contact_box::before {
background: linear-gradient(left, #FFDEE9, #FBFFB5);
background: -ms-linear-gradient(left, #FFDEE9, #FBFFB5);
background: -moz-linear-gradient(left, #FFDEE9, #FBFFB5);
background: -webkit-linear-gradient(left, #FFDEE9, #FBFFB5);
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#contact_box .box {
background: #fff;
}
#contact_box .btn {
width: 800px;
max-width: 100%;
margin: auto;
}
#contact_box .btn a {
height: 100%;
min-height: 100px;
padding: 15px;
background: var(--color-primary);
border-radius: 999px;
color: #fff;
line-height: 1.5;
transition: all 0.3s ease-in-out; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#contact_box .btn a i {
margin-right: 8px;
}
#contact_box .btn .tel a b {
font-size: 150%;
}
#contact_box .btn a:hover {
background: var(--color-primary-tint) !important;
}
#contact_box .btn .mail a {
background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ #contact_box .btn li {
width: 48%;
}
}
@media only screen and (max-width: 640px){ #contact_box .btn li+li {
margin-top: 15px;
}
} #front_top_content,
#front_bottom_content {
background: none;
}
#front-sectionPost .postlist .time {
background: #111;
} .post .linkBtn.btn_link,
#front-sectionPost .linkBtn {
display: inline-block;
width: auto;
max-width: none;
padding: 14px 5px;
padding-right: 60px;
background: none;
border-bottom: 1px solid var(--color-primary);
border-radius: 0;
color: var(--color-font);
text-align: left;
line-height: 1.4;
}
.post .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
position: absolute;
top: 50%;
right: 5px;
display: block;
width: 30px;
height: 30px;
background: var(--color-primary);
border-radius: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
content: "";
}
.post .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
right: 19px;
width: 4px;
height: 4px;
margin-top: -2px;
transition: all 0.3s ease-in-out;
}
.post .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
right: 0;
}
.post .linkBtn.btn_link:hover::after,
#front-sectionPost .linkBtn:hover::after {
right: 14px;
}   h1.title, .post h1, .post h2, .post h3, .post h4 {
color: var(--color-font);
}
.post h2.noline::after {
display: none;
}
.post h3.noline {
padding: 0;
border: none;
} #breadcrumb ul li b,
#sitemap_list li a b {
display: none;
} .wpcf7-form select {
width: auto;
}
.wpcf7-form .must_fn {
float: none;
} .post form.wpcf7-form .linkBtn {
width: 200px !important;
padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
padding: 15px 35px;
}