@charset "UTF-8";
/* common */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 15px;
  line-height: 170%;
  font-family: 'Shippori Mincho', serif;
  color: #000;
  background: #fff;
  padding-bottom: 130px;
	min-width: 384px;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* contents_box */
#wrapper {
  width: 100%;
  margin: 0 auto;
}
/* h1〜h5 */
h1 {
  font-size: 50%;
  padding: 5px;
  line-height: 1.5em;
  text-align: left;
}
h2 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 170%;
  padding: 10px 20px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.2em;
}
h2 span {
  font-size: 60%;
  display: block;
  letter-spacing: 5px;
}
h3 {
  font-size: 130%;
  font-weight: bolder;
  padding: 1em 0;
  margin-bottom: 1em;
}
.flex_box h3 {
  height: 16px;
  text-align: center;
}
h4 {
  margin-bottom: 1em;
}
h5 {
  font-size: 80%;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  margin-top: 20px;
}
/* others */
img {
  width: 100%;
}
a {
  color: #0089D3;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #a2d0e7;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a img {
  border: none;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
ul {
  list-style: none;
}
p {
  padding: 0 0 1em;
}
p.btn_detail {
  padding: 0;
  text-align: right;
  margin-top: 2em;
  height: 50px;
}
p.btn_detail a {
  margin: 0;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 90%;
  color: #fff;
  background: #6F5A49;
}
p.btn_detail a:hover {
  background: #AA9587;
}
.img_right {
  padding: 0 0 20px;
}
.img_left {
  padding: 0 0 20px;
}
.pagetop {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background: url("../img/common/bg_stone.jpg");
}
.pagetop img {
  width: 30px;
  padding: 30px;
}
/*Header */
header {
  text-align: center;
}
header a {
  color: #333;
	text-decoration: none;
}
header a:hover {
  color: #666;
}
#logo {
  text-align: left;
  padding: 20px;
}
#logo img {
  width: 240px;
}
#tel {
text-align: right;
  margin: 0 auto;
	font-size: 160%;
	letter-spacing: 2px;
}
#tel span{
	
	display: block;
	margin-top: 5px;
	font-size: 50%;
	letter-spacing: 1px;
}
/*contents*/
.contents {
  padding: 60px 10px;
}
footer {
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
footer div {
  position: relative;
  padding: 10px 0;
}
/* footer_nav */
.footer_nav {
  text-align: center;
  z-index: 10;
}
.footer_nav li {
  list-style: none;
	padding: 0;
	border-bottom: #ddd 1px solid;
}
.footer_nav li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
#btn_nav {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 0;
  z-index: 999;
}
#btn_nav img {
  width: 60px;
  height: 60px;
}
address {
  padding: 30px 0;
  font-style: normal;
}
.img_center {
  text-align: center;
}
h5 {}
#copyright {
  text-align: center;
  padding: 5px;
  font-size: 90%;
  display: block;

}
p#footer_logo {
  padding: 10px 0;
  text-align: center;
  z-index: 1;
}
p#footer_logo img {
  max-width: 240px;
}
.flex_box {
  margin: 20px 0.5em;
}
/*spNav*/
nav.menu {
  width: 40px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 9999999;
  padding-left: 10px;
  background: #000;
}
nav .menu1 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 12px;
  position: absolute;

}
nav .menu2 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 23px;
  position: absolute;

}
nav .menu3 {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 35px;
  position: absolute;

}
nav .menu1, nav .menu2, nav .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */
}
nav .menuclick1 {
  top: 23px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}
nav .menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}
nav .menuclick3 {
  top: 23px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.text_box {
  padding: 0 5% 50px;
}
.flex_box div {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.flex_box img {
  margin: 0 auto;
  display: block;
}
.subtitle {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #fff;
  letter-spacing: 2px;
  background: url(../img/common/bg_sc.png) no-repeat center 0;
  padding-top: 72px;
}
.subtitle span {
  color: #fff;
  font-size: 50%;
  display: block;
  padding: 0 0 30px;
  font-weight: normal;
  letter-spacing: 5px;
}
#insta {
  float: left;
	padding:20px 10px 0;
}
#insta img {
  width: 50px;
  padding-right: 5px;
}
/*Nav*/
nav {
  position: fixed;
  z-index: 9999998;
}
#nav {
  position: fixed;
  z-index: 9999998;
  top: 0;
  right: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  padding: 100px 0;
  transform: none;
}
ul#nav li a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  text-align: left;
  line-height: 1.2em;
  color: #000;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 2px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
