@charset "utf-8";
/* CSS Document */

html {
    /*line-height: 1.15;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}


body{
	margin: 0;
	padding: 0;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	/*font-weight: 700;*/
	font-style: normal;
	font-size:1rem;
	color: var(--gray);
	line-height:1.5;
	position: relative;
    background: #fff
}

*,
*::before,
*::after {
box-sizing: border-box;
}



.youtube {
  width: 800px;
  aspect-ratio: 16 / 9;
  margin: 70px auto 70px auto
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
}



@media screen and (max-width: 767px) {
body{
	width: 100%;
	font-size: 14px
}
}

main{
	background: url("../img/illust.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	background-color:#e1f3fb;
	width: 100%;
	height: 1260px;
	position: relative
}
@media screen and (max-width: 767px) {
main{
	background: url("../img/illust_sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	background-color:#e1f3fb;
	width: 100%;
	height: auto;
	padding-bottom: 100px !important;
	position: relative
}
}

#main_vi{
	position: relative;
	width: 1050px;
	margin: 20px auto 0 auto;
	display: block;
}
@media screen and (max-width: 1024px) {
#main_vi{
	position: relative;
	width: 90%;
	margin: 20px auto 0 auto;
	display: block;
}
}



#main_vi img{
	width: 100%;
	border-radius: 10px
}
@media screen and (max-width: 767px) {
#main_vi{
	position: relative;
	width: 90%;
	margin: 10px auto 0 auto;
	display: block;
}
#main_vi img{
	width: 100%;
	border-radius: 10px
}
}


#mv_catch{
	display: block;
	color: #fff;
    font-size:52px;
    font-weight: 500;
    letter-spacing: 0.1rem;
	line-height: 1em;
	position: absolute;
	width: 600px;
	top: 11px;
    left: 13px;
}
@media screen and (max-width: 767px) {
#mv_catch{
    font-size: 36px;
        width: inherit;
        top: 11px;
        left: 13px;
        line-height: 1.1em;
}
}

#sub{
	font-size: 28px;
	letter-spacing: 0.13em
}
@media screen and (max-width: 767px) {
#sub{
	font-size: 18px;
    letter-spacing: 0.16em;
}
}

#mv_price{
	display: block;
	text-shadow: var(--shadow);
    color: var(--yellow);
    font-size:55px;
    font-weight: 500;
    letter-spacing: 0.1rem;
	line-height: 1em;
	position: absolute;
	    width: 423px;
    bottom: -9px;
    left: 2px;
}
.chukai{
	font-size: 23px;
	margin-bottom: 2px
}
.kakaku{
	font-family: "din-2014", sans-serif;
	font-weight: 500;
	font-size: 100px;
	font-style: normal;
	vertical-align: bottom;
}

.din{
	font-family: "din-2014", sans-serif;
	font-weight: 500;
}

.shinchiku{
	font-size: 36px;
	margin-right: 5px;
	margin-left: 13px
}
.manyen{
	font-size: 60%;
	line-height: 2.8em;
}
.zei{
	position: absolute;
    font-size: 40%;
    right: 16px;
    bottom: 53px;
}
@media screen and (max-width: 767px) {
.zei{
	position: absolute;
    font-size: 12px;
    right: 12px;
    bottom: 30px;
}
}


.price{
	display: flex;
}
@media screen and (max-width: 767px) {
#mv_price{
           font-size: 40px;
        line-height: 1em;
        width: 290px;
        bottom: -1px;
        right: 0px;
		        left: initial;
}
.manyen{
	line-height: 2.4em;
}
.shinchiku{
	font-size: 20px;
	margin-right: 5px
}
.chukai{
	font-size: 17px;
	margin-bottom: 0px
}
.kakaku{
	font-size: 58px;
}
}




ul, li, p, div, h1,h2,h3,h4,h5,h6,article,main{ margin: 0; padding: 0}


/******基本色設定******/

