@charset "utf-8";
/* CSS company */
@import url("style.css");
@import url("gallery.css");

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	margin: 0 auto;
	height: auto;
}
.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-top: solid 1px #dcdcdc;
}
.haco_summary table tr:nth-child(odd) {
	background-color: rgba(249, 251, 252, .8);
}
.haco_summary table th {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_summary table td {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_summary table th h4, .haco_summary table th h4.c-green {
	padding: 0;
	font-weight: 500;
	color: #646464;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.haco_summary table th h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #f58cba;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}
.haco_summary table th h4.c-green:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #33af87;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}
.haco_summary table td p {
	padding: 0;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_access .accessmap {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: solid 1px #dcdcdc;
	background-color: rgba(249, 251, 252, .8);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_access .accessmap iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.doubleLine {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.doubleLine h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 800;
	text-align: left;
	position: relative;
	background-color: #57d9c5;
	border: 4px solid #57d9c5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	float: left;
}
.doubleLine h3:before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	content: '';
	border: 2px solid #fff;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.heading {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.heading h4 {
	padding: 0;
	margin: 0;
	color: #646464;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
    position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.heading h4::before,
.heading h4::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #33af87;
    content: '';
}
.heading h4::before {
    top: calc(50% - 3px);
    left: 0;
}
.heading h4::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== ul ==*/
.waku_btn ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_btn ul li {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_btn ul li a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style-type: none;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid #fba6ac;
	border-radius: 2px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: block;
	color: #646464;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: middle;
	position: relative;
}
.waku_btn ul li a:after {
	padding: 0;
	margin: 1px 0 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	vertical-align: middle;
	color: rgba(251, 166, 172, .8);
}
.waku_btn ul li a i {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-style: normal;
	font-weight: 900;
	display: inline-block;
}
.waku_btn ul li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #646464;
	text-decoration: none;
}


/* ==========================================================================
  PC
========================================================================== */
@media only screen and (min-width:1090px) {
/* PC用のスタイル記述 */
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 98%;
}
.haco_summary table th {
	padding: 15px 0;
	width: 30%;
}
.haco_summary table td {
	padding: 15px 0;
	width: 70%;
}
.haco_summary table th h4, .haco_summary table th h4.c-green {
	margin: 0 20px 0 20px;
	font-size: 19px;
}
.haco_summary table th h4:before, .haco_summary table th h4.c-green:before {
	width: 12px;
	height: 12px;
	margin-right: .5em;
}
.haco_summary table td p {
	margin: 0 20px 0 20px;
	font-size: 19px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	margin-bottom: 25px;
	width: 98%;
}
.waku_access .accessmap {
	padding: 15px 15px;
	width: 100%;
}
.waku_access .accessmap iframe {
	height: 350px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.doubleLine {
	margin-bottom: 15px;
	width: 100%;
}
.doubleLine h3 {
	padding: 0 15px 0 15px;
	height: 40px;
	font-size: 18px;
	line-height: 34px;
	border-width: 4px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.heading {
	margin-bottom: 15px;
	width: 100%;
}
.heading h4 {
	padding-left: 30px;
	font-size: 27px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btn {
	width: 96%;
}

/*== Ul ==*/
.waku_btn ul {
	width: 100%;
	text-align: center;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-bottom: 15px;
	width: 47%;
}
.waku_btn ul li:last-child {
	margin: 0 1.2%;
	margin-bottom: 0;
	width: 47%;
}
.waku_btn ul li a {
	padding: 16px 0;
	font-size: 21px;
}
.waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 16px;
	right: 1.2em;
}
.waku_btn ul li a i {
	margin-right: 8px;
}


	
}
  
/* ==========================================================================
  Tablet
========================================================================== */
@media only screen and (min-width: 570px) and (max-width: 1089px) {
/* TB用のスタイル記述 */
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 98%;
}
.haco_summary table th {
	padding: 12px 0;
	width: 25%;
}
.haco_summary table td {
	padding: 12px 0;
	width: 75%;
}
.haco_summary table th h4, .haco_summary table th h4.c-green {
	margin: 0 16px 0 16px;
	font-size: 17px;
}
.haco_summary table th h4:before, .haco_summary table th h4.c-green:before {
	width: 10px;
	height: 10px;
	margin-right: .4em;
}
.haco_summary table td p {
	margin: 0 16px 0 16px;
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	margin-bottom: 20px;
	width: 98%;
}
.waku_access .accessmap {
	padding: 10px 10px;
	width: 100%;
}
.waku_access .accessmap iframe {
	height: 300px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.doubleLine {
	margin-bottom: 12px;
	width: 100%;
}
.doubleLine h3 {
	padding: 0 12px 0 12px;
	height: 36px;
	font-size: 16px;
	line-height: 31px;
	border-width: 3px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.heading {
	margin-bottom: 10px;
	width: 100%;
}
.heading h4 {
	padding-left: 26px;
	font-size: 23px;
}
.heading h4::before,
.heading h4::after {
    width: 10px;
    height: 10px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btn {
	width: 96%;
}

/*== Ul ==*/
.waku_btn ul {
	width: 100%;
	text-align: center;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-bottom: 12px;
	width: 65%;
}
.waku_btn ul li:last-child {
	margin: 0 1.2%;
	margin-bottom: 0;
	width: 65%;
}
.waku_btn ul li a {
	padding: 12px 0;
	font-size: 18px;
}
.waku_btn ul li a:after {
	margin-top: 3px;
	font-size: 12px;
	right: 1.0em;
}
.waku_btn ul li a i {
	margin-right: 6px;
}


  
}

/* ==========================================================================
    sp
  ========================================================================== */
@media only screen and (max-width: 569px) {
/* SP用のスタイル記述 */
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	width: 98%;
}
.haco_summary table th {
	padding: 10px 0 3px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}
.haco_summary table td {
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
}
.haco_summary table th h4, .haco_summary table th h4.c-green {
	margin: 0 12px 0 12px;
	font-size: 15px;
}
.haco_summary table th h4:before, .haco_summary table th h4.c-green:before {
	width: 8px;
	height: 8px;
	margin-right: .4em;
}
.haco_summary table td p {
	margin: 0 12px 0 12px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
.waku_access {
	margin-bottom: 15px;
	width: 98%;
}
.waku_access .accessmap {
	padding: 5px 5px;
	width: 100%;
}
.waku_access .accessmap iframe {
	height: 250px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.doubleLine {
	margin-bottom: 10px;
	width: 100%;
}
.doubleLine h3 {
	padding: 0 12px 0 12px;
	height: 36px;
	font-size: 14px;
	line-height: 32px;
	border-width: 3px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.heading {
	margin-bottom: 8px;
	width: 100%;
}
.heading h4 {
	padding-left: 22px;
	font-size: 19px;
}
.heading h4::before,
.heading h4::after {
    width: 8px;
    height: 8px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_btn {
	width: 96%;
}

/*== Ul ==*/
.waku_btn ul {
	width: 100%;
	text-align: center;
}
.waku_btn ul li {
	margin: 0 1.2%;
	margin-bottom: 10px;
	width: 80%;
}
.waku_btn ul li:last-child {
	margin: 0 1.2%;
	margin-bottom: 0;
	width: 80%;
}
.waku_btn ul li a {
	padding: 10px 0;
	font-size: 15px;
}
.waku_btn ul li a:after {
	margin-top: 2px;
	font-size: 10px;
	right: 1.0em;
}
.waku_btn ul li a i {
	margin-right: 4px;
}


  
}