
/*===== ■ レイアウト・共通パーツ =====*/

#wrapper{
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.btn {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #36A3D1;
  background: #36A3D1;
  color: #fff !important;
  font-size: 13px;
  text-align: center;
  padding: 10px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-top: 10px solid #9BD1E8;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  background: #fff;
  border: 1px solid #36A3D1;
  color: #36A3D1 !important;
}

.btn:hover:before {
  border-top: 10px solid #36A3D1;
  border-left: 10px solid transparent;
}

.more {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  color: #000 !important;
  font-size: 13px;
  text-align: center;
  padding: 10px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-top: 10px solid #36A3D1;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more:hover {
  background: #36A3D1;
  border: 1px solid #36A3D1;
  color: #fff !important;
}

.more:hover:before {
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
}

.ttl-h2 {
  color: #36A3D1;
  font-size: 40px;
  text-align: center;
  font-family: 'Comfortaa' !important;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
}

.ttl-h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-top: 1px solid #7EC1F1;
  z-index: -999;
}

.ttl-h2 em {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

.ttl-h2 span {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo !important;
}


/* マーカー */

strong {
  background: linear-gradient(transparent 50%, #EDF7F8 50%);
  padding: 0 5px;
}



/* お問い合わせ */

.profile-box {
  margin: 0 auto;
  border: 6px solid #36A3D1;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.profile-inner {
  width: 100%;
  display: table;
  margin: 0 auto;
}

.profile-inner > li {
  display: table-cell;
  vertical-align: middle;
}

.profile-inner > li:first-child {
  width: 33%;
  text-align: left;
}

.profile-inner > li:first-child img {
  width: 100%;
  height: auto;
}

.profile-inner > li:last-child {
  padding-left: 5.2%;
}

.profile-inner > li:last-child dl dt {
  background: #36A3D1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 15px;
}

.profile-inner > li:last-child dl dt span {
  font-size: 13px;
}

.profile-inner > li:last-child dl dd ul {
  padding: 0 5px;
}

.profile-inner > li:last-child dl dd ul li {
  padding: 0 5px 12px;
  border-bottom: 1px dotted #000;
  margin-bottom: 12px;
}

.profile-inner > li:last-child dl dd ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.profile-inner > li:last-child dl dd ul li span {
  margin-right: 1.5em;
}




/*===== ■ ヘッダー =====*/

header {
  width: 100%;
  height: auto;
  background: url(../img/common/bg_header.jpg) repeat-x center top;
  border-bottom: 1px solid #BFE0F9;
  margin-bottom: 1px;
  padding: 10px 0 20px;
}

header .section-inner {
  width: 100%;
  margin: 0 auto;
}

header .section-inner div {
  width: 35%;
  float: left;
}

header .section-inner div h1 {
  font-size: 12px;
  margin-bottom: 10px;
}

#logo {
  width: 86.8%;
}

nav {
  width: 60%;
  float: right;
  margin-top: 10px;
}

nav ul {
  width: 100%;
}

nav ul li {
  width: 13%;
  float: left;
  margin-right: 1.5%;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a i {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
  font-size: 30px;
}

nav ul li a:hover i {
  color: #36A3D1;
}

#spmenu {
  display: none;
}




/*===== ■ フッター =====*/

footer {
  width: 100%;
}

footer #footer-intro {
  background: #36A3D1;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

footer .section-inner {
  padding: 0 10px 60px;
}

footer .section-inner h2 {
  font-size: 34px;
  text-align: center;
  font-family: 'Comfortaa';
  margin-bottom: 20px;
  line-height: 1.3;
  color: #36A3D1;
}

footer .section-inner h2 span {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo !important;
  margin-left: 10px;
}

footer .section-inner h2 + ul {
  width: 100%;
}

footer .section-inner h2 + ul li {
  float: left;
  width: 12.5%;
  border-right: 1px solid #BEE0F8;
}

footer .section-inner h2 + ul li:first-child {
  border-left: 1px solid #BEE0F8;
}

footer .section-inner h2 + ul li a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
}

footer .section-inner h2 + ul li a:hover {
  color: #36A3D1;
}

footer .section-inner h2 + ul li a i {
  display: block;
  font-size: 30px;
  color: #36A3D1;
  margin-bottom: 5px;
}

#footer-info {
  background: #D2EAF4;
}

footer #footer-info .section-inner {
  padding: 0 10px 30px;
}

#pagetop {
  text-align: center;
  position: relative;
  top: -30px;
  cursor: pointer;
}

#pagetop + div {
  margin-top: -30px;
}

footer #footer-info .profile-inner {
  margin: 0 auto 20px;
}

footer #footer-info #profile-info {
  width: 100%;
  margin: 0 auto;
}

footer #footer-info #profile-info > div {
  width: 49%;
  float: left;
  border: 3px solid #7EC1F1;
  padding: 15px;
  margin-right: 2%;
}

footer #footer-info #profile-info > div:last-child {
  margin-right: 0;
}

footer #footer-info #profile-info > div h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

footer #footer-info #profile-info > div h3 span {
  background: #36A3D1;
  display: inline-block;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 3px;
}

footer #footer-info #profile-info > div ul li {
  padding-bottom: 7px;
  border-bottom: 1px dotted #000;
  margin-bottom: 7px;
  font-size: 13px;
}

footer #footer-info #profile-info > div ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

footer #footer-info #profile-info > div ul li span {
  margin-right: 1em;
}

#copy {
  width: 100%;
  background: #36A3D1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px 10px;
}





@media screen and (max-width:1024px) {
	
/*===== ■ ヘッダー =====*/

header {
  padding: 10px 0 0;
}

header .section-inner div {
  width: 100%;
  float: none;
}

header .section-inner div h1 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

#logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#logo img {
  width: 290px;
  height: auto;
}

