@charset 'UTF-8';
/* Scss Document */
/*#inHeader {
  background-image: url(../img/user/headerBg.jpg);
}
*/
/*.wrapgNav,*/
.h_02,
.h_12:after,
.h_13,
/*.linkArea,
*/.blogArea01 .blogDay,
.btn02:hover,
.pagetop a:hover,
.btn04 {
  background-color: #CCC;
}


.pagetop a {
/*  background-color: #000;
*/}
.h_03,
.h_04,
.h_05,
.h_06,
.h_07:before,
.h_07:after,
.h_08,
.h_10,
.h_14,
.h_14:beofre {
  border-color: #001F6C;
}
.btn03 {
  border-color: #001F6C;
}
.h_13:after {
  border-top-color: #001F6C;
}
.h_03,
.h_04,
.h_05,
.h_06,
.h_07,
.h_08,
.h_09,
.h_10,
.h_12,
.h_14,
.newsArea02 .blogBox dt,
.blogArea02 .blogDay,
.btn03 {
  color: #001F6C;
}
/*.gNav li a,
*/.h_02,
.h_11,
.h_13,
.copyright,
.blogArea01 .blogDay {
  color: #FFF;
}
.blogArea01 .blogDay {
    color: #333;
	background-color: #FFF;
}
.blogArea01 dd {
    border-bottom: none;
}
.blogArea01 dd a {
    text-decoration: underline;
}
.gNav li a {
	border: none;
/*  border-color: #FF7F00;
*/
}
.gNav li a:hover {
	color: #09A0A6;
}
/*
.gNav li:hover {
  background-color: #FF7F00;
}
.imgArea01 {
  background-color: #FFFF00;
}
.copyright {
  background-color: #000;
}
*/
.contactBox01 .contactBtn {
  background-color: #D7B88E;
}
.contactBox01 .contactBtn p {
  color: #FFF;
}
.contactBox02 .contactBtn a:after {
  color: #A67F4C;
}
.contactBox02 .contactBtn p.ttl {
  color: #969696;
}
.contactBox02 .contactBtn p {
  color: #A67F4C;
}
.contactBox03 .contactBtn {
  background-color: #F7F5F3;
}
@media screen and (max-width: 736px) {
  #inHeader {
    background-image: none;
    border-bottom-color: #001F6C;
  }

  #toggle a {
    background-color: #001F6C;
  }

  .gNav li {
    border: 1px solid #F1F1F3;
		background-color: rgba(255,255,255,0.8);
  }

.gNav li a {
    border-color: #FFF;
  }

  .pagetop {
    margin-bottom: -31px;
  }
}

/*追記分*/

.headerBg00 {
	background-image: url(../img/user/headerBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  max-width: 2400px;
	margin: 0 auto;
}
.top_only {
	display: none;
}
.h_02 {
	background-color: #634523;
}
/*index.php*/
.imgArea02 {
    width: 100%;
    text-align: center;
}
.imgArea02 img {
    width: 100%;
    max-width: 1200px;
}
.imgArea03 {
    width: 100%;
    text-align: center;
}
.imgArea03 img {
    width: 100%;
    max-width: 1000px;
}
.newsTitle {
    position: relative;
}
.newsTitle:before {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
}
.newsTitle span {
    background-color: white;
    display: inline-block;
    padding: 0 0 0 20px;
}
h2.message {
	letter-spacing: 0;
}
h2.message:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    display: inline-block;
    width: 50px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0D58A4;
}
.consultation:after {
	width: 50%
}
h2.h_12 {
	color: #000;
	letter-spacing: 0.01em;
	border-bottom: 4px solid #E3D2AC;
}

/*page02*/

.kisokutable dl {
    overflow: hidden;
	margin-bottom: 2px;
}

.kisokutable dl dt {
    width: 240px;
    height: 100%;
    margin-left: 65px;
    margin-right: 2px;
    padding: 20px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    text-align: left;
    background-color: #f0f0f0;
    float: left;
    font-weight: bold;
    line-height: 1.5;
}

.kisokutable dl dd {
    width: 620px;
    padding: 20px;
    background-color: #f9f9f9;
    float: left;
    text-align: left;
    line-height: 1.5;
}

/*info.php*/

.nakaten {
	position: relative;
	padding-left: 20px;
}

.shikaku {
	position: relative;
	padding-left: 20px;
}
.nakaten:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}
.shikaku:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '■';
}

