@charset "UTF-8";

/*!
Theme Name: nagaihifuka Child
Description: 
Theme URI: 
Author: 
Author URI: 
Template: nagaihifuka
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*----
ルートの文字サイズを10pxに設定 
html {
font-size: 62.5%;
}
bodyのフォントサイズを1.6em（16px）に設定
body {
font-size: 1.6em;
}
----*/







html {
/*---viewport 375px のとき font-size 16px--*/
  font-size: calc(100vw * 16 / 375);
  
  @media (min-width: 768px) {
/*---viewport 768px のとき font-size 16px--*/
font-size: calc(100vw * 16 / 768);
  }
  
  @media (min-width: 1240px) {
/*---viewport 1240px のとき font-size 18px--*/
    font-size: calc(100vw * 18 / 1240);
  }
  
  @media (min-width: 1440px) {
/*---iewport 1440px のとき font-size 20px--*/
    font-size: calc(100vw * 20 / 1440);
  }


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





.main{
	padding-top:0;
}
.content{
	margin-top:0;
}

body{
	overflow-x: hidden;
}



#appeal{
	_display:none;
}


/************************************
** インデックスページのエントリーカードのPV数を非表示
************************************/

.entry-card .admin-pv {
	display: none;
}

.related-entry-card-meta, .entry-card-meta {
	display:none;
}
.related-entry-card-content, .entry-card-content {
    padding-bottom: 0;
}

.ect-3-columns {
  justify-content: flex-start;
}


/* ------スライダー---------- */

#metaslider_container_981 {
	position:relative;
}
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slider_philosophy{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: clamp(10px, 5.625vw, 48px);
	color:#ffffff;
	text-shadow: 2px 3px 2px #000000;
	width:68%;
	animation-name:my-fade-in;
	animation-duration: 4s;
}
@media screen and (max-width: 1240px){
.slider_philosophy{
	top: 50%;
	width:80%;
	font-size: 1.2rem;
	font-weight:500;
	line-height:1.3;
}
}
@media screen and (max-width: 834px){
.slider_philosophy{
	top: 20%;
	width:94%;
	font-size: 0.9rem;
	font-weight:500;
	line-height:1.3;
}
}
@media screen and (max-width: 768px){
.slider_philosophy{
	top: 25%;
	width:90%;
	font-size: 1.2rem;
	font-weight:500;
	line-height:1.3;
}
}

@media screen and (max-width: 736px){
.slider_philosophy{
	top: 50%;
	width:92%;
	font-size: 0.7rem;
	font-weight:500;
	line-height:1.3;
}
}
@media screen and (max-width: 580px){
.slider_philosophy{
	top: 20%;
	width:94%;
	font-size: 0.9rem;
	font-weight:500;
	line-height:1.3;
}
}


/* ------仮店舗のお知らせ---------- */

.wide_temporary_store {
	width: 100%;
	padding: 0;
	margin:0 !important;
}
.temporary_store_main{
	max-width:1500px;
	width:100%;
	margin:auto;
}

ul.temporary_store{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin: 1em 0 1em 0;
	padding: 0;
	align-items: center;
}

ul.temporary_store li{
	flex-basis: 48%;
	-webkit-flex-basis: 48%;
	-ms-flex-basis: 48%;
	list-style-type: none;
	margin:0 auto 0 auto;
	
}

ul.temporary_store li img{
	margin:auto auto 0 auto;
	padding: 0;
	transition-duration: 0.5s;
}
@media only screen and (max-width:570px) {
ul.temporary_store li{
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	margin:0 auto 2% auto;
}
}

table.time3{
	font-size:1em !important;
	color:#000000 !important;
	margin:0 0 4em 0;
	padding:0;
	table-layout: fixed;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	max-width:1300px;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow: hidden;
}



table.time3 th,table.time3 td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.time3 td{
	border: 1px solid #7BC93C;
}

table.time3 th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.time3 th.co_r{
	color:#ff0000;
}
table.time3 th.sp_d{
	background-color: #CFEBB8 !important;
	text-align: center;
	vertical-align: middle;
	font-weight: normal !important;
	color: #000000;
	font-weight: bold !important;
}
table.time3 td{
	text-align: center !important;
	vertical-align: middle;
	table-layout:auto;
}





/* ------Top理念------------ */

.top_m{
	margin-top:50px;
}
@media only screen and (max-width:570px) {
.top_m{
	margin-top:-10px;
}
}
.wide_box_philosophy{
	background-color: rgba(255,255,255,1.0) !important;
	padding: 0 0 0 0 !important;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.philosophy_main{
	margin: auto;
	max-width:980px;
	width:100%;
}
.rinen_box_sp{
	padding: 0.3rem;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.philosophy_main p{
	_font-weight:bold;
	line-height: 1.5;
	margin: auto;
	text-align: center;
	color: #666666 !important;
	margin:0.5rem auto 1.5rem auto;
}
@media only screen and (max-width:570px) {
.wide_box_philosophy{
	margin:1.5rem 0.3em auto 0.3em;
}
.philosophy_main p{
	_font-size: 1.1rem;
	text-align:left;
}
.rinen_box_sp{
	_font-size: 1.1rem !important;
	margin-bottom:0;
}
}




/* ------フェードイン------------ */

.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 2s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 834px){
.fadein {
	transform: translateY(10px);
	transition-duration: 0.8s;
}
}

/* ------サイド予約ボタン（固定）------------ */


nav{
}

.reservation_btn{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: fixed;
	top: 120px;
	margin: 0;
	right: 0;
	width: 1.4em;
	padding:0;
	z-index: 9999 !important;
	animation-name:my-fade-in;
	animation-duration: 2s;
}
.reservation_btn a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 1rem;
	display: block;
	padding: 0.5em 0.2em;
	background-color: #FD8F3E;
	color:#ffffff;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.reservation_btn a:hover {
	background-color: #7BC93C !important;
}
@media screen and (max-width: 834px){
.reservation_btn{
 display:none !important;
}
}

/* ------インスタボタン（固定）------------ */

.insta_btn{
	position: fixed;
	bottom: 60px;
	right:15px;
	margin: 0;
	width: 62px;
	height:62px;
	z-index: 9999 !important;
	animation-name:my-fade-in;
	animation-duration: 4s;
}

@media screen and (max-width: 834px){
.insta_btn{
	bottom: 55px;
	right:15px;
}
}




















/* Child Pages Shortcode　子ページ幅調整 */
.post_content h4 a{
	text-decoration: none !important;
	color:#22AC5A !important;
}
.post_content a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.post_excerpt a{
	text-decoration: none;
	color:#555555;
}
.post_content a:hover {
}
@media (max-width: 480px) {
.child_pages .child_page {
        float: none;
        width: 100% !important;
}
}


#footer{
	background-image: url(//nagaihifuka.com/wp-content/uploads/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	position:relative;
	margin-top:100px;
}

#footer .footer_img{
	position:absolute;
	top:-110px;
	right:0;
}
@media screen and (max-width: 834px){
#footer .footer_img{
	top:-90px;
	right:0;
}
}

@media only screen and (max-width:570px) {
#footer .footer_img img{
	width:100vw;
}
#footer .footer_img{
	margin-top:20px;
	top:-70px;
	right:0;
}
}


