@charset "UTF-8";
/* CSS Document */
@media screen and (max-width :1096px) {
#header_inner {
	padding-right: 2.3%;
    padding-left: 2.3%;
    padding-top: 8px;
	padding-bottom: 8px;
    height: 48px;
}
#head_navi_ul{
	display: none;
}
#header_contact{
	display: none;
}
#sp_navi {
	display: inherit;
}
}
@media screen and (max-width:700px) {
body{
    margin: 0px;
    padding: 0px;
    line-height: 1;
    color: #3E3A39;
    letter-spacing: 0.1em;
	font-family: ryo-gothic-plusn, sans-serif;
}
.attention {
    color: #F90004;
    font-size: 24px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 40px;
}

img{
max-width: 100%;
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p,ul {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
}
ul {
list-style-type: none;
}
.cl {
clear: both;
}
a {
	text-decoration: none;
color: inherit;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}



header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 2;
	background-color: #FFFFFF;
}
#header_inner {
    padding-right: 2.3%;
    padding-left: 2.3%;
    padding-top: 8px;
   height: 48px;
}
#header_ue {
    height: 48px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
#head_logo {
/*    width: 144px;*/
	box-sizing: border-box;
	width: 192px;
}
#header_contact {
	
    display: flex;
    justify-content: space-between;
    width: 568px;
	box-sizing: border-box;
	align-items: center;
	display: none;
}
#header_contact ul {
    display: flex
;
    justify-content: space-between;
    width: 100%;
	box-sizing: border-box;
	    align-items: center;
	display: none;
}
#header_contact ul li {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 4px;
    border: 1.6px solid #36519D;
	color: #36519D;
    margin-right: 0.76%;
    display: inline-block;
    letter-spacing: 0px;
	box-sizing: border-box;
	display: none;
}
#header_contact ul li a {
    padding-top: 3px;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 5px;
    display: block;
    text-align: center;
	box-sizing: border-box;
	display: none;
}
#header_contact ul li:nth-child(3) {
    color: #ffffff;
	background-color: #36519D;
}
#header_contact ul li:last-child {
    background-color: #E05581;
    color: #ffffff;
	border: #E05581;
	font-size: 17px;
	
}
#header_contact ul li:last-child a{
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 15px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#head_tel {
	box-sizing: border-box;
	margin-left: 12px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 900;
          width: 190px;
	color: #36519D;
	letter-spacing: 0;
	font-family: century-gothic, sans-serif;
}
#head_tel img {
	display: inline-block;
    width: 18px;
	    margin-top: 5px;
    margin-right: 4px;
            vertical-align: text-top;
}
#head_navi_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex
;
    justify-content: flex-end;
	display: none;
}
#head_navi_ul li {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}
#head_navi_ul li a {
    padding: 8px;
}
/*ヘッダーここまで*/

.inline-b{
	display: inline-block;
}
.p_margin-b{
	margin-bottom: 16px;
}
#sp_navi {
    display: inherit;
}
	.br_sp{
		display: inherit;
	}
	.br_pc{
	display: none;
}
	.sp_only{
		display: inherit;
	}
.pc_only{
	display: none;
}
.link_btn{
	font-family: century-gothic, sans-serif;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
    font-weight: 600;
	color: #ffffff;
    background-color: #36519D;
	border-radius: 24px;
	width: 120px;
	letter-spacing: 0;
}
.link_btn a{
	display: block;
	 background-image: url("../images/yajirusi_wh.svg");
    background-repeat: no-repeat;
        background-position: right 14px center;
    background-size: 20px auto;
    padding-right: 20px;
}
.link_btn._s-pink{
    color: #E05581;
    border: 1px solid;
    border-radius: 24px;
    background-color: #FFFFFF;
    width: 208px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    letter-spacing: 0.02em;
    height: 40px;
    line-height: 40px;
}
.link_btn._s-pink a{
	background-image: url("../images/yajirusi_pink.svg");
	background-size: 20px auto;
}
.link_btn._s-blue{
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	letter-spacing: 0.02em;
}
.link_btn._s-blue a{
	background-image: url("../images/yajirusi_wh.svg");
	background-size: 20px auto;
}
	.link_btn._kuwasiku {
    color: #E05581;
    border: 1px solid;
    border-radius: 24px;
    background-color: #FFFFFF;
    width: 136px;
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.02em;
}
	.link_btn._kuwasiku a {
    background-image: url(../images/yajirusi_pink.svg);
    background-size: 16px auto;
}
.kage-tit {
	font-family: fot-tsukuardgothic-std, sans-serif;
	    font-weight: 600;
	font-size: 24px;
 color: #36519D;
    line-height: 1.3em;
	letter-spacing: 0.064em;
	text-align: center;
	position: relative;
	
}


.kage-tit::after {
    position: absolute;
    content: "FINDING ROOM";
    color: #EAEAEA;
    top:-5.38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 1em;
    font-family: century-gothic, sans-serif;
	    font-weight: 400;
	letter-spacing: 0.08em;
	z-index: -1;
	   width: max-content;
}
#top_7merit .kage-tit::after {
    position: absolute;
    content: "7 POINTS";
}
#top_about .kage-tit::after {
    position: absolute;
    content: "ABOUT US";
}

#top_about_ue .kage-tit::after {
	top:-10%;
}