/*contact*/

div.formBox {
    padding-bottom: 0px !important;
}

/*template*/

body {
     font-family: 游明朝体, "Yu Mincho", YuMincho, "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
}
.pt5 {
	padding-top: 5px!important;
}
.notosans {
     font-family: 'Noto Sans Japanese', sans-serif;
}
.maincText {
    color: #2366AF;
}
.maincBg {
    background-color: #2366AF;
}
.maincBorder {
    border-color: #2366AF;
}
.lightblueBg {
    background-color: #F3F8FD;
}
.lightblueBorder {
    border-color: #F3F8FD;
}
.subcText {
    color: #E6F5F6;
}
.subcBg {
    background-color: #E6F5F6;
}
.subcBorder {
    border-color: #E6F5F6;
}
.solid {
	border-style: solid;
}
.dotted {
	border-style: dotted;
}
.underline {
	border-bottom-width: 1px;
}
.noneborder {
	border: none;
}
.nonebg {
	background-color: transparent;
}
.nonebold {
	font-weight: normal;
}
.relative {
	position: relative;
}
.lrauto {
	margin-right: auto;
	margin-left: auto;
}
.lineh14 {
	line-height: 1.4;
}
.lineh15 {
	line-height: 1.5;
}
.lineh16 {
	line-height: 1.6;
}
.lineh17 {
	line-height: 1.7;
}
.lineh18 {
	line-height: 1.8;
}
.lineh19 {
	line-height: 1.9;
}
.lineh20 {
	line-height: 2.0;
}
#headerInner {
	width: 1000px;
	margin: 0 auto;
}
.contactBox {
	margin-top: 25px;
}
.contactBox ul {
	display: inline-table;
}
.contactBox ul li {
	display: table-cell;
}
.header_lg .h1_left {
    margin-left: 0%;
}
.header_lg .contact_right {
    margin-right: 0%;
}
.gNav li a {
	color: #795222;
	font-size: 14px;
}
.gNav li a:hover {
	color: #000;
}
.linkArea02 li p {
    background-color: transparent;
}
.linkArea02 li p a {
    color: #795222;
	font-weight: bold;
}
.linkArea02 li p a:hover {
    color: #000;
	text-decoration: none;
}
#inFooter {
	background-color: #1F2327;
	padding-top: 5px;
}
.fNav a,
.fNav span {
	color: #FFF;
	font-size: 15px;
}
.fNav a:hover {
	color: #639EE0;
}
.subH2 {
	position: relative;
	color: #634523;
	font-size: 28px;
}
.subH2:before {
    top: 0;
    border-top-width: 2px;
    border-bottom-width: 1px;
}
.subH2:before, .subH2:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
}
.subH2:after {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 2px;
}
.subH3 {
    position: relative;
    border-bottom: 2px solid #e0e0e0;
	color: #634523;
	margin-bottom: 25px;
	padding-bottom: 8px;
	font-size: 22px;
	line-height: 1.3;
}
.subH3:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 30%;
    height: 2px;
	background-color: #634523;
}
.mw320 {
	max-width: 320px;
}
.mw200 {
	max-width: 200px;
}
@media screen and (max-width: 736px) {

/*index.php*/

.message {
	line-height: 2.5;
}
.newsTitle:before {
	top: 45%;
}
.blogText a {
    word-break: break-all;
}

/*page02*/

.kisokutable dl dt {
    width: calc(40% - 2px);
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.kisokutable dl dd {
    width: 60%;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}

	
/*info.php*/

/*contact*/

div.formBox {
    padding-bottom: 30px;
}

/*template*/

.s_fnone {
float: none;
}
a {
    text-decoration: none;
}
.pc_only {
    display: none;
}
.gNav ul {
	border: 1px solid #F1F1F3;
}
.gNav01 {
    border: none;
}
.gnav8 {
	border-bottom: 1px solid #999;
}
.linkArea {
    margin-bottom: 20px;
}
.linkArea ul {
    max-width: 320px;
}
.fNav {
    margin-bottom: 20px;
}
.fNav a {
    width: 85%;
	border-bottom-width: 1px;
}
.copyright div p {
	line-height: 1.2;
}
.subH2 {
	font-size: 20px;
	padding: 5px 20px;
}
.header_lg .h1_left {
    margin-left: 15%;
}
}

/*追記分END*/
