/* ------------------

Theme Name: template
Description:
Theme URI: 
Author:
Version: 1.0.0
Description:
License: 
License URI:

 ------------------ */

/* 

*********************************

CSS 追記 

*********************************

*/











@media screen and (max-width:768px) { 

}

@media screen and (min-width:769px) { 

}


/* 

*********************************

CSS 追記 end

*********************************

*/


:root {
  --color1: #000000; /* black */
  --color2: #ffffff; /* white */
  --color3: #ff4500; /* orangered */
}

/*  Basic set  */
.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w33{width:33%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}
.h400{height: 400px;}
.h200{height: 200px;}

.cent{
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.right{text-align:right;}
.left{text-align:left;}

.pb30{padding-bottom:30px;}
.pb20{padding-bottom:20px;}
.pb10{padding-bottom:10px;}

.p30{padding:30px;}
.p20{padding:20px;}
.p10{padding:10px;}

.m30{margin: 30px;}
.m20{margin: 20px;}
.m10{margin: 10px;}

.r30{border-right: 30px;}
.r20{border-right: 20px;}
.r10{border-right: 10px;}

.red{color:red;}
.blue{color:#00F;}
.white{color:#ffF;}
.black{color:#000;}
.bgg{background-color: #f2f2f2;border:0;}

.pm0{
	padding:0;
	margin:0;
}

.w100ih150{
	width:100%;
	height:150px;
	object-fit: cover;
}


.bgc_01{background-color:  var(--color1);}
.bgc_02{background-color:  var(--color2);}
.bgc_03{background-color:  var(--color3);}





.bg_img_1{
	background-image: url(https://miraimgoffice.jp/wp-content/uploads/2024/02/bgimg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.bg_img_2{
	background-image: url(https://miraimgoffice.jp/wp-content/uploads/2024/02/bgimg03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}









.bg_img_01{
	background-image: url(#);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bg_img_02{
	background-image: url(#);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.cop-r{
	font-size: 16px;
	color: #000;
	padding: 1px;
	margin: 0;
}


.tb1{
	width:30%;
	padding:10px;
	background-color:#ebe9e8;
	
}


.tb2{
	width:70%;
	padding:10px;
	background-color:#ebe9e8;
}


.tb3{
	width:30%;
	padding:10px;
}


.tb4{
	width:70%;
	padding:10px;
}

.txt_c_01{
	font-size: 16px;
	font-weight: 550;
	padding: 5px;
	margin: 0;
}

h1.h1_txt{
	font-size: 35px;
	font-weight: 650;
	color: #000;
	padding: 20px;
	margin: 0;
}


h2.h2_txt{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	padding: 15px;
	margin: 0;
}


h3.h3_txt{
	font-size: 25px;
	font-weight: 550;
	color: #000;
	padding: 10px;
	margin: 0;
}

.txt_01{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding: 10px;
	margin: 0;
}

.txt_02{
	font-size: 16px;
	color: #000;
	padding: 5px;
	margin: 0;
}

.txt_02_00{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 0;
}

.txt_02_01{
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
}

.txt_02_02{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	padding: 3px;
	margin: 0;
}

.txt_02_03{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding: 5px;
	margin: 0;
}

.txt_02_04{
	font-size: 16px;
	color: #000;
	padding: 2px;
	margin: 0;
}

.txt_03{
	font-size: 12px;
	color: #999;
	padding: 3px;
	margin: 0;
}


@media screen and (max-width:768px) {.mbh{display:none;}}
@media screen and (min-width:769px) {.pch{display:none;}}
.box01 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 1080px) {.box01{width: 1080px;}}
@media screen and (max-width: 1079px) {.box01{width: 100%;}}

.box02 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 800px) {.box02{width: 800px;}}
@media screen and (max-width: 799px) {.box02{width: 100%;}}

.box03 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 600px) {.box03{width: 600px;}}
@media screen and (max-width: 599px) {.box03{width: 100%;}}

@media print{
.region-page-top{display:none;}
 a[href]:after {content: "" !important;}
 abbr[title]:after {content: "" !important;}
}



/* エフェクト */
.fuwa {
  opacity: 0;
  transition: all .5s ease;
}
 
.fuwa.show {
  opacity: 1;
  transform: none;
}
 
.fuwa-lr {
  transform: translate(-100px, 0);
}
 
.fuwa-rl {
  transform: translate(100px, 0);
}
 
.fuwa-up {
  transform: translate(0, 100px);
}
 
.fuwa-down {
  transform: translate(0, -100px);
}
 
.fuwa-scaleUp {
  transform: scale(.5);
}
 
.fuwa-scaleDown {
  transform: scale(1.5);
}
 
.fuwa-rotateL {
  transform: rotate(180deg);
}
 
.fuwa-rotateR {
  transform: rotate(-180deg);
}

.setup_0_1{
	font-size:28px;
	font-weight:600;
	padding:10px;
}


.ok-h3-1{
	font-size:18px;
	font-weight:550;
	padding:5px;
	margin:0;
	
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎ゅ�逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check {
    display: none;
}



.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*left縺ｮ蛟､繧貞､画峩縺励※繝｡繝九Η繝ｼ繧堤判髱｢螟悶∈*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ險ｭ螳�*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*繝｡繝九Η繝ｼ繧堤判髱｢蜀�∈*/
}



.wpcf7-form.sent p{
    display:none;
}

.wpcf7-form.sent .row{
    display:none;
}

.wpcf7-form.sent hr{
    display:none;
}


/*

*********************************

お問い合わせフォームのボタン(スマホ表示)

*********************************

*/
.forms_02{
	background-color:#ccc;
	border:solid 1px #fff;
}

.forms_02_2{
	font-size:18px;
  display: inline-block;
  vertical-align: middle;
}

.forms_044{
	background-color:#fff;
	border:solid 1px #000;
}