h1.company_name{
	color:#ffffff;
	font-weight:500 !important;
}
.footer_tel{
	font-size:1rem;
	font-weight:bold;
}
.footer_tel a{
	text-decoration: none;
}
.footer_p{
	font-size:0.7em;
}
@media only screen and (max-width:570px) {
.footer_p{
	font-size:0.8em;
}
}
.footer_p_margin{
	margin-bottom:1em;
}


/*---------Webアイコン色------------*/

.fa-walking{
	font-size:1.3em;
}
.fas .fa-car-side,
.fas .fa-school{
	color:#ffffff;
}


.footer-left,
.footer-center,
.footer-right{
	padding-top:2em;
}
@media only screen and (max-width:570px) {
.footer-left,
.footer-center,
.footer-right{
	padding-top:2em;
}
}


ul.footer_menu{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin: 1em 0 0 0 !important;
	padding: 0 !important;
	gap: 1em;
}

ul.footer_menu li{
	flex-basis: 47% !important;
	-webkit-flex-basis: 47% !important;
	-ms-flex-basis: 47% !important;
	list-style-type: none !important;
	margin:0 auto 0 auto;
	line-height:1;
	flex:1;
	
}

@media only screen and (max-width:570px) {
ul.footer_menu li{
	flex-basis: 100% !important;
	-webkit-flex-basis: 100% !important;
	-ms-flex-basis: 100% !important;
	margin:0 auto 2% auto;
}
}

.footer_menu_btn{
}
.footer_menu_btn a {
    background: #ffffff;
	border: 0.5px solid #22AC5A;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 15em;
	padding: 0.6em 0.3em 0.4em 0.3em;
    color: #22AC5A !important;
	transition: 0.3s ease-in-out;
	font-size:0.7em;
    font-weight: 500;
	line-height:1;
	text-decoration: none;
	text-align:center;
}
.footer_menu_btn a:hover {
    background: #313131;
    color: #ffffff !important;
	border: 0.5px solid #ffffff !important;
}
.footer_menu_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #22AC5A;
    border-right: 3px solid #22AC5A;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 0.8em;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.footer_menu_btn a:hover:after {
    border-color: #ffffff;
}

.footer_menu_btn a:hover {
	border: 0.5px solid #8dc21f;
    background: #8dc21f;
    color: #ffffff;
}



/* ------電話番号　スマホのみリンク------------ */

@media (min-width: 770px) {
a[href*="tel:"] {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}
}



_#appeal{
    height: calc(100vw * calc(640 / 1920));
}



/* ------フッターメニュー上部余白なし------------ */

.footer-bottom {
    margin-top:0;
}



/*----ヘッダー余白----*/
@media (min-width: 1240px) {
.header-container-in{
	padding:10px 0;
}
}

/*----ヘッダーナビ　縦線----*/
.navi-in > ul li{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #7BC93C;
	border-left-color: #7BC93C;
}
.navi-in > ul li a{
	font-family: "Sawarabi Gothic";
	font-weight:600;
	color:#463b27 !important;
}
.navi-in > ul li+ li {
  border-left: 0;
  border-right: 2px dotted #7BC93C;
}

.navi-in > ul li:hover{
	background-color: #EDF9FA;	
}

/*----ヘッダーナビ　サブ背景----*/
.navi-in > ul .sub-menu li{
	border-right-style: none !important;
	border-left-style: none !important;
	background-color: #FCFEF5;
}


.icon_color{
	font-size: 1.2em !important;
	color: #7BC93C !important;
}


.appeal-content{
	background-color: rgba(255,255,255,0.0) !important;
	max-width: 640px !important;
	padding: 0 !important;
}
.appeal-title{
	font-size: 2.4rem !important;
	color: #ffffff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 834px){
.appeal-content{
	max-width: 70vw !important;
	padding: 0 !important;
}
.appeal-title{
	font-size:1.5rem !important;
}
}




@media screen and (min-width: 834px){
body.ba-fixed, .ba-fixed.header, .ba-fixed.appeal{
	_background-position: 0 60px;
}
}


/* スマホ閲覧時非表示*/
@media screen and (max-width: 834px){
#navi{
	display: none;
}
}


/* 新着情報非表示*/
.list-new-entries{
	display:none;
}


/* 回り込みクリア*/
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
/* 回り込みクリア end*/


/*画像透明度（マウスオーバー時）
---------------------------------*/
a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}
/*画像透明度（マウスオーバー時）end
---------------------------------*/


/* ------アンカー上部余白------------ */

:target::before {
    content:"";
    display:block;
    height:90px;
    margin:-90px 0 0;
}





/* ------全体の要素に適用------------- */
* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}


.pc_item{
	display: block;	
}
.sp_item{
	display: none;	
}
@media only screen and (max-width:570px) {
.pc_item{
	display: none;	
}
.sp_item{
	display: block;	
}
}


/************************************
** ボトムシェアボタンのみ丸くする
************************************/

/*ボトムシェアボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons {
	justify-content: center; /*中央に寄せる*/
}

/*ボトムシェアボタンのリンク*/
.sns-share.ss-bottom .sns-buttons a {
	width: 40px; /*横幅*/
	height: 40px; /*高さ*/
	margin-right: 4px; /*右側の余白*/
	margin-left: 4px; /*左側の余白*/
	border-radius: 50%; /*丸み*/
}

/*ボトムシェアボタンのアイコン*/
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 18px; /*アイコンの大きさ*/
}

/*ボトムシェアボタンのキャプション*/
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}

/*ボトムシェアボタンのシェア数*/
.sns-share.ss-bottom .sns-buttons a .share-count {
	right: -2px; /*右側からの距離*/
	bottom: -2px; /*下側からの距離*/
	padding: 2px; /*内側の余白*/
	font-size: 10px; /*文字の大きさ*/
	border: solid 1px; /*線*/
	border-radius: 3px; /*丸み*/
	background-color: inherit; /*背景色*/
}

/*シェア数の表示が必要ないボトムシェアボタン*/
.sns-share.ss-bottom .sns-buttons a .share-count:empty {
	padding: 0; /*内側の余白*/
	border: 0; /*線*/
}










/*---------休日カレンダー　色------------*/

.xo-event-calendar table.xo-month .month-event-title{
    color: rgb(255 255 255) !important;
	background-color: #339966 !important;
	text-align:center !important;
}


table.xo-month th{
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	background-color: #EBF8CF!important;
}
@media only screen and (max-width:570px) {
table.xo-month th{
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}
}



/*---------テキストを両端揃え------------*/

* {
	_text-align: justify;
	_text-justify: inter-ideograph;
}




/*---------ヘッダータイトル　真ん中-----------*/

h1.page-header-title{
	text-align:center;
}









/*---------HOME-------------*/

ul.top_item3{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin:auto !important;
	padding-top: 2em !important;
	padding-bottom:0 !important;
	padding-left:1em !important;
	padding-right:1em !important;
	max-width:1200px;
	background-color: #FFFFFF;
}

ul.top_item3 li{
	flex-basis: 31% !important;
	-webkit-flex-basis: 31% !important;
	-ms-flex-basis: 31% !important;
	list-style-type: none !important;
	margin:0 auto 2% auto;
	padding:0 !important;
}
ul.top_item3 li h4{
	text-align:center;
	margin-top:0 !important;
}
ul.top_item3 li img{
	margin:auto auto 0 auto !important;
	padding: 0 !important;
}
@media only screen and (max-width:570px) {
ul.top_item3{
	max-width:95%;
}
ul.top_item3 li{
	flex-basis: 48% !important;
	-webkit-flex-basis: 48% !important;
	-ms-flex-basis: 48% !important;
}
ul.top_item3 li h4{
	font-size:85%;
}
}




