/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress Child Theme
Version: 2.2.4
Template: onepress
Text Domain: onepress-child
*/

body, table, button, input, select, textarea {
  /*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif !important;*/
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', sans-serif;
}
.onepress-menu a {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.entry-header .entry-title {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.entry-content p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing:normal;
	line-height: 1.7;
} 

a:hover,
a:active {
    text-decoration: none !important;
}

table {
	border: none;
}
table th,
table td {
	font-size: 16px !important;
	letter-spacing:normal;
	font-weight: normal !important;
	border: none !important;
}
table th {
	text-align: left;
	white-space:nowrap;
}

.btn {
  color: #ffffff;
  background: #e04f0c;
  text-align: center;
  width:100%;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius:0px !important;
}
.btn:hover {
  background: #f2560e;
  color: #ffffff;
}
.btn a,
.btn a:link {
  color: #ffffff !important;
}
.btn a:hover {
  color: #ffffff !important;
}
.btn a:active {
  text-decoration: none;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
	clear:both;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*PCでは無効（改行しない）*/
.smp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .smp{
        display: block;
    }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.custom-logo {
	max-width: 250px !important;
}
@media screen and (max-width: 768px){
	.custom-logo {
		max-width: 200px !important;
	}
	header {
		background: rgba(255,255,255,0.75) !important;
	}
}
@media screen and (max-width: 480px){ 
	.custom-logo {
		max-width: 150px !important;
	}
}

.onepress-menu {
  clear: both;
  float: none;
}
.onepress-menu a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing:normal;
}
.onepress-menu ul li a {
  font-size: 14px;
  color: #777777;
}
.onepress-menu a:hover {
  color: #ffffff;
}
.onepress-menu a:focus {
  color: #777777;
  text-decoration: none;
}
.onepress-menu ul li a,
.onepress-menu ul ul li a {
  width: 220px;
  text-align: left;
}

.header-contact-details {
	float: right;
}
.btn-header {
  color: #ffffff;
  background: #e04f0c;
  text-align: center;
}
.btn-header {
  width:120px;
  float: right;
  margin-left: 10px;
  font-size: 14px;
  height: 70px;
  padding: 10px;
  line-height: 50px;
}
.btn-header:hover {
  background: #e6743f;
  color: #ffffff;
}
.btn-header a {
  color: #ffffff;
}
.btn-header a:hover,
.btn-header a:active,
.btn-header a:focus,
.btn-header a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.freedial {
    float: right;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
  	margin-top: 10px;
    margin-right: 15px;
}
.freedial span {
	font-size: 26px;
	font-weight: bold;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs a {
	font-weight: normal;
}

.menu-mobonly {
	display: none;
}
@media screen and (max-width: 1140px) {
	.menu-mobonly {
		display: block;
	}
	.header-contact-details {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.onepress-menu ul li a, .onepress-menu ul ul li a {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.branch {
	margin: 30px auto;
	width:1120px;
	max-width: 90%;
	font-size: 12px;
	line-height: 150%;
}
.smp-footer {
	margin: 30px auto;
	width:100%;
	text-align: center;
	display: none;
}
.smp-footer-phone {
	font-size: 26px; 
	font-weight: bold;
}
.smp-footer-phone a {
	color:#fff !important;
	font-size: 26px !important; 
}
.smp-footer-menu li a {
	color:#fff;
}
.smp-footer-phone a:hover,
.smp-footer-menu li a:hover {
	color:#999;
}
.smp-footer-menu {
	margin:30px;
	padding-left: 0px;
}
.smp-footer-menu li {
	list-style: none;
	margin-left:0px;
	padding: 10px 0px;
	border-bottom: 1px solid #666666;
}

.calendar-caption,
.xo-month th,
.xo-month td {
	font-size: 14px !important;
}
.month-dayname-space {
	height: 0.5em !important;
}

@media screen and (max-width: 768px){
  .branch,
  .footer-widgets {
    display: none;
  }
  .smp-footer {
    display:block;
  }
}

ul.icon-social li {
    display: inline;
    list-style-type: none;
	margin-right: 5px;
}
ul.icon-social li img {
    max-width:30px !important;
}
ul.icon-social li a:hover img {	
	background: #050505;
}

/*LINE*/
h3.title-line {
	font-size: 20px;
	font-weight: bold;
	color: #00b833;
	margin-bottom: 20px;
}
.box-line {
	text-align: center;
	border-top: solid 3px #00b833;
	padding: 30px;
}
.ban-smp {
    display: none;
}
@media screen and (max-width: 640px) {
    /*LINE*/
    .ban-pc {
        display: none;
    }
    .ban-smp {
        display:block !important;
    }
}

/*フッター固定メニュー*/
#footerFloatingMenu {
	width: 100%;
	height: 70px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding-bottom: 10px;
}
#footerFloatingMenu ul {
  font-size: 0;
}
#footerFloatingMenu li {
  font-size: 12px;
  display: inline-block;
  width: 25%;
  list-style:none;
}
#footerFloatingMenu .fa {
    font-size: 2em;
    color: #fff;
}
@media only screen and (min-width: 960px) {
	#footerFloatingMenu {
		display: none;
	}
}
@media only screen and (max-width:959px){
	footer {
		padding-bottom:70px !important;
	}
	#footerFloatingMenu {
		display: block;
	}
}

