@charset "UTF-8";
/* google font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
body {
  margin: 0 auto;
  padding-top: 90px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Avenir, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

body.top {
  padding-top: 0;
}

/* 明朝体用
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
*/
/*---------------------------------------------
	common
---------------------------------------------*/
.inner {
  width: 1140px;
  margin: 0 auto;
}

.innerFit {
  display: table;
  margin: 0 auto;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.pageTitle {
  background-color: #f1ecda;
  padding: 30px 0px;
  font-size: 28px;
  text-align: center;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
}

/*---------------------------------------------
	header
---------------------------------------------*/
header h1 img {
  width: 383px;
  height: auto;
}

/*---------------------------------------------
	#top-head
---------------------------------------------*/
header .inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
header {
  font-size: 14px;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 90px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
header .inner {
  content: "";
  clear: both;
  display: block;
}

header a,
header {
  color: #000;
  text-decoration: none;
}

header .inner {
  margin: 0 auto;
  position: relative;
}

header .logo {
  float: left;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

#global-nav ul li {
  float: left;
  position: relative;
  border-left: 1px solid #333;
}

#global-nav ul li:last-child {
  border-right: 1px solid #333;
}

#global-nav ul li a {
  color: #333;
  padding: 0 15px;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  left: 37.5%;
  width: 25%;
  height: 1px;
  bottom: 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
  background: #da8b51;
  bottom: -7px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 70px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed header h1 img {
  width: 300px;
  margin-top: 5px;
}

#global-nav ul {
  top: 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 32px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #666;
  left: 0;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*---------------------------------------------
	.siteIntro
---------------------------------------------*/
.siteIntro {
  background-color: #f1ecda;
  padding: 50px 0 30px;
  margin-bottom: 50px;
}
.siteIntro .inner h4 {
  font-size: 24px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  text-align: center;
}
.siteIntro .inner .linkBox {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.siteIntro .inner .linkBox .box {
  float: left;
  width: 220px;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.siteIntro .inner .linkBox .box img {
  max-width: 100%;
  margin-bottom: 3px;
}
.siteIntro .inner .linkBox a {
  text-decoration: none;
  color: #333;
  display: block;
}
.siteIntro .inner .linkBox a:hover {
  opacity: 0.7;
}
.siteIntro .inner .linkBox p:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 7px;
  height: 7px;
  border: solid 7px transparent;
  border-left: solid 7px currentColor;
}
.siteIntro .inner .linkBox .box:nth-of-type(3n) {
  margin-right: 0;
}
.siteIntro .inner .linkBox .box:nth-of-type(4) {
  clear: both;
}

/*---------------------------------------------
	home
---------------------------------------------*/
#home .news {
  display: none;
  margin: 50px 0;
  overflow: hidden;
  /* news 推しトピックス */
  /* TOP ニュースリスト */
}
#home .news .recommend {
  float: left;
  width: 350px;
  margin-right: 50px;
  margin-top: 30px;
  border: 1px solid #999;
}
#home .news .recommend a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #4D4D4D;
}
#home .news .recommend a img {
  width: 100%;
}
#home .news .recommend a:hover {
  opacity: 0.7;
}
#home .news .recommend p {
  padding: 0;
  margin: 10px 0 0;
  line-height: 1.8;
}
#home .news .newsTitle {
  border-bottom: 1px solid #999;
  overflow: hidden;
  margin-bottom: 5px;
}
#home .news .newsTitle h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 5px 10px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 3px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
}
#home .news .newsTitle a {
  float: right;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  color: #4d4d4d;
  text-decoration: none;
}
#home .news .newsTitle a::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 7px;
  height: 7px;
  border: solid 7px transparent;
  border-left: solid 7px currentColor;
}
#home .news .newsTitle a:hover {
  opacity: 0.7;
}
#home .news .list {
  float: none;
  width: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
