@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #434341;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.rounded{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

#contactForm{
  margin: 0 auto;
  width:40%;
  padding:40px;
  border: 3px solid #ffb875;
}

.button-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #cf8845;
    border-radius: 5px;
    background-color: #ffb875;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: .5s ease;
}

.button-4::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-4:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

@media only screen and (max-width: 767px){
#contactForm{
    width: 80%;
}}

.area-List{
width:50%;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}



/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_home .section{
  padding: 80px 0;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 15px 0 26px;
}
header .hdr1{
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .hdr1 .hdr_logo h1{  
  height: auto;
  display: inline-block;
  line-height: 1;
}
header .hdr1 .hdr_contact a{
  width: 200px;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  border-radius: 23px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff,
    0 0 3px #fff;
}
header .hdr1 .hdr_contact a:hover{
  opacity: 0.7;
  text-decoration: none;
}
header .hdr1 .hdr_contact a.l_1{
  background: #13b5b1;
}
header .hdr1 .hdr_contact a.l_2{
  margin-left: 5px;
  background: #c0e762;
  position: relative;
}
header .hdr1 .hdr_contact a i{
  margin: 0 14px 0 0;
}
header .hdr1 .hdr_contact a.l_2 i{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  /*width: 100%;*/
  position: relative;
  line-height: 1;
}
.gnav > ul > li + li{
  border-left: 1px solid #99d013;
}
.gnav > ul > li#menu-item-104{
  display: none;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  text-decoration: none;
  display: block;
  padding: 0 78px;
  letter-spacing: 0.08em;
}
.gnav > ul > li:first-child a{
  padding-left: 30px;
}
.gnav > ul > li:nth-child(5) a{
  padding-right: 30px;
}
.gnav li a:hover{
  text-decoration: underline;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  height: 649px;
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 145px;
}

footer .ftr1{
  background: #fff4d5;
}
footer .ftr1 .container{
  padding: 20px 10px 30px;
  position: relative;
}
td{
  background-color: #fff;
}
footer .ftr1 .container:after{
  content: "";
  display: block;
  width: 52%;
  padding-top: 30%;
  /*background: url(/images/f_image.png) no-repeat center / contain;*/
  position: absolute;
  right: 13px;
  bottom: 0;
}
footer .ftr1 .logo{
  margin-bottom: 10px;
  display: inline-block;
}
footer .ftr1 p{
  margin-bottom: 15px;
  line-height: 2;
}
footer .ftr1 a.l_1,
footer .ftr1 a.l_2{
  width: 200px;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  border-radius: 23px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
footer .ftr1 a.l_1:hover,
footer .ftr1 a.l_2:hover{
  opacity: 0.7;
  text-decoration: none;
}
footer .ftr1 a.l_1{
  background: #13b5b1;
}
footer .ftr1 a.l_2{
  margin-left: 8px;
  background: #c0e762;
  position: relative;
}
footer .ftr1 a i{
  margin: 0 10px;
}
footer .ftr1 a.l_2 i{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

footer .ftr2{
  
}
footer .ftr2 .container{
  display: flex;
  justify-content: space-between;
}
footer .ftr2 .box1{
  
}
footer .ftr2 .box2{
  text-align: right;
}

footer .ftr3{
  padding: 25px 0 15px;
  background: #acd598;
  border-top: 3px solid #8fc31f;
}
footer .ftr_links{
  display: flex;
  justify-content: center;
}
footer .ftr_links li{
  text-align: center;
  font-size: 15px;
  line-height: 1;
  padding: 0 73px;
  letter-spacing: 0.1em;
}
footer .ftr_links li + li{
  border-left: 2px solid #ffffff;
}
footer .ftr_links li:first-child{
  padding-left: 40px;
}
footer .ftr_links li:nth-child(5){
  padding-right: 40px;
}
footer .ftr_links li.menu-item-104{
  display: none;
}

footer .copy{
  text-align: center;
  font-size: 14px;
  padding: 25px 0 0;
  letter-spacing: 0.1em;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 50%;
}
.footer_fix ul li.btn2{
  width: 50%;
}
.footer_fix ul li a{
  display: block;
  padding: 20px 5px 3px;
  background: #4072b3;
  text-decoration: none;
  color: #ffffff;
  height: 60px;
  text-align: center;
}
.footer_fix ul li.tel a{
  background: #13b5b1;
  text-shadow: 0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff;
  color: #434341;
  height: 60px;
}
.footer_fix ul li.reserve a{
  background: #c0e762;
  text-shadow: 0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff;
  color: #434341;
}
.footer_fix ul li a i{
  font-size: 22px;
  display: block;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404 a{
  width: 285px;
  margin: 80px auto 0;
  padding: 10px;
  background: url(/img/treatment/jumpbtn_bg.jpg) no-repeat center / 100% 100%;
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
}
.pg_404 a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.pg_404 a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 15px 14px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
}
.post_items .item:last-child{
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 145px;
  font-size: 15px;
  color: #5a5a5a;
  border-right: 2px solid;
  font-weight: 400;
  line-height: 1;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 180px);
  padding-left: 40px;
  color: #000000;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  /*content: "\f054";*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
}

.post_items .item.single_item{
  padding: 20px 35px 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 14px solid #aed6a0;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .date{
  border-right: 0;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: 1px solid #d3d3d3;
  letter-spacing: 0.06em;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 25px;
  letter-spacing: 0.06em;
}
.post_items .post_content strong{
  font-weight: 500;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 70px;
}
.pg_news .pagination{
  margin-top: 40px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 3px 13px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 250px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 8px 50px;
  position: relative;
  font-weight: 500;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 16px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 16px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #ff991c;
  color: #ffffff;
  padding: 9px 119px;
  font-weight: 700;
}
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover,
.pagination .nav-posts .page-archive a:hover{
  opacity: 0.7;
  text-decoration: none;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #8c8c8c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{
  
}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  
  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  /*padding: 30px 0 50px;*/
}
.home .main{
  /*padding: 0 0 50px;*/
}

