@charset "utf-8";

/* ========== すべて共通 ========== */
html, body {
	font: 17px/2 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #505050;
}

body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}
body {
  background: url("../images/background.jpg") center center / cover no-repeat fixed;
}
p, td, th, li {
	line-height: 1.5;
}
img {
	width: 100%;
	height: auto;
}
a {
	color: #765789;
}
a:hover {
	color: #b9004a;
}
a:active {
	color: #3b579d;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.large-text{
	font-size: 1.5em;
	font-weight: bold;
}
.small-text{font-size: 0.7em;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.red-fees{
	font-size: 2em;
	font-weight: bold;
	color: #b9004a;
}
.red{
	font-size: 1em;
	color: #b9004a;
}
.mt10{
	margin-top: 10px;
}
.ml25{
	margin-left: 25px;
}
.mb25{
	margin-bottom: 25px;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}

.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1000px;
}
@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========== ヘッダー ========== */
header {
	background: #fff;
	background-image: url("../images/ribbon.jpg");
	background-position : center bottom;
	background-repeat: repeat-x;
	background-size: auto 7px;
}
.header-container{
}
.header-inner {
	text-align:center;
}
.header-logo {
	display: none;
	}
.header-s-logo {
	padding: 10px 0 15px 0;
	width: 300px;
	height:45px;
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.header-logo {
	padding: 10px 0 10px 0;
	width: 350px;
	height: 157px;
	display: inline-block;
	}
	.header-s-logo {
	display: none;
	}
}

/* ========== ナビゲーション ========== */

.nav-container{
	margin: 0 auto;
	max-width: 1000px;
}
nav {
	box-shadow: 2px 2px 4px gray;
	background: #fff;
}

.navbar-s {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    width: 100%;
	background: #cbe2f2;
}
.navbar-s li {
    width: 33.33%;
    list-style-type: none;
    box-sizing: border-box;
    text-align: center;
	font-size: 16px;
}
.navbar-s a {
	display: block;
	color: #765789;
	padding-top: 3.2rem;
	padding-bottom: 0.3rem;
	text-decoration: none;
}
.navbar-s a:hover {
	background: #98bcdd;
	color: #fff;
	}


