/*オカベ*/
/* Base Layout
------------------------------------------------------------ */
html {
  overflow: auto;
  scroll-behavior: smooth;
}
* html { /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  color: #727171;
  line-height: normal;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 200;
  position: relative;
  min-width: 280px;
  background-color: #FFFFFF;
  font-size: 17px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: justify;
  box-sizing: border-box;
  overflow-x: hidden;
}
* html body { /* for IE6 */
  overflow-y: auto;
  height: 100%;
}
ul {
  list-style: none;
}
li {
  float: left;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*clearfix to objects*/
header:after, footer:after, section:after, .container:after, div.widthsize:after, ul:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, legend, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}
section {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
/*h1 {font-size: 1em;}*/
.ml1 {
  margin-left: 1em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt5 {
  margin-top: 5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb5 {
  margin-bottom: 5em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.fnt09 {
  font-size: 0.9rem;
}
.fnt12 {
  font-size: 1.2em;
}
.fnt15 {
  font-size: 1.5em;
}
.gothic {
  font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
.text_b {
  color: #231815
}
.lh2 {
  line-height: 2rem;
}
/**/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*　Base Link 
------------------------------------------------------------ */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #999;
  text-decoration: none;
}
#top .item_list .item03 .tel a:link, #top .item_list .item03 .tel a:visited {
  color: #fff;
  text-decoration: none;
}

footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
}
/* 
------------------------------------------------------------ */
p.resizeimage img {
  width: 100%;
}
/* 共通
------------------------------------------------------------ */
.sp_none, .sp_none02 {
  display: none;
}
header {
  width: 100%;
  color: #FFFFFF;
}
.widthsize {
  max-width: 766px;
  margin-right: 1rem;
  margin-left: 1rem;
  position: relative;
}
/* 画面外にいる状態 */
.element {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1s;
}
/* 画面内に入った状態 */
.element.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.element02 {
  opacity: 1;
  transform: translate(0, 80px);
  transition: all 1s;
}
/* 画面内に入った状態 */
.element02.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeLeft {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.scrollin {
  opacity: 1;
  transform: translateX(0);
}
.fadeRight {
  opacity: 0;
  transform: translateX(150px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.scrollin {
  opacity: 1;
  transform: translateX(0);
}
/*----------------------------------------------------------------------- footer */
footer {
  width: 100%;
  background: #202631;
  padding: 1rem 0;
  color: #FFFFFF;
}
footer .f_sns_box {
  width: 240px;
  margin: auto;
}
footer .f_sns_item {
  width: 34px;
}
footer .f_name_box {
  margin: auto;
}
/*footer .f_logo{
	width: 80%;
	margin: 10px auto;
}
*/
footer .f_add {
  margin: 3rem 1rem 1rem;
}
footer .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon_tel_white.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
footer .tel {
  font-size: 2rem;
  width: 100%;
}
footer .mail {
  width: 20%;
  margin: 1rem auto;
}
footer .holiday {
  font-size: .9rem;
  margin-top: .5rem;
}
#topbutton {
  position: fixed; /* ←表示場所を固定 */
  bottom: 1px; /* ←下端からの距離 */
  right: 1px; /* ←右端からの距離 */
  /* ▼最初は非表示にしておく */
  display: none;
  z-index: 100;
}
.pagetop {
  height: 30px;
  width: 30px;
  /*position: fixed;
    right: 0;
    bottom: 0;*/
  background: #202631;
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/* inneer
------------------------------------------------------------ top*/
#top .sns_box {
  width: 100%;
  margin-top: 20px;
}
#top .sns_item {
  width: 34px;
}
#top h1 {
  margin: 5rem auto;
  text-align: center;
  font-weight: 200;
  font-size: 24px;
  letter-spacing: -2px;
}
/*#top .h1_sub{
        line-height: 2rem;
    }*/
#top .reihan_ttl {
  margin: 5rem auto;
  width: 80%;
}
#top .img_box {
  margin-bottom: 5rem;
}
#top .img_box .img_left, #top .img_box .img_right {
  width: 100%;
  margin-bottom: 2rem;
}
#top .img_box .img_left .img_txt {
  margin-top: -20px;
  text-align: center;
  color: #fff;
  z-index: 200;
  font-size: 12px;
}
#top .txt_ll {
  font-size: 24px;
  letter-spacing: -2px;
}
#top .txt_l {
  font-size: 20px;
}
#top h2 {
  font-size: 24px;
  font-weight: 200;
    margin-bottom: .5rem;
}
#top .img_box02 {
  margin: 5rem 0;
}
 #top .img_box02 .img_right {
  width: 100%;
  margin-bottom: 2rem;
}
#top .img_box02 .img_txt {
  font-size: 15px;
    margin: 0 1rem;
}
#top .img_box02 .img_left{
    width: 50%;
    margin: auto;
}
#top h3 {
  font-size: 22px;
  font-weight: 200;
    margin-bottom: 2rem;
    text-align: center;
}
#top .item_list .item01{
    width: 48%;
    margin-bottom: 30px;
}
#top .item_list .item02{
    width: 100%;
    margin-bottom: 20px;
}
#top .item_list .item03{
    width: 100%;
    background: #202631;
    color: #fff;
    position: relative;
    padding: 1rem 1rem 200px;
    box-sizing: border-box;
    
}
#top .item_list .item03 .atention{
    line-height: 2rem;
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: .9rem;
}
#top .item_list .item03 .contact_mail_box{
    justify-content: flex-start;
    margin: 1rem 0;
    align-items: center;
}
#top .item_list .item03 .mail {
  width: 40px;
}
#top .item_list .item03 .tel {
  font-size: 2rem;
}

