/* CSS Document */
/*topPage*/

.header-top .header--row-inner, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .pagination .nav-links > *:hover, .pagination .nav-links span, .nav-menu-desktop.style-full-height .primary-menu-ul > li.current-menu-item > a, .nav-menu-desktop.style-full-height .primary-menu-ul > li.current-menu-ancestor > a, .nav-menu-desktop.style-full-height .primary-menu-ul > li > a:hover, .posts-layout .readmore-button:hover {
    background-color: #1577b8;
}
.posts-layout .readmore-button {
    color: #1577b8;
}
.pagination .nav-links > *:hover, .pagination .nav-links span, .entry-single .tags-links a:hover, .entry-single .cat-links a:hover, .posts-layout .readmore-button, .posts-layout .readmore-button:hover {
    border-color: #1577b8;
}
a {
    color: #1577b8;
}
#page-cover {
    background-image: url("imgHtml/default-cover.jpg");
}
.sub-menu .li-duplicator {
    display: none !important;
}
.header-search_icon-item .header-search-modal {
    border-style: solid;
}
.header-search_icon-item .search-field {
    border-style: solid;
}
.header--row .header-search_box-item .search-form-fields {
    border-style: solid;
}
.site-content {
    background-color: #FFFFFF;
} /* CSS for desktop */
#page-cover .page-cover-inner {
    min-height: 300px;
}
.header--row.header-top .customify-grid, .header--row.header-top .style-full-height .primary-menu-ul > li > a {
    min-height: 50px;
}
.header--row.header-main .customify-grid, .header--row.header-main .style-full-height .primary-menu-ul > li > a {
    min-height: 90px;
}
.header--row.header-bottom .customify-grid, .header--row.header-bottom .style-full-height .primary-menu-ul > li > a {
    min-height: 50px;
}
.header--row .builder-item--html, .builder-item.builder-item--group .item--inner.builder-item--html {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header--row .builder-first--html {
    text-align: right;
}
.header--row .builder-item--logo, .builder-item.builder-item--group .item--inner.builder-item--logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header--row .builder-first--logo {
    text-align: left;
}
.header--row .builder-first--nav-icon {
    text-align: right;
}
.header-search_icon-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .woo_bootster_search .search-submit {
    margin-left: -40px;
}
.header--row .builder-first--primary-menu {
    text-align: right;
}
.footer--row .builder-first--footer_copyright {
    text-align: center;
}/* CSS for tablet */

@media screen and (max-width: 1024px) {
#page-cover .page-cover-inner {
    min-height: 250px;
}
.header--row .builder-item--logo, .builder-item.builder-item--group .item--inner.builder-item--logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header--row .builder-first--nav-icon {
    text-align: right;
}
.header-search_icon-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .woo_bootster_search .search-submit {
    margin-left: -40px;
}
}/* CSS for mobile */

@media screen and (max-width: 568px) {
#page-cover .page-cover-inner {
    min-height: 200px;
}
.header--row.header-top .customify-grid, .header--row.header-top .style-full-height .primary-menu-ul > li > a {
    min-height: 33px;
}
.header--row .builder-item--logo, .builder-item.builder-item--group .item--inner.builder-item--logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header--row .builder-first--nav-icon {
    text-align: right;
}
.header-search_icon-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .search-submit {
    margin-left: -40px;
}
.header--row .header-search_box-item .woo_bootster_search .search-submit {
    margin-left: -40px;
}
}
h2 {
color:  #000;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

hr {
    background-color: #ccc!important;
    border: 0;
    height: 1px;
    margin: 0 0 1.618em;
}



/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}



.tate{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}		

@media screen and (max-width: 1024px) {
#page-cover .page-cover-inner {
    min-height: 250px;
	}
}

.elementor-309 .elementor-element.elementor-element-be604b8 {
    padding: 0px 0px 0px 0px;
	margin: 30px auto;
	width: 90% !important;
}

html{
	overflow-x: hidden;
}
body{
	width: 100%;
	overflow-x: hidden;
	padding-top: 90px;
}
.site-header{
	position: fixed;
    z-index: 10000;
    top: 0;
	width: 100%;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{
	right: 20px;
    transform: translateY(-50%);
	padding: 20px;
	margin-top: 20px;
}
.add-margin_bottom{
	margin-bottom: 60px;
}
.redTxtContact{
	color: #f00;
	text-align: center;
	margin-bottom: 0;
	display: none;
}
.redTxtContact.on{
	display: block;
}
#formbtn{
	height: 100px;
}