#home .news .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #999;
}
#home .news .list ul li:last-of-type {
  margin-bottom: 5px;
}
#home .news .list ul li:nth-child(odd) {
  background-color: #f3f3f3;
}
#home .news .list ul time {
  float: left;
  padding: 5px 20px;
  line-height: 1.6;
}
#home .news .list ul p {
  padding: 5px 20px;
  margin: 0 0 0 110px;
  line-height: 1.6;
}
#home .news .list ul a {
  display: block;
  padding: 10px 0;
  color: #4d4d4d;
  text-decoration: none;
}
#home .news .list ul a:hover {
  opacity: 0.7;
}

/*---------------------------------------------
	.mainVisual
---------------------------------------------*/
.mainVisual {
  background-image: url(../img/main_bg.png);
  background-size: cover;
  background-position: 50% 85%;
  height: 732px;
}
.mainVisual .inner {
  position: relative;
}
.mainVisual .head {
  overflow: hidden;
  padding-top: 18px;
}
.mainVisual .catch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
}
.mainVisual .campaign {
  position: absolute;
  right: 0;
  top: 450px;
}
.mainVisual .campaign img {
  width: 200px;
}

/*---------------------------------------------
	.bl_movie
---------------------------------------------*/
.bl_movie {
  padding: 50px 0 70px;
}

.bl_movie_inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.bl_movie_title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
}

.bl_movie_contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.bl_movie_contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------
	.placeImg
---------------------------------------------*/
.placeImg .comConfig {
  background-size: cover;
  background-position: 50% 50%;
  height: 760px;
  background-attachment: fixed;
}
.placeImg .comConfig .inner {
  position: relative;
  height: 760px;
}
.placeImg .comConfig .inner .read {
  position: absolute;
  padding: 40px 30px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: #333;
  background-color: #fff;
  right: 30px;
  bottom: -300px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.placeImg .placeImg01 {
  background-image: url(../img/place_img01.jpg);
}
.placeImg .placeImg02 {
  background-image: url(../img/place_img02.jpg);
}
.placeImg .placeImg03 {
  background-image: url(../img/place_img03.jpg);
}
.placeImg .placeImg03 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: 0 auto;
}
.placeImg .placeImg04 {
  background-image: url(../img/place_img04.jpg);
}

/*---------------------------------------------
	.comLayout
---------------------------------------------*/
.comLayout {
  padding: 40px 0;
}
.comLayout h2 {
  padding: 10px 0;
  font-size: 24px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}
