/*
Theme Name: habakiri-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

*{
  box-sizing:border-box; /*余白や線を幅や高さに含める*/
}
  .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin: 30px auto;
  }

  body {
  overflow-x: hidden;
  position: relative;
  padding: 0;
  margin: 0%;
  font-family:  "Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Ｐゴシック";
  color: #333;
  letter-spacing: 0.2em;
  font-weight: 400;
  }
div{
  color: #333;
}

.p {
  margin: 0;
  line-height: 2.5;
  font-size: 16px;
}     


a,
a:visited,
a:hover,
a:active {
  transition-duration: 0.7s;
  box-shadow: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

li{
  list-style: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, 
.col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, 
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4,
.col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, 
.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.row {
  margin: 0px;
  padding: 0px;
}

.w_1240{
  max-width: 1240px;
  margin: 50px auto 50px auto;
  width: 94%;
  padding: 0 3%;
  max-width: 1240px
}

html,body {
  height: 100%;
  margin-top: 0 !important;
}

html{
  margin-top: 0 !important;
}


html{
  overflow:hidden;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  padding: 0px;
  vertical-align:middle; 
  border: none;
}


img {
  image-rendering: crisp-edges;
}
/* color 
1 #4b3e2b 濃茶
2 #a68b62 茶
3 #f3eee4 薄茶
4 #e2c6bb ピンク
5 #f3eae7 薄ピンク
6 #cc5e5e 濃いピンク

7 #b4c4c4 緑
8 #f3f7f4 薄緑
*/

.color_1{
  color: #594a2a !important;
}
.color_2{
  color: #a68b62;
}
.color_3{
  color: #f3eee4;
}
.color_4{
  color: #d3b1a5;
}
.color_5{
  color:#f3eae7 ;
}
.color_6{
  color:#cc5e5e ;
}

.color_7{
  color: #b4c4c4 ;
}
.color_8{
  color: #f3f7f4 ;
}
.color_white{
  color: #ffffff !important;
}
.color_brown{
  color: #a68b62 !important;
}

.coloe_orange{
  color: #f8b44d;
}


.menu_link{
  color: #594a2a ;
}
.menu_link:hover{
  color: #a68b62;
}

/* バックグラウンドカラー変更 */

.bg_inner{
  max-width: 1240px;
  margin: 50px auto 50px auto;
  width: 94%;
  padding: 0 3%;
  max-width: 1240px
}

.bg_outer_1{
  background-color: #594a2a;
}
.bg_outer_2{
  background-color: #a68b62;
}
.bg_outer_3{
  background-color: #f3eee4;
}
.bg_outer_4{
  background-color: #d3b1a5;
}
.bg_outer_5{
  background-color: #f3eae7;
}
.bg_outer_6{
  background-color: #cc5e5e;
}
.bg_outer_7{
  background-color: #f3f7f4;
}
.bg_outer_8{
  background-color: #fff6e2;
}

.bg_outer_9{
  background-color: #fff6e2;
}

.bg_white{
  background-color: #ffffff;
}


.bg_stripe_yellow{
  background: repeating-linear-gradient(-45deg, #ffe6c1, #ffe6c1 3px,#fff3e2 3px, #fff3e2 6px);

}

.bg_stripe_green{
  background: repeating-linear-gradient(-45deg, #ddf0e1, #ddf0e1 3px,#eef1ef 3px, #eef1ef 6px);
  margin: 0 20px 40px 20px;
}



/* font */
.font_custom{
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
}

.font_custom2{
  font-family: 'Libre Bodoni', serif;
}

.font_max{
  font-size: 170%;
}
.font_large{
  font-size: 150%;
}

.font_medium{
  font-size: 130%;
}

.font_small{
  font-size: 80%;
}

.font_thin{
  font-weight:200; 
}

.font_bold{
  font-weight: bold;
}



/* h */
.eng {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  font-family:'Arvo',serif;
}

.jpn{
  font-weight: 500;
  display: block;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
}

.h2{
  margin: 50px auto 0 auto;
}

.device_h2{
  margin: 10px;
}

.p_h3{
  width: 80%;
  color:  #4b3e2b;
  text-align: center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
  border-top:1px solid  #4b3e2b9a;
  border-bottom:1px solid  #4b3e2b9a;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}

.g_h3{
  color: #67a3a3;
  text-align: center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
}

/*  index  */

.index{
  display: table;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.eyecatch_box{
  height: 180px;
  background-color: #4b3e2b;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.eyecatch_box2{
  height: 180px;
  background-color: #e2c6bb;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.eyecatch_box3{
  height: 100px;
  background-color: #e2c6bb;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.eyecatch_box4{
  height: 120px;
  background-color: #4b3e2b;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.eyecatch_box5{
  height: 120px;
  background-color: #8fa8a8;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.eyecatch_box6{
  height: 120px;
  background-color: #f8b44d;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.index_border{
  width: 100%;
}

.eyecatch_box_stripe{
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #f8b44d 50%);
  background-size: 20px 20px;
  height: 5px;
  width: 80%;
  margin: 0 auto;
}

.eyecatch_box_stripe_2{
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #8fa8a8 50%);
  background-size: 20px 20px;
  height: 5px;
  width: 80%;
  margin: 0 auto;
}

.eyecatch_box_stripe_3{
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #fac8b5 50%);
  background-size: 20px 20px;
  height: 5px;
  width: 80%;
  margin: 0 auto;
}
.overhang_title{
  height: 120px;
  background-size: auto 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.overhang_title_h2{
  display: inline-block;
}

.left_line_g,.right_line_g {
  display: inline-block;
  width: 30px;
}

.overhang_title_index{
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.overhang_mt{
  margin-top: -50px;
}

.overhang_text{
  padding:50px;
}

.d_block{
  display: block;
}

@media screen and (max-width: 990px){
  .overhang_mt{
    margin: 0;
  }
  .overhang_img{
    margin-top: 40px;
  }
  .overhang_title_h2{
    font-size: 23px;
  }
}


@media screen and (max-width: 768px){
  .top_upper_h_img{
    display: none;
  }
  
.overhang_img{
  margin: 0;
  }
  .overhang_text{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px){
  .left_line_g,.right_line_g {
    width: 15px;
  }
}


/*白抜きindex*/
.eyecatch_txt{
  color: #594a2a;
  text-align: center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
  margin-top: 30px;
  margin-bottom: 50px;
}

.eyecatch_txt_g{
  color: #8fa8a8;
  text-align: center;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif;
  margin-top: 30px;
  margin-bottom: 50px;
}

.eyecatch_inner{
  width: 85%;
  margin: 20px auto;
}


/*  テキストの囲い  */

.around_box{
  border: 1px solid #a29f98;
  margin: 30px auto;
  padding: 30px;
}

.around_box_top{
  margin-top: 30px;
}

.around_box_p{
  padding: 3% 20%;
}


@media screen and (max-width:640px) {
  .around_box_p{
    padding: 3% 5%;
  }
}


/*  text  */
.text_center{
  text-align: center;
}
.box_inner{
  padding: 5%;
}

/*  テキストのまとまり  */
.text_box{
  padding: 5%;
}
.text_box_px{
  padding: 20px;
}
.mt_150{
  margin-top: 150px;
}
.mt_40{
  margin-top: 40px;
}
.mt_80{
  margin-top: 80px;
}
.m_20{
  margin: 20px auto;
}
.ps_20{
  padding: 0 20px;
}
.mt_0{
  margin-top: 0;
}

.mb_80{
  margin-bottom: 80px;
}


/*  左右のテキスト  */
.txt_box_r{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #b7a1a6;
}
.txt_box_l{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;

}

@media screen and (max-width: 770px){
  .txt_box_r{
    border:none;
  }
}



/*  三角の下矢印  */
.triangle{
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #cc5e5e;
  margin: -50px auto;
  padding-bottom: 80px;
}

@media screen and (max-width:640px) {
  .triangle{
    display: none;
  }

}




.triangle_2{
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #a68b62 ;
  margin: -50px auto;
  padding-bottom: 80px;
}

.triangle_3{
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #f8b44d;
  margin: -50px auto;
  padding-bottom: 80px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #4b3e2b ;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 23px 5px;
  text-align: center;
  display: block;
  border-radius: 3px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



/*    スマホ時改行   */
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
  .font_sp_110{
    font-size: 110%;
  }
  .icon_small{
    width: 25px;
  }
}
@media screen and (min-width:641px) {
	.sp {
		display: none;
	}
}


/*スライダー*/

.slider{
  width: 100%;
}

.slider::after{
  width: 55%;
  content: '';
  background-color: #f3eee4;
  position: absolute;
  top:-160px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: -10;
}

.slider_img img{
  width: 75%;
  margin: 0 0 0 auto;
}

.header_msg{
  position: relative;
}

.catch_copy{
  position: absolute;
  margin-top: -360px;
  margin-left: 140px;
  z-index: 30;
  width: 400px;
}


/*   スライダー ・ナビ    */

/*   PCでは非表示    */
@media screen and (min-width: 1151px){
  .nav_body{
    display: none;
  }
  .sp_header{
    display: none;
  }
  .slider_sp{
    display: none;
  }
  
}

/*   SPでは非表示    */
@media screen and (max-width: 1150px){
.header_nav,.logo{
  display: none;
}
.slider{
  display: none;
}
nav{
  display: none;
}
}

/*   SPでスタイル変更   */
@media screen and (max-width: 1150px){
  .slider_img img{
    width: 85%;
  }
  .slider::after{
    width: 55%;
    content: '';
    background-color: #f3eee4;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: -150px;
    z-index: -10;
  } 
  .catch_copy{
    position: absolute;
    margin-top: -120px;
    margin-left: 40px;
    z-index: 30;
    width: 400px;
  }
  .news{
    margin-top: 0px;
  }

}


@media screen and (max-width: 800px){
.catch_copy{
  position: absolute;
  margin-top: -80px;
  margin-left: 40px;
  z-index: 30;
  width: 300px;
}
}

@media screen and (max-width: 600px){
  .catch_copy{
    position: absolute;
    margin-top: -60px;
    margin-left: 20px;
    z-index: 30;
    width: 240px;
  }
}
@media screen and (max-width: 450px){
  .catch_copy{
    position: absolute;
    margin-top: -30px;
    margin-left: 20px;
    z-index: 30;
    width: 200px;
  }
  .slider::after{
    width: 70%;
    content: '';
    background-color: #f3eee4;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: -120px;
    z-index: -10;
  } 
}  


/*  sp用ヘッダー  */
.sp_header{
  height: 80px;
  width: 100%;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}
.sp_header img{
  height: 90%;
}




/*   グローバルナビ */

header{
  position: relative;
}

.header_nav{ 
  width:100%;
  background-color:#ffffff00;
  padding:2%;
  display:flex;  
  justify-content:space-between;  
  align-items: center;
}

nav{
  margin-left:auto;
}

.logo_img{
  width: 15%;
  position: absolute;
  top: 0;
  left: 2%;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
  margin-top: 2%;
}

.menu {
	list-style-type:none;
  margin: 0;
}
.menu > li {
	display:inline-block;
	position:relative;
  list-style:none;
  padding:5px;
  transition: all .3s;
  text-align: center;
  font-weight: bold;
  font-size: 105%;
  margin-left: 10px;
}
.menu > li > a{
  color: #4b3e2b !important;
}

.menu > li > ul {
	display:none;
  width: 100%;
  text-align: center;

}

.menu > li:hover ul{
	display:block;
	position:absolute;
	padding:0;
	top:1.5em;
	left:0;
	list-style-type:none;
  z-index: 50;
  font-weight: bold;
  background-color: #ffffffa4;
  transition: all .3s !important;
  margin-top: 10px;
  width: 180px;
  text-align: left;
}
.menu > li:hover ul > li{
  margin-top: 10px;
  padding-left: 10px;
  transition: all .3s !important;
}
.menu > li:hover{
  transition: all .3s !important;
}

.menu > li:hover a{
  color: #cc5e5e !important;
  transition: all .3s !important;
}




/*   ハンバーガーナビ */


@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  position: fixed;
  right: 1em;

  padding: 26px 11px;
  z-index: 33;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #4b3e2b ;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #4b3e2b;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #a68b62 ;
  z-index: 31;
  visibility: hidden;
  position: fixed;
}


#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}

/*
#overlay ul li {
  padding: 1em;
}
*/

#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}
#overlay ul li a:hover {
  color: #000!important;
}



/*  shingle.php   */

#block-6,#block-5,#block-4,#block-2 {
  display: none;
}

.shingle_wrapper {
  max-width: 80%;
  margin: 0 auto;
}


.single_title{
  margin-top: 50px;
  margin-bottom: 30px;
}
.single_content{
  margin-bottom: 50px;
}



/*院長ご挨拶*/

.greeting{
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 180px;
}
.greeting_inner{
  max-width: 1240px;
  margin: 30px auto 80px auto;
}

.greeting::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  background-color: #f3eae7;
  top: 20%;
  z-index: -1;
}

.greeting_p{
  margin-top: 40px;
  padding-left: 15px;
}

.top_msg_t{
  background-image: url("images/top/top_t_bg.png");
  background-repeat: no-repeat;
  background-size:contain;
  background-position:left top; 

}

.top_msg_b{
  background-image: url("images/top/top_b_bg.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:right bottom; 
}

.top_msg_b_box{
  padding-top:0px ;
}


.top_h2{
  text-align: center;
  margin-top: 100px;
}


.top_p{
  margin-bottom: 50px;
  font-family:'Arvo',serif;
}

@media screen and (max-width: 1150px){
  .top_h2{
    margin-top: 0px;
  }
  }

.greeting_text{
  padding: 0 20px;
}

.greet_outer{
  background-image: url("images/introduction/daian_dr.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:left top; 
    background-size: 40%;

}


@media screen and (max-width: 768px){
  .top_upper_h_img{
    display: none;
  }
  .top_bottom_h_img{
    display: none;
  }
}


@media screen and (min-width: 768px){
  .top_upper_w_img{
    display: none;
    padding: 0;
  }
  .top_bottom_w_img{
    display: none;
    padding: 0;
  }

}



/*  top  >  バイオブロック  */

.top_biobloc li p{
  display: inline-block;
  padding-left: 10px;
}

.top_biobloc_img,.top_biobloc_h2{
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto 10px 10px;
  padding-bottom: 10px;
}


@media screen and (max-width: 600px){
.top_biobloc_h2{
  font-size: 140%;
}
.top_biobloc_img{
  width: 5%;
}

.top_biobloc_h2,.top_biobloc_img{
  margin: 60px 0 0 0 ;
}
}
@media screen and (max-width: 450px){
  .top_biobloc_h2,.top_biobloc_img{
    margin: 45px 0 -45px 0 ;
    font-size: 120%;
  }
}



.top_biobloc ul{
  padding-left: 0;
}


.top_biobloc{
  background-image: url("images/top/top_biobloc.png");
  background-size: contain;  
  background-repeat: no-repeat;
  background-position: right bottom;
}


.top_maintenance_h2,.top_maintenance_img{
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;

}


/*  バイオブロックの流れ   */

.flow_triangle_outer{
  width: 100%;
  margin: 0 auto;
}


.flow_triangle_1{
  position: relative;
	background-color: #fce7e5  ;
  height: 110px;
}
.flow_triangle_1:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	bottom: -50px; 
	left: 50%;
	width: 50px; 
	height: 50px; 
	margin-left: -25px;
	border: #fcdad6 25px solid; 
	border-top: transparent 25px solid; 
	background-color: #fce7e5  ;
  z-index: 1;
}

.flow_triangle_2{
  position: relative;
	background-color: #fcdad6 ;
  height: 130px;
  padding-top: 30px;

}
.flow_triangle_2:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	bottom: -50px; 
	left: 50%;
	width: 50px; 
	height: 50px; 
	margin-left: -25px;
	border: #ffd0ca 25px solid; 
	border-top: transparent 25px solid; 
	background-color: #fcdad6 ;
  z-index: 2;
}
.flow_triangle_3{
  position: relative;
	background-color: #ffd0ca ;
  height: 130px;
  padding-top: 30px;

}
.flow_triangle_3:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	bottom: -50px; 
	left: 50%;
	width: 50px; 
	height: 50px; 
	margin-left: -25px;
	border: #ffb6ad 25px solid; 
	border-top: transparent 25px solid; 
	background-color: #ffd0ca ;
  z-index: 3;
}

.flow_triangle_4{
  position: relative;
	background-color: #ffb6ad ;
  height: 130px;
  padding-top: 30px;
}
.flow_triangle_4:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	bottom: -50px; 
	left: 50%;
	width: 50px; 
	height: 50px; 
	margin-left: -25px;
	border: #ffffff 25px solid; 
	border-top: transparent 25px solid; 
	background-color: #ffb6ad ;
  z-index: 3;
}

/*  web予約のバナー  */
.webreservation_banner{
  width: 35%;
  margin: 80px auto;
}
.webreservation_banner:hover{
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1150px){
.webreservation_banner{
  width: 50%;
  margin-top: 180px;
}
}
@media screen and (max-width: 600px){
  .webreservation_banner{
    width: 70%;
    margin-top: 180px;
}
}
@media screen and (max-width: 450px){
  .webreservation_banner{
    width: 85%;
    margin-top: 180px;
}
}


/*  news */

.news_inner{
  max-width: 1240px;
  margin: 30px auto ;
}

.getPostDispArea{
  margin-top: 15px;
  border-top: 1px solid  #cc5e5ea8;
}
.getPostTitle,.getPostTime{
  display: inline-block;
  font-family: "Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Ｐゴシック";
  font-weight: 400;
  letter-spacing: 0.2em;
}

.getPostStringArea{
  margin: 20px auto;

}
.getPost{
  border-bottom: 1px solid  #cc5e5ea8;
  padding: 5px;

}




/*  コロナ対策  */


.item_1{
  background: #f3eee4;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.item_2{
  background: #f3eae7;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.item_3{
  background: #f3eee4;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

.item_4{
  background: #f3eae7;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.item_5{
  background: #f3eee4;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}


.card{
  text-align: center;
  max-width: 1240px;
  padding: 30px;
}

.card_item{
  width: 250px;
  height: 250px;
  margin: 15px;
}
.card_inner{
  display: flex;
  justify-content: space-evenly;
}


.card_number{
  text-align: left;
  font-size: 210%;
  color: #cc5e5e;
  font-family: 'Libre Bodoni', serif;
  text-align: center;
  padding-top: 30px;
  margin: 0;
}

.covid_sp ul{
  padding: 0;
}

.card_number_sp{
  font-size: 150%;
  color: #cc5e5e;
  font-family: 'Libre Bodoni', serif;
  margin: 0;
}



.card_item_inner{
  width: 120%;
  height: 50%;
  display: table;
  margin-left: -10%;
}

.card_item_txt{
  display: table-cell;
  vertical-align: middle;
  font-size: 120%;
}

.covid_sp_txt{
  padding-left: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px){
  .card_item_txt{
    font-size: 110%;
  }
}




@media screen and (max-width: 768px){
  .covid_pc{
    display: none;
  }


}


@media screen and (min-width: 768px){
  .covid_sp{
    display: none;
  }
}






@media screen and (max-width: 480px){ 
  .card_item{
    width: 150px;
    height: 150px;
    margin: 5px;
  }
.card_number{
    font-size: 150%;
    padding-top: 15px;
    margin: 0;
  }
.card_item_txt{
  font-size: 80%;
}
}


/*  カード  */
.card-deck{
  max-width: 1240px;
  margin: 0 auto;
}


.card_box{
  margin: 0 auto;
  text-align: center;
  max-width: 1240px;
  padding: 30px;
}


/*  初めての方へ  */
.new{
  height: 200px;
}

.tc_bg{
  background-image: url("images/firstly/daian_ayano_bg.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position:left top; 
  background-size: 70%;
}


.treatment_cn_box{
  background-color: #fffaef;
  padding: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width:770px) {
  .treatment_cn_box{
    padding: 0px;
  }
}


@media screen and (min-width:770px) {
  .tc_img,.tc_bg_sp{
    display: none;
  }
}
@media screen and (max-width:770px) {
  .tc_bg{
    display: none;
  }
}


/*  問診票のバナー  */
.Interviewsheet_banner_top{
  width: 40%;
  margin: 0px auto;
  padding: 30px 0;
}

@media screen and (max-width: 1150px){
  .Interviewsheet_banner_top{
    width: 45%;
  }
  }
  @media screen and (max-width: 600px){
    .Interviewsheet_banner_top{
      width: 60%;
  }
  }
  @media screen and (max-width: 450px){
    .Interviewsheet_banner_top{
      width: 80%;
      padding:0;
  }
  }


.Interviewsheet_banner{
  width: 35%;
  margin: 0px auto;
  padding: 5px 0;
}
.Interviewsheet_banner:hover{
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1150px){
.Interviewsheet_banner{
  width: 50%;
}
}
@media screen and (max-width: 600px){
  .Interviewsheet_banner{
    width: 70%;
}
}
@media screen and (max-width: 450px){
  .Interviewsheet_banner{
    width: 85%;
    padding:0;
}
}


.Interviewsheet_banner_text{
  width: 80%;
}



/*  レベル向上の取り組み  */

.levelup {
  height: 700px;
  background: url("images/practice1.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  padding: 20px 0 ;
  display: flex;
  justify-content: center;
  align-items: center;
}
.levelup_box{
  max-width: 1240px;
  margin:0 auto;

}
.levelup_inner{
  background: #FFF;
  max-width: 1240px;
  margin: 0 auto;
  opacity: 0.89;
  display: block;
  letter-spacing: 0.2em;
  font-size: 17px;
}

.levelup_txtbox{
  padding: 3% 5% 5% 5%;
}

.levelup_title{
  background: linear-gradient(transparent 70%, #ece4e4 70%);
  margin-bottom: 30px;
  display: inline-block;

}

.levelup_txt{
  line-height: 250%;
  display: inline-block;
  margin: 30px 0;
}

.levelup_subimg{
  border: 0;
  margin: 0;
  vertical-align: bottom;
}



/*  footer   */

.footer_inner{
  max-width: 1240px;
  margin: 50px auto;
  padding:30px 0;
}

@media screen and (max-width: 600px){
.footer_inner{
  max-width: 1240px;
}  
}


.cashless_top{
  margin: 0 auto;
}

.access,.address{
  text-align: center;
}

/*  table  */

.schedule_table{
  width: 100%;
}

.table{
  margin:30px auto 10px auto;
}

.table,th,tr{
  text-align: center;
}

th{
  padding-right: 12px;
  padding: 9px 9px 10px;
}

.table_p{
  width: 90%;
  padding: 10px;
  margin: 0 auto 20px auto;
  text-align: center;
}




/*  footer txt  */

.footer_logo{
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1200px){
  .footer_logo{
    width: 50%;
  }
}

@media screen and (max-width: 600px){
  .footer_logo{
    width: 80%;
  }
}


.footer_h2,.cashless_icon,
.cashless_h2,.price_icon,.price_h2{
  display: inline-block;
}

.cashless_top{
  margin-bottom: 20px;
  height: 90px;
  display:table;
}
.cashless_icon{
  width: 80px;
}

.cashless_h2{
  vertical-align:middle;
}

.footer_h2{
  vertical-align:middle;
  margin-left: 30px;
}

.address p{
  margin-bottom: 10px auto;
}

.p_access p{
  margin-bottom: 10px;
}

@media screen and (max-width: 641px){
  .line_icon,.web_icon{
    margin: 15px auto;
  }
}
@media screen and (max-width: 380px){
  .line_icon,.web_icon{
    margin: 25px auto;
  }
}




/*  医院紹介  */

/*  医院紹介 > ページトップ  */

.page_top{
  max-width: 1240px;
  margin: 40px auto 120px auto;
}


@media screen and (max-width: 1150px){
  .page_top{
    margin: 0px auto 120px auto;
  }
}


.top_img{
  width: 90%;
}
.top_box{
  position: relative;
}

.top_copy{
  position: absolute;
  font-size: 220%;
  font-weight: bold;
  color: #4b3e2b;
  text-align: left;
  bottom: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.603);
  padding: 10px 20px;
}



.top_lead{
  font-size: 125%;
  letter-spacing: 0.2em;
  line-height: 2em;
  padding-left: 40px;
  margin-top: 10px;
}
.top_lead_img{
  padding-top: 15px;
  width: 100%;
}


@media screen and (max-width: 450px){
  .top_copy_text{
    font-size: 50%;
  }
}

/*  医院紹介 > ページトップ  */


.intro_greet{
  margin:80px auto 80px auto;
}

.intro_greet_img img{
  display: block;
  width: 50%;
  margin: -100px 0 0 auto;
}

.intro_greet_catch{
  font-size: 210%;
  font-weight: bold;
  margin-top: -180px;
  margin-bottom: 110px;
}
.greet_catch_txt{
  font-size: 120%;
  letter-spacing: .2em;
  line-height: 3.0em;
  padding-top: 50px;
}

.greeting_h2{
  margin-top: -50px;
}

.dr_prof{
  border-top: solid 1px rgba(183,161,166,0.6);
  padding-top: 20px;
}

.doctor_img{
  padding: auto 10px;
}

.dr_prof_box{
  padding: 20px;
}

.dr_introduction{
  margin-top: 40px;
}


.center_text{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  医院紹介 > Information  */

.info_box{
  margin: 30px auto;
}

.info_table th{
  background-color: #a68b62;
  color: #ffffff;

}

.info_table td{
  background-color: #f3eee4;
}

.info_table tbody tr th,td{
  font-size: 120%;
  padding: 12px !important;
}


@media screen and (max-width:480px) {
  .info_table tbody tr th,td{
    font-size: 80%;
    padding: 10px !important;
  }
}




.info_p{
  margin: 30px auto;
}
.staff{
  margin: 50px auto;
}

.staff img{
  padding: 20px;
}

.staff_txt{
  border-top: solid 1px rgba(183,161,166,0.6);
  padding-top: 20px;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}

.staff_box{
  text-align: center;
  padding-left: 20px; 
}


/*  医院紹介 > 予約  */
.reserve{
  background-color: #f3eae7;
  margin-top: 150px
}

.divide_list{
  height: 350px;
  border-left: solid 1px #ccc;
  padding: 20px;
}

.divide_list_img{
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.divide_list_last{
  border-right: solid 1px #ccc;
  margin-top: -20px;
}






.reserve_text{
  font-size: 150%;
}



.reserve_overhang_inner{
  margin: -120px auto 50px auto;
}

.reserve_btn_tel a span {
  position: relative;
  padding-left: 46px;
  color: #a68b62;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.reserve_btn_tel a{
  display: inline-block;
  border: 1px solid #a68b62;
  border-radius: 3px;
  padding: 0px 28px 15px 30px;
  text-align: center;
  margin: 0 30px;
}


.reserve_btn_tel a span i{
  display: block;
  top: -7px;
  left: 0;
}


@media screen and (max-width:992px) {
  .divide_list{
    border-left: none;
  }
  .divide_list_last{
    border-right: none;
    margin-top: 0;
  }
  .reserve_line_icon{
    margin-top: 10px;
  }
.sign_box_text{
  padding-top: 100px;
}
}





/*  医院紹介 > 設備紹介  */
.detail_txt{
  padding: 20px;
  line-height:250%;
}

.ct_img{
  margin-top: -60px;
  width: 50%;
  margin-left: auto;
}

.device_bottom{
  width: 70%;
  margin: 0 auto;
}

.img_center{
  text-align: center;
}


/*   アクセスページ  */
.tel{
  margin-top: 30px;
}

.mg_t_50{
  margin-top: 50px;
}

.p_access{
  text-align: center;
  border-bottom: 1px solid #bebebeb0 ;
  padding-bottom: 100px;
}

.p_access img{
  margin: 0 auto;
}

.p_access h3{
  margin-top: 50px;
}


/*   お問合せページ   */

.form{
  background-color: #f3eae7;
}

.form_tel_btn{
  border: 1px solid #a68b62;
  border-radius: 3px;
  padding: 15px 28px 15px 30px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.form_tel_btn p{
  display: inline-block;
  font-size: 150%;
  margin: 0 auto;
  margin-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}

.form_tel_btn {
  display: inline-block;
}

.form_tel{
  margin-top: 100px;
}







/*   フォーム  */
.form_box{
  padding:60px 0 ;
}

.form_item_label{
  width: 30%;
  text-align: right;
  padding-right: 30px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif; 
  font-weight: bold;
  font-size: 120%;
}

.form_item_input,.form_item_textarea{
  width: 80%;
  border: 1px solid #e2c6bb ;
  border-radius: 6px;
  padding: 10px 5px;
}

.form_item{
  display: table; 
  width: 100%;
  margin-top: 30px
}

.form_item_label,.form_item_input{
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}

.form_btn{
  color: #ffffff ;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","MS Ｐ明朝","MS 明朝",serif; 
  background-color: #e2c6bb   ;
  border: 1px solid #e2c6bb ;
  width: 30%;
  margin: 40px auto 0px auto;
  border-radius: 6px;
  padding: 15px;
  font-size: 120%;
  font-weight: bold;
}

.form_item_btn{
  width: 100%;
  text-align: center;
  margin-top: 30px;
  
}


@media screen and (max-width: 750px){
.form_item_label{
display: none;
}
.form_item_input {
  width: 100%;
}
.form_btn{
  width: 80%;
}
}
@media screen and (max-width: 650px){

}

.form_btn:hover{
  background-color: #f5d6ca  
}





/*  訪問歯科  */
.homevisit_frame{
  background-color: #f3eee4 ;
  padding: 50px;
  margin-top: 150px;
}


@media screen and (max-width: 991px){
  .homevisit_frame{
    padding: 50px 0 0 0 ;
  }
  .overhang_inner{
    padding-top: 100px;
  }
}



.big_number{
  font-size: 150%;
}

.left_tryangle{
  position: relative;
}

.left_tryangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 140px solid #4b3e2bb0;
  border-right: 180px solid transparent;
}

.left_tryangle p {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 130%;
  padding-left: 10px;
  font-family: 'Libre Bodoni', serif;
}

.left_tryangle img {
  width: 100%;
  height: 100%;
}

.homevisit_step{
  width: 100%;
  padding: 30px 0;
  margin-bottom: 50px;
  margin-top: 50px;
}

.card_title_h{
  height: 80px;
}

.card_text_h{
  height: 130px;
}

.around_box_m0{
  border: 1px solid #a29f98;
  padding: 30px;
}


.equipment_a:hover{
  color: #cc5e5e;
}



/*  よくある質問 */
.qa_block{
  padding-bottom: 30px;
}

.qa_a_block{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.qa_q_block p{
  padding-bottom:0 ;
  color:  #4b3e2b ;
}

.qa_q_block{
  padding-top: 10px;
  padding-right: 10px;
}

.qa_list_a{
  font-size: 200%;
}



/*   初めての方へのページ > 時間の目安 */
.time_box{
  background-color: #f3eae7;
}

/*  診療案内  */
.box_l_inner{
  padding: 20px 10px;
}
.box_r_inner{
  padding: 20px 10px;
}

.menu_icon{
  padding: 10px;
  border-radius:50%;
}
.menu_icon:hover{
  transform: scale(1.1, 1.1);
}


.menu_icon_box{
  padding: 5%;
}

.overhang_inner{
  margin: -120px auto 50px auto;
  padding: 3%;
}


@media screen and (max-width: 991px){
.overhang_inner{
    padding-top: 100px;
  }
}


.overhang_txt{
  margin-top: 30px;
}

.sign_txt_box{
  position: relative;
}

.sign_item{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.sign li{
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign li p{
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 750px){
  .sign li p{
    font-size: 13px;
  }

}

@media screen and (max-width: 570px){
  .sign li p{
    font-size: 15px;
    padding: 0;
  }
  .sign li img{
    width: 20px;
  }
}
@media screen and (max-width: 570px){
  .check_icon{
    display: none;
  }
  .sign li img {
    width: 0px;
  }
  }
      

.sign ul{
  padding: 0;
}

.sign li img {
  display: inline-block;
}

.sign_inner{
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;  
}

@media screen and (max-width: 991px){
  .sign_inner{
    display:block;
  }
.sign_text_box{
  padding: 5%;
}
  }


.subject p{
  line-height: 200%;
}

.teatment{
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(177, 177, 177);
}

.teatment p{
  padding-left: 5%;
  font-size: 130%;
}

.teatment h3{
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 5%;
}


/*   診療案内 > メリット・デメリット   */

.merit_box p{
  text-align: center;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  background-color: #f8b44d;
  color: #ffffff;
}
.demerit_box p{
  text-align: center;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  background-color: #9c9c9c;
  color: #fff;
}

.merit_box ul{
  width: 90%;
  text-align: left;
  margin: 20px auto;
  padding: 0 5%;
}

.demerit_box ul{
  width: 90%;
  text-align: left;
  margin: 20px auto;
  padding: 0 5%;
}

.m_box_inner{
  margin: 10px;
  height: 210px;
  background-color: #fff6e2;

}

.d_box_inner{
  margin: 10px;
  height: 210px;
  background-color: #e9e9e9 ;
}


.teatment_img{
  padding: 10px;
}

/*   診療案内 > bioblock   */



.teatment_box{
  padding-bottom: 120px;
  border-bottom: 1px solid #c5c5c5;
}

.teatment_box_l{
  padding: 30px 10px;
}

.merit_box span{
  font-weight: bold;
  font-size: 110%;
  color: #ffc232;
}
.demerit_box span{
  font-weight: bold;
  font-size: 110%;
  color: #72706c;
}


/*  診療案内 > 費用について    */
.price{
  padding-top: 50px;
  background-color: #f3f7f4;
}

.price_txt_inner{
  padding: 30px 30px;
}

.price img{
  margin: auto 20px;
  width: 50px;
}

.price_h2{
  margin: auto 0;
}

.price_txt h3{
  font-weight: 300;
}

.price_box{
  background-color: #f3f7f4  ;
}

.price_box2{
  background-color: #f3eee4  ;
}


/*  診療案内 > 最後のお知らせ    */

.last_info_kyosei{
  background-image: url("images/kyosei/footer_info.png");
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
  display: table;
  max-width: 1240px;
  margin: 0 auto;
}

.last_info_txt{
  display: table-cell;
  background-color: #ffffff85;
  vertical-align: middle;
}

.last_info_kyosei_txt{
  vertical-align: middle;
}


/*  診療案内 > 初診の流れ    */
.layer_body{
  width: 100%;
}

.layer_title{
  background-color: rgb(255, 255, 255);
  margin: -100px auto 30px;
  padding-top: 1em;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 2;
}

.layer_txt{
  width: 90%;
  margin: 0 auto;
  padding: 20px 30px;
}

.layer_h2{
  padding-bottom: 80px;
}


@media screen and (max-width: 768px){
  .layer_h2{
    padding-bottom: 0;
  }  }

/*  診療案内 > インプラント */


.flow_box{
  border-left: 1px solid #8fa8a8;
}
.flow_box h3{
  margin-top: 0;
}
.flow_box_last h3{
  margin-top: 0;
}

.flow_box_number{
  width: 60px;
  padding: 10px;
  line-height: 57px;
  background: #8fa8a8;
  color: #fff;
  margin-right: 10px;
}


@media screen and (max-width: 1150px){
  .flow_item{
    display: inline-block;
      margin: 30px 0 0 8px;
  }
}



.flow_box_orange{
  border-left: 1px solid #f8b44d ;
}

.flow_box_orange_number{
  width: 60px;
  padding: 10px;
  line-height: 57px;
  background: #f8b44d ;
  color: #fff;
  margin-right: 10px;
}


.flow_box_orange h3{
  margin-top: 0;
}

.flow_box_orange_last h3{
  margin-top: 0;
}











/*  診療案内 > メンテナンス    */
.maintenance_room_img2{
  margin-bottom: -100px;
}


.cl_list li{
  list-style-type: disc;
}
.cl_box{
  height: 300px;
}

.last_info_maintenance{
  background-image: url("images/maintenance/mtg_1.png");
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
  display: table;
}

.table2{
  width:  90%;
  margin: 0 auto;
}

.table2 td{
  text-align: left;
}


.graf_img{
  image-rendering: crisp-edges;
  backface-visibility: hidden;
}

/* リンクボタン */

.btn_line,.btn_tel{
  float: left;
}

.info_btn,.btn_instaglam{
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
}

.info_box{
  text-align: center;
}

.icon_inner{
  width: 100%;
  text-align: right;
}
.next_icon{
  text-align: right;
}






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

.btn_tel a span {
  padding-left: 0;
  font-size: 100%;
  letter-spacing: 0;
}

}






/*  LINEボタン */

.btn_line a{
  display: inline-block;
  border: 1px solid #1ABC01;
  border-radius: 3px;
  padding: 15px 28px 15px 30px;
  text-align: center;
}

.btn_line a span{
  position: relative;
  display: inline-block;
  padding-left: 46px;
  color: #1ABC01;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.btn_line a span i{
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}



/* 電話ボタン */
.btn_tel a{
  display: inline-block;
  border: 1px solid #a68b62;
  border-radius: 3px;
  padding: 15px 28px 15px 30px;
  text-align: center;
}

.btn_tel a span{
  position: relative;
  display: inline-block;
  padding-left: 46px;
  color: #a68b62;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.btn_tel a span i{
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}






@media screen and (max-width: 380px){ 
  .btn_line a{
    display: inline-block;
    border: 1px solid #1ABC01;
    border-radius: 3px;
    padding: 10px 28px 10px 30px;
    text-align: center;
    margin: 5px;
  }
  .btn_tel a{
    display: inline-block;
    border: 1px solid #a68b62;
    border-radius: 3px;
    padding: 10px 28px 10px 30px;
    text-align: center;
    margin: 5px;

  }
}
  




.footer_tel_btn{
  border-radius: 3px;
  padding: 15px 28px 15px 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}


.footer_tel_btn p{
  display: inline-block;
  font-size: 150%;
  margin: 0 auto;
  margin-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer_tel_btn a{
  display: inline-block;
  border: 1px solid #a68b62;
  border-radius: 3px;
  padding: 15px 28px 15px 30px;
  text-align: center;
}





/*  instagramリンク  */

.link_btn{
  width: 60%;
  padding: 25px;
	position: relative;
  text-align: center;
  margin: 40px auto;
}

.link_btn::before,.link_btn::after{
  content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}

.link_btn::before{
  border-left: solid 1px #33333391;
	border-top: solid 1px #33333391;
	top: 0;
	left: 0;
}

.link_btn::after{
  border-right: solid 1px #33333391;
	border-bottom: solid 1px #33333391;
	bottom: 0;
	right: 0;
}



.btn_instaglam{
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn_instaglam a i img{
  margin-right: 25px;
}


/*  GoogleMap埋め込み  */

.map{
  width: 100%;
  margin: 20px auto;
}

.g_map{
  width: 100%;
}


/*  btn */

.btn{
  z-index: 0;
  right: 0;
  bottom: 0;
  border-top: solid 1.5px #4b3e2b;
  border-bottom: solid 1.5px #4b3e2b;
  text-align: center;
  padding: 20px 0;
  color: #4b3e2b;
  letter-spacing: .3em;
  font-family: 'Arvo',serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  transition: color 0.7s, border-color 0.7s;
  margin: 30px auto;
}

.btn a{
  color: #1e1200;
}

.btn_box{
  width: 100%;
  text-align: center;
  padding: 5px;
}


/*   初めての方はこちらボタン  */

.firstly_btn{
  width: 100%;
  max-width: 500px;
  margin: 60px auto;
}

.firstly_btn p{
  background-color: #4b3e2b;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: .3em;
  line-height: 200%;
  position: relative;
}





/*  コピーライト */

.copy {
  position: relative;
  padding: 10px 0;
  height: 80px;
  background: #594a2a;
}

.copy p{
  text-align: center;
  font-family: "hiraginoCl-W2";
}
.copy span{
  color: #FFF;
}

/*  投稿  */

.main_contents{
  padding-top: 100px;
}

.video{
  width: 100%;
}


.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}