/* ===================================================================
CSS information
 file name  :  layout.css
=================================================================== */
body {
	background-color:#fff;
	text-align: center;
}
/* ------- 共通class ------- */
.title-wrap {
	/*padding: 20px 0 20px;*/
	width: 100%;
	background-color: #14b291;
}
.block-title {
	margin: 0 auto;
	/*width: 1100px;*/
	text-align: left;
	color: #fff;
	font-size: 48px;
	letter-spacing: -0.03em;
	padding: 20px 0;
	text-align: center;
	line-height: 1.2;
}
.block-title .strong {
	font-size: 60px;
	font-weight: bold;
}
.block-title .strong-y {
	color: yellow;
}
.block-title .strong-m {
	font-size: 3.2rem;
	font-weight: bold;
}
.base-02 {
	width: 100%;
	background-color: #f1edec;
}
.buisiness-wrap {
	margin: 0 auto;
	padding: 40px 0;
	width: 1100px;
}
.contents-wrap-02 {
	margin: 0 auto;
	padding: 40px 0;
	width: 1020px;
}
.contents-wrap {
	margin: 0 auto;
	padding: -300px 0;
	width: 1100px;
}
.detail-btn {
	display: block;
}
.detail-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
  	transition: all .5s ease;
}

/* ------- 共通class /end ------- */

#header {
	margin: 0 auto;
	padding: 15px 0 15px;
	width: 1020px;
	text-align: left;
	overflow: hidden;
}
#header h1 {
	display: inline-block;
	float: left;
}
.s-logo {
	float: right;
	display: inline-block;
}
.main-img {
	position: relative;
	width: 100%;
	/*height: 700px;*/
	/*overflow: hidden;*/
	background-color: #ffffff;
}
.main-img img {
	/*position: absolute;*/
	/*width: auto;*/
	/*height: auto;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate3d(-50%, -50%, 0);*/
			/*transform: translate3d(-50%, -50%, 0);*/
	width: 100%;
	height: 100%;
}

