@charset "UTF-8";
/* CSS Document */

/* reset----------------------------------------------------------------- */
ul, menu, dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
	margin: 0 auto;
}
h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
	margin: 0 auto;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
	margin: 0 auto;
  font-weight: bold;
}
a {
	color:#000;
	text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
p {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
/*inviewスクロール要素表示*/
.list{
	list-style-type: none;
	overflow: hidden;
}
.list li{ transition: .8s;}
.list-mv02{ opacity: 0;}
.mv02{ opacity: 1.0;}

/*pagetop-button*/
#page-top {
  position: fixed;
  bottom: 110px;/* 固定バナー入れる前＝20px */
  right: 20px;
  font-size: 70%;
}
#page-top a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #B5881C;
  width: 100px;
  padding: 40px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 2px solid #B5881C;
}
#page-top a:hover {
  text-decoration: none;
  background: #B5881C;
	color: #fff;
}
img{ margin: auto;}

/*　画像hover透過 */
a:hover, a img:hover, a div:hover {
	opacity: 0.8;
	transition: 1.0s;
}
.red_text {
	color: #f00;
	font-size: 1em;
}

/* pc----------------------------------------------------------------- */
body {
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
header {
  width: 100%;
  display: inline-block;
}
.x-menu {
  width: 1000px;
  margin: auto;
}
.x976 {
  width: 976px;
  margin: auto;
}
.phslogo {
  background: #1C336A;
  padding: 1em;
}
h1 {
  float: left;
  padding: 0.3em 0 0 0.05em;
  margin-left: 1%;
}
ul#nav {
	width: 55%;
	float: right;
	list-style: none;
  padding: 0.5em 0;
}
ul#nav li {

}
ul#nav li a {
  float: left;
  width: 24%;
  display: block;
  text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none !important;
	border-right: 1px dotted #004098;
}
ul#nav li:first-child a {
	border-left: 1px dotted #004098;
}
ul#nav li a:hover {
	background: #004098;
	color: #fff;
}
#main {
	text-align: center;
  width: 100%;
  height: 100%;
  background-color: #d8d4ce;/* 旧（#B1B2B4） */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_beige.jpg);
  background-attachment: fixed;
}


/* PCで表示させない（SPのみ有効） */
.pc_hid { display: none;}

@media screen and (max-width: 768px) {
  .pc_hid { display: block;}
}
@media screen and (min-width: 768px) {
  .br-sp {display: none;}
}


/* ------------------------- 0928 start css --- */