.tt1{
  margin-bottom: 50px;
  padding: 12px 0 0 40px;
  font-weight: 500;
  position: relative;
  /*background: url(/images/symbol104.png) no-repeat left bottom;*/
}
.tt1 span{
  font-size: 18px;
  padding: 4px 28px 0;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted;
  display: block;  
}
.tt2{
  font-size: 20px;
  margin-bottom: 55px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.tt2:before{
  width: 78px;
  height: 70px;
  margin-right: 25px;
  margin-bottom: -10px;
  content: "";
  /*background: url(/images/symbol104.png) no-repeat center / contain;*/
  display: inline-block;
}
.tt2:after{
  width: 44px;
  height: 46px;
  margin-left: 20px;
  margin-bottom: -10px;
  content: "";
  /*background: url(/images/symbol104.png) no-repeat center / contain;*/
  display: inline-block;
}
.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  position: absolute;
  right: 10px;
  top: 18px;  
}
.read_more a{
  display: block;
  width: 110px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1px 0;
  border-radius: 0;
  background: #80c269;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.read_more a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.read_more a:after{
  /*content: "\f054";*/
  /*content: "\f105";*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.center{
  text-align: center;
}
.pg_home .tt1{
  margin-bottom: 20px;
}
.pg_home .section#sec1{
  padding: 67px 0 70px;
}
.pg_home .section#sec1 .large{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.79;
  padding-left: 15px;
}
.pg_home .section#sec2{
  padding: 55px 0;
  background: #f3f8e6;
}
.pg_home .section#sec2 .container{
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.cmn_2{
  margin: 0 -30px;
}
.cmn_2 .item{  
  width: 50%;
  padding: 0 30px;
}
.pg_home .section#sec2 .cmn_2 .item{
  margin-bottom: 25px;
}
.pg_home .section#sec2 .cmn_2 .item .bg{
  padding-bottom: 15px;
  line-height: 1.5;
  border-bottom: 1px dotted;
}
.pg_home .section#sec2 .cmn_2 .item .date{
  font-size: 14px;
  letter-spacing: 0.15em;
}
.pg_home .section#sec2 .cmn_2 .item .title{
  font-size: 16px;
  font-weight: 400;
}
.pg_home .section#sec2 .cmn_2 .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.pg_home .section#sec3 .container{
  position: relative;
}
.pg_home .section#sec3 .tt1{
  margin-bottom: 25px;
  /*background: url(/images/symbol104.png) no-repeat left bottom;*/  
}
.pg_home .section#sec3 .tt1 span{
  padding: 2px 21px 0;
}
.pg_home .section#sec3 dl{
  margin-top: 15px;
  align-items: center;
}
.pg_home .section#sec3 dt{
  width: 82px;
  font-size: 14px;
  margin-right: 25px;
  background: #84ccc9;
  border-radius: 13px;
  text-align: center;
  line-height: 1.75;
}
.pg_home .section#sec3 .caution{
  position: absolute;
  right: 10px;
  bottom: -20px;
}
.pg_home .section#sec4{
  padding-top: 0;
}
.pg_home .section#sec4 .tt2{  
  margin-bottom: 8px;
}
.cmn_4{
  margin: 0 -22px;
}
.pg_home .section#sec4 .cmn_4{
  margin-top: 50px;
}
.cmn_4 .item{
  width: 25%;
  padding: 0 22px;
  margin: 0 auto;
}
.pg_home .section#sec4 .cmn_4 .item{
  letter-spacing: 0.03em;  
}
.pg_home .section#sec4 .cmn_4 .item a{
  display: block;
}
.pg_home .section#sec4 .cmn_4 .item a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.pg_home .section#sec4 .cmn_4 .item .img{
  text-align: center;
}
.pg_home .section#sec4 .cmn_4 .item h4{
  padding: 10px;
  margin: 10px 0;
  /*background: url(/images/symbol104.png) no-repeat center / 100% 100%;*/
  text-align: center;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px){
.pg_home .section#sec4{
  padding-top: 0;
  padding-bottom: 0; 
}
}

