@charset "utf-8";
/* CSS Document */

* {
  line-height: 1em;
}


/*clearfix*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

/* no ie mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix {
  overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
  overflow-x: hidden;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*body*/

body {
  min-width: 1000px;


  /*サイトによって変更*/
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.contents-left {
  float: left;
}

.contents-right {
  float: right;
}

/*header*/

#header {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/line-main-img-head.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 35px;
  padding-top: 20px;
}

.header-guide {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  width: 278px;
  vertical-align: top;
  display: inline-block;
  height: 64px;
}

#header .contents-right {
  width: 400px;
  vertical-align: top;
  display: inline-block;
  text-align: right;
}

#header .contents-right p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}

#header .contents-right span {
  background-image: url(../images/tel-header.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  display: inline-block;
  height: 32px;
  width: 294px;
  text-align: left;
  float: right;
}

/*main-img*/

.main-img {
  clear: both;
  height: 430px;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #D896DE;
}

.main-img h2 {
  clear: both;
  height: 430px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
}

div.title {
  background-repeat: repeat-x;
  background-position: center bottom;
  clear: both;
  height: 140px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/titleback-mainimg.png);
}

div.title span {
  text-align: right;
  display: block;
  clear: both;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}


/*nav*/

#nav {
  clear: both;
  width: 100%;
  height: 100px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D896DE;
}


#nav ul {
  height: 100px;
  display: flex;
  overflow: hidden;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#nav ul li {
  list-style-type: none;
  vertical-align: top;
  height: 100px;
}

#nav ul li a {
  position: relative;
}

#nav ul li a:hover {
  position: relative;
  top: -100px;
}

#nav ul li:nth-child(4) a,
#nav ul li:nth-child(5) a  {
  opacity: .5;
  pointer-events: none;
}


/*concept-box*/

.concept-box {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.concept-box .box {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
}

.concept-box h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1.6em;
  color: #AA619C;
  font-weight: normal;
}

.concept-box p {
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
  margin-top: 5px;
}


/*maincontents*/