.btn_box{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6.15%;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.btn_box ul{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none !important;
    flex-wrap: wrap;
}
.btn_box ul li{
    width: 100% !important;
    margin-right: 0px;
    box-sizing: border-box;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-align: center;
    line-height: 1em;
    margin-bottom: 16px;
}
.btn_box ul li a{
    font-family: fot-tsukuardgothic-std, sans-serif;
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    margin: 0;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_box ul li:nth-child(1){
	color: #36519D;
	border: 2px solid;
	    
}
.btn_box ul li:nth-child(2){
	background-color: #36519D;
}
.btn_box ul li:nth-child(2) a{
	margin-top: 1px;
}
.btn_box ul li:nth-child(3){
	background-color: #E05581;
}
.btn_box ul li:nth-child(3) a{
	margin-top: 1px;
}

#foot_info{
    padding-left: 5.38%;
    padding-bottom: 96px;
	
}
#foot_info_in{
    box-sizing: border-box;
    background-color: transparent;
    border-top-left-radius: 48px;
    position: relative;
    padding-top: 10%;
    padding-left: 12.3%;
    padding-bottom: 6.15%;
    color: #FFFFFF;
    padding-right: 6.15%;
}
#foot_info_in::after {
	box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36519D;
    border-top-left-radius: 48px;
    z-index: -1;
}
#foot_info_in_in{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#foot_ad{
    border-top: 1px none #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
}

#foot_logo{
    box-sizing: border-box;
    width: 184px;
    margin-bottom: 16px;
    margin-right: 4.61%;
}
#foot_logo img{
	width: 100%;
}
#foot_addinfo {
    margin-right: 0%;
    margin-bottom: 16px;
}

#foot_ad p{
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
#foot_ico{
    display: flex;
    align-items: center;
    width: 100%;
    /* [disabled]background-color: #F3D5D6; */
    justify-content: flex-start;
    margin-right: 0%;
}
.foot_ico_each:nth-child(1){
    width: 64px;
    margin-right: 16.15%;
}
.foot_ico_each img{
	width: 100%;
}
.foot_ico_each:nth-child(2){
    width: 128px;
    margin-right: 0;
}
#foot_info ul {
    display: none;
    flex-wrap: wrap;
}

#foot_info ul li {
    margin-right: 24px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
}

#foot_info ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* 矢印 › を左側に表示 */
#foot_info ul li a::before {
    content: "\203A";  /* Unicode山形矢印 › */
    margin-right: 4px;
    color: #fff;        /* 色は調整可能 */
    font-weight: normal; /* 太さはお好みで */
	font-size: 18px; /* ← 矢印だけ少し小さく */
    display: inline-block;
}


#foot_qr{
    width: 15.38%;
    display: none;
}
#foot_qr p{
    position: relative;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    background-color: #7F7AB5;
    padding-left: 6px;
    padding-right: 6px;
}

#foot_qr p::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 11px 0;
  border-style: solid;
  border-color: #7F7AB5 transparent transparent;
  z-index: 1;
}

#foot_qr p::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #7F7AB5 transparent transparent;
  z-index: 2;
}

#foot_qr_img{
    width: 48.46%;
    margin-right: auto;
    margin-left: auto;
}
#foot_qr_img img{
	width: 100%
}
#foot_security_img{
	
}
#foot_security_img img{
	width: 100%;
}
.copyright {
}
.copyright p  {
    font-size: 11px;
    margin-top: 16px;
}
	
	
	
	
	
	
	
	
	
	#fixed_menu-btn_tate{
		display: none;
	}
	#fixed_menu-btn {
    width: 100%;
    position: fixed;
    z-index: 1;
    right: 0px;
    top: auto;
    bottom: 0px;
    display: inherit;
    }
	#fixed_menu-btn ul {
        display: flex
;
        flex-wrap: wrap;
    }
	#fixed_menu-btn ul li {
        width: 50%;
    }
	    #fixed_menu-btn ul li:first-child {
        width: 100%;
    }
	#fixed_menu-btn ul li a{
		background-position: right 16px center;
	}
	#fixed_menu-btn ul li:nth-child(1) a {
    border: 1.6px solid #36519D;
    border-right: 1.6px solid #36519D;
}
	    #fixed_menu-btn ul li a {
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 1em;
        border-radius: 0px;
        letter-spacing: 1px;
			    padding-left: 0;
    }
	#fixed_menu-btn ul li:nth-child(3) a {
    background-color: #E05581;
    color: #ffffff;
    border: 1px solid #FFFFFF;
}
	#fixed_menu-btn ul li:nth-child(2) a{
    border: 1px solid #FFFFFF;
	} 
#gro_h1h1 {
    margin-top: 72px;
    margin-bottom: 7.69%;
}
#gro_h1h1 #h1h1_abc {
    font-family: century-gothic, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 8px;
    color: #36519D;
}
#gro_h1h1 h1 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
}
	.yoko_scroll {
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
	    .yokosuku {
			font-family: fot-tsukuardgothic-std, sans-serif;
        display: inherit;
        text-align: center;
        padding-top: 8px;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 4px;
        background-color: #9AAEC7;
        color: #F8FAFA;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em;
        letter-spacing: 0.02em;
    }
	.yokosuku img {
        width: 28px;
        vertical-align: middle;
        margin-right: 8px;
    }
	.tit-border {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.016em;
    border-bottom: 2px solid #36519D;
    padding-bottom: 8px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #36519D;
}
}