/* **********************************
 *  はじめての方へ
 * ********************************* */
.large.center{
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
}
.pg_guide .section#sec2{
  padding-top: 40px;
}
.pg_guide .section#sec2 .flex{
  justify-content: space-between;
  align-items: flex-start;
}
.pg_guide .section#sec2 .history{
  width: 50%;
}
.pg_guide .section#sec2 .history h3{
  font-size: 16px;
  padding: 2px 12px;
  margin-bottom: 25px;
  background: #ff991c;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.pg_guide .section#sec2 .history dl{
  padding: 15px 10px;
  display: flex;
  line-height: 1;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted;
}
.pg_guide .section#sec2 .history dl + dl{
  margin-top: 4px;
}
.pg_guide .section#sec2 .history dt{
  width: 150px;
  border-right: 1px solid;
}
.pg_guide .section#sec2 .history dd{
  width: calc(100% - 160px);
  padding-left: 30px;
}
.pg_guide .section#sec2 .img{
  width: 26.8%;
  text-align: right;
}
.pg_guide .section#sec2 .img:before{
  padding-top: 134%;
  content: "";
  display: block;
}
.rule_1 .txt{
  width: 73%;
  padding-right: 20px;
  line-height: 1.88;
}
.rule_1 .img{
  width: 27%;
}
.pg_guide .section#sec3 .green{  
  font-size: 18px;
  margin: 5px 0;
  display: block;
  color: #13b5b1;
  font-weight: 500;
}
.pg_guide .section#sec3 .ttl{
  margin: 30px 0 10px;
}
.pg_guide .section#sec3 .ttl span{
  width: 150px;
  display: block;
  background: #ff991c;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
  padding-left: 0.4em;
}
.cmn_3{
  margin: 0 -25px;
}
.cmn_3 .item{
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 35px;
}
.pg_guide .section#sec4 .img:before{
  display: block;
  padding-top: 75%;
  content: "";
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}

/* **********************************
 *  診療案内
 * ********************************* */