:root {
  --gray: #262626; /******グレイ******/
  --green: #17cf74; /******グリーン******/
  --yellow: #ffe638; /******黄色******/
  --muddy_blue: #e7f2f5; /******黄色******/
  --border: #a4a4a4; /******線******/
  --saturday: #0068c5; /******土曜日******/
  --sunday: #de153e; /******日曜日******/
  --shadow:1px 1px 0 #262626, -1px -1px 0 #262626, -1px 1px 0 #262626, 1px -1px 0 #262626, 0px 1px 0 #262626, 0-1px 0 #262626, -1px 0 0 #262626, 1px 0 0 #262626;
  --shadow_white:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  --shadow_sp:1px 1px 0 #6e6e6e, -1px -1px 0 #6e6e6e, -1px 1px 0 #6e6e6e, 1px -1px 0 #6e6e6e, 0px 1px 0 #6e6e6e, 0-1px 0 #6e6e6e, -1px 0 0 #6e6e6e, 1px 0 0 #6e6e6e;
--shadow_black:0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e,0 0 6px #9e9e9e;
}




#header_logo{
	position: absolute;
	width: 180px;
	top: 15px;
	left: 25px;
	z-index: 1
}
@media screen and (max-width: 767px) {
#header_logo{
	position: relative;
    width: 140px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    top: inherit;
    left: inherit;
}
}

#footer_logo{
	width: 210px;
	margin: 0 auto
}

#cospa {
	width: 16vw;
	min-width: 260px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0px 0;
	display: block
}
@media screen and (max-width: 767px) {
#cospa {
	margin: 0 auto 0 auto;
	padding: 4px 0 0px 0;
}
}



#kitemite{
	width: 20vw;
	min-width: 340px;
	margin: 0 auto 0 auto;
	display: block
}
@media screen and (max-width: 767px) {
#kitemite{
	width: 20vw;
	min-width: 300px;
	line-height: 0
}
}


#title{
	margin: 0px auto 15px auto;
	display: block;
    text-shadow:var(--shadow);
    color: var(--yellow);
    font-size:5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: center;
	line-height: 1.2em;
}
@media screen and (max-width: 767px) {
#title{
	width: 95%;
	margin: -8px auto 10px auto;
	font-size:3rem;
	line-height: 1.2em;
	font-weight: 700;
}
}



#schedule{
	width: fit-content;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin: 0px auto 0px auto
}
@media screen and (max-width: 767px) {
#schedule{
	width:100%;
	display: block
}
}


.month_number{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	line-height: 1em;
	float: left
}
@media screen and (max-width: 767px) {
.month_number{
	font-size: 40px;
}
}

@media screen and (max-width: 767px) {
.month_sp{
	margin: 0 auto;
	width: fit-content;
}
}


.tsuki{
	font-size: 2rem;
	padding-top: 5px;
	float: left
}
@media screen and (max-width: 767px) {
.tsuki{
	font-size: 24px;
	padding-top: 5px;
	float: left
}
}


ul.day{
	display: flex;
	clear: both;
}
@media screen and (max-width: 767px) {
ul.day{
	display: flex;
	justify-content: center;
}
}


.day li{
	position: relative;
	text-align: center;
	width: 85px;
	margin: 0 3px
}
@media screen and (max-width: 767px) {
.day li{
	width: 20vw;
	margin: 0 3px
}
}


.day li div{
	color: #fff;
	width: 85px;
    height: 85px;
    border-radius: 85px;
	line-height: 1.1em;
	background: var(--saturday);
	position: relative;  
}
@media screen and (max-width: 767px) {

.day li div{
	width: 20vw;
    height: 20vw;
    border-radius: 20vw;
	line-height: 1.3em;
}
}



.day li div.sunday{
	background: var(--sunday) !important
}

.date{
	position: absolute;
	top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	font-feature-settings: "palt";
　　letter-spacing: 1px !important;
}
@media screen and (max-width: 767px) {
.date{
	font-size: 2.8rem;
}
}

.week{
	font-size: 1rem;
	letter-spacing: 0
}
@media screen and (max-width: 767px) {
.week{
	font-size: 0.8rem;
	letter-spacing: 0
}
}


.end{
	position: relative
}
.end::before{
	position: absolute;
	content:'';
	background: url("../img/end.svg");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-block
}

.din{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 130%
}

#time{
	font-weight: 700;
    font-size: 1.9rem;
    text-align: center;
    margin: 0px auto 25px auto;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
#time{
    font-size: 1.3rem;
    margin: 4px auto 19px auto;
    line-height: 1.4em;
}
}


.kochira{
	color: var(--green);
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 10px
}
@media screen and (max-width: 767px) {
.kochira{
	font-size: 1rem;
	margin-bottom: 4px
}
}


.cta_box{
	width: 900px;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
.cta_box{
	width: 95%;
}
}


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

