@charset "utf-8";
/*
theme Name: 株式会社STAY HOME https://stay-home.co.jp/
Author: https://m-cre.co.jp/
Description: original theme
version： 1.0.0
*/
.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clear {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* End hide from IE-mac */
/* -------------------------------------------------------------
 * JQM CSS Overwrite - 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;
}
body {
  display: block;
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body, #wrapper {
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
}

footer {
  margin-top: 150px;
}
.top_catch {
  font-family: "Sawarabi Mincho", serif;
  color: #e60012;
  font-size: 38px;
  line-height: 1.3em;
  padding-bottom: 40px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  transform: rotate(.03deg);
}
.section_title {
  color: #00ae8d;
  font-size: 25px;
  line-height: 1.1em;
  padding-bottom: 40px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.section_title_sub {
  color: #00ae8d;
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
}
.section_text_l {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: left;
  margin-bottom: 20px;
}
.section_text_c {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
}
.section_text_cb {
  font-size: 19px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  font-weight:bold;
}
.section_text_list {
    text-align: left;
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 50%;
}
.img_center {
  margin: 0 auto;
  text-align: center;
}

.n_text_c{
  font-size: 15px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
}
.n_text_c a{
  font-size: 15px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
}
.n_text_l{
  font-size: 15px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
.n_text_l a{
  font-size: 15px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: left;
}

.preimg_center {
  margin: 0 auto;
  width: 100%
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.button {
  text-align: center;
}
.btn-square_w {
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  margin: 20px;
  background: #fff;
  color: #8a5e3c;
  border: solid 1px #8a5e3c;
  border-radius: 1px;
}

.btn-square_g {
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  background: #00ae8d;
  transition: 0.3s;
  float: right;
}

.mt10{margin-top:1em;}
.mb10{margin-bottom:1em;}

/*画面全体の設定*/
body, html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #000;
  font-size: 14px;
}
.img-bg-01 {
  position: inherit;
  max-width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}