.text01 {
	/*width: 865px;*/
	/*margin: 70px auto;*/
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.2;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.028em;
}
.text01 span {
	background: linear-gradient(transparent 40%, #ffff66 40%);
}
.text02 {
	font-size: 37px;
	font-weight: bold;
	color: #4c4948;
	line-height: 1.6;
	text-align: center;
	letter-spacing: -0.05em;
}
.text02 span {
	color: #e60012;
	font-size: 42px;
}

.block-01-wrap {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  margin: 0 auto;
  width: 980px;
}
/*.block-01-txt {*/
	/*margin: 70px auto;*/
/*}*/
.block-00-img {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.block-01-img {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.block-01-img02 {
	position: relative;
}
.block-01-img02:after {
	content: url('../images/img-dog02.png');
	position: absolute;
	width: 208px;
	height: auto;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
.block-01-wrap-02 {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
   margin: 0 auto 50px;
   width: 900px;
}
.block-01-blue {
　　background-size: auto 70%;
	background-color: #1274d7;
}
.block-01-gray {
	background: #d8d8d8;
	padding: 60px calc(50% - 510px);
}
.block-01-gray h3 {
	font-size: 38px;
	/*letter-spacing: -0.05em;*/
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 24px;
	color: #231815;
}
.block-01-copy {
	position: relative;
	width: 910px;
	margin: 0 auto;
}
.block-01-copy .img-dog {
	position: absolute;
	top: 15px;
	right: -40px;
}

.block-02-wrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 1040px;
	flex-wrap: wrap;
}
.block-02-wrap {
	width: 520px;
}
.block-02-txt {
	margin: 0 auto 50px;
	padding: 10px 0;
	width: 1020px;
	background-color: #c9c9cb;
}
.block-02-catch {
	margin-bottom: 10px;
}

/* point */
.block-point {
	background-color: #fff100;
}
.block-point-title {
	background-color: #e60012;
	position: relative;
}
.block-point-title:before {
	content: '';
	position: absolute;
	border-top: 90px solid #e60012;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	bottom: -40px;
	left: 50%;
	margin-left: -90px;
	width: 0;
	height: 0;
}
.block-point-title > div {
	width: 1020px;
	position: relative;
	margin: 0 auto;
}
.block-point-title h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff100;
	text-align: center;
	padding: 25px 0;
	line-height:1.6;
}
.block-point-dog {
	position: absolute;
	left: -65px;
	top: -30px;
}
.point-list {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 99;
	top: 50px;
}

/* campaign */
.block-campaign {
	position: relative;
}
.img-campaign {
	width: 100%;
	/*position: relative;*/
	/*top: -50px;*/
	/*z-index: 90;*/
}
.img-campaign img {
	width: 100%;
	height: auto;
}
.link-campaign {
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
}


.block-03-txt {
	margin-bottom: 50px;
}
.block-03-wrap {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 30px auto 50px;
  padding-bottom: 30px;
  width: 1000px;
  border-bottom: 1px solid #7f7f7f;
}
.block-03-wrap:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.block-03-wrap-02 {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  margin: 30px auto 50px;
  padding-bottom: 30px;
  width: 1000px;
}


.block-04-wrap {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  margin: 0 auto 50px;
  width: 1012px;
}

.block-05-wrap {
	display:         flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto 50px;
  width: 1020px;
}

.q-a-wrap {
	width: 500px;
	position: relative;
	text-align: left;
	font-weight: bold;
}
.q-a-wrap .text-q {
	position: absolute;
	top: 45px;
	left: 180px;
	font-size: 21px;
	padding-right: 20px;
}
.q-a-wrap .text-q em {
	color: #ee7839;
}
.q-a-wrap .text-a {
	position: absolute;
	top: 160px;
	left: 130px;
	font-size: 21px;
	padding-right: 20px;
	color: #004ea2;
}
.q-a-wrap .text-a em {
	color: #e60012;
}
.block-05-wrap address {
	width: 30%;
	text-align: left;
}
.block-05-wrap address .title-shop {
	margin-bottom: 5px;
}
.block-05-wrap address img {
	width: 100%;
	height: auto;
}

#footer {
	padding: 10px 0 30px;
	width: 100%;
	height: 150px;
	background-color: #1274d7;
	color: #fff;
	font-size: 14px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fdd100;
	transition: all .5s ease;
}
.footer-width {
	margin: 0 auto;
	padding: 0 60px;
	width: 1020px;
	text-align: center;
}

#container {
	width: 1100px;
	margin: 0 auto;
}
#mailformpro input[type=text],
#mailformpro input[type=email],
#mailformpro input[type=tel] {
	font-size: 16px;
	padding: 8px;
}
#mailformpro select {
	font-size: 14px;
	height: 2em;
}

form#mailformpro label.mfp_not_checked {
	border: none;
}

#mfp_element_12 {
	width: 300px;
	max-width: 100%;
}

.address-text {
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
.address-text span:nth-child(2) {
	float: left;
	width: 75%;
}
.address-text .bg-black {
	background: #000;
	border-radius: 3px;
	color: #fff;
	margin-right: 5px;
}
.bg-black-address {
	padding: 0 14px;
	float: left;

}
.bg-black-time {
	padding: 5px 3px;
}



#pageTop {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  width: 35px;
  height: 35px;
}


table.type09 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
	margin: 0 auto;
}
table.type09 thead th {
    padding: 20px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}
table.type09 tbody th {
    width: 220px;
    padding: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
	text-align: center;
	font-size: 23px;
	vertical-align: middle;
}
table.type09 td {
    width: 670px;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
	font-size: 23px;
	vertical-align: middle;
}
.footer-top {
     position:fixed;
     bottom:0;
     left:0;
     overflow:hidden;
     width:100%;
     height:60px;
	background-color: #1274d7;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
     }
span.footer-top1 {font-size: 30px; }
span.footer-top2 {font-size: 40px; }
