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


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}


/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #bbb;
  margin:0;
  padding:0;
	margin-bottom:20px
}
@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}
@media print, screen and (min-width: 1200px){
  hr {
    margin-bottom:50px
  }
}
@media print, screen and (min-width: 1500px){
  hr {
    margin-bottom:60px
  }
}

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Zen Kaku Gothic New", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05em;
  background:#fffaf3;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:0.95em;
    line-height:2.0em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ }
.gfont-j{ font-family: "Shippori Mincho", serif;}


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
/*a:hover{ color: #888;}*/

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:110px;
	margin-top:-110px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:160px;
    margin-top:-160px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:180px;
    margin-top:-180px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:200px;
    margin-top:-200px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:200px;
    margin-top:-200px;
  }
}


/* header - nav
---------------------------------------------------- */
#header {
  /*background-color: #ccc;*/
  /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
  z-index: 99;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  height: 60px;
}

.h_logo {
  position: absolute;
  top: 15px;
  z-index: 99;
}
.h_logo img{ 
  width: 80px;  
}

.header_tel_xs{
  position: fixed;
  top: 17px;
  right: 60px;
  z-index: 100;
}
.header_tel_xs i{ font-size: 22px; color: #69522c;}

.mean-nav .container {
   padding: 0;
}
.nav2{
  display: none;
}
.nav2 li a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.0em;
  font-weight: 600;
}
@media print, screen and (min-width: 768px){
  #header {
    background-color: #fffaf3;
    position: fixed;
    box-shadow: none;
    height: 80px;
    transition: .3s;
  }
  /*#h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }*/
  .h_logo {
    top: 20px;
  }
  .h_logo img {
    width: 100px;
  }
  
  .header_right{
    text-align: right;
    margin-top: 10px;
  }
  .header_right a:link,
  .header_right a:visited{ text-decoration: none;}
  .header_tel{
    display: inline-block;
    margin-left: 10px;
  }
  .header_tel span{
    float: right;
    font-family: "Zen Kaku Gothic New", sans-serif; 
    font-weight: 700;
    font-size: 1.2em;  
    line-height: 1.0em;
    color: #f66;
  }
  .header_tel span em{ font-size: 0.6em; font-style: normal;}  
  .header_btn{
    display: inline-block;
    vertical-align: top;
  }
  .header_btn a{ 
    display: block;
    background-color: #fff;
    border: 1px solid #333;
    line-height: 1.0em;
    padding: 4px 7px;
    font-size: 0.7em;
    font-weight: 700;
  }
  .header_btn a i{ margin-right: 4px;}
  .header_btn a:hover{
    border: 1px solid #ccc;
  }
    
  #gNav{
    float: right;
    transition: .3s;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-left: 15px;
    list-style: none;
  }
  #gNav li:last-child {
  }
  .nav2 li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0px 1px 0px;
    color: #333;
    font-size: 0.8em;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a,
  #gNav ul > li a.active{
    color: #333;
    position: relative;
  }
  #gNav ul > li:hover a:before,
  #gNav .current-menu-item a:before,
  #gNav .current-menu-parent a:before,
  #gNav ul > li a.active:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 1px #333;
    border-radius: 100px;
    /*transform: translateX(-50%);*/
    animation: border_anim 0.2s linear forwards;
  }
  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }
  #gNav ul > li a:link,
  #gNav ul > li a:visited{ text-decoration: none;}
  #gNav li ul li:after {
    content: none;
  }
  
  /* スクロールでヘッダーサイズ変更 */
  .is-animation{
    height: 55px!important;
    background:rgba(255,255,255,0.8)!important;
    box-shadow: 0px 0px 30px #ddd!important;
    /*border-bottom: 1px solid #ddd;*/
  }
  .is-animation .h_logo {
    top: 12px!important;
  }
  .is-animation .h_logo img {
    width: 70px;
  }
  .is-animation .header_right,
  .is-animation .header_tel,
  .is-animation .header_btn{
    display: none!important;
  }
  .is-animation #gNav{
    margin-top: 10px;
  }
  .is-animation #gNav li {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 992px){
  #header{
    height: 90px;
  }
  .h_logo img {
    width: 110px;
  }
  
  .header_right{
    margin-top: 15px;
  }
  .header_tel span{
    font-size: 1.3em;    
  }
  .header_btn a{ 
    padding: 5px 10px;
    font-size: 0.8em;
  }
  
  #gNav li {
    margin-left: 20px;
  }
  .nav2 li a{
    font-size: 0.9em;
  }
  
  /* スクロールでヘッダーサイズ変更 */
  .is-animation{
    height: 70px!important;
  }
  .is-animation .h_logo {
    top: 17px!important;
  }
  .is-animation .h_logo img {
    width: 80px;
  }
  .is-animation #gNav{
    margin-top: 20px;
  }
  .is-animation #gNav li {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 1200px){  
  #header{
    height: 100px;
  }
  .h_logo {
    top: 25px;
  }
  .h_logo img {
    width: auto;
  }
  
  .header_right{
    margin-top: 25px;
  }
  .header_tel{
    margin-left: 15px;
  }
  .header_btn a{ 
    font-size: 0.85em;
  }
  
  #gNav li {
    margin-left: 30px;
  }
  
  /* スクロールでヘッダーサイズ変更 */
  .is-animation{
    height: 80px!important;
  }
  .is-animation .h_logo {
    top: 22px!important;
  }
  .is-animation .h_logo img {
    width: 90px;
  }
  .is-animation #gNav{
    margin-top: 25px;
  }
  .is-animation #gNav li {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1500px){ 
  #header{
    height: 120px;
  }
  .h_logo {
    top: 35px;
  }
  .h_logo{
    margin-left: 45px;
  }
  
  .header_right{
    margin-right: 45px;
  }
  
  #gNav{
    margin-right: 45px;
  }
  #gNav li {
    margin-left: 40px;
  }
  .nav2 li a{
    font-size: 1.0em;
  }
}

@media print{
  #header {
    position: static;
  }
}