/* --- 背景の指定 ------------------------------------------- */
.img-bg-01 .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 28s ease infinite;
}
/*.img-bg-01 .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 35s ease infinite;
}*/
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.img-bg-01 .src1 {
  background-image: url(/image/main_img-01.jpg);
  animation-delay: 0s;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
.img-bg-01 .src2 {
  background-image: url(/image/main_img-02.jpg);
  animation-delay: 7s;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
.img-bg-01 .src3 {
  background-image: url(/image/main_img-03.jpg);
  animation-delay: 14s;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}

@keyframes bgAnime {
  0% {
    opacity: 0
  }
  25% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
  75% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.img-bg-01 .boxString {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #fbf9f5;
  height: auto;
  margin: 100px 0;
  padding-top: 97vh;
  padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
}
.scrollbox2 {
  background-color: #fff;
  height: auto;
  margin: 100px 0;
}
.scrollbox3 {
  background-color: #fbf9f5;
  padding: 100px 0;
}
.scrollbox4 {
  background-color: #fff;
  height: auto;
  margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.con_box {
  width: 100%;
  height: auto;
  margin:110px 0 -90px 0;
  clear: both;
}
.con_innerbox {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
.con_innerbox {
  width: 100%;
  padding: 0 20px 50px 20px;
}
}
.text_box {
  width: 1000px;
  margin: 0 auto;
  display: inline-block;
}
ul .riyou_list{
    color: #555;
    text-indent: -1em;
	}
.riyou_list li:nth-child(odd){
	flex-direction: inherit!important;
	}
.footer_menu {
  background-color: #00ae8d;
  height: 10px;
  text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
}
.footer_box {
  background-color: #fbf9f5;
  padding: 30px 0 10px 0;
  margin-top: auto;
  height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
  background-image: url(/image/bg_leaf.png);
  background-repeat: no-repeat;
  background-position: 120% 60%;
}
#nav ul li {
  display: inline;
}
.footer_parent {
  width: 100%;
  margin: 0 auto;
}
.footer_wrap {
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.footer_parent ul {
  width: 100%;
  text-align: center;
}
.footer_parent li {
list-style:none;
display: inline-block;
}
.footertext {
  color: #555;
  font-size: 14px;
  text-align: left;
  line-height: 1.8em;
  font-weight: bold;
}
.footertext a {
  color: #555;
  font-size: 13px;
  text-align: left;
  line-height: 1.5em;
  font-weight: initial;
  margin-left: 1em;
}
.footer_sns{
text-align:center;
} 
.footer_sns li{ 	
display: inline-block;
margin: 0 3px;
} 
.copyrigh_text {
  color: #555;
  font-size: 9px;
  text-align: center;
  line-height: 1.5em;
  margin: 40px 0 10px 0;
}
table a {
  color: #333;
}

.img_wrap {
  width: auto;
  margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.img_wrap_s {
  width: fit-content;
  margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  text-align: center;
}
.list_wrap {
  width: 900px;
  margin-left: auto;
}

.s2box {
  width: 100%;
  background-color: #fff;
}
.s2box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.s2box li .photo, .s2box li .txt {
  width: 50%;
  box-sizing: border-box;
}
.txt {
  padding: 0 7%;
}
.photo img {
  width: 100%;
  height: auto;
  display: block;
}
/* 偶数の行に対して指定 */
.s2box li:nth-child(odd) {
  flex-direction: row-reverse;
}

.s3box {
  width: 1000px;
  margin: 0 auto;
}
.list_build{ display:flex;
margin-bottom: 40px;
}
.build_r{
margin:0 30px;
width: 100%;
}
.build_name{
  font-size: 17px;
  color: #555;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
  font-weight:bold;
}
.build_text{
  font-size: 15px;
  color: #555;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: left;
}
.build_text_s{
  font-size: 11px;
}

.line_dot{
    margin: 2em auto;
    padding: 1em;
    width: 80%;
    border-bottom: 5px dotted #ff9900;
    border-radius: 1px;
}

.s4_l {
  width: 50%;
  float: left;
  margin: 0 30px;
}
.s4_r {
  width: 40%;
  float: right;
}
.prof {
  border: #ccc 1px solid;
}
.text_link {
  color: #333;
  text-decoration: underline;
}
.news_list li {
  border-bottom: none;
  padding: 15px 50px;
}
.news_time {
  color: #555;
  font-weight: bold;
}
.news_link a {
  color: #555;
}
.news_link a:hover {
  color: #555;
  background: none;
  text-decoration: underline;
}
.news_cat {
  color: #fff;
  font-size: 10px;
  background-color: #ff9900;
  border-radius: 5px;
  padding: 3px 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.news_link_l {
  text-align: center;
  margin-top: 10px;
}
.news_link_l a {
  color: #8a5e3c;
  font-size: 11px;
}
.news_link_l a:hover {
  color: #333;
  background: none;
}
/* ブログ表示部 */
ul.blog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.blog_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-wrap: wrap;
  width: 31%;
  margin: 10px;
}
.blog_list li .photo, .blog_list li p {
  width: 100%;
}
.blog_list li .date {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding: 0 2%;
}
.blog_list li .title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 2%;
}
.blog_list li .cap {
  font-size: 14px;
  padding: 0 2%;
}
.blog_list li .photo {
  position: relative;
  width: 100%;
  height: auto;
  background: #444;
}
.blog_list li .photo:before {
  content: "";
  display: block;
  padding-top: 70%; /* 1:1 */
}
.blog_list li .photo.cover_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo.cover_image img {
  object-fit: cover;
  /* IE対策 */
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px) {
  .blog_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .blog_list li .photo {
    margin-bottom: 10px;
  }
}
/*スクロールするとフェードイン*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1800ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* ページトップへ */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 10%;
}
#page_top a::before {
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*--------header-----------*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 20px 0 0;
  line-height: 1;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 15px;
  background: #fbf9f5;
  left: 0;
  background-image: url(/image/bg_leaf.png);
  background-repeat: no-repeat;
  background-position: 130% 13%;
}
#top-head a, #top-head {
  color: #333;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  position: relative;
  font-size: 36px;
  height: 50px;
  z-index: 9999;
}
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
  padding: 0 10px;
  text-shadow: 1px 1px 1px #fff;
}
@media screen and (max-width: 768px) {
#global-nav ul li {
  text-shadow: none!important;
}
}