.comLayout .text p {
  letter-spacing: 0.1em;
  line-height: 2;
}
.comLayout .comRightBig {
  overflow: hidden;
  margin-bottom: 30px;
}
.comLayout .comRightBig .text {
  float: left;
  width: 100%;
  margin-right: -770px;
  padding-right: 770px;
}
.comLayout .comRightBig .pict {
  float: right;
  width: 740px;
}
.comLayout .comRightSmall {
  overflow: hidden;
  margin-bottom: 30px;
}
.comLayout .comRightSmall .text {
  float: left;
  width: 100%;
  margin-right: -460px;
  padding-right: 460px;
}
.comLayout .comRightSmall .pict {
  float: right;
  width: 430px;
}
.comLayout .comRightSmall .pict img {
  width: 430px;
}
.comLayout .comRightExsmall {
  overflow: hidden;
  margin-bottom: 30px;
}
.comLayout .comRightExsmall .text {
  float: left;
  width: 100%;
  margin-right: -215px;
  padding-right: 215px;
}
.comLayout .comRightExsmall .pict {
  float: right;
  width: 185px;
}
.comLayout .comRightExsmall .pict img {
  width: 185px;
}
.comLayout .comLeftSmall {
  overflow: hidden;
  margin-bottom: 30px;
}
.comLayout .comLeftSmall .text {
  float: none;
  width: auto;
  margin-left: 460px;
}
.comLayout .comLeftSmall .pict {
  float: left;
  width: 430px;
}
.comLayout .comLeftSmall .pict img {
  width: 430px;
}
.comLayout .expBox {
  background-color: #f1ecda;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.comLayout .expBox h4 {
  font-size: 21px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.comLayout .expBox ul {
  text-align: left;
  padding-left: 2em;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1.8;
}
.comLayout table.needs {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 10px;
}
.comLayout table.needs th, .comLayout table.needs td {
  padding: 5px 10px;
  border: 1px solid #c5c5c5;
}
.comLayout table.needs th {
  font-weight: normal;
  width: 31%;
}
.comLayout table.needs td {
  width: 2%;
  text-align: center;
  font-size: 24px;
}
.comLayout table.needs td.triangle {
  font-size: 14px;
}
.comLayout .expBox02 {
  background-color: #f1ecda;
  padding: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.comLayout .expBox02 .left {
  float: left;
  width: 60%;
}
.comLayout .expBox02 .right {
  float: right;
  width: 35%;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.comLayout .expBox02 .right ul {
  margin-left: 25px;
}
.comLayout .expBox02 .right p {
  margin: 5px 0;
}
.comLayout .expBox02 .right p.textR {
  text-align: right;
}
.comLayout .expBox02 h5 {
  font-size: 16px;
  color: #da8b51;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px 5px;
  font-weight: normal;
}
.comLayout .expBox02 h5 em {
  font-size: 24px;
  font-style: normal;
}
.comLayout .expBox02 h5:nth-of-type(2) {
  margin-top: 15px;
}
.comLayout .expBox02 p {
  line-height: 1.8;
}
.comLayout .expBox02 p.att {
  clear: both;
}
.comLayout .pictOne {
  margin-bottom: 50px;
}
.comLayout .pictOne img {
  max-width: 100%;
}
.comLayout .pictTwo {
  overflow: hidden;
}
.comLayout .pictTwo .pict {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}
.comLayout .pictTwo .pict ul {
  list-style: none;
}
.comLayout .pictTwo .pict ul li {
  float: left;
  width: 49.5%;
  margin-right: 1%;
}
.comLayout .pictTwo .pict ul li:last-of-type {
  margin-right: 0;
}
.comLayout .pictTwo .pict ul img {
  max-width: 100%;
}
.comLayout .pictTwo .pict img {
  max-width: 100%;
}
.comLayout .pictThree {
  overflow: hidden;
}
.comLayout .pictThree .pict {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 50px;
}
.comLayout .pictThree .pict ul {
  list-style: none;
}
.comLayout .pictThree .pict ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.comLayout .pictThree .pict ul li:last-of-type {
  margin-right: 0;
}
.comLayout .pictThree .pict ul img {
  max-width: 100%;
}
.comLayout .pictThree .pict img {
  max-width: 100%;
}

/*---------------------------------------------
	.#house
---------------------------------------------*/
#house h2.separateTitle {
  padding: 20px;
  font-size: 24px;
  color: #666;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid #c5c5c5;
  margin-bottom: 40px;
}
#house .pageImg {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0px;
}
#house .pageImg img {
  max-width: 100%;
}
#house .comLeftBig {
  overflow: hidden;
  margin-bottom: 30px;
}
#house .comLeftBig .text {
  float: none;
  width: auto;
  margin-left: 730px;
}
#house .comLeftBig .text .equipment {
  display: flex;
  justify-content: space-between;
}
#house .comLeftBig .text .equipment dt {
  font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#house .comLeftBig .text ul li {
  list-style: none;
  line-height: 1.8;
}
#house .comLeftBig .text ul li:before {
  content: "●";
  color: #b4910c;
  margin-right: 5px;
}
#house .comLeftBig .pict {
  float: left;
  width: 700px;
}
#house .comLeftBig .pict img {
  width: 700px;
}

