@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.navy {
	color: #020380;
}
.black {
    color: #202020;
}
.gray {
    color: #606060;
}
.bg_gray {
    background-color: #e8e6e2;
}
.white {
    color: #fff !important;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#4d4ea6;
	text-decoration:none;
}
a:active {
	color:#020380;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
    color: inherit;
}

@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 20px;
    text-decoration: none;
    padding: 18px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding:18px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#202020;
	background-color:#fff;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    z-index: 0;
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.92em;
    }
	.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
}
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng {
    font-family: 'Jost', sans-serif;
}

#wrapper {
    /*overflow: hidden;*/
    flex: 1 1 auto;
    min-height: 1px;/*IE11 img resizing bug*/
}
.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:6em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 561px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
	.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:3em;
}
}

#toggle {
	display:block;
	position:fixed;
	width:60px;
	height:60px;
	top:35px;
	right:30px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    transition: opacity 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.7;
}
#navi {
    display: block;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:320px;
    height: 100vh;
	top:0;
	right:-560px;
    background-color: #e2e1df;
	color:#ccc;
    box-sizing: border-box;
    overflow-y: auto;
}
#navi .navibox {
    box-sizing: border-box;
    padding: 70px 0;
}
#navi .navibox li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#202020;
	padding-left: 40px;
	line-height:3.5em;
	transition: all 0.3s;
}
#navi .navibox li a:hover {
	background-color: rgba(255,255,255,0.5);
}

#navi .sns {
    padding-left: 40px;
}
#navi .sns li {
    width: 40px;
    margin-right: 10px;
}

#navi .rec_btn {
    margin: 20px 40px 40px;
}
#navi .rec_btn a {
    display: block;
    color: #202020;
    background-color: #fff;
    border: 2px solid #202020;
    line-height: 2.8em;
    text-align: left;
    padding-left: 1.2em;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1em auto;
    transition: all 0.3s;
}
#navi .rec_btn a:hover {
    opacity: 0.7;
}

#header {
	position:fixed;
	width:100%;
    height: 200px;
    box-sizing: border-box;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
#header h1 {
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
    font-size: 0.76em;
}
#header h2 {
    position: absolute;
    left: 30px;
    top: 70px;

}
#header h2 img {
    height: 30px;
}
#header h3 {
    position: absolute;
    width: 100%;
    background-color: #020380;
    left: 0;
    top: 0;
    line-height: 0;
    text-align: left;
    padding: 5px 10px;
    box-sizing: border-box;
}
#header h3 img {
    height: 20px;
}
#header p {
    position: absolute;
    text-align: left;
    width: 280px;
    left: 30px;
    top: 103px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}
.top_container {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    padding: 5em 0;
	margin:0 auto;
	text-align:left;
}
.container {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    padding: 2em 0;
	margin:0 auto;
	text-align:left;
}
.container_f , .container_f_top{
    position: relative;
    box-sizing: border-box;
    width: 1000px;
	margin:0 auto;
	text-align:left;
}
.pankuzu{
	width:1000px;
	margin:1% auto;
	text-align:left;
}
.pankuzu a{color:#4BA9EC;}
.more p {
	flex-shrink: 0;
	margin:auto;
}
.more p a ,.event_more{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    color: #202020;
    background-color: #fff;
    border: 2px solid #202020;
    line-height: 2.8em;
    text-align: left;
    padding:0 7em 0 1.2em;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1em auto;
    transition: all 0.3s;
}
.more p a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 560px) {
#toggle {
	width:50px;
	height:50px;
    top: 24px;
    right: 10px;
}
#navi {
    width: 100%;
    right: -100%;
}
#navi .navibox {
    padding: 3em 0;
}
#navi .navibox li a {
	padding-left: 3em;
	line-height:3.5em;
}

#navi .sns {
    padding-left: 3em;
}
#navi .sns li {
    width: 40px;
    margin-right: 10px;
}

#navi .rec_btn {
    margin: 1.5em 3em 3em;
}