#global-nav ul li a {
  /*padding: 5px 5px;*/
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
#global-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ff9900;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
nav span {
  background: #555;
  height: 2px;
  display: block;
  position: relative;
  width: 50px;
  left: 0;
}
#gnav-ul li ul {
  background: rgba(255, 255, 255, .9);
  margin-top: 20px;
  right: auto;
}
#gnav-ul li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
  display: block;
  float: inherit;
  background: none;
}
#gnav-ul li li a {
  border-left: 0px;
  color: #555;
  background-color: transparent;
  margin-top: 10px;
}
#gnav-ul li:hover > ul > li {
  height: 2.5rem;
  overflow: visible;
  display: block;
}
#rc_rightArea {
  position: fixed;
  top: 100px;
  right: 0;
  display: inline-block;
  z-index: 9999;
}
/*--------固定化されたときのCSS-----------*/
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 15px;
  background: #fbf9f5;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  background-image: url(/image/bg_leaf.png);
  background-repeat: no-repeat;
  background-position: 130% 13%;
}
#top-head.fixed .logo {
  position: relative;
  font-size: 24px;
  color: #333;
}
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px #fff;
}
@media screen and (max-width: 768px) {
#top-head.fixed #global-nav ul li a {
  text-shadow: none!important;
}
}
/*-----------スマホのトグルボタンのCSS-------------*/
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #8a5e3c;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.smp {
  display: none;
}
/*-----------固定ページ-------------*/
.container {
  margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
}

/* SP向けの設定 */
@media screen and (max-width: 768px) {
  .layer-bg {
    height: 200px;
  }
  .layer-txt {
    font-size: 1.7rem;
    padding: 20.2% 0;
  }
}
.title_photo {
  width: 100%;
  padding: 0;
  position: relative; /* 相対位置指定 */
  margin-top: 10px;
  margin-bottom: 30px;
}
.title_photo img {
  width: 100%;
}
.title_main {
  width: 100%;
  font-size: 38px;
  text-align: center;
  bottom: 50%;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  transform: rotate(.03deg);
  text-shadow: 3px 3px 6px #000, -3px 3px 6px #000, 3px -3px 6px #000, -3px -3px 6px #000;
  background: rgba(0, 0, 0, 0.4); /* 帯の透明度 */
  position: absolute; /* 絶対位置指定 */
}
.title_bana {
  margin-top: 70px;
  margin-bottom: 30px;
}
.title_bana img {
  width: 100%;
}
.pankuzu {
  font-size: 10px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}
.pankuzu a {
  font-size: 10px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: left;
}
.top_contitle {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  width: 100%;
}
.imgWrap img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}


