@charset "utf-8";

/*common*/
h2 {
	font-family: 'Sawarabi Mincho', serif;
	line-height: 1.7em;
}

h3 {
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 200;
}

h4 {
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 600;
}

h5 {
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 200;
}


.header_reservation {
	position:relative;
}

.header_reservation a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}




.header_reservation a:link {
	color: #0A396B;

	}
	
	.header_reservation a:visited {
		color: #0A396B;
	}
	
	.header_reservation a:hover {
	color:#2563A1;
	text-decoration:none;
	cursor:pointer;
	}
	
	.header_reservation a:active {
		color:#2563A1;
	}



/*文字両端に線*/
.head-border {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	margin-top:40px;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.head-border:before,
.head-border:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.head-border:before {
	left: 0;
}

.head-border:after {
	right: 0;
}





.material-symbols-outlined {/*google fonts*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined {/*google fonts*/
	display: inline-block;
	transform: translate(0px, 6px);
	padding-right: 5px;

}



.element {/*スクロールしてオブジェクトがフェードイン*/
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 1s, visibility 1.3s, transform 1.3s;
}

.is-fadein {/* フェードイン時に入るクラス */
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.b_bg{
background:url(../img/k15/reserve_bg_b.png);
}
.w_bg{
background:url(../img/k15/reserve_bg_w.png);
}

/*固定header*/
#top-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  z-index: 999;
}

#top-header img {
		/*max-width: 52px;*/
		max-width: 120px;
}

#top-header h1 {
		/*margin: 15px;*/
}

#top-header-home {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: black;
}
/*固定headerここまで*/


header{
display:flex;
justify-content:space-between;
align-items:center;
position:absolute;
top:0;
width:100%;
padding:15px;
box-sizing:border-box;
}
header h1{
max-width:20%;
}
.header_nav_box{
/*max-width:50%;*/
}

.header_nav{
display:flex;
justify-content:space-between;
align-items:center;
gap:2em;
}
.header_nav a{
color:#183967;
}
.header_nav a:hover{
opacity: 0.7;
transition: all 0.5s ease 0s;
}
.header_nav .border{
border:1px solid #183967;
padding:20px;
}

.s_btn{
position:fixed;
top:300px;
right:0;
z-index: 100;
}
.s_btn a:hover{
opacity: 0.7;
transition: all 0.5s ease 0s;
}

.mv{
max-width:100%;
}

.reserve_brn{
padding:100px 0;
text-align:center;
}
.reserve_brn img{
max-width:900px;
margin:0 auto;
}
.reserve_brn a:hover img{
opacity:0.6;
}


.c_slider{
/*background:#F1F1F1;*/
padding-bottom:0;
overflow:hidden;
}

.grand_open{
padding:80px 0 80px;
text-align:center;
}




.k15_model{
padding:0;
background:#262D33;
text-align:center;
}
.k15_model_plan{
margin-top:0;
margin-bottom:100px;
background:#d4d5d6;
padding:100px 0
}
.k15_model_point1{
margin-bottom:100px;
}
.k15_model_point2{
margin-bottom:0;
}

.commitment{
background:#d4d5d6;
}
.commitment_title_box{
background:url(../img/k15/wamoyou_gray.png);
padding:120px 0 100px;
text-align:center;
}
.commitment_box{
text-align:center;
}
.commitment_title{
margin-bottom:50px;
}
.commitment_content{
margin-bottom:100px;
}

.outline{
background:url(../img/k15/wamoyou_gray.png);
padding:120px 0 100px;
}
.outline_inner{
max-width:1080px;
margin:0 auto;
}
.outline h3{
color:#0A396B;
font-size:40px;
text-align: center;
margin-bottom:100px;
}
.outline_list{
margin:0 auto 160px;
}
.outline dl{
display:flex;
border-bottom:1px solid #707070;
color:#0A396B;
}
.outline dt{
width:27%;
padding:30px 25px;
}
.outline dd{
width:73%;
padding:30px 0;
}

.access {
padding-bottom:250px;
}
.access h3{
margin-bottom:50px;
}
.access iframe{
width:100%;
height:520px;
}


@media (max-width: 768px) {

header{
width:100%;
padding:0;
height:60px;
position:static;
background:url(../img/k15/sp_head_bg.png);

}
header h1{
max-width:inherit;

}
header h1 img{
height:50px;
padding:5px;
}
.header_nav{
}
.header_nav a{
}
.header_nav a:hover{
}
.header_nav .border{
}
.header_sp_nav{
display:flex;
gap:20px;
margin-right:20px;
align-items:center;
}

.toggle_btn{
cursor:pointer;
display: block;
}
.toggle_nav_box{
display:none;
}


.toggle_nav_box{
position:absolute;
top:60px;
left:0;
width:100%;
/*height:100%;*/
padding:10%;
background:rgba(28,65,102,0.9);
/*align-items:start;*/
z-index:1000;
box-sizing: border-box;
}
.toggle_nav{
text-align:center;
max-width:80%;
margin:0 auto;
}
.toggle_nav li{
margin-bottom:1.5em;
}
.toggle_nav a{
color:#fff;
font-size:5vw;
}
.toggle_nav .border{
border:1px solid #fff;
padding:1em;
}


.s_btn{
}
.s_btn a:hover{
}
.b_btn a{
position:fixed;
bottom:0;
/*background:#F5DC3C;*/
background:#99752E;
width:100%;
text-align:center;
padding:2% 0;
z-index:100;
display:block;
}
.b_btn a{

}
.b_btn a:hover{
opacity: 0.7;
transition: all 0.5s ease 0s;
}


.mv{
max-width:100%;
}
.mv img{
width:100%;

}

.reserve_brn{
padding:10% 0;
text-align:center;
}
.reserve_brn img{
max-width:90%;
margin:0 auto;
}

.c_slider{
padding-bottom:0;
}

.grand_open{
padding:10% 0;
}


.k15_model{
/*padding:10% 0 15%;*/
/*background:#1C4166;*/
text-align:center;
}
.k15_model img{
width:100%;
}
.k15_model_plan{
margin:0 auto 15%;
width:100%;
padding:10% 5%;
box-sizing:border-box;
}

.k15_model_point1{
margin-bottom:10%;
}
.k15_model_point2{
margin-bottom:0;
}

.commitment{
}
.commitment img{
width:100%;
}
.commitment_title_box{
padding:10%;
}
.commitment_box{
text-align:center;
}
.commitment_title{
margin-bottom:10%;
}
.commitment_content{
width:80%;
margin:0 auto 15%;
/*margin:0 auto;*/
}

.outline{
padding:10% 0 10%;
}
.outline_inner{
max-width:80%;
margin:0 auto;
}
.outline h3{
font-size:6vw;
line-height:1.8em;
margin-bottom:10%;
}
.outline_list{
margin:0 auto 15%;
}
.outline dl{
display:block;
border-bottom:0;
font-size:3.5vw;
line-height:1.5em;
margin-bottom:7%;
}
.outline dt{
width:100%;
padding:0 0 1%;
border-bottom:1px solid #707070;
}
.outline dd{
width:100%;
padding:1% 0 0;
margin:0;
}

.access{
text-align: center;
padding-bottom:20%;
}
.access h3{
margin-bottom:5%;
}
.access iframe{
width:90%;
height:340px;
}
}


.custom_home_title{
background:url(../img/custom_home_bg.png) no-repeat;
background-size:cover;
background-position:center center;
padding:40px 0 50px;
text-align:center;
}
.custom_home{
width:42%;
margin:0 auto;
}
@media (max-width: 768px) {
.custom_home_title{
padding:5% 0 5%;
text-align:center;
}
.custom_home{
width:70%;
margin:0 auto;
}
}