/*---------------------------------------------
	#location
---------------------------------------------*/
/* .around
---------------------------------------------*/
.around {
  padding: 40px 0 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.around h3 {
  font-size: 24px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.around .aroundInfo {
  overflow: hidden;
  margin-bottom: 40px;
}
.around .aroundInfo .map {
  margin: 0 auto;
  width: 740px;
  margin-bottom: 30px;
}
.around .aroundInfo .map img {
  width: 740px;
}
.around .aroundInfo .info {
  margin: 0 auto;
  width: 740px;
}
.around .aroundInfo .info .box {
  float: left;
  width: 177px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.around .aroundInfo .info .box img {
  max-width: 100%;
}
.around .aroundInfo .info .box:nth-of-type(4n) {
  margin-right: 0px;
}
.around .aroundInfo .info .box:nth-of-type(5) {
  clear: both;
}

/* .access
---------------------------------------------*/
.access {
  padding: 40px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.access .accessInfo {
  overflow: hidden;
  margin-bottom: 40px;
}
.access h3 {
  font-size: 24px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.access .text {
  float: left;
  width: 100%;
  margin-right: -740px;
  padding-right: 740px;
}
.access .text p {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.access .text p.train {
  margin-bottom: 5px;
}
.access .text ul {
  list-style: none;
}
.access .text li {
  float: left;
  width: 48%;
}
.access .text li:nth-child(odd) {
  margin-right: 4%;
}
.access .text li .line {
  font-size: 12px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}
.access .text li .walking {
  margin-bottom: 10px;
}
.access .text li .note {
  font-size: 10px;
}
.access .map {
  float: right;
  width: 700px;
}

/*---------------------------------------------
	.price
---------------------------------------------*/
#price .topRead {
  margin: 50px 0 30px;
  text-align: center;
  font-size: 21px;
  line-height: 1.8;
}

.price {
  padding: 40px 0;
}
.price h3 {
  padding: 0 0 10px 0;
  font-size: 24px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}
.price p.example {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.price .modelCase {
  overflow: hidden;
  margin-bottom: 10px;
}
.price .modelCase .lumpSum {
  float: left;
  width: 49%;
}
.price .modelCase .monSum {
  float: right;
  width: 49%;
}
.price .modelCase table {
  font-size: 18px;
  width: 100%;
  border: 2px solid #666;
  border-collapse: collapse;
  margin-bottom: 10px;
  background-color: #fff;
}
.price .modelCase table th {
  border: 1px solid #666;
  padding: 5px 10px;
  font-weight: normal;
}
.price .modelCase table th:first-of-type {
  text-align: left;
}
.price .modelCase table th:nth-of-type(2n) {
  text-align: right;
}
.price .modelCase table th[scope=col] {
  background-color: #fce2c4;
}
.price .modelCase table td {
  border: 1px solid #666;
  padding: 7px;
}
.price .modelCase table td:nth-of-type(2n) {
  text-align: right;
}
.price ul {
  margin-bottom: 20px;
  list-style-type: disc;
  display: flex;
  justify-content: center;
}
.price ul li {
  margin-left: 2em;
  margin-right: 1em;
}
.price .titleA {
  position: relative;
  display: block;
  font-size: 20px;
  background-color: #da8b52;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
.price .titleA:hover {
  cursor: pointer;
  opacity: 0.8;
}
.price .titleB {
  position: relative;
  display: block;
  font-size: 20px;
  background-color: #a9d05f;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  margin-top: 20px;
}
.price .titleB:hover {
  cursor: pointer;
  opacity: 0.8;
}
.price .titleA i, .price .titleB i {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
}
.price .titleA i:after, .price .titleB i:after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  width: 16px;
  height: 16px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  transform: rotate(-45deg);
  top: 15%;
}
.price .titleA.active i:after, .price .titleB.active i:after {
  transform: rotate(-225deg);
  top: 65%;
}
.price .emp {
  color: #aa8420;
  margin-top: 10px;
}
.price p {
  line-height: 1.6;
}
.price img.calc {
  margin: 3px 0 10px;
  max-width: 100%;
}
.price .patternA {
  display: none;
}
.price .patternA {
  margin-top: 25px;
}
.price .patternA .headding {
  font-size: 18px;
  padding-top: 1px;
  margin-bottom: 10px;
}
.price .patternA .headding span {
  color: #da8b52;
  padding: 3px 10px;
  border: 1px solid #da8b52;
  border-radius: 5px;
  margin-right: 10px;
}
.price .patternA .mtSmall {
  margin-top: 30px;
}
.price .patternA table, .price .patternB table {
  width: 100%;
  border: 2px solid #666;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
}
.price .patternA table th, .price .patternB table th {
  border: 1px solid #666;
  padding: 5px 10px;
  font-weight: normal;
}
.price .patternA table th[scope=col], .price .patternB table th[scope=col] {
  background-color: #fce2c4;
}
.price .patternA table th.typeA, .price .patternB table th.typeA {
  background-color: #fbe6ef;
}
.price .patternA table th.typeA_plus, .price .patternB table th.typeA_plus {
  background-color: #f9d0c3;
}
.price .patternA table th.typeB, .price .patternB table th.typeB {
  background-color: #dff2fc;
}
.price .patternA table th.typeC, .price .patternB table th.typeC {
  background-color: #afc8e9;
}
.price .patternA table td, .price .patternB table td {
  border: 1px solid #666;
  padding: 7px;
}
.price .patternB {
  display: none;
}
.price .patternB {
  margin-top: 20px;
}
.price .patternB table th {
  padding: 5px 10px;
}
.price .patternB table th[scope=col] {
  background-color: #ecf3d0;
}
.price .patternB table.nursing caption {
  text-align: right;
}
.price .patternB table.nursing th[scope=col] {
  background-color: #f3ecdd;
}

/*---------------------------------------------
	.#facility
---------------------------------------------*/
#facility .comRightSmall {
  margin-bottom: 30px;
}
#facility .comRightSmall .pict {
  width: 450px;
}
#facility .comRightSmall .pict img {
  width: 450px;
}
#facility .summary {
  clear: both;
  margin-top: 30px;
}
#facility .summary h3 {
  font-size: 24px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #da8b51;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#facility .summary .info {
  overflow: hidden;
}
#facility .summary .info ul {
  float: left;
  width: 48%;
  list-style: none;
  letter-spacing: 0.2em;
}
#facility .summary .info ul li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
#facility .summary .info ul.left {
  margin-right: 4%;
}
/*---------------------------------------------
	.link
---------------------------------------------*/
.link {
  overflow: hidden;
  margin-bottom: 30px;
}
.link .inner {
  text-align: center;
}
.link ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
.link ul li {
  float: left;
}
.link ul li:first-of-type {
  margin-right: 50px;
}
.link li a:hover {
  opacity: 0.7;
}