/*新着情報*/
.news_page {
  margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  justify-content: flex-start;
}
.news_list_p li {
  border-bottom: #ccc 0.5px solid;
  padding: 15px 50px;
  max-width: 900px;
}
.news_title_b {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
.news_table {
  float: right;
  margin: 20px 0;
}
/* index single */
article.article-content {
  width: 100%;
}
.single .news_link_l {
  text-align: center;
  margin-top: 40px;
  display: block;
  width: 100%;
}

/*事業案内*/
.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.text {
  width: calc(100vw / 2);
  padding: 20px;
}
.pict {
  width: calc(100vw / 2);
  /*margin-left: 3%;*/
}
.pict img {
  width: 100%;
  height: auto;
}
.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

.biss_bana {
  margin-bottom: 30px;
}
.biss_bana img {
  width: 100%;
}
.biss_title {
  font-family: "Sawarabi Mincho", serif;
  color: #555;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  transform: rotate(.03deg);
}
.biss_title_c {
  font-family: "Sawarabi Mincho", serif;
  color: #555;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  transform: rotate(.03deg);
  margin-top: 50px;
}
.biss_text {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: left;
}
.red_line {
  background: #e60012;
  padding: 1px 0;
  padding: 0.5px 0;
  margin: 15px 0;
}
.bn_link {
  width: 49%;
  /*margin-top: 50px;*/
  margin-bottom: 10px;
}
.bn_link_b {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.r_link {
text-align:center;
}
.r_link li {
display: inline;
}

@media (max-width:768px) {
  .container {
    margin-top: 5px;
  }
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
    width: 100%;
    padding: initial;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width: 100%;
    height: auto;
  }

  .bn_link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: initial;
  }
  .con_img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: initial;
  }
  .biss_text {
    margin-bottom: 20px;
  }
  .biss_title {
    font-size: 25px;
  }
  .biss_title_c {
    font-size: 25px;
  }
}

/*会社案内*/
.rinen_text_ttl{
font-size:16px;
color:#555;
font-weight:bold;
  line-height:1.5em;
  text-align:center;
}
.rinen_text_main{
  font-family: "Sawarabi Mincho", serif;
font-size:28px;
color:#8a5e3c;
font-weight:bold;
  line-height:2em;
  letter-spacing: 0.1em;
  text-align:center;
    transform: rotate(.03deg);
  }
.rinen_text_txt{
  font-family: "Sawarabi Mincho", serif;
font-size:28px;
color:#555;
font-weight:bold;
  line-height:1.5em;
  text-align:center;
    transform: rotate(.03deg);
}

table.tbl-company {
  border: solid 1px #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
}
.tbl-company th {
  border: solid 1px #ccc;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  width: 25%;
  background-color: #f5f5f5;
}
.tbl-company td {
  border: solid 1px #ccc;
  padding: 15px;
  color: #555;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}
.access_text {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  font-weight: bold;
}
table.tbl-access {
  border-collapse: collapse;
  margin: 0 auto;
  width: 1000px;
  margin-top: 10px;
}
.tbl-access th {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
  width: 10%;
}
.tbl-access td {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
  padding-bottom: 10px;
}

.greeting_box {
  width: 100%;
  background-color: #fff;
}
.greeting_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.greeting_box li .photo, .greeting_box li .greeting_txt {
  width: 50%;
  box-sizing: border-box;
}
.greeting_txt {
  padding: 0 20px;
}
.greeting_txt_name{
	font-weight: bold;
    font-size: 20px;
    color: #cc3333;
}
.photo img {
  width: 100%;
  height: auto;
  display: block;
}
/* 偶数の行に対して指定 */
.greeting_box li:nth-child(odd) {
  flex-direction: row-reverse;
}

/*ご利用までの流れ*/
.list_flow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
justify-content: space-around;
}
.request_box{
  background: #fbf9f5;
  border-radius: 10px;
  padding: 30px 50px;
  }
.list_kengaku{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
justify-content: space-around;
margin-top: 30px;
}
.flow_img{ width:100%;}

/*サービス内容*/
.list_service{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 flex-wrap: wrap;
 width: 100%;
 justify-content: start;
 }
.list_service li{
 width: 33%;
 box-sizing: border-box;
 margin-bottom: 10px;
}

.list_1day{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 justify-content: space-around;
 }
 
.day_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  margin-bottom: 10px;
}

.day_time {
  color: #fff;
    font-size: 14px;
    background-color: #ff9900;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: bold;
}