/*.pg_treatment{
  padding-bottom: 80px;
}*/
.cmn_4{
  margin: 0 -25px;
}
.cmn_4 .item{
  width: 30%;
  padding: 0 25px;
}
.pg_treatment .section#sec1 .tt2{
  margin-bottom: 75px;
}
.pg_treatment .section#sec1 li a{
  padding: 10px;
  background:#80c269 ;
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
}
.pg_treatment .section#sec1 li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.pg_treatment .section#sec1 li a:after{  
  /*content: "\f105";*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.rule_1 .txt.pr130{
  padding-right: 130px;
}
.pg_treatment .section#sec2{
  padding-top: 55px;
}
.pg_treatment .tt1 {
  margin-bottom: 42px;
  padding: 5px 0 0 50px;
}
.pg_treatment .tt1 span {
  padding: 4px 28px 7px;
}

.rule_1 .txt .ttl{
  margin: 20px 0 10px;
}
.rule_1 .txt .ttl span{
  padding: 2px 10px;
  display: inline-block;
  background: #ff991c;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
  padding-left: 1em;  
}
.rule_1 .txt li{
  padding: 0 0 0 25px;
  position: relative;
}
.rule_1 .txt li:before{
  content: "□";
  color: #ff991c;
  position: absolute;
  left: 0;
  top: 0;
}
.pg_treatment .rule_1 .img{
  margin-top: 10px;
}

.pg_treatment .section#sec4 table{
  width: 100%;
  font-size: 15px;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}
.pg_treatment .section#sec4 th,
.pg_treatment .section#sec4 td{  
  padding: 8px 12px;
  line-height: 1.5;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.pg_treatment .section#sec4 th,
.pg_treatment .section#sec4 tr > td:first-of-type{
  padding: 5px;
  background: #f3f8e6;
  font-weight: 500;
  text-align: center;
}
.pg_treatment .section#sec4 th{
  font-size: 16px;
  letter-spacing: 0.15em;
  padding-left: 0.5em;
}
.pg_treatment .section#sec4 .tbl_1 thead tr > th:first-of-type{
  width: 16%;
}
.pg_treatment .section#sec4 .tbl_1 thead tr > th:nth-of-type(2){
  width: 26%;
}
.pg_treatment .section#sec4 .tbl_1 thead tr > th:nth-of-type(3){
  width: 21%;
}
.pg_treatment .section#sec4 .tbl_1 thead tr > th:nth-of-type(4){
  width: 37%;
}
.pg_treatment .section#sec4 td .center{
  display: block;
  text-align: center;
}
.pg_treatment .section#sec4 .tbl .js-scrollable + .ttl{
  margin-top: 60px;
}
.pg_treatment .section#sec4 .tbl .ttl span{
  padding: 2px 0 2px 10px;
}
.pg_treatment .section#sec4 .tbl_2 thead tr > th:first-of-type{
  width: 16%;
}
.pg_treatment .section#sec4 .tbl_2 thead tr > th:nth-of-type(2){
  width: 62%;
}
.pg_treatment .section#sec4 .tbl_2 thead tr > th:nth-of-type(3){
  width: 22%;
}
.pg_treatment .section#sec4 .tbl_2 tbody tr > td:nth-of-type(3){
  padding: 5px 0;
  text-align: center;
}
.pg_treatment .section#sec4 .tbl_2 tr > td:first-of-type{
  letter-spacing: -0.1em;
}
.pg_treatment .section#sec4 .tbl_2 td{
  height: 59px;
}
.pg_treatment .section#sec4 .tbl + .ttl{
  margin-top: 60px;
}
.pg_treatment .section#sec4 ul{
  letter-spacing: 0.21em;
}
.pg_treatment .section#sec4 li{
  white-space: pre;
}
.pg_treatment .section#sec4 ul + .ttl{
  margin-top: 28px;
}

/* **********************************
 *  クリニック通信
 * ********************************* */
.pg_communication{
  padding-bottom: 80px;
}
.pg_communication .tt2 {
  margin-bottom: 70px;
}
.commu_items .item{
  border-bottom: 1px solid #aed6a0;
}
.commu_items .item a{
  padding-left: 20px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  border-left: 5px solid #aed6a0;
}
.commu_items .item + .item{
  margin-top: 50px;
}
.commu_items .item .title{
  width: calc(100% - 160px);
  font-size: 18px;
  font-weight: 500;
}
.commu_items .item .read{
  width: 150px;
  font-size: 14px;
  padding: 5px;
  font-weight: 500;
  display: block;
  text-align: center;
  border-radius: 23px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff, 
    0 0 3px #fff;
  background: #c0e762;
  position: relative;
}
.commu_items .item i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.commu_items .item a:hover{
  opacity: 0.7;
  text-decoration: none;
}

/* 詳細 */
.pg_communication .pagination{
  margin-top: 80px;
}


/* **********************************
 *  病院概要
 * ********************************* */
