@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure, h1, h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
a{
	text-decoration:none;
}
a:hover{
	opacity:0.7;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

/* body */
html{
	font-size: 62.5%;
}

/* body */
body{
	font-family:"Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#464646;
	font-size: 1.4em;
}

/* header */
/*ここから*/
header{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#ffffff;
	border-top:#23b6bc 5px solid;
}
header ul{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	align-items:center;
	flex-wrap:wrap;
}
header ul a{
	color:#ffffff;
}
header ul li:first-child{
	width:100%;
	padding:10px 0;
	text-align:left;
	padding-left:10px;
}
header ul li:first-child img{
	width:40%;
	height:auto;
}
header ul li:nth-of-type(2),header ul li:nth-of-type(3),
header ul li:nth-of-type(4),header ul li:nth-of-type(5){
	width:50%;
	padding:15px 0;
	background:#23b6bc;
	color:#ffffff;
	border:#1fa2a7 1px solid;
}
header ul li:nth-of-type(4),header ul li:nth-of-type(5){
	margin-top:-1px;
}
header ul li:nth-of-type(3),header ul li:nth-of-type(5){
	border-left:none;
}
header ul li:last-child{
	display:none;
}
header .item1,.item2,.item3,.item4{
	font-size:1.1em;
}
header .item5{
	width:300px;
	height:120px;
	background:#23b6bc;
	color:#ffffff;
}
.tel a{
	color:#ffffff;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
header ul li:first-child img{
	width:25%;
	height:auto;
}
header ul li:nth-of-type(2),header ul li:nth-of-type(3),
header ul li:nth-of-type(4),header ul li:nth-of-type(5){
	width:25%;
	border:none;
}
header ul li:nth-of-type(4),header ul li:nth-of-type(5){
	margin-top:0px;
}
/* ** */}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
header ul{
	margin:0 auto;
	width:1000px;
	justify-content:space-between;
}
header ul a{
	color:#464646;
}
header ul li:first-child{
	width: auto;
	padding:10px 0;
	text-align:left;
	padding-left:0px;
}
header ul li:first-child img{
	width: auto;
}
header ul li:nth-of-type(2),header ul li:nth-of-type(3),
header ul li:nth-of-type(4),header ul li:nth-of-type(5){
	width: auto;
	padding:0;
	background:#ffffff;
}
header ul li:nth-of-type(2){
	padding-left:15px;
}
header ul li:nth-of-type(5){
	padding-right:15px;
}
header ul li:last-child{
	display: inline-block;
}
header .item5{
	width:300px;
	height:120px;
	background:#23b6bc;
	color:#ffffff;
}
.tel{
	font-size:2.2em;
}
.tel:before{
	content: url(../images/tel_icon.png);
	padding-right:5px;
}
.add{
	padding:5px 0 0 0;
	font-size:0.85em;
}
.balloon1 {
 	position:relative;
	display:inline-block;
 	margin:1em 0;
	padding:6px 0px;
	width:270px;
	min-width:120px;
 	max-width:100%;
 	color:#23b6bc;
	font-size:1em;
	background:#ffffff;
	border-radius:20px;
}
.balloon1:before{
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -9px;
	border: 9px solid transparent;
	border-top: 9px solid #ffffff;
}
/* ** */}

/* main */
#main{
	width:100%;
	height:auto;
}
#main img{
	width:100%;
	height:auto;
}

/* contents */
#contents{
	width:100%;
	margin:0 auto;
}

/* contents01 */
#contents01{
	width:94%;
	margin:0 auto;
	padding:2em 0;
}
#contents01 img{
	width:100%;
	height:auto;
}
#contents01 figure{
	display:none;
}
#contents01 h2{
	color:#23b6bc;
	font-size:1.2em;
	padding-bottom:0.5em;
}
#contents01 h2 span{
	background:#23b6bc;
	color:#ffffff;
	font-size:0.8em;
	padding:0.2em 0.5em;
	line-height:3;
}
#contents01 p{
	line-height:1.6;
}
.no-br{
	display:none;
}
.no-br2{
	display:inline;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
#contents01{
	padding:3em 0 2em 0;
}
#contents01 h2{
	color:#23b6bc;
	font-size:1.3em;
	padding-bottom:0.5em;
}
#contents01 p{
	line-height:1.8;
}
.no-br{
	display: inline;
}
.no-br2{
	display:none;
}
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents01{
	width:1000px;
	padding:5em 0 2em 0;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#contents01 div:last-child{
	margin-left:30px;
	width:60%;
}
#contents01 figure{
	display:inline;
}
.no-br{
	display:none;
}
}