.maincontents {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.maincontents-back {
  background-color: #FFF8F0;
  background-image: url(../images/contents01-back.png);
  background-repeat: repeat-x;
  background-position: center top;
}

/*contents-box*/

.contents-box {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contents {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.contents h2 {
  clear: both;
  text-align: center;
  display: block;
}


/*midashi-contentsbox*/

.midashi-contentsbox {
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}


/*image*/

span.image {
  display: inline-block;
  clear: both;
}

span.image img {
  border: 6px solid #FFF;
  box-shadow: #737373 3px 3px 6px;
}


/*banner-box*/

.banner-box {
  clear: both;
  width: 960px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.banner-box p {
  vertical-align: top;
  display: inline-block;
}

.banner-box p a:hover {
  opacity: 0.75;
}


/*blog*/

.blog-box {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.blog-box h2 {
  clear: both;
  text-align: center;
  display: block;
}

.blog-box div.blog {
  clear: both;
  width: 845px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #656565;
  margin-top: 25px;
}

.blog-box div.blog h3 {}

.blog-box div.blog div.ameblo {
  clear: both;
  margin: 0;
  padding: 0;
  width: 845px;
  overflow: auto;
  height: 300px;
  overflow-x: hidden;
}


.blog-box div.blog div.ameblo2 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 845px;
  overflow: auto;
  height: 300px;
  overflow-x: hidden;
}

div.rssBody {}

div.rssBody ul {
  margin: 0px;
  padding: 0px;
}

div.rssBody ul li.rssRow {
  border-bottom: dotted 1px #CCCCCC;
  list-style: none;
  width: 770px;
  overflow: hidden;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

div.rssBody ul li.rssRow h4 {
  padding-top: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
  float: right;
  text-align: left;
  width: 640px;
  font-size: 13px;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.blogbox1 ul li.rssRow h4 a {
  color: #FF7BAC;
  text-decoration: none;
}

.blogbox1 ul li.rssRow h4 a:hover {
  text-decoration: underline;
}

.blogbox1 ul li.rssRow div {
  float: left;
  vertical-align: top;
  display: inline-block;
  font-size: 9px;
  color: #FFF;
  background-color: #FFCDE0;
  margin-top: 15px;
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-left: 15px;
  border-radius: 25px;
}

div.rssBody ul li.rssRow p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4em;
  font-size: 11px;
  clear: both;
  color: #656565;
}

div.rssBody ul li.rssRow div.rssMedia {}




.blogbox2 h4 a {
  color: #8C6239;
  text-decoration: none;
}

.blogbox2 ul li.rssRow h4 a:hover {
  text-decoration: underline;
}

.blogbox2 ul li.rssRow div {
  float: left;
  vertical-align: top;
  display: inline-block;
  font-size: 9px;
  color: #FFF;
  background-color: #C4A88C;
  margin-top: 15px;
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-left: 15px;
  border-radius: 25px;
}



/*btn-top*/

.btn-top {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
  padding-top: 50px;
  padding-bottom: 20px;
}

.btn-top a:hover {
  opacity: 0.75;
}


/*subcontents*/

.subcontents-box {
  clear: both;
  width: 100%;
  background-color: #EDEDED;
  padding-bottom: 35px;
  padding-top: 35px;
}

div.subcontents {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

div.subcontents div.contents-left {
  width: 420px;
  background-color: #FFF;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 7px;
}

div.subcontents div.contents-left h3 {
  text-align: center;
}

div.subcontents div.contents-left h4 {
  background-image: url(../images/tel-subcontents.png);
  text-indent: -9999px;
  height: 33px;
  width: 386px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  margin-bottom: 20px;
}

div.subcontents div.contents-left dl {
  clear: both;
  width: 420px;
  display: block;
}

div.subcontents div.contents-left dl dt,
dd {
  display: block;
  vertical-align: top;
  float: left;
  margin-bottom: 3px;
}

div.subcontents div.contents-left dl dt {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  color: #C69C6D;
  width: 90px;
}

div.subcontents div.contents-left dl dd {
  font-size: 12px;
  color: #998675;
  width: 330px;
  line-height: 1.6em;
}


div.subcontents div.contents-right {
  width: 460px;
}

div.subcontents div.contents-right iframe {
  clear: both;
  margin-bottom: 10px;
}

div.subcontents div.contents-right div.access {
  clear: both;
}

div.subcontents div.contents-right div.access div.contents-left {
  vertical-align: top;
  display: inline-block;
  clear: none;
  width: 320px;
  padding: 0px;
  background-color: #EDEDED;
  margin-top: 7px;
}

div.subcontents div.contents-right div.access div.contents-left h5 {
  display: inline-block;
  float: left;
  font-size: 10px;
  font-weight: normal;
  color: #FFF;
  background-color: #CA73B6;
  text-align: center;
  width: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 25px;
}

div.subcontents div.contents-right div.access div.contents-left span {
  float: left;
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  color: #4D4D4D;
  padding-top: 2px;
  padding-left: 10px;
}

div.subcontents div.contents-right div.access p.contents-right {
  width: 138px;
  vertical-align: top;
  display: inline-block;
}


div.subcontents div.contents-right div.access p.contents-right a:hover {
  opacity: 0.75;
}


/*footer*/

#footer {
  background-color: #D896DE;
  clear: both;
  width: 100%px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  color: #754C24;
  padding-bottom: 30px;
}


.footer {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
}

.footer .contents-left {
  width: 640px;
}

.footer ul li {
  float: left;
  list-style-type: none;
  font-size: 11px;
}

.footer ul li a {
  color: #FFF;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
}
.footer ul li:nth-child(4) a,
.footer ul li:nth-child(5) a {
  opacity: .5;
  pointer-events: none;
}

.footer ul li a:hover {
  color: #754C24;
  text-decoration: underline;
}
.footer ul li a:hover {
  color: #754C24;
  text-decoration: underline;
}

.footer .contents-right {
  width: 320px;
  text-align: right;
}

.footer .contents-right {
  font-size: 11px;
}

.side_banner {
  position: fixed;
  right: 0;
  top: 200px;
  box-shadow: 0px 0px 10px 4px #12121233;
  -webkit-box-shadow: 0px 0px 10px 4px #12121233;
  -moz-box-shadow: 0px 0px 10px 4px #12121233;
  z-index: 1;
}

.side_banner:hover {
  opacity: .8;
}