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

@media (max-width: 1150px) {
/*
  .wrapper {
    padding: 0 40px;
    max-width: 1020px;
  }
*/
  header nav ul li a {
    font-size: 12px;
  }
}

/* 769px以上　*/
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }

  /**
   * フッター
   */
  #footer .wrap {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  #footer .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  #footer .nav {
    display: inline-block;
  }

  #footer .nav li {
    display: inline-block;
    margin: 5px;
	border-bottom: 0px !important;
	text-decoration: none !important;
  }

  #footer .nav li a:hover {
    color: #ffd900;
	border-bottom: 0px !important;
	text-decoration: none !important;  
	  
	
  	
}

	  

}

/* 768px以下　*/
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .br-disp-non {
    display: none;
  }

  /**
   * ハンバーガーメニュー
   */
	header #hamburger {
		display: block;
	}

  header nav {
		z-index: 999;
		overflow: auto;
    width: 40%;
		/*height: 100%;*/
		position: fixed;
    top: 95px;
		right: 0;
    background: #71bdfc;
    border-top: 5px solid #004ea2;
    border-bottom: 5px solid #004ea2;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	header nav ul {
  
  margin-right:0px;	
  
}

	.is-open {
    overflow: hidden;
	}

	.is-open header nav {
		transform: translateX(0);
	}
	
	
header {
  
  background: #fff;
 
}
	
  header .logo {
  margin-top: 10px;
  width: 80%;
	  
}	

  header nav ul {
    margin-top: 0;
		float: none;
  }

  header nav ul li {
    float: none;
    margin-left: 0;
  }

	header nav ul li a {
		margin: 0 auto;
		width: 100%;
		text-align: center;
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #004ea2;
    transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
  }
	
	.wrapper {
  padding:0 20px;
 
}
	

  /**
   * 各ページ
   */
  .receptiontimebox {
    display: block;
    box-shadow: initial;
  }

  .example {
    display: inline-block;
  }

  .example > div {
    width: 100%;
    margin-bottom: 15px;
  }

  .example-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .example-ta-c {
    text-align: center;
  }

  .example-line {
    margin: 20px auto;
  }

  /**
   * トップ
   */
  .pc-slider {
    display: none !important;
  }

  .sp-slider {
    display: block !important;
  }

  .top-position {
    margin: 0;
  }

  
	
	
  .message-catchcopy {
  padding: 50px 0 50px 0;
  }
	
	
  .message-catchcopy  p {
  text-align: center;
  line-height: 2;
  font-weight: 700;
  font-size:13px;	  
  
	
}	

  .item1 {
    margin: 0 auto;
  }

  .item2, .item3 {
    margin: 20px auto 0;
  }

  .item4 {
    order: -1;
    margin: 0 auto;
  }

  .catchcopy-top {
    padding-top: 30px;
  }
	
	
  	

  
  

  

  /**
   * お問い合わせ
   */
	
.normalpage p.telephone {
  font-size: 20px;
  
}
  

  /**
   * フッター
   */
  #footer {
    padding: 20px 0 0;
  }

  #footer .logo {
    width: 220px;
    height: 40px;
  }

  #footer .inner-block {
    padding: 0;
  }

  .ie #footer .logo img,
  #footer .logo {
    display: block;
    margin: 0 auto 20px;
  }

  #footer .c-btn {
    margin: 0 auto 30px;
    width: 60%;
  }

  #footer .nav li {
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }

  #footer .nav li a {
    padding: 12px 20px;
    display: block;
    background-size: 5px auto;
    font-size: 12px;
  }

  #footer .nav li:last-child {
    border-bottom: 1px solid #fff;
  }
	
  #footer .copyright {
    font-size: 11px;	
}

@media (max-width: 700px) {
  .map {
    width: 100%;
    margin-right: 15px;
  }
  .map iframe {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .catchcopy {
    padding: 20px 0 20px 0;
  }
	
	
  h1 {
  font-size: 30px;
	}
	  
	  
  h2 {
  padding: 0.8em 0.8em; /*文字の上下 左右の余白*/
  color: #fff; /*文字色*/
  background: #004ea2; /*背景色*/
  
  font-family: 'Roboto', "游ゴシック", "游ゴシック体", 'YuGothic', 'Hiragino Sans', Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: left;
}



  .catchcopy h2 {
    font-size: 22px;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #63c0ab;
    line-height: 1.4;
  }
	
  	
  .normalpage h1 {
  font-size: 20px;
  font-family:  sans-serif;
  font-weight: bold;
  letter-spacing: .08em;
  color: #2a1f0f;
  padding :20px 20px 20px 20px;
}
	
	
.normalpage p.telephone {
  font-size: 20px;
  
}	
	
  

  .catchcopy p {
    font-size: 90%;
  }

  .services {
    padding: 20px 0 20px 0;
  }

  .services h2 {
    font-size: 22px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #2a1f0f;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  .lowercontact h1 {
    font-size: 22px;
  }

  .lowercontact h2 {
    font-size: 18px;
  }

  .lowercontact p.name {
    font-size: 16px;
  }

  .lowercontact p.telephone {
    font-size: 22px;
  }

  .icon {
    max-width: 20%;
    height: auto;
  }

  /*table {
    width: 100%;
    text-align: left;
  }

  table th,
  table td {
    display: block;
  }

  table th,
  table td {
    border-top: none;
  }

  table tr:first-child th {
    border: 1px solid #ccc;
  }

  th {
    width: 90%;
  }

  td {
    width: 90%;
  }*/

  .dl_about {
    width: 90%;
  }
  .dl_about.dt_w7em > dt {
    width: 100%;
  }
  .dl_about.dt_w7em > dd {
    width: 100%;
  }

  .form-item-input {
    width: 88%;
  }

  .form-item-textarea {
    height: 200px;
    width: 88%;
  }
	
  
.card  ul {

  margin-bottom: 50px;
  flex-direction: column;	
}

.card  ul li {
 
  width: 100%;
 
margin-bottom: 20px;	
}





.card  .txt {

  font-size: 13px;

}



.card  .btn a {
 
  font-size: 13px;

}


	
	
	
}

/* 501px以上　*/
@media screen and (min-width: 501px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .dl-about.dt-w7em > dt {
    width: initial;
  }
}

/* 375px以下 */
@media screen and (max-width: 375px) {
  /**
   * 時間表（フッター上）
   */
  .footer-timebox .box {
    padding: 0;
  }

  .add {
    font-size: 80%;
  }

  .add a {
    margin: 5px 22px 0 0;
    padding: 5px 10px;
  }

  /* TODO セレクタ名とパラメーターを変更（合わせる）*/
  .mt50 {
    margin-top: 20px;
  }

  /**
   * ハンバーガーメニュー
   */
  #hamburger {
    position: fixed;
    top: 35px;
    right: 10px;
    display: none;
    z-index: 1000;
  }

  #hamburger-box {
    position: relative;
    width: 35px;
    height: 25px;
    cursor: pointer;
  }

  /**
   * トップページ
   */
  .teltitle {
    font-size: 25px;
  }

  .telephone {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .receptiontimebox {
    padding: 0;
  }

  
	
  
  
  /**
   * お問い合わせ
   */
  .mb0 {
    margin-bottom: 0 !important;
  }

  .normalpage h1 {
    font-size: 20px;
    padding-bottom: 0;
  }
	
.normalpage p.telephone {
  font-size: 20px;
  
}	

  /**
   * フッター
   */
  #footer .copyright {
    font-size: 11px;
  }
}