.day_time_w {
    font-size:14px;
    color:#555;
    text-align:left;
    padding: 3px 20px;
    font-weight: bold;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}

@media all and (-ms-high-contrast: none) {
.day_time_w {
    writing-mode: tb-rl;
  }
}
.day_con {
    font-size:14px;
    color:#555;
    text-align:left;
    padding: 3px 20px;
}


/*お問い合わせ*/
.haveto {
  color: #fff;
  font-size: 10px;
  background-color: #ff9900;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 10px;
}
.contact_title {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding-top: 20px;
}
.inquiry {
  width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.inquiry .dan {
  width: 25%;
  display: block;
  float: left;
  padding: 10px;
  padding-left: 10px;
  line-height: 1.8em;
  text-align: left;
  font-size: 15px;
  color: #555;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  font-weight: bolder;
  border-collapse: collapse;
  flex-grow: 1;
  flex-direction: column;
}
.inquiry .dan2 {
  display: block;
  width: 75%;
  min-width: 0;
  float: left;
  padding: 10px;
  border-collapse: collapse;
}

/*-----------Contact Form 7-------------*/
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-tel"] {
  width: 100%;
  height: 30px !important;
  border: #ccc 1px solid;
  margin-top: 10px;
}
.wpcf7 textarea[name="your-message"] {
  width: 100%;
  height: 150px !important;
  border: #ccc 1px solid;
  margin-top: 10px;
  margin-bottom: 30px;
}
.wpcf7 input[type="submit"] {
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  background: #00ae8d;
  transition: 0.3s;
}
.form input[type=submit] {
  -webkit-appearance: none;
}
.wpcf7-submit:hover {
  background: #333c;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-top:10px;
    display: block;
	margin-left: -0.5em;
	color: #555;
}

@media (max-width: 500px) {
  .inquiry {
  width: 100%;
  display: block;
  }
.inquiry .dan {
  width: 100%;
  padding: 10px 10px 0 10px;
}
.inquiry .dan2 {
  width: 100%;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-tel"] {
  margin-top: 5px;
}
.wpcf7 textarea[name="your-message"] {
  margin-bottom: 30px;
}

}

/*------------タブレット用------------------*/
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .smp {
    display: block;
  }
  .head-inner {
    display: none;
  }
  .slick-next {
    right: 0;
  }

  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fbf9f5;
    width: 100%;
    height: 75px;
    z-index: 999;
    position: relative;
    margin-top: -15px;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    height: 50px;
	margin-top: 10px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #8a5e3c;
    opacity: 0.9;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin: 0 auto;
  }
  #gnav-ul li ul {
    background: rgba(0, 0, 0, .7);
  }
  #global-nav ul li {
    float: none;
    position: static;
    color: #fff;
    margin: 0 auto;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
    right: 25px;
    top: 20px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .text_box {
    width: 90%
  }
  .think_box {
    width: 90%
  }
  .section_title {
    font-size: 25px !important;
    margin-top: 30px;
  }
  .section_title_sub {
    font-size: 24px !important;
    line-height: 1.5em;
	text-align: center;
  }
  .section_text_l {
    font-size: 14px;
    line-height: 1.8em;
    width: 90%;
    margin-left: 5%;
  }
  .section_text_c {
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
  }
  .section_text_cb {
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
	
  }
