@charset "UTF-8";


#concept .sns_container,#landplan .sns_container,#location .sns_container {
    display: none;
}

/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td,figure,figcaption{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}

address {
	font-style: normal;
}

body {
	line-height: 1.6;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#434242;
	overflow-x: hidden;
}

ol,ul {
	list-style: none;
	font-size:0;
}

li {
	font-size:16px;
}

table, td, th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	display:block;
	color:#434242;
}

a:hover {
	text-decoration: none;
}

img {
	max-width:100%;
	vertical-align: top;
}

input[type="search"],input[type="button"],input[type="text"],input[type="submit"],[type="reset"],input[type="tel"],input[type="email"] {
	-webkit-appearance: none;
	border-radius:0;
	border: none;
	padding: 0;
	cursor: pointer;
}

/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/

.sp {
	display: none!important;
}

.tb {
	display: none;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a:hover {
	opacity: 0.7;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
.header {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 998;
}
.headerWrap {
	display: flex;
	align-items: center;
}
.headerWrap .head_logo {
	max-width:135px;
	width: 20%;
	margin:0 auto 0 18px;
}
.headerWrap .headerNav {
	display: flex;
}
.headerWrap .headerNav .gnavi {
	display: flex;
	align-items: center;
    margin-right: 10px;
}

.headerWrap .headerNav .gnavi li {
    position: relative;
}



.headerWrap .headerNav .gnavi li::after {
    width:0%;
    height: 2px;
    content: "";
    background-color: #D86025;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    -o-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
    transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}


.headerWrap .headerNav .gnavi li.soon::after {
	display: none;
}

.headerWrap .headerNav .gnavi li:hover::after {
    width: 40%;
}


.headerWrap .headerNav .gnavi li.current::after {
    width: 40%;
}



.headerWrap .headerNav .gnavi li a {
	padding: 0.5em 2em;
	border-right: solid 1px #ccc;
	text-align: center;
	    font-size: min(0.8vw,11px);
}

.headerWrap .headerNav .gnavi li.current a {
	color: #D86025;
    font-weight: 700;
    font-size: min(0.9vw,12px);
   font-family: "Noto Sans JP", sans-serif;
}
.headerWrap .headerNav .gnavi li.current a:hover {
	opacity: 1;
}


.headerWrap .headerNav .gnavi li.soon a {
	color: #ccc;
	pointer-events: none;
}
.headerWrap .headerNav .gnavi li a span.en {
	font-size: 10px;
	display: block;
}
.headerWrap .headerNav .gnavi li:last-child a {
	border-right: none;
}
.headerWrap .headerNav .btnBlock {
	display: flex;
	align-items: center;
	gap: 15px;
}
.headerWrap .headerNav .btnBlock .head_btnOther li:nth-child(1) {
	margin-bottom: 0.5em;
}
.headerWrap .headerNav .btnBlock .head_btnOther li a {
	display: flex;
	align-items: center;
}
.headerWrap .headerNav .btnBlock .head_btnOther li a img {
	width: 15px;
	height: 15px;
}
.headerWrap .headerNav .btnBlock .head_btnOther li a span {
	font-size: 12px;
}
.headerWrap .headerNav .btnBlock .head_btnWrap a {
	background: #ccc;
	color: #fff;
	padding: 0.75em 2em;
}
.headerWrap .headerNav .btnBlock .head_btnWrap a.request {
	background: #D86025;
        -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.headerWrap .headerNav .btnBlock .head_btnWrap a.reserve {
	background: #1674A9;
        -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.headerWrap .nav-sp {
	display: none;
}
.headerWrap .headerNav .btnBlock .head_btnWrap a:hover {
	opacity: 0.8;
}



.headerWrap .headerNav .btnBlock .head_btnWrap .soon a.reserve {
	filter: brightness(0.7);
	pointer-events: none;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
main {
	padding-top: 100px;
	overflow-x: hidden;
}
main .note {
	margin: 60px auto;
}
main .note p {
	font-size: 12px;
	max-width: 1200px;
	margin: 0 auto;
}
.underPage section {
	margin-top: 100px;
	padding: 100px 0;
	position: relative;
}
.underPage .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.underPage .mainVisual {
	position: relative;
}
.underPage .mainVisual .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.underPage .mainVisual .text .en {
	font-family: 'Lora', serif;
	font-size: 60px;
	line-height: 1.2
}
.underPage .mainVisual .text span {
	display: block;
	white-space: nowrap;
}
.underPage .leadText {
	text-align: center;
	margin: 100px auto;
}
.underPage .leadText h2 {
	color: #749885;
	font-size: 35px;
	margin-bottom: 0.5em;
     font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

/***フッター資料請求、来場予約***/


.request_bunner {
    max-width: 840px;
    margin: 0 auto 30px;
}
.request_bunner a {
    display: inline-flex;
    box-shadow: 3px 3px 3px #a7a7a7;
}

.request_bunner img {
    width: 100%;
}


.sns_container {
    width: 90%;
    max-width: 820px;
    padding: 25px 50px 20px;
    margin: 50px auto;
    border-radius: 15px;
}
.sns_container .ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
.sns_container .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
}
.sns_container .sns_link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns_container .sns_link li {
	margin-bottom: 28px;
}

.sns_container .sns_link li:last-of-type {
	margin-bottom: 0;
}

.sns_container .sns_link li.w1 {
	width: 100%;
}

.sns_container .sns_link li.w1 a {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.sns_container .sns_link li.w2 {
	width: calc(70% / 2);
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	.sns_container {
		padding: 20px 15px;
		margin: 10px auto 30px;
	}

	.sns_container .ttl {
		font-size: 18px;
	}

	.sns_container .txt {
		font-size: 12px;
	}

	.sns_container .sns_link li {
		width: calc(90% / 2);
	}

	.sns_container .ig {
		width: 60%;
	}

	.sns_container .sns_link li.w1 a {
		width: 80%;
	}

	.sns_container .sns_link li.w2 {
		width: calc(90% / 2);
		margin-left: auto;
		margin-right: auto;
	}
}



.page_under_button {
      background: #fff;
    border-bottom: 1px solid #d1d1d1;
    padding: 50px 10px;
    margin: 0; 
}

.topfoot_btnWrap {
       display: flex; 
    justify-content:center;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}

.topfoot_btnWrap li {
    width: 50%;
}
.topfoot_btnWrap  a {
    display: block;
    background: #ccc;
    color: #fff;
    text-align: center;
    padding: 0.8em 2em;
    font-size: 19px;
    letter-spacing: 0.1em;
}

.topfoot_btnWrap a.request {
    background: #bc041b;
}
.topfoot_btnWrap a.reserve {
   background: #ea810f;
}

.topfoot_btnWrap .soon a.reserve {
    filter:brightness(0.7);
	pointer-events: none;
}



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

.topfoot_btnWrap {
    display: block;
    width: 80%;
    max-width: inherit;
    margin: 0 auto;
}
.topfoot_btnWrap li {
    width: 100%;
    margin-bottom: 20px;
}    
.topfoot_btnWrap a {
    font-size: 18px;
}
	
}



/*＝＝＝＝＝＝footer＝＝＝＝＝＝＝＝*/


footer .bgColor {
    background: #EBEBEB;
    padding: 4rem 0;
}
footer .bgColor .innerBox {
	width: 96%;
    max-width: 1120px;
    margin: 0 auto;
}
#aboutSoken {
	margin: 0 auto;
}
#aboutSoken h2 {
    font-size: 220%;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    text-align: center;
}
#aboutSoken .flexBox {
    justify-content: center;
	flex-wrap: unset;
}
#aboutSoken .flexBox li {
	width: 258px;
    margin: 0 15px;
}
.footerInner {
	margin-top: 60px;
	padding: 0 30px;
}
.footerInner p {
	text-align: center;
}
.footerInner ul {
	max-width: 500px;
	width: 100%;
    margin: 0 auto;
	align-items: center;
	flex-wrap: unset;
}
.footerInner ul li {
	margin: 60px 1em;
	width: calc(100% / 2);
}
.footerInner .tel a {
	display: inline-block;
	max-width: 436px;
	width: 100%;
	height: auto;
	margin: 1em auto;
        pointer-events: none;
}
.footerInner .time, .footerInner .note, .footerInner .copy {
	font-size: 12px;
}
.footerInner .note {
	border-top: solid 1px #7f7f7f;
	padding: 3em 30px;
	margin: auto -30px;
}
.footerInner .copy {
	background: #ebebeb;
	padding: 1.5em;
	margin: auto -30px;
}
.fixBtn {
	display: none;
}

.footerInner .copy p:last-child {
	display: block;
	text-align: right;
	margin-top: -25px;
}

.footerInner a.seoLink {
    text-align: right;
    margin-top: -22px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
}


@media screen and (max-width: 1480px) {
/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
    
.headerWrap {
    flex-wrap: wrap;
}
    
.headerWrap .head_logo {
    max-width: 130px;
    width: 13vw;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 11px;
}
    
    
	.headerWrap .headerNav {
		display: flex;
		flex-direction: column-reverse;
		align-items: end;
		gap: 10px;
		margin-bottom: 10px;
        width: 100%;
            margin-left: auto;
	}
	.headerWrap .headerNav .btnBlock .head_btnOther, .headerWrap .headerNav .btnBlock .head_btnWrap {
		display: flex;
	}
	.headerWrap .headerNav .btnBlock .head_btnOther {
		gap: 10px;
	}
	.headerWrap .headerNav .btnBlock .head_btnWrap a {
		padding: 0.5em 1em;
	}
    
    .headerWrap .headerNav .gnavi {
    justify-content: center;
        width: auto;
    margin: 0;
    margin-left: auto;
}
    .headerWrap .headerNav .gnavi li {
       margin: 0 0.5vw;
} 
    
    .headerWrap .headerNav .gnavi li a {
    font-size: min(0.85vw,12px);
        padding: 0.5em 1.5em;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
	.underPage .inner {
		width: 90%;
		margin: 0 auto;
	}
	main .note {
		width: 90%;
	}
}

@media screen and (max-width: 1024px) {
/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
	.headerWrap .headerNav .gnavi {
		display: none;
	}
	.headerWrap .nav-sp {
		display: block;
	}
	.nav-sp, .navbar-header {
		width: 34px;
		height: 26px;
		margin: 30px 30px auto;
		display:none;
	}
    
    .headerWrap {
    flex-wrap: inherit;
}
    
.headerWrap .head_logo {
    max-width: 205px;
    width: 25vw;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 10px auto 10px 18px;
}
    
	.navbar-toggle {
		display: block;
		position: relative;
		float: right;
		padding: 0;
		margin: 12px 0 0 0;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 0;
		width: 34px;
		height: 24px;
		z-index: 999;
	}
	.glyphicon-menu-hamburger {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate(0, -50%);
		border-top: 2px solid #6b6b6b;
	}
	.glyphicon-menu-hamburger:nth-child(2) {
		top: 50%;
		border-top: 2px solid #6b6b6b;
	}
	.glyphicon-menu-hamburger:nth-child(3) {
		top: 100%;
		border-top: 2px solid #6b6b6b;
	}
	.glyphicon-menu-hamburger::before {
		content: '';
	}
	.glyphicon-remove::before {
		content: '';
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(1) {
		-webkit-transform: rotate(0) scale(1, 1);
		transform: rotate(0) scale(1, 1);
		top: 0;
		border-top: 2px solid #6b6b6b;
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(2) {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.navbar-toggle .glyphicon-menu-hamburger:nth-of-type(3) {
		-webkit-transform: rotate(0) scale(1, 1);
		transform: rotate(0) scale(1, 1);
		top: 100%;
		border-top: 2px solid #6b6b6b;
	}
	.navbar-toggle::after{
		content:'MENU';
		position:absolute;
		bottom:-19px;
		left: 50%;
		transform: translateX(-50%);
		display:block;
		width:35px;
		height:10px;
		pointer-events: none;
		font-size: 11px;
	}
	.header.open .headerWrap .headerNav .gnavi {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		background-color: #eae7e0;
		position: fixed;
		z-index: 999;
		margin-top: 100px;
		top: 0 !important;
		left: 0;
		padding-right: 0;
	}
	.header.open .headerWrap .headerNav .gnavi::before {
		content: "";
		background-color:#f1f1f1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -1;
	}
    	.header.open .headerWrap .headerNav .gnavi::after {
		content: "";
            width: calc(100% / 2);
	}
	.header.open .headerWrap .headerNav .gnavi li {
		width: calc(100% / 2);
        margin: 0;
		border-bottom: 1px solid #9b9b9b;
	}
    
.header.open .headerWrap .headerNav .gnavi li.outline {
	display: block;
}  
    
	.header.open .headerWrap .headerNav .gnavi li a {
		    padding: 10px 1em;
    font-size: 14px;
	}
	.header.open .headerWrap .headerNav .gnavi li:nth-child(even) a {
		border-right: none;
	}
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(1) {
		-webkit-transform: rotate(45deg) scale(1, 1);
		transform: rotate(45deg) scale(1, 1);
		top: 50%;
		transition-duration: .3s;
	}
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(2) {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		transition-duration: .3s;
	}
	.header.open .navbar-toggle .glyphicon-menu-hamburger:nth-of-type(3) {
		-webkit-transform: rotate(-45deg) scale(1, 1);
		transform: rotate(-45deg) scale(1, 1);
		top: 50%;
		transition-duration: .3s;
	}
	.header.open .navbar-toggle::after{
		content:'閉じる';
		position:absolute;
		bottom:-19px;
		left: 50%;
		transform: translateX(-50%);
		display:block;
		width:35px;
		height:10px;
		pointer-events: none;
		font-size: 11px;
		text-align: center;
	}
	.headerWrap .headerNav {
		margin-bottom: 0;
	}
	.headerWrap .headerNav .btnBlock .head_btnOther, .headerWrap .headerNav .btnBlock .head_btnWrap {
		display: block;
	}
	.headerWrap .headerNav .btnBlock .head_btnWrap a {
		padding: 0.75em 1em;
	}
    
    .headerWrap .headerNav .gnavi li::after {
    display: none;
}
    
    
    
}


@media screen and (max-width: 768px) {
/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/
	body {
		overflow-x: hidden;
	}
	.pc {
		display: none!important;
	}
	.tb {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.sp, .tb {
		display: block!important;
	}
	p.spLeft {
		text-align: left;
	}

/*＝＝＝＝＝＝header＝＝＝＝＝＝＝＝*/
    
.header {
    padding:0;
}
    
/*
.headerWrap .head_logo {
    max-width: 50%;
    width: 80%;
    margin: 15px auto 15px 18px;
}*/
    
    .headerWrap .head_logo {
    max-width: 50%;
    width: 40%;
    margin: 10px auto 10px 18px;
}
    
    
    
	.headerWrap .headerNav .btnBlock {
		display: none;
	}
	.nav-sp, .navbar-header {
		margin: 0px 30px auto;
	}
	.header.open .headerWrap .headerNav .gnavi {
		margin-top: 66px;
	}

/*＝＝＝＝＝＝main＝＝＝＝＝＝＝＝*/
	.underPage section {
		margin-top: 80px;
		padding: 60px 0;
	}
	.underPage .mainVisual .text .en {
		font-size: 9vw;
	}
	.underPage .leadText {
		margin: 60px auto;
	}
	.underPage .leadText p {
		text-align: left;
	}
/*＝＝＝＝＝＝footer＝＝＝＝＝＝＝＝*/
	footer {
		margin-bottom: 70px;
	}
	footer .bgColor {
		padding: 2rem 0;
	}
	#aboutSoken h2 {
		margin: 0 auto 1rem;
		font-size: 120%;
	}
	#aboutSoken .flexBox li {
		width: 32%;
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}
	.footerInner .tel span {
		font-size: 10vw;
	}
	.footerInner ul {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}
	.footerInner ul li {
		margin: 1.5em 1em 0.5em;
	}
    
    .footerInner .tel a {
		pointer-events: auto;
	}
	
	.footerInner .copy p:last-child {
		display: block;
		text-align: center;
		margin-top: 0;
	}
	
	.spNav {
		margin: 30px auto 0;
		width: 94%;
		position: relative;
		z-index: 0;
	}
	.spNav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 0 10px;
	}
	.spNav ul li {
		width: calc(100% / 2);
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		border-top: none;
		padding: 0;
		color: #fff;
		min-height: unset;
		position: relative;
	}
	.spNav ul li a {
		font-size: 14px;
		padding: 0;
		letter-spacing: -1px;
		text-indent: 0;
		height: auto;
		display: block;
		color: #fff;
	}
    .spNav ul li.soon a {
       pointer-events: none;
    }
    
	.spNav ul li:nth-child(1) a, .spNav ul li:nth-child(2) a, .spNav ul li:nth-child(4) a, .spNav ul li:nth-child(6) a, .spNav ul li:nth-child(8) a {
		padding: 0;
	}
	.spNav ul li figure {
		position: relative;
		overflow: hidden;
		margin: 0;
	}
	.spNav ul li figcaption {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.17);
		-webkit-transition: .3s;
		transition: .3s;
	}
	.spNav ul li figcaption p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        width: 100%;
		text-align: center;
		font-size: 3.5vw;
            letter-spacing: 0.05em;
	}
	.spNav ul li figcaption p span {
		display: block;
		font-size: 2vw;
	}
	.spNav ul li.soon a {
		color: #a39797;
	}
	.spNav ul li.soon figcaption {
		background: rgba(0, 0, 0, 0.6);
	}
    
    
	.fixBtn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.fixBtn ul {
		display: flex;
	}
	.fixBtn ul li {
		width: calc(100% / 4);
	}
	.fixBtn ul li:nth-child(1) {
		background:#009154;
	}
	.fixBtn ul li:nth-child(2) {
		background: #D86025;
	}
	.fixBtn ul li:nth-child(3) {
		background: #1674A9;
	}
	.fixBtn ul li:nth-child(4) {
		background: #dd0202;
	}
	.fixBtn ul li a {
		color: #fff;
		text-align: center;
		padding: 0.5em;
		border-right: solid 1px #fff;
	}
	.fixBtn ul li:last-child a {
		border-right: none;
	}
	.fixBtn ul li a span {
		display: block;
		font-size: 12px;
	}
	.fixBtn ul li a img {
		width: 30px;
		margin-bottom: 0.25em;
	}
    
	.fixBtn ul li.soon {
		filter: brightness(0.7);
	}
	
	.fixBtn ul li.soon a {
		pointer-events: none;
	}	
	
    
    
}

@media screen and (min-width:320px) and ( max-width:767px) {
	.underPage .leadText h2 {
		font-size: 7vw;
	}
}

.page_step {
	display: flex;
	align-items: center;
	width: 94%;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto 40px;
	justify-content:space-between;
}
.page_step .step_link {
	width: 48%;
}
.page_step.three .step_link {
	width: 32%;
}


.page_step .step_link a {
	display: block;
	padding: 0.8rem 1rem;
	letter-spacing: 0;
	font-size: min(3.5vw, 16px);
	background: rgba(204, 185, 185, 0.5);
	border: 1px solid #333;
	color: #333;
	text-align: center;
  }

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

	.page_step {
		width: 80%;
		flex-wrap: wrap;
	}

	.page_step .step_link {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page_step.three .step_link {
		width: 49%;
		margin-bottom: 10px;
	}
	.page_step .step_link.wide {
		width: 100%;
		margin-bottom: 10px;
	}
	.page_step .step_link a {
		font-size: min(2.9vw, 16px);
	}


  }



/*----------------------------------------
SNSボタン
----------------------------------------*/



@media screen and (max-width: 1024px) {
	
.header.open .headerWrap .headerNav .gnavi li.navSns {
    text-align: center;
	margin-top: 50px;
	width: 100%;
	border: none;
}

.header.open .headerWrap .headerNav .gnavi li.navSns h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
	line-height: 1;
}
       
.header.open .headerWrap .headerNav .gnavi li.navSns h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.header.open .headerWrap .headerNav .gnavi li.navSns h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
	
.header.open .headerWrap .headerNav .gnavi li.navSns ul li {
	padding: 0 20px;
	width: auto;
	border-bottom: none;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5px;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsYoutube img {
	width: 50px;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsInsta img{
	width: 45px;
}

.header.open .headerWrap .headerNav .gnavi li.navSns ul li.snsTiktok img {
	width: 45px;
}
	
	

	
	
}

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

	.headerWrap .headerNav .gnavi li.navSns {
		display: none;
	}
	
}