/* mainimage
---------------------------------------------------- */
#mainimage{
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 50vh;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage04{ 
  background-image: url("../images/mainimage04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage_text{
  position: absolute;
  top: 20%;
  left: 15px;
  z-index: 2;
}
.mainimage_text p{
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6em;
  font-weight: 700;  
  line-height: 1.5em;
}
.mainimage_text div{
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
  font-family: "Shippori Mincho", serif;
  font-size: 0.7em;
  font-weight: 700;  
  line-height: 1.2em;
}
.mainimage_time{
  background-color: #fff;
  padding: 15px;
}
.clinichour{
  width: 100%;
  border-collapse: collapse;
  line-height: 1.0em;
  font-size: 0.8em;
}
.clinichour th{
  border-bottom: 1px solid #e9e4e0;
  padding: 0px 5px 10px;
  font-weight: 700;
  color: #69522c;
  text-align: center;
}
.clinichour td{
  border-bottom: 1px solid #e9e4e0;
  font-weight: 700;
  vertical-align: middle;
}
.clinichour td span{
  display: block;
  font-size: 0.7em;
}
.clinichour01{
  padding: 10px 0px 10px 5px;
  color: #69522c;
}
.clinichour02{
  padding: 10px 10px 10px 0px;
  text-align: right;
  font-size: 1.3em;
}
.clinichour03{
  padding: 10px 0px;
  color: #ffabb8;
  text-align: center;
}
.clinichour_ul{
  margin-top: 10px;
  margin-left: 18px;
  line-height: 1.5em;
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px){
  .swiper-container{
    height: 70vh;
  }
  .mainimage_text{
    top: 10%;
    left: 8.333333%;
  }
  .mainimage_text p{
    font-size: 2.0em;
  }
  .mainimage_text div{
    margin-top: 15px;
    font-size: 0.8em;
  }
  
  .mainimage_time{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 20px 20px 0px;
    width: 450px;
  }
  .clinichour{
    font-size: 0.9em;
  }
  .clinichour01{
    width: 110px;
  }
  .clinichour02{
    width: 110px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 992px){
  .swiper-container{
    height: 80vh;
  }
  .mainimage_text p{
    font-size: 2.5em;
  }
  .mainimage_text div{
    margin-top: 20px;
    font-size: 0.9em;
  }
  
  .mainimage_time{
    padding: 30px 30px 0px;
    width: 550px;
  }
  .clinichour th{
    padding: 0px 5px 15px;
  }
  .clinichour01{
    padding: 15px 0px 15px 5px;
  }
  .clinichour02{
    padding: 15px 10px 15px 0px;
  }
  .clinichour03{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .swiper-container{
    height: 85vh;
  }
  .mainimage_text p{
    font-size: 3.0em;
  }
  .mainimage_text div{
    font-size: 1.0em;
  }
  
  .mainimage_time{
    padding: 40px 40px 0px;
    width: 650px;
  }
  .clinichour01{
    padding: 15px 0px 15px 0px;
    width: 120px;
  }
  .clinichour02{
    width: 120px;
  }
  .clinichour_ul{
    margin-top: 15px;
    line-height: 1.8em;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 1500px){
  .swiper-container{
    height: 90vh;
  }
  .mainimage_text p{
    font-size: 3.5em;
  }
  .mainimage_text div{
    font-size: 1.2em;
  }
  
  .mainimage_time{
    width: 750px;
  }
}
  
/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 60px;}
@media print, screen and (min-width: 768px) {
  #mainimage,
	.h2-style{  margin-top: 80px;}
}
@media print, screen and (min-width: 992px) {  
  #mainimage,
  .h2-style{  margin-top: 90px;}
}
@media print, screen and (min-width: 1200px) {
  #mainimage,
	.h2-style{  margin-top: 100px;}
}
@media print, screen and (min-width: 1500px) {
  #mainimage,
	.h2-style{  margin-top: 120px;}
}


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.0em;
}
.pankuzu a{ 
  color: #fff; 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:hover{ opacity: 0.7;}
.pankuzu i{ margin: 0px 5px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    bottom: 15px;
    font-size: 0.85em;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    bottom: 20px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  border-top: 1px solid #e9e4e0;
  background-color: #fff;
  padding: 30px 0px;  
}
footer a:link,
footer a:visited{ text-decoration: none;}
footer h3{
  font-size: 1.6em;
  font-weight: 700;
  color: #69522c;
  margin-bottom: 10px;
}
footer h3 span{
  display: block;
  font-size: 0.4em;
}
.footer_tel{
  font-weight: 900;
  color: #f66;
  font-size: 2.2em;
  margin-bottom: 15px;
}
.footer_tel a:link,
.footer_tel a:visited{ text-decoration: none; color: #f66;}
footer p{
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px){
  footer{
    padding: 40px 0px;
  }
  footer h3{
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 922px) {
  footer{
    padding: 50px 0px;
  }
  footer h3{
    font-size: 1.8em;
  }  
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 60px 0px;
  }
  footer h3{
    font-size: 1.9em;
  }  
  .footer_tel{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1500px) {
  footer{
    padding: 70px 0px;
  }
  footer h3{
    font-size: 2.0em;
  }  
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink ul{
    display: inline-block;
    width: 48%;
  }
  .footer-textlink li{
    display: block;
    font-weight: 500;
    font-size: 0.9em;
  }
  .footer-textlink li a:link,
  .footer-textlink li a:visited{ text-decoration: none;}
}
@media print, screen and (min-width: 992px) {
  .footer-textlink{
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-textlink ul{
    width: 40%;
  }
}
@media print, screen and (min-width: 1500px) {
  .footer-textlink ul{
    width: 30%;
  }
}

/* copyright*/
footer small{
  margin-top: 15px;
  font-size: 0.85em;
  opacity: 0.7;
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  footer small{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  footer small{
    margin-top: 40px;
  }
}


/* pagetop
---------------------------------------------------- */
#pagetop{
  position: fixed; 
  bottom:15px; 
  right:20px; 
  z-index: 100;
}
#pagetop img{
  width: 50px;
  float: right;
}
@media print, screen and (min-width: 768px){
  #pagetop{
    bottom:30px; 
    right:30px; 
  }
  #pagetop img{
    width: 65px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  #pagetop{
    bottom:80px; 
    right:60px; 
  }
  #pagetop img{
    width:auto;
  }
}


/* index.html（トップページ）
---------------------------------------------------- */
#top_news{
  background-color: #fff;
  padding: 30px 0px;  
}
#top_news h2{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.3em;
  color: #69522c;
  margin-bottom: 15px;
}
#top_news h2 span{
  display: block;
  font-weight: 700;
  font-size: 0.5em;
}
.top_news_btn{
  display: inline-block;
}
.top_news_btn a{
  display: block;
  font-weight: 700;
  font-size: 0.9em;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.top_news_btn a i{ margin-left: 10px;}
.top_news_btn a:hover{ color: #f66;border-bottom: 1px solid #f66;}
#top_news table{
	width:100%;
  margin-bottom: 30px;
}
#top_news th{
  display: block;
  color: #999;
  font-weight: 400;
  font-size: 0.9em;
  padding-top: 10px;
  vertical-align: top;
}
#top_news th em{
  display: inline-block;
  font-style: normal;
  color: #f66;
  font-size: 0.8em;
  font-weight: 700;
  width: 30px;
}
#top_news th span{
  display: inline-block;
  background-color: #ffabb8;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 5px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 10px;
}
#top_news td{
  display: block;
	padding:0px 0px 10px 30px;
  font-size: 0.9em;
  line-height: 1.5em;
  border-bottom: 1px solid #e9e4e0;
}
#top_news a{
  display: inline-block;
}
#top_news a:link,
#top_news a:visited{ text-decoration: none;}
#top_news a:hover{ opacity: 0.7;}
@media print, screen and (min-width: 768px){
  #top_news{
    padding: 50px 0px;    
  }
  #top_news h2{
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  #top_news h2 span{
    margin-bottom: 5px;
  }
  .top_news_btn a{
    font-size: 1.0em;
  }
  #top_news table{
    margin-bottom: 50px;
  }
  #top_news td{
    line-height: 2.0em
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    padding: 70px 0px;
    margin-bottom: 90px;
  }
  #top_news h2{
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  #top_news table{
    margin-bottom: 70px;
  }
  #top_news th{
    display: table-cell;
    padding: 15px 10px;
    border-bottom: 1px solid #e9e4e0;
    width: 50%;
  }
  #top_news th span{
    margin-right: 20px;
  }
  #top_news td{
    display: table-cell;
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    padding: 90px 0px;
    margin-bottom: 130px;
  }
  #top_news h2{
    font-size: 2.0em;
  }
  #top_news table{
    margin-bottom: 90px;
  }
  #top_news th{
    padding: 20px 10px;
    width: 40%;
  }
  #top_news th em{
    font-size: 0.95em;
    width: 40px;
  }
  #top_news td{
    padding: 20px 10px 20px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    margin-bottom: 160px;
  }
  #top_news h2{
    margin-bottom: 50px;
  }
  #top_news th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1800px){
  #top_news th{
    width: 25%;
  }
}

