html,body{
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}
img{
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

@media all and (min-width: 641px) {

  .sp {
      display: none;
  }
  header {
      padding: 20px 0;
      width: 100%;
  }
  .header_wrap{
    max-width:1250px;
    margin: auto;
  }
  #h_logo{
    margin: 0 20px;
    display: inline-block;
  }
  #h_logo a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
  #h_logo a::before{
    content:'';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('../img/logo.svg') center center no-repeat;
    vertical-align: middle;
  }
  #h_logo_name{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
  #h_logo_name p{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 2;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
  #h_logo_name h1{
    font-size: 3.0rem;
    letter-spacing: 5px;
    line-height: 1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
  .header_list {
    margin: 14px 20px 0 0;
    float: right;
  }
  .header_list li {
      display: inline-block;
      vertical-align: bottom;
  }
  .access {
      width: 220px;
      font-size: 1.2rem;
      line-height: 1.5;
      clear: both;
      margin-bottom: -8px;
  }
/*  .access::before {
      content: url("../img/icon_access.png");
      float: left;
      margin: 0 5px 0 0;
  }
*/
	.header_list li:first-child{
		margin-right: 20px;
		position: relative;
		top: -5px;
		box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5);
	}
	.header_list li:first-child p{
		width: 70px;
	}
  .header_list a{
	text-decoration: none;
	color: #000;
  }
  .h_tel{
    color: #339933;
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
  }
  .h_tel p::before{
    content: url("../img/icon_tel.png");
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 5px 0 0;
  }
  #s_form {
      position: relative;
      width: 220px;
      height: 30px;
      background: #eaeaea;
      border-radius: 5px;
      margin:0 0 0 20px;
      font-size: 1.6rem;
  }
  #s_keywords {
      width: 190px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #eaeaea;
      border: 1px solid #eaeaea;
      border-radius: 5px;
  }
  #search_btn {
      position: absolute;
      top: 5px;
      right: 5px;
  }
  /*====================
  title_area
  ====================*/

  .title_area{
    position: relative;
    font-size: 1.4rem;
    min-width:1000px;
  }
  .title_wrap{
    width: 100%;
    background-color: #339933;
  }
  .mesh{
    width: 1000px;
    margin: auto;
    height: 150px;
    position: relative;
    z-index: 1;
    overflow:hidden;
  }
  .tc{
    position: absolute;
    top: -30%;
    left: 200px;
    width: 247px;
  }
  .mascot{
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 56px;
  }

  nav{
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
  }
  .gnav{
    display: table;
  	width: 1000px;
    height: 50px;
    margin: 0 auto;
  	text-align: center;
    font-size: 1.4rem;
    border-left: 2px dotted #ececec;
  }
  .gnav li{
    width: 200px;
    display: table-cell;
  	vertical-align: middle;
    border-right:2px dotted #ececec;
  }
  .gnav li .no_btn{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #339933;
  }
  .gnav li .no_btn::before{
    content: ' ';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 5px -9px;
    border-color: transparent;
  	border-style: solid;
  	border-width:9px 5px;
    border-top-color: #339933;
  }

  .gnav li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #339933;
  }
  .gnav li a::before{
    content: ' ';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 5px -9px;
    border-color: transparent;
  	border-style: solid;
  	border-width:9px 5px;
    border-top-color: #339933;
  }
  .gnav li a:hover{
    background-color: #ececec;
  }
  .gnav li.sp{
    display:none;
  }
  .dd_first{
    position: relative;
  }
  .dd_second li{
    position: absolute;
    top: 50px;
    width: 100%;
    border: none;
    border: 1px solid #e2e2e2;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility:hidden;
    opacity: 0;
  }
  .dd_second li:last-child{
    position: absolute;
    top: 100px;
    width: 100%;
    border: none;
    border: 1px solid #e2e2e2;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility:hidden;
    opacity: 0;
  }
  .dd_first:hover .dd_second li{
    visibility: visible;
    opacity: 1;
  }

  .pankuzu{
    font-size: 1.2rem;
    width: 1000px;
    margin: 20px auto;
  }
  .pankuzu li{
    display: inline;
  }
  .pankuzu li a{
    text-decoration: none;
    color: #000;
  }
  .pankuzu li a:hover{
    text-decoration: underline;
  }


  /*========== btn_top ==========*/
  .btn_top{
    width: 100%;
    margin: 30px auto;
    padding: 0 10px 0 0;
    text-align: right;

  }
  .btn_top a{
    text-decoration: none;
    color: #000;
  }
  .btn_top::before{
    content: ' ';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 5px;
    border-color: transparent;
  	border-style: solid;
  	border-width:9px 5px;
    border-bottom-color: #000;
  }
  .btn_top_last{
    width: 100%;
    margin: 30px auto;
    padding: 0 10px 0 0;
    text-align: right;
  }
  .btn_top_last a{
    display: inline-block;
  }
  .btn_top_last img{
    display: inline-block;
    width: 29px;
    vertical-align: bottom;
  }
    /*====================
  footer
  ====================*/
  footer {
      width: 100%;
      margin: auto;
      font-size: 1.4rem;
      background:linear-gradient(90deg,#cccccc 0%,#cccccc 50%,#ffffff 50%,#ffffff 100%);
      border-top: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc;
  }
  .footer_wrap{
    width: 1000px;
    margin: auto;
  }
  #f_logo{
    width: 220px;
  }
  #f_logo a{
    text-decoration: none;
    color: #000;
  }
  #f_logo a::before{
    content:'';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url('../img/logo.svg') center center no-repeat;
    vertical-align: middle;
  }
  #f_logo_name{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }
  #f_logo_name p:first-child{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 2;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }
  #f_logo_name p:last-child{
    font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }
  #f_logo_address{
    font-size: 1.2rem;
    line-height: 2;
	padding-top: 10px;
  }
  .footer_container {
      background: #fff;
      width: 1000px;
  }
  .foot_left {
      background: #cccccc;
      float: left;
      width: 260px;
      height: 520px;
      padding: 20px;
  }
  .foot_right {
      float: left;
      width: 736px;
      height: 460px;
      padding: 20px 0;
  }
  .cont_box {
      width: 100%;
      padding: 20px 0;
      border-bottom: 2px dotted #898989;
  }
  .cont_box img {
      width: auto;
      margin: 5px 0;
  }
  .cont_box a {
      text-decoration: none;
      color: #000;
  }
  .cont_box p {
      line-height: 1.2;
  }
  .cont_box div.cont_sub{
	  padding: 0.5em 0 0 0.5em;
  }
  .cont_box p.cont_sub{
	  font-size: 0.9em;
  }
  div.cont_sub{
	  padding-left: 0.5em;
  }
  .bn {
    border: none;
    padding: 20px 0 0;
  }
  .foot_hosp_list li a {
      line-height: 2;
  }
  .foot_hosp_list li::before {
      content: url("../img/icon_box.png");
      margin: 0 5px;
  }
  .fr_row {
      width: 184px;
      height: 100%;
      padding: 0 20px;
      float: left;
      border-right: 1px solid #cccccc;
  }
  .sitemap_list li {
      position: relative;
      font-size: 1.2rem;
      line-height: 1.8;
      padding: 0 0 0 10px;
  }
  .sitemap_list li::before {
      content: "・";
      position: absolute;
      left: -5px;
  }
  .f_num_tel{
    position: relative;
  }
  .f_num_fax {
    position: relative;
  }
  .f_num_tel p{
    font-size: 1.8rem;
	margin: 0 0 0 35px;
  }
  .f_num_fax p{
    font-size: 1.8rem;
	margin: 0 0 0 35px;
  }
  .f_num_tel p:first-child::before{
    content:url("../img/icon_tel_sp.png");
    margin: 0 10px 0 0;
	position: absolute;
	top: 30%;
	left: 0;
  }
  .f_num_fax p:last-child::before{
    content:url("../img/icon_fax_sp.png");
    margin: 0 10px 0 0;
	position: absolute;
	top: 30%;
	left: 0;
  }
  .fr{
    float: right;
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .pc{
		display: none;
	}
  /*====================
header
====================*/
  header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 60px;
      padding: 10px;
      background: #fff;
      vertical-align: middle;
  }
  #h_logo{
    display: inline-block;
  }
  #h_logo a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
  #h_logo a::before{
    content:'';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../img/logo.svg') center center no-repeat;
    vertical-align: middle;
  }
  #h_logo_name{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
  #h_logo_name p{
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 2;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }
  #h_logo_name h1{
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }


  /*====================
  title_area
  ====================*/

  .title_area{
    margin: 60px 0 0;
    position: relative;
    font-size: 1.4rem;
  }
  .mesh{
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    background-color: #339933;
    overflow:hidden;
  }
  .tc{
    position: absolute;
    top: -60px;
    left: 60px;
    width: 247px;
  }
  .mascot{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 32px;
  }

  .search_sp{
    width: 100%;
    display: block;
    text-align: center;
  }
  #s_form {
      position: relative;
      width: 200px;
      height: 24px;
      display: block;
      background: #eaeaea;
      border-radius: 5px;
      margin: 15px auto;
  }
  #s_keywords {
      width: 176px;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #eaeaea;
      border: 1px solid #eaeaea;
      border-radius: 5px;
  }
  #search_btn {
      position: absolute;
      top: 2px;
      left: 178px;
  }
  #s_form.pc{
    display: none;
  }
  .hm{
    width: 36px;
    float: right;
    margin: 3px 0;
    letter-spacing: 0.1em;
    color: #339933;;
    text-align: center;
  }
	html.android p.hm{
      width: 38px;
      float: right;
      margin: 3px 0;
      letter-spacing: 0.1em;
      color: #339933;
      text-align: center;
	  font-size: 1.8em;
	  line-height: 1.3;
	  font-stretch: ultra-expanded;
    }
  .hm span{
    display: block;
    width: 100%;
    height: 4px;
    background: #339933;;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .hm span:nth-child(2){
    margin: 6px 0;
  }
  .hm span:last-child{
    margin: 0 0 2px;
  }
  .hm.open span:nth-child(2){
    opacity: 0;
  }
  .hm.open span:first-child{
    transform: translateY(10px)rotate(225deg);
  }
  .hm.open span:last-child{
    transform: translateY(-10px)rotate(-225deg);
  }
  nav{
    position: fixed;
    top:60px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  nav.open{
    height: 460px;
  }
  .gnav{
    display: table;
    width: 100%;
    margin: 0 auto;
    border-top: 2px dotted #ececec;
  }
  .gnav li{
    width: 100%;
    line-height:3;
    display: block;
    font-size: 1.6rem;
    vertical-align: middle;
    border-bottom: 2px dotted #ececec;
    background: #fff;
  }
	.gnav li.no_line{
      width: 100%;
      line-height:3;
      display: block;
      font-size: 1.6rem;
      vertical-align: middle;
      border-bottom: none;
      background: #fff;
	}
  .gnav li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    text-decoration: none;
    color: #339933;
  }
  .gnav .no_btn{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    text-decoration: none;
    color: #339933;
  }
  .gnav .no_btn::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 6px -12px;
    border-color: transparent;
    border-style: solid;
    border-width:12px 6px;
    border-top-color: #339933;
  }
  .gnav li:nth-child(3) a::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 6px -12px;
    border-color: transparent;
    border-style: solid;
    border-width:12px 6px;
    border-top-color: #339933;
  }
  .gnav li:nth-child(-n+3) a::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 6px -12px;
    border-color: transparent;
    border-style: solid;
    border-width:12px 6px;
    border-top-color: #339933;
  }
  .gnav li:nth-child(n+6) a::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 6px -12px;
    border-color: transparent;
    border-style: solid;
    border-width:12px 6px;
    border-top-color: #339933;
  }
  .gnav li:nth-child(4) a{
    padding: 0 0 0 60px;
    position: relative;
  }
  .gnav li:nth-child(5) a{
    padding: 0 0 0 60px;
    position: relative;
  }
  .gnav li:nth-child(4) a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #339933;
    border-right: solid 2px #339933;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -4px;
  }
  .gnav li:nth-child(5) a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #339933;
    border-right: solid 2px #339933;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -4px;
  }

  .pankuzu{
    font-size: 1.2rem;
    width: 100%;
    margin: 10px auto;
    padding: 0 0 0 10px;
  }
  .pankuzu li{
    display: inline;
  }
  .pankuzu li a{
    text-decoration: none;
    color: #000;
  }
  .pankuzu li a:hover{
    text-decoration: underline;
  }

  /*========== btn_top ==========*/
  .btn_top{
    width: 100%;
    margin: 20px auto;
    text-align: right;
  }
  .btn_top a{
    text-decoration: none;
    color: #000;
  }
  .btn_top::before{
    content: ' ';
    width: 0;
    height: 0;
    display: inline-block;
    margin:0 5px;
    border-color: transparent;
  	border-style: solid;
  	border-width:9px 5px;
    border-bottom-color: #000;
  }
  .btn_top_last{
    width: 100%;
    margin: 20px auto;
    text-align: right;
  }
  .btn_top_last a{
    display: inline-block;
  }
  .btn_top_last img{
    display: inline-block;
    width: 29px;
    vertical-align: bottom;
  }
  /*====================
footer
====================*/
  footer {
      width: 100%;
      background: #cccccc;
  }
  .footer_container {
      width: 100%;
      padding: 20px;
  }
  .f_logo_area{
    width: 280px;
    margin:auto;
    font-size: 1.2rem;
    color:#000;
    padding: 10px 5px;
    border-bottom: 1px solid #000;
  }
  #f_logo_sp{
    margin:0 auto 10px;
  }
  #f_logo_sp a{
    text-decoration: none;
    color: #000;
  }
  #f_logo_sp a::before{
    content:'';
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url('../img/logo.svg') center center no-repeat;
    vertical-align: middle;
  }
  #f_logo_name_sp{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
  #f_logo_name_sp p:first-child{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 2;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
  #f_logo_name_sp p:last-child{
    font-size: 2.8rem;
    letter-spacing: 3px;
    line-height: 1;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";  }
  #f_logo_address_sp{
    font-size: 1.4rem;
    line-height: 2;
  }

  .f_num{
    text-align: center;
    font-size: 2.4rem;
  }
  .f_num p{
    margin: 10px 0 0;
  }
  .f_num p:last-child{
    margin: 10px 0 0;
    font-size: 1.0rem;
  }
  .f_num p:first-child::before{
    content:url("../img/icon_tel_sp.png");
    margin: 0 10px 0 0;
  }
  .f_num p:nth-child(2)::before{
    content:url("../img/icon_fax_sp.png");
    margin: 0 10px 0 0;
  }
  .f_num p a{
    text-decoration: none;
    color: #000;
  }

}