.cta li{
		width: 49.5%;
		
}
.cta li div{
	background: var(--green);
	border: 2px var(--green) solid;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 30px;
	position: relative;
	padding: 7px 0;
}
@media screen and (max-width: 767px) {
.cta li div{
	font-size: 1.3rem;
	border-radius: 30px;
	padding: 7px 0;
}
}



.cta li div span{
	position: relative;
	padding-left: 43px;
}
.cta li div span::before{
	content: '';
    position: absolute;
    background: url(../img/icon/calender_icon.svg) no-repeat;
    display: inline-block;
    width: 33px;
    height: 34px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
.cta li div.tel_sp span{
	position: relative;
	padding-left: 23px;
}

.cta li div span{
	position: relative;
	padding-left: 35px;
}
.cta li div span::before{
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
}


.cta li p{
	text-align: center;
	font-size: 0.9rem;
	margin-top: 4px
}
@media screen and (max-width: 767px) {
.cta li p{
	font-size: 10px;
	margin-top: 3px
}
}



.cta li div.tel_pc{
	background: #fff;
	border: 2px var(--green) solid;
	color: var(--green);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 30px;
	position: relative
}



.cta li div.tel_pc span::before{
	content: '';
    position: absolute;
    background: url(../img/icon/tel_icon.svg) no-repeat;
    display: inline-block;
    width: 33px;
    height: 40px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
.cta li div.tel_sp{
	background: var(--green);
	border: 2px var(--green) solid;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 30px;
	position: relative
}

.cta li div.tel_sp span::before{
	content: '';
    position: absolute;
    background: url(../img/icon/tel_icon.svg) no-repeat;
    display: inline-block;
    width: 28px;
    height: 31px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
}

.main_lead{
	text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.8em;
    margin: 25px auto;
	text-shadow:var(--shadow_white)
}
@media screen and (max-width: 767px) {
.main_lead{
	width: 90%;
	text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    margin: 15px auto;
}
}




#present_bg{
	background: var(--yellow);
	width: 100%;
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
#present_bg{
	padding: 30px 0 40px 0;
}
}


#present_box{
	width: 810px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative
}
@media screen and (max-width: 767px) {
#present_box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative
}
}


.present_img img{
	border-radius: 6px;
	width: 140px;
}
@media screen and (max-width: 767px) {
.present_img img{
	width: 130px;
	margin-right: 10px
}
}



.present_title{
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 14px 0 0 0;
	text-shadow:var(--shadow)
}
@media screen and (max-width: 767px) {
.present_title{
	font-size: 30px;
	margin: 14px 0 0 0;
}
}



.present_text_box{
	text-align: center
}

.apple{
	color: #e60012;
	font-size: 1.7rem;
	font-weight: 700;
	margin: 6px 0
}
.apple span{
	position: relative;
	padding-left: 25px;
}
.apple span::before{
	position: absolute;
	content:'';
	display: inline-block;
	width: 24px;
    height: 24px;
	background: url("../img/icon/apple_icon.svg") no-repeat;
	top: -2px;
	left: 0;
	bottom:0;
}
@media screen and (max-width: 767px) {
.apple{
	font-size: 1.4rem;
	margin: 6px 0 18px 0
}
}