.section_text_list {
    width: 100%;
}
  table.tbl-company {
    width: 100%;
    margin: 0 auto;
  }
  .tbl-company th {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 15px;
    width: 25%;
  }
  .tbl-company td {
    padding: 15px;
    font-size: 14px;
  }
  table.tbl-access {
    width: 100%;
    margin: 0 auto;
  }
  .tbl-access th {
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 30%;
  }
  .tbl-access td {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .s4_l {
    float: inherit;
    width: 80%;
  }
  .s4_r {
    float: inherit;
  }
  .sm_img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .list_wrap {
    width: 90%;
  }
  
  ul .riyou_list{
    color: #555;
    text-indent: inherit!important;
	margin: 20px
	}
	
  .inquiry {
  width: 100%;
  display: block;
  }
.inquiry .dan {
  width: 100%;
  padding: 10px 10px 0 10px;
}
.inquiry .dan2 {
  width: 100%;
}
  .wpcf7 input[type="submit"] {
    width: 100%;
  }
  /*新着情報*/
  .news_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }
  .news_list_p li {
    max-width: 100% !important;
    padding: 15px 30px;
  }
  .news_title_b {
    line-height: 2.5em;
  }
  .news_table {
    float: right;
    margin: 20px 0;
  }
  .footer_list li {
    margin: 0 10px;
  }
  .footer_menu a {
    font-size: 12px;
  }
  
  /*スライド*/
  .img-bg-01 .src1 {
    background-image: url(/image/main_img-01smp.jpg);
  }
  .img-bg-01 .src2 {
    background-image: url(/image/mmain_img-02smp.jpg);
  }
  .img-bg-01 .src3 {
    background-image: url(/image/main_img-03smp.jpg);
  }

  /*各背景の画像*/
  .img-bg-01 .src1 {
    background-attachment: inherit !important;
  }
  .img-bg-01 .src2 {
    background-attachment: inherit !important;
  }
  .img-bg-01 .src3 {
    background-attachment: inherit !important;
  }
  
}
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
  footer {
    margin-top: 100px;
  }
  .greeting_box {
    display: block;
  }
  .greeting_box div {
    width: 100%;
  }
  .greeting_box .item1 {
    width: auto;
    text-align: center;
  }
  .greeting_box .item2 {
    width: auto;
    margin: 30px 0;
  }
  .news_list li {
    padding: 15px 20px;
    width: auto;
    line-height: 2em;
  }
  .head-inner {
    display: none;
  }
  .slick-next {
    right: 0;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fbf9f5;
    width: 100%;
    /*height: 56px;*/
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    height: 50px;
    /*top: 15px;
        color: #333;
        font-size: 26px;*/
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #8a5e3c;
    opacity: 0.9;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    color: #fff;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .sm_img3 {
    max-width: 33%;
    margin: 0;
  }
  .s2box li {
    display: inline-block;
  }
  .s2box li .photo, .s2box li .txt {
    width: 100%;
  }
  .greeting_box li {
    display: inline-block;
  }
  .greeting_box li .photo, .greeting_box li .txt {
    width: 100%;
  }
  .bn_img{
  width: 90vw;
  }
  .lst_img{
  width: 100%;
  margin-bottom: 15px;
  }
  .list_wrap {
    width: 100%;
  }
  .news_list li {
    padding: 15px 30px;
    /*width: 100%!important;*/
  }
  .top_catch {
    font-size: 30px;
  }
  .scrollbox2 {
    padding: inherit;
    display: block;
    margin-top: 90px;
  }
.scrollbox3 {
  padding: 50px 20px;
}
  .footer_parent {
    display: none;
  }
  .imgWrap img {
    width: 100%;
  }
  .pankuzu {
    width: 100%;
  }
  
  .n_text_c{
  text-align: left;
}

  .rinen_text_txt{font-size:20px;}
  
  .list_flow{
 flex-wrap: wrap;
 width: 100%;
 justify-content: start;
}
  .list_flow li{
 width: 50%;
 box-sizing: border-box;
 margin-bottom: 10px;
}
.list_kengaku{
 display: block;
}

.list_service{
 display: block;
 }
.list_service li{
 width: 100%;
}
.list_1day{
 display: block;
 }

.s3box {
  width: 100%;
}
.list_build{ display: block;
 }
.list_build li{
 width: 100%;
}
.build_r{
margin: inherit!important;
}
.list_build img{
 width: 100%;
}
.build_name{
  margin-top: 10px;
}
}

.grecaptcha-badge { visibility: hidden; }