/*--------------------------------------------------------------
## Footer 共通
--------------------------------------------------------------*/
.box-toiawase {	
  width: 1100px;
  max-width: 96%;
  margin: 50px auto;
  clear: both;
}
.box-toiawase h2 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #e04f0c;
	border-width: 60%;
	line-height: 1.6em;
}
.toiawase-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
} 
.toiawase-item{
    width: 32%;
    margin-bottom: 30px;
	background: #fed7c5;
	padding: 30px 15px;
	text-align: center;
}
.toiawase-item h3 {
    margin-bottom: 15px;
}
.toiawase-item .btn {
    width: 250px;
	max-width: 100%;
}
.toiawase-item a {
    color: #a40000;
}

.btn-branch {
	width: 250px;
	background: #aaaaaa !important;
}
.btn-branch:hover {
  background: #cccccc !important;
}

@media screen and (max-width: 959px){ 
	/*.box-toiawase {	
	  display: none; 
	}*/
	.box-toiawase h2 {
		font-size: 18px !important;
	}
	.toiawase-item{
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Ex
--------------------------------------------------------------*/
ul.excat-list{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;	
}
ul.excat-list li {
	margin: 0px 1% 10px 0px;
	padding: 10px;
	float: left;
	width: 18%;
    border: 1px solid #ccc;
    text-align: center;
}
ul.excat-list li a {
  color: #333;
}
ul.excat-list li a:hover {
  color: #e04f0c;
}
ul.excat-list li a:active, 
ul.excat-list li a:visited {
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width:1024px){
	ul.excat-list li {
		width: 23%;
	}
}
@media only screen and (max-width:812px){
	ul.excat-list li {
		width: 31%;
	}
}
@media only screen and (max-width:480px){
	ul.excat-list li {
		width: 48%;
		font-size: 14px;
		padding: 15px;
	}
}

.box-ex {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  clear: both;
}
.box-ex::after{
  content:"";
  display: block;
  width:33%;
}
.item-ex {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.item-ex h2.entry-title {
  font-size: 16px !important;
  color: #888;
}
.item-ex img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.item-ex h2.entry-title a:hover {
  color: #e04f0c;
}
.ex-info {
	padding: 5px 10px 5px 10px;
	background: #999999;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.ex-info-list {
	font-size: 14px;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}
.list-article-meta a {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
	line-height: 250%;
	white-space: nowrap;
}

.box-exbanner {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
}
.box-exbanner::after{
  content:"";
  display: block;
  width:33%;
}
.item-exbanner {
  width: 33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media screen and (max-width: 768px){
	.item-ex {
		width: 50%;
	}
	.item-ex img {
		height: 200px;
	}
	.item-ex h2.entry-title {
	  font-size: 14px !important;
	}
	
	.item-exbanner {
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.item-ex {
		width: 100%;
	}
	.item-ex img {
		height: 180px;
	}
	
	.item-exbanner {
		width: 100%;
  		padding-left: 0px;
  		padding-right: 0px;
	}
}
h2.cat-ex {
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #e04f0c;
	border-width: 60%;
}

/*　検索条件アコーディオン　*/
.feas-btn,
.feas-btn01,
.feas-btn02 {
	cursor: pointer;
	margin-bottom: 10px;
}
.feas-wrap,
.feas-wrap01,
.feas-wrap02 {
	display: none;
}
.feas-btn::before,
.feas-btn01::before,
.feas-btn02::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	margin-right: 10px;
}
.feas-btn.feas-close::before,
.feas-btn01.feas-close::before,
.feas-btn02.feas-close::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
}

.search-condition-smp {
	display:none;
}
@media screen and (max-width: 768px){
	.search-condition {
		display:none;
	}
	.search-condition-smp {
		display:block;
	}
}

/*　アコーディオンメニュー　*/
.ex-accordion {
margin: 3em auto;
max-width: 100%;
}
.ex-toggle {
display: none;
}
.ex-option {
position: relative;
margin-bottom: 1em;
}
.ex-title,
.ex-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.ex-title {
background: #e04f0c;
padding: 1em;
display: block;
color: #fff;
cursor :pointer;
}
.ex-title::after,
.ex-title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.ex-title::after {
transform: rotate(90deg);
}
.ex-content {
max-height: 0;
overflow: hidden;
text-align: center;
}
.ex-toggle:checked + .ex-title + .ex-content {
max-height: 500px;
transition: all 1.5s;
}
.ex-toggle:checked + .ex-title::before {
transform: rotate(90deg) !important;
}

/*--------------------------------------------------------------
## Ex Single
--------------------------------------------------------------*/
.single h1.entry-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.single h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom:20px;
}

table.ex-detail {
	width: 100%;
	border-collapse:collapse;
	margin-top:30px;
	margin-bottom:100px;
}
.ex-detail th, .ex-detail td {
	padding: 10px; 
	border: 1px solid #ddd !important;
}
.ex-detail th {
	background: #f4f4f4;
	width: 20%;
	white-space: nowrap;
	text-align: left;
}
.ex-detail a {
	color: #333;
}
.ex-detail a:hover {
	color: #e04f0c;
}
.single figcaption {
	font-style: normal;
}
.zumenL {
	float:left;
	width:49%;
}
.zumenR {
	float:right;
	width:49%;
}
.img-zumen img {
	max-width:540px;
	max-height: 400px;
	object-fit: contain;
}

.list-category a {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	line-height: 250%;
	white-space: nowrap;
	font-size: 14px;
}
.list-category-btn a {
	background: #e04f0c;
	border-radius: 3px;
	padding: 10px;
	line-height: 250%;
	white-space: nowrap;
	font-size: 14px;
	color: #ffffff;
}
.list-category-btn a:hover {
	background: #e6743f;
	color: #ffffff;
}

.box-similar {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  clear: both;
}
.box-similar:after{
  content: "";
  width: 25%;
  height: 0;
}
.box-similar:before{
  content: "";
  width: 25%;
  height: 0;
  order: 1;
}
.item-similar {
  width: 25%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.item-similar h2.entry-title {
  font-size: 16px;
  color: #888;
  line-height: 160%;
}
.item-similar img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.item-similar h2.entry-title a:hover {
  color: #e04f0c;
}

@media screen and (max-width: 768px){
	.item-similar {
	  width: 50%;		
	}
	.item-similar img {
		height: 160px;
	}
	.item-similar h2.entry-title {
		font-size: 14px;
	}
	.img-zumen img {
		max-width:300px;
		max-height: 250px;
	}
}

@media only screen and (max-width:480px){
	.zumenL,.zumenR {
		float:none;
		width:100%;
	}
}

/*　ギャラリー　*/
.rl-gallery-item {
	margin-bottom: 50px !important;	
}
.rl-gallery-item a {
	color: #333;
}

@media all and (min-width:767px) and (max-width:992px){
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{width:calc(50% - 10px) !important}
}
@media all and (max-width:767px){
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{width:calc(100% - 10px)}
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{height:230px !important}
	#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img{height:230px !important}
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
  width: 300px;
  height: 200px;
  object-fit: cover;	
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta, .search .list-article-meta {
  font-size: 12px;
  font-weight: normal;
  letter-spacing:normal;
}

.nav-links a, .nav-links .page-numbers {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: normal;
}
.nav-links a:hover {
  color: #ffffff;
}
.nav-links a:focus {
  color: #ffffff;
  text-decoration: none;
}

.entry-meta,.cat-links {
  font-weight: normal !important;
  font-size: 14px;
  letter-spacing: normal;
}
.entry-meta a,.cat-links a {
  color: #333333;
}
.entry-meta a:hover,.cat-links a:hover {
  color: #e04f0c;
}

.section-news .list-article-meta a, .archive .list-article-meta a, .blog .list-article-meta a, .search .list-article-meta a {
  color: #333333;
}
.section-news .list-article-meta a:hover, .archive .list-article-meta a:hover, .blog .list-article-meta a:hover, .search .list-article-meta a:hover {
  color: #e04f0c;
}
.entry-header h2 a:hover,
.breadcrumbs a:hover {
  color: #e04f0c;	
}
.entry-header h2 a:focus,
.breadcrumbs a:focus {
  color: #333333;
  text-decoration: none;
}

.breadcrumbs a:before {
  border-bottom: none;
  border-left: none;
  border-top: none;
}

.btn-exL {
	float:left;
}
.btn-exR {
	float:right;
}
.btn-exL,
.btn-exR {
	width: 200px;
	background: #aaaaaa !important;
}

.btn-exL:hover,
.btn-exR:hover {
  background: #cccccc !important;
}
.clear {
	clear: both;
}
.btn-backtop {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 250px;
}

@media screen and (max-width: 768px){
	.btn-exL,
	.btn-exR {
		width:150px;
		font-size: 16px;
	}
	.btn-backtop {
		width:250px;
		font-size: 16px;
	}
/*	.btn-exL,
	.btn-exR {
		float:none;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 30px;
	}*/
}