nav {
  width: 100%;
  float: none;
  margin-top: 20px;
  background: #36A3D1;
}

nav ul li {
  width: 14.28%;
  float: left;
  margin-right: 0;
  border-right: 1px solid #fff;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li .btn {
  padding: 7px 5px;
  font-size: 12px;
}

nav ul li a i {
  font-size: 25px;
}

}





@media screen and (min-width: 800px) {

nav ul {
  display: block !important;
}

}





@media screen and (max-width:800px) {

.ttl-h2 {
  font-size: 34px;
  margin-bottom: 20px;
}



/* お問い合わせ */

.profile-box {
  margin: 0 auto;
  border: 6px solid #36A3D1;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}




/*===== ■ ヘッダー =====*/

nav{
  position: relative;
  background: #36A3D1;
  z-index: 9;
  border-bottom: none;
}

#spmenu {
  position: relative;
  display: block;
  color: #fff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#menu{
  display: none;
  width: 100%;
  background: #fff;
  padding:  7px 10px;
  border: 5px solid #36A3D1;
}

#menu li {
  float: none;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #9BD1E8;
}

#menu li:last-child {
  border-bottom: none;
}

nav #menu li .btn {
  border: none;
  background: #fff;
  color: #000 !important;
  font-size: 16px !important;
  padding: 12px 10px;
  text-align: left;
}

nav li .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #9BD1E8;
  border-right: solid 2px #9BD1E8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav li .btn:before {
  display: none;
  content: "";
  border-top: none;
  border-left: none;
}

nav li .btn:hover {
  border: none;
}

nav li .btn i {
  display: inline-block !important;
  color: #36A3D1 !important;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  margin-right: 7px;
}

#menuButton {
  display: block;
  width: 42px;
  height:42px;
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 3;
}

#menuButton span {
  display: block;
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 12px;
}
#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
  opacity: 0;
}

#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}




/*===== ■ フッター =====*/

footer > p {
  padding: 15px 10px;
  font-size: 16px;
}

footer > p br {
  display: none;
}

footer .section-inner h2 {
  font-size: 30px;
}

footer .section-inner h2 + ul {
  width: 100%;
}

footer .section-inner h2 + ul li {
  float: left;
  width: 50%;
  border-right: none;
}

footer .section-inner h2 + ul li:first-child {
  border-left: none;
}

footer .section-inner h2 + ul li a {
  border: 1px solid #BEE0F8;
  border-top: none;
  border-right: none;
  padding: 10px;
  font-size: 14px;
}

footer .section-inner h2 + ul li:nth-child(1) a,
footer .section-inner h2 + ul li:nth-child(2) a {
  border-top: 1px solid #BEE0F8;	
}

footer .section-inner h2 + ul li:nth-child(even) {
  border-right: 1px solid #BEE0F8;
}

footer .section-inner h2 + ul li a i {
  font-size: 24px;
}

#pagetop img {
  width: 110px;
  height: auto;
}

footer #footer-info #profile-info > div {
  width: 100%;
  float: none;
  padding: 10px;
  margin-right: 0;
}

footer #footer-info #profile-info > div:first-child {
  margin-bottom: 15px;
}

}





@media screen and (max-width:600px) {
	
.ttl-h2 {
  font-size: 28px;
  margin-bottom: 15px;
}



/* お問い合わせ */

.profile-box {
  padding: 10px;
}

.profile-inner {
  display: block;
}

.profile-inner > li {
  display: block;
}

.profile-inner > li:first-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.profile-inner > li:first-child img {
  width: 300px;
  height: auto;
}

.profile-inner > li:last-child {
  padding-left: 0;
}




/*===== ■ フッター =====*/

footer .section-inner h2 {
  font-size: 26px;
}

#pagetop img {
  width: 100px;
  height: auto;
}

}





@media screen and (max-width:400px) {
	
.ttl-h2 {
  font-size: 24px;
}

.ttl-h2 em {
  padding: 0 10px;
}



/* お問い合わせ */

.profile-inner > li:first-child img {
  width: 250px;
  height: auto;
}




/*===== ■ ヘッダー =====*/

header .section-inner div h1 {
  padding: 0 10px;
  line-height: 1.3;
}

#logo img {
  width: 250px;
  height: auto;
}




/*===== ■ フッター =====*/

#copy {
  padding: 10px;
}
	

}


/* 20190227追加 */
.profile-info-ttl {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile-info-ttl span {
  background: #36A3D1;
  display: inline-block;
  color: #fff;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 3px;
}

#service1 .cgc_ttl {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  background: #36A3D1;
}
#service2 .cgc_ttl {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 5px;
  margin: 10px 0 20px;
}

#service-box > div ul li .cgc_ttl {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    padding: 0 5px;
    margin: 10px 0 20px;
}

#service2 #service-box2 .cgc .cgc_ttl:before {
    background-color: #36A3D1;
    bottom: -5px;
    content: "";
    position: absolute;
    height: 2px;
    width: 30%;
    left: 35%;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}


/* 240906 追記 */

nav {
  width: calc( ( 80px * 6 ) + ( 10px * 5 ) );
}

nav ul li {
  width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  nav {
    width: 100%;
  }
  nav ul li {
      width: calc( 100% / 6 );
      margin-right: 0;
  }
}

footer .section-inner h2 + ul li {
  width: calc( 100% / 7 );
}

@media screen and (max-width: 800px) {
  footer .section-inner h2 + ul li {
    width: calc( 100% / 2 );
  }
  footer .section-inner h2 + ul li:last-child {
    width: calc( 50% + 1px );
    border-right: 1px solid #BEE0F8;
  }
}