#header {
    height: 120px;
}
#header h1 {
    left: 10px;
    top: 30px;
    line-height: 1.2;
    font-size: 0.68em;
    box-sizing: border-box;
    padding-right: 60px;
}
#header h2 {
    position: absolute;
    right: auto;
    left: 10px;
    top: 60px;
}
#header h2 img {
    height: 22px;
}
#header h3 {
    padding: 3px 10px;
}
#header h3 img {
    height: 14px;
}
#header p {
    width: auto;
    right: auto;
    left: 10px;
    top: 82px;
    font-size: 0.84em;
}
.top_container {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    padding: 2em 0;
	margin:0 auto;
	text-align:left;
}
.container {
    width: 100%;
    box-sizing: border-box;
	padding:1em 7%;
}
.container_f {
    width: 90%;
	margin: 2em auto;
    box-sizing: border-box;
}
.container_f_top {
    width: 90%;
	margin: 0 auto;
    box-sizing: border-box;
}
.more p a {
    font-size: 0.84em;
    line-height: 2.1em;
    text-align: left;
    padding:0 5em 0 0.8em;
    background-size: 0.7em auto;
}
}

#footer {
    padding: 4em 0 0;
    background-color: #e8e6e2;
}
.foot_1l{width: 1000px;margin: 0% auto 2%;text-align: left;}
.foot_1l li{display: inline-block;margin-right: 3%;line-height: 2;}
.ft_box {
    width: 1000px;
    margin: 0 auto 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.credit {
    width: 50%;
    text-align: left;
    line-height: 1.7;
}
.credit h3 {
    margin-bottom: 0.5em;
    font-weight: normal;
}
.credit h4 {
    width: 60%;
    margin-bottom: 0.6em;
}
.credit h5 {
    width: 50%;
    margin-bottom: 0.6em;
}
.foot_logo02{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 2%;
}
h5.foot_logo {
    width: 17%;
    margin-bottom: 0.6em;
    float: left;
}
.foot_adress{width: 82%;float: right;font-size: 0.8em;margin-top: 0.5em;}
.credit h4 img,.credit h5 img {
    width: 100%;
}
.credit p{line-height: 1.4em;}
.credit p:first-of-type {
    margin-bottom: 3em;
}
.licence {
    font-size: 0.84em;
    margin-top: 0.5em;
}

.ft_doc {
    position: relative;
    width: 50%;
}
.sitemap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ac_group_pc{width: 13%;display: inline-block;margin:1% 0 0;height: 56px;}
.ac_group_sp{display: none;}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.flexbox_foot{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 85%;
	margin: 0;
    float: right;
	}
.box-item07{width: 15%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item07 img{width: 100%;}
.w1000_100per{width: 1000px;margin: 2% auto 3%;}
.border_top{border-top: solid 2px #413d3d;margin-top:2%;padding-top: 2%;}
@media screen and (max-width: 560px) {
.pankuzu{
	width:100%;
	margin:1% auto;
	text-align:left;
}
.foot_1l{display: none;}
.foot_logo02{
    width: auto;
    margin: 0 10% 3em;
    display: block;
}
h5.foot_logo {
    width: 40%;
    margin-bottom: 0.6em;
    float: none;
}
.foot_adress{width: 100%;float: none;font-size: 0.8em;margin-top: 0.5em;line-height: 1.4;}
    .box-item07{width: 32%;display: inline-block;margin:1% 0 0;height: auto;}
    .ac_group_pc{display: none;}
.ac_group_sp{width: 23%;display: inline-block;margin:1% 0 0;height: auto;float: left;}
.flexbox_foot{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 75%;
	margin: 0 auto;
    float: right;
	}
.w1000_100per{    width: auto;
    margin: 0 5% 3em;
    display: block;}
    
.ft_doc {
    width: 100%;
}
.sitemap {
    position: relative;
}
}

.sitemap ul {
    width: 47%;
}
.sitemap li a {
    display: block;
    color: #202020;
    text-align: left;
    padding-left: 25px;
	line-height:2.0em;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 7px auto;
	transition: all 0.3s;
}
.sitemap li a:hover {
	background-color: rgba(255,255,255,0.2);
}
.ref_btn {
    text-align: left;
    width: 100%;
    margin-top: 5%;
}
.ref_btn h6 {
    margin: 5px auto 5px 0;
    line-height: 1.7;
    font-weight: normal;
}
.ref_btn a {
    display: block;
    background-color: #fff;
    padding: 20px 25px;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 1em auto;
    transition: all 0.3s;
}
.ref_btn a:hover {
    opacity: 0.7;
}
.ref_btn img {
    width: 70%;
}

.ft_doc .sns {
    left: 0;
    top: 0;
    padding-bottom: 5%;
    
}
.sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sns li {
    width: 50px;
    margin-right: 10px;
}
.sns li a {
    display: block;
    transition: all 0.3s;
}
.sns li a:hover {
    opacity: 0.7;
}
.sns li img {
    width: 100%;
}

.group {
    width: 1000px;
    margin: 0 auto 4em;
}
.group h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2;
    color: #606060;
    border-bottom: 1px solid #606060;
    text-align: left;
    margin-bottom: 0.5em;
}
.group h3 span {
    font-size: 0.6em;
}
.group ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 2.5em;
    line-height: 1.4;
    margin-bottom: -1em;
}
.group ul li {
    width: 15%;
    margin-bottom: 1em;
}
.group ul li a {
    display: block;
    border: 1px solid #606060;
    transition: all 0.3s;
}
.group ul li a:hover {
    opacity: 0.7;
}
.group ul li img {
    width: 100%;
}

.copyright {
    background-color: #020380;
    color: #fff;
	text-align:center;
    padding: 2em;
	font-size:0.84em;
    line-height: 1.7;
}
#fix_navi {
    position: fixed;
    top: 400px;
    left: 0;
    width: 120px;
    z-index: 3000;
}
#fix_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#fix_navi ul li {
    width: 100%;
    margin-bottom: 10px;
}
#fix_navi ul li a {
    display: block;
    padding: 0px;
    background-color: #63a2ce;
    transition: all 0.3s;
}
#fix_navi ul li a:hover {
    background-color: #bbcddd;
	opacity: 0.5;
}
#fix_navi ul li:nth-child(2) a {
    background-color: #b3c0b7;
}
#fix_navi ul li:nth-child(2) a:hover {
    background-color: #cad3cc;
}
#fix_navi ul li:nth-child(3) a {
    background-color: #cfa7a4;
}
#fix_navi ul li:nth-child(3) a:hover {
    background-color: #ddc1bf;
}
#fix_navi ul li img {
    width: 100%;
}