@media screen and (max-width: 767px) {
.sp_only_layout{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
}


.thanks{
	background: url(../img/icon/thanks.svg) no-repeat;
    position: absolute;
    right: -140px;
    bottom: 4px;
    width: 350px;
    height: 45px;
    transform: rotate(-15deg);
    z-index: 0;
}
@media screen and (max-width: 767px) {
.thanks{
	background: url(../img/icon/thanks.svg) no-repeat;
    position: absolute;
    left: 120px;
    bottom: -2px;
    width: 240px;
    height: 45px;
    transform: rotate(-15deg);
    z-index: 0;
}
}



.present_text{
	line-height: 1.7em;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
.present_text{
	text-align: left;
}
}



.section_title{
    color: var(--yellow);
    text-shadow:var(--shadow);
    font-size: 2.9rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
.section_title{
	width: 95%;
	text-shadow:var(--shadow_sp);
	font-size: 30px;
	margin: 0 auto;
}
}

.section_title span{
    position: relative;
    padding-left: 4rem;
}
@media screen and (max-width: 767px) {
.section_title span{
    padding-left: 44px;
}
}


.section_title span::before{
    position: absolute;
    content:'';
    display: inline-block;
    width: 3.3rem;
    height: 3.3rem;
    background: url("../img/icon/house_icon.svg") no-repeat;
    top:0;
    left: 0;
    bottom: 0
}
@media screen and (max-width: 767px) {
.section_title span::before{
    width: 34px;
    height: 34px;
}
}


.madori span{
    position: relative;
    padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
.madori{
	padding-bottom: 20px !important
}
.madori span{
    padding-left: 40px;
}
}


.madori span::before{
    position: absolute;
    content:'';
    display: inline-block;
    width: 2.9rem;
    height: 2.9em;
    background: url("../img/icon/madori_icon.svg") no-repeat;
    top:0;
    left: 0;
    bottom: 0
}
@media screen and (max-width: 767px) {
.madori span::before{
    width: 31px;
    height: 31px;
    top:0;
    left: 0;
    bottom: 0
}
}



.access span{
    position: relative;
    padding-left: 2.6rem;
}
.access span::before{
    position: absolute;
    content:'';
    display: inline-block;
    width: 2.9rem;
    height:2.9rem;
    background: url("../img/icon/pin_icon.svg") no-repeat;
    top:0;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 767px) {
.access span{
    position: relative;
    padding-left: 30px;
}

.access span::before{
	position: absolute;
    content:'';
    display: inline-block;
    width: 30px;
    height:30px;
    top:0;
    left: 0;
    bottom: 0
}
}


.info span{
    position: relative;
    padding-left: 3.3rem;
}
.info span::before{
    position: absolute;
    content:'';
    display: inline-block;
    width: 2.9rem;
    height:2.9rem;
    background: url("../img/icon/text_icon.svg") no-repeat;
    top:0;
    left: 0;
    bottom: 0
}
@media screen and (max-width: 767px) {
.info span{
    padding-left: 32px;
}
.info span::before{
    width: 30px;
    height:30px;
    top:0;
    left: 0;
    bottom: 0
}

}




.company span{
    position: relative;
    padding-left: 3.3rem;
}
.company span::before{
    position: absolute;
    content:'';
    display: inline-block;
    width: 2.9rem;
    height:2.9rem;
    background: url("../img/icon/bill_icon.svg") no-repeat;
    top:0;
    left: 0;
    bottom: 0
}
@media screen and (max-width: 767px) {
.company span{
    padding-left: 33px;
}
.company span::before{
	width: 30px;
    height:30px;
    top:0;
    left: 0;
    bottom: 0
}
}




.section_lead{
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 15px 0
}
@media screen and (max-width: 767px) {
.section_lead{
    font-size: 1.3rem;
    margin: 15px 0;
	line-height: 1.4em;
}
}


.sub_lead{
        line-height: 1.8em
}

@media screen and (max-width: 767px) {
.sub_lead{
	line-height: 1.8em;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
}

article{
    text-align: center;
    padding: 70px 0
}

.container{
    width: 900px;
    margin: 0 auto
}
@media screen and (max-width: 767px) {
.container{
    width: 90%;
}
}


.radius img{
        border-radius: 1rem
}
@media screen and (max-width: 767px) {
.radius img{
        border-radius: 0.6rem
}
}

.large_photo img{
        width: 100%;
        margin: 40px 0 5px 0
}
@media screen and (max-width: 767px) {
.large_photo img{
        margin: 30px 0 4px 0
}
}

.main_tate{
	width: 600px;
	margin: 0 auto
}
@media screen and (max-width: 767px) {
.main_tate{	
	width: 100%;
}
}


.sub_photo{
    width: 100%;
    margin: 20px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
.sub_photo{
   
}
}


.zoom{
	position: relative
}
.zoom::before{
	position: absolute;
	content:'';
	background: url("../img/icon/zoom.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: 12px;
    left: 6px;
	z-index: 1;
	display: inline-block
}


.zoom_madori{
	position: relative
}
.zoom_madori::before{
	position: absolute;
	content:'';
	background: url("../img/icon/zoom.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: 58px;
    left: 6px;
	z-index: 1;
	display: inline-block
}
@media screen and (max-width: 767px) {
.zoom_madori::before{
	bottom: 34px;
    left: 6px;
}
}





ul.sub_photo li{
    width: 48.5%;
    margin: 25px 0 0 0;
	position: relative
}
@media screen and (max-width: 767px) {
ul.sub_photo li{
    margin: 5px 0 0 0
}
}

ul.sub_photo li img{
        width: 100%;
		object-fit: cover;
		height: 300px
}
@media screen and (max-width: 767px) {
ul.sub_photo li img{
		height: 120px;
}
}



.madori{
        background: var(--muddy_blue)
}

.madori_img{
	width: 900px;
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
@media screen and (max-width: 767px) {
.madori_img{
	width: 100%;
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
}


.madori_img li{
	width: 31%;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.3rem
}
@media screen and (max-width: 767px) {
.madori_img li{
	width: 44%;
	margin: 0px 10px 30px 10px ;
}
}


.madori_img li img{
	width: 100%;
	position: relative;
	border-radius: 10px
}
.madori_img li p{
	line-height: 1em
}
@media screen and (max-width: 767px) {
.madori_img li p{
	line-height: 0.5em;
	font-size: 24px
}
}


.madori_img li:nth-child(2) {
	margin: 0 30px
}
@media screen and (max-width: 767px) {
.madori_img li:nth-child(2) {
	margin: 0px 10px 30px 10px 
}
}


.address_text{
	line-height: 1.5em;
	margin: 50px 0 20px 0
}
@media screen and (max-width: 767px) {
.address_text{
	line-height: 1.5em;
	margin: 50px auto 20px auto;
	width: 95%
}
}


.map {
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 767px) {
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.maplink{
	margin: 5px 0 0 0
}


.table_name{
	font-weight: 700;
	margin: 20px 0 10px 0;
	font-size: 18px
}
dl.info_table {
　width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-top:1px var(--border) solid;
}

dl.info_table_teble {
　width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-top:1px var(--border) solid;
}



.info_table dt,
.info_table dd{
	border-bottom:1px var(--border) solid;
	padding: 15px;
	line-height: 1.8em
}

.info_table dt{
  width: 30%;
  padding-left: 160px;
  font-weight: 600 
}

.info_table dd{
  width: 70%;
  padding-left: 30px;
}


@media screen and (max-width: 767px) {
.info_table dt{
	width: 100%;
	border-bottom: none;
	padding: 15px 0 0 15px;
}
.info_table dd{
	width: 100%;
	padding: 5px 0 15px 15px;
	border-bottom:1px var(--border) solid;
}
}



.spec{
	width: 100%;
	padding: 15px 0;
	line-height: 1.8em;
	border-top:1px var(--border) solid;
	border-bottom:1px var(--border) solid;
}




.info,
.company{
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
.info,
.company{
	padding: 30px 0;
}
}



.mt_table{
	margin-top: 40px !important
}
@media screen and (max-width: 767px) {
.mt_table{
	margin-top: 20px !important
}
}



dl.company_teble {
width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-top:1px var(--border) solid;
}

@media screen and (max-width: 767px) {
dl.company_teble {
width: 100%;
display:inline-block;
flex-wrap:nowrap;
}
}


.company_teble dt,
.company_teble dd{
	border-bottom:1px var(--border) solid;
	padding: 15px;
	line-height: 1.8em
}


.company_teble dt{
	width: 30%;
	padding-left: 130px;
	font-weight: 700
}
.company_teble dd{
	width: 70%;
}


@media screen and (max-width: 767px) {
.company_teble dt{
	width: 100%;
	border-bottom: none;
	padding: 15px 0 0 15px;
}
.company_teble dd{
	width: 100%;
	padding: 5px 0 15px 15px;
	border-bottom:1px var(--border) solid;
}
}




copy{
	font-size: 12px;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	display: block;
	padding-bottom: 210px
}
@media screen and (max-width: 767px) {
copy{
	padding-bottom: 160px
}
}



#footer_btn {
    position: fixed;
    bottom: 0px;
	background: rgba(255,255,255,0.9);
	width: 100%;
	padding: 15px 0 15px 0;
    z-index: 100
}
@media screen and (max-width: 767px) {
#footer_btn {
	padding: 5px 0 15px 0;
}
}



.pc{ display:inline}
.sp{ display:none}
@media screen and (max-width: 767px) {
.pc{ display:none}
.sp{ display:inline}
}


/******アンカー設定******/
a{
	color: inherit;
	text-decoration: none;
	transition: ease-in-out .3s
}

a:hover{
	opacity: .6
}