/*---------------------------------------------
	footer
---------------------------------------------*/
footer {
  border-top: 2px solid #dadada;
}
footer .inner {
  padding: 40px 0 120px;
}
footer img {
  width: 529px;
  height: auto;
  margin-bottom: 30px;
}
footer .info {
  overflow: hidden;
  font-size: 14px;
}
footer .info .address {
  float: left;
}
footer .info .copyright {
  float: right;
  text-align: right;
}
footer .info .copyright p {
  margin-bottom: 10px;
}
footer .info .copyright a {
  text-decoration: none;
  color: #333;
}
footer .info .copyright a:hover {
  opacity: 0.7;
}

/*---------------------------------------------
	.contact
---------------------------------------------*/
.contact {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 80px;
}
.contact .box {
  min-width: 670px;
  overflow: hidden;
  margin-bottom: 5px;
}
.contact .box .text {
  float: left;
  font-size: 16px;
  margin-right: 45px;
}
.contact .box .tel {
  float: left;
  font-size: 14px;
}
.contact .box .tel strong {
  font-size: 30px;
  font-weight: bold;
}
.contact .box .btn {
  float: right;
}
.contact .box .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background-color: #da8b52;
  border-radius: 5px;
}
.contact .box .btn a:hover {
  background-color: #fff;
  color: #da8b52;
}
.contact p.note {
  font-size: 12px;
}