.address_c_nmargin {
	transform: translateY(-100px);
}

.garage_spimage {
		margin:0 auto 60px;
}

.garage_spimage img {
		width: 100%;
}


.grand_open_white {
	width: 80%;
	max-width: 623px;
	margin: 20px auto 70px;
}

.headborder_spspace {
		padding: 0 10px;
}




/* SP小型 320px以下*/
@media screen and (max-width: 320px){
.sp {
	display: block;
}

.pc {
	display: none;
}

.dogrun_float_left_all {
	display: none;
}

.dogrun_float_right_all{
	display: block;
}

.garage_space {
		padding-top:40px;
}

.garage_flexbox {
		display: block;
		margin-top:50px;
}


.dogrun_comment {
		padding-bottom: 20px;
		font-size: 110%;
		display: inline-block;
}



.dogrun_float_right {
	background-color: #EBEFF3;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_float_right2 {
	background-color: #EBEFF3;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_dogicon {
	position: absolute;
	bottom:-83px;
	right:20px;
	text-align: right;
}

.dogrun_dogicon img {
	width: 60%;
}






/*subnavi*/
.header_reservation {
	border: solid 1px #0A396B;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	height: 47px;
}

.header_gototop {
	background-color: #0A396B;
	border: solid 1px #0A396B;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	height: 47px;
}

.header_subnavi_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header_subnavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_subnavi li {
	display: block;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	line-height: 1.1em;
	font-size: 90%;
}

.header_subnavi_wrap li p {
	font-size: 80%;
	padding: 0 15px;
}


/*

.header_subnavi li:first-of-type a {
		display: block;
		color: #0A396B;
}

.header_subnavi li:first-of-type a:visited {
  color: #0A396B;
}

.header_subnavi li:first-of-type a:hover,
.header_subnavi li:first-of-type a:active {
  color:#39638F;
}




.header_subnavi li:last-of-type a {
	display: block;
	color: #fff;
}

.header_subnavi li:last-of-type a:visited {
color: #fff;
}

.header_subnavi li:last-of-type a:hover,
.header_subnavi li:last-of-type a:active {
color:#D8E2EE;
}

*/













.head_navi_left {
  color: #0A396B;
}

.head_navi_left a:visited {
  color: purple;
}

.head_navi_left a:hover {
  color: red;
}

.head_navi_left a:active {
  color: green;
}












.header_pc {
	display: none;
}

.header_pc_navi {
	display: none;
}

.header_sp_fixed {
	display: block;
	position: fixed;
    top: 0;
    left:0;
	height:64px;
	background-color: #113961;
	opacity: 0.9;
	z-index: 100;
	width: 100%;
}



.header_mv_tb {
	display: none;
}

/*swiper*/
.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 100%;
}
.sample-slider .swiper-wrapper{
    transition-timing-function: linear;
}

.swiper_caption_add {
	color: #fff;
	font-size: 70%;
	background: #1E4268;
	padding: 0px 3px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	line-height: 1.5em;
}

.swiper {
	background: #F1F1F1;
	padding-bottom: 10px !important;
}


.header_sp_yoyaku {
	width: 55px;
	position: absolute;
	top:12px;
	right: 70px;
}

.header_sp_yoyaku img {
	width: 100%;
}

.header_mv_sp {
	width: 100%;
}

.header_mv_sp img {
	width: 100%;
}


.reservation_btn {
	display: none;
}

