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

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; }
body,h1, h2, h3, h4, h5,
table,
form, input {margin:0;padding:0; }
img { border: none; vertical-align: bottom; }
/*iphone 用*/
input[type="submit"],input[type="button"]{
-webkit-appearance: none;
}
body{ font-family: "Zen Maru Gothic", sans-serif;}
main{
	margin: 0px !important;
	padding: 0px !important;
}
.no-p p{margin: 0px !important;
	padding: 0px !important;}

/*header.header{position: fixed;top:0px;*/

html {
  scroll-padding-top: 50px !important;
}

#p-del p:empty{display: none;}
#p-del a::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 10px;
}

.tategaki {
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  writing-mode: vertical-rl;        /* 基本の縦書き */
  text-orientation: upright;         /* 英数字を正立させる */
}
a{text-decoration: none !important;}

.clearfix:after { /*float解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	 /*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
 /**/
}

a img.image_hover{
	transition:all 0.5s ease; 
}
a:hover img.image_hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}
a:hover img,
#pagetop img:hover{
	opacity: 0.7;/*要素の透明度*/
	filter: alpha(opacity=70); /*ie6、7*/
	-ms-filter: "alpha(opacity=70)";/*ie8*/
	transition:all 0.5s ease; 
}
h3{font-weight: 500 !important;}
.orange{color: #FFAA48;}
.pink{color: #FE8E9F;}
.p-pad p{padding: 0 !important;margin: 0px !important;}

/**/
.search-form{height: 40px !important;
    border-radius: 30px;border: 1px solid #38A9DD;
}
input::placeholder {
 font-size: 16px;
}
.search-form .search-field{border-radius: 30px;}
.search-form .search-submit{border-radius: 30px;border: 1px solid #38A9DD;}

/*menu*/
#menu-main-menu{width: 100%;justify-content: center;}

#menu-main-menu li{}
#menu-main-menu li:nth-of-type(1) a{border-left: 1px solid #fff;}
#menu-main-menu li a{border-right: 1px solid #fff;padding: 0px 25px;}

.elementskit-submenu-panel li {padding-bottom: 7px !important;}

.bdt-title-tag{
    padding:10px 10px 15px !important;
    border-radius: 5px;
    background-color:rgba(255,255,255,0.80);
}
.bdt-ps-sub-title{
    padding: 0px 10px 8px !important;
    border-radius: 5px;
    background-color:rgba(255,255,255,0.80);
    margin-bottom: 10px !important;
}
.bdt-slider-excerpt{background-color:rgba(255,255,255,0.80);}

@media screen and (max-width: 1453px){
  #menu-main-menu li a{
      font-size: 16px;
      padding: 0px 20px !important;
    }

}
@media screen and (max-width: 1190px){
  #menu-main-menu li a{
      font-size: 15px;
      padding: 3px 10px !important;
    }

}

@media screen and (max-width: 1024px){
    #menu-main-menu i{color: #000;}
    #menu-main-menu i:hover{color: #1B77C3;}
}
@media screen and (max-width: 767px){
.bdt-title-tag{
    padding:10px 10px 15px !important;
    border-radius: 5px;
    background-color:rgba(255,255,255,0.0);
}
.bdt-ps-sub-title{
    padding: 0px 10px 8px !important;
    border-radius: 5px;
    background-color:rgba(255,255,255,0.0);
    margin-bottom: 10px !important;
}
    .bdt-slider-excerpt{background-color:rgba(255,255,255,0.0);}
}
.search-form{height: 40px;padding: 0 !important;}
input::placeholder {
 font-size: 16px;
}
/*menu ボタン*/
.top-btns span{font-size: 14px !important;}

.g-menu-btns{
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-menu-btns a{
    font-size:14px !important;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    font-weight: 600;
    height: 100px;width: 110px;
}
.g-menu-btns a.saiyo {padding-top: 15px; background-color: #38A9DD;}
.g-menu-btns a.phone {background-color: #1370B7;}
.g-menu-btns a.phone img{width: 35px;}

.navbar-toggle-wrapper button.active{border: 0px !important;}
.navbar-toggle-wrapper .navbar-toggle {
	border-radius: 5px !important;
	cursor: pointer;
	padding: 15px 15px!important;
	display: flex;
	align-items: center;
	background-color: #38A9DD !important;
	border: 0px solid !important;

}
.navbar-toggle-wrapper .navbar-toggle:focus {
  outline: 0px solid !important;
}

/*------------文字サイズ----------------*/

#textsizer-embed{
    margin-bottom: 0px;
}
#textsizer-embed p{
	display: inline;
	font-size: 14px !important;
	font-weight: bold;
}
ul.textresizer{
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
ul.textresizer li{
	display: inline-block;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;	
}
 
ul.textresizer a{
	background    : #FFFFFF;
	color: #265396;
	border: 1px solid #265396;
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px !important;
	text-align    : center;
	cursor        : pointer;
	line-height   : 1em;
	transition    : .3s;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
     
ul.textresizer a:hover{
   background: #e5e5e5;
  border: solid 1px #cccccc;
  }
 
ul.textresizer .small-text{
 font-size: 12px;
 }
ul.textresizer .medium-text{
   font-size: 18px;
}
ul.textresizer .large-text{
   font-size: 22px;
}
ul.textresizer .larger-text{
   font-size: 22px;
}
ul.textresizer a.textresizer-active{
    border: solid 1px #1B77BB;
    background: #1B77BB;
    color: #ffffff;                
}


/*Topスライダー*/
.bdt-prime-slider{}
.bdt-slideshow-items{
    padding: 0 !important;
    border-radius: 0px 0 0 30px;
}

#logo-toggle-wrap{display: flex;padding:5px 5px 5px 10px;}
#logo-mobi {padding-top:10px}
#logo-mobi img{width: 70%;}

/*top Meta slider*/
.elementor-background-slideshow__slide__image{border-radius: 35px 0 0 35px;}

@media screen and (max-width: 1600px){
  
}
@media screen and (max-width: 1530px){
}
@media screen and (max-width: 1440px){
    .builder-item--logo{margin: 0 0 0 10px !important;}
}
@media screen and (max-width: 1024px){
    .builder-item--logo{margin: 0 0 0 10px !important;}
}
@media screen and (max-width: 1024px){
.bdt-slideshow-items{
    padding: 0 !important;
    border-radius: 0px 0 0 0px;
}
}
/*top お知らせ*/
.color-black .elementor-button-text{color:#1F1F1F;}
.color-black a:hover .elementor-button-text{color:#fff;}

.news-block{
    padding: 50px 50px 20px !important;background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0px rgba(210, 222, 246, 0.35);
}
.news-block li {
    display: flex;gap:20px;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px dotted #707070;
}
.news-block li .news_cat{
    padding: 7px 0 0;
    line-height: 0.8em;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    width: 115px;
    text-align: center;
}
.news-block li .news_cat a{color:#fff;}
.event{background-color: #EDB675;}/*イベント*/
.information{background-color: #788FCE;}/*お知らせ*/
.recruitment{background-color: #52C1B0;}/*採用情報*/
.important{background-color:#AD0306;}/*大切なお知らせ*/

.news-block .news_date{color: #1F2424;font-size: 18px;font-weight: 400;}
.news-block .news_title a{font-size: 20px;color: #2F2F2F;font-weight: 500;}

.news-important li{display: flex;gap:20px;font-size: 20px;}
.news-important a{color: #0F5098;text-decoration: underline !important;}
.news-important a:hover{text-decoration: none !important;}

@media screen and (max-width: 767px){
    .news-block li{display: flex;flex-wrap: wrap;gap:10px 20px;}
    .news-block li .news_cat{padding: 6px 0 0;font-size: 14px;}
    .news-block .news_title a{font-size: 18px;}
}

/*Top 外来時間*/
.top-gairai{}
.top-gairai tr:nth-of-type(1){}

.top-gairai th:nth-of-type(1){border-radius: 10px 0 0 0;padding-left: 40px !important;}
.top-gairai th:nth-last-of-type(1){border-radius: 0 10px 0 0;}
.top-gairai th{padding: 10px; background-color: #1370B7;color: #fff;font-weight: 600;}

.top-gairai td{border: none;padding: 10px;vertical-align: middle;font-size: 18px;font-weight: 600;}
.top-gairai td:nth-of-type(1){text-align: left;width: 30%;padding-left: 20px !important;}
.top-gairai td img{padding-bottom: 7px;}
.top-gairai tr:nth-of-type(3){background-color: #ECF1F2;}

@media screen and (max-width: 1024px){
    .top-gairai td img{width: 70%;}
}
@media screen and (max-width: 767px){
    .top-gairai th{font-size: 18px;}
    .top-gairai th:nth-of-type(1){padding-left: 5px !important;}
    .top-gairai td:nth-of-type(1){padding-left: 5px !important;}
    .top-gairai td img{width: 50%;padding-bottom: 4px;}
    
}

/*サブページ*/
.side-menu img{border-radius: 20px;}
.side-menu ul.menu li{}
.side-menu ul.menu li:nth-of-type(1){
    padding: 30px 10px 30px 25px;
    line-height: 1.0em;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #2190CE, #7AA9DD);
}
.side-menu ul.menu li:nth-of-type(1) a{font-size:20px;color: #fff;}
.side-menu ul.menu li:nth-of-type(n+2) a{
    padding: 20px 10px 25px 20px;
    display: block;
    color: #1F1F1F !important;
    background-color: #fff;
    border-bottom: 1px solid #DEDDD9;
    background-image: url(/hiura-hospital/wp-content/uploads/2026/04/icon-circle-blue.svg);
    background-repeat: no-repeat;
    background-position:  right 15px bottom 50%;
}

.side-menu ul.menu li.current-menu-item a{ background-color: #E0FDFF;}
.side-menu ul.menu li:nth-of-type(n+2) a:hover{
    background-color: #E0FDFF;/*#F4FFFD*/
    background-position:  right 15px bottom 45%;
}
.side-menu h4 a{
    display: block;
    background-image: url(/hiura-hospital/wp-content/uploads/2026/04/icon-circle-blue.svg);
    background-repeat: no-repeat;
    background-position:  right 10px bottom 60%;
}

#nav_menu-2{}
#nav_menu-2 ul li:nth-of-type(n+2){padding: 0 !important;margin: 0 !important;}

/*外来のご案内*/
.week{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
    width: 100%;
}
.week td{
    padding: 15px 5px;
    text-align: center;
    line-height: 1.2em;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
}
.week tr:nth-of-type(1) td{
    font-weight: 600;
    background-color: #FFB180;
    color:#fff;
    
}
.week td:nth-of-type(1){
    width: 13%;
    background-color: #FFFAED;
}
.week td:nth-of-type(n+2){
    width: 14%;
}
/*診療科紹介*/
.doc-explain{
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}
.doc-explain th{
    vertical-align: top;
    padding: 25px 20px 25px;
    width: 35%;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    background-color: #FAFAFA;
}
.doc-explain td{
    padding: 25px 20px 25px;
    width: 65%;
    font-size: 18px;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1024px){
    .doc-explain th{
        vertical-align: top;
        padding: 15px;
        font-size: 18px;}
    .doc-explain td{
        padding: 15px;}
}
@media screen and (max-width: 767px){
    .doc-explain th,
    .doc-explain td{display: block;width: 100%;}
    .doc-explain th{
        vertical-align: top;
        padding: 15px;
        font-size: 16px;}
    .doc-explain td{
        padding: 15px;font-size: 16px;}
}

/*看護部*/
.edu-schedule{
    border-top:1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
}
.edu-schedule th,.edu-schedule td{
    padding: 15px;
    border-bottom:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
}
.edu-schedule th{
    text-align: center;
    font-weight: 600;
    background-color:#EAF4F2;
}
.edu-schedule td:nth-of-type(1){
    text-align: center;
    font-weight: 600;
    background-color: #F7F7F7;
}

.edu-sche02{
    border-top:1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
}
.edu-sche02 th,.edu-sche02 td{
    padding: 15px;
    border-bottom:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
}
.edu-sche02 th{
    text-align: center;
    font-weight: 600;
    background-color:#FFF2F2;
}
.edu-sche02 td:nth-of-type(1){
    text-align: center;
    font-weight: 600;
    background-color: #F7F7F7;
}

/*健診*/
.kenshin{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kenshin td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
.kenshin tr:nth-of-type(1) td{font-weight: 600;background-color: #F7F7F7;}
.kenshin tr:nth-of-type(1) td:nth-of-type(1){width: 38%}
.kenshin tr:nth-of-type(1) td:nth-of-type(2){width: 48%}
.kenshin tr:nth-of-type(1) td:nth-of-type(3){width: 14%;}

.kenshin td:nth-last-of-type(1){text-align: right;padding: 15px 15px 15px 0px;}
td.kyokai{background-color: #EAF4F2;width: 17%;font-weight: 600;}
td.kigyo{background-color: #EAEFF4;width: 17%;font-weight: 600;}
td.hiura{background-color: #FFF3E8;width: 17%;font-weight: 600;}
td.nagasaki{background-color: #FFF2F2;width: 17%;font-weight: 600;}
td.saikai{background-color: #F1EAF3;width: 17%;font-weight: 600;}
td.other{background-color: #F7F7F7;width: 17%;font-weight: 600;}
td.option{background-color: #FFFDE6;width: 17%;font-weight: 600;}

.kenshin-sub{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kenshin-sub td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
.kenshin-sub tr:nth-of-type(1) td:nth-of-type(1){width: 17%}
.kenshin-sub tr:nth-of-type(1) td:nth-of-type(2){width: 21%}
.kenshin-sub tr:nth-of-type(1) td:nth-of-type(3){width: 48%}
.kenshin-sub tr:nth-of-type(1) td:nth-of-type(4){width: 14%;}
.kenshin-sub td:nth-last-of-type(1){text-align: right;padding: 15px 15px 15px 0px;}

/*検査*/
/*協会けんぽ　検査項目一覧*/
.kensa-kyokai{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kensa-kyokai tr:nth-of-type(1) td{
    text-align: center;font-weight: 600;background-color: #EAF4F2;
}
.kensa-kyokai td:nth-child(1){width: 34%;font-weight: 600;}
.kensa-kyokai td:nth-child(2){width: 22%;}
.kensa-kyokai td:nth-child(3){width: 22%;}
.kensa-kyokai td:nth-child(4){width: 22%;}
.kensa-kyokai td:nth-of-type(n+2) {text-align: center;}
.kensa-kyokai td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
/*企業健診　検査項目一覧*/
.kensa-kigyo{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kensa-kigyo tr:nth-of-type(1) td{
    text-align: center;font-weight: 600;background-color: #EAEFF4;
}
.kensa-kigyo td:nth-child(1){width: 36%;font-weight: 600;}
.kensa-kigyo td:nth-child(2){width: 32%;}
.kensa-kigyo td:nth-child(3){width: 32%;}

.kensa-kigyo td:nth-of-type(n+2) {text-align: center;}
.kensa-kigyo td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
/*日浦病院　検査項目一覧*/
.kensa-hiura{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kensa-hiura tr:nth-of-type(1) td{
    text-align: center;font-weight: 600;background-color: #FFF3E8;
}
.kensa-hiura td:nth-child(1){width: 34%;font-weight: 600;}
.kensa-hiura td:nth-child(2){width: 22%;}
.kensa-hiura td:nth-child(3){width: 22%;}
.kensa-hiura td:nth-child(4){width: 22%;}
.kensa-hiura td:nth-of-type(n+2) {text-align: center;}
.kensa-hiura td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
/*長崎市の健康診断　検査項目一覧*/
.kensa-nagasaki{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kensa-nagasaki tr:nth-of-type(1) td{
    text-align: center;font-weight: 600;background-color: #FFF2F2;
}
.kensa-nagasaki td:nth-child(1){width: 34%;font-weight: 600;}
.kensa-nagasaki td:nth-child(2){width: 22%;}
.kensa-nagasaki td:nth-child(3){width: 22%;}
.kensa-nagasaki td:nth-child(4){width: 22%;}
.kensa-nagasaki td:nth-of-type(n+2) {text-align: center;}
.kensa-nagasaki td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}
/*西海市の健康診断　検査項目一覧*/
.kensa-saikai{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.kensa-saikai tr:nth-of-type(1) td{
    text-align: center;font-weight: 600;background-color: #F1EAF3;
}
.kensa-saikai td:nth-child(1){width: 36%;font-weight: 600;}
.kensa-saikai td:nth-child(2){width: 32%;}
.kensa-saikai td:nth-child(3){width: 32%;}

.kensa-saikai td:nth-of-type(n+2) {text-align: center;}
.kensa-saikai td{
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.3em;
}

/*入院のご案内*/
.nyuin-plan_CS,
.nyuin-plan_PAPER{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.nyuin-plan_CS th{background-color: #F4F9FF;text-align: center;}
.nyuin-plan_CS td{background-color: #FFFFFF;}
.nyuin-plan_CS th,
.nyuin-plan_CS td,
.nyuin-plan_PAPER th,
.nyuin-plan_PAPER td{
    font-weight: 600;
    padding: 15px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.4em;
}
.nyuin-plan_PAPER th{background-color: #FFF8FE;text-align: center;}
.nyuin-plan_PAPER td{background-color: #FFFFFF;}

/*病院概要*/
.about{
    padding: 0;margin: 0;
    border-top:1px solid #E8E8E8;
    border-left:1px solid #E8E8E8;
}
.about td:nth-of-type(1) {
    background-color: #E5FDFF;
    width: 20%;
}
.about td{
    font-size: 18px;
    padding: 15px 20px 15 20px;
    border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    line-height: 1.6em;
}
.ratio{
    padding: 0;margin: 0;
    border-top:1px solid #D3D3D3;
    border-left:1px solid #D3D3D3;
}
.ratio td:nth-of-type(n+2){text-align: right;}
.ratio tr:nth-of-type(1) td{
    color: #fff;
    text-align: center;
    background-color: #FE8E9F;
}
.ratio td{
    font-weight: 600;
    padding: 15px 20px;
    border-bottom:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
    line-height: 1.4em;
}
/*沿革*/
.enkaku .ue_timeline_item_content_inside{margin-top: -3px;}
.enkaku .ue_timeline_item_content_inside{display: flex;}
.enkaku .ue_timeline_item_content_inside div:nth-of-type(1){padding-right: 40px;}

@media screen and (max-width: 767px){
    .ue_timeline_item_content_inside div:nth-of-type(1){padding-right: 5px;width: 30% !important;}
    .ue_timeline_item_content_inside div:nth-of-type(2){width: 70% !important}
}

/*介護医療院*/
.kaigo_fac{
    padding: 0;margin: 0;
}
.kaigo_fac td{
    padding: 15px 20px 15 20px;
    border-bottom:1px solid #E8E8E8;
    line-height: 1.6em;
}
.kaigo_fac td:nth-of-type(1) {
    background-color: #FBF7F0;
    width: 20%;
    border-bottom:1px solid #FFFFFF;
}

.schedule .ue_timeline_item{padding-left: 20px;}
.schedule .ue_timeline_item_icon{}
.schedule .ue_timeline_item_content{margin-top: 0px;}
#uc_unlimited_timeline_elementor_34070d5_item1,
#uc_unlimited_timeline_elementor_34070d5_item3{background-color: #FAF7F0;}

.gyoji{}
.gyoji td{padding: 15px;}
.gyoji td:nth-of-type(odd){
    border-bottom: 1px solid #fff;
    color:#fff;
    font-weight: 600;background-color:  #FAF7F0;}
.gyoji td:nth-of-type(even){
    border-bottom: 1px solid #E8E8E8;
}
/*入所　必要品*/
.prepa{
    border-top:1px solid #E8E8E8;
    border-left:1px solid #E8E8E8;
}
.prepa td{padding: 15px 25px;
     border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
}
.prepa td.th{
    vertical-align: top;
    font-weight: 600;
    background-color: #FBF7F0;
}


/*訪問看護ステーション　ソレイユ*/
.eigyo_jikan{
    padding: 0;margin: 0;
    border-top:1px solid #E8E8E8;
    border-left:1px solid #E8E8E8;
}
.eigyo_jikan th{
    padding: 15px 20px 15 20px;
    border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    line-height: 1.6em;
    background-color:#F3A184;
    color:#fff;
}
.eigyo_jikan td{
    padding: 15px 20px 15 20px;
    border-bottom:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    line-height: 1.6em;
}
.eigyo_jikan td:nth-of-type(1) {
    background-color: #FBF7F0;
    width: 25%;
    font-weight: 600;
}

/*トランキルテひうら壱番館*/
table.no_line{padding: 0px !important;margin: 0px !important;}
table.no_line td{
    padding: 0px;
    border: none;
    width: 50%;}
@media screen and (max-width: 1024px){
    table.no_line td:nth-of-type(1){width: 60%;}
    table.no_line td:nth-of-type(2){width: 40%;}
}


/*BLOG関連*/
/*アーカイブ*/
.post-categories li a{border-radius: 30px;font-weight: 600;font-size: 15px;}
.post-categories .category-event a{background-color: #FFAA48;border: 1px solid #FFAA48 !important;}
.post-categories .category-event a:hover{border: 1px solid #FFAA48 !important;}

.post-categories .category-information a{background-color: #788FCE;border: 1px solid #788FCE !important;}
.post-categories .category-information a:hover{border: 1px solid #788FCE !important;}

.post-categories .category-recruitment a{background-color: #53C1AF;border: 1px solid #53C1AF !important;}
.post-categories .category-recruitment a:hover{border: 1px solid #53C1AF !important;}

.post-categories .category-important a{background-color: #AD0306;;border: 1px solid #AD0306 !important;}
.post-categories .category-important a:hover{border: 1px solid #AD0306 !important;}

.nv-post-thumbnail-wrap a img{border-radius: 0px !important;}

/*Blog アーカイブの隙間*/
.layout-grid{padding: 0px 15px !important;}

.archive-container,
.single-post-container{}

body.blog .neve-main,
body.archive .neve-main,
body.single-post .neve-main{background-color: #EBF4FA;}

.nv-index-posts{margin-top: 70px !important;}

body.wp-singular .nv-sidebar-wrap {
  padding: 30px 50px 20px 10px !important;
  margin-bottom: 20px;
  flex-grow: 1;
}
.nv-single-post-wrap{margin-top: 40px !important; padding: 0px 50px 50px !important;border-radius: 30px; background-color: #fff;}
.nv-single-post-wrap > div:first-child {
  margin-top: 0px !important;
}
.neve-breadcrumbs-wrapper{display: none;visibility: hidden;}

.nv-title-meta-wrap .neve-breadcrumbs-wrapper,
.nv-page-title .neve-breadcrumbs-wrapper {
  margin-bottom: 0px !important;
  display: block;
}

.breadcrumbs span{font-size: 18px !important;}

@media screen and (max-width: 1024px){
    .archive-container,.single-post-container{}
    .nv-sidebar-wrap{display: none;visibility: hidden;}
    
}
@media screen and (max-width: 767px){
    .layout-grid{padding: 0px 7px !important;}
  .archive-container,.single-post-container{}
}

.single-post-container .breadcrumbs{padding-top: 10px;}
.archive-container .row{margin-top:  -30px !important;}

h2.blog-entry-title,
h2.entry-title{line-height: 1.3em !important;font-weight: 400 !important;}

ul.nv-meta-list{display: flex;flex-wrap: wrap !important;}

ul.nv-meta-list li time{color:#000 !important;}
ul.nv-meta-list li a{color:#fff !important;background-color:#000; padding: 3px 15px;border: 1px solid #000;}
ul.nv-meta-list li a:hover{color:#000 !important;background-color:#fff; padding: 3px 15px;border: 1px solid #000;}

.archive ul.nv-meta-list li time,
.archive-container ul.nv-meta-list li time{color:#000 !important;}

.nv-page-title-wrap.nv-big-title .nv-page-title {
 	padding-bottom:0px !important;
	padding-top:10px !important;
	height: 50px;
	padding-left:20px !important;
	margin-bottom: 20px;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	color: #FFF;
	background-color: #005499;
	border-radius:5px;
	background: -moz-linear-gradient(90deg, rgba(0,82,155,1), rgba(71,195,193,1));
	background: -webkit-linear-gradient(90deg, rgba(0,82,155,1), rgba(71,195,193,1));
	background: linear-gradient(to right,  rgba(0,82,155,1)  0%, rgba(71,195,193,1) 90%);	
	
}
.nv-page-title h1{font-size: 1.4em !important;font-weight: 400;}
.nv-title-meta-wrap h1.entry-title{font-weight: 400;}
p.widget-title{
	padding: 10px 0 10px 20px !important;
	line-height: 1.5em;
	color: #FFF;
	background: linear-gradient(90deg, #2190CE, #7AA9DD);
	border-radius:5px;
	font-size: 1.2em !important;
	font-weight: 400 !important;
}
.widget_recent_entries ul,
.widget_categories ul{list-style: disc !important;padding-left: 15px;margin-left: 20px;}

/*privacy*/
.privacy dl{font-size:16px;}
.privacy dl dt{padding-bottom: 10px;}
.privacy dl dd{padding-bottom: 20px;}
.privacy dl dd ol{padding-top: 10px;}
.privacy dl dd ol > li{padding-left: 5px;margin-left: 20px;line-height: 1.6em;padding-bottom: 10px;}

@media only screen and (max-width: 764px) {
.privacy dl dd{font-size:14px;}
}

.menu_block{}
.menu_block a{
	display:block;
	border: 5px solid #fff;
	background-color: #fff; 
	padding: 30px; margin: 10px;
}
.menu_block a:hover{
	display:block;
	border: 5px solid #39BC9B;
	background-color: #fff; 
	padding: 30px; margin: 10px;
	color:#39BC9B;
}

table.large{width: 100%}
table.large th{}

table.mid{width: 80%}
table.short{width: 60%}

@media only screen and (max-width: 764px) {
    table.mid{width: 100%}
    table.short{width: 100%}
}

@media only screen and (max-width: 978px) {
    .scroll-table{
        overflow-x: scroll; 
        -webkit-overflow-scrolling: touch; 
      /*white-space: nowrap;*/
        border: solid 1px #ddd;
    }
    .scroll-table ::-webkit-scrollbar{
      height: 10px;
    }
}



.td_center{text-align: center !important;}
sup{font-size:0.8em;}


/*SITEMAP*/
.wsp-pages-list > li > a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em;
}
.wsp-pages-list > li > a:hover{color:#41AA7A;}
.wsp-pages-list .page_item_has_children{font-weight: bold;padding: 0 0 20px;}
.wsp-pages-list li > ul.children > li{margin-left: 20px;font-weight:normal;list-style: disc;}
.wsp-pages-list li > ul.children > li >a {display: block;padding: 5px 0;color:#3B3B3B;}
.wsp-pages-list li > ul.children > li >a:hover {color:#41AA7A;}

.wsp-categories-list li{margin-left: 20px;list-style: disc;}
.wsp-categories-list li a {display: block;}


.wsp-posts-list li.wsp-post{margin-left: 20px;list-style: disc;}
.wsp-posts-list li.wsp-post a {display: block;color:#3B3B3B;}
.wsp-posts-list li.wsp-post a:hover {color:#41AA7A;}

h2.wsp-pages-title,h2.wsp-categories-title,h2.wsp-posts-title{font-size: 1.4em;margin-bottom: 10px;}

h2.wsp-pages-title,
h2.wsp-eventinfos-title,
h2.wsp-shopitemss-title,
h2.wsp-exhibitionss-title{display: none;}

.wsp-category-title a{display: block;background-color: #F8F7F0;color:#3B3B3B;
	padding: 10px;margin-bottom: 20px;font-weight: 400;font-size: 1.2em; }
.wsp-category-title a:hover{color:#41AA7A}

.wsp-posts-list{padding-bottom: 20px;}


/*contact*/
#open_wrap{padding: 30px 20px;border-radius: 20px; background-color: #FAF6E8;}
#contact_table tr{
	border-bottom-style: none !important;
}

#contact_table td, #contact_table th {
  padding: 10px;display: block;width: 100%;
  border-bottom-style: none !important;
}
#contact_table th{
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 10px;
}
#contact_table td{
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}

#contact_table input[type=text] ,
#contact_table input[type=email],
#contact_table textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	transition: 0.3s;
	border-radius: 3px;
	outline: none;
	background-color: #FFF;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
    font-size: 18px;
}
#contact_table select{
	width: 45%;
	padding:10px;
	transition: 0.3s;
	border-radius: 3px;
	outline: none;
	background-color: #FFF;
    font-size: 18px;
}
	
#contact_table a{
	text-decoration: underline;
	font-weight: bold;
}
#contact_table a:hover{
	text-decoration: none;
}
#contact_table .wpcf7-list-item{
    padding: 7px 10px;margin-bottom: 10px; 
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border:5px solid #087B3C;
    text-align: center;
    color: #087B3C;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border:5px solid #D14AA8;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #D14AA8;
    font-size: 20px;
    font-weight: 600;
}
/*------------*/

@media only screen and (max-width: 1024px) {
    #contact_table input[type=submit]{
        width: 40%;
        font-size: 16px;
    }
    #contact_table input[type=button]{
        width: 40%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 960px) {
	.mobile br{
	display: none;
	visibility: hidden;
}
#contact_table input[type=submit]{
	width: 220px;
	font-size: 16px;
}
#contact_table input[type=button]{
	width: 220px;
	font-size: 16px;
}

}
@media only screen and (max-width: 767px) {
	#contact_table{
	width: 100%;
}
#contact_table th,#contact_table td{
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
}

#contact-mail{padding: 30px;
	margin-left: auto;
    margin-right: auto;
    width: 500px; background-color: aqua;
}

.wpcf7-form-control-wrap.phone-area input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-city input{ime-mode: disabled;}
.wpcf7-form-control-wrap.phone-num input{ime-mode: disabled;}

/*.wpcf7-radio,.wpcf7-checkbox,.wpcf7-acceptance{margin-left:-15px !important;}*/

.wpcf7 input[type="checkbox"]{color:#000;width: 20px;border:solid 2px #000;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],#pref,
.wpcf7 input[type="tel"],
.wpcf7 textarea{background-color: #FFFFFF;}
.wpcf7 input[type="text"]#event-title{padding: 10px 0;width: 50%;}
.wpcf7 input:hover[type="text"],
.wpcf7 input:hover[type="email"],
.wpcf7 input:hover[type="tel"],
.wpcf7 textarea:hover{background-color: #F2F2F2;}

.wpcf7 input:focus[type="text"],
.wpcf7 input:focus[type="email"],
.wpcf7 input:focus[type="tel"],
.wpcf7 textarea:focus{
    background-color: #FFFF;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{width:100%;}
.wpcf7 input[type="text"].name{width:35%;}
.wpcf7 input[type="tel"].phone{width:12%;}
.wpcf7 input[type="text"]#zip{width:30%;}
#zip{width:30%;}

.hissu{
	display: inline-block;
    text-align: center;
	background-color: #DF6A6B;
	color: #ffffff;
	font-size: 15px !important;
	line-height: 1.1em;
	padding: 3px 0 0;width: 40px;height: 22px;
	margin-left: 3px;
    margin-right: 20px;
	font-weight: 600;
    border-radius: 3px;}
.any{
	display: inline-block;
    text-align: center;
	background-color: #707070;
	color: #ffffff;
	font-size: 15px !important;
	line-height: 1.1em;
	padding: 3px 0 0;width: 40px;height: 22px;
	margin-left: 3px;
    margin-right: 20px;
	font-weight: 600;
    border-radius: 3px;}
.small{font-size:14px !important;}

#div-submit{
	text-align: center; 
}

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #34A6D5 !important;
}

.submit-btn[disabled] {
  background-color: #ccc !important;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

input#btn_conf{	border-radius: 30px;background-color:#34A6D5 !important;border:1px solid #34A6D5  !important;}
input#btn_conf:hover{color:#34A6D5;background-color:#fff !important;border:1px solid #34A6D5  !important;}
input#btn_conf{width:330px;height: auto; }/*330*/



input#btn_send:hover{background-color:#fff !important;border:solid 2px #3B3B3B;color:#000;}
input#btn_back{
	background-color:#A3A3A3 !important;font-size: 18px;margin-left: 0px;margin-right: 20px;border:solid 2px #A3A3A3; border-radius: 0px;color:#505050;padding:0px;padding:25px 0;font-weight: 400;
}

input#btn_back:hover{background-color:#F2F2F2 !important;}

input#submit-btn{width:330px;height: auto; }/*330*/

input#btn_back,
input#btn_send{width:250px;height: auto; }

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    background: pink !important;
}
.wpcf7 .wpcf7-not-valid:hover,
.wpcf7 .wpcf7-not-valid:focus{
    background: #fff !important;
}

@media only screen and (max-width: 600px) {
	.contact_div{width: 100%; display: block;}
	.contact_div div:nth-of-type(1){width: 100%;background-color: #F5F5F9;}
	.contact_div div:nth-of-type(2){width: 100%;}
	input#btn_back,input#btn_send{margin: 5px;width: 45%}
	input#submit-btn{margin-left: 0px;width: 90%}
}

@media screen and (max-width: 501px) {
	.your-appli,.your-soudan{display: block; margin-top: -20px !important;}
	.wpcf7-radio .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item  {
    margin-top:0px;
    display: block;
	}
}

.wpcf7-select {color: #000;}


.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    background: pink !important;
}
.wpcf7 .wpcf7-not-valid:hover,
.wpcf7 .wpcf7-not-valid:focus{
    background: #fff !important;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 600px) {
	input#btn_back,input#btn_send{margin: 5px;width: 45%}
	input#btn_conf{margin-left: 0px;width: 90%}
	
}

@media screen and (max-width: 501px) {
	.your-appli,.your-soudan{display: block; margin-top: -20px !important;}
	.wpcf7-radio .wpcf7-list-item,.wpcf7-checkbox .wpcf7-list-item  {
    margin-top:0px;
    display: block;
	}
}

/*confirm contact 使用時*/
#wpcf7cpcnf tablep p{padding: 0 !important;;margin: 0 !important;}

#wpcf7cpcnf table {
    padding: 30px;border-radius: 20px; background-color: #FAF6E8;
    border: none;
    font-size: 1.1em;
}
#wpcf7cpcnf table th {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 30%;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 1.0em;
}
#wpcf7cpcnf table td {
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}

.wpcf7cp-btns{display: flex;justify-content: center;}
.wpcf7cp-btns button {
	color:#fff; border-radius: 5px;
    width:250px;
    font-size: 18px;
    line-height: 0.9em !important;
}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn{
    border-radius: 30px;background-color:#fff !important;color:#505050 !important;border:1px solid #F2F2F2  !important;}
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn:hover{background-color:#F2F2F2 !important;border:1px solid #F2F2F2  !important;}

#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn{border-radius: 30px;background-color:#212E6C !important;border:1px solid #F2F2F2  !important;}
#wpcf7cpcnf button.wpcf7cp-cfm-submit-btn:hover{color:#212E6C;background-color:#fff !important;border:1px solid #F2F2F2  !important;}


.wpcf7c-conf {
    background-color: #F5F5F5 !important; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	color:red;
	text-align: center;
}


/*foot-menu*/
#foot-menu h3 a{color: #000;}
#foot-menu h3 a:hover{color: #3375B5;}

/*Footer*/
.p-padding ul{padding-bottom: 10px !important;}
#sns{display: flex;align-items: center;}
#sns div{padding-right: 15px;}

/*other - font*/


ul.dot-pur {
	padding: 0 0 0 1.0em;
}
ul.dot-pur li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-pur li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #875790;	
	font-size:18px;
}

ul.dot-grey {
	padding: 0 0 0 1.0em;
}
ul.dot-grey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-grey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #696969;	
	font-size:18px;
}

ul.dot-lgrey {
	margin-top: 0em;
	padding: 0em 0 0 1.0em;
}
ul.dot-lgrey li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-lgrey li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #909090;	
	font-size:18px;
}

ul.dot-blue {
	padding: 0em 0 0 2.0em;
}
ul.dot-blue li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-blue li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #4283AA;	
	font-size:18px;
}

ul.dot-ocher {
	padding: 0em 0 0 2.0em;
}
ul.dot-ocher li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-ocher li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:18px;
}

ul.dot-green {
	padding: 0em 0 0 2.0em;
}
ul.dot-green li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
} 
ul.dot-green li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	position: absolute;
	top: .15em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #62B18D;	
	font-size:18px;
}
.fq{font-size:30px;}
ul.faq{list-style:none;padding: 0em 0 0 2.0em;}

ul.faq li{padding: .1em .5em;
	position: relative;
	padding-bottom: 10px;
	}

ul.faq li:before {
	content: "A.";
	position: absolute;
	top: 0.0em;	/* アイコンの上側位置調整 */
	left: -1em;	/* アイコンの左側位置調整 */
	color: #B19F62;	
	font-size:30px;
	}
@media only screen and (max-width: 764px) {
	.fq{font-size:20px;}
	ul.faq li:before {
	font-size:20px;}
}

.link a{text-decoration: none !important;}
.link a:hover{text-decoration: underline !important;}
.link-line a{text-decoration: underline !important;}
.link-line a:hover{text-decoration: none !important;}
.link-blue a{color:#1370B7 !important;text-decoration: underline !important;}
.link-blue a:hover{text-decoration: none !important;}
.link-b a{color:#333333 !important;text-decoration: underline !important;}
.link-b a:hover{text-decoration: none !important;}
.text-green{color: #3DB298;}
.text-orange{color: #F3A184;}

.link-ora a{color:#F3A184 !important;text-decoration: underline !important;}
.link-ora a:hover{text-decoration: none !important;}
	
	#footer-menu .elementor-icon-list-item a {text-decoration: none !important;}
	#footer-menu .elementor-icon-list-item a:hover{text-decoration: underline !important;}
	
	
	.actor-font{font-family: Actor;font-weight: 300;}
	.darky{color: #D69F52;}
	.green{color: #39BC9B;}
    .blue{color: #2190CE;}
	.red-light{color: #D56363;}
	.red{color: #D61B1B !important;}
	.grey{color: #777777;}
	.f12{font-size:12px !important;}
	.f14{font-size:14px !important;}
    .f15{font-size:15px !important;font-weight: 400 !important;}
	.f16{font-size:16px !important;font-weight: 400 !important;}
    .f16b{font-size:16px !important;font-weight: 600 !important;}
	.f18{font-size:18px !important;}
	.f20{font-size:20px !important;}
	.f22{font-size:22px !important;}
	.f25{font-size:25px !important;}
	.f30{font-size:30px !important;}
	.bold{font-weight:bold !important;}
	.normal{font-weight:normal !important;}

br.sp{display:none;}

@media only screen and (max-width: 764px) {
    br.nobr {display:none;}
    br.sp{display: block;}
}

.map_wrap{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.map_wrap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.v-mid{display: flex;}
.v-mid .s-txt{font-size:0.5em;margin-right: 15px;margin-top: 5px;}
	
	