@media screen and (max-width: 560px) {
#footer {
    width: 100%;
    box-sizing: border-box;
    padding: 3em 0 0;
}
.ft_box {
    width: auto;
    margin: 1em 10% 2em;
    display: block;
}
.credit {
    width: 100%;
    margin-top: 1em;
}
.credit h3 {
    font-size: 0.84em;
}
.credit h4 {
    width: 70%;
    margin-bottom: 1em;
}
.credit h5 {
    width: 60%;
    margin-bottom: 1em;
}
.credit h4 img,.credit h5 img {
    width: 100%;
}
.credit p:first-of-type {
    margin-bottom: 1em;
}

.ft_doc {
    display: block;
}
.sns li {
    width: 40px;
}

.group {
    width: auto;
    margin: 0 10% 3em;
}
.group h3 {
    font-size: 2em;
    margin-bottom: 0.7em;
}
.group ul {
    font-size: 2em;
    margin-bottom: -0.7em;
}
.group ul li {
    width: 31%;
    margin-bottom: 0.7em;
}

.copyright {
    padding: 2em 0 calc(2em + 60px);
}

#fix_navi {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
}
#fix_navi ul {
    display: flex;
    flex-wrap: nowrap;
}
#fix_navi ul li {
    width: calc(100% / 3);
    margin-bottom: 0;
}
#fix_navi ul li a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0;
}
#fix_navi ul li img {
    width: 80%;
}
}


.subtitle {
    text-align: center;
    margin-bottom: 0.5em;
    color: #606060;
}
.subtitle h3 img {
    width: 4em;
}
.subtitle h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.2;
}
.subtitle p {
    font-size: 0.8em;
    line-height: 1.0;
}

.contact_tx {
    font-size: 1.24em;
}

.tel_box {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tel_box ul {
    color: #606060;
}
.tel_box ul li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 2px solid #606060;
    border-radius: 10px;
    padding: 25px;
    margin-top: 40px;
}
.tel_box ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
.tel_box ul li a:hover {
    opacity: 0.4;
}
.tel_box ul li:first-child p {
    font-size: 1.1em;
    line-height: 1.7;
}
.tel_box ul li:nth-child(2) {
    font-size: 1.8em;
    line-height: 1.7;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 0.5em auto;
}
.contactbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactbtn img {
    width: 12em;
    margin-right: 10px;
    border-radius: 10px;
}
.contactbtn h5 {
    font-size: 3em;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-indent: 1px;
}


