@charset "UTF-8";
html {
	font-size: 62.5%;
}
body {
	height: 100%;
	background-image: url("img/bg.png");
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-size: 1.7rem;
}
p {
	padding-bottom: 30px;
	font-size: 1.7rem;
	line-height: 30px;
}
.opening-title {
	padding: 30px 0;
}
.opening-title h2 {
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 4.0rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 50px;
	text-align: center;
}
.section-title {
	padding-bottom: 30px;
}
.section-title h2 {
	padding: 40px 0;
	background-image: linear-gradient(135deg, #D3BE6C, #FCED7A, #D3BE6C);
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 5.0rem;
	font-weight: 700;
	text-align: center;
}
.bold {
	font-weight: 700;
}
.red {
	color: #BC261A;
}
 span.br::before {
 white-space: pre;
 content: "\A";
}
.bold-text {
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 50px;
	text-align: center;
}
.bold-text i {
	font-size: 22px;
	vertical-align: top;
}
.container-wrap {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
}
.container {
	max-width: 710px;
	margin: 0 auto;
}
.bg-yellow {
	background: #FDFAF2;
}
ul.check-lists {
	padding-bottom: 30px;
}
ul.check-lists li {
	padding-bottom: 5px;
}
 ul.check-lists li::after {
 display: block;
 clear: both;
 content: "";
}
ul.check-lists li .check-list-img {
	width: 30px;
	float: left;
}
ul.check-lists li .check-list-img img {
	width: 100%;
}
ul.check-lists li p.check-list-desc {
	width: auto;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 0;
	float: none;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 30px;
}
 ul.num-lists li::after {
 display: block;
 clear: both;
 content: "";
}
ul.num-lists li .num-list-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	float: left;
	background: linear-gradient(45deg, #FCED7A 0%, #FCED7A 50%, #D3BE6C 51%, #D3BE6C 100%);
	font-size: 3.0rem;
	font-style: italic;
	font-weight: 700;
}
ul.num-lists li .num-list-desc-wrap {
	width: auto;
	margin-left: 40px;
	float: none;
}
ul.num-lists li .num-list-desc-wrap .num-list-desc-title {
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 2.8rem;
	font-weight: 700;
}
ul.head-lists {
	padding-bottom: 20px;
}
ul.head-lists li {
	margin-bottom: 30px;
	padding: 20px;
	padding-bottom: 0;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
 ul.head-lists li::after {
 display: block;
 clear: both;
 content: "";
}
ul.head-lists li .head-list-text {
	width: 30px;
	height: 30px;
	float: left;
	background: linear-gradient(135deg, #981D13 0%, #981D13 50%, #C8291C 51%, #C8291C 100%);
}
ul.head-lists li .head-list-desc-wrap {
	width: auto;
	margin-left: 40px;
	float: none;
}
ul.head-lists li .head-list-desc-wrap .head-list-desc-title {
	font-size: 2.8rem;
	font-weight: 700;
}
ul.head-lists li .head-list-desc-wrap .head-list-box-title {
	margin-bottom: 30px;
	padding: 20px 0;
	background-image: linear-gradient(135deg, #D3BE6C, #FCED7A, #D3BE6C);
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
/* header */
header .header-img {
	height: 100vh;
	background-image: url("img/top1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
header .header-img .header-conf {
	display: flex;
	position: relative;
	align-items: center;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
}
header .header-img .header-conf .header-desc h1 {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1.8rem;
	font-weight: 700;
}
header .header-img .header-conf .header-desc p {
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 3.4rem;
	line-height: 70px;
}
header .header-img .header-conf .header-desc p .header-bold {
	font-size: 7.0rem;
	font-weight: 700;
}
header .header-img .header-conf .header-desc p a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	height: 70px;
	border-radius: 50px;
	background: linear-gradient(to bottom right, #6DB3E8, #429EE2);
	color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all 0.3s;
}
header .header-img .header-conf .header-desc p a i {
	margin-left: 8px;
}
header .header-img .header-conf .header-desc p a:hover {
	opacity: 0.9;
}
header .header-img .header-conf .header-desc p.area {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 22px;
}
/* /.header */
main {
	width: 100%;
	background-image: url("img/bg1.png");
	background-position: center top;
	background-repeat: repeat-x;
}
/* about */
#about .section-title {
	padding-bottom: 0;
}
 #about .about-desc-wrap::after {
 display: block;
 clear: both;
 content: "";
}
#about .about-desc-wrap .about-img {
	width: 390px;
	float: left;
}
#about .about-desc-wrap .about-img img {
	width: 100%;
}
#about .about-desc-wrap .about-desc {
	width: auto;
	margin-right: 10px;
	margin-left: 400px;
	float: none;
}
#about .about-desc-wrap .about-desc .about-desc-company {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: unset;
}
#about .about-desc-wrap .about-desc .about-desc-name {
	padding: 10px 0;
	font-size: 5rem;
	font-weight: 700;
	line-height: unset;
}
#about .about-desc-wrap .about-desc .about-desc-born {
	padding-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: unset;
}
#about .about-desc-wrap .about-desc p {
	padding-bottom: 20px;
}
#about .about-profile {
	padding: 30px 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: unset;
	text-align: center;
}
/* contact-box */
.contact-tel {
	padding-bottom: 4px;
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 4rem;
	font-weight: 700;
	line-height: unset;
}
.contact-tel a {
	border-bottom: 3px solid;
}
.contact-tel-sp {
	margin-top: 12px;
	padding-bottom: 0;
}
.contact-mail {
	padding-bottom: 50px;
	line-height: unset;
}
.contact-mail a {
	font-size: 2.0rem;
	text-decoration: underline;
}
.contact-mail a:hover {
	color: #D73528;
}
.mailer {
	line-height: unset;
}
.mailer a {
	font-size: 3rem;
	font-weight: 700;
	text-decoration: underline;
}
.address {
	padding-bottom: 30px;
}
.address h3 {
	padding-bottom: 20px;
	font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8', 'Hiragino Kaku Gothic StdN';
	font-size: 2.8rem;
	font-weight: 700;
}
.address p {
	padding-bottom: 0;
}
.address p.ggmap-before {
	padding-bottom: 20px;
}
.ggmap {
	position: relative;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* footer */
footer {
	padding: 20px 0;
	background: #221715;
	color: #bfa980;
}
footer p {
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
}
/* START ADD tribeca */
.ban-con-blo {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align:center;
	padding-bottom:40px;
}
.ban-con-ima img {
	max-width:100%;
	height:auto;
	display:inline;
	opacity:1.0;
	transition: 0.8s;
}
.ban-con-ima img:hover {
	opacity:0.7;
	transition: 0.8s;
}
.contact-tel {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;/*均等分布*/
	align-items:center;/*垂直中央*/
}
.flo-sub-blo-lis {
	padding:0 0 20px 40px;
}
.flo-sub-blo-lis dt {
	font-size:130%;
	font-weight:600;
	padding-bottom:10px;
}
.flo-sub-blo-lis dd {
	padding-bottom:15px;
}
.col-gol {
	font-size:116%;
	color:#d3be6c;
}
.hea-sub-cap{
	font-size:120%!important;
	padding:20px 0 10px;
	line-height:160%!important;
}
/* END ADD tribeca */

@media (max-width: 899px) {
 .opening-title {
 padding: 30px 10px;
}
 .opening-title h2 {
 font-size: 1.6rem;
 letter-spacing: 0px;
 line-height: 26px;
}
 .section-title h2 {
 font-size: 3.0rem;
}
 span.br::before {
 content: none;
}
 .bold-text {
 font-size: 1.6rem;
 letter-spacing: 0px;
 line-height: 30px;
}
 .bold-text i {
 font-size: 12px;
}
 .container {
 padding: 0 10px;
}
 ul.check-lists li .check-list-img {
 width: 20px;
}
 ul.check-lists li p.check-list-desc {
 margin-left: 25px;
 padding-top: 7px;
 font-size: 1.6rem;
 line-height: 20px;
}
 ul.num-lists li .num-list-desc-wrap .num-list-desc-title {
 font-size: 2.0rem;
}
 ul.head-lists li {
 padding: 20px 10px;
}
 ul.head-lists li .head-list-text {
 width: 20px;
 height: 20px;
}
 ul.head-lists li .head-list-desc-wrap {
 margin-left: 30px;
}
 ul.head-lists li .head-list-desc-wrap .head-list-desc-title {
 font-size: 2.0rem;
 line-height: 20px;
}
 ul.head-lists li .head-list-desc-wrap .head-list-box-title {
 padding: 12px 0;
 font-size: 2.0rem;
}
 header .header-img {
 background-position: 70% center;
}
 header .header-img .header-conf {
 background: rgba(255, 255, 255, 0.6);
}
 header .header-img .header-conf .header-desc {
 padding-left: 10px;
}
 header .header-img .header-conf .header-desc h1 {
 top: 15px;
 left: 10px;
 font-size: 1.6rem;
}
 header .header-img .header-conf .header-desc p {
 font-size: 2.0rem;
 line-height: 50px;
}
 header .header-img .header-conf .header-desc p .header-bold {
 font-size: 4.0rem;
}
 header .header-img .header-conf .header-desc p a {
 width: 250px;
 height: 55px;
 font-size: 1.8rem;
 letter-spacing: 0px;
}
 #about .about-desc-wrap .about-img {
 width: auto;
 max-width: 390px;
 margin: 0 auto;
 margin-top: 10px;
 float: none;
}
 #about .about-desc-wrap .about-desc {
 max-width: 710px;
 margin: 0 auto;
 padding: 0 10px;
}
 #about .about-desc-wrap .about-desc .about-desc-company {
 font-size: 1.8rem;
}
 #about .about-desc-wrap .about-desc .about-desc-name {
 font-size: 2.8rem;
}
 #about .about-desc-wrap .about-desc .about-desc-born {
 font-size: 1.6rem;
}
 #about .about-profile {
 font-size: 2.2rem;
}
 .contact-tel {
 font-size: 2.2rem;
}
 .mailer a {
 font-size: 2.2rem;
}
/* START ADD tribeca */
.ban-con-blo {
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	text-align:center;
	padding-bottom:0px;
}
.ban-con-ima img {
	max-width:94%;
	height:auto;
	margin:0 3%;
	display:inline;
	opacity:1.0;
	transition: 0.8s;
}
.ban-con-ima img:hover {
	opacity:0.7;
	transition: 0.8s;
}
.contact-tel {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;/*均等分布*/
	align-items:center;/*垂直中央*/
}
.ico-fre{
	width:40px;
	height:auto;
}
.ico-fre img{
	width:100%;
	height:auto;
}
.flo-sub-blo-lis {
	padding:0 0 20px 40px;
}
.flo-sub-blo-lis dt {
	font-size:130%;
	font-weight:600;
	padding-bottom:10px;
}
.flo-sub-blo-lis dd {
	padding-bottom:15px;
}
.col-gol {
	color:#d3be6c;
}
.hea-sub-cap{
	padding:0 10px 10px 0;
	font-size:100%!important;
	padding:20px 0 10px;
	line-height:160%!important;
	
}
.hea-sub-cap br{
	display:none;
}
/* END ADD tribeca */

}
 @media (device-aspect-ratio: 40 / 71) {
 .opening-title h2 {
 font-size: 1.4rem;
}
 .bold-text {
 font-size: 1.4rem;
}
 .bold-text i {
 display: none;
}
 header .header-img .header-conf .header-desc {
 padding-top: 30px;
}
 .contact-tel {
 font-size: 1.9rem;
}
 .mailer a {
 font-size: 1.9rem;
}

}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
