/*
Theme Name: reimei-sato
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.vk-mobile-nav-menu-btn {
    border: 0px
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 0px
}
.vk-mobile-nav-menu-btn {
    background:var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, 0)
}
.vk-mobile-nav-menu-btn.menu-open {
    background:var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0)
}

body {
	font-family: "Meiryo" , sans-serif;
}
@media screen and (min-width: 810px) {
  .br-disp {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .br-disp2 {
    display: none;
  }
}
a:hover {
	text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*ヘッダー変更*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
    /*.gMenu_outer {
        right: 0;
        float: right;
        width: auto;
        min-height: 4em;
        display: table;
    }*/
}
@media (min-width: 992px) {
    .siteHeader .container {
        padding-top: 0px;
        padding-bottom: 14px;
    }
}
.header-addon {
    width: 70%;
    float: right;
    text-align: right;
    padding: -15px 0 10px 0;
}
@media (max-width:1120px) {
    .header-addon {
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media (max-width:960px) {
    .header-addon {
        display: none;
    }
}

/*ヘッダーボタン*/
.header_request_bt {
    display: inline-block;
    width: 265px;
    margin: 0 10px 20px 10px;
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    background-color: #3eb370;
    border-radius: 0 0 10px 10px;
}
.header_contact_bt {
    display: inline-block;
    width: 265px;
    margin: 0 10px 20px 10px;
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    background-color: #f29600;
    border-radius: 0 0 10px 10px;
}
.header_request_bt a, .header_contact_bt a {
    color: #fff;
}
@media (max-width:960px) {
    .header_request_bt, .header_contact_bt {
        display: block;
        margin: 10px 20px;
        border-radius: 10px;
    }
}

/*ヘッダーの部分の色を変更*/
.siteHeader {
background:linear-gradient(to top, #fff, #fff7d5);
}
@media (max-width:768px) {
.siteHeader img {
    margin-top: 20px;
    margin-bottom: 20px;
}
}

/*ヘッダーロゴ画像移動*/
@media (min-width: 1200px) {
    .siteHeader_logo img {
        margin-top: 50px;
    }
}

/*ロゴ画像を大きくする*/
.navbar-brand img {
max-height: 80px;
}

.gMenu>li .gMenu_name {
font-size: 19px;
padding: 10px;
font-weight: 500;
}
/* globalmenu-child
ul.gMenu li{
font-size: 19px;
}
*/

/*フッター*/
.siteFooter {
/*background:linear-gradient(to top, #ffeea0, #fff);*/
background-color:#009944;
}
.siteFooter a {
    color: #fff;
}
.copySection {
    color: #fff;
}

/*rss 横並び*/
.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
	clear: both;
    overflow-wrap: break-word;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block; margin-left: 20px;
}
.wp-block-latest-posts__post-title {
    font-size: 1.2em;
}

.bg {
    background-image: url(https://kkp.x0.com/wp5/pict/back_suisai.jpg);
    background-size: cover;
}

.size {
  font-size:2.5em;
  color: #d1d1d1;
}
.icon {
  color: #3eb370;
}

.bt a {
	display: block;
	width: 300px;
	margin: 25px auto 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	border: #fff 1px solid;
	border-radius: 30px;
	background-image: linear-gradient(to right, #3eb370 50%, #f29600 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
}
.bt a:hover {
	background-position: -100% 0;
	color: #fff;
	text-shadow: none;
}

.box {
  width: 80%;
  margin: auto;
}
.box2 {
  width: 73%;
  margin: auto;
}

.title {
    font-size: 2.7em;
    font-weight: 500;
    color: #f29600;
    text-align: center;
}
.title2 {
    font-size: 2em;
    font-weight: 500;
    color: #3eb370;
    text-align: center;
}
.caption {
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
}

@media (max-width:768px) {
    .title {
        font-size: 2em;
    }
    .title2 {
        font-size: 1.5em;
    }
    .caption {
        font-size: 1.2em;
        text-align: justify;
    }
    .box {
        width: 100%;
        margin: auto;
    }
}

.space {
    height:100px;
}
@media (max-width:768px) {
    .space {
    height:60px;
    }
}

.work-svg {
    width: 320px;
    margin: auto;
    padding-bottom: 30px;
}
@media (max-width:768px) {
    .work-svg {
    width: 300px;
    }
}

.box_access {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.box_access_text {
	width: 38%;
	font-size: 0.9em;
	float: left;
}
.box_access_map {
	width: 60%;
	float: right;
}
@media screen and (max-width: 670px) {
	.box_access {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
	.box_access_text {
		width: 100%;
		float: none;
	}
	.box_access_map {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
}

@media screen and (max-width: 730px) {
.footer_text {
    text-align: center;
}
}

.flex_contents {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
 }
 .flex_item {
	width: calc(100% / 2);
    margin-top: 20px;
    padding: 0 10px;
 }
 .flex_item3 {
	width: calc(100% / 3);
    margin-top: 20px;
    padding: 0 10px;
    font-size: 1.3em;
 }
@media (max-width:768px) {
    .flex_item {
    width: calc(100% / 1);
    }
    .flex_item3 {
    width: calc(100% / 1);
    padding: 10px;
    }
    .flex_item3 img {
    width: 80%
    }
}

.vk-mobile-nav-menu-btn {
    border: 0px
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 0px
}
.vk-mobile-nav-menu-btn {
    background:var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, 0)
}

.vk-mobile-nav-menu-btn.menu-open {
    background:var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0)
}