#top .item_list .item03 .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon_tel_white.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
#top .item_list .item03 .under_logo{
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
#top .flow_area h3{
    margin-bottom: 2rem;
}
#top .flow_area li{
    width: 100%;
    margin-top: 2rem;
}
.flow_inner {
  padding: 8px 10px;
  background: #727171;
  color: #fff;
  text-align: center
}
.san_box{
    width: 160px;
    margin: 1rem auto 0;
}
.san_box .san_in{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 80px 0 80px;
    border-color: #727171 transparent transparent transparent;
    position: relative;
}
.three-dot-leader {
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  position: relative;
  /* ボタン要素のサイズ */
  width: 40px;
  height: 40px;
    margin: auto;
}

.three-dot-leader .dot,
.three-dot-leader .dot::before,
.three-dot-leader .dot::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  /* ドット1つのサイズ */
  width: 10px;
  height: 10px;
  /* ドットの色 */
  background-color: #727171;
}

.three-dot-leader .dot {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.three-dot-leader .dot::before, .three-dot-leader .dot::after {
  content: '';
}

.three-dot-leader .dot::before {
  /* 上側ドットの位置 */
  top: -20px;
}

.three-dot-leader .dot::after {
  /* 下側ドットの位置 */
  top: 20px;
}
  #top .contact_box {
    width: 90%;
      margin: 5rem auto 200px;
  }
#top .contact_box .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon_tel_gry.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
#top .contact_box .tel {
  font-size: 2rem;
  width: 100%;
}
#top .contact_box .mail {
  width: 20%;
  margin: 1rem auto;
}
#top .profile{
    color: #231815;
    position: relative;
}
#top .profile h3{
    padding: 180px 0 30px;
    text-align: left;
}

#top .profile .kiyomoto_img{
    position: absolute;
    width: 80px;
    z-index: -200;
    right: -1rem;
    top:0;
}
#top .profile li{
    margin-bottom: 1rem;
}
#top .profile li,
.profile_data,
.profile_txt{
  width: 100%;
}
/*----------------------------------------------------------------------- toiawase */
#toiawase .head_title {
  margin: 2em auto;
  width: 80%;
}
#toiawase main{
    color: #231815;
}
#toiawase main .tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon_tel_gry.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
#toiawase main .tel {
  font-size: 2rem;
  width: 100%;
  font-family: 'Noto Serif JP', sans-serif;
}
#toiawase main .holiday {
  font-size: .9rem;
  margin-top: .5rem;
    margin-left: 40px;
}