.page-id-7 .entry-content{
	padding-top:0;
	margin-top:0;
}

/* ------全画面---------- */


.wide_bg_01 {
	width: 100%;
	padding: 1.8em auto 1.5em auto;
	margin:0 !important;
	padding:1em 0 !important;
}

.wide_bg_02 {
	width: 100%;
	padding: 1.8em auto 1.5em auto;
	background-color: #FFF0FF;
	margin:0 !important;
	padding:1em 0 !important;
	_background-image: url(https://furusatonokaze-recruit.com/wp-content/uploads/top_bg_02.jpg) !important;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
}





/* ------全画面---------- */

.wide_box_01{
	background-color: rgba(255,255,255,1.0) !important;
	padding: 2em 0 2em 0 !important;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-image: url(//nagaihifuka.com/wp-content/uploads/menu_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100vw;
	position: relative;
}
.wide_box_01 .wood_img_left{
	position: absolute;
	z-index: 100;
	background-image: url(//nagaihifuka.com/wp-content/uploads/menu_side_img_01.png);
	background-repeat: no-repeat;
	background-size:491px auto;
	left:0;
	bottom:30px;
	width:491px;
	height:450px;
}
.wide_box_01 .wood_img_right{
	position: absolute;
	z-index: 100;
	background-image: url(//nagaihifuka.com/wp-content/uploads/menu_side_img_02.png);
	background-repeat: no-repeat;
	background-size:500px auto;
	right:0;
	bottom:30px;
	width:500px;
	height:450px;
}
@media screen and (max-width: 834px){
.wide_box_01{
	padding: 2em 0 1em 0 !important;
	margin-top:auto;
}
.wide_box_01 .wood_img_left{
	top:-120px;
	left:0;
}
.wide_box_01 .wood_img_right{
	top:-120px;
	right:0;
}
.wide_box_01 .wood_img_left,
.wide_box_01 .wood_img_right{
	width:250px !important;
	height:230px !important;
	background-size:250px auto;
}
}
@media screen and (max-width: 580px){
.wide_box_01{
	padding: 2em 0 1em 0 !important;
	margin-top:2.5em;
	margin-bottom:3em;
}
.wide_box_01 .wood_img_left{
	top:-60px;
	left:0;
}
.wide_box_01 .wood_img_right{
	top:-60px;
	right:0;
}
.wide_box_01 .wood_img_left,
.wide_box_01 .wood_img_right{
	width:130px !important;
	height:120px !important;
	background-size:130px auto;
}
}


.wide_box_02{
	background-color: rgba(255,255,255,1.0) !important;
	padding: 0 0 0 0 !important;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}






ul.top_submenu{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px auto !important;
	padding: 0 !important;
	max-width:900px;
	width:100%;
	gap: 1em;
}

ul.top_submenu li{
	flex-basis: 32% !important;
	-webkit-flex-basis: 32% !important;
	-ms-flex-basis: 32% !important;
	list-style-type: none !important;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	flex:1;
}

ul.top_submenu li a{
	background: #ffffff;
	border-radius: 100px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 1em 0.5em;
	color: #463b27;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	max-width: 380px;
	width: 100%;
	letter-spacing: 0.1em;
	border: 0.5px solid #CCCCCC;
	line-height:1;
}
ul.top_submenu li a:hover {
    background: #313131;
    color: #FFF;
}
ul.top_submenu li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #22AC5A;
    border-right: 3px solid #22AC5A;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
ul.top_submenu li a:hover:after {
    border-color: #FFF;
}
ul.top_submenu li a:hover{
	background: #7BC93C;
	color: #ffffff !important;
}

ul.top_submenu li.sec8 a{
	background: #ffffff;
	border-radius: 100px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 1em 0.5em;
	color: #463b27;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	font-family: "Sawarabi Gothic";
	max-width:380px;
	width:100%;
	letter-spacing:0.1em;
}
ul.top_submenu li.sec8 a:hover{
	background: #7BC93C;
	color: #ffffff !important;
}

ul.top_submenu li img{
	margin:auto auto 0 auto !important;
	padding: 0 !important;
}
@media screen and (max-width: 834px){
ul.top_submenu{
	width:96vw;
}
}
@media only screen and (max-width:570px) {
ul.top_submenu{
	margin:30px auto !important;
}
ul.top_submenu li{
	flex-basis: 47.5% !important;
	-webkit-flex-basis: 47.5% !important;
	-ms-flex-basis: 47.5% !important;
}
ul.top_submenu li a
,ul.top_submenu li.sec8 a{
	font-size:1em;
}
}








* table th{
	background-color:rgba(0,140,0,0.1) !important;
}




/*---------当院紹介----------------*/

dl.introduction{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	width: 100%;
	margin:0.5em 0 1.5em 0 !important;
	font-size:1.1em;
}
dl.introduction dt{
	flex-basis: 7.5em !important;
	-webkit-flex-basis: 7.5em !important;
	-ms-flex-basis: 7.5em !important;
	list-style-type: none !important;
	text-align:right;
	color:#000000;
}
dl.introduction dd{
	margin: 0 0 1em 0.5em;
	flex-basis:calc(100% - 8em) !important;
	-webkit-flex-basis: calc(100% - 8em) !important;
	-ms-flex-basis: calc(100% - 8em) !important;
	list-style-type: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7BC93C;
}




/*---------皮膚科---------------*/

ul.dermatology{
	margin-left:0.5em !important;
	margin-right:0.5em !important;
	padding:0 !important;
}

ul.dermatology li{
	list-style-type: none !important;
	text-indent: -1.5em;
	margin-left: 1.5em;
}
ul.dermatology li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0f3';
  font-weight: 900;
  margin-right:0.5em;
  color:#FF0000;
}



ul.taiou{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.taiou li{
	flex-basis: 32% !important;
	-webkit-flex-basis: 32% !important;
	-ms-flex-basis: 32% !important;
	list-style-type: none !important;
	margin: 0 auto 2% auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding:0.2em 0.5em;
}
ul.taiou li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 900;
	color: #ff0000;
  margin-right:0.5em;
}
/* 最後のコンテンツを左寄せにする指定 */
ul.taiou:after {
    content: "";
    display: block;
    width: 33.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
@media only screen and (max-width:570px) {
ul.taiou li{
	flex-basis: 49% !important;
	-webkit-flex-basis: 49% !important;
	-ms-flex-basis: 49% !important;
}
ul.taiou:after {
    content: "";
    display: block;
    width: 50.5%;
    height: 0;
}
}





/*---------料金表----------------*/

td.img_w140{
	min-width:140px !important;
}


ul.price_menu{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:auto !important;
	padding: 0 !important;
	width:100%;
	gap: 0.5em;

}

ul.price_menu li{
	flex-basis: 49% !important;
	-webkit-flex-basis: 49% !important;
	-ms-flex-basis: 49% !important;
	list-style-type: none !important;
	margin: 0 auto;
	flex:1;
	}

ul.price_menu li a{
	border-radius: 100px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 0.8em 0.3em;
	color: #ffffff;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 0.1em;
	border: 0.5px solid #CCCCCC;
	background-color:#7BC93C;
	line-height:1;
}
ul.price_menu li a:hover {
    background: #ffffff;
    color: #7BC93C;
	border: 0.5px solid #7BC93C;
}
ul.price_menu li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0.75rem;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
ul.price_menu li a:hover:after {
    border-color: #7BC93C;
}

@media only screen and (max-width:570px) {
ul.price_menu li{
	flex-basis: 100% !important;
	-webkit-flex-basis: 100% !important;
	-ms-flex-basis: 100% !important;
}
}


table.kintou{
	table-layout: fixed;
}
@media only screen and (max-width:834px) {
table.kintou{
	_table-layout:auto !important;
}
}


table.price{
	font-size:1em !important;
	color:#000000 !important;
	margin:0;
	padding:0;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow:hidden;
}
table.price th,table.price td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.price td{
	border: 1px solid #7BC93C;
}
table.price th.price_th{
	color:#ffffff;
}

table.price th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.price td{
	text-align: center !important;
	vertical-align: middle;
}

@media only screen and (max-width:770px) {
table.price th.price_th{
	width:auto !important;
}

table.price .head{
    display:none;
}
table.price {
    width: 100%;
}
table.price td {
    display: block;
    width: 100%;
    border-bottom:none;
}
table.price th,table.price td{
	font-size:0.9rem;
}
table.price td:first-child{
    background: #7BC93C;
    color:#fff;
    font-weight:bold;
}
table.price td:before{
    content: attr(data-label);
    font-weight:bold;
    display: block;
}
table.price tr:last-child{
    border-bottom: solid 1px #7BC93C;
}
}


table.price2{
	font-size:1em !important;
	color:#000000 !important;
	margin:0;
	padding:0;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow:hidden;
}
table.price2 th,table.price2 td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.price2 td{
	border: 1px solid #7BC93C;
}
table.price2 th.price2_th{
	color:#ffffff;
}

table.price2 th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.price2 td{
	text-align: center !important;
	vertical-align: middle;
}

@media only screen and (max-width:770px) {
table.price2 th.price_th{
	width:auto !important;
}

table.price2 th,table.price2 td{
	font-size:0.9rem;
}
}




table.price3{
	font-size:1em !important;
	color:#000000 !important;
	margin:0;
	padding:0;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow:hidden;
}
table.price3 th,table.price3 td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.price3 td{
	border: 1px solid #7BC93C;
}
table.price3 th.table_th{
	color:#ffffff;
}

table.price3 th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.price3 td{
	text-align: center !important;
	vertical-align: middle;
}

@media only screen and (max-width:770px) {
table.price3 .head{
    display:none;
  }
table.price3 {
    width: 100%;
  }
table.price3 td,
table.price3 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
table.price3 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
table.price3 td:before{
	color: #000;
	content: attr(data-label);
	font-weight: bold;
	padding: 0px 10px;
	width:11em;
	display: inline;
	background-color: #D6EEC1;
	margin-right: 10px;
	float: left;
  }
table.price3 tr:last-child{
    border-bottom: solid 1px #ccc;
}
}


table.price4{
	font-size:1em !important;
	color:#000000 !important;
	margin:0;
	padding:0;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow:hidden;
}
table.price4 th,table.price4 td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.price4 td{
	border: 1px solid #7BC93C;
}
table.price4 th.table_th{
	color:#ffffff;
}

table.price4 th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.price4 td{
	text-align: center !important;
	vertical-align: middle;
}

@media only screen and (max-width:770px) {
table.price4 .head{
    display:none;
  }
table.price4 {
    width: 100%;
  }
table.price4 td,
table.price4 th{
    display: block;
    width: 100%;
    border-bottom:none;
	font-size:0.9rem;
  }
table.price4 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
table.price4 td:before{
	color: #000;
	content: attr(data-label);
	font-weight: bold;
	padding: 0px 10px;
	max-width:100%;
	width:97%;
	display: inline;
	background-color: #D6EEC1;
	margin-right: 10px;
	float: left;
  }
table.price4 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}






.u_line{
	text-decoration: underline;
}

ul.kome_t{
	margin-left:0;
	padding-left:0;
}
ul.kome_t li{
	text-indent: -1em;
	margin-left: 1em;
	list-style-type: none;
}

ul.kome_t li:before{
  content: '※';
}



dl.price{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	width: 100%;
	margin:0.5em 0 0 0 !important;
	font-size:1.2em;
}
dl.price dt{
	flex-basis: 11em !important;
	-webkit-flex-basis: 11em !important;
	-ms-flex-basis: 11em !important;
	list-style-type: none !important;
	text-align:left;
	color:#000000;
}
dl.price dd{
	margin: 0 0 1em 0;
	flex-basis:calc(100% - 11em) !important;
	-webkit-flex-basis: calc(100% - 11em) !important;
	-ms-flex-basis: calc(100% - 11em) !important;
	list-style-type: none !important;
}



/*-------エレクトロポレーション---------*/

h1.effect{
	text-align: center;
	color: #FF3399;
}
@media only screen and (max-width:834px) {
h1.effect{
	margin-bottom:2rem;
}
}
dl.effect{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	width: 100%;
	font-size:1.1em;
	margin-top:0 !important;
	padding-top:0 !important;
	align-items: flex-start;
}
dl.effect dt{
	flex-basis: 6.5em !important;
	-webkit-flex-basis: 6.5em !important;
	-ms-flex-basis: 6.5em !important;
	text-align:left;
	vertical-align:top;
	color:#000000;
	margin:0 0 auto 0;
	display:block;
}
dl.effect dd{
	flex-basis:calc(100% - 6.5em) !important;
	-webkit-flex-basis: calc(100% - 6.5em) !important;
	-ms-flex-basis: calc(100% - 6.5em) !important;
	margin:auto 0 auto 0;
}


/*-------フォトフェイシャル---------*/

ul.beauty_item3{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin:auto !important;
	padding-top: 2em !important;
	padding-bottom:0 !important;
	padding-left:1em !important;
	padding-right:1em !important;
	max-width:1200px;
	background-color: #FFFFFF;
}

ul.beauty_item3 li{
	flex-basis: 31% !important;
	-webkit-flex-basis: 31% !important;
	-ms-flex-basis: 31% !important;
	list-style-type: none !important;
	margin:0 auto 2% auto;
	padding:0 !important;
}
ul.beauty_item3 li h4{
	text-align:center;
	margin-top:0 !important;
}
ul.beauty_item3 li img{
	margin:auto auto 0 auto !important;
	padding: 0 !important;
}
@media only screen and (max-width:570px) {
ul.beauty_item3{
	max-width:95%;
}
ul.beauty_item3 li{
	flex-basis: 48% !important;
	-webkit-flex-basis: 48% !important;
	-ms-flex-basis: 48% !important;
}
ul.beauty_item3 li h4{
	font-size:85%;
}
}




/*---------AGA-------------*/

.page-id-56 h4{
	_color:#FF0000 !important;
}

ul.aga{
	padding:0;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

ul.aga li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f152';
  font-weight: 900;
	color: #ff0000;
  margin-right:0.5em;
}





/*---------アクセス----------------*/

dl.access{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	width: 100%;
	margin:0.5em 0 1.5em 0 !important;
	font-size:1.1em;
}
dl.access dt{
	flex-basis: 5em !important;
	-webkit-flex-basis: 5em !important;
	-ms-flex-basis: 5em !important;
	text-align: left;
	background-color: #7BC93C;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	vertical-align: middle !important;
	text-align:center;
	margin: 0.5em 0 0.5em 0;
}
dl.access dd{
	margin: 0.5em 0 0.5em 0.5em;
	flex-basis: calc(100% - 5.5em) !important;
	-webkit-flex-basis: calc(100% - 5.5em) !important;
	-ms-flex-basis: calc(100% - 5.5em) !important;
	vertical-align: middle !important;
}














.scroll{
	overflow: auto !important;
	white-space: nowrap !important;
	max-width:1300px !important;
	width:100% !important;
	margin:auto !important;
	-webkit-overflow-scrolling: touch;
}

.scroll table{
	 white-space: nowrap !important;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
@media only screen and (max-width:770px) {
.scroll{
	margin:auto auto 2em auto !important;
}
}


/*------タイムテーブル----------------*/

table.time{
	font-size:1em !important;
	color:#000000 !important;
	margin:0 0 1em 0;
	padding:0;
	table-layout: fixed;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	max-width:1300px;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow: hidden;
}



table.time th,table.time td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
}
table.time td{
	border: 1px solid #7BC93C;
}

table.time th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.time th.co_r{
	color:#ff0000;
}
table.time th.sp_d{
	background-color: #CFEBB8 !important;
	text-align: center;
	vertical-align: middle;
	font-weight: normal !important;
	color: #000000;
	font-weight: bold !important;
}
table.time td{
	text-align: center !important;
	vertical-align: middle;
	table-layout:auto;
}


table.time2{
	font-size:1em !important;
	color:#000000 !important;
	margin:0 0 1em 0;
	padding:0;
	-moz-border-radius:0.75em;
	-webkit-border-radius:0.75em;
	border-radius:0.75em;
	font-family: 'Sawarabi Gothic', sans-serif !important;
	border: 1px solid #22AC5A;
	cellspacing:1px;
	border-collapse: separate;
	max-width:1300px;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	overflow: hidden;
	table-layout: fixed;
}
table.time2 th,table.time2 td {
	width: auto !important;
	border-collapse: collapse;
	padding: 1em;
	font-size:1em;
}
table.time2 td{
	border: 1px solid #7BC93C;
}

table.time2 th{
	background-color:#7BC93C !important;
	text-align: center;
	vertical-align: middle;
	font-weight:normal !important;
	color:#ffffff;
	font-weight:bold !important;
}
table.time2 th.sp_d{
	background-color: #E1F2D2 !important;
	text-align: center;
	vertical-align: middle;
	font-weight: normal !important;
	color: #000000;
	font-weight: bold !important;
	max-width: 2em !important;
}
table.time2 td{
	text-align: center !important;
	vertical-align: middle;
	padding:0;
}
@media only screen and (max-width:768px) {
table.time2{
	font-size:0.75em !important;
}
table.time2 th,table.time2 td {
	width: auto !important;
	padding: 0.1em;
	font-size:0.75em !important;
}
table.time2 th.max_w{
	width:4em;
}
}


.timetable_pc{
	display:block;
}
.timetable_sp{
	display:none;
}
@media only screen and (max-width:768px) {
.timetable_pc{
	display:none;
}
.timetable_sp{
	display:block;
}
}


@media only screen and (max-width:768px) {
table.time .head{
    display:none;
  }
table.time {
    width: 100%;
  }
table.time td,
table.time th{
    display: block;
    width: 100%;
    border-bottom:none;
	font-size:0.9rem;
  }
table.time td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
table.time td:before{
	color: #000;
	content: attr(data-label);
	font-weight: bold;
	padding: 0px 10px;
	max-width:100%;
	width:97.5%;
	display: inline;
	background-color: #D6EEC1;
	margin-right: 10px;
	float: left;
  }
table.time tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}



table.time_sp{
	font-size:1em !important;
	color:#000000 !important;
}
table.time_sp th{
	background-color:rgba(0,140,0,0.1) !important;
	text-align: center;
	vertical-align: middle;
	font-weight:bold !important;
}
table.time_sp td{
	text-align: left !important;
	vertical-align: top;
}



.online_btn{
	margin-top:1em;
}
.online_btn a {
    background: #8dc21f;
	border: 0.5px solid #8dc21f;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 15em;
	padding: 0.5em;
    color: #ffffff;
	transition: 0.3s ease-in-out;
	font-size:1rem;
    font-weight: 500;
	line-height:1;
	text-decoration: none;
	text-align:center;
}
.online_btn a:hover {
    background: #313131;
    color: #ffffff;
}
.online_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0.8em;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.online_btn a:hover:after {
    border-color: #ffffff;
}

.online_btn a:hover {
	border: 0.5px solid #8dc21f;
    background: #22AC5A;
    color: #ffffff;
}
@media screen and (max-width: 570px){
.online_btn a {
	margin:auto;
    max-width: 80%;
	width:100%;

}
}


/*------モバイルシェアボタン　数調整----------------*/

.share-menu-button .hatena-bookmark-button {
  _display: none;
}



.item{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 1px #000000;
	-webkit-box-shadow: 0px 0px 1px #000000;
	box-shadow: 0px 0px 1px #000000;
	background-color:rgba(255,255,255,1.0) !important;
	margin-right: 1% !important;
	margin-left: 1% !important;
	max-width: 98%;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 20px;
}
.item p{
	margin-bottom: 0px !important;
}
















/*------メニュー下部余白0----------------*/

#global-nav{
	padding-bottom:0 !important;
	margin-bottom:0.5em !important;
}



/*------画像の回り込み----------------*/

.alignnone {
padding: 4px;
margin: 0px 15px 0 15px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 4px;
}
.alignright {
float: right;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.alignleft {
float: left;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.clear {
clear: both;
}




















/*------会社概要----------------*/

dl.about{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
}
dl.about dt{
	flex-basis: 6em !important;
	-webkit-flex-basis: 6em !important;
	-ms-flex-basis: 6em !important;
	list-style-type: none !important;
	text-align:right;
	color:#000000;
	border-left-style: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	margin-bottom:1.5em;
}
dl.about dd{
	border-left-style: none !important;
	margin: 0 0 1.5em 0 !important;
	flex-basis:calc(100% - 6em) !important;
	-webkit-flex-basis: calc(100% - 6em) !important;
	-ms-flex-basis: calc(100% - 6em) !important;
	list-style-type: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
@media screen and (max-width: 570px) {
dl.about dt{
	text-align:left;
	margin-bottom:0.3em;
	flex-basis: 100% !important;
	-webkit-flex-basis: 100% !important;
	-ms-flex-basis: 100% !important;
	border-bottom-style: none !important;
}
dl.about dd{
	margin: 0;
	flex-basis:calc(100% - 0em) !important;
	-webkit-flex-basis: calc(100% - 0em) !important;
	-ms-flex-basis: calc(100% - 0em) !important;
	list-style-type: none !important;
}
}


























.widget{
	margin-bottom:0 !important;
}

.prBlock_summary{
	text-align:left !important;
	text-align: justify !important;
    text-justify: inter-ideograph !important;
}








/* -----タイトル装飾---------- */

@font-face {
font-family: "Zen Maru Gothic";
font-style: normal;
font-weight: 700;
font-display: swap;
src:url("//up2u02.xsrv.jp/nagaihifuka/wp-content/themes/nagaihifuka-child/fonts/ZenMaruGothic-Medium.woff") format("woff"),
url("//up2u02.xsrv.jp/nagaihifuka/wp-content/themes/nagaihifuka-child/fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}

h1.entry-title{
	color: #7BC93C;
}

* h1{
	color: #8C6239;
	font-size:1.4rem;
}

h1.rinen {
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #000000 !important;
	border-top-style: none !important;
	border-bottom-style: none !important;
	padding: 0 !important;
	font-size:1.4rem;
	letter-spacing:0.5rem;
	text-align:center;
	margin:0 auto 0 auto !important;
}

h1.rinen:before, h1.rinen:after {
  content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
	width:2rem !important;
}

h1.rinen:before {
	margin-right:1em;
	background: linear-gradient(-20deg, #8DC21F, transparent);
}
h1.rinen:after {
	margin-left:1em;
	background: linear-gradient(20deg, #8DC21F, transparent);
}
@media screen and (max-width: 570px) {
h1.rinen {
	margin:1rem auto 0.5rem auto !important;
}h1.rinen:before, h1.rinen:after {
	width:auto !important;
}
h1.rinen {
	font-size:1.6em !important;
	width:auto !important;
}
h1.rinen:before {
	margin-right:0.3em;
	background: linear-gradient(-10deg, #8DC21F, transparent);
}
h1.rinen:after {
	margin-left:0.3em;
	background: linear-gradient(10deg, #8DC21F, transparent);
}
}




h1.title_01,
h1.title_02{
	position: relative;
	font-size:1.4rem;
	letter-spacing:0.5rem;
	text-align:center;
	margin:auto;
}
h1.title_01:before,
h1.title_02:before {
	content: '';
	display: inline-block;
	background-image: url(//nagaihifuka.com/wp-content/uploads/h1_title_bg.png);
	margin-right: 2em;
	background-size: contain;
	width: 111px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
}
h1.title_01:after,
h1.title_02:after {
	content: '';
	display: inline-block;
	background-image:url(//nagaihifuka.com/wp-content/uploads/h1_title_bg2.png);
	margin-left:1.6em;
	padding-left:0;
	background-size: contain;
	width: 111px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (max-width: 834px){
h1.title_01:before {
  margin-right:1em;
}
h1.title_01:after,
h1.title_02:after {
  margin-left:0.5em;
}
h1.title_02{
	text-align:left;
}
h1.title_02:before {
  margin-right:0.5em;
  margin:auto auto auto 1em;
}
h1.title_02:after {
	display:none;
}
}
@media screen and (max-width: 580px){
h1.title_01:before {
  margin-right:0.5em;
	width: 60px;
}
h1.title_01:after {
  margin-left:0.5em;
	width: 60px;
}
h1.title_02{
	letter-spacing:0.1rem !important;
}
h1.title_02:before {
	margin-right: 0.5em;
	width: 50px;
}
}


* h2 {
	position: relative;
	padding: 1.5rem;
	text-align: center;
	border-top-style: none !important;
	border-bottom-style: none !important;
	padding-top:0 !important;
	margin-bottom:1.5em;
}

h2:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 40px);
  width: 80px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #FFCC00;
}


* h3{
	margin-left:0 !important;
	padding-left:0 !important;
}
h3,* h4{
	color:#2F582C !important;
	margin-bottom:0.5em !important;
	padding-bottom:0 !important;
}




/* -----お知らせ---------- */

.notice_t_margin{
	margin-top:5em;
}

.notice_box{
	padding: 0 1em !important;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 0 calc((100vw - 100%) / 2);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-image: url(//nagaihifuka.com/wp-content/uploads/notice_bg.png);
}
@media only screen and (max-width:570px) {
.notice_t_margin{
	margin-top:6em;
}
.notice_box{
	margin-top:1em !important;
}
}

ul.notice{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content:space-between !important;
	justify-content:space-between !important;
	margin: 60px auto !important;
	padding: 0 !important;
	max-width:1196px;
	width:100%;
}

ul.notice li.left{
	flex-basis: 320px !important;
	-webkit-flex-basis: 320px !important;
	-ms-flex-basis: 320px !important;
	list-style-type: none !important;
	margin: 0 auto 0 auto;
	background-image: url(//nagaihifuka.com/wp-content/uploads/notice_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	position: relative;
	height:250px;
}

ul.notice li.left h1{
	color:#ffffff;
	position: absolute;
  top: 100px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

ul.notice li.right{
	flex-basis: calc(100% - 320px) !important;
	-webkit-flex-basis: calc(100% - 320px) !important;
	-ms-flex-basis: calc(100% - 320px) !important;
	list-style-type: none !important;
	margin:0 auto 0 auto;
	
}

@media only screen and (max-width:570px) {
ul.notice{
	margin: 0 auto 20px auto !important;
	padding-top:0;
}
ul.notice li.left{
	display:none;
}
ul.notice li.right{
	flex-basis: 100% !important;
	-webkit-flex-basis: 100% !important;
	-ms-flex-basis: 100% !important;
	margin:0;
}
}


.notice_btn{
	margin-top:1em;
}
.notice_btn a {
    background: #8dc21f;
	border: 0.5px solid #8dc21f;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 15em;
	padding: 0.5em;
    color: #ffffff;
	transition: 0.3s ease-in-out;
    font-weight: 500;
	line-height:1;
	text-decoration: none;
	text-align:center;
}
.notice_btn a:hover {
    background: #313131;
    color: #ffffff;
}
.notice_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0.8em;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.notice_btn a:hover:after {
    border-color: #ffffff;
}

.notice_btn a:hover {
	border: 0.5px solid #8dc21f;
    background: #22AC5A;
    color: #ffffff;
}
@media screen and (max-width: 570px){
.notice_btn a {
	margin:auto;
    max-width: 80%;
	width:100%;

}
}


.price_btn a {
    background: #8dc21f;
	border: 0.5px solid #8dc21f;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 15em;
	padding: 0.5em;
    color: #ffffff;
	transition: 0.3s ease-in-out;
    font-weight: 500;
	line-height:1;
	text-decoration: none;
	text-align:center;
	margin:auto;
}
.price_btn a:hover {
    background: #313131;
    color: #ffffff;
}
.price_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0.8em;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.price_btn a:hover:after {
    border-color: #ffffff;
}

.price_btn a:hover {
	border: 0.5px solid #8dc21f;
    background: #22AC5A;
    color: #ffffff;
}
@media screen and (max-width: 570px){
.price_btn a {
	margin:auto;
    max-width: 80%;
	width:100%;

}
}





.whatsnew{
	background-color:rgba(255,255,255,0.6);
}
.whatsnew h1{
	display:none;
}
.whatsnew hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7BC93C;
}
.whatsnew a{
	color: #993300;
}



/*------お知らせ　装飾----------------*/

div.notice_box{
	padding: 1em 1em 0.3em 1em !important;
}

dl.notice_list{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:box !important;
	display:-webkit-flex !important;
	display:flex !important;
	-ms-flex-wrap:wrap !important;
	-moz-flex-wrap:wrap !important;
	-webkit-flex-wrap:wrap !important;
	flex-wrap:wrap !important;
	margin: 0 !important;
	padding: 0 !important;
}

dl.notice_list dt{
	flex-basis: 9.5em !important;
	-webkit-flex-basis: 9.5em !important;
	-ms-flex-basis: 9.5em !important;
	list-style-type: none !important;
	text-align:left;
	color:#000000;
	margin-left:0 !important;
}
dl.notice_list dd{
	margin: 0;
	flex-basis:calc(100% - 10em) !important;
	-webkit-flex-basis: calc(100% - 10em) !important;
	-ms-flex-basis: calc(100% - 10em) !important;
	border-left-style: none !important;
	padding-left:0 !important;
}

@media screen and (max-width: 570px) {
dl.notice_list dt,
dl.notice_list dd{
	margin: 0;
	flex-basis:100% !important;
	-webkit-flex-basis:100% !important;
	-ms-flex-basis:100% !important;
}
dl.notice_list dd{
	padding-bottom:0.2em;
	padding-left:0.5em !important;
	margin-bottom:1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #01ADD3;
}
}

.notice_list a{
	color: #000000;
	text-decoration: none;
	margin-left:0.7em !important;
}
.notice_list a:hover{
	color: #ff0000;
}

.notice_date{
	color: #333333;
}

span.notice{
	color: #FFFFFF;
	background-color: #dd3333 !important;
	margin: 0 !important;
	padding: 0 0.8em 0 0.8em !important;
	font-size:0.9em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:6em;
	width:100%;
}
span.campaign{
	color: #FFFFFF;
	background-color: #5DBEB3 !important;
	margin: 0 !important;
	padding: 0 0.8em 0 0.8em !important;
	font-size:0.9em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
span.event{
	color: #FFFFFF;
	background-color: #6fd626 !important;
	margin: 0 !important;
	padding: 0 0.8em 0 0.8em !important;
	font-size:0.9em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

span.notice a,
span.campaign a,
span.event a{
	color: #FFFFFF;
	text-decoration: none;
}











/* ------スクロール時、メニュー透過---------- */

#gMenu_outer{
	background-color: rgba(255,255,255,0.8) !important;
}

.menu-main_menu-container{
	margin-bottom:1em !important;
}


/* ------コピーライト、下部余白---------- */

.sectionBox {
    padding-bottom: 0.5em !important;
}























/* ------診療時間下マージン削除-------------- */

#custom_html-3{
	margin-bottom:0;
	padding-bottom:0;
}
#custom_html-4{
	display:none;
}





section{
	margin-bottom: 3em !important;
}
article{
	_margin-bottom: 3em !important;
}
nav{
	margin-bottom: 0 !important;
}
@media only screen and (max-width:780px) {
section{
	margin-bottom: 0 !important;
	padding-bottom:0;
}
}


#content,
.siteContent{
	text-align: justify !important;
    text-justify: inter-ideograph !important;
}








/* -------ボックス装飾------------- */

.red_box{
	padding: 1em;
	border: 1px solid #FFA6A6;
	margin-bottom:30px !important;
}
.red_box2{
	padding: 2em;
	border: 2px solid #FF0000;
	margin-bottom: 30px !important;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3;
}
.red_box2 span{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.greenline_box{
	padding: 1em;
	border: 8px solid rgba(0,140,0,0.1) !important;
	margin-bottom:30px !important;
}
@media only screen and (max-width:570px) {
.greenline_box{
	border: 4px solid rgba(0,140,0,0.1) !important;
}
.red_box2{
	font-size:1.1em;
	line-height:1.2;
}
}

.box_layout_01{
	background-color: #FFFFF0;
	padding: 1em 2em !important;
	border: 1px solid #FFCC66;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif !important;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.box_layout_02{
	background-color: #FFFFF0;
	padding: 1em 2em !important;
	border: 1px solid #FFCC66;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif !important;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}
.box_layout_03{
	background-color: #E6FFE6;
	padding: 1em 2em !important;
	border: 1px solid #99CC00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif !important;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

@media only screen and (max-width:570px) {
.box_layout_01,
.box_layout_02,
.box_layout_03{
	font-size: 1.2em;
	padding: 0.5em !important;
}
.box_layout_03{
	text-align:left;
}
}


/* -------リスト装飾------------- */

ul.square{
	margin-left: 0;
	padding-left: 0;
}
ul.square li{
	text-indent: -1em;
	margin-left: 1em;
	font-size:1.2em;
	list-style-type: none;
	font-weight: bold;
}
ul.square li::before{
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #f00;
    transform: rotate(45deg);
    vertical-align: 2px;
}
@media only screen and (max-width:570px) {
ul.square li{
	font-size:1.1em;
}
}


ol.u_line{
	margin-left:1em !important;
	padding-left:1em !important;
}
ol.u_line li{
	margin-bottom:1.5em;
}

span.u_line_01{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
	line-height:1.5 !important;
}















/* -------reCAPTCHA 保護マークを調整------------ */
.grecaptcha-badge {
	position:fixed;
    margin-bottom: 80px !important;
}

.grecaptcha_box{
	padding: 1em !important;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}










/* ------サイド、ウィジェット余白------------- */

.widget {
    padding-bottom: 30px !important;
}


#custom_html-2 p,
#custom_html-4 p{
	margin-top:0 !important;
	padding-top:0 !important;
	margin-bottom:0 !important;
	padding-bottom:1em !important;
}
#custom_html-2 .tel{
	font-size:2em;
	font-weight:bold;
}
@media only screen and (max-width:570px) {
#custom_html-2 .tel{
	font-size:1.4em;
}
}









.pc_display{
	display:block;
}
.sp_display{
	display:none;
}
@media only screen and (max-width:681px) {
.pc_display{
	display:none !important;
}
.sp_display{
	display:block !important;
}
}



/* ------装飾-------------- */

.t_indent{
	text-indent: -1em;
	margin-left: 1em;
}

.pc_item{
}
.sp_item{
	display: none;	
}
@media only screen and (max-width:570px) {
.pc_item{
	display: none;	
}
.sp_item{
	display: block !important;	
}
}

/* スマホ　回り込み解除 */
@media only screen and (max-width:570px) {
img.alignright,img.alignleft {
	float:none !important;
	clear:both !important;
	display:block !important;
	text-align:center !important;
	margin:auto !important;
}
}
/* スマホ　回り込み解除 end */










/* 回り込みクリア*/
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
/* 回り込みクリア end*/







/*画像透明度（マウスオーバー時）
---------------------------------*/
a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

a:hover img {
     opacity: 0.7;     /* 透過レベル */
     filter: alpha(opacity=80);
}
/*画像透明度（マウスオーバー時）end
---------------------------------*/



/*---------AddToAny Share Buttons　はみ出し防止-----------------*/

.addtoany_share_save_container {
	text-align:center;
	margin: 30px soto 2em auto !important;
	overflow:hidden !important;
	max-width:99% !important;
}




/*---------You Tube 埋め込み-----------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





/*アイコン表示
---------------------------------*/
.href_icon{
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	margin-bottom: 8px !important;
	padding-bottom: 0px !important;
}
a[href$=".pdf"] {
	display: inline-block;
	padding-right:23px !important;
	background: url(//nagaihifuka.com/wp-content/uploads/pdf_icon_32.png) no-repeat right center;
	margin-bottom: -8px;
	padding-top: 8px;
}



/*アイコン表示 end
---------------------------------*/




/* -------BOXレイアウト------------ */

ul.col2{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin: 0;
	padding: 0;
}

ul.col2 li{
	flex-basis: 48%;
	-webkit-flex-basis: 48%;
	-ms-flex-basis: 48%;
	list-style-type: none;
	margin:0 auto 0 auto;
	
}

ul.col2 li img{
	margin:auto auto 0 auto;
	padding: 0;
	transition-duration: 0.5s;
}
@media only screen and (max-width:570px) {
ul.col2 li{
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	margin:0 auto 2% auto;
}
}








/* -------Facebook------------ */

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb_container {
		width: 100%;
		max-width: 100%;
		margin:auto;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb_container {
		width: 100%;
		margin:auto;
	}
}







ul.lcp_catlist {
	font-weight: 600 !important;
	font-size: 0.9em !important;
	margin: 0px !important;
	padding: 0px !important;
}


ul.lcp_catlist > :not(.lcp_post) {
	color: #71AD2E !important;
}


.lcp_excerpt{
	font-weight: normal !important;
	color: #000000 !important;
	overflow: hidden !important;
	display: block;
}

ul.lcp_catlist li {
	display: inline-block;
	width: 100% !important;
	margin-bottom: 7px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92D050;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #000000 !important;
}
ul.lcp_catlist li img {
	float: left;
	margin-top: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	padding-right: 5px !important;
}
.lcp_post {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-left: auto !important;
	overflow: hidden !important;
	font-weight: normal !important;
	display: block;
}

ul.content_box li.box_main .lcp_post {
	font-weight: bold !important;
	color: #000000 !important;
	background-position: center center;
	border: 1px solid #CCCCCC;
}

@media only screen and (max-width:570px) {
ul.content_box li.box_main .lcp_post {
	font-size: 100% !important;
}
}


.search-edit,
#info-list,
.child_page-container{
	border: 1px solid #B6E193 !important;
}


/*---------------contactform7----------------------- */

.wpcf7-spinner{
	display:block !important;
}

.fa-exclamation-triangle{
	color: #FFCC00 !important;
}

.wpcf7{
}

.wpcf7 input[type="number"]{
	width: 50px !important;
}
form select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"] {
	border: 1px solid #7BC93C;
}


.wpcf7 input[type="text"],
.wpcf7 input[name="your-subject"] {
	width: 50% !important;
	max-width:100% !important;
}
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"]{
	max-width:60% !important;
	width: 100% !important;
}
.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"]{
	width: 80% !important;
	border: 1px solid #EAC1D6;
}

.wpcf7 input[type="tel"]{
	padding:0.5em;
	width: 40% !important;
}

 @media only screen and (max-width:570px) {
.wpcf7 input[type="tel"]{
	width: 80% !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"]{
	max-width:100% !important;
	width:100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"]{
	max-width:100% !important;
	width:100% !important;
	border: 1px solid #FFCC66;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
}

.wpcf7 input[name="zip"]{
	width: 15% !important;
}
 @media only screen and (max-width:570px) {
.wpcf7 input[name="zip"]{
	width: 40% !important;
}
}

#content form input[type=text].form_width10 {
	max-width: 10% !important;
}
#content form input[type=text].form_width15 {
	max-width: 15% !important;
}
#content form input[type=text].form_width20 {
	max-width: 20% !important;
}
#content form input[type=text].form_width30 {
	max-width: 30% !important;
}
#content form input[type=text].form_width50 {
	max-width: 50% !important;
}
.form_width50 {
	max-width: 50% !important;
}
#content form input[type=text].form_width60 {
	max-width: 60% !important;
}
#content form input[type=text].form_width70 {
	max-width: 70% !important;
}
#content form input[type=text].form_width80 {
	max-width: 80% !important;
}


@media only screen and (max-width:570px) {
#content form input[type=text].form_width10_20 {
max-width: 20% !important;
}
#content form input[type=text].form_width50 {
	width: 100% !important;
}
#content form input[type=text].form_width95 {
width:95% !important;
}
#content form input[type=text].form_width20 {
	max-width: 60% !important;
}
#content form input[type=text].form_width30 {
	max-width: 60% !important;
}
}