#top_about{
  padding: 40px 0px 0px;
  margin-bottom: 20px;
}
#top_about h2{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.0em;
  margin-bottom: 10px;
}
#top_about h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 15px;
}
#top_about p{
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 70px 0px 0px;
    margin-bottom: 40px;
  }
  #top_about h2{
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  #top_about h3{
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    background: url("../images/bg_top_about.png") no-repeat top center;
    background-size: cover;
    padding: 90px 0px;
    margin-bottom: 50px;
  }
  #top_about h2{
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  #top_about h3{
    font-size: 1.7em;
    margin-bottom: 30px;
  }
  #top_about p{
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    padding: 110px 0px;
    margin-bottom: 70px;
  }
  #top_about h3{
    font-size: 1.8em;  
  }
}
@media print, screen and (min-width: 1500px){
  #top_about{
    margin-bottom: 90px;
  }
  #top_about h3{
    font-size: 1.9em;
  }
  #top_about p{
    font-size: 1.05em;
    line-height: 2.5em;
    margin-bottom: 40px;
  }
}

#top_atten{
  background: url("../images/ill_top01.png") no-repeat right bottom;
  background-size: 100px;
  border: 2px solid #f66;
  background-color: #fff;
  padding: 20px;
}
#top_atten h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #f66;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#top_atten p{
  margin-right: 60px;
}
#top_atten span{
  margin-top: 10px;
  display: block;
  color: #69522c;
  font-size: 1.7em;
  font-weight: 900;
}
#top_atten span em{
  font-style: normal;
  font-size: 0.7em;
}
@media print, screen and (min-width: 768px){
  #top_atten{
    background-size: 130px;
    border: 3px solid #f66;
    padding: 30px;
  }
  #top_atten h3{
    font-size: 1.6em;
    margin-bottom: 15px;
  }
  #top_atten p{
    font-weight: 500;
    margin-right: 100px;
  }
  #top_atten span{
    margin-top: 15px;
    font-size: 1.9em;
  }
}
@media print, screen and (min-width: 992px){
  #top_atten{
    background-size: 150px;
    padding: 40px;
  }
  #top_atten h3{
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  #top_atten span{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_atten{
    background-size: auto;
    padding: 40px 50px;
  }
  #top_atten h3{
    font-size: 1.7em;
  }
  #top_atten span{
    font-size: 2.1em;
  }
  #top_atten p{
    margin-right: 130px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_atten{
    padding: 40px 60px;
  }
  #top_atten h3{
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  #top_atten span{
    margin-top: 20px;
    font-size: 2.3em;
  }
}

#top_clinic{
  background: url("../images/bg_top_clinic_top.jpg") no-repeat top center #ffeeea;
  background-size: contain;
}
.top_clinic_inr{
  background: url("../images/bg_top_clinic_bottom.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 60px 0px;
}
#top_clinic h2{
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #69522c;
  margin-bottom: 15px;
}
#top_clinic h2 span{
  display: block;
  font-size: 0.5em;
  margin-bottom: 5px;
}
#top_clinic ul{
  display: flex;
  flex-wrap: wrap;
}
#top_clinic li{
  display: flex;
  width: calc(50% - 7.5px);
  margin-right: 15px;  
  margin-bottom: 15px;
}
#top_clinic li:nth-of-type(2n){ margin-right: 0px;}
#top_clinic li a{
  display: block;
  background-color: #fff;
  padding: 15px;
}
#top_clinic li a:link,
#top_clinic li a:visited{text-decoration: none;}
#top_clinic li img{
  margin: 0px auto 10px;
  display: block;
  width: 80px;
}
#top_clinic li h3{
  font-family: "Shippori Mincho", serif;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#top_clinic li p{
  font-size: 0.9em;
  line-height: 1.5em;
}
@media print, screen and (min-width: 768px){
  .top_clinic_inr{
    padding: 100px 0px;
  }
  #top_clinic h2{
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  #top_clinic li{
    width: calc(50% - 15px);
    margin-right: 30px;    
    margin-bottom: 30px;
  }
  #top_clinic li a{
    padding: 25px;
  }
  #top_clinic li a:hover{
    box-shadow: 0px 0px 30px #ffd4ca;
    transform: translateY(-10px);
  }
  #top_clinic li a:hover img{ opacity: 1;}
  #top_clinic li img{
    margin: 0px auto 15px;
    width: 100px;
  }
  #top_clinic li h3{
    font-size: 1.3em;
  }
  #top_clinic li p{
    font-size: 1.0em;
    line-height: 2.0em;
  }
}
@media print, screen and (min-width: 992px){
  .top_clinic_inr{
    padding: 140px 0px;
  }
  #top_clinic h2{
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  #top_clinic ul{
    margin-bottom: 30px;
  }
  #top_clinic li{
    width: calc(25% - 11.25px);    
    margin-right: 15px;
    margin-bottom: 0px;
  }
  #top_clinic li a{
    padding: 20px;
  }
  #top_clinic li:nth-of-type(2n){ margin-right: 15px;}
  #top_clinic li:nth-of-type(4n){ margin-right: 0px;}
  #top_clinic li h3{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .top_clinic_inr{
    padding: 180px 0px;
  }
  #top_clinic h2{
    font-size: 2.4em;
    margin-bottom: 40px;
  }
  #top_clinic ul{
    margin-bottom: 40px;
  }
  #top_clinic li{
    width: calc(25% - 15px);    
    margin-right: 20px;
  }
  #top_clinic li a{
    padding: 25px;
  }
  #top_clinic li:nth-of-type(2n){ margin-right: 20px;}
  #top_clinic li:nth-of-type(4n){ margin-right: 0px;}
  #top_clinic li img{
    width: 120px;
  }
  #top_clinic li h3{
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1500px){
  .top_clinic_inr{
    padding: 220px 0px;
  }
  #top_clinic h2{
    font-size: 2.6em;
    margin-bottom: 50px;
  }
  #top_clinic ul{
    margin-bottom: 50px;
  }
  #top_clinic li{
    width: calc(25% - 22.5px);    
    margin-right: 30px;
  }
  #top_clinic li a{
    padding: 30px;
  }
  #top_clinic li:nth-of-type(2n){ margin-right: 30px;}
  #top_clinic li:nth-of-type(4n){ margin-right: 0px;}
  #top_clinic li img{
    margin: 0px auto 20px;
    width: auto;
  }
  #top_clinic li h3{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1500px){
  .top_clinic_inr{
    padding: 250px 0px;
  }
}

