@charset "UTF-8";
/* CSS Document */
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

html {
  overflow-y: auto;
}

#wrapper {
  min-width: 1000px;
  overflow: hidden;
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 2;
}

.font2 {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■04.LAYOUT*/
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_bg {
  width: 100%;
  margin-right: -100%;
}

.flex_content {
  width: 100%;
  position: relative;
}

.dis_pc {
  display: block;
}

.dis_sp {
  display: none;
}

.cm_btn_more.only_bdr a {
  border: 1px solid #000;
  width: 240px;
  font-size: 24px;
  color: #3d2d23;
  padding: 11px;
  background: url(../common_img/arr2.png) center right 25px no-repeat;
}
.cm_btn_more.only_bdr a:hover {
  border: 1px solid #bca069;
  transition: all 0.5s;
  background: url(../common_img/arr3.png) center right 25px no-repeat #3d2d23;
  color: #fff;
}
.cm_btn_more.only_bdr.bg a {
  border: 1px solid #3d2d23;
  color: #fff;
  padding: 12px 10px;
  background: url(../common_img/arr3.png) center right 25px no-repeat #3d2d23;
}
.cm_btn_more.only_bdr.bg a:hover {
  border: 1px solid #3d2d23;
  transition: all 0.5s;
  background: url(../common_img/arr2.png) center right 25px no-repeat;
  color: #3d2d23;
}
.cm_btn_more a {
  font-size: 20px;
  padding: 5px 10px;
  display: block;
  background: url(../common_img/arr2.png) center right 15px no-repeat #fff;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  width: 170px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}

header .h_header {
  margin-bottom: 7px;
}
header .h_header .h_tel_contact {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 10px;
}
header .h_header .h_tel_contact .hlogo {
  width: 222px;
  padding-top: 16px;
}
header .h_header .h_tel_contact .hcontact {
  width: 535px;
  margin-top: 25px;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time {
  width: 300px;
  margin-right: 25px;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .number_tel {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  padding-top: 5px;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .number_tel p {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .number_tel p.tel {
  font-size: 28.5px;
  line-height: 1;
  margin-right: 10px;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .number_tel p .tit {
  background: #4c454c;
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .number_tel p .time {
  font-size: 10px;
  display: block;
  line-height: 1.5;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_tel_time .address {
  font-size: 13px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_btn_contact a {
  background: #3d2d23;
  width: 210px;
  padding: 13px 0;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
}
header .h_header .h_tel_contact .hcontact .tel_btn_contact .h_btn_contact a img {
  margin-right: 15px;
}
header .h_header .gnav ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
header .h_header .gnav ul li {
  line-height: 1.1;
  position: relative;
}
header .h_header .gnav ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #9b9b9b;
  height: 20px;
  width: 1px;
}
header .h_header .gnav ul li:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #9b9b9b;
  height: 20px;
  width: 1px;
}
header .h_header .gnav ul li a {
  text-decoration: none;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 53.5px;
  display: block;
}
header .h_header .gnav ul li a:hover {
  background: url(../common_img/line1.png) center bottom no-repeat;
  color: #936432;
}

footer .page_up {
  position: fixed;
  bottom: 10%;
  right: 4%;
  z-index: 9999;
}
footer .f_foot {
  background: url(../common_img/bg_footer.jpg);
  padding: 45px 0 22px;
}
footer .f_foot nav {
  margin-bottom: 50px;
}
footer .f_foot nav ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
footer .f_foot nav ul li {
  border-left: 1px solid #fff;
}
footer .f_foot nav ul li:last-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
footer .f_foot nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 21px;
  display: block;
  line-height: 1.2;
}
footer .f_foot .logo {
  text-align: center;
  margin-bottom: 35px;
}
footer .f_foot .copy_right {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.mizutani_blog {
  background: url(../images/bg05.jpg) top center no-repeat;
  background-size: cover;
  padding: 65px 0 60px;
}
.mizutani_blog h2 {
  margin-bottom: 45px;
  text-align: center;
}
.mizutani_blog .instagram {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 30px;
}
.mizutani_blog .instagram li {
  width: 220px;
  margin: 0 20px 15px 0;
}
.mizutani_blog .instagram li:nth-child(4n+4) {
  margin-right: 0;
}
.mizutani_blog .instagram li img {
  box-shadow: 0 0 20px #ccc;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
}

@media print, screen and (max-width: 767px) {
  .ov_hover:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }
	.container iframe{
		width: 100%!important;
	}
  a:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

  .dis_pc {
    display: none;
  }

  .dis_sp {
    display: block;
  }

  body {
    line-height: 1.5;
    font-size: 14px;
  }

  #wrapper, .container {
    width: 100% !important;
    min-width: inherit !important;
  }

  .container {
    box-sizing: border-box;
    padding: 0 2%;
  }

  header .h_header {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
  }
  header .h_header .box_infor {
    display: none;
  }
  header .h_header .h_tel_contact {
    margin-bottom: 0;
  }
  header .h_header .h_tel_contact .hlogo {
    width: 170px;
  }
  header .h_header .h_tel_contact .hcontact {
    width: auto;
    margin-top: 0;
  }
  header .h_header .h_tel_contact .hcontact .tel_btn_contact {
    display: none;
  }
  header .h_header .h_tel_contact .hcontact .h_btn_sp ul {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  header .h_header .h_tel_contact .hcontact .h_btn_sp ul li {
    margin: 0 2%;
  }
  header .h_header .h_tel_contact .hcontact .h_btn_sp ul li:last-child {
    margin-right: 0;
  }
  header .h_header .gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f0ecdd;
    padding: 20px 0;
  }
  header .h_header .gnav .icon_close {
    width: 39px;
    margin: 0 auto 20px;
  }
  header .h_header .gnav .container {
    padding: 0;
  }
  header .h_header .gnav ul {
    display: block;
    overflow: auto;
    height: calc(100vh - 70px);
  }
  header .h_header .gnav ul li {
    float: none;
    width: 100%;
    text-align: left;
    border-top: 1px solid #d5ceb5;
    position: relative;
  }
  header .h_header .gnav ul li:after {
    content: none;
  }
  header .h_header .gnav ul li:last-child {
    border-bottom: 1px solid #d5ceb5;
  }
  header .h_header .gnav ul li:last-child:before {
    content: none;
  }
  header .h_header .gnav ul li a {
    display: block;
    padding: 17px 10px;
    padding-left: 40px;
    width: 100%;
    font-size: 25px;
    background: url(../common_img/arr1.png) center left 20px no-repeat;
    background-size: 10px;
    line-height: 1;
  }
  header .h_header .gnav ul li a:hover {
    background: url(../common_img/arr1.png) center left 20px no-repeat;
    background-size: 10px;
    color: #000;
  }

  footer .page_up {
    position: fixed;
    bottom: 10%;
    right: 4%;
    z-index: 9999;
  }
  footer .f_foot {
    padding: 0 0 22px;
    position: relative;
  }
  footer .f_foot .anc_menu {
    cursor: pointer;
  }
  footer .f_foot .anc_menu.opened {
    border-top: 1px solid #000;
  }
  footer .f_foot nav {
    display: none;
    position: absolute;
    bottom: 135%;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #f0edde;
    padding: 20px 2%;
  }
  footer .f_foot nav ul {
    display: block;
  }
  footer .f_foot nav ul li {
    border: none;
    border-bottom: 1px solid #fff;
  }
  footer .f_foot nav ul li:last-child {
    border: none;
  }
  footer .f_foot nav ul li a {
    display: block;
    padding: 3%;
    padding-left: 40px;
    width: 100%;
    font-size: 25px;
    background: url(../common_img/arr1.png) center left 20px no-repeat;
    background-size: 10px;
    line-height: 1;
    color: #000;
  }
  footer .f_foot .logo {
    padding: 40px 0 30px;
    margin-bottom: 0;
  }
  footer .f_foot .box_tel_footer {
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  footer .f_foot .box_tel_footer .tel {
    margin: 5px 0;
  }
  footer .f_foot .box_tel_footer .tel a {
    color: #fff;
    text-decoration: none;
    font-size: 37px;
  }
  footer .f_foot .box_tel_footer .time {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .mizutani_blog {
    padding: 30px 0;
  }
  .mizutani_blog h2 {
    margin-bottom: 20px;
  }
  .mizutani_blog h2 img {
    width: 70%;
  }
  .mizutani_blog .instagram {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    margin: 0;
  }
  .mizutani_blog .instagram li {
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
  }
  .mizutani_blog .instagram li img {
    width: 100%;
  }
}
@media print, screen and (max-width: 640px) {
  footer .f_foot nav {
    bottom: 127%;
  }
}
@media print, screen and (max-width: 480px) {
  header .h_header .h_tel_contact .hlogo {
    padding-top: 0;
  }
  header .h_header .h_tel_contact .hcontact .h_btn_sp ul li {
    width: 65px;
  }

  footer .f_foot nav {
    bottom: 116%;
  }
  footer .f_foot .box_tel_footer .tel a {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 415px) {
  footer .f_foot nav {
    bottom: 113%;
  }
}
@media print, screen and (max-width: 375px) {
  header .h_header .h_tel_contact .hlogo {
    width: 144px;
  }
  header .h_header .h_tel_contact .hcontact .h_btn_sp ul li {
    width: 55px;
  }

  footer .f_foot nav {
    bottom: 110%;
  }
}
@media print, screen and (max-width: 320px) {
  footer .f_foot nav {
    bottom: 106%;
  }

  footer .f_foot .box_tel_footer .tel a {
    font-size: 25px;
  }

  body {
    width: 320px;
  }
}