#main_form {
}


/*---------送信ボタン-----------*/

.sideTower form#searchform input#searchsubmit {
    width: 25%;
}
form#searchform input#s {
    width: 55%;
}
@media only screen and (max-width:570px) {
.sideTower form#searchform input#searchsubmit {
    width: 28%;
}
form#searchform input#s {
    width: 56%;
}
}

.soushin{
	margin:auto;
	text-align:center;
}

input[type="submit"] {
	background-color: rgba(255,128,0,1.0) !important;
	padding:0.6em 0;
	color: #ffffff !important;
	max-width:20em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"]:hover{
	background-color: rgba(255,0,0,0.8) !important;
}
/*--------送信ボタン end----*/



/*コンタクトフォーム　改行禁止
---------------------------------*/
#content form span.wpcf7-form-control-wrap {
	display: inline !important;
}
/*コンタクトフォーム　改行禁止 end
---------------------------------*/

fieldset {
	margin-bottom: 20px !important;
	padding: 0.5em 1em 1em 1em !important;
	border: 1px solid #8989C5;
	overflow: hidden;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
@media only screen and (max-width:570px) {
fieldset {
	padding: 0.5em 0.5em 0 0.5em !important;
}
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip:before {
	font-family: FontAwesome;
	content: '\f071';
	color:#FFCC00;
	margin-right:0.3em;
}


div.wpcf7-validation-errors {
	color:#ffffff !important;
}

div.wpcf7-validation-errors:before {
	font-family: FontAwesome;
	content: '\f044';
	color:#ffffff;
	margin-right:0.3em;
}

.wpcf7 label {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-left:0 !important;
}

.t_block{
	display: block;
	overflow:hidden;
}

.wpcf7 input[type="checkbox"]{
	margin:0 0.3em 0 0  !important;
	padding:0 !important;
}


.kiyaku_box {
	height: 15em;
	overflow-x: hidden;
	padding: 1em !important;
	border: 1px solid #FFB7B7;
	margin-bottom:30px;
}


.warning{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom:0.1em;
}





/* -------reCAPTCHA 保護マークを調整------------ */
.grecaptcha-badge {
	position:fixed;
    margin-bottom: 80px !important;
}

.grecaptcha_box{
	padding: 1em !important;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/*---------------contactform7 END----------------------- */


/* MARGIN */

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0px !important;}
.mb01 {margin-bottom: 1px !important;}
.mb02 {margin-bottom: 2px !important;}
.mb03 {margin-bottom: 3px !important;}
.mb04 {margin-bottom: 4px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}

.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}

.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}

.ml-1 {margin-left: -1px !important;}
.ml-2 {margin-left: -2px !important;}
.ml-3 {margin-left: -3px !important;}
.ml-4 {margin-left: -4px !important;}
.ml-5 {margin-left: -5px !important;}

.mr-1 {margin-right: -1px !important;}
.mr-2 {margin-right: -2px !important;}
.mr-3 {margin-right: -3px !important;}
.mr-4 {margin-right: -4px !important;}
.mr-5 {margin-right: -5px !important;}

/* PADDING */

.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}

.pt50 {padding-top: 50px !important;}

.pb00 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}

.pr10 {padding-right: 10px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}

.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}