#top_day{
  padding: 20px 0px 25px;
}
#top_day h2{
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #69522c;
  margin-bottom: 15px;
}
#top_day h2 span{
  display: block;
  font-size: 0.5em;
  margin-bottom: 5px;
}
#top_day li{
  display: block;
  margin-bottom: 15px;
}
#top_day li h3{
  font-family: "Shippori Mincho", serif;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
#top_day li p{
  font-size: 0.9em;
  line-height: 1.5em;
}
@media print, screen and (min-width: 768px){
  #top_day{
    padding: 20px 0px 70px;
  }
  #top_day h2{
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  #top_day ul{
    display: flex;
    flex-wrap: wrap;
  }
  #top_day li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 0px;
  }
  #top_day li:nth-of-type(2n){ margin-right: 0px;}
  #top_day li a:hover img{
    opacity: 1;
    transform: translateY(-10px);
  }
  #top_day li h3{
    font-size: 1.15em;
  }
  #top_day li p{
    font-size: 0.95em;
    line-height:2.0em;
  }
}
@media print, screen and (min-width: 992px){
  #top_day{
    padding: 30px 0px 90px;
  }
  #top_day h2{
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  #top_day li h3{
    font-size: 1.4em;
  }
  #top_day li p{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_day{
    padding: 40px 0px 110px;
  }
  #top_day h2{
    font-size: 2.4em;
    margin-bottom: 40px;
  }
  #top_day li{
    width: calc(50% - 30px);
    margin-right: 60px;
  }
  #top_day li h3{
    font-size: 1.5em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_day{
    padding: 50px 0px 130px;
  }
  #top_day h2{
    font-size: 2.6em;
    margin-bottom: 50px;
  }
}

#top_recruit{
  background: url("../images/bg_top_recruit.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 15px 20px 0px;
}
#top_recruit h3{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 10px;
}
#top_recruit p{
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    padding: 90px 30px 30px 0px;
  }
  #top_recruit h3{
    font-size: 1.7em;
    margin-bottom: 15px;
  }
  #top_recruit p{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  #top_recruit{
    padding: 130px 40px 40px 0px;
  }
  #top_recruit h3{
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  #top_recruit p{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_recruit{
    padding: 160px 40px 50px 0px;
  }
  #top_recruit h3{
    font-size: 1.9em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_recruit{
    padding: 200px 40px 70px 0px;
  }
  #top_recruit h3{
    font-size: 2.0em;
    margin-bottom: 30px;
  }
  #top_recruit p{
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1800px){
  .top_recruit_inr{
    margin-left: 110px;
  }
}