#toiawase main .text_red{
    font-weight: 200;
    color: #FF0004;
    font-size: .8rem;
}
.formTable {
  margin: 3rem auto 2em;
  width: 100%;
  text-align: left;
}
.formTable th, .formTable td {
  width: 100%;
  float: left;
  letter-spacing: 2px;
    font-weight: 200;
}
.formTable input, .formTable textarea {
  line-height: 1.5em;
  padding: 5px 10px;
  margin: .5em auto 1em;
  width: 100%;
  box-sizing: border-box;
}
.formTable input[type="radio"] {
  width: 2em;
}
.formTable select {
  width: 100px;
  padding: 5px 1em;
}
.btn_kakunin {
  margin: 3em auto 0;
  text-align: center;
  width: 100%;
  color: #fff;
  background: #000;
  padding: 10px 0;
  letter-spacing: 5px;
  font-size: 1.1em;
  border: 1px solid;
  display: inline-block;
  box-sizing: border-box;
}
.btn_kakunin a {}
.btn_kakunin a:hover {
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  background: #fff;
}
.btn_reset {
  margin: 2em auto 2em;
  text-align: center;
  width: 80%;
  color: #fff;
  background: #999;
  padding: 10px 0;
  letter-spacing: 5px;
  font-size: 1.2em;
  border: 1px solid #999;
  display: inline-block;
  box-sizing: border-box;
}
.btn_reset a {}
.btn_reset a:hover {
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  background: #fff;
}
.err input {
  width: auto;
  padding: 10px 50px;
}
.err_messe {
  text-align: center;
}
@media screen and (min-width:320px) {
  /*----------------------------------------------------------------------- footer */
  footer {
    text-align: center;
  }
  footer .f_sns_box {
    width: 200px;
    margin: auto;
  }
  footer .f_name_box {
    width: 80%;
  }
  footer .tel {
    width: auto;
    margin-right: 1rem;
  }
  footer .mail {
    width: 40px;
    height: 40px;
    margin: auto;
  }
  /* inneer
------------------------------------------------------------ top*/
  #top .sns_box {
    width: 300px;
    margin: 30px auto 0;
  }
  #top .reihan_ttl {
    width: 60%;
  }
  #top .img_box .img_right {
    width: 320px;
    margin: 0 auto 1rem;
  }
  #top .contact_box .tel {
    width: auto;
    margin-right: 1rem;
  }
  #top .contact_box .mail {
    width: 40px;
    height: 40px;
    margin: auto;
  }
#top .profile h3{
    padding: 100px 0 100px;
}
#top .profile .kiyomoto_img{
    position: absolute;
    width: 100px;
    z-index: 200;
    right: -1rem;
    top:0;
}
}
@media screen and (min-width:767px) {
  section {
  padding-bottom: 300px;
}
.widthsize {
    max-width: 979px;
    margin-left: 2em;
    margin-right: 2em;
  }
  .sp_none02 {
    display: block;
  }
  .pc_none02 {
    display: none;
  }
  /*
-----------------------------------------------------------*footer*/
  footer .f_sns_box {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .f_logo {
    width: 420px;
  }
  footer .tel::before {
    width: 50px;
    height: 50px;
  }
  footer .f_name_box {
    padding-top: 60px;
  }
  footer .f_name_box .flex {
    width: 400px;
    margin: auto;
  }
  footer .f_logo {
    width: 350px;
    margin: auto;
  }
  footer .tel {
    font-size: 2.5rem;
    margin-right: 1rem;
  }
  footer .mail {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .pagetop {
    height: 50px;
    width: 50px;
  }
  /*
-----------------------------------------------------------*top*/
  #top h1 {
    margin: 100px auto;
    font-size: 28px
  }
  #top .reihan_ttl {
    margin: 100px auto;
    width: 50%;
  }
  #top .img_box,
      #top .img_box02{
    flex-direction: row-reverse;
    margin-bottom: 100px;
          align-items: center;
  }
  #top .img_box .img_right {
    width: 45%;
    margin: 0;
  }
  #top .img_box .img_left {
    width: 54%;
    margin: 0;
  }
  #top .img_box .img_left .img_txt {
    text-align: right;
    padding-right: 1em;
  }
  #top h2 {
    font-size: 28px;
  }
  #top .sub_txt {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #top .sub_txt::before, #top .sub_txt::after {
    content: "";
    height: 1px;
    width: 26px;
    background-color: #727171;
  }
  #top .sub_txt::before {
    margin-right: 5px;
  }
  #top .sub_txt::after {
    margin-left: 5px;
  }
    #top .img_box02 .img_right {
    width: 54%;
    margin: 0;
  }
  #top .img_box02 .img_left {
    width: 30%;
    margin-left: 14%;
  }