@media screen and (max-width: 560px) {
.subtitle{margin-top: 0.5em;}
.subtitle h3 img {
    width: 4em;
}
.subtitle h4 {
    font-size: 1.8em;
}
.subtitle p {
    font-size: 0.7em;
}

.contact_tx {
    font-size: 1em;
}

.tel_box {
    width: 90%;
	margin: 0 auto;
}
.tel_box ul li {
    padding: 1em 0;
    margin-top: 1em;
}
.tel_box ul li:first-child p {
    font-size: 0.7em;
    margin-bottom: 0.3em;
}
.tel_box ul li:nth-child(2) {
    font-size: 1.0em;
}
.gmap{margin-top:3em;}
.contactbtn img {
    width: 5em;
    margin-right: 0.5em;
    border-radius: 5px;
}
.contactbtn h5 {
    font-size: 1.6em;
}

}

.cp_navi ul {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 1px;
}
.cp_navi ul li {
    position: relative;
    width: 50%;
}

.cp_navi ul li a {
    height: 6em;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #b9b6ae;
    margin: 1px;
    padding: 0 2em;
    font-weight: bold;
    line-height: 1.5;
    color: #202020;
    background-image: url("../img/arr_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em auto;
    transition: all 0.3s;
}

.cp_navi ul li a:hover {
    opacity: 0.7;
}


.box0 {
	line-height:1.7;
}

.gmap iframe {
    display: block;
    width: 100%;
    height: 500px;
}
.cp_navi_02 ul {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 1px;
}
.cp_navi_02 ul li {
    position: relative;
    width: 25%;
}
.cp_navi_02 ul li a {
    height: 5em;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: gray;
    margin: 1px;
    padding: 0 2em;
    font-weight: normal;
	font-size: 0.75em;
    line-height: 1.4;
    color: #ffffff;
    background-image: url("../img/arr_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 1em auto;
    transition: all 0.3s;
}
.cp_navi_02 ul li a:hover {
    opacity: 0.7;
}


@media screen and (max-width: 560px) {
.cp_navi ul li {
    width: 100%;
}
.cp_navi ul li a {
    height: 3.6em;
    padding: 0 1.5em;
    font-size: 0.92em;
    background-size: 0.7em auto;
}

.cp_navi_02 ul li {
    width: 50%;
}
.cp_navi_02 ul li a {
    height: 5em;
    padding: 0 1.5em;
    font-size: 0.75em;
    background-size: 0.7em auto;
}
.gmap iframe {
    width: 100%;
    height: 300px;
}

}

/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox ,.flexbox04 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.page_menu_contents{width: 1000px;margin: 0 auto;}
.pagemenu_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	border-left: solid 2px #8fc31f;
	}

.flexbox::after{
  content:"";
  display: block;
  width:31%;
}

/* 親要素の疑似要素 */
.flexbox04::after {
    content: "";
    display:block;
    width:23%; /* 子要素と同じ幅 */
}
.flexbox04::before { 
    content: ""; 
    display:block; 
    width:23%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}
.box-item03 img,.box-item02 img,.box-item04 img,.box-item04_staff img{width: 100%;}
.box-item02{width: 49%;display: inline-block;margin:0% 0 2%;height: auto;}
.box-item03{width: 31%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item04_staff{width: 23%;display: inline-block;margin:1% 0 5%;height: auto;}
.box-item04{width: 23%;display: inline-block;margin:1% 0 2%;height: 460px;background-color: #ffffff;padding: 0% 0 0%;position: relative;}

.bk-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/dummy.svg");
	float: none;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {



/* ;;;;;;;; フレックスボックス;;;;;;;;;;;;;;;;;;;;;; */
.box-item02{width: 100%;display: inline-block;margin:0% 0 2%;height: auto;}
.box-item03 img{width: 100%;}
.box-item03{width: 48%;display: inline-block;margin:1% 0 2%;height: auto;}
.box-item04_staff{width: 48%;display: inline-block;margin:1% 0 5%;height: auto;}
.box-item04{width: 48%;display: inline-block;margin:1% 0 2%;height: auto;background-color: #ffffff;padding: 0% 0 5%;}
.bk-img {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/dummy.svg");
	float: none;
}
.spnone{display: none;}

}