.navbar-s li:nth-child(1) {
	background-image: url("../images/nav-icon-off01.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
}
.navbar-s li:nth-child(1) a:hover {
	background-image: url("../images/nav-icon-on01.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li.nav-current01 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on01.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	}

.navbar-s li:nth-child(2) {
	background-image: url("../images/nav-icon-off02.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
}
.navbar-s li:nth-child(2) a:hover {
	background-image: url("../images/nav-icon-on02.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li.nav-current02 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on02.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	}


.navbar-s li:nth-child(3) {
	background-image: url("../images/nav-icon-off03.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	border-bottom: 1.5px solid #fff;
}
.navbar-s li:nth-child(3) a:hover {
	background-image: url("../images/nav-icon-on03.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li.nav-current03 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on03.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	}

.navbar-s li:nth-child(4) {
	background-image: url("../images/nav-icon-off04.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	border-right: 1.5px solid #fff;
}
.navbar-s li:nth-child(4) a:hover {
	background-image: url("../images/nav-icon-on04.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li.nav-current04 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on04.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	}

.navbar-s li:nth-child(5) {
	background-image: url("../images/nav-icon-off05.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 44px 40px;
	border-right: 1.5px solid #fff;
}
.navbar-s li:nth-child(5) a:hover {
	background-image: url("../images/nav-icon-on05.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 44px 40px;
}
.navbar-s li.nav-current05 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on05.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 44px 40px;
	}

.navbar-s li:nth-child(6) {
	background-image: url("../images/nav-icon-off06.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li:nth-child(6) a:hover {
	background-image: url("../images/nav-icon-on06.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
}
.navbar-s li.nav-current06 {
	background: #98bcdd;
	color: #fff;
	background-image: url("../images/nav-icon-on06.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 40px 40px;
	}

.navbar-l {
	display: none;
	list-style-type: none;
}	


.navbar-l a {
	display: block;
	padding-top: 3.2rem;
	padding-bottom: 0.3rem;
	color: #765789;
	text-decoration: none;
}


@media screen and (min-width: 768px) {
	.navbar-s {
	    display: none;
    }
	.navbar-l {
		display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
		-webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: distribute;
        -moz-flex-pack: distribute;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
	}
	.navbar-l li {
		-webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		font-size: 17px;
	}
	

	
.navbar-l li:nth-child(1) {
	background-image: url("../images/nav-icon-off01.jpg"),url("../images/hishi01.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, right 50%;
	background-size: 45px 45px,22px 30px;
}
.navbar-l li:nth-child(1) a:hover {
	background-image: url("../images/nav-icon-on01.jpg"), url("../images/nav-line01.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,130px 3px;
}
.navbar-l li.nav-current01 {
	background-image: url("../images/nav-icon-on01.jpg"), url("../images/nav-line01.jpg"),url("../images/hishi01.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 20%, center bottom, right 50%;
	background-size: 45px 45px,130px 3px,22px 30px;
	}

.navbar-l li:nth-child(2) {
	background-image: url("../images/nav-icon-off02.jpg"),url("../images/hishi02.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, right 50%;
	background-size: 45px 45px,22px 30px;
}
.navbar-l li:nth-child(2) a:hover {
	background-image: url("../images/nav-icon-on02.jpg"), url("../images/nav-line02.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,100px 3px;
}
.navbar-l li.nav-current02 {
	background-image: url("../images/nav-icon-on02.jpg"), url("../images/nav-line02.jpg"),url("../images/hishi02.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 20%, center bottom, right 50%;
	background-size: 45px 45px,100px 3px,22px 30px;
}


.navbar-l li:nth-child(3) {
	background-image: url("../images/nav-icon-off03.jpg"),url("../images/hishi03.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, right 50%;
	background-size: 45px 45px,22px 30px;
}
.navbar-l li:nth-child(3) a:hover {
	background-image: url("../images/nav-icon-on03.jpg"), url("../images/nav-line03.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,100px 3px;
}
.navbar-l li.nav-current03 {
	background-image: url("../images/nav-icon-on03.jpg"), url("../images/nav-line03.jpg"),url("../images/hishi03.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 20%, center bottom, right 50%;
	background-size: 45px 45px,100px 3px,22px 30px;
}

.navbar-l li:nth-child(4) {
	background-image: url("../images/nav-icon-off04.jpg"),url("../images/hishi04.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, right 50%;
	background-size: 45px 45px,22px 30px;
}
.navbar-l li:nth-child(4) a:hover {
	background-image: url("../images/nav-icon-on04.jpg"), url("../images/nav-line04.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,100px 3px;
}
.navbar-l li.nav-current04 {
	background-image: url("../images/nav-icon-on04.jpg"), url("../images/nav-line04.jpg"),url("../images/hishi04.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 20%, center bottom, right 50%;
	background-size: 45px 45px,100px 3px,22px 30px;
	}

.navbar-l li:nth-child(5) {
	background-image: url("../images/nav-icon-off05.jpg"),url("../images/hishi05.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, right 50%;
	background-size: 49.5px 45px,22px 30px;
}
.navbar-l li:nth-child(5) a:hover {
	background-image: url("../images/nav-icon-on05.jpg"), url("../images/nav-line05.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 49.5px 45px,100px 3px;
}
.navbar-l li.nav-current05 {
	background-image: url("../images/nav-icon-on05.jpg"), url("../images/nav-line05.jpg"),url("../images/hishi05.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 20%, center bottom, right 50%;
	background-size: 49.5px 45px,100px 3px,22px 30px;
}

.navbar-l li:nth-child(6) {
	background-image: url("../images/nav-icon-off06.jpg");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 45px 45px;
}
.navbar-l li:nth-child(6) a:hover {
	background-image: url("../images/nav-icon-on06.jpg"), url("../images/nav-line06.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,100px 3px;
}
.navbar-l li.nav-current06 {
	background-image: url("../images/nav-icon-on06.jpg"), url("../images/nav-line06.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: center 20%, center bottom;
	background-size: 45px 45px,100px 3px;
	}

}

/* ========== メインエリア基本レイアウト ========== */
main {
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.consul-container{
	position: relative;
}
.free {
    position: absolute;
	width: 260px;
    left: -5px;
    top: -30px;
}
.consultation{
	margin-top: 50px;
	padding: 60px 30px 60px 30px;
	box-shadow: 2px 2px 5px grey;
	background: #fff;
	font-size: 20px;
	text-align: center;
}
.main-article{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 5px grey;
	background: #fff;
}


/* イラスト入りh2構造↓ */


.h2box{
	position: relative;
}
.page-image{
    position: absolute;
	width: 100px;
    left: -30px;
    top: -22px;
	z-index: 1;
}

h2.greeting {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(218, 112, 156, 1), rgba(218, 112, 156, 0.1)),url(../images/parts01.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.inheritance {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(225, 118, 127, 1), rgba(225, 118, 127, 0.1)),url(../images/parts02.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.realestate {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(88, 164, 214, 1), rgba(88, 164, 214, 0.1)),url(../images/parts03.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.corporate {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(178, 207, 123, 1), rgba(178, 207, 213, 0.1)),url(../images/parts04.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.administrative {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(166, 132, 179, 1), rgba(166, 132, 179, 0.1)),url(../images/parts05.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.fees {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(251, 176, 59, 1), rgba(251, 176, 59, 0.1)),url(../images/parts06.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.contact {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(218, 112, 156, 1), rgba(218, 112, 156, 0.1)),url(../images/parts01.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
h2.voices {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 3em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(104, 160, 205, 1), rgba(104, 160, 205, 0.1)),url(../images/parts-footer.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
/* イラスト入りh2構造↑ */


/* 各ページh3,h5,ul↓ */
h3.greeting {
	padding-left: 20px;
	background: url("../images/hishi00.jpg") left no-repeat;
	background-size: 11px 15px;
}
h3.inheritance {
	border-bottom: 4px double rgba(225, 118, 127, 1);
	width: 95%;
	padding-left: 30px;
	background: url("../images/hishi04.jpg") left no-repeat;
	background-size: 22px 80%;
	margin: 15px 0;
}
h3.realestate {
	border-bottom: 4px double rgba(88, 164, 214, 1);
	width: 95%;
	padding-left: 30px;
	background: url("../images/hishi05.jpg") left no-repeat;
	background-size: 22px 80%;
	margin: 15px 0;
}
h3.corporate {
	border-bottom: 4px double rgba(178, 207, 123, 1);
	width: 95%;
	padding-left: 30px;
	background: url("../images/hishi02.jpg") left no-repeat;
	background-size: 22px 80%;
	margin: 15px 0;
}

h3.administrative {
	border-bottom: 4px double rgba(166, 132, 179, 1);
	width: 95%;
	padding-left: 30px;
	background: url("../images/hishi03.jpg") left no-repeat;
	background-size: 22px 80%;
	margin: 15px 0;
}
h3.fees {
	border-bottom: 4px double #98bcdd;
	width: 90%;
	margin:0 auto;
	text-align: center;
}

.small-h3{font-size: 0.8em;
}
h3.staff {
	border-bottom: 4px double rgba(218, 112, 156, 1);
	width: 95%;
	padding-left: 30px;
	background: url("../images/hishi00.jpg") left no-repeat;
	background-size: 22px 80%;
}
h4.inheritance {
	padding-left: 20px;
	background: url("../images/hishi04.jpg") left no-repeat;
	background-size: 11px 15px;
	margin: 15px 0;
}

h4.administrative {
	padding-left: 20px;
	background: url("../images/hishi03.jpg") left no-repeat;
	background-size: 11px 15px;
	margin: 15px 0;
}

ul.inheritance{
	list-style: none;
	padding:0.5em 0;
}

ul.inheritance li{
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.inheritance li:before {
	content: "";
	background: url(../images/sankaku04.jpg) no-repeat;
	background-size: 10px 10px;
	float: left;
	margin-left: -20px;
	width: 10px;
	height: 10px;
	margin-top: 8px;
}

ul.realestate{
	list-style: none;
	padding:0.5em 0;
}

ul.realestate li{
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.realestate li:before {
	content: "";
	background: url(../images/sankaku05.jpg) no-repeat;
	background-size: 10px 10px;
	float: left;
	margin-left: -20px;
	width: 10px;
	height: 10px;
	margin-top: 8px;
}


/* 本文↓*/
.mlr10{
	margin: 0 20px 20px 20px;
	overflow: hidden;
}
.mlr10 p{
	line-height: 1.8;
}
.float-box{
	float: right;
	margin-left: 10px;
	vertical-align: baseline;
	width: 150px;
}
.kakomi{
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	border: 1.5px solid rgba(218, 112, 156, 1);
	margin: 0 30px 20px;
	padding: 10px 20px;
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	main {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mlr10{
	margin: 0 30px 20px 30px;
	overflow: hidden;
}
}



.consultation-course{
	display: flex;
	flex-flow: column;
	margin-top: 15px;
}

.consultation-course li {
	flex: 1 1 auto;
	margin: 0 7px 0 7px;
	list-style-type: none;
}

/* 画面幅が広い（タブレット・パソコン向け） */
@media screen and (min-width: 768px) {
.consultation-course {
		flex-flow: row;
	}
}

.consultation-course a:hover {
	opacity: 0.5;
}
/* ========== 代表ごあいさつ内スタッフ ========== */

.staff-phot{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.staff-phot li{
	width: 145px;
	padding: 13px;
}
.staff-phot figcaption {
	font-size: 0.9rem;
	text-align: center;
}

/* ========== お客様の声 ========== */

.voices-phot{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

.voices-phot figcaption {
	font-size: 0.9rem;
	text-align: center;
	padding-bottom: 1em;
}

@media screen and (max-width: 580px) {
 .voices-phot li {
    width: calc(100% / 1)
  }
}

@media screen and (min-width: 581px) {
.voices-phot li {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 900px) {
.voices-phot li {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1300px) {
.voices-phot li {
    width: calc(100% / 3);
  }
}


/* ========== ↓募集 ========== */
h2.recruit {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 1em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(225, 118, 127, 1), rgba(225, 118, 127, 0.1)),url(../images/parts02.jpg);
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}

/* ========== ↓プレス記事 ========== */
.img-pressbox{
margin-left: auto;
margin-right: auto;
width: 100%;	
}
.pressbox {
  padding-top: 13px;
	text-align: center;
	}
@media screen and (min-width: 767px) {
.pressbox {
	width: 100%;
	padding-top: 13px;
	}
}
/* ========== ↑プレス記事 ========== */

/* ==========↓ お客様の声バナー ========== */
.bannerbox{
	display: flex;
	justify-content: center;white-space: nowrap;}
.banner-voice{
	box-shadow: 2px 2px 5px grey;
	margin: 1em;
	padding: 0.3em 3em 0.3em 0.8em;
	color: #fff;
	font-size: 1.5em;
	background-image:url("../images/voices-icon2.png"),linear-gradient(to right,rgba(104, 160, 205, 1), rgba(104, 160, 205, 0.5));
	Background-position:90% 50%;
	border-radius: 100vh;
	font-weight: bold;
	text-align: center;
	width: 50%;
	letter-spacing: 0.4em;
	text-shadow:1px 1px 3px rgba(104, 160, 205, 1);
	background-repeat: no-repeat;
	background-size: 10%,100%;
	}
.banner-voice a{
	color: #fff;
	text-decoration: none;
}
.banner-voice a:hover{
	text-decoration: underline;
}


@media screen and (min-width: 767px) {
	.banner-voice {
		font-size: 1.8rem;
		line-height: 3rem;
	}
}

/* ==========↑お客様の声バナー ========== */

/* ==========↓ 募集バナー ========== */
.bannerbox2{
	padding-top: 1em;
	display: flex;
	justify-content: center;white-space: nowrap;}
.banner-recruit{
	margin: 1em;
	padding: 0.5em 0.8em 0.3em 3.5em;
	color: #fff;
	font-size: 1.3em;
    background-color: #dd637a;
	background-image:url("../images/recruit-icon.png");
	Background-position:8% 50%;
	border-radius: 1vh;
	font-weight: bold;
	text-align: center;
	width: 50%;
	letter-spacing: 0.1em;
	background-repeat: no-repeat;
	background-size: 20%,100%;
	}
.banner-recruit a{
	color: #fff;
	text-decoration: none;
}
.banner-recruit a:hover{
	text-decoration: underline;
}


@media screen and (min-width: 767px) {
	.banner-recruit {
		font-size: 1.8rem;
		line-height: 3rem;
		background-size: 13%,100%;
		padding: 0.5em 0em 0.5em 2em;
		letter-spacing: 0.3em;
	}
}

/* ==========↑募集バナー ========== */


/* ========== フッター ========== */
footer {
	background-image:url("../images/footer-bg.jpg");
}

.footer-container {
	padding: 20px 15px;
	text-align: left;
}

.footer-info{
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 2px 2px 5px grey;
	background: #fff;
}
.footer-address{
	color: #fff;
	font-size: 0.8rem;
}
.footer-copyright{
	color: #fff;
	text-align: center;
	padding-top: 5px;
	font-size: 0.8rem;	
}
h2.access {
	margin-bottom: 1.3rem;
	padding: 0.13em 0.5em 0.13em 1em;
	font-size: 1.5rem;
	background-image:linear-gradient(to right,rgba(104, 160, 205, 1), rgba(104, 160, 205, 0.1)),url("../images/parts-footer.jpg");
    Background-position:0 0,right top;
    background-repeat:no-repeat ,no-repeat;
    color: #fff;
	position: relative;
	z-index: 0;
	}
.kakomi-footer{
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	border: 1.5px solid rgba(218, 112, 156, 1);
	padding: 5px;
	font-size: 15px;
	margin-top: 20px;
}

.phone{
	font-size: 2em;
	font-weight: bold;
	color: #3b579d;
	}
.phone:before {
    content:  '';                           /* 空白の要素を作る */
    height: 40px;                           /* 高さ指定 */
    width: 40px;                            /* 幅指定 */
    display:  inline-block;                 /* インラインブロックにする */
    background-image:  url(../images/tel-icon.png); /* 背景画像指定 */
    background-size:  contain;              /* 背景画像サイズ指定 */
    background-repeat:  no-repeat;          /* 背景画像リピート指定 */
    background-position:  center;           /* 背景画像位置指定 */
    vertical-align:  middle;                /* 上下中央揃え */
    margin-right:  5px;                    /* 右側に間を */
}

@media screen and (min-width: 768px) {
	.footer-address{
	font-size: 1rem;
}
.footer-copyright{
	padding-top: 10px;
	font-size: 1rem;	
}
}

.accessbox{
	flex-flow: column;
	margin: 0 10px 30px 10px;
	background: #fff;
}

.access-info{
	display: flex;
	flex-flow: column;
}
.mapbox{
	padding-top: 20px;
	margin: 0 20px 20px 20px;
}
.accessbox{
	margin: 30px 30px;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.access-info {
		flex-flow: row;
	}
	.mapbox{
		flex: 1 1 400px;}
	.accessbox{
		flex: 1 1 400px;}
}




/* ========== index.html トップページ ========== */

/* キャッチコピー */

.home-maincopy {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.8rem;
	padding-top: 40px;
	transition: 1s;
	opacity: 0;
	transform: translateY(40px);
	display: block;
	animation: catch_anime 1.4s forwards 0.5s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(40px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-maincopy strong {
	color: #c84040;
}
span.kaigyou {
   display: inline-block;
}

@media screen and (min-width: 767px) {
	.home-maincopy {
		font-size: 2rem;
		line-height: 4rem;
	}
}

.home-color1 {
	color: #dd637a;
	font-weight: bold;
}
.home-color2 {
	color: #67b0d9;
	font-weight: bold;
}
.home-color3 {
	color: #fbb03b;
	font-weight: bold;
}
.home-color4 {
	color: #da709c;
	font-weight: bold;
}
.home-color5 {
	color: #ad70a8;
	font-weight: bold;
}


/* ========== パンくず ========== */

.cd-breadcrumb, .cd-multi-steps {
  width: 94%;
  padding: 0 1em;
  margin: 0.5em auto;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 0.8rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #765789;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #765789;
}

@media only screen and (min-width: 767px) {
  .cd-breadcrumb, .cd-multi-steps {
	width: 98%;
	padding: 0 1em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 0.8rem;
  }
}



/* ページトップ */

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #765789 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}


/* ========== 料金表　テーブル ========== */

.fees-list {
	font-size: 16px;
	width: 90%;
	margin:10px auto;
	border: 1px solid #7D7D7D;
	border-collapse: collapse;
	text-align: left;
  }
.fees-list td, .fees-list th {
	padding: 5px;
	margin: 2px;
	border: 1px solid #7D7D7D;
  }
.fees-list td{
	background-color: #fff;
  }
.fees-list th.th01 {
	background-color: #98bcdd;
	font-weight: normal; 
	color: #fff;
  }
.fees-list th.th02 {
	font-weight: normal; 
	background-color: rgba(203, 226, 242, 0.3);
  }


/* ========== お問い合わせ ========== */
.form-container {
	padding: 30px;
	margin: 0 auto;
	max-width : 1000px;
	}

input,
textarea {
	border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	margin-bottom: 20px;
}
input[type="text"],
input[type="email"] {
	border: 1px solid #765789;
	padding: 8px;
	width: 100%;
	font-size: 16px;
}
textarea {
	border: 1px solid #765789;
	padding: 8px;
	width: 100%;
	height: 200px;
	font-size: 16px;
}

.form-bt{
	text-align:center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
	display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
	}

input[type="submit"] {
	border: 1px solid #765789;
	border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	margin: 10px;
	padding: 12px 48px; 
	font-size: 16px;
	background: rgba(218, 112, 156, 1);
	color: #fff;
}
input[type="submit"]:hover {
	border: 1px solid #765789;
	background:  rgba(218, 112, 156, 0.5);
}


input[type="reset"] {
	border: 1px solid #765789;
	border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	margin: 10px;
	padding: 12px 48px; 
	font-size: 16px;
	background: rgba(218, 112, 156, 1);
	color: #fff;
}

input[type="reset"]:hover {
	border: 1px solid #765789;
	background: rgba(218, 112, 156, 0.5);
}


input[type="button"] {
	border: 1px solid #765789;
	border-radius: 6px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
	margin: 10px;
	padding: 12px 48px; 
	font-size: 16px;
	background: rgba(218, 112, 156, 1);
	color: #fff;
}

input[type="button"]:hover {
	border: 1px solid #765789;
	background: rgba(218, 112, 156, 0.5);
}

@media screen and (min-width: 768px){
	.form-bt{
		align-items: center;
		-webkit-box-direction:normal;
		-moz-box-direction:normal;
		-webkit-box-orient:horizontal;
		-moz-box-orient:horizontal;
		-webkit-flex-direction:row;
		-moz-flex-direction:row;
		flex-direction:row;
	}
}


