@charset "UTF-8";
/*
 *
 * common
 *
*/

#wrap{
overflow:hidden;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/******************/
footer{
  background: #A92621;
  position: relative;
  padding: 3em 0 2em 0;
  min-height: 300px ;
  margin-bottom: 0em;
  bottom: 0;
  color:#fff;
}

#address dl{
display: inline-block;
  width: calc(50% - 20px);
  padding: 0;
  margin: 0 15px 0 0;
  text-align: top;
  vertical-align: top;
  font-size: .9em;
}


#address dt{
  padding: 0.5em 0;
  border-bottom: 1px dotted #fff;
}
#address dd{
  padding: 0.5em 0;
   line-height: 1.3;
}
#address dd p{
  padding: 0;
  margin: 0;
}

#address:after,#address:before{
 content: "";
    clear: both;
    display: block;
}

footer ul{
  list-style: none;
  display: block;
}
footer li{
  display: inline-block;
  padding-right:13px ; 
  font-family: "Ionicons";
  font-size: 2em;
  color: #fff;
}
footer li a{
  color: #fff;
}
footer li a:hover{
  color:#591114;
}
 

/**** PAGE TOP ****/

#page-top {
  text-align: center;
  margin: 0 auto;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.ptop {
   text-align: center;
  color: #fff;
  width: 200px;
  line-height: 1;
  padding: 0;
  border: none;
}
.ptop a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
}
.ptop:before,
.ptop:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.ptop:before {
  height: 0%;
  width: 2px;
}
.ptop:after {
  width: 0%;
  height: 2px;
}
.ptop:hover:before {
  height: 100%;
}
.ptop:hover:after {
  width: 100%;
}
.ptop a span:before,
.ptop a span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.ptop span:before {
  width: 2px;
  height: 0%;
}
.ptop span:after {
  width: 0%;
  height: 2px;
}
.ptop span:hover:before {
  height: 100%;
}
.ptop span:hover:after {
  width: 100%;
}
.ptop a{
  color: #fff;
  display: block;
  text-decoration: none;
}

/******************/

main{
  margin: 0;
  padding-bottom: 100px;
	line-height: 1.8 !important;
}

.bg_beige{
  background: #D9D4CC;
}

.bg_red{
  background:  rgba(162,103,90,0.2);
  position: relative;
}

.error{
	color: #861919;
font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
}
.caution{
font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2;
  background: #F0EFED;
  padding: 1.3em ;
  margin: 0,5em 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333;
  border-radius: 8px;
}

/***********************************
TITLE
************************************/
h1{
  margin-top:1em;
  font-family: "yu-mincho-pr6","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-align: center;
}
h2{
  font-weight: 600;
  font-size: 2em;
  margin:2em 0;
  font-family: "yu-mincho-pr6","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #322F30;
  text-align: center;
}


h3{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.3em;
	color: #222;
	font-weight: 700;
	letter-spacing: 0.3em;
}

h4{
	text-align: left;
	padding: 0;
  font-size: 1em;
  font-weight: 600;
  margin: 1em 0;
  color: #000;
  	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

h5{
  color: #AA8E66;
  font-weight: 600;
  text-align: left;
  font-size: 1em;
   font-size: 1.3em;
}

h5:before{
content:"\f0a9";
 font-family: "Ionicons";
  padding-right: .3em;
  color: #AA8E66;
}

h6{
  padding: 0.3em 0;
  font-weight: 700;
  color: #549AA1;
  margin-bottom: 0;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

strong{
  font-family: "yu-mincho-pr6","ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3;
  color: #333;
}

.txt_small{
  font-size: 0.85em;
}

.spt_kodama{
  padding-top: 200px ;
}
.spt_230{
  padding-top: 230px ;
}
.spt_60{
  padding-top: 60px ;
   display: block;
}

.spt_601{
  padding-top: 60px ;
}
.spt_20{
  padding-top: 20px ;
}

ul.pagination {
  text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #E9E6DF;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #E9E6DF;
    color: white;
    border: 1px solid #E9E6DF;
  color: #AC6B10;
}
  ul.pagination li a:hover:not(.active) {
    background-color:#AC6B10;
color: #E9E6DF;
}

.ring_img img{
 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  width: 500px;
}

.border_line{
  margin: 2em auto;
  border:#A99995 1px solid;
  border-radius: 12px;
  background: #fff;
}

.border_line p{
  padding: 0 15px;
}
  
.img_topsp{
  margin-top: 2em;
}

  .border_line h2{
  font-size: 25px ;
    margin: 0.8em 0;
}
/***********************************
970以上
970以上
************************************/
@media screen and (max-width: 970px) {
#address dl{
  width: 100%;
  margin-bottom: 20px;
}
#address dd{
  font-size: 0.8em;
}
  footer ul{
    letter-spacing: -.4em;
  }
footer li{
  display: inline-block;
  width: 25%;
  text-align: center;
  background: #B7595A;
  margin: 0;
  font-size: 1.8em;
  padding:0; 
  letter-spacing: normal;
  border: 1px solid #A92621;
}
  footer li a{
    display: block;
  width: 100%;
     padding: 10px;
  text-align: center;
  background: #B7595A;
  margin: 0;
}
    footer li a:hover{
  background: #591114;
  color: #B7595A;
}
}
/***********************************
768以上
************************************/
@media screen and (max-width: 768px) {

  h2{
  font-size: 2.5em;
  margin-top:1em;
}

  .container {
  /*margin-top: 70px;*/
  padding-left: 15px ;
  padding-right: 15px ;
}
  strong br{
    display: none;
  }
  .ring_img img{
 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  width: 400px;
}
  
  .spt_kodama{
  padding-top: 20px ;
}

  .spt_230{
  padding-top: 20px ;
}

}

/***********************************
デバイスサイズ480以下(device)
************************************/
@media screen and (max-width: 480px) {
  .container{
  margin-bottom: 1em ;
}
  h2{
  font-weight: 700;
  font-size: 2em;
  margin-top:1.5em;
}
  
h4{
    margin-bottom: 0.5em;
  }
  .spt_60{
  padding-top: 20px ;
  display: none;
}
  
}
/***********************************
1200以上
************************************/
@media screen and (max-width: 1200px) { 
}
/***********************************
480〜767の間
************************************/
@media screen and (min-width: 480px) and (max-width: 666px) { 
    .spt_60{
  padding-top: 20px ;
  display: none;
}
}
/***********************************
768〜969の間
************************************/
@media screen and (min-width: 768px) and (max-width: 969px) { 
}
/***********************************
 970〜1199の間
************************************/
@media screen and (min-width: 970px) and (max-width: 1199px) {
}
/***********************************
w1200以上
************************************/
@media screen and (min-width: 1200px) {
}