.pg_about{
  padding-bottom: 80px;
}
.pg_about .section#sec1 table{
  width: 100%;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
}
.pg_about .section#sec1 th,
.pg_about .section#sec1 td{
  padding: 15px 30px;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  letter-spacing: 0.2em;
}
.pg_about .section#sec1 th{
  width: 260px;
  background: #f3f8e6;
  font-weight: 500;
}
.red{
  color: #ff0101;
}
.pg_about .section#sec2{
  padding-top: 15px;
}
.pg_about .section#sec2 .tt1{
  margin-bottom: 25px;
  /*background: url(/images/symbol104.png) no-repeat left bottom;*/
}
.pg_about .section#sec2 dl{
  margin-top: 10px;
  align-items: center;
}
.pg_about .section#sec2 .item p{
  padding: 10px 0 0 8px;
}
.pg_about .section#sec2 dt {
  width: 82px;
  font-size: 14px;
  margin-right: 25px;
  background: #84ccc9;
  border-radius: 13px;
  text-align: center;
  line-height: 1.75;
}
.pg_about .section#sec3{
  padding: 0;
  padding-top: 15px;
  position: relative;
}
.pg_about .section#sec3 .tt1{
  margin-bottom: 30px;
}

/* **********************************
 *  ご予約について
 * ********************************* */
.pg_reservation{
  padding-bottom: 70px;
}
.pg_reservation .large.center{
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.2em;
}
.pg_reservation .section#sec2{
  padding-top: 50px;
}
.pg_reservation .rule_1 .txt{
  width: 67%;
  padding-right: 60px;
}
.pg_reservation .rule_1 .txt .tt1{
  margin-bottom: 40px;
}
.pg_reservation .rule_1 .txt p + .tt1{
  margin-top: 45px;
}
.pg_reservation .rule_1 .txt .indent{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 20px;
}
.pg_reservation .rule_1 .img{
  width: 33%;
  text-align: center;
}
.pg_reservation .rule_1 .img a{
  margin-top: 30px;
  display: inline-block;
}
.pg_reservation .rule_1 .txt a{
  color: #0f27d2;
  text-decoration: underline;
}
.epark-box {
    background: #fff5d9;
    padding: 50px 4%;
    margin-bottom: 30px;
	text-align: left;
}
p.epark-btn a {
    background: #608ac9;
    max-width: 500px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
	border-radius: 20px;
}
p.check-btn a {
    background: #ff6868;
    max-width: 500px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin: 30px auto;
    display: block;
	border-radius: 20px;
}
/* **********************************
 *  お知らせ
 * ********************************* */
.pg_news{
  padding-bottom: 80px;
}
/* 詳細 */
.pg_news.single .tt2 {
  font-size: 20px;
  margin-bottom: 70px;
}
.pg_news .post_items .item.single_item {
  padding: 35px 35px 30px;
}
.pg_news .post_items .item.single_item .date{
  margin-bottom: 5px;
}
.pg_news .post_items .item.single_item .title{
  padding-bottom: 13px;
}
.pg_news .post_items .post_content {
  margin-top: 22px;
}
.pg_news.single .pagination {
  margin-top: 52px;
}


/*治験20231114*/
h2.chiken-ttl {
    text-align: center;
    color: #775837;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
	margin-top: 1rem;
}

h2.chiken-ttl:before, h2.chiken-ttl:after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #d17272;
}

h2.chiken-ttl:before {
    margin-right: 30px;
    transform: rotate(-35deg);
}

h2.chiken-ttl:after {
    margin-left: 30px;
    transform: rotate(35deg);
}

.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 1em 5em 1em;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}

.box15 P {
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.box15 a {
    background: #f99c9c;
    color: #fff;
    padding: 5px 40px 5px 25px;
    border-radius: 11px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.box15 a :before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.detail a {
    background: #f99c9c;
    color: #fff;
    padding: 5px 40px 5px 25px;
    margin-left: 30px;
    border-radius: 11px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 10px auto;
}

.box15 .bunner-btn a {
    background: #ffeaea;
    padding: 0px 0px;	
} 

.box15 .bunner-btn img {
    width: 50%;
}
.section.chiken {
    padding: 0px 0;
}

.txt {
    margin-bottom: 40px;
}

.red-text {
    color: #eb4a4a;
}

p.chiken-form a {
    background: #e7a11d;
    color: #fff;
    padding: 20px 40px 20px 30px;
    display: inline-block;
    margin: 10px 0px;
    position: relative;
}

p.chiken-form a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

p.chiken-form a:hover {
    background: #f7c036;
	text-decoration: none;
}

#hname,#kname,#email,#job,#message{
  width:100%;
}


div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 1% 3% 3% 3%;/*ここで動画の周りの余白を調整*/
}
video.vid_main {
width: 100%;
max-width: 620px;/*PC版での最大幅*/
}
video.vid_main02 {
    width: 100%;
    max-width: 920px;
}
.mgt100 {
    margin-top: 100px!important;
}
.top-chiken-poster {
    width: 50%;
	margin:0 auto;
}
.mg0a {
    margin: 0 auto;
    text-align: center;
}