/* stack */
.relative { position: relative;}
.absolute { position: absolute;}
/* 背景色 */
.bg-wh { background-color: #fff;}
/* img */
.img_middle { vertical-align: middle;}
.img_sub { vertical-align: sub;}
.img_bottom { vertical-align: bottom;}
/* 文字位置 */
.center { text-align: center;}
.left { text-align: left;}
.right { text-align: right;}
/* 文字色 */
.txt-wh { color: #fff;}
.txt-go { color: #bc9950;}
.txt-bk { color: #000;}
/* padding */
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.px19 { padding: 0 19px;}
.px27 { padding: 0 27px;}
.px39 { padding: 0 39px;}
.py002 { padding: 0.4% 0;}
.py02 { padding: 2% 0;}
.py30 { padding: 30px 0;}
/* margin */
.mx27 { margin: 0 27px;}

/* Flex box */
.ex3 { width: 300px;}
.ex2 { width: 50%;}

/* 仕切り線 */
.hr01 {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  opacity: 0.8;
  margin: 50px 0;
}
.hr02 {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #000;
  opacity: 0.8;
  margin: 5px 0;
}
.hr03 {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #000;
  opacity: 0.8;
  margin: 0;
}


/* ------------------ TOP -- */
.inner {
  width: 976px;
  padding: 0;
  margin: 0 auto;
}
.inner img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.inner015 {
  margin-bottom: 60px;
  padding: 0 44px;
  background-color: #000015;
}
.commetxt01 {
  padding: 50px 0 0;
  font-weight: lighter;
  font-size: 42px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.commetxt02 {
  padding: 35px 40px 15px;
  font-weight: lighter;
  font-size: 37px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* Flex box A */
.flexA {
  display: flex;
  justify-content: space-between;
}
.flexA-shouene_left {
  width: 21%;
}
.flexA-shouene_right {
  width: 79%;
  text-align: left;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}
.flexA-shouene-txt1 {
  font-size: 50px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.flexA-shouene-txt1ss {
  font-size: 18px;
  vertical-align: top;
  line-height: 2.2;
}
.flexA-shouene-txt1s {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-bottom: 1rem;
}
.flexA-shouene-txt2 {
  font-size: 143px;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.flexA-shouene-txt2s {
  font-size: 106px;
  font-feature-settings: "palt" 1;
  line-height: 1.1;
}

.txt-waku-f {
  width: 100%;
  margin: 50px 0;
  padding: 1.5rem 0;
  border: 2px solid #fff;
}
.txt-waku-0 {
  width: 100%;
  margin: 50px 0;
  padding: 1.5rem 0;
  border: 2px solid #000;
  text-align: center;
  font-weight: lighter;
  font-size: 33px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.txt-beta-gray {
  width: 100%;
  margin: 60px 0 10px;
  padding: 0.7rem 0 0.4rem;
  background-color: #595757;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 33px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.txt-beta-gray01 {
  text-align: center;
  font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-weight: normal;
  font-size: 68px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
.txt-beta-gray02 {
  text-align: center;
  font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-weight: normal;
  font-size: 54px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.txt-beta-gray03 {
  padding: 1rem 0;
  text-align: left;
  font-weight: lighter;
  font-size: 21px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.txt-beta-0 {
  width: 100%;
  margin: 60px 0 10px;
  padding: 0.7rem 0 0.4rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 33px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

.txt-beta-blue {
  width: 100%;
  margin: 40px 0 0;
  padding: 0.3rem 0 0;
  background-color: #002870;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 39px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.txt-beta-blue img {
  vertical-align: sub;
}
.blue_tel {
  color: #fff;
  font-family: Verdana,YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  letter-spacing: -0.01em;
}
.blue_time {
  font-size: 58%;
  font-family: Verdana,YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  letter-spacing: -0.01em;
  vertical-align: text-top;
}

/* Flex box 1 */
.flex1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1-01 {
  width: 118px;
  margin: 1.3rem 0;
  padding: 0.3rem 0 0.2rem;
  background-color: #fff;
  color: #c30d23;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.04em;
  line-height: 1;
}
.flex1-01 span:nth-child(1) {
  font-family: Verdana,YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  font-size: 20px;
  vertical-align: top;
}
.flex1-01 span:nth-child(2) {
  font-family: Verdana,YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  font-size: 22px;
  padding-right: 0.1rem;
}
.flex1-02 {
  width: 658px;
  padding: 1rem;
  color: #000;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 31px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1;
}
.flex1 .address {
  padding: 0 0 0 0.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 57%;
  letter-spacing: -0.003em;
  line-height: 1;
  vertical-align: 20%;
}
.flex1-03 {
  width: 200px;
  padding: 0.9rem 0.5rem;
  color: #000;
  text-align: center;
  font-family: Verdana,YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  font-weight: 500;
  font-size: 21px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
  line-height: 1;
}
.flex1-03 span {
  font-size: 90%;
}

.accesslist_pc { margin-bottom: 40px;}

.formlink {
  position: fixed;
    bottom: 0;
    right: 0;
  width: 100%;
  height: 92px;
  padding: 0;
  background: linear-gradient(225deg,#8e6622, #ba983c, #8e6622);
  text-align: center;
}
.formlink img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.formhr1 {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  opacity: 0.8;
  margin-top: 5px;
}
.formhr2 {
  display: block;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  opacity: 0.8;
}

.jizenyoyaku { margin-bottom: 80px;}

.footer0 {
  width: 100%;
  background-color: #000;
  padding: 90px 0 180px;
}
.logo_footerSZ {
  padding: 20px 0 0;
  font-family: sans-serif,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック';
  font-weight: 500;
  font-size: 68px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}
.logo_footerSZ2 {
  padding: 20px 0 0;
  font-family: sans-serif,'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック';
  font-weight: 500;
  font-size: 35px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}





















.logo_footer {
  padding: 60px 0 20px;
}
.footer_chubu {
  font-weight: bold;
  font-size: 53px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.28em;
}
.footer_tel {
  font-weight: bold;
  font-size: 40px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
}
.footer_address {
  padding: 17px 0 60px;
  font-weight: bold;
  font-size: 32px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}
.footer_time {
  font-weight: lighter;
  font-size: 22px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}









/* ------------------ お問い合わせ -- */
#contact {
  padding: 33px 0;
}
.present_waku {
  width: 100%;
  height: 263px;
  border: 1px solid #fff;
  opacity: 0.9;
}
.present_img {
  width: 50%;
  padding: 38px 0 0 0;
  vertical-align: bottom;
}
.present_txt {
  width: 50%;
  padding: 55px 0 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.contactA {
  width: 50%;
  background-color: #bc9950;
}
.contactA:hover {
  background-color: #e6bc63;
	transition: 1.1s;
}
.contactB {
  width: 50%;
  background-color: #5b462a;
}
.contactB:hover {
  background-color: #997546;
	transition: 1.1s;
}
.contactA a, .contactB a {
   color: #fff;
   width: 100%;
   padding: 32px 0;
}
.contact_txt1 {
  padding: 32px 0 34px;
  font-weight: bold;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.contact_txt2 {
  padding: 0 0 32px;
  font-weight: bold;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.kokuchi {
  margin: 49px 0;
  font-weight: bold;
  font-size: 47px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.contact_map {
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}
.contact_map_last {
  background-color: #fff;
}
.contact_name {
  width: 77%;
  height: 88px;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 88px;
  padding: 0 0 0 20px;
}
.contact_address {
  height: 88px;
  text-align: left;
  color: #000;
  font-weight: lighter;
  font-size: 18px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 88px;
}
.contact_tel {
  width: 23%;
  height: 88px;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 88px;
}


.mapimg {
  width: 100%;
  background-color: #004098;
}

/* ------------------- 0928 start css ここまで --- */




























.bg2 {
	background: linear-gradient(-135deg, #003086, #2EB4EA);
	padding: 2em 0;
  color: #fff;
}
.bg2 p {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em;
}
.bg3 {
    box-sizing: border-box;
    padding: 0 1em;
    background: linear-gradient(#BCDCEB, #FFFFFF);
}
.bg3 .cont {
	background-image: url("../images/back03.png");
	background-repeat: no-repeat;
	background-position: bottom;
    padding: 3em 0 15em;
}
.bg3 .cont div {
	margin: 0 0 1.5em;
}
.bg4 {
	padding: 0 0 1em;
    background: #99C6E1;
}
.bg4 .title {
    background: linear-gradient(-135deg,#003086, #2EB4EA);
	color: #fff;
	font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 4px;

	padding: 1em 0;
	margin: 0 0 1.5em;
}
.box_shiyou {
	margin: 2em 0;
	padding: 0 0 2em;
	background-color: #fff;
}
.box_shiyou .wrap {
	overflow: hidden;
	padding: 0 2.7em;
	margin: 2em 0 0;
	line-height: 2;
}
.box_shiyou .shiyou_title {
	margin: 0 0 1.5em;
}
.box_shiyou .wrap .floatL {
	float: left;
}
.box_shiyou .wrap .floatR {
	width: 65%;
	float: right;
	text-align: left;
}
.box_shiyou .wrap .floatR .shiyou_text_title {
	font-size: 2em;
	margin: 0 0 0.5em;
}
.box_shiyou .wrap .floatR .shiyou_text {
	font-size: 1.5em;
}
.box_shiyou .wrap .floatR .shiyou_kome {
	font-size: 1.2em;
	margin: 1em 0 0;
}
.btn_contact,
.btn_contact2{
	margin: 1.4em 0;
}
.bg5 {
	background: #C8E5F3;
	padding: 0 0 1em;
}
.bg5 .title {
    background: linear-gradient(-135deg,#003086, #2EB4EA);
	color: #fff;
	font-size: 2.2em;
    margin: 0 0 1.5em;
	padding: 2em 0 0.5em;
}
.bg5 .text {
	margin: 1.2em 0;
}
.bg5 ul.box {
    width: 100%;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.bg5 ul.box li {
	width: 33.3333%;
}
.box_hitaya {
	background-color: #fff;
	padding: 0 0 1em;
	margin: 0 0 2em;
}
.hiraya_wrap {
	width: 92%;
	font-size: 1.2em;
	overflow: hidden;
	margin: 1em auto 0;
	padding: 0 0 1.2em;
	border-bottom: solid 1px #280e49;
}
.hiraya_wrap:last-child {
	width: 92%;
	overflow: hidden;
	margin: 2em auto 0;
	padding: 0 0 1.2em;
	border-bottom: none;
}
.hiraya_wrap .floatL {
	width: 58%;
	float: left;
}
.hiraya_wrap .floatR {
	width: 42%;
	float: right;
	padding: 1em 0 0 0;
	text-align: left;
}
.hiraya_wrap .floatR .text {
	font-size: 1.2em;
	line-height: 1.8;
}
.box_setai {
	background-color: #fff;
	padding: 0 0 1em;
	margin: 0 0 2em;
}
.setai_wrap {
	width: 93%;
	font-size: 1.2em;
	margin: 2em auto 0;
	text-align: left;
	padding: 0 0 1.2em;
	border-bottom: solid 1px #113321;
}
.setai_wrap:last-child {
	width: 93%;
	font-size: 1.2em;
	margin: 2em auto 0;
	text-align: left;
	padding: 0 0 1.2em;
	border-bottom: none;
}
.setai_wrap .plan {
	margin: 2em 0 0;
}
.setai_wrap .setai_text {
	font-size: 1.2em;
	margin: 2em 0 1em;
}
.bg6 {
	background-color: #E4E8EA;
	padding: 0 0 1em;
}
.bg6 .title {
	color: #fff;
	font-size: 1.8em;
    font-weight: bold;
	letter-spacing: 4px;
	background-color: #004098;
	padding: 1em 0;
	margin: 0 0 1.5em;
}
.bg6 .cont {
	background-color: #fff;
	padding: 0.1em 0 0;
}
.bg6 .box_kodawari {
	width: 95%;
	margin: 1.5em auto 0;
	padding: 0 0 1.5em;
	overflow: hidden;
	border-bottom: solid 1px #959595;
}
.bg6 .box_kodawari:last-child {
	width: 95%;
	margin: 1.5em auto;
	padding: 0 0 1.5em;
	overflow: hidden;
	border-bottom: none;
}
.bg6 .box_kodawari .floatL {
	float: left;
	margin: 1em 0 0;
}
.bg6 .box_kodawari .floatR {
	width: 48%;
	float: right;
	text-align: left;
	line-height: 1.8;
}
.bg6 .box_kodawari .floatR .text_title {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.6em;
	color: #bb0008;
	font-weight: bold;
}
.bg6 .box_kodawari .floatR .small {
	font-size: 0.7em;
}
.bg6 .box_kodawari .floatR .text {
	margin: 1em 0 0;
	font-size: 1.3em;
}
.box_shimekiri {
	padding: 2em 0;
}
.box_shimekiri img {
	margin: 0 0 2.5em;
	vertical-align: bottom;
}
.box_shimekiri .annotation {
	text-align: left;
	line-height: 1.7;
	font-size: 1.2em;
}
.bg7 {
	background-color: #DEF0F8;
	padding: 2em 0;
	font-size: 1.2em;
}
.bg7 .annotation {
	font-size: 1.4em;
    font-weight: bold;
	margin: 2em 0;
	padding: 1em;
	line-height: 1.5;
	text-align: left;
	border: solid 1px #000;
}
.bg7 .erea_title {
	color: #fff;
	background-color: #004098;
	font-size: 1.5em;
    font-weight: bold;
	letter-spacing: 0.6em;
	text-align: center;
	padding: 0.8em 0;
}
.bg7 .area_box {
	margin: 0 0 2em;
}
.bg7 .area_box .area_wrap {
	overflow: hidden;
	margin: 1em 0;
}
.bg7 .area_box .area_wrap .floatL {
	width: 49.2%;
	float: left;
	background-color: #FFFFFF;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini{
	overflow: hidden;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatL,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini .floatL{
	width: 42%;
	float: left;
	text-align: left;
	padding: 2em 1.2em;
	line-height: 1.5;
}

.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatL2 {
	width: 42%;
	float: left;
	text-align: left;
	padding: 1em 1.2em;
	line-height: 1.5;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatL2 .area_text_title {
	font-size: .9em;
	margin: 0 0 0.3em;
	font-weight: bold;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatL2 .area_text {
	margin: 0.2em 0 0;
	font-size: .9em;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatL .area_text_title,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini .floatL .area_text_title{
	font-size: 1.1em;
	margin: 0 0 1em;
	font-weight: bold;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini .floatR,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini .floatR{
	float: right;
}

.bg7 .area_box .area_wrap .floatL .area_wrap_mini2,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini2{
	overflow: hidden;
	padding-bottom: 1.4rem;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatL,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini2 .floatL{
	width: 42%;
	float: left;
	text-align: left;
	padding: 2em 1.2em;
	line-height: 1.5;
}

.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatL2 {
	width: 42%;
	float: left;
	text-align: left;
	padding: 1em 1.2em;
	line-height: 1.5;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatL2 .area_text_title {
	font-size: 1.1em;
	margin: 0 0 0.3em;
	font-weight: bold;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatL2 .area_text {
	margin: 0.2em 0 0;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatL .area_text_title,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini2 .floatL .area_text_title{
	font-size: 1.1em;
	margin: 0 0 1em;
	font-weight: bold;
}
.bg7 .area_box .area_wrap .floatL .area_wrap_mini2 .floatR,
.bg7 .area_box .area_wrap .floatR .area_wrap_mini2 .floatR{
	float: right;
}



.bg7 .area_box .area_wrap .floatR {
	width: 49.2%;
	float: right;
	background-color: #FFFFFF;
}
.bg7 .area_box .area_wrap .floatL .btn_yoyaku,
.bg7 .area_box .area_wrap .floatR .btn_yoyaku {
	color: #fff;
	font-size: 1.2em;
	display: block;
	padding: 1em 0;
	background-color: #1974B0;
}
.bg7 .area_box .area_wrap .floatL .btn_yoyaku2,
.bg7 .area_box .area_wrap .floatR .btn_yoyaku2 {
	color: #fff;
	font-size: 1.3em;
	display: block;
	padding: 1.5em 0;
	background-color: #1974B0;
}

.h_980{
	margin-bottom:5%;

}
.h_980 h4{
	background: #1a6334;
	color: #fff;
	font-size: 1.5em;
	padding: 1% 0;
	margin:1% 0;
}

.h_1480{
	margin-bottom:5%;
}

.h_1480 h4 {
	background: #a68518;
	color: #fff;
	font-size: 1.5em;
	padding: 1% 0;
	margin:1% 0;
}

.h_1980 h4 {
	background: #693871;
	color: #fff;
	font-size: 1.5em;
	padding: 1% 0;
	margin:1% 0;
}

.office {
    margin: 5% auto;
	line-height: 2.5em;
}
.office img {
	margin: 0 0 2em;
}


/* 定義----------------------------------------------------------------- */
.cont {
	width: 1200px;
	margin: 0 auto;
}
.cont h3 {
    font-size: 2.3em;
    /*margin-bottom: 4%;*/
}

.btn_plan {
	margin: 0;
}
/*.btn_plan a {
    background: #000;
    color: #fff;
    padding: 1.5% 5%;
    font-size: 1.6em;
    border-radius: 30px;
    display: block;
    width: 50%;
    margin: 0 auto;
}*/
.yoyaku {
    width: 742px;
    margin: 40px auto;
}
h3.ft {
	background: #000;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	padding: 1% 0;
}
p.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
/*map*/
.map h4 {
	background: #c19c3e;
	color: #fff;
	font-size: 1.3em;
	padding: 1% 0;
}
.map table img {
	width: 95%;
	margin: 0 auto;
	margin: 20px auto 0;
}
.map table.col3 td {
	width: 33%;
	background: #F8F1D8;
	padding: 2% 0;
}
.map table.col4 td {
	width: 24%;
	background: #F8F1D8;
	padding: 2% 0;
}
.map table p.name {
    font-size: 1.5em;
    /*line-height: 0.9em;*/
}
.map table p.tel {
    display: inline;
    margin-left: 8px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}
.map table p.tel:before {
	content: url("../images/icon_tel.gif");
	margin-right: 3px;
}
/*2col*/
.box {
	width: 100%;
	display: inline-block;
	margin: 30px auto;
	text-align: left;
}
.box .box-left {
	width: 582px;
	float: left;
}
.box .box-right {
	width: 582px;
	float: right;
}
.box_bg {
	width: 100%;
	display: inline-block;
	margin: 30px auto;
	padding: 1% 0;
	text-align: left;
	line-height: 1.3em;
}
.box_bg .box-left {
	width: 582px;
	float: left;
	margin: 8px;
}
.box_bg .box-right {
	width: 582px;
	float: right;
	margin: 8px;
}
p.plan_footnote {
    text-align: left;
    font-size: 11px;
    margin-bottom: 12px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_img { display: block !important; }
.sp_img { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc_img { display: none !important; }
.sp_img { display: block !important; }
}