ul#nav li:first-child a {
  border-top: 1px solid #ccc;
}
ul#nav li a span {
  color: #a80931;
}
#tel_sp {
  position: fixed;
  bottom: 0;
  background: url(../img/common/logo_h.png) no-repeat;
  background-size: 35%;
  background-position: 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: right;
  z-index: 9999999;
	letter-spacing: 1px;
	font-size: 130%;
border-top: 1px #eee solid;
  width: 96%;
	padding: 20px 2% 10px;
display: block;
	color: #000;
}
#tel_sp a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#tel_sp span{
	letter-spacing: 0;
	display:block;
	font-size: 60%;
}
.bg_stone{background: url("../img/common/bg_stone.jpg") center center;}

/*768px*/
@media screen and (min-width : 768px) {
  body {
    font-size: 15px;
    line-height: 150%;
    min-width: 1200px;
    padding: 0;
  }
  h1 {
    font-size: 80%;
    position: absolute;
    left: 10px;
	  top: 70px;
    letter-spacing: 2px;
  }
  .menu {
    display: none;
  }
  img {
    width: auto;
  }
  /* header */
  header {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    min-width: 1200px;
  }
  header div {
    margin: 0 auto;
    position: relative;
  }
  header ul {
    position: absolute;
    right: 0;
    top: 10px;
  }
  header li a {
    font-size: 90%;
  }
  #logo {
    text-align: left;
    padding-left: 30px;
	  height: 60px;
  }
  #logo img {
    width: 320px;
  }
  #contact {
    position: absolute;
    top: 40px;
    right: 0;
    float: none;
    padding-right: 0px;
  }
  #tel {
    position: absolute;
    right: 20px;
    top: 40px;
    float: right;
	font-size: 200%;

}
#tel span{
		font-size: 40%;
	margin-top: 10px;
	}
  ul#header_link {
    position: absolute;
    right: 10px;
  }
  /* g_nav */
  #btn_nav {
    display: none;
  }
  nav {
    position: relative;
    background: rgba(0, 0, 0, 0);
    min-width: 1200px;
  }
  ul#nav {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
  }
  ul#nav li {
    text-align: center;
    width: 20%;
  }
  ul#nav li a {
	  color: #000;
    margin: 0;
    padding: 25px 0;
    display: block;
    border: none;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    height: auto;
    font-size: 96%;
    border: none;
  }
  ul#nav li:first-child a {
    border: none;
  }
  ul#nav li:last-child a {
    border-right: none;
  }
  ul#nav a:hover, ul#nav li.current a {
    background: #eee;
  }
  ul#nav li.li_home a:hover {
    background: none;
  }
  ul#nav a:hover span, ul#nav li.current a span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #nav_sp {
    display: none;
  }
  /* main_contents */
  .contents {
    margin: 0 auto;
    padding: 60px 0;
    max-width: 1200px;
  }
  /* footer_nav */
  /* footer */
  .pagetop a:hover img {
    padding: 20px 30px 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  footer div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .footer_nav {
    position: relative;
    z-index: 10;
    text-align: left;
    border: none;
	  font-size: 80%;
  }
  .footer_nav li {
    display: inline;
	  border: none;
    border-right: 1px #ccc solid;
  }
  .footer_nav li a {
    display: inline;
    padding: 5px 1em;
	  color: #999;
  }
  #footer_logo {
    float: right;
  }
p#footer_logo img{
		width: 350px;
	 max-width: 350px;
	}
  .footer_nav li a:hover {
    color: #999;
  }
  .img_right {
    float: right;
    padding: 0 0 20px 20px;
  }
  .img_left {
    float: left;
    padding: 0 20px 20px 0;
  }
  .flex_box {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
	    flex-wrap: wrap;
  }
  .flex_box div {
    margin: 10px;
    border: none;
    padding: 0;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.5em;
	  min-width: 45%;
	
  }
  .flex_box div img {
    width: 100%;
  }
  .box3 div {
    width: 100%;
  }
  p.com_name {
    text-align: right;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  .text_box {
    padding: 0 10% 50px;
  }
  .text_box h3 {
    margin-bottom: 2em;
  }
  nav#g_nav {
    width: 100%;
  }
  #tel_sp {
    display: none;
  }
}