#top h3 {
    margin-bottom: 1rem;
  }
#top .item_list .item03{
    padding: 2rem 2rem 200px;
    
}
#top .flow_area ul{
    width: 80%;
    margin:auto;
}
  #top .contact_box {
    width: 70%;
  }
  #top .contact_box .kuhaku{
    width: 50px;
  }
  #top .contact_box .tel::before {
  width: 50px;
  height: 50px;
}
#top .contact_box .mail {
    width: 50px;
    height: 50px;
    margin: auto;
  }
    
    
  #top .contact_box .tel {
    font-size: 2.5rem;
    margin-right: 1rem;
  }
  #top .contact_box .mail {
    width: 50px;
    height: 50px;
    margin: auto;
  }
#top .profile h3{
    padding: 0 0 30px;
        width: 80%;
        margin: auto;
}
#top .profile ul{
        width: 80%;
        margin: auto;
    font-size: 16px;
    }
#top .profile .kiyomoto_img{
    top:inherit;
    bottom: -100px;
    right:50px;
}
#top .profile_data{
  width: 20%;
    float: left;
}
#top .profile_txt{
  width: 80%;
    float: left;
}
#top .title_data{
  width: 30%;
    float: left;
}
#top .title_txt{
  width: 70%;
    float: left;
}
  /*----------------------------------------------------------------------- toiawase */
#toiawase .head_title {
  margin: 100px 0 0;
  width: 500px;
}
}
@media screen and (min-width:980px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  .sppad_w100 img {
    width: auto;
  }
  .widthsize {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  /*
-----------------------------------------------------------*top*/
  #top .reihan_ttl {
    margin: 200px auto;
    width: 30%;
  }
  #top .img_box {
    align-items: center;
  }
  #top .img_box .img_right {
    width: 45%;
  }
  #top .img_box .img_left {
    width: 54%;
  }
#top .img_box02 .img_right {
    width: 54%;
    margin: 0;
  }
  #top .img_box02 .img_left {
    width: 20%;
    margin-left: 24%;
  }
#top .txt_ll {
    font-size: 28px;
  }
  #top .txt_l {
    font-size: 24px;
  }
#top .item_list h3 {
    text-align: left;

}
#top .item_list {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;

}
#top .item_list .item01{
    width: 306px;
    margin-bottom: 30px;
}
#top .item_list .item_box02{
    width: 642px;
}
#top .item_list .item02{
    width: 100%;
    margin-bottom: 0;
    }
#top .item_list .item03{
    width: 306px;
    padding: 1rem 1rem;
}
#top .item_list .item03 .atention{
    font-size: .9rem;
}
  #top .contact_box {
    width: 50%;
  }
  /*----------------------------------------------------------------------- toiawase */
  #toiawase h1 {
    width: 40%;
    margin: 5em auto 2em;
  }
  /* footer
-------------------------------------------------------------footer*/
}
@media screen and (min-width:1300px) {
  /*.widthsize {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }*/
  /*
-----------------------------------------------------------*top*/
}