/*---------------------------------------------
	#news
---------------------------------------------*/
#news .newsList {
  margin: 40px 0;
}
#news .newsList ul.list {
  margin-bottom: 40px;
  list-style: none;
}
#news .newsList ul.list li {
  margin-bottom: 15px;
}
#news .newsList ul.list li a {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  padding: 10px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
#news .newsList ul.list li a:hover {
  opacity: 0.8;
  background-color: #f3eae4;
}
#news .newsList ul.list li .pict {
  float: left;
  width: 250px;
}
#news .newsList ul.list li .pict img {
  width: 100%;
  height: auto;
}
#news .newsList ul.list li .info {
  float: none;
  width: auto;
  margin-left: 250px;
  padding: 10px 0 20px 15px;
}
#news .newsList ul.list li .info p {
  font-size: 18px;
  margin-top: 7px;
  line-height: 1.6;
}

/* .pagination ページネーション */
.newsList .pagination {
  text-align: center;
}
.newsList .pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.newsList .pagination ul li {
  float: left;
  width: auto;
}
.newsList .pagination ul li a {
  display: block;
  padding: 5px 10px;
  margin-left: 3px;
  margin-right: 3px;
  color: #fff;
  background-color: #da8b51;
  font-size: 16px;
  text-decoration: none;
}
.newsList .pagination ul a:hover {
  background-color: #da5951;
}
.newsList .pagination ul .leftArrow a,
.newsList .pagination ul .rightArrow a {
  color: #da8b51;
  background-color: transparent;
  margin-top: -2px;
  padding: 5px 5px;
}
.newsList .pagination ul .leftArrow a:hover,
.newsList .pagination ul .rightArrow a:hover {
  color: #da5951;
  background-color: transparent;
}

/*---------------------------------------------
	#newsPage
---------------------------------------------*/
#newsPage .newsContents {
  margin: 40px 0;
}
#newsPage .newsContents .main {
  padding: 40px;
  border: 1px solid #cdcdcd;
  margin-bottom: 30px;
}
#newsPage .newsContents .main time {
  color: #999;
}
#newsPage .newsContents .main h3 {
  font-size: 21px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #4c4c4c;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#newsPage .newsContents .main .pict {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#newsPage .newsContents .main img {
  max-width: 100%;
  height: auto;
}
#newsPage .newsContents .main p {
  display: table;
  margin: 0 auto;
  line-height: 1.8;
}
#newsPage .newsContents ul.pagination {
  display: table;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#newsPage .newsContents ul.pagination li {
  float: left;
}
#newsPage .newsContents ul.pagination li:first-of-type {
  margin-right: 20px;
}
#newsPage .newsContents ul.pagination li:nth-of-type(3) {
  margin-left: 20px;
}
#newsPage .newsContents ul.pagination li a {
  display: block;
  padding: 5px 40px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #da8b51;
}
#newsPage .newsContents ul.pagination li a:hover {
  color: #fff;
  background-color: #da5951;
}

/*---------------------------------------------
	#privacy
---------------------------------------------*/
#privacy h2 {
  margin-top: 20px;
}
#privacy .comLayout ul {
  margin-top: 1em;
  margin-left: 1em;
  padding-left: 1em;
  line-height: 1.8;
}
#privacy .comLayout p {
  letter-spacing: 0.1em;
  line-height: 2;
}
#privacy p.extra {
  margin-top: 30px;
  padding-left: 0.5em;
  margin-bottom: 10px;
}
#privacy p.note {
  margin-top: 10px;
  padding-left: 1.3em;
  text-indent: -0.7em;
}