/* ansin bundle (build: 2026-09-10 03:23 UTC) */

/* --- css/nomalize.css --- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
	box-sizing: border-box;
}
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}
pre {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}
button,
input { 
  overflow: visible;
}
button,
select { 
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul{
  list-style: none;
}

/* --- style.css --- */
:root {
  --main_color: #509a91;
  --gray: #ececec;
  --gray_2: #f5f5f5;
  --sub_color: #ff9901;
  --beige: #fffbee;
}
html {
  font-size: 1px;
  color: #333;
  margin: 0;
}
body{
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "Yu Gothic" ,'ヒラギノ角ゴ','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.sp{
  display: none;
}
.youtube-player{
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  html{
    font-size: calc((1200px - (1200px - 100vw)) / 1200 * 1);
  }
}
@media screen and (max-width: 800px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
img{
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
  color: var(--blue2-bg-color);
}
a:hover{
  text-decoration: underline;
}
.main_section{
  padding: 150rem 0;
  text-align: center;
}
.ta_c{text-align: center !important;}
.ta_l{text-align: left;}
.layout_1100{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50rem;
  padding-right: 50rem;
}
.column_50{
  display: flex;
  justify-content: space-between;
}
.column_50 *{
  width: 50%;
}
.mt150p{margin-top: 150px;}
.mt60p{margin-top: 60px;}
.pb120{padding-bottom: 120rem;}
.pb150{padding-bottom: 150rem;}
.ptb150{padding-top: 150rem;padding-bottom: 150rem;}
.pt150{padding-top: 150rem;}
.ptb40{padding-top: 40rem;padding-bottom: 40rem;}
.mt25{margin-top: 25rem;}
.mt50{margin-top: 50rem;}
.mb25{margin-bottom: 25rem;}
.mb50{margin-bottom: 50rem;}
.mb100{margin-bottom: 100rem;}
.mb150{margin-bottom: 150rem;}
.w100{width: 100%;}
.bg_gray{background-color: var(--gray);}
.bg_gray_2{background-color: var(--gray_2);}
.bg_beige{background-color: var(--beige);}
.bgi{
  position: relative;
}
.bgi::before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  z-index: -2;
  pointer-events: none;
  background-size: cover;
  background-position: 50%;
  transition: inherit;
}
.pankuzu{
  font-size: 16rem;
  color: #666;
}
.main_header{
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background-color: rgba(255,255,255,.85);
  z-index: 1000;
  top: 0;
  padding: 12px 30px;
}
.main_logo{
  height: 70px;
}
.navs{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site_nav{
  width: 65%;
  max-width: 650px;
}
.site_nav ul,
.ec_nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16rem;
}
.main_header nav ul a,
.main_header nav ul a:active,
.main_header nav ul a:visited{
  color: #333;
  font-weight: bold;
}
.ec_nav{
  width: 220rem;
  position: relative;
  text-align: right;
  margin-left: 5%;
}
.ec_nav ul li{
  width: 60rem;
}
.ec_nav__txt{
  font-weight: 600;
  font-size: 16rem;
  color: #666;
}
@media screen and (max-width: 800px) {
  .main_logo{
    width: 200rem;
    height: auto;
  }
  .main_header{
    height: 150rem;
    padding: 30rem;
  }
  .pankuzu{
    font-size: 38rem;
  }
  .main_header.on_sp{
    height: 100vh;
    justify-content: center;
    align-items: flex-start;
    animation: fadeInAnime .5s ease-in-out;
  }
  .main_header.on_sp .main_logo{
    display: none;
  }
  @keyframes fadeInAnime{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
  .main_header.on_sp .navs{
    flex-direction: column;
  }
  .main_header.on_sp
  .sp_logo{
    width: 15vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30rem;
  }
  .sp_logo img{
    width: 100%;
  }
  .ec_nav{
    display: none;
  }
  .main_header.on_sp .ec_nav{
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 3vh;
    flex-direction: column-reverse;
    text-align: center;
  }
  .site_nav{
    display: none;
  }
  .main_header.on_sp .site_nav{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 50rem 0;
    max-width: 100%;
  }
  .ec_nav__txt{
    font-size: 90rem;
    margin-bottom: 50rem;
  }
  .ec_nav ul li{
    width: 165rem;
  }
  .site_nav ul{
    flex-direction: column;
    font-size: 60rem;
    line-height: 400%;
    width: 100%;
  }
  .site_nav ul a,
  .site_nav ul a:active,
  .site_nav ul a:visited{
    color: var(--main_color);
  }
  .header_menu_btn{
    height: 150rem;
    width: 200rem;
    position: fixed;
    right: 0;
    top: 0rem;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1000;
  }
  .header_menu_btn .icon-animation{
    right: 50rem;
    top: 50rem;
    width: 40rem;
    height: 40rem;
    display: block;
    position: absolute;
    text-align: center;
  }
  .header_menu_btn .icon-animation .el_top,
  .header_menu_btn .icon-animation .el_middle,
  .header_menu_btn .icon-animation .el_middle02,
  .header_menu_btn .icon-animation .el_bottom {
    width:100rem;
    height:5px;
    display:block;
    background: var(--main_color);
    position:absolute;
    right:0;
    top:50%;
    margin-left:-2.5rem;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  .header_menu_btn.is-open .icon-animation .el_top {
    transform:rotate(-45deg) translateY(0px);
  }
  .header_menu_btn .icon-animation .el_top{
    transform:translateY(-30rem);
  }
  .header_menu_btn .icon-animation .el_middle{
    transform:translateY(-.3rem);
  }
  .header_menu_btn .icon-animation .el_middle02{
    transform:translateY(.3rem);
  }
  .header_menu_btn.is-open .icon-animation .el_middle,
  .header_menu_btn.is-open .icon-animation .el_middle02{
    background:rgba(51,51,51,0);
    opacity: 0;
  }
  .header_menu_btn.is-open .icon-animation .el_bottom{
    transform:rotate(45deg) translateY(0px);
  }
  .header_menu_btn .icon-animation .el_bottom{
    transform:translateY(30rem);
  }
  .header_menu_btn .icon-animation>*.back_chage{
    background:#000;
  }
}
#footer{
}
.footer_contucts{
  border: #ccc solid 15rem;
  padding: 20rem;
  text-align: center;
}
.footer_contucts_btns{
  display: flex;
  width: 920rem;
  justify-content: space-between;
  margin: auto;
}
.footer_contucts_btns a{
  display: block;
  font-size: 33rem;
  font-weight: 500;
  width: 420rem;
  height: 100rem;
  line-height: 100rem;
  border-radius: 50rem;
  color: #fff;
}
.footer_contucts_btns a:nth-child(1){background-color: #333;}
.footer_contucts_btns a:nth-child(2){background-color: var(--sub_color);}
.main_footer{
  text-align: center;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  padding: 100rem 0 0;
  line-height: 160%;
}
.main_footer::before{
  background-image: url(../img/main_v_backs/main_visual_04.jpg);
}
.main_footer_inner{
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16rem;
  line-height: 160%;
}
.main_footer_inner h3{
  margin-bottom: 25rem;
  font-size: 24rem;
  border-left: 5rem solid #419091;
  padding-left: 7rem;
  height: 1.3em;
  line-height: 1.3em;
}
.f_menus{
  padding-left: 15rem;
}
.copyright{
  background-color: rgb(5 36 31 / 80%);
  font-size: 12rem;
  line-height: 35rem;
  margin-top: 100rem;
}
.sns_icons{
  font-size: 24rem;
}
.sns_icons a + a{
  margin-left: 5rem;
}
@media screen and (max-width: 1200px) {
  .main_footer{
  }
  .main_footer_inner{
    flex-direction: column;
    font-size: 38rem;
    padding: 50rem 100rem;
  }
  .main_footer_inner h3{
    font-size: 60rem;
    margin-top: 100rem;
  }
  .copyright{
    font-size: 30rem;
    line-height: 70rem;
    padding-bottom: 3vh;
  }
  .f_menus{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .f_menus li{
    width: 50%;
    display: inline-block;
  }
  .sns_icons{
    font-size: 58rem;
    display: flex;
    justify-content: space-between;
  }
  .footer_contucts{
    width: 90%;
  }
  .footer_contucts_btns{
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer_contucts_btns a{
    width: 80%;
    font-size: 60rem;
  }
  .footer_contucts_btns a:nth-child(2){
    margin-bottom: 30rem;
  }
}
.side_menus{
  width: 300rem;
  font-size: 16rem;
}
.side_menus_inner{
  background-color: var(--gray_2);
  border-radius: 10px;
  padding: 20rem;
}
.side_menus_title{
  color: var(--main_color);
  font-size: 22rem;
  margin-bottom: 15rem;
}
.side_menus_ul,
.side_categorys_ul,
.archive-list{
  font-size: 16rem;
  line-height: 160%;
  margin-bottom: 15rem;
}
.side_menus_ul.tag_f{
  font-size: 1rem;
}
.side_menus_ul li + li{
  margin-top: 10rem;
}
.side_menus_li_date{
  color: var(--blue2-bg-color);
  font-weight: bold;
}
.side_menus_a,.side_menus_a:visited{
  color: #333;
}
.side_menus_more{
  text-align: right;
  font-size: 16rem;
}
.side_menus_inner + .side_menus_inner{
  margin-top: 30rem;
}
.tag-cloud-link{
  display: inline-block;
  padding: 0.2em 0.4em;
  background-color: #e0e0e0;
  margin: 0.2em;
  border-radius: 5px;
  line-height: 1.5em;
}
.tag-cloud-link:hover{
  background-color: var(--sub_color);
  color: #fff;
}
.tag-cloud-link + .tag-cloud-link{
  margin-left: .3em;
}
.archive-list .year,
.side_categorys_ul li a{
  line-height: 2em;
  display: flex;
  align-items: center;
}
.side_categorys_ul li a:hover{
  text-decoration: none;
  color: var(--sub_color);
}
.side_categorys_ul.child{
  margin-left: .5em;
}
.cat_count{
  border: 1px solid #ccc;
  padding: 0.1em 1em;
  margin-left: auto;
  font-size: .5em;
  line-height: 120%;
}
.search_form_div{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40rem;
  border-radius: 15px;
  padding: 0.5em;
}
#s-btn{
  display: flex;
  align-items: center;
}
#s-box,
#s-btn{
  line-height: 32rem;
  border: none;
  background: none;
}
.archive_list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rem 0;
  line-height: 160%;
}
.archive_list li + li{
  border-top: 1px solid #ccc;
}
.info_photo{
  width: 35%;
}
.info_values{
  width: 55%;
  font-size: 20rem;
  line-height: 160%;
}
.info_date{
  color: var(--main_color);
  font-weight: 300;
  margin-bottom: .5em;
}
.info_title{
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: .5em;
}
.archiv_h1{
  font-size: 32rem;
  line-height: 160%;
  font-weight: 300;
  height: 100rem;
  display: flex;
  align-items: center;
}
.nav-links{
  display: flex;
  justify-content: space-around;
  margin: 3em auto;
}
.nav-links .page-numbers{
  display: inline-block;
  background-color: #e0e0e0;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
}
.nav-links .prev.page-numbers,
.nav-links .next.page-numbers{
  width: 5em;
}
.nav-links .page-numbers:hover{
  background-color: var(--sub_color);
  color: #fff;
}
.nav-links .page-numbers.current{
  background-color: var(--main_color);
  color: #fff;
}
@media screen and (max-width: 800px){
  .search_form_div{
    height: 120rem;
  }
  #s-box, #s-btn{
    line-height: 100rem;
  }
  #s-box{
    width: 80%;
    font-size: 60rem;
    padding-left: 0.5em;
  }
  .tag-cloud-link{
    line-height: 140%;
  }
  .info_values{
    font-size: 38rem;
  }
  .nav-links{
    font-size: 40rem;
  }
}
.content_header{
  text-align: center;
}
.main_h1{
  font-size: 60rem;
  font-weight: 700;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.main_h1::before{
  content: '';
  background-image: url(../img/h1_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80rem;
  height: 80rem;
  position: absolute;
  left: -80rem;
  top: -40rem;
}
.line_h2{
  font-size: 48rem;
  background:linear-gradient(transparent 60%, #edc749 60%);
  display: inline-block;
  padding-bottom: 5rem;
}
.line_h2 span{
  font-size: .9em;
}
.position_r{
  position: relative;
  text-align: center;
}
.circle_header{
  width: 350rem;
  height: 350rem;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: -120rem;
  padding-top: 80rem;
  margin-bottom: -120rem;
}
.news_header h2,
.circle_header h2{
  font-size: 60rem;
  margin-top: 15rem;
}
.news_header span,
.circle_header span{
  color: var(--main_color);
  font-size: 36rem;
  font-weight: 500;
}
.rtoc-mokuji-content.frame3{
  width: 100%;
  min-width: 100%;
}
.main_p{
  font-size: 26rem;
  line-height: 160%;
}
.image_box{
  display: flex;
  justify-content: space-between;
}
.image_box img{
  min-width: 45%;
}
.image_box img + img{
  margin-left: 5%;
}
.more_btn{
  background-color: var(--sub_color);
  display: inline-block;
  color: #fff;
  width: 200rem;
  height: 58rem;
  font-size: 26rem;
  border-radius: 29rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.main_visual{
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_visual::before{
  background-image: url(../img/main_back.jpg);
}
.main_v__h2{
  font-size: 60rem;
  color: #fff;
  text-shadow: 0px 0px 5rem #000;
  margin-left: 100rem;
  line-height: 160%;
}
.bgi_slide{
  position: relative;
  overflow: hidden;
}
.main_v_backs{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  border-radius: inherit;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.main_v_b__li{
  width: 100vw !important;
  height:100vh !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main_v_b__li img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); 
  }
}
.add-animation {
  animation: fadezoom 10s 0s forwards;
}
.scroll_down{
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
  font-size: 30rem;
  text-align: center;
  font-weight: 100;
  padding-bottom: 50rem;
  text-shadow: 1px 1px 5rem #000;
}
.scroll_down .material-symbols-outlined{
  font-size: 42rem;
  position: absolute;
  animation: arrowmove 2s ease-in-out infinite;
  left: 0;
  right: 0;
  font-weight: 100;
}
@keyframes arrowmove{
  0%{bottom:0rem;}
  50%{bottom:10rem;}
  100%{bottom:0rem;}
}
.front_conts_01{
  position: relative;
  height: 800rem;
  max-height: calc(100vh - 100px);
}
.front_conts_01__txt{
  background-color: rgb(255 253 241 / 90%);
  font-size: 18rem;
  padding: 50rem;
  width: 550rem;
  line-height: 140%;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.front_conts_01__txt h3{
  font-size: 36rem;
  font-weight: 500;
  color: var(--main_color);
  margin-bottom: 30rem;
  line-height: 40rem;
}
.front_conts_01__txt h3 span{
  font-size: 24rem;
}
.front_conts_01__img{
  width: auto;
  height: 800rem;
  max-height: calc(100vh - 100px);
  position: absolute;
  z-index: -1;
  top: 0;
  border-radius: 20px;
}
.img_right .front_conts_01__img{right: -15vw;}
.img_right .front_conts_01__txt{left: 0;}
.img_left .front_conts_01__img{left: -15vw;}
.img_left .front_conts_01__txt{right: 0;}
.page_contents{
  margin-top: 150px;
}
.rinen_div strong{
  font-size: 48rem;
  line-height: 200%;
  margin-bottom: 50rem;
}
.rinen_div p{
  text-align: left;
  font-size: 24rem;
  line-height: 160%;
  margin-top: 50rem;
}
.basic_table{
  width: 100%;
  font-size: 20rem;
  line-height: 160%;
  text-align: left;
  border-collapse:collapse;
  font-weight: 300;
}
.basic_table tr + tr th,
.basic_table tr + tr td{
  border-top: 1px solid #ccc;
}
.basic_table th{
  color: var(--main_color);
  padding: 15rem;
  width: 25%;
  font-weight: 400;
}
.basic_table td{
  padding: 15rem;
}
.map_iframe{
  width: 100%;
  height: 450rem;
  filter:hue-rotate(180deg);
}
.singles_layout{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60rem;
}
.singles_article{
  width: 750rem;
  font-size: 20rem;
}
.singles_article_header{
  margin: 50rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.single_date{
  text-align: center;
  border-right: 1px solid #ccc;
  height: 100rem;
  padding-right: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 300;
  color: var(--main_color);
}
.s_year{font-size: 16rem;}
.s_md{font-size: 30rem;}
.singles_h1{
  font-size: 32rem;
  line-height: 160%;
  font-weight: 300;
  height: 100rem;
  padding-left: 30rem;
  display: flex;
  align-items: center;
}
.single_contents{
  font-size: 20rem;
  line-height: 160%;
  margin-bottom: 60rem;
  text-align: left;
}
.blog p	{
  margin: 25rem 0;
  font-size: 18rem;
}
.inquiry2{
  font-size: 20rem;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.inquiry2 tr{
  display: flex;
  justify-content: space-between;
}
.inquiry2 th{
  width: 30%;
  padding-right: 5%;
  color: var(--main_color);
}
.inquiry2 td{
  width: 65%;
}
.inquiry2 td input,
.inquiry2 td textarea{
  width: 100%;
}
.inquiry2 tr + tr{
  margin-top: 1em;
}
.spam_chekdiv{
  font-size: 20rem;
  text-align: center;
}
#formbtn{
  margin-top: 1em;
  display       : inline-block;
  border-radius : 5%;          
  text-align    : center;      
  cursor        : pointer;     
  padding       : 1em 1.5em;   
  background    : #ff9901;     
  color         : #ffffff;     
  line-height   : 1em;         
  transition    : .3s;         
  border        : 2px solid #ff9901;    
}
#formbtn:hover {
  color         : #ff9901;     
  background    : #ffffff;     
}
.blog-date	{
	margin-bottom: 10px;
	color: #666666;
	font-size: 13px;
}
.blog h2 {
  position: relative;
  margin-top: 1.5em;
  background: #009999;
  padding: 0.5em 0.3em;
  color: #ffffff;
  font-size: 32rem;
  clear: both;
}
.blog h3	{
  margin: 50rem 0;
	padding: 10rem 15rem;
	border-left: solid 10rem #009999;
	font-size: 24rem;
	clear: both
}
.blog h4 {
	border-bottom: solid 2px #009999;
	margin-top: 45px;
	padding-left: 3px;
	font-size: 18px;
	clear: both}
@media (max-width: 800px) {
  .blog p{
    font-size: 40rem;
  }
	.blog h2	{font-size: 65rem}
	.blog h3	{
    font-size: 55rem;
    border-left: solid 20rem #009999;
    padding: 40rem 15rem;
  }
  .inquiry2{
    font-size: 40rem;
  }
  .inquiry2 tr{
    flex-direction: column;
  }
  .inquiry2 th{
    width: 100%;
  }
  .inquiry2 td{
    width: 100%;
  }
  .spam_chekdiv{
    font-size: 40rem;
  }
}
.blog dl {width: 90%}
.blog dt {border-left: solid 10px #009999;
	border-bottom: solid 1px #B0B0B0;
	padding-left: 8px;
	padding-bottom: 2px}
.blog dd {padding-top: 5px;
	padding-bottom: 15px}
.blog table { width: 100%;  border-collapse: collapse; border-spacing: 0}
.blog th,.blog td  { padding: 10px; border: 1px solid #ddd;}
.blog th  { background: #f4f4f4; }
.blog th  { width: 25%; text-align: left; }
@media screen and (max-width: 1600px){
  .img_right .front_conts_01__img{
    right: calc(-50vw + 550rem);
    border-radius: 20px 0 0 20px;
  }
  .img_left .front_conts_01__img{
    left: calc(-50vw + 550rem);
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (max-width: 800px){
  .page_contents{
    margin-top: 170rem;
  }
  .rinen_div p{
    font-size: 42rem;
  }
  .basic_table{
    font-size: 40rem;
  }
  .basic_table tr{
    display: flex;
    flex-direction: column;
  }
  .basic_table th,
  .basic_table td{
    width: 100%;
  }
  .basic_table tr + tr td{
    border: none;
  }
  .main_visual{
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main_v__h2{
    writing-mode: vertical-rl;
    font-size: 80rem;
    line-height: 160%;
    margin-top: 300rem;
    margin-left: 100rem;
  }
  .scroll_down{
    font-size: 50rem;
    padding-bottom: 80rem;
    bottom: 20vh;
  }
  .scroll_down .material-symbols-outlined{
    font-size: 60rem;
  }
  .front_conts_01{
    height: 1100rem;
  }
  .front_conts_01__txt h3{
    font-size: 60rem;
    line-height: 70rem;
  }
  .front_conts_01__txt h3 span{
    font-size: 30rem;
  }
  .front_conts_01__txt{
    width: 900rem;
    font-size: 40rem;
    transform: translateY(-20%);
  }
  .line_h2{
    font-size: 60rem;
  }
  .main_p{
    font-size: 40rem;
  }
  .news_header h2, .circle_header h2{
    font-size: 80rem;
  }
  .more_btn{
    color: #fff;
    width: 500rem;
    height: 90rem;
    font-size: 60rem;
    border-radius: 45rem;
  }
  .singles_layout{
    flex-direction: column;
  }
  .singles_article,
  .side_menus{
    width: 100%;
  }
  .single_date{
    border-right: none;
    flex-direction: row;
    height: auto;
  }
  .s_year{
    font-size: 35rem;
  }
  .s_md{
    font-size: 50rem;
  }
  .s_year{
    margin-right: .5em;
  }
  .singles_article_header{
    flex-direction: column;
    align-items: flex-start;
  }
  .singles_h1{
    font-size: 60rem;
    height: auto;
    font-weight: 800;
    margin-top: 30rem;
  }
  .single_contents{
    font-size: 40rem;
  }
}
.index_blog--ul li + li{
  margin-top: 100rem;
}
@media screen and (max-width: 1200px) {
  .layout_1000{
    padding-left: 50rem;
    padding-right: 50rem;
  }
  .column_50{
    flex-direction: column;
  }
  .column_50 *{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .column_50 * + img{
    margin-top: 25rem;
  }
}
.bread_list{
  font-size: 18rem;
  line-height: 140%;
  padding: 20rem 0;
}
.main_h2{
  font-size: 44rem;
  margin-bottom: 60rem;
  background-color: #4684CE;
  border-radius: 40rem;
  width: 700rem;
  color: #fff;
  text-align: center;
  line-height: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.main_h2.blf{
  color: var(--blue2-bg-color);
  background-color: #F2F2F2;
}
.next_arrow{
  position: relative;
}
.next_arrow:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 75rem solid #EEE;
  border-right: 150rem solid transparent;
  border-left: 150rem solid transparent;
}
.brown_back.next_arrow:before{
  border-top: 75rem solid var(--brown-bg-color);
}
.bl_back.next_arrow:before{
  border-top: 75rem solid var(--blue-bg-color);
}
.bl_back{
  background-color: var(--blue-bg-color);
}
.bl2_back{
  background-color: var(--blue2-bg-color);
}
.beige_back{
  background-color: var(--beige-bg-color);
}
.brown_back{
  background-color: var(--brown-bg-color);
}
.fqa_box{
  margin-bottom: 65rem;
}
.red_bold{
  color: #F20A53;
}
.bl_bold{
  color: #4684CE;
}
.q_box,
.a_box{
  position: relative;
  font-size: 25rem;
  line-height: 140%;
  font-weight: bold;
  border: 3px solid #9D9E9E;
  border-radius: 10px;
  background-color: #fff;
  padding: 15rem;
  margin-left: 160rem;
  margin-bottom: 60rem;
}
.q_box:before,
.a_box:before {
  content: "";
  position: absolute;
  top: 29rem;
  left: -23rem;
  margin-top: -12rem;
  border: 12rem solid transparent;
  border-right: 12rem solid #FFF;
  z-index: 2;
}
.q_box:after,
.a_box:after {
  content: "";
  position: absolute;
  top: 29rem;
  left: -30rem;
  margin-top: -14rem;
  border: 14rem solid transparent;
  border-right: 14rem solid #9D9E9E;
  z-index: 1;
}
.q_box span,
.a_box span{
  position: relative;
}
.a_box span:before,
.q_box span:before{
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 110rem;
  height: 110rem;
  display: block;
  left: -160rem;
  top: -20rem;
}
.q_box,.a_box{
  cursor: pointer;
}
.q_box span:before{
  background-image: url(https://laundry.senkaq.com/spotru/img/front_qa_01.png);
  cursor: pointer;
}
.a_box span:before{
  background-image: url(https://laundry.senkaq.com/spotru/img/front_qa_02.png);
}
.a_box{
  display: none;
}
@media screen and (max-width: 1200px) {
  .main_h2{
    font-size: 65rem;
    margin-bottom: 120rem;
    border-radius: 60rem;
    width: 950rem;
    line-height: 120rem;
  }
  .fqa_box{
    margin-bottom: 120rem;
  }
  .q_box, .a_box{
    font-size: 50rem;
    margin-left: 220rem;
    padding: 30rem;
    margin-bottom: 80rem;
  }
  .a_box span:before,
  .q_box span:before{
    width: 160rem;
    height: 160rem;
    display: block;
    left: -230rem;
    top: -50rem;
  }
}
.news_ul{
  display: flex;
  flex-direction: column;
}
.news_ul li{
  display: flex;
  justify-content: space-between;
  font-size: 20rem;
  font-weight: bold;
  border-bottom: 3px dotted var(--main_color);
  line-height: 40rem;
  padding: 20rem 0;
}
.news_date{
  width: 120rem;
  color: var(--main_color);
  text-align: left;
}
.news_title{
  width: 800rem;
  text-align: left;
}
.news_title a,
.news_title a:valid{
  color: #333;
}
.news_title a:hover{
  text-decoration: underline;
}
.front_more{
  text-align: right;
  line-height: 80rem;
  font-size: 24rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .news_ul li{
    flex-direction: column;
    justify-content: space-between;
    font-size: 40rem;
    padding: 30rem 0;
  }
  .news_date,.news_title{
    width: 100%;
    line-height: 160%;
  }
  .front_more{
    font-size: 40rem;
  }
}
.navi_art{
  font-size: 20rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  border-top: dashed 3px #ddd;
  padding-top: 30rem;
}
.navi_art .material-symbols-outlined{
  font-size: 40rem;
  font-weight: 900;
  color: #ccc;
}
.navi_art .material-symbols-outlined:hover{
  color: var(--main_color);
}
@media screen and (max-width: 800px) {
  .navi_art{
    font-size: 40rem;
    margin-bottom: 100rem;
  }
  .side_menus_inner{
    padding: 45rem;
  }
  .side_menus_more{
    font-size: 40rem;
  }
  .side_menus_title{
    font-size: 80rem;
    margin-bottom: 30rem;
  }
  .side_menus_ul.tag_f{
    font-size: 3rem;
  }
  .side_menus_ul,
  .side_categorys_ul,
  .archive-list{
    font-size: 50rem;
  }
  .bread_list{
    font-size: 40rem;
  }
}
.item_link_div{
	background-color: #E6E6E6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	margin: 1em auto;
}
.item_link_div .img_div{
	width: 270px;
	height: auto;
	margin-right: 27px;
}
.item_link_div .item_link_div_inner{
	width: 390px;
	padding-top: 1em;
}
.item_link_ul li a{
	display: inline-block;
	background-color: #ff931e;
	padding: 10px;
	float: left;
	color: #fff;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
}
.item_link_ul li{
	display: inline-block;
}
.item_link_ul li li{
	margin-left:22px;
}
@media (max-width: 800px){
	.item_link_div{
		display: block;
	}
	.item_link_div .img_div{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.item_link_ul li{
		display: block;
	}
	.item_link_ul li a{
		float: none;
		display: block;
		text-align: center;
		font-size: 1.3em;
	}
	.item_link_ul li + li{
		margin-top: 1em;
	}
	.item_link_div .item_link_div_inner{
		width: 100%;
	}
	.item_link_div .item_link_div_inner p{
		font-size: 1.2em;
	}
}
.sd-sharing	{margin-top: 40px;}
.sd-sharing h3	{
  border-top: dashed 3px #ddd;
	margin: 100rem 0 0rem;
	padding: 20rem 0;
	border-left: none;
  text-align: center;
  font-size: 30rem;
  font-weight: 600;
  color: #ccc;
}
.sd-title	{
  font-weight: normal;
}
.sd-content ul	{margin: 0;
	padding: 0;
	list-style: none;
}
.sd-content li a	{display: block;
	padding: 10px 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.sd-content li a:hover	{opacity: 0.8;}
.sd-content ul:after	{content: "";
	display: block;
	clear: both;
}
.sd-content	li	{float: left;
	width: 25%;
}
.share-twitter	{background-color: #55acee;}
.share-facebook	{background-color: #3b5998;}
.share-pocket	{background-color: #ee4056;}
.share-twitter span:before,
.share-facebook span:before,
.share-pocket span:before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: -0.15em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.share-twitter span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z'/%3E%3C/svg%3E");}
.share-facebook span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z'/%3E%3C/svg%3E");}
.share-pocket span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M18.813 10.259l-5.646 5.419c-.32.305-.73.458-1.141.458-.41 0-.821-.153-1.141-.458l-5.646-5.419c-.657-.628-.677-1.671-.049-2.326.63-.657 1.671-.679 2.325-.05l4.511 4.322 4.517-4.322c.66-.631 1.697-.607 2.326.049.631.645.615 1.695-.045 2.326l-.011.001zm5.083-7.546c-.299-.858-1.125-1.436-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023c1.411 1.03 2.989 1.728 4.694 2.072.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029 1.633-.36 3.148-1.036 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742l.017.01z'/%3E%3C/svg%3E");}
@media (max-width: 800px) {
  .navi_art .material-symbols-outlined{
    font-size: 70rem;
  }
  .sd-sharing h3{
    font-size: 50rem;
  }
  .sd-content li a	{
    font-size: 10px;
  }
}
.main_v__inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_v__cta{
  margin-left: 100rem;
  margin-top: 40rem;
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  padding: 14rem 34rem;
  background-color: var(--sub_color);
  color: #fff;
  font-size: 20rem;
  line-height: 1;
  border-radius: 40rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 8rem rgba(0,0,0,.4);
}
.main_v__cta:hover{
  text-decoration: none;
  opacity: .88;
}
.main_v__cta .material-symbols-outlined{
  font-size: 20rem;
}
@media screen and (max-width: 800px){
  .main_v__cta{
    margin-left: 100rem;
    margin-top: 70rem;
    font-size: 40rem;
    padding: 26rem 56rem;
    border-radius: 80rem;
  }
  .main_v__cta .material-symbols-outlined{
    font-size: 40rem;
  }
}
.sns_icons a{
  color: #fff;
  display: inline-block;
  line-height: 0;
}
.sns_icons svg{
  width: 2em;
  height: 2em;
  fill: currentColor;
  vertical-align: middle;
}
@media screen and (max-width: 1200px){
  .sns_icons svg{
    width: clamp(30px, 4.2vw, 38px);
    height: clamp(30px, 4.2vw, 38px);
  }
  .more_btn{
    width: clamp(200px, 44vw, 300px);
    height: clamp(48px, 9vw, 62px);
    font-size: clamp(17px, 3.2vw, 21px);
    border-radius: 999px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .sns_icons{
    justify-content: flex-start;
    gap: clamp(15px, 2.1vw, 19px);
    padding-left: clamp(15px, 2.1vw, 19px);
  }
  .sns_icons a + a{
    margin-left: 0;
  }
}

/* --- js/slick/slick.css --- */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --- js/slick/slick-theme.css --- */
@charset 'UTF-8';
.slick-loading .slick-list
{
    background: #fff url('../js/slick/ajax-loader.gif') center center no-repeat;
}
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../js/slick/fonts/slick.eot');
    src: url('../js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../js/slick/fonts/slick.woff') format('woff'), url('../js/slick/fonts/slick.ttf') format('truetype'), url('../js/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