.ground_open {
	background: url("../img/wagara_1.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.ground_open h2 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.ground_open h2 img {
	width: 100%;
}

.ground_open p {
	text-align: center;
	max-width: 440px;
	margin: 35px 15px 0px;
}


.address_c {
	background: #1C4166;
	color: #fff;
	padding: 65px 0 30px;
}

.address_c_container {
	width: 100%;
	margin: 0 auto;
}

.address_c h2 {
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 1px #fff;
	width: 86%;
}

.address_c_detail {
	width: 86%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.address_c_detail img {
	width: 100%;
}

.address_c_plan {
	width: 86%;
	margin: 0 auto;
}

.address_c_plan img {
	width: 100%;
}

.text_right {
	text-align: right;
	padding-right: 20px;
	font-size: 90%;
}

.address_c_point {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.address_c_point li {
	background: #DEF2FC;
	width: 60px;
	height: 60px;
    text-align: center;
	display: inline-grid;
	align-content: center;
	border-radius: 50%;
	color: #0A396B;
	font-size: 100%;
	line-height: 110%;
	margin: 5px;
}

.address_c h3 {
	text-align: center;
	font-size: 105%;
	margin: 60px 16px 0;
	line-height: 130%;
}





.ad_c_img01 {
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 21%;/*add*/
}

.ad_c_img01 img {
	width: 100%;
}

.ad_c_img01_read {
	width: 90%;
	max-width: 790px;
	margin: 10px auto;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img01_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}

.ad_c_img01_read h4 {
	font-size: 130%;
	line-height: 150%;
	margin-bottom: 10px;
}

.ad_c_img01_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li {
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type {
	margin-bottom: 0px;
}






.ad_c_img02 {
	width: 100%;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ad_c_img02 img {
	width: 100%;
}

.ad_c_img02_left{
	width: 100%;
	padding: 0;
}
.ad_c_img02_right {
	width: 100%;
	margin-left: 0;
}

.ad_c_img02_right img {
	width: 100%;
}

.ad_c_img02_right_read {
/*	background-image:linear-gradient(#FFFA63 50%, #fff 50%);
    background-repeat: no-repeat;
    background-size: 0.1rem 100%;
	padding: 20px 80px 20px 20px;
	margin-bottom: 30px;*/
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img02_right_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}

.ad_c_img02_right_read h4 {
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 10px;
}

.ad_c_img02_right_space {
	margin-left: 5%;
}


.kodawari_wrap{
background:#d4d5d6;
}

.kodawari_title {
	background: url("../img/wagara_2.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.kodawari_title h2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-weight: 200;
	font-size: 20px;
	line-height: 1.3em;
	color: #262D33;
}

.kodawari_title h2 img {
	width: 100%;
}

.kodawari_title p {
	text-align: center;
	max-width: 440px;
	margin: 35px 15px 0px;
}

.high_performance_tit {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.high_performance_tit img {
	width: 100%;
}



.high_p_point_container {
	width: 86%;
	margin: 0 auto;
	padding: 20px 0;
}






.high_performance_point,
.high_performance_point2{
	width: 100%;
	height: 314px;
	position: relative;
}

.high_performance_point img,
.high_performance_point2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.high_performance_point ul,
.high_performance_point2 ul{
	position: absolute;
	color: #fff;
	text-align: center;
	top:50%;
	left:40%;
	transform: translateX(-30%) translateY(-50px);
	
}

.high_performance_point ul li:first-of-type,
.high_performance_point2 ul li:first-of-type{
	font-size: 18px;
	font-family: 'Sawarabi Mincho', serif;
}

.high_performance_point ul li:first-of-type::after,
.high_performance_point2 ul li:first-of-type::after{
	content: '';
	  width: 73px;
	  height: 2px;
	  display: inline-block;
	  background-color: #fff;
	  position: absolute;
	  bottom: 50px;
	  left: calc(50% - 36.5px);
}

.high_performance_point ul li:last-of-type,
.high_performance_point2 ul li:last-of-type{
	margin-top: 60px;
	font-size: 20px;
	font-family: 'Sawarabi Mincho', serif;
}



.high_p_point_container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
}

.high_p_point_container p {
	text-align: center;
	max-width: 635px;
	margin: 40px auto;
}

.high_p_point_container_zeh {
	width: 80%;
	max-width: 660px;
	margin: 0 auto 60px;
	text-align: center;
}

.high_p_point_container_zeh img {
	width: 100%;
}


.high_p_point_container {
	width: 90%;
	margin: 0 auto;
	padding: 80px 15px;
}

.high_p_point_container h4 {
	color: #262D33;
	text-align: center;
	font-size: 18px;
}







.kanta_wrap {
	display: block;
	margin: 40px auto;
	width: 90%;
}

.kanta_wrap_left {
	width: 100%;
	text-align: left;
}

.kanta_wrap_left p {
	text-align: left;
}

.kanta_wrap_left h5 {
	font-size: 20px;
	border-bottom:  solid 1px #707070;
	padding: 0 0 10px;
	text-align: center;
}

.kanta_wrap_right {
	width: 100%;
	max-width: 606px;
}

.kanta_wrap_right img {
	width: 100%;
}

.taishin_wrap {
	text-align: center;
	width: 80%;
	margin: 30px auto;
}

.taishin_wrap img  {
	width: 100%;
}






.taishin_list {
	display: block;
	color: #0A396B;
	width: 90%;
	margin: 0 auto;
}

.taishin_list li {
	width: 100%;
	border: solid 1px #0A396B;
	padding: 10px 20px;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-bottom: 14px;
	font-size: 14px;
}

.taishin_list li p {
	margin: 5px auto;
}

.taishin_list_point {
	font-size: 20px;
	line-height: 1.2em;
}








.osusume_tochi_wrap {
	width: 100%;
	background: #1F4265;
	color: #fff;
	padding-bottom: 40px;
}

.osusume_tochi_wrap img {
	width: 100%;
}


.osusume_read_wrap {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 160px;
}

.osusume_read {
	background-image:linear-gradient(#FFFA63 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 0.1rem 100%;/*黄と白の縦線*/
	padding: 40px 0 40px 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: 0;
	line-height: 1.6em;
}

.osusume_tit_min {
	font-size: 20px;
	line-height: 1.2em;
}

.osusume_tit_max {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 800;
	font-family: 'Sawarabi Mincho', serif;
}


.osusume_zumen {
	padding-top: 100px;
	width: 80%;
	margin: 0 auto;
}

.osusume_zumen img {
	width: 100%;
}



.outline_wrap {
	background: url("../img/wagara_1.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.outline_wrap h4 {
	color: #0A396B;
	text-align: center;
	font-size: 18px;
}

.outline_wrap_map {
	width: 90%;
	margin: 30px auto;
}

.outline_wrap iframe {
	max-height: 300px;
}

.footer_attention {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

footer {
	background: #1F4265;
}

.footer_wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
	box-sizing: border-box;
}

.footer_logo {
	width: 200px;
}

.footer_logo img {
	width: 100%;
}


.footer_list {
	display: block;
	color: #fff;
	margin: 30px auto;
}

.footer_list li {
	width: 100%;
	border-right:  none;
	padding-right: 0;
	box-sizing: border-box;
}

.footer_list li:last-of-type {
	padding-right: 0;
	border-right: none;
}

.footer_tel {
	padding: 20px 0 10px;
	max-width: 250px;
}

.footer_tel img {
	width: 100%;
}


.copyright {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	border-top: solid 1px #fff;
	margin-top: 20px;
	padding: 30px 0 10px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
}







/*new model house mv*/
.new_modelhouse_mv {
		margin:0 auto;
}

.new_modelhouse_mv li img {
		width: 100%;
}

.new_modelhouse_mv li p {
		padding: 10px 15px;
}

.new_modelhouse_mv_tit {
		text-align: center;
		padding: 20px 0;
		font-size: 110%;
    line-height: 150%;
}


/*top mv*/
.alltop_mv {
		margin: 0 auto;
}

.alltop_mv li {
		padding-left: 15px;
}

.alltop_mv img {
		width: 100%;
}




/*top mv read*/
.top_mv_read {
	background:url(../img/read_bluebg_sp.png) no-repeat;
	background-position: top center;
	background-size: 180%;
	padding: 18% 15px;
	color: #fff;
	text-align: left;
}

.top_mv_read_tit {
		font-size: 130%;
		line-height: 140%;
		padding-bottom: 30px;
		text-align: center;
		position: relative;
}

.top_mv_read_tit::before {
	background-color: #fff; /* 線の色 */
  bottom: 17px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}



.top_mv_read_pg {
		max-width: 625px;
		margin: 0 auto;
}




/*施工事例　一覧*/
.works_all_blue {
	background-color:rgba(255,255,255,0);
	padding: 30px 20px;
	position: relative;
	z-index: 5;
	
}

.works_all_blue::before {
	content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 100%;
  background: #262D33;
	z-index: 0;
}

.works_read_wrap {
	color: #fff;
	text-align: left;
	position:relative;
	z-index: 1;
}

.works_all_image {
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
padding: 20px 0;
}

.top_mv_read_pg2 {
	max-width: 625px;
	margin: 0 auto 0 20px;
	padding: 0 10px;
}





/*お問い合わせ*/
.footer_contact_wrap {
		
		
}

.footer_contact_wrap li {
	position: relative;
}

.footer_contact_wrap li img {
		width: 100%;
}

.footer_contact_wrap li p {
		position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-20%, -50%);
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
		color: #fff;
		border: solid 1px #fff;
		font-size: 90%;
		line-height: 140%;
		text-align: center;
		padding: 20px 10px;
}

.footer_contact_attention {
		font-size: 110%;
		display: block;
		margin-top: 20px;
}

.footer_contact_wrap li a:hover {
	opacity: 0.7;
	transition : all 0.5s ease 0s;
}




/*安心ポイント*/

.safe_flex_left_space {
		margin-top:-40px;
}

.safe_flex_left {
	display: block;
	margin: -60px 20px 30px;
}

.safe_flex_left_left {
	width: 100%;
}

.safe_flex_left_left img {
	width: 90%;
	margin-bottom: 20px;
}

.safe_flex_left_right {
	width: 100%;
}

.safe_flex_right {
display: block;
margin: 0 20px 90px;
}

.safe_flex_right_left {
width: 100%;
}

.safe_flex_right_left img {
width: 90%;
margin-bottom: 20px;
}

.safe_flex_right_right {
width: 100%;
}

.works_all_blue::after {
	content: '';
  position: absolute;
  top: -300px;
  right: 0px;
  width: 100%;
	height: 100%;
	background: url(../img/white_logo_op.png) no-repeat;
	background-position: right;
	background-size: auto;
}

.works_all_image {
	width: 100%;
}
}


/* SP標準サイズ　321px～767px*/
@media (min-width: 321px)   {
.sp {
	display: block;
}
.pc {
	display: none;
}

.dogrun_float_left_all {
	display: none;
}

.dogrun_float_right_all{
	display: block;
}


.garage_space {
	padding-top:40px;
}

.garage_flexbox {
	display: block;
	margin-top:50px;
}


.dogrun_comment {
	padding-bottom: 20px;
	font-size: 110%;
	display: inline-block;
}



.dogrun_float_right {
	background-color: #EBEFF3;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_float_right2 {
	background-color: #EBEFF3;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin-bottom: 60px;
}

.dogrun_dogicon {
	position: absolute;
	bottom:-80px;
	right:20px;
	text-align: right;
}

.dogrun_dogicon img {
	width: 60%;
}



/*subnavi*/
.header_reservation {
	border: solid 1px #0A396B;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	height: 47px;
}

.header_gototop {
	background-color: #0A396B;
	border: solid 1px #0A396B;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	height: 47px;
}

.header_subnavi_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header_subnavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_subnavi li {
	display: block;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	line-height: 1.1em;
}

.header_subnavi_wrap li p {
	font-size: 80%;
	padding: 0 15px;
}










.header_pc {
	display: none;
}

.header_pc_navi {
	display: none;
}

.header_sp_fixed {
	display: block;
	position: fixed;
    top: 0;
    left:0;
	height:64px;
	background-color: #113961;
	opacity: 0.9;
	z-index: 99;
	width: 100%;
}



.header_mv_tb {
	display: none;
}

.header_mv_wide {
	display: none;
}


.header_sp_yoyaku {
	width: 55px;
	position: absolute;
	top:12px;
	right: 80px;
}

.header_sp_yoyaku img {
	width: 100%;
}

.header_mv_sp {
	width: 100%;
}

.header_mv_sp img {
	width: 100%;
}



/*swiper*/
.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 100%;
}
.sample-slider .swiper-wrapper{
    transition-timing-function: linear;
}

.swiper_caption_add {
	color: #fff;
	font-size: 70%;
	background: #1E4268;
	padding: 2px 3px;
	position: absolute;
	bottom: 12px;
	left: 15px;
}

.swiper {
	background: #F1F1F1;
	/*padding-bottom: 10px !important;*/
}

.reservation_btn {
	display: none;
}

.ground_open {
	background: url("../img/wagara_1.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.ground_open h2 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.ground_open h2 img {
	width: 100%;
}

.ground_open p {
	text-align: center;
	max-width: 440px;
	margin: 35px 40px 0px;
}

.address_c {
	background: #262D33;
	color: #fff;
	padding: 65px 0 30px;
}

.address_c_container {
	width: 100%;
	margin: 0 auto;
}

.address_c h2 {
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 1px #fff;
}

.address_c_detail {
	width: 86%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.address_c_detail img {
	width: 100%;
}

.address_c_plan {
	width: 86%;
	margin: 0 auto;
}

.address_c_plan img {
	width: 100%;
}

.text_right {
	text-align: right;
	padding-right: 20px;
	font-size: 90%;
}

.address_c_point {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.address_c_point li {
	background: #DEF2FC;
	width: 100px;
	height: 100px;
    text-align: center;
	display: inline-grid;
	align-content: center;
	border-radius: 50%;
	color: #0A396B;
	font-size: 130%;
	line-height: 140%;
	margin: 10px;
}

.address_c h3 {
	text-align: center;
	font-size: 130%;
	margin: 60px auto 0;
	line-height: 130%;
}





.ad_c_img01 {
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 21%;/*add*/
}

.ad_c_img01 img {
	width: 100%;
}

.ad_c_img01_read {
	width: 90%;
	max-width: 790px;
	margin: 10px auto;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img01_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}

.ad_c_img01_read h4 {
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 10px;
}

.ad_c_img01_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li {
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type {
	margin-bottom: 0px;
}







.ad_c_img02 {
	width: 100%;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ad_c_img02 img {
	width: 100%;
}

.ad_c_img02_left{
	width: 100%;
	padding: 0;
}
.ad_c_img02_right {
	width: 100%;
}

.ad_c_img02_right ul li img {
	width: 100%;
}

.ad_c_img02_right_space {
	margin-left: 5%;
}

.ad_c_img02_right_read {
/*	background-image:linear-gradient(#FFFA63 50%, #fff 50%);
    background-repeat: no-repeat;
    background-size: 0.1rem 100%;
	padding: 20px 80px 20px 20px;
	margin-bottom: 30px;*/
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img02_right_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}
.ad_c_img02_right_read h4 {
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 10px;
}


.kodawari_wrap{
background:#d4d5d6;
}

.kodawari_title {
	background: url("../img/wagara_2.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.kodawari_title h2 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-weight: 200;
	font-size: 20px;
	line-height: 1.3em;
	color: #262D33;
}

.kodawari_title h2 img {
	width: 100%;
}

.kodawari_title p {
	text-align: center;
	max-width: 440px;
	margin: 35px auto 0px;
	padding: 0 15px;
}

.high_performance_tit {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.high_performance_tit img {
	width: 100%;
}








.high_performance_point,
.high_performance_point2{
	width: 100%;
	height: 314px;
	position: relative;
}

.high_performance_point img,
.high_performance_point2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.high_performance_point ul,
.high_performance_point2 ul{
	position: absolute;
	color: #fff;
	text-align: center;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50px);
	
}

.high_performance_point ul li:first-of-type,
.high_performance_point2 ul li:first-of-type{
	font-size: 20px;
	font-family: 'Sawarabi Mincho', serif;
}

.high_performance_point ul li:first-of-type::after,
.high_performance_point2 ul li:first-of-type::after{
	content: '';
	  width: 73px;
	  height: 2px;
	  display: inline-block;
	  background-color: #fff;
	  position: absolute;
	  bottom: 50px;
	  left: calc(50% - 36.5px);
}

.high_performance_point ul li:last-of-type,
.high_performance_point2 ul li:last-of-type{
	margin-top: 60px;
	font-size: 22px;
	font-family: 'Sawarabi Mincho', serif;
}



.high_p_point_container {
	width: 86%;
	margin: 0 auto;
	padding: 20px 0;
}


.high_p_point_container p {
	text-align: center;
	max-width: 635px;
	margin: 40px auto;
}

.high_p_point_container_zeh {
	width: 80%;
	max-width: 300px;
	margin: 0 auto 60px;
	text-align: center;
}

.high_p_point_container_zeh img {
	width: 100%;
}



.high_p_point_container {
	width: 90%;
	margin: 0 auto;
	padding: 40px 15px;
}

.high_p_point_container h4 {
	color: #262D33;
	text-align: center;
	font-size: 20px;
}






.kanta_wrap {
	display: block;
	margin: 40px auto;
	width: 90%;
}

.kanta_wrap_left {
	width: 100%;
	text-align: left;
}

.kanta_wrap_left p {
	text-align: left;
}

.kanta_wrap_left h5 {
	font-size: 20px;
	border-bottom:  solid 1px #707070;
	padding: 0 0 10px;
	text-align: center;
}

.kanta_wrap_right {
	width: 100%;
	max-width: 606px;
}

.kanta_wrap_right img {
	width: 100%;
}


.taishin_wrap {
	text-align: center;
	width: 60%;
	margin: 30px auto;
}

.taishin_wrap img  {
	width: 100%;
}



.taishin_list {
	display: block;
	color: #0A396B;
	width: 90%;
	margin: 0 auto;
}

.taishin_list li {
	width: 100%;
	border: solid 1px #0A396B;
	padding: 10px 20px;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-bottom: 14px;
}

.taishin_list li p {
	margin: 5px auto;
}

.taishin_list_point {
	font-size: 30px;
	line-height: 1.2em;
}






.osusume_tochi_wrap {
	width: 100%;
	background: #1F4265;
	color: #fff;
	padding-bottom: 40px;
}

.osusume_tochi_wrap img {
	width: 100%;
}


.osusume_read_wrap {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 160px;
}

.osusume_read {
	background-image:linear-gradient(#FFFA63 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 0.1rem 100%;/*黄と白の縦線*/
	padding: 40px 0 40px 20px;
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: 0;
	line-height: 1.6em;
}

.osusume_tit_min {
	font-size: 20px;
	line-height: 1.2em;
}

.osusume_tit_max {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 800;
	font-family: 'Sawarabi Mincho', serif;
}


.osusume_zumen {
	padding-top: 100px;
	width: 80%;
	margin: 0 auto;
}

.osusume_zumen img {
	width: 100%;
}




.outline_wrap {
	background: url("../img/wagara_1.jpg");
	background-size: 120%;
	text-align: center;
	padding: 30px 0;
}

.outline_wrap h4 {
	color: #0A396B;
	text-align: center;
	font-size: 18px;
}




.outline_wrap_map {
	width: 90%;
	margin: 30px auto;
}

.outline_wrap iframe {
	max-height: 300px;
}

.footer_attention {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}


footer {
	background: #1F4265;
}

.footer_wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
	box-sizing: border-box;
}

.footer_logo {
	width: 200px;
}

.footer_logo img {
	width: 100%;
}



.footer_list {
	display: block;
	color: #fff;
	margin: 30px auto;
}

.footer_list li {
	width: 100%;
	border-right:  none;
	padding-right: 0;
	box-sizing: border-box;
}

.footer_list li:last-of-type {
	padding-right: 0;
	border-right: none;
}

.footer_tel {
	padding: 20px 0 10px;
	max-width: 250px;
}

.footer_tel img {
	width: 100%;
}


.copyright {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	border-top: solid 1px #fff;
	margin-top: 20px;
	padding: 30px 0 10px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
}






.ad_c_img01_read,
.ad_c_img02_right_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li,
.ad_c_img02_right_read ol li{
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type,
.ad_c_img02_right_read ol li:last-of-type{
	margin-bottom: 0px;
}





/*new model house mv*/
.new_modelhouse_mv {
	margin:0 auto;
}

.new_modelhouse_mv li img {
	width: 100%;
}

.new_modelhouse_mv li p {
	padding: 10px 15px;
}

.new_modelhouse_mv_tit {
	text-align: center;
	padding: 20px 0;
	font-size: 110%;
	line-height: 150%;
}



/*top mv*/
.alltop_mv {
	margin: 0 auto;
}

.alltop_mv li {
	padding-left: 15px;
}

.alltop_mv img {
	width: 100%;
}




/*top mv read*/
.top_mv_read {
	background:url(../img/read_bluebg_sp.png) no-repeat;
	background-position: top center;
	background-size: 180%;
	padding: 8% 30px;
	color: #fff;
	text-align: left;
}

.top_mv_read_tit {
		font-size: 140%;
		line-height: 150%;
		padding-bottom: 30px;
		text-align: center;
		position: relative;
}

.top_mv_read_tit::before {
	background-color: #fff; /* 線の色 */
  bottom: 17px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}

.top_mv_read_pg {
		max-width: 625px;
		margin: 0 auto;
}





/*施工事例　一覧*/
.works_all_blue {
	background-color:rgba(255,255,255,0);
	padding: 30px 20px;
	position: relative;
	z-index: 5;
	
}

.works_all_blue::before {
	content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 100%;
  background: #262D33;
	z-index: 0;
}

.works_all_blue::after {
	content: '';
  position: absolute;
  top: -270px;
  right: 0px;
  width: 100%;
	height: 100%;
	background: url(../img/white_logo_op.png) no-repeat;
	background-position: right;
	background-size: auto;
}

.works_read_wrap {
	color: #fff;
	text-align: left;
	position:relative;
	z-index: 1;
}

.works_all_image {
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
padding: 20px 0;
}

.works_all_image {
		width: 100%;
}

.top_mv_read_pg2 {
	max-width: 625px;
	margin: 0 auto 0 10%;
	padding:0 10px;
}








/*お問い合わせ*/
.footer_contact_wrap {
		
		
}

.footer_contact_wrap li {
	position: relative;
}

.footer_contact_wrap li img {
		width: 100%;
}

.footer_contact_wrap li p {
		position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-20%, -50%);
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
		color: #fff;
		border: solid 1px #fff;
		font-size: 100%;
		line-height: 140%;
		text-align: center;
		padding: 20px 10px;
}

.footer_contact_attention {
		font-size: 120%;
		display: block;
		margin-top: 20px;
}

.footer_contact_wrap li a:hover {
	opacity: 0.7;
	transition : all 0.5s ease 0s;
}





/*安心ポイント*/
.safe_flex_left {
	display: block;
	margin: 0 20px 30px;
}

.safe_flex_left_left {
	width: 100%;
}

.safe_flex_left_left img {
	width: 90%;
	margin-bottom: 20px;
}

.safe_flex_left_right {
	width: 100%;
}

.safe_flex_right {
display: block;
margin: 0 20px 30px;
}

.safe_flex_right_left {
width: 100%;
}

.safe_flex_right_left img {
width: 90%;
margin-bottom: 20px;
}

.safe_flex_right_right {
width: 100%;
}

.works_all_gray {
	display: none;
}

}


/* header 768px以上 tablet*/
@media (min-width: 768px) {
.sp {
	display: none;
}
.pc {
	display: block;
}



.material-symbols-outlined {/*google fonts*/
	display: inline-block;
	transform: translate(0px, 6px);
	padding-right: 5px;
	padding-top:5px;

}




.dogrun_float_left_all {
	display: none;
}

.dogrun_float_right_all{
	display: block;
}

.dogrun_float_right {
	background-color: #EBEFF3;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_dogicon {
	position: absolute;
	bottom:-20px;
	right:20px;
	text-align: right;
}

.dogrun_dogicon img {
	width: 70%;
}

.header_pc {
	display: block;
	position: relative;
}





/*subnavi*/
.header_reservation {
	border: solid 1px #0A396B;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	height: 47px;
}

.header_gototop {
	background-color: #0A396B;
	border: solid 1px #0A396B;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	height: 47px;
}

.header_subnavi_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header_subnavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_subnavi li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
}

.header_subnavi_wrap li p {
	font-size: 80%;
	padding: 0 15px;
}










.header_pc img {
	width: 100%;
}



.header_mv_tb {
	display: block;
}

.header_mv_wide {
	display: none;
}

.header_pc_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: absolute;
	top:20px;
	right: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	max-width: 560px;
}

.header_pc_navi li {
	padding-left: 20px;
	margin-bottom: 20px;
}

.header_pc_navi li:last-of-type {
	border: solid 1px #fff;
	padding: 5px 8px;
	margin-top: -7px;
	margin-left: 16px;
}

.header_pc_navi li a:link {
  color: #fff;
}
.header_pc_navi li a:visited {
  color: #fff;
}
.header_pc_navi li a:hover {
  color: #b9bccc;
}
.header_pc_navi li a:active {
  color: #b9bccc;
}


.header_sp_fixed {
	display: none;
}


/*swiper*/
.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 100%;
}
.sample-slider .swiper-wrapper{
    transition-timing-function: linear;
}

.swiper_caption_add {
	color: #fff;
	font-size: 70%;
	background: #1E4268;
	padding: 2px 3px;
	position: absolute;
	bottom: 12px;
	left: 15px;
}

.reservation_btn {
	position: fixed;
	right: 0px;
	top:170px;
	z-index: 9999;
	transition : 1s;
	display: block;
}

.reservation_btn:hover {
	opacity: 0.8;
	transition : 1s;
}

.ground_open {
	background: url("../img/wagara_1.jpg");
	background-size: 50%;
	text-align: center;
	padding: 100px 0;
}

.ground_open h2 {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.ground_open h2 img {
	width: 100%;
}

.ground_open p {
	text-align: center;
	max-width: 440px;
	margin: 35px auto 0px;
}

.address_c {
	background: #262D33;
	color: #fff;
	padding: 65px 0;
}

.address_c_container {
	width: 100%;
	margin: 0 auto;
}

.address_c h2 {
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 1px #fff;
}

.address_c_detail {
	width: 86%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.address_c_detail img {
	width: 100%;
}

.address_c_plan {
	width: 86%;
	margin: 0 auto;
}

.address_c_plan img {
	width: 100%;
}

.text_right {
	text-align: right;
	padding-right: 20px;
	font-size: 90%;
}

.address_c_point {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.address_c_point li {
	background: #DEF2FC;
	width: 160px;
	height: 160px;
    text-align: center;
	display: inline-grid;
	align-content: center;
	border-radius: 50%;
	color: #0A396B;
	font-size: 160%;
	line-height: 170%;
	margin: 20px;
}

.address_c h3 {
	text-align: center;
	font-size: 27px;
	margin: 100px auto 0;
	line-height: 130%;
}




.ad_c_img01 {
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 38%;/*add*/
}

.ad_c_img01 img {
	width: 100%;
}

.ad_c_img01_read {
	width: 40%;
	max-width: 790px;
	position: absolute;
	top:67%;
	left: 10%;
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img01_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}

.ad_c_img01_read h4 {
	font-size: 140%;
	line-height: 180%;
	margin-bottom: 10px;
}

.ad_c_img01_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li {
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type {
	margin-bottom: 0px;
}







.ad_c_img02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ad_c_img02 img {
	width: 100%;
}

.ad_c_img02_left{
	width: 40%;
	/*max-width: 758px;*/
	padding: 0 0 0 30px;
}
.ad_c_img02_right {
	width: 40%;
}

.ad_c_img02_right img {
	width: 100%;
}

.ad_c_img02_right_read {
/*	background-image:linear-gradient(#FFFA63 50%, #fff 50%);
    background-repeat: no-repeat;
    background-size: 0.1rem 100%;
	padding: 20px 80px 20px 20px;
	margin-bottom: 30px;*/
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img02_right_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}

.ad_c_img02_right_read h4 {
	font-size: 140%;
	line-height: 180%;
	margin-bottom: 10px;
}






.high_performance_point,
.high_performance_point2{
	width: 100%;
	height: 280px;
	position: relative;
}

.high_performance_point img,
.high_performance_point2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.high_performance_point ul {
	position: absolute;
	top:100px;
	left: 50%;
	transform: translateX(-360px);
	color: #fff;
	text-align: center;
}

.high_performance_point2 ul {
	position: absolute;
	top:100px;
	right: 0;
	transform: translateX(0);
	color: #fff;
	text-align: center;
}

.high_performance_point ul li:first-of-type,
.high_performance_point2 ul li:first-of-type{
	font-size: 20px;
	font-family: 'Sawarabi Mincho', serif;
}

.high_performance_point ul li:first-of-type::after,
.high_performance_point2 ul li:first-of-type::after{
	content: '';
	  width: 73px;
	  height: 2px;
	  display: inline-block;
	  background-color: #fff;
	  position: absolute;
	  bottom: 50px;
	  left: calc(50% - 36.5px);
}

.high_performance_point ul li:last-of-type,
.high_performance_point2 ul li:last-of-type{
	margin-top: 60px;
	font-size: 25px;
	font-family: 'Sawarabi Mincho', serif;
}


.kodawari_wrap{
background:#d4d5d6;
}

.kodawari_title {
	background-size: 100%;
	padding: 80px 0;
}

.kodawari_title h2 {
	width: 100%;
	font-size: 36px;
}

.high_performance_tit {
	width: 50%;
	max-width: 260px;
	margin: 20px auto;
	text-align: center;
}

.kodawari_title p {
	text-align: center;
	max-width: 440px;
	margin: 35px auto 0px;
}



.high_p_point_container {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
}

.high_p_point_container p {
	text-align: center;
	max-width: 635px;
	margin:0 auto 40px;
}

.high_p_point_container_zeh {
	width: 80%;
	max-width: 660px;
	margin: 0 auto 60px;
	text-align: center;
}

.high_p_point_container_zeh img {
	width: 100%;
}


.high_p_point_container {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}

.high_p_point_container h4 {
	color: #262D33;
	text-align: center;
	font-size: 30px;
	margin:0 auto 40px;
}





.kanta_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	margin: 40px auto;
	width: 90%;
	max-width: 1080px;
}

.kanta_wrap_left {
	width: 46%;
	text-align: left;
	max-width: 450px;
}

.kanta_wrap_left p {
	text-align: left;
}

.kanta_wrap_left h5 {
	font-size: 20px;
	border-bottom:  solid 1px #707070;
	padding: 0 0 10px;
	text-align: left;
}

.kanta_wrap_right {
	width: 50%;
	max-width: 606px;
}

.kanta_wrap_right img {
	width: 100%;
}

.taishin_wrap {
	text-align: center;
	width: 100%;
	max-width: 910px;
	margin: 30px auto;
}

.taishin_wrap img  {
	width: 100%;
}


.taishin_list {
	display: flex;
	justify-content: space-between;
	gap: 20px 10px;
	flex-wrap: wrap;
	color: #0A396B;
	width: 100%;
	max-width: 1080px;
}

.taishin_list li {
	width: 49%;
	border: solid 1px #0A396B;
	padding: 10px 20px;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-bottom: 0;
}

.taishin_list li p {
	margin: 5px auto;
}

.taishin_list_point {
	font-size: 30px;
	line-height: 1.2em;
}




.osusume_tochi_wrap {
	width: 100%;
	background: #1F4265;
	color: #fff;
	padding-bottom: 40px;
}

.osusume_tochi_wrap img {
	width: 100%;
}


.osusume_read_wrap {
	width: 90%;
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 160px;
}

.osusume_read {
	background-image:linear-gradient(#FFFA63 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 0.1rem 100%;/*黄と白の縦線*/
	padding: 40px 0 40px 20px;
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: 0;
	line-height: 1.6em;
}

.osusume_tit_min {
	font-size: 20px;
	line-height: 1.2em;
}

.osusume_tit_max {
	font-size: 40px;
	line-height: 1.6em;
	font-weight: 800;
	font-family: 'Sawarabi Mincho', serif;
}


.osusume_zumen {
	padding-top: 100px;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

.osusume_zumen img {
	width: 100%;
}



.outline_wrap {
	background: url("../img/wagara_1.jpg");
	background-size: 120%;
	text-align: center;
	padding: 100px 0;
}

.outline_wrap h4 {
	color: #0A396B;
	text-align: center;
	font-size: 30px;
}




.outline_table {
	width: 90%;
	margin: 40px auto;
	text-align: left;
}

.outline_table th {
	border-bottom:  solid 1px #D0D8DE;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
	box-sizing: border-box;
}

.outline_table td {
	border-bottom:  solid 1px #D0D8DE;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}


.outline_wrap_map {
	width: 100%;
	margin: 30px auto;
}

.outline_wrap iframe {
	max-height: 520px;
}

.footer_attention {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	padding: 0 30px;
	box-sizing: border-box;
}



footer {
	background: #1F4265;
}

.footer_wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
	box-sizing: border-box;
}

.footer_logo {
	width: 300px;
}

.footer_logo img {
	width: 100%;
}




.footer_list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	color: #fff;
	margin: 30px auto;
}

.footer_list li {
	width: 30%;
	flex-shrink: 0;
	border-right:  solid 1px #fff;
	padding-right: 30px;
	box-sizing: border-box;
}

.footer_list li:last-of-type {
	padding-right: 0;
	border-right: none;
}

.footer_tel {
	padding: 0 0 10px;
}

.footer_tel img {
	width: 100%;
}


.copyright {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	border-top: none;
	margin-top: 20px;
	padding: 30px 0 10px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 1px;
}





.ad_c_img01_read,
.ad_c_img02_right_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li,
.ad_c_img02_right_read ol li{
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type,
.ad_c_img02_right_read ol li:last-of-type{
	margin-bottom: 0px;
}






/*new model house mv*/
.new_modelhouse_mv {
	margin:0 auto;
	position: relative;
padding-bottom:100px;
}

.new_modelhouse_mv li img {
	width: 100%;
}

.new_modelhouse_mv h4 {
		font-weight: 200;
		font-size: 130%;
}

.new_modelhouse_mv li p {
	padding: 10px 0px;
}

.new_modelhouse_mv_tit {
	text-align: center;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	max-width: 400px;
	position: absolute;
	top:5%;
	left: 5%;
}

.new_modelhouse_mv_read {
		width: 50%;
		max-width: 730px;
		position: absolute;
		right: 3%;
		top:80%;
}




/*top mv*/
.alltop_mv {
	margin: 0 auto;
}

.alltop_mv li {
	padding-left: 85px;
}

.alltop_mv img {
	width: 100%;
}



/*top mv read*/
.top_mv_read {
	background:url(../img/read_bluebg_pc.png) no-repeat;
	background-position: top center;
	padding: 105px 20px;
	color: #fff;
	text-align: center;
}

.top_mv_read_tit {
		font-size: 140%;
		line-height: 150%;
		padding-bottom: 30px;
		position: relative;
}

.top_mv_read_tit::before {
	background-color: #fff; /* 線の色 */
  bottom: 17px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}

.top_mv_read_pg {
		max-width: 625px;
		margin: 0 auto;
}







/*施工事例　一覧*/
.works_all_blue {
	padding: 30px 0px;
	/*margin-top: 150px;*/
	
}

.top_mv_read_pg2 {
	margin: 0 auto 70px auto;
	text-align: center;
	line-height: 170%;
}



/*安心ポイント*/
.safe_flex_left {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	 flex-wrap: wrap;
	 margin-bottom: 60px;
}

.safe_flex_left_left {
	width: 35%;
}

.safe_flex_left_left img {
	width: 100%;
	margin-bottom: 20px;
}

.safe_flex_left_right {
	width: 60%;
	text-align: right;
}

.safe_flex_right {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	 flex-wrap: wrap;
	 flex-direction: row-reverse;
	 margin-bottom: 60px;
}

.safe_flex_right_left {
	width: 35%;
}

.safe_flex_right_left img {
	width: 100%;
	margin-bottom: 20px;
}

.safe_flex_right_right {
	width: 60%;
}

.safe_flex_margin {
		margin-top:-100px;
}


.works_all_gray {
	background-color:rgba(38,45,51,0.1);
	min-height: 470px;
	margin-top: -400px;
	margin-right:400px;
	display: block;
}




.works_all_blue::after {
	content: '';
  position: absolute;
  top: -100px;
/*  right: -100px;*/
  width: 100%;
	height: 100%;
	background: url(../img/white_logo_op.png) no-repeat;
	background-position: right;
	background-size: auto;
}


}


/* header 992px以上 PC*/
@media (min-width: 992px) {
.sp {
	display: none;
}
.pc {
	display: block;
}

.dogrun_float_left_all {
	display: block;
}

.dogrun_float_right_all{
	display: none;
}







.header_mv_tb {
	display: none;
}

.header_mv_wide {
	display: block;
}


.header_pc_navi {
	position: absolute;
	top:46px;
	right: 60px;
	color: #fff;
	max-width: 1000px;
}

.header_sp_fixed {
	display: none;
}



.header_subnavi_wrap li p {
	font-size: 100%;
	padding: 0 15px;
	position: relative;
	margin-left:190px;
}

.header_subnavi_wrap li p::before {
	content:"";
	display:block;
	width:190px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:0;
	left:-190px;
}







/*swiper*/
.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 100%;
}
.sample-slider .swiper-wrapper{
    transition-timing-function: linear;
	position: relative;
}

.swiper_caption_add {
	color: #fff;
	font-size: 70%;
	background: #1E4268;
	padding: 2px 3px;
	position: absolute;
	bottom: 12px;
	left: 15px;
}

.swiper_slide {
	width: 450px !important;
}



.reservation_btn {
	position: fixed;
	right: 0px;
	top:200px;
	z-index: 9999;
	transition : 1s;
	display: block;
}

.reservation_btn:hover {
	opacity: 0.8;
	transition : 1s;
}


.ground_open h2 {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
}


.address_c_container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.address_c_detail {
	width: 86%;
	max-width: 715px;
}

.text_right {
	text-align: right;
	padding-right: 0px;
	font-size: 90%;
}

.address_c h3 {
	text-align: center;
	font-size: 38px;
	margin: 100px auto 60px;
	line-height: 180%;
}



.ad_c_img01 {
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 180px;
}

.ad_c_img01 img {
	width: 100%;
}

.ad_c_img01_read {
	width: 40%;
	/*max-width: 790px;*/
	position: absolute;
	top:67%;
	left: 10%;
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img01_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}


.ad_c_img01_read,
.ad_c_img02_right_read ol {
	list-style-type:decimal;
	margin-left: 20px;
}

.ad_c_img01_read ol li,
.ad_c_img02_right_read ol li{
	margin-bottom: 30px;
}

.ad_c_img01_read ol li:last-of-type,
.ad_c_img02_right_read ol li:last-of-type{
	margin-bottom: 0px;
}




.ad_c_img02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ad_c_img02 img {
	width: 100%;
}

.ad_c_img02_left{
	width: 40%;
	max-width: 758px;
	padding: 0 0 0 60px;
}
.ad_c_img02_right {
	width: 48%;
}

.ad_c_img02_right img {
	width: 100%;
}

.ad_c_img02_right_read {
/*	background-image:linear-gradient(#FFFA63 50%, #fff 50%);
    background-repeat: no-repeat;
    background-size: 0.1rem 100%;
	padding: 20px 80px 20px 20px;
	margin-bottom: 30px;*/
	background:rgba(255,255,255,0.8);
padding:30px 50px 30px 30px;
color:#262D33;
}

.ad_c_img02_right_read:before{
content:"";
position:absolute;
top:0;
left:0;
display:block;
height:100%;
width:10px;
	background-image:linear-gradient(#DBB400 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 10px 100%;/*黄と白の縦線*/
	/*padding: 1% 0 20px 20px;*/
}




.high_performance_point,
.high_performance_point2{
	height: 380px;
}

.high_performance_point ul{
	top:150px;
	left: 50%;
	transform: translateX(-400px);
}

.high_performance_point2 ul{
	top:150px;
	right: 50px;
	transform: translateX(0);
}

.high_performance_point ul li:first-of-type,
.high_performance_point2 ul li:first-of-type{
	font-size: 26px;
}

.high_performance_point ul li:last-of-type,
.high_performance_point2 ul li:last-of-type{
	font-size: 35px;
}


.kodawari_wrap{
background:#d4d5d6;
}
.kodawari_title {
	background-size: 60%;
	padding: 130px 0;
}

.kodawari_title h2 {
	width: 100%;
	font-size: 250%;
	margin-bottom: 60px;
}

.high_performance_tit {
	width: 50%;
	max-width: 300px;
	margin: 20px auto;
	text-align: center;
}

.kodawari_title p {
	text-align: center;
	max-width: 730px;
	margin: 35px auto 0px;
}




.high_p_point_container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 0;

}

.high_p_point_container h4 {
	color: #262D33;
	text-align: center;
	font-size: 30px;
}



.kanta_wrap {
	width: 100%;
	max-width: 1080px;
}

.taishin_list li {
	width: 49%;
	border: solid 1px #0A396B;
	padding: 10px 10px;
	text-align: center;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-bottom: 0;
}

.taishin_list_point {
	font-size: 34px;
	line-height: 1.6em;
}











.osusume_tochi_wrap {
	width: 100%;
	background: #1F4265;
	color: #fff;
	padding-bottom: 40px;
}

.osusume_tochi_wrap img {
	width: 100%;
}


.osusume_read_wrap {
	width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 160px;
}

.osusume_read {
	background-image:linear-gradient(#FFFA63 50%, #fff 50%);/*黄と白の縦線*/
    background-repeat: no-repeat;/*黄と白の縦線*/
    background-size: 0.1rem 100%;/*黄と白の縦線*/
	padding: 40px 0 40px 20px;
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: 0;
	line-height: 1.6em;
}

.osusume_tit_min {
	font-size: 20px;
	line-height: 1.2em;
}

.osusume_tit_max {
	font-size: 40px;
	line-height: 1.6em;
	font-weight: 800;
	font-family: 'Sawarabi Mincho', serif;
}


.osusume_zumen {
	padding-top: 100px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}


.outline_table {
	width: 100%;
	max-width: 1080px;
	margin: 40px auto 40px;
	text-align: left;
}


.outline_table th {
	border-bottom:  solid 1px #D0D8DE;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
	box-sizing: border-box;
}

.outline_table td {
	border-bottom:  solid 1px #D0D8DE;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}

.footer_attention {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	padding: 0 40px;
	box-sizing: border-box;
}


footer {
	background: #1F4265;
}

.footer_wrap {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 40px;
	box-sizing: border-box;
}

.footer_logo {
	width: 300px;
}

.footer_logo img {
	width: 100%;
}



.footer_list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	color: #fff;
	margin: 30px auto;
}

.footer_list li {
	width: 30%;
	flex-shrink: 0;
	border-right:  solid 1px #fff;
	padding-right: 30px;
	box-sizing: border-box;
}

.footer_list li:last-of-type {
	padding-right: 0;
	border-right: none;
}

.footer_tel {
	padding: 0 0 10px;
}





/*new model house mv*/


.new_modelhouse_mv_tit {
	text-align: center;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	max-width: 400px;
	position: absolute;
	top:5%;
	left: 16%;
}



.new_modelhouse_mv_read {
		width: 50%;
		max-width: 730px;
		position: absolute;
		right: 5%;
		top:80%;
}




/*top mv read*/
.top_mv_read {
	background:url(../img/read_bluebg_pc.png) no-repeat;
	background-position: top center;
	padding: 90px 20px;
	color: #fff;
	text-align: center;
}

.top_mv_read_tit {
		font-size: 140%;
		line-height: 150%;
		padding-bottom: 30px;
		margin-top:40px;
		position: relative;
}

.top_mv_read_tit::before {
	background-color: #fff; /* 線の色 */
  bottom: 17px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}

.top_mv_read_pg {
		max-width: 625px;
		margin: 0 auto;
}




.dogrun_float {
	display: flex;
	justify-content: space-between;/*子要素の高さを揃えない*/
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top:-13px;
}

.dogrun_float_right {
		background-color: #EBEFF3;
		width: 40%;/*100%*/
		padding: 50px 25px;
		box-sizing: border-box;
		text-align: left;
		position: relative;
}



.dogrun_float li img {
	width: 100%;
}

.dogrun_float_left {
		max-width:700px;
		margin-top:-100px;
		padding-left: 20px;
		width: 80%;
}

.dogrun_comment {
		position: relative;
		font-size: 170%;
		line-height: 140%;
		margin-left:40px;
}

/*.dogrun_comment::before {
	content:"";
	display:block;
	width:40px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:0;
	left:-40px;
}*/

.dogrun_list {
		margin:30px auto;
}

.dogrun_list li {
		margin:5px 0;
}

.dogrun_dogicon {
		position: absolute;
		bottom:-40px;
		right:20px;
		text-align: right;
}

.dogrun_dogicon img {
		width: 70%;
}




/*お問い合わせ*/
.footer_contact_wrap {
		
		
}

.footer_contact_wrap li {
	position: relative;
}

.footer_contact_wrap li img {
		width: 100%;
}

.footer_contact_wrap li p {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		color: #fff;
		border: solid 1px #fff;
		font-size: 140%;
		line-height: 140%;
		text-align: center;
		padding: 30px 40px;
}

.footer_contact_attention {
		font-size: 200%;
		display: block;
		margin-top: 20px;
}

.footer_contact_wrap li a:hover {
	opacity: 0.7;
	transition : all 0.5s ease 0s;
}



.garage_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0;
}

.garage_flexbox_left {
	width: 50%;
}

.garage_flexbox_right {
	width: 35%;
	transform: translate(-80px, -150px);
}

.garage_flexbox_right img {
		width: 100%;
}



.works_all_gray {
	background-color:rgba(38,45,51,0.1);
	min-height: 700px;
	margin-top: -600px;
	margin-right:400px;
	display: block;
}





.works_all_blue::after {
	content: '';
  position: absolute;
  top: -80px;
/*  right: -20px;*/
  width: 100%;
	height: 100%;
	background: url(../img/white_logo_op.png) no-repeat;
	background-position: right;
	background-size: auto;
}


}



/*----------------------------------------
特殊な場合のmediaクエリ
---------------------------------------*/

/* header 1200px以上 PC*/
@media (min-width: 1200px) {
.ad_c_img01 {
	margin-bottom: 140px;
}
}



/* header 1370px以上 PC*/
@media (min-width: 1370px) {

.dogrun_float {
	margin-top:-18px;
}

.dogrun_float_left {
	max-width:700px;
	margin-top:-100px;
	padding-left: 20px;
	width: 37%;
}


    .dogrun_float_right {
        background-color: #EBEFF3;
        width: 50%;
        padding: 30px 80px;
        box-sizing: border-box;
        text-align: left;
        position: relative;
    }
  
		
    
    .dogrun_dogicon {
        position: absolute;
        bottom:-40px;
        right:20px;
        text-align: right;
    }
    
    .dogrun_dogicon img {
        width: 100%;
    }

.dogrun_comment {
		font-size: 180%;
		line-height: 260%;
}

.dogrun_comment::before {
	content:"";
	display:block;
	width:40px;
	height:1px;
	background-color:#333;
	position:absolute;
	bottom:0;
	left:-40px;
}

.dogrun_float_left_all {
	display: block;
}

.dogrun_float_right_all{
	display: none;
}


.works_all_gray {
	background-color:rgba(38,45,51,0.1);
	min-height: 740px;
	margin-top: -700px;
	margin-right:400px;
	display: block;
}

.works_all_blue::after {
	content: '';
  position: absolute;
  top: -140px;
/*  right: -20px;*/
  width: 100%;
	height: 100%;
	background: url(../img/white_logo_op.png) no-repeat;
	background-position: right;
	background-size: auto;
}


}


/* header 1600px以上 PC*/
@media (min-width: 1600px) {
	.new_modelhouse_mv_read {
		width: 50%;
		max-width: 730px;
		position: absolute;
		right: 10%;
		top:80%;
}

.dogrun_float_left {
	max-width:700px;
	margin-top:-100px;
	padding-left: 20px;
	width: 100%;
}

.dogrun_float_right {
	background-color: #EBEFF3;
	width: 50%;
	padding: 30px 100px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_float_right2 {
	background-color: #EBEFF3;

	padding: 30px 100px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.dogrun_float_left_all {
		display: block;
}

.dogrun_float_right_all{
	display: none;
}


.dogrun_dogicon {
	position: absolute;
	bottom:-40px;
	right:20px;
	text-align: right;
}

.dogrun_dogicon img {
	width: 100%;
}
	}




@media screen and (max-width: 768px){
.outline_table {
	width: 90%;
	margin: 40px auto;
	text-align: left;
}

.outline_table th {
	width: 100%;
	border-bottom:  solid 1px #D0D8DE;
	padding: 10px 20px 5px 20px;
	font-weight: normal;
	display: block;
	box-sizing: border-box;
}

.outline_table td {
	width: 100%;
	border-bottom: none;
	padding: 5px 20px 20px 20px;
	display: block;
	box-sizing: border-box;
}	
}





@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