@media only screen and (max-width: 767px){
.section.chiken {
    padding: 0px 0px;
}
h2.chiken-ttl {
    font-size: 18px;
	
}
h2.chiken-ttl:before {
    margin-right: 35px;
    transform: rotate(-35deg);
}
h2.chiken-ttl:after {
    margin-left: 35px;
    transform: rotate(35deg);
}
p.chiken-form {
    text-align: center;
}
.top-chiken-poster {
    width: 100%;
	margin:0 auto;
}
.box15 .bunner-btn img {
    width: 100%;
}
}


.doctors-filebunner .img img {
    width: 500px;
}
@media only screen and (max-width: 767px){
.doctors-filebunner .img img {
    width: 80%;
}
}

/* リスト全体のスタイル */
.parking-info {
  list-style-type: disc; /* 普通の丸付きリスト */
  margin: 0;
  padding: 0 20px; /* 左に少し余白を追加 */
}

/* リスト項目の間隔を調整 */
.parking-info li {
  margin-bottom: 3px;
}

/* 注意書き用のスタイル */
.note {
  font-size: 0.9em; /* 少し小さく */
  color: #555; /* 灰色で目立たないように */
}

/* 警告用のスタイル */
.warning {
  font-size: 0.9em;
  color: red; /* 赤文字で目立たせる */
  font-weight: bold;
}

.communication-youtube a {
    background: #c0e762;
    padding: 20px 60px;
	margin-bottom:60px;
    display: inline-block;
}
.communication-youtube a {
    opacity:0.6;
}


.mgt0{
	 margin-top: 0px!important;
}
.mgt10{
	 margin-top: 10px!important;
}
.mgt20{
	 margin-top: 20px!important;
}
.mgt30{
	 margin-top: 30px!important;
}
.mgt40{
	 margin-top: 40px!important;
}
.mgt50{
	 margin-top: 50px!important;
}
.mgt60{
	 margin-top: 60px!important;
}
.mgt70{
	 margin-top: 70px!important;
}
.mgt80{
	 margin-top: 80px!important;
}
.mgt90{
	 margin-top: 90px!important;
}
.mgt100{
	 margin-top: 100px!important;
}
.mgt150{
	 margin-top: 150px!important;
}
.mgt200{
	 margin-top: 200px!important;
}


.mgb0{
	 margin-bottom: 0px!important;
}
.mgb10{
	 margin-bottom: 10px!important;
}
.mgb20{
	 margin-bottom: 20px!important;
}
.mgb30{
	 margin-bottom: 30px!important;
}
.mgb40{
	 margin-bottom: 40px!important;
}
.mgb50{
	 margin-bottom: 50px!important;
}
.mgb60{
	 margin-bottom: 60px!important;
}
.mgb70{
	 margin-bottom: 70px!important;
}
.mgb80{
	 margin-bottom: 80px!important;
}
.mgb90{
	 margin-bottom: 90px!important;
}
.mgb100{
	 margin-bottom: 100px!important;
}
.mgb150{
	 margin-bottom: 150px!important;
}
.mgb200{
	 margin-bottom: 200px!important;
}



.mgr0{
	 margin-right: 0px!important;
}
.mgr10{
	 margin-right: 10px!important;
}
.mgr20{
	 margin-right: 20px!important;
}
.mgr30{
	 margin-right: 30px!important;
}
.mgr40{
	 margin-right: 40px!important;
}
.mgr50{
	 margin-right: 50px!important;
}
.mgr60{
	 margin-right: 60px!important;
}
.mgr70{
	 margin-right: 70px!important;
}
.mgr80{
	 margin-right: 80px!important;
}
.mgr90{
	 margin-right: 90px!important;
}
.mgr100{
	margin-right: 100px!important;
}
.mgr150{
	 margin-right: 150px!important;
}
.mgr200{
	 margin-right: 200px!important;
}


.mgl0{
	 margin-left: 0px!important;
}
.mgl10{
	 margin-left: 10px!important;
}
.mgl20{
	 margin-left: 20px!important;
}
.mgl30{
	 margin-left: 30px!important;
}
.mgl40{
	 margin-left: 40px!important;
}
.mgl50{
	 margin-left: 50px!important;
}
.mgl60{
	 margin-left: 60px!important;
}
.mgl70{
	 margin-left: 60px!important;
}
.mgl80{
	 margin-left: 60px!important;
}
.mgl90{
	 margin-left: 60px!important;
}
.mgl100{
	margin-left: 100px!important;
}
.mgl150{
	 margin-left: 150px!important;
}
.mgl200{
	 margin-left: 200px!important;
}