/* contents01-sub */
#contents01-sub{
	width:94%;
	margin:0 auto;
	margin-bottom:1em;
	padding:1em;
	background:#def4f5;
}
#contents01-sub .title-s{
	color:#23b6bc;
	font-size:1.1em;
	margin-bottom:0.5em;
}
#contents01-sub ul{
	font-size:0.9em;
	line-height:1.3;
}
#contents01-sub ul li:before{
	content: "• ";
    color:#23b6bc;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
#contents01-sub{
	margin-bottom:2em;
}
#contents01-sub ul{
	line-height:1.6;
}
#contents01-sub ul li{
	display:inline-block;
}
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents01-sub{
	width:1000px;
	margin-bottom:3em;
}
}

/* contents02 */
#contents02{
	width:94%;
	margin:0 auto;
	padding:1.5em 0;
}
.title-or{
	background:#ec6c1f;
	color:#ffffff;
	text-align:center;
	padding:0.8em 0;
	font-size:1.2em;
	border-radius:2em;
	margin-bottom:1em;
}
#contents02 .box-wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-direction:column;
}
#contents02 .box-wrap-child{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-direction:column;
}
#contents02 .box-wrap-child p{
	margin:0.5em 0;
}
#contents02 .box-wrap img{
	width:100%;
	height:auto;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
#contents02 .box-wrap-child{
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
}
#contents02 .box-wrap-child div{
	width:49%;
}
#contents02 .box-wrap-child p{
	margin:0.5em 0 1em 0;
}
#contents02 .box-wrap img{
	width:100%;
	height:auto;
}
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents02{
	width:1000px;
}
.title-or{
	font-size:1.4em;
	margin-bottom:1.5em;
}
#contents02 .box-wrap{
	flex-direction: row;
	justify-content:space-between;
}
#contents02 .box-wrap img{
	width:100%;
	height:auto;
}
#contents02 .box-wrap div{
	width:49%;
}
#contents02 .box-wrap-child{
	flex-direction: row;
}
#contents02 .box-wrap-child p{
	margin:0.5em 0 1em 0;
}
}


/* contents03 */
#contents03{
	margin:0 auto;
	margin-bottom:1em;
	background:#def4f5;
	padding:2em 0;
}
#contents03 .wrap{
	width:94%;
	margin:0 auto;
}
.contents03-lead{
	line-height:1.6;
	margin-top:2em;
	margin-bottom:2em;
}
.title-gr{
	background:#23b6bc;
	color:#ffffff;
	text-align:center;
	padding:0.8em 0;
	font-size:1.2em;
	border-radius:2em;
	margin-bottom:1em;
}
.service-wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-direction:column;
}
.service-box{
	border:#23b6bc 2px solid;
	background:#ffffff;
	padding:1em;
	margin-bottom:0.6em;
}
.service-title{
	color:#23b6bc;
	font-size:1.3em;
	margin-bottom:0.6em;
}
.service-lead{
	color:#23b6bc;
	line-height:1.6;
}
@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents03 .wrap{
	width:1000px;
	margin-top:2em;
}
.title-gr{
font-size:1.4em;
}
.service-wrap{
	flex-direction: row;
	justify-content:space-between;
}
.service-box{
	width:24%;
}
.service-title{
	text-align:center;
}
}