/* news.html
---------------------------------------------------- */
.news_table{
	width:100%;
}
.news_table th{
  display: block;
  color: #999;
  font-weight: 400;
  font-size: 0.9em;
  padding-top: 10px;
  vertical-align: top;
}
.news_table th em{
  display: inline-block;
  font-style: normal;
  color: #f66;
  font-size: 0.8em;
  font-weight: 700;
  width: 30px;
}
.news_table th span{
  display: inline-block;
  background-color: #ffabb8;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 5px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 10px;
}
.news_table td{
  display: block;
	padding:0px 0px 10px 30px;
  font-size: 0.9em;
  line-height: 1.5em;
  border-bottom: 1px solid #e9e4e0;
}
.news_table a{
  display: inline-block;
}
.news_table a:link,
.news_table a:visited{ text-decoration: none;}
.news_table a:hover{ opacity: 0.7;}
@media print, screen and (min-width: 768px){
  .news_table td{
    line-height: 2.0em;
    padding-top: 15px;
  }
  .news_table td{
  	padding:0px 0px 15px 30px;
  }
}
@media print, screen and (min-width: 992px){
  .news_table th{
    display: table-cell;
    padding: 20px 10px;
    border-bottom: 1px solid #e9e4e0;
    width: 35%;
  }
  .news_table th span{
    margin-right: 20px;
  }
  .news_table td{
    display: table-cell;
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .news_table th{
    padding: 25px 10px;
    width: 30%;
  }
  .news_table th em{
    font-size: 0.95em;
    width: 40px;
  }
  .news_table td{
    padding: 25px 10px 25px 0px;
  }
}
@media print, screen and (min-width: 1500px){
  .news_table th{
    width: 25%;
  }
}
@media print, screen and (min-width: 1800px){
  .news_table th{
    width: 25%;
  }
}


/* detail.html
---------------------------------------------------- */
.news_detail_cate{
  margin-bottom: 10px;
}
.news_detail_cate strong{
  display: inline-block;
  background-color: #ffabb8;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 5px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 10px;
}
.news_detail_cate em{
  display: inline-block;
  font-style: normal;
  color: #f66;
  font-size: 0.8em;
  font-weight: 700;
}
.news_detail_date{
  float: right;
  color: #999;
  font-size: 12px;
}
@media print, screen and (min-width: 768px){
  .news_detail_cate{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .news_detail_cate strong{
    margin-right: 20px;
  }
  .news_detail_date{
    margin-top: 10px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .news_detail_cate em{
    font-size: 0.95em;
  }
}


/* clinic.html
---------------------------------------------------- */
.bg_clinic01{
  background: url("../images/bg_clinic01.png") no-repeat center top;
  background-size: contain;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px){
  .bg_clinic01{
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_clinic01{
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .bg_clinic01{
    padding-top: 90px;
  }
}


/* medicine.html
---------------------------------------------------- */
.medicine_naika{
  display: flex;
  flex-wrap: wrap;
}
.medicine_naika li{
  display: block;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  background-color: #fff;
  padding: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #ffabb8;
  text-align: center;
  margin-bottom: 10px;
}
.medicine_naika li:nth-of-type(2n){ margin-right: 0px;}
@media print, screen and (min-width: 768px){
  .medicine_naika li{
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 30px;
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .medicine_naika li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    font-size: 1.5em;
  }
  .medicine_naika li:nth-of-type(2n){ margin-right: 30px;}
  .medicine_naika li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
  .medicine_naika li{
    padding: 40px;
  }
  .medicine_naika li{
    font-size: 1.7em;
  }
}

.flow_step_item {
  display: flex;
}
.flow_step_item_inr {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.flow_step_item_inr:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #ffb8a2;
}
.flow_step_item_text {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 30px;
}
.flow_step_item:last-child .flow_step_item_inr {
  min-height: auto !important;
}
.flow_step_item:last-child .flow_step_item_inr:after {
  display: none !important;
}
.flow_step_item:last-child .flow_step_item_text {
  padding-bottom: 0px !important;
}
.flow_step_item_inr .step {
  color: #fff;
  font-weight: 600;
  font-size: 1.0em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  background-color: #ffb8a2;
}
.flow_step_item_inr .step .in {
  display: block;
  margin: auto;
}
.flow_step_item_inr .step .in > strong {
  font-size: 1.5em;
  display: block;
}
.flow_step_item_text .column {
  padding-top: 10px;
}
.flow_step_item_text .column h4 {
  color: #69522c;
  font-weight: 700;
  font-size: 1.2em;
  line-height: normal;
  margin-bottom: 0.5em;
}
/*.flow_step_item_text .column h5 {
  font-weight: 700;
  font-size: 1.0em;
  line-height: normal;
  margin-bottom: 0.5em;
}*/
.flow_step_item_text .column p, 
.flow_step_item_text .column ul{
  margin-bottom: 0;
}
.flow_step_item_text .column ul {
  padding-left: 0;
  list-style: none;
}
.flow_step_item_text .column ul > li {
  padding-left: 1em;
  position: relative;
}
.flow_step_item_text .column ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
}
/*.flow_step_item_text .image {
  max-width: 500px;
  width: 50%;
  margin-top: 10px;  
}
.flow_step_item_text .image img{border-radius: 5px;}*/
@media print, screen and (min-width: 768px) {
  .flow_step_item_inr {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .flow_step_item_text {
    padding-left: 60px;
    padding-bottom: 40px;
  }
  .flow_step_item_inr .step {
    font-size: 1.5em;
  }
  .flow_step_item_text .column {
    padding-top: 20px;
  }
  .flow_step_item_text .column h4 {
    font-size: 1.3em;
  }
  /*.flow_step_item_text .image img{border-radius: 10px;}*/
}
@media print, screen and (min-width: 992px) {
  .flow_step_item_inr {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .flow_step_item_inr .step {
    font-size: 1.8em;
  }
  .flow_step_item_text {
    font-size: 1rem;
    display: flex;
    padding-bottom: 50px;
  }
  .flow_step_item_text .column {
    flex: 1 1 0;
    order: 2;
  }
  .flow_step_item_text .column h4 {
    font-size: 1.4em;
  }
  /*.flow_step_item_text .image {
    width: auto;
    flex: 0 0 30%;
    padding-right: 30px;
    margin: 0;
    display: flex;
    order: 1;
  }
  .flow_step_item_text .image img {
    margin: auto;
  }*/
}
@media print, screen and (min-width: 1200px) {
  .flow_step_item_text .column h4 {
    font-size: 1.5em;
  }
  /*.flow_step_item_text .column h5 {
    font-size: 1.1em;
  }*/
}
@media print, screen and (min-width: 1500px) {
  .flow_step_item_text .column h4 {
    font-size: 1.6em;
  }
  /*.flow_step_item_text .column h5 {
    font-size: 1.2em;
  }*/
}


/* dayservice.html
---------------------------------------------------- */
.day_service{
  display: flex;
  flex-wrap: wrap;
}
.day_service li{
  display: block;
  width: calc(50% - 7.5px);
  border: 1px solid #ffd4ca;
  padding: 15px 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.day_service li:nth-of-type(2n){ margin-right: 0px;}
.day_service li img{
  display: block;
  width: 120px;
  margin: 0px auto 10px;
}
.day_service li p{
  font-weight: 600;
  font-size: 1.0em;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .day_service li p{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  .day_service li{
    width: calc(25% - 11.25px);
    padding: 20px 5px;
  }
  .day_service li:nth-of-type(2n){ margin-right: 15px;}
  .day_service li:nth-of-type(4n){ margin-right: 0px;}
  .day_service li img{
    width: 150px;
  }
  
}
@media print, screen and (min-width: 1200px){
  .day_service li{
    width: calc(25% - 22.5px);
    margin-right: 30px;
    padding: 30px 5px;
    margin-bottom: 30px;
  }
  .day_service li:nth-of-type(2n){ margin-right: 30px;}
  .day_service li:nth-of-type(4n){ margin-right: 0px;}
  .day_service li img{
    width: 180px;
  }
}
@media print, screen and (min-width: 1500px){
  .day_service li img{
    width: 200px;
  }
  .day_service li p{
    font-size: 1.2em;
  }
}

.flow_time{
  display: flex;
	align-items: start;
}
.flow_time .time{
  font-size: 1.3em;
  font-weight: 700;
	color: #ffabb8;
	min-width: 100px;
	max-width: 100px;
  display: flex;
  justify-content: flex-start;
}
.flow_time .time >i {
  margin-left: auto;
}
.flow_time .naiyou{
	border-collapse: collapse;
	border-left: 1px solid #ffabb8;
	padding-left: 30px;
	margin-left: -10px;
	padding-bottom: 20px;
}
.flow_time .naiyou p{
  font-weight: 500;
}
@media print, screen and (min-width: 768px){
	.flow_time .time{
		min-width: 120px;
		max-width: 120px;
	}
  .flow_time .naiyou{
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .flow_time .time{
    font-size: 1.5em;
  }
  .flow_time .naiyou{
    margin-left: -13px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
	.flow_time .time{
		min-width: 140px;
		max-width: 140px;
	}
  .flow_time .naiyou{
    padding-left: 80px;
  }
}


/* grouphome.html
---------------------------------------------------- */
.group_philo{
  display: flex;
  flex-wrap: wrap;
}
.group_philo li{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.group_philo li img{
  display: block;
  width: 120px;
  margin: 0px auto 10px;
}
.group_philo li p{
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .group_philo li{
    width: calc(33.333333% - 0px);
    border-right: 1px solid #ffd4ca;
    margin-bottom: 0px;
  }
  .group_philo li:last-child{ border-right:none;}
  .group_philo li p{
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .group_philo li img{
    width: 160px;
    margin: 0px auto 15px;
  }
  .group_philo li p{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .group_philo li img{
    width: 180px;
    margin: 0px auto 30px;
  }
  .group_philo li p{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1500px){
  .group_philo li img{
    width: 200px;
  }
  .group_philo li p{
    font-size: 1.3em;
  }
}

.group_event{
  display: table;
}
.group_event dt{
  display: table-cell;
  vertical-align: middle;  
  width: 100px;
}
.group_event01{padding-right: 30px;}
.group_event02{padding-right: 30px;}
.group_event dd{
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px){
  .group_event dt{
    width: 160px;
  }
  .group_event01{padding-right: 60px;}
  .group_event02{padding-left: 30px;}
}
@media print, screen and (min-width: 992px){
  .group_event dt{
    width: 180px;
  }
}
@media print, screen and (min-width: 1200px){
  .group_event dt{
    width: auto;
  }
}
@media print, screen and (min-width: 1500px){
}


/* recruit.html
---------------------------------------------------- */
.recruit_ideal{
  display: flex;
  flex-wrap: wrap;
}
.recruit_ideal li{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.recruit_ideal li img{
  display: block;
  width: 130px;
  margin: 0px auto 10px;
}
.recruit_ideal li p{
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .recruit_ideal li{
    width: calc(33.333333% - 0px);
    margin-bottom: 0px;
  }
  .recruit_ideal li img{
    width: 150px;
  }
}
@media print, screen and (min-width: 992px){
  .recruit_ideal li img{
    width: 180px;
    margin: 0px auto 15px;
  }
  .recruit_ideal li p{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1200px){
  .recruit_ideal li img{
    width: 210px;
  }
}
@media print, screen and (min-width: 1500px){
  .recruit_ideal li img{
    width: 240px;
  }
  .recruit_ideal li p{
    font-size: 1.3em;
  }
}

.recruit_interview{
  display: table;
  width: 100%;
}
.recruit_interview dt{
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
.recruit_interview dd{
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  padding-left: 30px;
  font-weight: 600;
  color: #69522c;
}
@media print, screen and (min-width: 768px){
  .recruit_interview dd{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 992px){
  .recruit_interview dt{
    width: 15%;
  }
  .recruit_interview dd{
    width: 85%;
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}


/* company.html
---------------------------------------------------- */
.bg_company{
  background: url("../images/bg_company.png") no-repeat center bottom;
  background-size: contain;
}
@media print, screen and (min-width: 992px){
  .bg_company{
    background-attachment: fixed;
  }
}

.company_access{
  border-left: 3px solid #ccc;
  padding:10px 0px 10px 20px;
}
@media print, screen and (min-width: 768px){
  .company_access{
    border-left: 4px solid #ccc;
    padding:15px 0px 15px 30px;
  }
}







/* contact.html
---------------------------------------------------- */
.contact_tel{
  background-color: #e9e4e0;
  padding: 20px 30px;
  text-align: center;
}
.contact_tel i{
  color: #f66;
  font-size: 2.0em;
  margin-bottom: 5px;
}
.contact_tel h3{
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.contact_tel span{
  font-size: 2.5em;
  font-weight: 700;
  color: #f66;
}
.contact_tel a:link,
.contact_tel a:visited{ text-decoration: none;color: #f66;}
@media print, screen and (min-width: 768px){
  .contact_tel{
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .contact_tel{
    padding: 40px 30px;
  }
  .contact_tel i{
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  .contact_tel h3{
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .contact_tel span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_tel h3{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1500px){
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
  border-bottom: none;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: calc(33.333333% - 6.6666666px);
  margin-right:10px;
}
.nav-tabs .nav-item:nth-of-type(3n){ margin-right: 0px;}
.nav-tabs .nav-link{ 
  display: block;/*上下中央にする場合はdisplay:flexにする*/
  justify-content: center;
  align-items: center;
  width: 100%;
  border:none!important;
  border-radius: 0px!important;
  background-color: #ffd4ca;
  color: #69522c!important;
  padding: 15px 0px 10px!important;
  font-size: 0.9em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs a i{ 
  display: block;
  margin: 0px auto 5px;
  font-size: 1.5em;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  /*border-top: 1px solid #880000!important;
  border-left: 1px solid #880000!important;
  border-right: 1px solid #880000!important;
  border-bottom: 1px solid #880000!important;*/
  color: #69522c!important; 
  background-color: #fae37c!important;
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none;}
/*.tab-content{
  background-color: #fff;
  padding: 15px 0px 0px;
}*/
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    width: calc(33.333333% - 10px);
    margin-right:15px;
  }
  .nav-tabs .nav-link{ 
    padding: 15px 0px!important;
    font-size: 1.0em;
  }
  .nav-tabs a i{ 
    font-size: 1.8em;
  }
  /*.tab-content{
    padding: 30px 0px 0px;
  }*/
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{ 
    width: calc(33.333333% - 20px);
    margin-right:30px;
  }
  .nav-tabs .nav-link{ 
    padding: 20px 0px!important;
    font-size: 1.1em;
  }
  /*.tab-content{
    padding: 40px 0px 0px;
  }*/
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  display: flex;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab li:nth-of-type(2n){ margin-right: 0px;}
.category_tab li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none!important;
  /*border: 1px solid #e9e4e0;*/
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#ffd4ca;
  /*border-radius: 0.25rem;*/
  color: #69522c;
  font-weight: 700;
  line-height: 1.5em;
  transition: all 0.3s ease 0s;
}
.category_tab li a i{ font-size: 1.2em; margin-right: 5px;}
.category_tab li a:hover img{ opacity: 1;}
.category_tab li a:hover,
.category_tab li a.active{background-color:#fae37c;}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab li a{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab li{
    width: calc(25% - 11.25px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .category_tab li a{
    padding: 20px 0px;
    font-size: 1.1em;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 15px;}
  .category_tab li:nth-of-type(4n){ margin-right: 0px;}
}


/* タイトル
---------------------------------------------------- */
#h2-news{background: url("../images/bg_h2_news.jpg") no-repeat center; background-size: cover;}
#h2-clinic{background: url("../images/bg_h2_clinic.jpg") no-repeat center; background-size: cover;}
#h2-medicine{background: url("../images/bg_h2_medicine.jpg") no-repeat center; background-size: cover;}
#h2-dayservice{background: url("../images/bg_h2_dayservice.jpg") no-repeat center; background-size: cover;}
#h2-grouphome{background: url("../images/bg_h2_grouphome.jpg") no-repeat center; background-size: cover;}
#h2-access{background: url("../images/bg_h2_access.jpg") no-repeat center; background-size: cover;}
#h2-recruit{background: url("../images/bg_h2_recruit.jpg") no-repeat center; background-size: cover;}
#h2-entry{background: url("../images/bg_h2_entry.jpg") no-repeat center; background-size: cover;}
.h2-style{
  background:rgba(105,82,44,0.3);
  padding: 40px 0px;
  position: relative;
}
.h2-style h2{
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.h2-style h2 strong{
  display: block;  
  font-weight: 700;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.h2-style h2 span{
  display: block;  
  font-size: 1.5em;
  font-weight: 600;   
}
.news_scroll{
  position: absolute;
  bottom: 0px;
  margin     : auto;
  width      : 100%;
  font-size  : 3.0em;
  font-weight: 300;
  color: rgba(0,0,0,0.2);
  text-align : center;
  overflow   : hidden;
}
.news_scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 50s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    padding: 70px 0px;
  }
  .h2-style h2 strong{
    font-size: 1.0em;
  }
  .h2-style h2 span{
    font-size: 2.0em;
  }
  .news_scroll{
    font-size  : 6.0em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    padding: 90px 0px;
  }
  .h2-style h2 strong{
    font-size: 1.1em;
  }
  .h2-style h2 span{
    font-size: 2.5em;
  }
  .news_scroll{
    font-size  : 7.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    padding: 130px 0px;
  }
  .h2-style h2 strong{
    font-size: 1.2em;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
  .news_scroll{
    font-size  : 8.0em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style{
    padding: 160px 0px;
  }
  .h2-style h2 strong{
    font-size: 1.3em;
  }
  .h2-style h2 span{
    font-size: 3.5em;
  }
  .news_scroll{
    font-size  : 9.0em;
  }
}

.title01{
  font-family: "Shippori Mincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #69522c;
  text-align: center;
  margin-bottom: 20px;
}
.title01 span{
  display: block;
  font-size: 0.5em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    font-size: 2.5em;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 2.8em;
    margin-bottom: 60px;
  }
}

.title02{
  font-size: 1.2em;
  font-weight: 700;
  color: #69522c;
  padding-bottom: 10px;
  border-bottom:1px solid #e9e4e0;  
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.6em;    
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    font-size: 1.8em; 
    padding-bottom: 15px;    
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 2.0em;
  }
}

.title03{
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.title03::after{
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.2em;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .title03::after{
    width: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.3em;
    padding-left: 60px;
     margin-bottom: 20px;
  }
  .title03::after{
    width: 50px;
  }
}

.title05{
  background-color: #162944;
  padding: 15px;
  font-size: 1.0em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .title05{
    font-size: 1.05em;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    padding: 20px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
  .title05{
    font-size: 1.15em;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:middle;
  font-weight: 700;
	padding:10px 0px 2px 0px;
}
.table-style td{
  display: block;
	padding:0px 0px 10px 0px;
  border-bottom: 1px solid #e9e4e0;
}
.table-style ul{
  margin-left: 18px;
}
@media print, screen and (min-width: 768px){
  .table-style th{
    width: 25%;
    display: table-cell;
    padding: 10px 30px 10px 0px;
    border-bottom: 1px solid #e9e4e0;
  }
  .table-style td{
    display: table-cell;
    padding: 10px 0px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style th{
    padding: 15px 30px 15px;
  }
  .table-style td{
    padding: 15px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #e9e4e0;
  background-color: #f4efea;
  font-weight: 500;  
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #e9e4e0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
}
@media print, screen and (min-width: 992px){
  .table-style2 th,
  .table-style2 td{
    padding:7px 15px;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}

.table-style3{
	width:100%;
  border-collapse: collapse;
}
.table-style3 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: 700;
}
.table-style3 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style3 th{
    padding:10px 20px;
  }
  .table-style3 td{
    padding:10px 20px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style3 th{
    width: 25%;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}

.table-wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
.table-wrap::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap::before,
  .table-wrap::after{
    display: none;
  }
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  display: inline-block;
  width: 220px;
  padding: 15px 20px;
  text-align: center;
  color: #fff;  
  background: linear-gradient(to right, #ffb8a2, #ffabb8);
  position: relative;
  user-select: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: 0.5s ease;
}
.btn-style i{
  float: right;
  font-size: 1.4em;
  color: #fff;
}
.btn-style:link,
.btn-style:visited{ text-decoration: none;color: #fff;}
@media print, screen and (min-width: 992px){
  .btn-style{
    width: 280px;
    padding: 18px 25px;
    background: linear-gradient(to right, #ffabb8, #f66);
  }
  .btn-style:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s;    
    background: linear-gradient(to right, #ffb8a2, #ffabb8);
  }
  .btn-style span {
    position: relative;
    z-index: 1;
  }
  .btn-style:hover {
    color: #fff;
  }
  .btn-style:hover:after {
    opacity: 0;
  }
  .btn-style i{
    font-size: 1.6em;
  }
}

.btn-style2{
  display: inline-block;
  width: 240px;
  padding: 15px 20px;
  text-align: center;
  color: #36c;
  background-color: #fff;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  transition: color 0.5s ease;
}
.btn-style2:hover {
  color: #36c;
}
.btn-style2:hover::before {
  transform: scaleY(1);
}
.btn-style2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b4d4e5;
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-style2 span{
  position: relative;
}
.btn-style2 span i{
  float: right;
  margin-top: 8px;
}
.btn-style2:link,
.btn-style2:visited{ text-decoration: none;color: #36c;}
@media print, screen and (min-width: 992px){
  .btn-style2{
    width: 300px;
    font-size: 1.3em;
    padding: 20px 30px;
  }
}

.btn-detail{
  background-color: #fff;
  border: #e9e4e0 solid 1px;
  display: inline-block;  
  padding:5px 20px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s!important;
}
.btn-detail i{ margin-right: 10px;}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; color: #333;}
.btn-detail:hover{ opacity: 0.7;}
@media print, screen and (min-width: 992px){
  .btn-detail{
    padding:10px 40px;
  }
}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #e9e4e0;
  padding-top: 15px;
}
.btn-back a{
	display:inline-block;
  font-weight: 500;
}
.btn-back a:link,
.btn-back a:visited{ color:#333;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    padding-left: 30px;
  }
  .btn-back a:hover{ padding-left: 0px;}
}

/* マップへのボタン */
.btn-map{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
	background-color:#333;
	padding:10px 0px;
	text-align:center;
	display:inline-block;
  width: 200px;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 992px) {
  .btn-map{
    padding:15px 0px;
    width: 250px;
  }
  .btn-map:hover{
    background-color: #666;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  border-top: 1px solid #e9e4e0;
  border-left: 1px solid #e9e4e0;
  border-right: 1px solid #e9e4e0;
  color: #333;
}
.table_form th{
  padding:10px 15px 5px 15px;
  vertical-align:middle;
  text-align:left;
  font-weight: 700;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #e9e4e0;
  padding:0px 15px 10px 15px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #e9e4e0;
    padding:10px 30px 10px 20px;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:10px 20px 10px 0px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:15px 0px 15px 30px;
    width: 25%;
  }
  .table_form td{
    padding:15px 30px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#f66; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;border-radius: 3px;}
/*.table_form*/ th.need:after{ content: "必須";background-color:#f66; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
/*.table_form*/ th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xs{ width:90px!important;}
.form-s{width:120px!important}
.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-xs{ width:120px!important;}
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:12px; border-radius:4px;outline: none;font-weight: 600;}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px 7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #c00;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;
}
input[type="radio"]+label {
  display:inline-block;
  font-size:100%;
  border:1px solid #333;
  border-radius:5px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:10px 10px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 12px 15px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
  font-weight: 600;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #e9e4e0;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 70%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 40px;
  font-size: 0.8em;
  font-weight: 700;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2-2{
	display:block;
	background-color:#333;
	border:1px solid #333;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#888;
	border:1px solid #888;
  border-radius: 4px;
  /*font-size: 0.8em;*/
  font-weight: 700;
	color: #fff;
	cursor:pointer;
	padding:4px 10px;
}
.submit4{
	display:inline-block;
  background: none;
  border: none;
  font-size: 0.9em;
  font-weight: 600;
	color: #333;
	cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
  .submit2,
  .submit2-2{
  	padding:15px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover,
  .submit2-2:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:20px 0px;
  }
  .submit3{
    padding:2px 7px;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
  max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* paging */
div.paging{
  margin-top: 20px;
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-weight: 500;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#69522c;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #69522c;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #e9e4e0;
  border: 1px solid #e9e4e0;
  color:#69522c;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #e9e4e0;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging{
    margin-top: 30px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  div.paging{
    margin-top: 50px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 1px solid #ddd;
}
.googlemap iframe{
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 400px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 500px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 600px;
  }
}


/* youtube
---------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.img-round{border-radius: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}
.img-100{ width: 100%;}
.img-shadow img{box-shadow: 15px 15px 0px 0px rgba(255,212,202,0.9);}/*画像に影（右）*/
.img-shadow2 img{box-shadow: -15px 15px 0px 0px rgba(255,212,202,0.9);}/*画像に影（左）*/

iframe{ vertical-align: bottom;}

.box{
  border: 1px solid #e9e4e0;
  background-color: #fff;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box{padding: 30px 30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 30px 40px;}
}@media print, screen and (min-width: 1200px) {
  .box{ padding: 40px 60px;}
}

.box2{
  background-color: #e9e4e0;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 30px 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box2{padding: 40px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
  margin-bottom: 5px;
}
.ul-check li:before{ content:" \f058";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:7px; color: #2463b2;}


.ul-square li{
  list-style:square;
  margin-left:1.5em;
}
.ul-circle li{
  list-style:circle;
  margin-left:1.5em;
}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #333;*/
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.fsn{ font-style: normal;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.lh24{ line-height: 2.4em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}
.ofh{ overflow: hidden;}

/* フォントサイズ */
.xx-small{ font-size:0.6em;line-height:1.5em;font-weight:normal;}
.x-small{ font-size:0.8em;line-height:1.5em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs70{ font-size: 0.7em!important;}
.fs80{ font-size: 0.8em!important;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em!important;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.fs140{ font-size: 1.4em;}
.fs150{ font-size: 1.5em;}
.middle{font-size:1.1em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.3em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.4em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.5em;}}
.large{font-size:1.4em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.7em;}}
@media print, screen and (min-width: 992px) {.large{font-size:2.1em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.4em;}}
@media print, screen and (min-width: 1500px) {.large{font-size:2.5em;}}
.x-large{font-size:1.6em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.5em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:3.0em;}}
@media print, screen and (min-width: 1700px) {.x-large{font-size:3.5em;}
}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#f66;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.brown{ color: #69522c;}
.pink{ color:#ffabb8;}
.yellow{ color: #fae37c;}

.bg-color01{ background-color: #2aa99b;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}

/* サイズ指定 */
.w-10{ width:10%}
.w-15{ width:15%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%!important}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 130px 0px;}}

.content-s{ padding: 20px 0px; background:url("../images/bg_top_recruit.jpg") no-repeat center; background-size: cover;}
@media print, screen and (min-width: 768px) {.content-s{padding: 40px 0px;}}
@media print, screen and (min-width: 992px) {.content-s{padding: 60px 0px;}}
@media print, screen and (min-width: 1200px) {.content-s{padding: 60px 0px;}}
@media print, screen and (min-width: 1500px) {.content-s{padding: 90px 0px;}}

.content-bg{
  background: url("../images/bg_top.jpg") no-repeat top center #ffeeea;
  background-size: contain;
}
.content-bg_inr{
  background: url("../images/bg_bottom.jpg") no-repeat bottom center;
  background-size: contain;
}
/*.content-bg{ background-color: #f5f5f5; bapadding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content-bg{padding: 130px 0px;}}*/

.content-f{background:#fff;padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-f{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-f{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-f{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content-f{padding: 130px 0px;}}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 110px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 130px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 110px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 130px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 15px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 30px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 30px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 15px;}
  .yohaku_left{ margin-left: 15px;}
  .yohaku_right{ margin-right: 15px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_top{ margin-top: 40px;}
  .yohaku_left{ margin-left: 40px;}
  .yohaku_right{ margin-right: 40px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* 背景アニメーション
---------------------------------------------------- */
.bg1,
.bg2,
.bg3{
  position: relative;
}
.bg1::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#f5f5f5; 
  transition: 0.5s;
  z-index: -1;
}
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:#0c55a2; 
  transition: 0.5s;
  z-index: -1;
}
.bg3::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:url("../images/bg-green2.jpg") repeat; 
  transition: 0.5s;
  z-index: -1;
}
.fadebg::before {
  width: 100%;
}

/* カルーセル（slick） */
/* slick調整 */
.slick-next{ right:0px!important; top: 45%!important;}
.slick-prev{ left:0!important;top: 45%!important;}
.slick-arrow{ z-index:2!important; }

.slick-prev:before{
  color: #333!important;  
  content:" \f053"!important;
  font-family: "Font Awesome 5 Free"!important; 
  font-weight: 900!important;
}
.slick-next:before{
  color: #333!important;
  content:" \f054"!important;
  font-family: "Font Awesome 5 Free"!important; 
  font-weight: 900!important;
}

.slick_box{
  margin: 0px 2px;
}
@media print, screen and (min-width: 768px){
  .slick_box{
    margin: 0px 5px;
  }
}
/* カルーセル（slick） end */