.pd05{
    padding: 0px 5px;
}

@media screen and (max-width: 750px) {
.mgt0{
	 margin-top: 0px!important;
}	
.mgt10{
	 margin-top: 5px!important;
}	
.mgt20{
	 margin-top: 10px!important;
}	
.mgt30{
	 margin-top: 15px!important;
}
.mgt40{
	 margin-top: 20px!important;
}
.mgt50{
	 margin-top: 25px!important;
}	
.mgt60{
	 margin-top: 30px!important;
}
.mgt70{
	 margin-top: 35px!important;
}
.mgt80{
	 margin-top: 40px!important;
}
.mgt90{
	 margin-top: 45px!important;
}		
.mgt100{
	 margin-top: 50px!important;
}
.mgt150{
	 margin-top: 90px!important;
}
.mgt200{
	 margin-top: 100px!important;
}
	
.mgb0{
	 margin-bottom: 0px!important;
}		
.mgb10{
	 margin-bottom: 5px!important;
}	
.mgb20{
	 margin-bottom: 10px!important;
}	
.mgb30{
	 margin-bottom: 15px!important;
}	
.mgb40{
	 margin-bottom: 20px!important;
}
.mgb50{
	 margin-bottom: 25px!important;
}	
.mgb60{
	 margin-bottom: 30px!important;
}
.mgb70{
	 margin-bottom: 35px!important;
}	
.mgb80{
	 margin-bottom: 40px!important;
}
.mgb90{
	 margin-bottom: 45px!important;
}	
.mgb100{
	 margin-bottom: 50px!important;
}
.mgb150{
	 margin-bottom: 90px!important;
}
.mgb200{
	 margin-bottom: 100px!important;
}

	
.mgr0{
	 margin-right: px!important;
}
.mgr10{
	 margin-right: 5px!important;
}
.mgr20{
	 margin-right: 10px!important;
}
.mgr30{
	 margin-right: 20px!important;
}
.mgr40{
	 margin-right: 20px!important;
}
.mgr50{
	 margin-right: 25px!important;
}
.mgr60{
	 margin-right: 30px!important;
}
.mgr70{
	 margin-right: 35px!important;
}
.mgr80{
	 margin-right: 40px!important;
}
.mgr90{
	 margin-right: 45px!important;
}		
.mgr100{
	 margin-right: 50px!important;
}
.mgr150{
	 margin-right: 90px!important;
}
.mgr200{
	 margin-right: 100px!important;
}


.mgl0{
	 margin-left: 0px!important;
}	
.mgl10{
	 margin-left: 5px!important;
}
.mgl20{
	 margin-left: 10px!important;
}
.mgl30{
	 margin-left: 20px!important;
}
.mgl40{
	 margin-left: 20px!important;
}
.mgl50{
	 margin-left: 25px!important;
}
.mgl60{
	 margin-left: 30px!important;
}
.mgl70{
	 margin-left: 35px!important;
}
.mgl80{
	 margin-left: 40px!important;
}	
.mgl90{
	 margin-left: 45px!important;
}	
.mgl100{
	margin-left: 50px!important;
}
.mgl150{
	 margin-left: 90px!important;
}
.mgl200{
	 margin-left: 100px!important;
}	
}	

/*パディング*/
.pdt0{
	 padding-top: 0px!important;
}
.pdt10{
	 padding-top: 10px!important;
}
.pdt20{
	 padding-top: 20px!important;
}
.pdt30{
	 padding-top: 30px!important;
}
.pdt40{
	 padding-top: 40px!important;
}
.pdt50{
	 padding-top: 50px!important;
}
.pdt60{
	 padding-top: 60px!important;
}
.pdt70{
	 padding-top: 70px!important;
}
.pdt80{
	 padding-top: 80px!important;
}
.pdt90{
	 padding-top: 90px!important;
}
.pdt100{
	 padding-top: 100px!important;
}
.pdt150{
	 padding-top: 150px!important;
}
.pdt200{
	 padding-top: 200px!important;
}


