@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif!important;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	letter-spacing: normal;
	width: 100%;
	overflow-x: hidden;
	line-height: 1.7!important;
}

body a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

.slash{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}

.link{
	margin-top: -100px;
	padding-top: 100px;
}

.no_br{
	display: none;
}


/*==========================================================================
= header
========================================================================== */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 40px;
}

.header_logo{
	width: 100px;
}

.header_menu{
	
}

.header_menu_top{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header_menu_bottom{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-top: 15px;
}

.header_nav{
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
}

.header_botan{	
	width: 180px;
	text-align: center;
	border: solid 1px #333;
	color: #fff;
	background-color: #333;
	border-radius: 20px;
	padding: 7px 0px;
	margin-right: 15px;
	box-sizing: border-box;
}

.header_botan:hover{
	width: 180px;
	text-align: center;
	border: solid 1px #333;
	color: #333;
	background-color: #fff;
	border-radius: 20px;
	padding: 7px 0px;
	margin-right: 15px;
	box-sizing: border-box;
}

.header_tel{
	width: 180px;
	text-align: center;
	border: solid 1px #999;
	color: #fff;
	background-color: #999;
	border-radius: 20px;
	padding: 7px 0px;
	margin-right: 15px;
	box-sizing: border-box;
}

.header_tel:hover{
	width: 180px;
	text-align: center;
	border: solid 1px #333;
	color: #333;
	background-color: #fff;
	border-radius: 20px;
	padding: 7px 0px;
	margin-right: 15px;
	box-sizing: border-box;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 背景を白にする */
  background: #fff;
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
header.scroll-nav .header_nav,
header.scroll-nav ul li a {
  color: #131313;
}

header.scroll-nav .header_logo{
	width: 65px;
	margin-top: 8px;
}

header.scroll-nav .header_container{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px 40px;
}



.top_first{
	width: 100%;
	position: relative;
}

.top_first_image{
	width: 80%;
	margin-left: auto;
	font-size: 0;
	z-index: 80;
}

.top_first_image_sp{
	display: none;
}

.top_first_title{
	position: absolute;
    left: 5%;
    bottom: 2%;
    font-size: 60px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	z-index: 100;
}

.top_first_splogo{
	display: none;
}

/*==========================================================================
= section
========================================================================== */

.top01{
	padding-top: 160px;
}

.top02{
	padding: 70px 0px;
	background: url("https://alomo.jp/images/main/bg_01.jpg") no-repeat;
	background-size: cover;
	color: #fff;
}

.top03{
	padding: 50px 0px;
	background: url("https://alomo.jp/images/main/bg_02.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
}

.top04{
	padding: 70px 0px 0px;
}

.top05{
	padding: 100px 0px;
	background-color: #EEE;
}

.top06{
	padding: 40px 0px 70px;
	background: url("https://alomo.jp/images/main/bg_04.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
}

.top07{
	padding: 40px 0px;
}

.top08{
	padding: 70px 0px;
	background: url("https://alomo.jp/images/main/bg_05.jpg") no-repeat;
	background-size: cover;
}

.top09{
	padding: 70px 0px;
}





/*==========================================================================
= all
========================================================================== */

.main_container{
	width: 100%;
	max-width: 90vw;
	margin: 0 auto;
}

.main_container2{
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}

.main_container3{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

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

.main_between_containerH{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

/*----------------------------------
= 001
----------------------------------*/

.top001_container{
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.top001_img{
	width: 50%;
}

.top001_content{
	width: 46%;
}

.top_main_title{
	margin-bottom: 25px;
	font-size: 16px;
}

.top001_title{
	font-size: 18px;
	margin-bottom: 10px;
}

.top001_title2{
	font-size: 18px;
	margin-bottom: 25px;
}

.top001_subtitle{
	font-size: 15px;
	margin-bottom: 30px;
}

.top001_concept{
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
}

.top001_concept_sp{
	display: none;
}

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

.top001_concept_content{
	width: 50%;
	box-sizing: border-box;
	border-right: solid 1px #707070;
}

.top001_concept_images{
	width: 44%;
	position: relative;
}

.top001_concept_box{
	padding-right: 10%;
	padding-top: 15px;
}

.top001_line{
	border-bottom: solid 1px #707070;
	padding-bottom: 70px;
	margin-bottom: 70px;
	margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
}

.top001_concept_img1{
	width: 85%;
	margin: 60px 0px;
}

.top001_concept_img2{
	width: 36%;
    margin-left: auto;
    margin-bottom: 60px;
}

.top001_concept_img3{
	width: 140px;
	position: absolute;
	left: 10px;
	bottom: 50px;
}

/*----------------------------------
= 002
----------------------------------*/

.top002_menu_content{
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.top002_menu_title{
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
}

.top002_menu{
	border: solid 1px #fff;
	padding: 20px;
	box-sizing: border-box;
}

.top002_menu2{
	border: solid 1px #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.top002_point{
	    width: 32%;
    border: solid 1px #fff;
    text-align: center;
    padding: 30px 0px;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------
= 003
----------------------------------*/

.price_container{
	max-width: 940px;
	background-color: #fff;
	margin: auto;
}

.price_container_inner{
	max-width: 860px;
	margin: auto;
	padding: 40px 0px;
}

.top003_title{
	text-align: center;
	color: #C7A828;
	font-size: 24px;
	margin-bottom: 30px;
}

.top003_text{
	font-size: 16px;
	margin-bottom: 60px;
	text-align: center;
}

.top003_price_title{
	font-size: 18px;
	margin-bottom: 15px;
}

.top002_price_first_menu{
	border: solid 1px #333;
	padding: 30px 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}

.top003_price_content{
	width: 40%;
}

.top003_price_content_title{
	color: #C7A828;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.top003_price_content_title::before,
.top003_price_content_title::after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #C7A828; /* 線の色 */
  margin:0 1em; /* 文字と線の余白 */
}

.top003_price_block{
	margin-top: 35px;
}

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

.top003_price_block_menu_price{
	text-align: right;
}

.price_sub{
	padding-left: 30px;
}

.top003_card_title{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}

.top003_card_img{
	max-width: 420px;
	margin: auto;
	margin-bottom: 40px;
}

.top003_prepaid_container{
	width: 48%;
	border: solid 1px #333;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.top003_heat_container{
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: url("https://alomo.jp/images/main/bg_03.jpg") no-repeat;
	background-size: cover;
}

.top003_prepaid_title{
	font-size: 15px;
}

.top003_prepaid_icon{
	width: 60px;
	margin: 15px auto;
}

.top003_heat_title{
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.top003_heat_botan{
	width: 180px;
	padding: 5px 0px;
	border-radius: 20px;
	text-align: center;
	border: solid 1px #fff;
	color: #fff;
	margin: auto;
}

.top003_heat_botan:hover{
	width: 180px;
	padding: 5px 0px;
	border-radius: 20px;
	text-align: center;
	border: solid 1px #fff;
	color: #333;
	margin: auto;
	background-color: #fff;
}

.top003_caution{
	text-align: right;
	color: #333;
	margin-top: 20px;
}

/*----------------------------------
= 004
----------------------------------*/

.top004_title{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}

.top004_text{
	text-align: center;
	margin-bottom: 40px;
}

.top004_flow_content{
	width: 46%;
	margin-bottom: 35px;
}

.top004_flow_step{
	margin: 15px 0px;
	color: #C7A828;
}

.top004_flow_title{
	font-size: 18px;
	padding-left: 15px;
}

.slider{
	margin-top: 100px;
}

/*----------------------------------
= 005
----------------------------------*/

.top005_content{
	width: 46%;
}

.top005_staff_img{
	width: 76%;
	margin-left: auto;
}

.top005_staff_name{
	font-size: 18px;
}

.top005_staff_position{
	margin-bottom: 20px;
}

.top005_staff_pic{
	margin-top: 50px;
}

/*----------------------------------
= 006
----------------------------------*/

.top006_title{
	text-align: center;
	margin-bottom: 60px;
	font-size: 16px;
}

.detailTable{
	width: 100%;
}

.detailTable tr{
	border-bottom: solid 1px #333;
	display: flex;
}

.detailTableTd1{
	width: 25%;
	padding: 15px;
	text-align: center;
	
}

.detailTableTd2{
	width: 75%;
	padding: 15px;
	
}

.top006_access_detail{
	width: 46%;
}

.top006_access_logo{
	width: 100px;
	margin: 20px auto 40px;
}

.top006_access_image{
	width: 48%;
}

.top006_access_map{
	margin-bottom: 10px;
}



/*----------------------------------
= 007
----------------------------------*/

.top007_voice{
	color: #c7b777;
	font-size: 46px;
	font-weight: 400;
	display: inline-block;
	margin-right: 15px;
}

.top007_voice_text{
	margin-top: 6px;
	line-height: 1.3;
	display: inline-block;
}

.top007_voice_title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.top007_voice_content{
	width: 30%;
}

.top007_voice_img{
	
}

.top007_voice_name_box{
	background-color: #333;
	color: #fff;
	padding: 12px 15px;
	margin-bottom: 10px;
}

.top007_voice_name{
	font-size: 16px;
}

.top007_voice_detail{
	border-left: solid 1px #333;
	padding: 10px 0px 10px 15px;
}

.top007_voice_container{
	margin-top: 60px;
}

.top007_customer_container{
	margin-top: 100px;
}

.top007_customer_content{
	position: relative;
}

.top007_customer_img{
	position: -webkit-sticky;
	position: sticky;
	width: 60%;
	margin-left: auto;
	margin-bottom: 100px;
	top: 140px;
}

.top007_customer_main{
	width: 50%;
	position: relative;
	margin-top: -520px;
}

.top007_customer_text{
	line-height: 1.3;
	margin-bottom: 35px;
}

.top007_customer_box{
	border: solid 1px #101010;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 25px;
}

.top007_customer_title{
	font-size: 16px;
	margin-bottom: 15px;
}

.top007_customer_name{
	text-align: right;
	margin-top: 5px;
}



/*----------------------------------
= 008
----------------------------------*/
.top008_title{
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    background-color: #fff;
	color: #131313;
    max-width: 800px;
    margin:0 auto;
}

.accordion-area section {
  border-bottom: 1px solid #131313;

}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    transition: all .5s ease;
}

.faq_q{
	font-size: 18px;
	margin-right: 7px;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #999;
    
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:0 3% 0% 3%;
    padding: 15px;
}











/*----------------------------------
= 009
----------------------------------*/
.top009_contact_container{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

.top009_contact{
    border: solid 1px #131313;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
	color: #131313;
}

.top009_contact_content{
	width: 24%;
	margin-left: 2%;
}


.contact_mail::before{
	content: "";
	display: inline-block;
	background: url("https://alomo.jp/images/main/img_023.png");
	background-size: contain;
	width: 18px;
    height: 18px;
    margin-right: 10px;
    transform: translateY(4px);
}

.contact_line::before{
	content: "";
	display: inline-block;
	background: url("https://alomo.jp/images/main/img_024.png");
	background-size: contain;
	width: 18px;
    height: 18px;
    margin-right: 10px;
    transform: translateY(4px);
}

.contact_tel::before{
	content: "";
	display: inline-block;
	background: url("https://alomo.jp/images/main/img_025.png");
	background-size: contain;
	width: 18px;
    height: 18px;
    margin-right: 10px;
    transform: translateY(4px);
}

.top009_contact_getintouch{
	width: 20%;
    font-size: 21px;
    text-align: right;
    font-weight: 500;
    margin-right: 2%;
}

/*----------------------------------
= therapy
----------------------------------*/

.sub_title{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.sub_subtitle{
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}

.sub_main_container{
	position: relative;
}

.sub_main_img{
	width: 76%;
	margin-left: auto;
	position: relative;
}

.sub_main_content{
	width: 50%;
    background-color: #fff;
    font-size: 1.7vw;
    line-height: 2;
    padding: 70px 40px;
    box-sizing: border-box;
    position: absolute;
    left: 5%;
    bottom: -7%;
    border: solid 1px #666;
}

.therapy_title{
	font-size: 16px;
    padding-bottom: 10px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
    font-weight: 400;
}

.therapy_container{
	margin-bottom: 60px;
}

.therapy_point_title{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #C7A828;
}

.therapy_point_text{
	padding-left: 15px;
}

.therapy_point{
	margin-top: 20px;
}

.therapy_content{
	margin-top: 30px;
}

.therapy_info{
	font-size: 16px;
	color: #C7A828;
	font-weight: 400;
}

.therapy_img{
	max-width: 800px;
	margin: auto;
	margin-bottom: 30px;
}

.therapy_price{
	width: 50%;
	min-width: 350px;
	margin: auto;
	margin-top: 30px;
}

.therapy_text{
	margin-bottom: 30px;
}

.therapy_price_type{
	font-size: 15px;
	margin-bottom: 15px;
}


/*==========================================================================
= footer
========================================================================== */

footer{
	background-color: #131313;
	color: #fff;
	padding-top: 45px;
}

.footer_logo{
	width: 120px;
	margin-bottom: 15px;
}

.footer_tel{
	font-size: 20px;
}

.copy{
	text-align: center;
	font-size: 12px;
	padding: 15px 0px;
	background-color: #131313;
	color: #fff;
}

.sp_contact_sec{
	display: none;
}