/* contents04 */
#contents04{
	width:94%;
	margin:0 auto;
	padding:1.5em 0;
}
.kakaku{
	text-align:center;
	color:#ec6c1f;
	font-size:1.3em;
	line-height:1.5;
}
.table-wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-direction:column;
}
.table-title{
	width:100%;
	margin:0.8em 0 0 0;
	background:rgba(255,210,183,1.00);
	text-align:center;
	padding:0.5em 0;
	color:#ec6c1f;
	font-size:1.2em;
}
.table-chiild{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.table-chiild div{
	padding:1em 0.5em;
	border-bottom:#d9d9d9 1px solid;
	font-size:0.9em;
}
.table-chiild div:first-child{
	width:50%;
	background:#ededed;
}
.table-chiild div:last-child{
	width:50%;
	text-align:right;
}
.price-title{
	color:#ec6c1f;
	font-size:1.2em;
	margin:1em 0 0.5em 0;
}
.price-lead{
	line-height:1.6;
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents04{
	width:1000px;
	margin-top:3em;
	margin-bottom:3em;
}
.kakaku{
	font-size:1.8em;
	margin-bottom:0.7em;
}
.table-wrap{
	flex-direction: row;
	justify-content:space-between;
}
.table-wrap-child{
	width:32%;
}
.table-chiild div{
	font-size:1em;
}
.table-wrap div:last-child{
	margin-right:0;
}
.table-chiild{
	width:100%;
	font-size:1em;
}
.table-chiild div:first-child{
	width:50%;
	background:#ededed;
}
.table-chiild div:last-child{
	width:50%;
}
}


/* contents05 */
#contents05{
	margin:0 auto;
	margin-bottom:1em;
	background:#def4f5;
	padding:2em 0;
}
#contents05 .wrap{
	width:94%;
	margin:0 auto;
}
.ggmap {
	margin-bottom:1em;
}
.ggmap iframe{
	width:100%;
	height:200px;
}
.access-wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	flex-direction:column;
}
.access-heading{
	width:100%;
	padding:0.5em;
	margin:0.5em 0;
	display:inline-block;
	color:#23b6bc;
	border:#23b6bc 1px solid;
	background:#ffffff;
}
.access-lead{
	line-height:1.6;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
.ggmap iframe{
	width:100%;
	height:400px;
}
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
#contents05 .wrap{
	width:1000px;
	margin-top:3em;
	margin-bottom:3em;
}
.access-wrap{
	flex-direction: row;
	justify-content:space-between;
}
.ggmap {
	width:49%;
}
.ggmap iframe{
	width:100%;
	height:350px;
}
.access{
	width:49%;
}
}

/* footer */
footer{
	margin:0 auto;
	text-align:center;
	padding-top:1em;
}
.fotter-lead{
	color:#23b6bc;
	line-height:1.6;
}
.footer-tel{
	font-size:2.5em;
	color:#ec6c1f;
	margin-top:0.5em;
}
.footer-tel a{
	color:#ec6c1f;
}
.footer-tel:before{
	content: url(../images/tel_icon_or.png);
	padding-right:5px;
}
.footer-btn a{
	width:80%;
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1.3em;
	padding:1em 0;
	font-size:1.2em;
	border-radius:2.2em;
	background:#ec6c1f;
	display: block;
	color:#ffffff;
	text-decoration:none;
}
#copyright{
	display:block;
	background:#23b6bc;
	width:100%;
	padding:1em 0;
	color:#ffffff;
	font-size:0.8em;
}
.waseikai{
	color:#ec6c1f;
	line-height:1.6;
	margin-top:10px;
}

@media (min-width: 415px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
.footer-btn a{
	width:50%;
	padding:1.5em 0;
}
}

@media (min-width: 1024px) {/*iPad横 iPad Pro縦*/
footer{
	padding-top:2em;
}
.footer-btn a{
	width:30%;
	padding:1.5em 0;
	margin-bottom:2em;
}
.fotter-lead{
	font-size:1.5em;
	}
.waseikai{
	margin-top:10px;
	font-size:1.5em;
}
}

	
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
 
.scrollTop a {
    font-size: 18px;
    color: #fff;
    background: #23b6bc;
    padding: 20px;
           
}
.scrollTop a:hover{
        background: #ec6c1f;
}