.pdb0{
	 padding-bottom: 0px!important;
}
.pdb10{
	 padding-bottom: 10px!important;
}
.pdb20{
	 padding-bottom: 20px!important;
}
.pdb30{
	 padding-bottom: 30px!important;
}
.pdb40{
	 padding-bottom: 40px!important;
}
.pdb50{
	 padding-bottom: 50px!important;
}
.pdb60{
	 padding-bottom: 60px!important;
}
.pdb80{
	 padding-bottom: 70px!important;
}
.pdb80{
	 padding-bottom: 80px!important;
}
.pdb80{
	 padding-bottom: 90px!important;
}
.pdb100{
	 padding-bottom: 100px!important;
}
.pdb150{
	 padding-bottom: 150px!important;
}
.pdb200{
	 padding-bottom: 200px!important;
}



.pdr0{
	 padding-right: 0px!important;
}
.pdr10{
	 padding-right: 10px!important;
}
.pdr20{
	 padding-right: 20px!important;
}
.pdr30{
	 padding-right: 30px!important;
}
.pdr40{
	 padding-right: 40px!important;
}
.pdr50{
	 padding-right: 50px!important;
}
.pdr60{
	 padding-right: 60px!important;
}
.pdr100{
	padding-right: 100px!important;
}
.pdr150{
	 padding-right: 150px!important;
}
.pdr200{
	 padding-right: 200px!important;
}


.pdl0{
	 padding-left: 0px!important;
}
.pdl10{
	 padding-left: 10px!important;
}
.pdl20{
	 padding-left: 20px!important;
}
.pdl30{
	 padding-left: 30px!important;
}
.pdl40{
	 padding-left: 40px!important;
}
.pdl50{
	 padding-left: 50px!important;
}
.pdl60{
	 padding-left: 60px!important;
}
.pdl100{
	padding-left: 100px!important;
}
.pdl150{
	 padding-left: 150px!important;
}
.pdl200{
	 padding-left: 200px!important;
}

.pd05{
    padding: 0px 5px;
}

@media screen and (max-width: 750px) {
.pdt0{
	 padding-top: 0px!important;
}	
.pdt10{
	 padding-top: 5px!important;
}	
.pdt20{
	 padding-top: 10px!important;
}	
.pdt30{
	 padding-top: 15px!important;
}
.pdt40{
	 padding-top: 20px!important;
}
.pdt50{
	 padding-top: 25px!important;
}	
.pdt60{
	 padding-top: 30px!important;
}
.pdt100{
	 padding-top: 50px!important;
}
.pdt150{
	 padding-top: 90px!important;
}
.pdt200{
	 padding-top: 100px!important;
}
	
.pdb0{
	 padding-bottom: 0px!important;
}		
.pdb10{
	 padding-bottom: 5px!important;
}	
.pdb20{
	 padding-bottom: 10px!important;
}	
.pdb30{
	 padding-bottom: 15px!important;
}	
.pdb40{
	 padding-bottom: 20px!important;
}
.pdb50{
	 padding-bottom: 25px!important;
}	
.pdb60{
	 padding-bottom: 30px!important;
}
.pdb80{
	 padding-bottom: 40px!important;
}	
.pdb100{
	 padding-bottom: 50px!important;
}
.pdb150{
	 padding-bottom: 90px!important;
}
.pdb200{
	 padding-bottom: 100px!important;
}

	
.pdr0{
	 padding-right: px!important;
}
.pdr10{
	 padding-right: 5px!important;
}
.pdr20{
	 padding-right: 10px!important;
}
.pdr30{
	 padding-right: 20px!important;
}
.pdr40{
	 padding-right: 20px!important;
}
.pdr50{
	 padding-right: 25px!important;
}
.pdr60{
	 padding-right: 30px!important;
}
.pdr100{
	 padding-right: 50px!important;
}
.pdr150{
	 padding-right: 90px!important;
}
.pdr200{
	 padding-right: 100px!important;
}


.pdl0{
	 padding-left: 0px!important;
}	
.pdl10{
	 padding-left: 5px!important;
}
.pdl20{
	 padding-left: 10px!important;
}
.pdl30{
	 padding-left: 20px!important;
}
.pdl40{
	 padding-left: 20px!important;
}
.pdl50{
	 padding-left: 25px!important;
}
.pdl60{

	 padding-left: 30px!important;
}
.pdl100{
	padding-left: 50px!important;
}
.pdl150{
	 padding-left: 90px!important;
}
.pdl200{
	 padding-left: 100px!important;
}	

}