@charset "UTF-8";

@media screen and (max-width:768px) {

  /* ===================================================================

	Setting

=================================================================== */
  html {
    color: #333;
    background: #FFF;
    line-height: 1.6;
    text-align: left;
    font-size: 65.5%;
  }

  body {
    font-size: 1.5rem;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .containar {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .containar:after {
    content: "";
    display: block;
    clear: both;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* link set
	------------------------------------------------------------------- */
  a {
    color: #5B463F;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }

  a img {
    transition: 0.3s ease-in-out;
  }

  a:hover {
    color: #47676F;
  }

  /* float対策：背景色表示用
	------------------------------------------------------------------- */
  .clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
  }

  .clearfix {
    display: block;
    /* for IE8 */
  }

  .both {
    clear: both;
  }

  .hidden {
    display: none;
  }

  /* 	imgホバーアクション
	------------------------------------------------------------------- */
  .imgWrap {
    overflow: hidden;
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: #ffffff;
  }

  .imgWrap img {
    display: block;
    transition-duration: 0.3s;
    margin-top: -1px;
  }

  /*.imgWrap img:hover{ opacity: 0.6; transform: scale(1.1); transition-duration: 0.3s; }*/
  /* 	背景画像＆テキスト使用時スマホ用
	------------------------------------------------------------------- */
  .bg.spTxt {
    text-indent: 0;
    width: auto !important;
    height: auto !important;
    background-image: none !important;
  }

  /* ===================================================================

	Header

=================================================================== */
  body>header {
    width: 100%;
    height: 70px;
    z-index: 1;
    background-color: #590059;
  }

  body>header .logo {
    margin-left: 2%;
    width: 80%;
    padding-top: 2%;
  }

  body>header h1 {
    float: left;
    max-width: 60%;
    margin-left: 4%;
    margin-top: 0px;
  }

  body>header .h_tel {
    position: absolute;
    top: 0;
    right: 1%;
  }

  body>header .h_tel img {
    width: 55%;
  }

  body>header .head {
    margin: 0 auto 2%;
  }

  .header_inner>img {
    padding-top: 9px;
  }

  /* h_r
		  ------------------------------------------------------------------- */
  body>header .h_r {
    display: none;
  }

  /* nav
		  ------------------------------------------------------------------- */
  body>header nav {
    display: none;
  }

  /* ===================================================================
	/
	/	smh_menu　トグルメニュー
	/
	=================================================================== */
  #smh_menu {
    display: block;
    position: relative;
    z-index: 9999;
  }

  .drawer-nav ul li {
    margin-right: 0px;
    float: none;
    font-size: 1.1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #fff;
  }

  .drawer-nav ul ul.drawer_sub li a {
    color: #fff;
  }

  /* ===================================================================
	/
	/	メインイメージ
	/
	=================================================================== */
  .main_image {
    text-align: center;
    margin-top: 70px;
    position: relative;
    margin-bottom: 0;
    padding: 0 2%;
    height: 300px;
    background-position: center;
  }

  .main_image h1 {
    padding-top: 70px;
    margin-bottom: 10px;
  }

  .main_image h2 {
    width: 95%;
    font-size: 4.5vw;
    letter-spacing: 0;
  }
	@media screen and (min-width:480px) and (max-width: 768px){
		body>header .logo img {
			width: 50%;
    	padding-top: 0;
		}
		.main_image h1 {
			width: 50%;
			margin: auto;
	  }
		.main_image h2 {
			width: 75%;
    	font-size: 3.5vw;
		}
	}

  /* ===================================================================
	/
	/	s1
	/
	=================================================================== */
  .s1 {
    width: 100%;
  }

  .s1 h1 {
    font-size: 7vw;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }

  .s1 .plan {
    width: 100%;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  .s1 .plan .plan_box {
    float: none;
    width: 100%;
    border-right: none;
  }

  .s1 .plan .plan_box:first-child {
    border-left: none;
  }
  .s1 .plan .plan_box p.plan_title {
    font-size: 20px;
  }
  .s1 .plan .plan_box p.plan_price {
    margin: 0;
  }
  .s1 .plan .plan_box p.plan_contents {
    margin: 0;
  }

  .s1 .plan .plan_box .plan_btn {
    margin-top: 10px;
  }


	@media screen and (min-width:480px) and (max-width: 768px){
		.s1 h1 {
	    font-size: 4vw;
		}
		.s1 .plan {
			-webkit-box-orient: horizontal;
	  	-webkit-box-direction: normal;
	  	-ms-flex-direction: row;
	  	flex-direction: row;
	  }
		.s1 .plan .plan_box .plan_btn {
    	margin-top: auto;
		}
	}

  /* ===================================================================
	/
	/	s2
	/
	=================================================================== */
  .s2 {
    background-image: url(../images/top_s2_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 20px 0;
    margin-bottom: 0;
  }

  .s2 h1 {
    font-size: 7vw;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }

  .s2 p {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 1em;
  }

  .s2 .soudan {
    width: 95%;
    margin: 20px auto;
    position: unset;
    text-align: center;
  }

	@media screen and (min-width:480px) and (max-width: 768px){
		.s2 h1 {
    	font-size: 5vw;
		}
	}

  /* ===================================================================
	/
	/	s3
	/
	=================================================================== */
  .s3 {
    padding: 20px 0;
  }

  .s3 .info {
    width: 100%;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  .s3 .info .info_box {
    float: none;
    width: 100%;
    padding: 3%;
    margin-bottom: 20px;
  }

  .s3 .info .info_box p {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }
  @media screen and (min-width:480px) and (max-width: 768px){
    .s3 .info {
      -webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: row;
    	flex-direction: row;
    }
	}

  /* ===================================================================
	/
	/	footer
	/
	=================================================================== */
  footer .footer_jizen {
    margin: 30px auto;
    width: 100%;
  }

  footer .footer_jizen h1 {
    font-size: 7vw;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }

  footer .footer_jizen .jizen_l {
    float: none;
    width: 100%;
  }

  footer .footer_jizen .jizen_l p {
    width: 90%;
    margin: 30px auto;
    line-height: 25px;
    font-size: 0.9em;
  }

  footer .footer_jizen .jizen_l .jizen_btn {
    width: 100%;
    margin: 50px auto;
    text-align: center;
  }

  footer .footer_jizen .jizen_l .jizen_btn a {
    padding: 15px 45px;
  }

  footer .footer_jizen .jizen_r {
    float: none;
    width: 100%;
  }

  footer .footer_jizen .jizen_r img {
    width: 100%;
  }

  footer .footer_menu {
    background-size: cover;
    padding: 20px 0;
  }

  footer .footer_menu ul {
    width: 100%;
  }

  footer .footer_menu ul li {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 1%;
  }

  横1列 */

  /*footer .footer_menu ul li { width:50%; float:left; margin:0 auto; padding:1%; } 横2列の場合 */
  footer .footer_nav {
    margin: 30px auto;
  }

  footer .footer_nav ul {
    font-size: 1rem;
    margin: 15px auto;
  }

  footer .footer_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  footer .footer_contact .box {
    width: 100%;
    height: 65px;
  }

  footer .footer_contact .box .box_l {
    width: 55%;
    margin: 0 auto;
  }

  footer .footer_contact .box .box_l img {
    width: 80%;
    margin: 7%;
    display: block;
  }

  footer .footer_contact .box .box_l img.bottom {
    display: none;
  }

  footer .footer_contact .box .box_r {
    width: 45%;
    text-align: center;
  }

  footer .footer_contact .box .box_r img {
    margin: 2.5% auto 1%;
    width: 75%;
  }

  body>footer>.containar {
    margin: 0 0 10px;
    padding: 0px 0 70px;
  }

  small {
    display: block;
    margin-right: 0;
  }
	@media screen and (min-width:480px) and (max-width: 768px){
		footer .footer_menu ul{
			display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
			-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
		}
		footer .footer_menu ul li{
			width: 50%;
		}
	}
}
