@charset "UTF-8";
/* English */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500|Oswald:400');

/*共通
-------------------------------------------------------*/
img, figure, figcaption {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.img img {
  width: 100%;
  height: auto;
}
a {
  color: #000000;
  text-decoration: none;
}
#globalContainer a, #globalContainer a:hover {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#footer a:hover, .hover a:hover {
  opacity: 0.6;
}
.hover a:hover img {
  opacity: 1.0 !important;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
.p_link {
  display: block;
  position: relative;
  left: 0px;
  top: -40px;
}

#globalLogo {
  font-family: 'Oswald', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.3em;
  line-height: 1.4em;
}
#globalLogo a {
  display: block;
  color: #ffffff;
}
#globalLogo a:hover {
  text-decoration: none;
}
#globalLogo span {
  display: block;
}
#h_tel {
  font-family: 'Oswald', sans-serif;
  width: 400px;
  font-size: 1.1em;
  line-height: 2.0em;
  position: absolute;
  right: 0px;
  top: 25px;
  justify-content: flex-end;
}
#h_tel > div {
}
#h_tel > div:not(:first-of-type) {
  margin-left: 20px;
}
#h_tel > div a {
  font-size: 2.2em;
  display: block;
}
#h_tel > div a:hover {
  text-decoration: none;
}
#footer_inner ul#sogoFootNav, #footer_inner ul#koenFootNav, #footer_inner ul#taiikukanFootNav {
  width: inherit;
  float: none;
}
.orange {
  display: block;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}

/*flex
-------------------------------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}

/*
-------------------------------------------------------*/
.title1 {
  font-weight: 700;
  font-size: 2.0em;
}
#t_link {
  margin-bottom: 100px;
}
#t_link li {
  list-style: none;
}
#t_link a {
  border: #cccccc 2px solid;
  text-align: center;
  display: block;
}
#t_link a p {
  margin: 20px 0px 0px 0px;
}
#t_link a.col1 {
  border-color: #03b287;
  color: #03b287;
}
#t_link a.col2 {
  border-color: #71b7d9;
  color: #71b7d9;
}
#t_link a .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}
#t_link a .btn {
  background: #cccccc;
  color: #ffffff;
  width: 200px;
  margin: 20px auto;
  line-height: 30px;
  border-radius: 15px;
}
#t_link a.col1 .btn {
  background: #03b287;
}
#t_link a.col2 .btn {
  background: #71b7d9;
}

/*
-------------------------------------------------------*/
#main {
}
#main img {
  height: 300px;
  object-fit: cover;
  object-position: 50% 0;
}
#facilityArea, #facilityArea .list {
  margin-top: 40px;
}
 #facilityArea h2 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
  font-size: 1.8em;
  font-weight: 500;
  text-align: center;
}
#facilityArea .list {
  border-top: #cccccc 1px solid;
}
#facilityArea .list li {
  margin: 0px;
  margin-top: 40px;
  float: none;
}
#facilityArea .list li h3, #facilityArea .list li p {
  margin-top: 20px;
}
#facilityArea .list li h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
}
#facilityArea .list li h3 span {
  font-size: 70%;
}
#facilityArea .list.col1 li h3 {
  color: #03b287;
}
#facilityArea .list.col2 li h3 {
  color: #71b7d9;
}
#facilityArea .list li p {
  text-align: justify;
}


/*pc
-------------------------------------------------------*/
@media screen and (min-width: 740px) {

  #globalHeader {
    height: inherit;
    padding: 20px 0 30px 0;
  }
  #globalHeader #globalLogo {
  }
  #globalHeader nav {
    border: #c8e8fd 4px solid;
    width: 960px;
    height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  #globalHeader nav ul {
    border: #cbe1ee 1px solid;
    background: #ffffff;
    width: 100%;
    height: 42px;
    padding: 0px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
  }
  #globalHeader nav li {
    float: none;
    display: inline-block;
    position: relative;
  }
  #globalHeader nav li:not(:first-of-type) {
    padding-left: 1px;
  }
  #globalHeader nav li:not(:first-of-type)::before {
    content: "";
    border-left: #77c1e4 1px dotted;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
  }
  #globalHeader nav a, #globalHeader nav a:hover, #globalHeader nav a::after, #globalHeader nav a:hover::after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #globalHeader nav a {
    font-family: 'Noto Sans JP', sans-serif;
    color: #555555;
    height: 42px;
    padding: 0px 30px;
    line-height: 40px;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    position: relative;
  }
  #globalHeader nav a:hover, #globalHeader nav a.active {
    color: #ff9400;
    text-decoration: none;
  }
  #globalHeader nav a::after, #globalHeader nav a.active::after {
    content: "";
    border-bottom: #ff9400 0px solid;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 2px;
  }
  #globalHeader nav a:hover::after {
    border-width: 2px;
  }
  
  #footer_inner dl {
    width: 560px;
  }
  #footer_inner dl dd span.ad1, #footer_inner dl dd span.ad2, #footer_inner dl dd span.ad3 {
    width: 240px;
  }
  #footer_inner dl dd span.txt {
    margin: 0 0 0 10px;
  }
  
  /*column
  -------------------------------------------------------*/
  .column2, .column3 {
    justify-content: space-between;
  }
  .column2 > * {
    width: 450px;
  }
  .column3::after {
    content: "";
    display: block;
  }
  .column3 > *, .column3::after {
    width: 280px;
  }
  
}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {

  body {
  }
  #globalHeader {
    box-sizing: border-box;
  }
  #globalLogo {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  #globalLogo span {
    margin-top: 15px;
    display: inline-block;
  }
  #h_tel {
    display: none;
  }
	
  #footer_inner ul#sogoFootNav {
    margin-bottom: 0px;
  }
  #footer_inner dl dd span.ad1, #footer_inner dl dd span.ad2 {
    width: 100%;
  }
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
  
  /*flex
  -------------------------------------------------------*/
	.flex {
		flex-direction: column;
	}

  /*
  -------------------------------------------------------*/
  .title1 {
    font-size: 1.5em;
  }
  #t_link {
    margin-bottom: 50px;
  }
  #t_link li {
    margin-top: 20px;
  }

  #main {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  #main img {
    height: 200px;
  }
  #facilityArea h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  #facilityArea .list li h3 {
    margin-bottom: -5px;
    font-size: 1.2em;
  }
  #facilityArea .list li {
    width: 100%;
    padding: 0px;
    float: none;
  }
  #t_link a .name {
    font-size: 1.2em;
  }

}