@charset "utf-8";
/* 900px SP */
@media screen and (max-width: 900px) {
	html{
		font-size: 2.56410256vw; /* デザイン390px幅で10pxを1remと指定。 */
	}
	body{
		font-size: 1.6rem;
		padding-top: 7rem;
	}
	body::before{
		background-image: url(../img/common/body_background_sp.png);
		background-size: cover;
	}
	img{
		width: 100%;
	}
	.pc_only,
	.pc{
		display: none !important;
	}

	/*---------------------------------------------------------*/
	/* wrapper */
	.wrapper_ll,
	.wrapper_l,
	.wrapper_m,
	.wrapper_s{
		padding: 0 1.5rem;
		margin:0 auto;
	}

	/*---------------------------------------------------------*/
	/* font */
	.text_center_sponly{
		text-align: center !important;
	}
	.text_right_sponly{
		text-align: right !important;
	}
	.text_left_sponly{
		text-align: left !important;
	}

	/*---------------------------------------------------------*/
	/* sp_mt */
	.sp_mt_40{
		margin-top: 4rem;
	}
	.sp_mt_60{
		margin-top: 6rem;
	}
	.sp_mt_80{
		margin-top: 8rem;
	}
	.sp_mt_100{
		margin-top: 10rem;
	}
	.sp_mt_120{
		margin-top: 12rem;
	}
	.sp_mt_140{
		margin-top: 14rem;
	}
	.sp_mt_160{
		margin-top: 16rem;
	}
	.sp_mt_180{
		margin-top: 18rem;
	}
	.sp_mt_200{
		margin-top: 20rem;
	}

	/*---------------------------------------------------------*/
	/* box */
	.box_radius,
	.box_swr{
		border-radius: 0.3rem;
	}
	.box_radius_l{
		border-radius: 0.4rem;
	}
	.box_radius_16{
		border-radius: 0%8;
	}
	.box_padding_50{
		padding: 2.5rem;
	}
	.box_border.box_padding_50{
		padding: calc(2.5rem - 1px);
	}
	.box_padding_16{
		padding: 0.8rem;
	}
	.box_padding_24{
		padding: 1.2rem;
	}
	.box_padding_32{
		padding: 1.6rem;
	}
	.box_padding_40{
		padding: 2rem;
	}

	/*---------------------------------------------------------*/
	/* title */

	/* title_en_jp */
	.title_en_jp{
		margin-bottom: 3.2rem;
	}
	.title_en_jp .en{
		font-size: 3.2rem;
		line-height: 0.77;
	}
	.title_en_jp .en.text_gray{
		font-size: 3.2rem;
	}
	.title_en_jp .jp{
		font-size: 2rem;
		margin-top: 1.6rem;
		padding-left: 4rem;
	}
	.title_en_jp .jp::before{
		top: 1.2rem;
		height: 0.4rem;
		width: 2.4rem;
	}
	.title_en_jp.jp_s{
		margin-bottom: 1.6rem;
	}
	.title_en_jp.jp_s .jp{
		font-size: 2rem;
		padding-left: 3.2rem;
	}
	.title_en_jp.jp_s .jp::before{
		top: 1.4rem;
		height: 0.4rem;
		width: 2.4rem;
	}

	/*---------------------------------------------------------*/
	/* icon */
	.icon_tel,
	.icon_tel_white,
	.icon_reserve,
	.icon_line,
	.icon_contact,
	.icon_arrow_right,
	.icon_arrow_black_right,
	.icon_arrow_white_right,
	.icon_arrow_down,
	.icon_arrow_white_down,
	.icon_map,
	.icon_map_black,
	.icon_route,
	.icon_return,
	.icon_pdf{
		margin-right: 0.3rem;
	}

	/*---------------------------------------------------------*/
	/* link_underline & link_blackbox & link_whitebox*/
	.link_blackbox,
	.link_brownbox,
	.link_whitebox{
		padding: 1.2rem 3.2rem 1.1rem;
	}
	.link_blackbox.return{
		font-size: 1.2rem;
		padding: 0.8rem 1.6rem;
	}
	.link_blackbox.return .icon_return{
		height: 1.8rem;
		width: 1.8rem;
	}

	/*---------------------------------------------------------*/
	/* list */
	.list_check > li{
		padding:0.2em 0 0.2em 3.2rem;
		background-size: 2.2rem;
	}

	/*---------------------------------------------------------*/
	/* head */
	/*---------------------------------------------------------*/
	.head {
		height: 5.6rem;
		padding: 0 1.5rem;
	}
	.head_logo {
		width: 22rem;
	}

	/* is_scroll */
	.head.is_scroll {
		height: 5.6rem;
	}

	/*---------------------------------------------------------*/
	/* head_access */
	.head_access{
		font-size: 0.8rem;
		white-space: nowrap;
	}
	.head_access a{
		margin-right: 1.6rem;
		width: 3.2rem;
		height: 3.2rem;
	}
	.head_access a .icon_map_black{
		margin-right: 0;
		margin-bottom: 0.2rem;
	}

	/*---------------------------------------------------------*/
	/* head_hamburger */
	.head_hamburger{
		width: 3.2rem;
		height: 3.2rem;
	}
	.head_hamburger .border{
		width: 2.6rem;
		height: 0.2rem;
	}
	.head_hamburger .border:nth-child(1){
		top: 0.5rem;
	}
	.head_hamburger .border:nth-child(3){
		bottom: 0.5rem;
	}
	.head_hamburger.active .border:nth-child(1){
		top: calc(50% - 0.1rem);
	}
	.head_hamburger.active .border:nth-child(3){
		top: calc(50% - 0.1rem);
	}

	/* head_hamburger_body */
	.head_hamburger_body .inner{
		width: 100%;
	}
	.head_hamburger_body .logo{
		margin: auto;
		width: 70%;
	}

	/*---------------------------------------------------------*/
	/* global */
	/*---------------------------------------------------------*/
	#global_menu{
		display: none;
	}
	/* global_news */
	#global_news .wrapper_l{
		padding: 0;
	}
	#global_news .box_swr{
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		padding: 1.2rem 1.9rem 1.2rem 2.4rem;
	}
	#global_news > .wrapper_l > .box_swr > .title{
		display: none;
	}
	#global_news a,
	#global_news a > span{
		display: block;
	}
	#global_news .items{
		flex: 1;
	}

	/*---------------------------------------------------------*/
	/* link_underline & link_blackbox & link_whitebox*/
	.link_whitebox{
		padding: 1.2em 2.8em 1.1em;
		margin: 0 auto;
		line-height: 1;
		border-radius: 3em;
		background: #222;
		color: #fff;
	}
	.link_whitebox{
		background: #fff;
		color: #222;
	}

	/*---------------------------------------------------------*/
	/* foot */
	/*---------------------------------------------------------*/
	.foot{
		background: #fff;
		padding-top: 4rem;
	}

	/* logo */
	.foot .logo{
		margin: 0 auto 3.2rem;
		width: 22rem;
	}

	.foot > .wrapper_l > .flex_block{
		display: block;
	}

	/* calendar */
	.foot .calendar_block{
		margin: 0 -1.5rem 3rem;
		width: calc(100% + 3rem);
	}
	.calendar_block .calendar {
		font-size: 1.6rem !important;
		margin: 0 auto;
		width: calc(100% - 9rem);
	}

	.calendar_block .calendar-caption {
		font-size: 1.8rem !important;
	}

	.calendar_block .calendar th{
		font-size: 1.6rem !important;
	}

	.calendar_block .calendar .month-dayname td div {
		padding: 1.2rem 0 !important;
	}

	.calendar_block .calendar .month-dayname td div.other-month {
		font-size: 1.2rem !important;
		padding: 1.4rem 0 !important;
	}

	.calendar_block .xo-event-calendar p.holiday-title {
		font-size: 1.6rem !important;
	}
	.calendar_block .xo-event-calendars p.holiday-title span {
		margin: 0 0.3rem 0 0 !important;
		padding: 0 0 0 0.84615rem !important;
	}

	/* info */
	.foot .info_block{
		width: 100%;
	}
	.info_block .basic_table th,
	.info_block .basic_table td{
		font-size: 1.4rem;
		padding: 1.4rem 0;
	}
	.info_block .basic_table th{
		padding-right: 3rem;
		white-space: nowrap;
	}

	/* access */
	.foot .access{
		display: block;
		margin-top: 2.4rem;
	}
	.foot .access li{
		margin-bottom: 0.8rem;
		width: 100%;
	}
	.foot .access li a{
		height: 5rem;
	}
	.foot .access .icon_map,
	.foot .access .icon_route{
		height: 2.8rem;
		width: 2.8rem;
	}

	/* logo_sns */
	.foot .sns_block{
		flex-direction: column;
		margin-top: 4rem;
	}
	.foot .sns_block .sns a{
		display: block;
		margin: 1.6rem 1.2rem 0;
		height: 4rem;
		width: 4rem;
	}

	/*---------------------------------------------------------*/
	/* foot_menu */
	.foot_menu{
		display: flex;
		flex-wrap: wrap;
		font-size: 1.3rem;
		margin-top: 6rem;
		padding: 3.2rem 3.2rem 15rem;
	}
	.foot_menu a{
		color: #fff;
		display: block;
		padding: 0.8rem 0.5rem;
	}
	.foot_menu .global .flex_block,
	.foot_menu .link .flex_block{
		display: block;
		text-align: left;
	}
	.foot_menu .global li,
	.foot_menu .link li{
		margin: 0;
	}
	.foot_menu .global{
		text-align: left;
		width: 42%;
	}
	.foot_menu .link{
		width: 58%;
	}
	.foot_menu .copyright{
		font-size: 1.4rem;
		width: 100%;
	}

	/*---------------------------------------------------------*/
	/* fixed_cva */
	.fixed_cva{
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	.fixed_cva li{
		width: 28.71795%;
	}
	.fixed_cva li.reserve{
		width: 42.56410%;
	}
	.fixed_cva a{
		color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 6rem;
		width: 100%;
	}
	.fixed_cva li.tel{ background: #FF378E; }
	.fixed_cva li.reserve{ background: #b7985b; }
	.fixed_cva li.line{ background: #06c755; }
	.fixed_cva a span{
		margin: 0.2rem 0 0.4rem;
		height: 2rem;
		width: 2rem;
	}

	/*---------------------------------------------------------*/
	/* pagetop */
	.pagetop {
		width: 3.6rem;
		height: 3.6rem;
	}
	.pagetop.is_scroll {
		bottom: 7rem;
	}

	/*---------------------------------------------------------*/
	/* parts_trial */
	/*---------------------------------------------------------*/
	.parts_trial .inner{
		border-radius: 0.8rem;
		padding: 3.2rem 2.4rem;
	}
	.parts_trial .title{
		font-size: 2.4rem;
	}
	.parts_trial .text{
		font-size: 1.5rem;
		margin: 0.8rem auto 2.4rem;
	}

	/*---------------------------------------------------------*/
	/* parts_contact */
	/*---------------------------------------------------------*/
	.parts_contact.basic_contents{
		margin-top: 2.5rem;
	}
	.parts_contact .contact_items{
		display: block;
	}
	.parts_contact .item{
		padding: 3.2rem 2.4rem;
		width: 100%;
	}
	.parts_contact .reserve{
		border-radius: 1.6rem 1.6rem 0 0;
	}
	.parts_contact .contact_items a{
		font-size: 1.8rem;
	}
	.parts_contact .icon_tel_white{
		height: 2.8rem;
		width: 2.8rem;
	}
	.parts_contact .line{
		border-radius: 0 0 1.6rem 1.6rem;
	}
	.parts_contact .title{
		font-size: 2rem;
	}
	.parts_contact .text{
		margin: 1.6rem 0 2.4rem;
	}
	.head_hamburger_body .link_tel .link,
	.parts_contact .link_tel .link{
		font-size: 4.2rem;
	}
	.head_hamburger_body .link_tel .icon_tel,
	.parts_contact .link_tel .icon_tel{
		height: 3.6rem;
		width: 3.6rem;
	}
	.head_hamburger_body .link_tel .text,
	.parts_contact .link_tel .text{
		font-size: 1.4rem;
	}
	.parts_contact .line .qr{
		display: none;
	}

	/*---------------------------------------------------------*/
	/* basic */
	/*---------------------------------------------------------*/
	/* basic_contents */
	.basic_contents{
		margin-top: 6.4rem;
		padding-bottom: 6.4rem;
	}
	.basic_contents.bgrect_left::after,
	.basic_contents.bgrect_right::after{
		height: calc(100% - 2.2rem);
		width: 34rem;
	}
	.basic_contents.bgrect_left::after{
		border-radius: 0 8rem 8rem 0;
	}
	.basic_contents.bgrect_right::after{
		border-radius: 8rem 0 0 8rem;
	}

	/*---------------------------------------------------------*/
	/* list */
	/*---------------------------------------------------------*/
	/* month_list */
	.month_list .item{
		width: 22.4rem;
	}
	.month_list .photo{
		height: 29.9rem;
		width: 22.4rem;
	}
	.month_list .title{
		font-size: 1.5rem;
		margin-top: 0.8rem;
	}

	/*---------------------------------------------------------*/
	/* treatment_lp */
	.treatment_list{
		margin-top: 2.2rem;
	}
	.treatment_list .wrapper_l{
		display: flex;
		flex-direction: column;
	}

	/* treatment_lp */
	.treatment_lp{
		display: block;
		order: 2;
	}
	.treatment_lp .item{
		margin-top: 1.6rem;
		width: 100%;
	}
	.treatment_lp .item a{
		align-items: flex-end;
		height: 30rem;
	}
	.treatment_lp .item .title{
		border-radius: 0 10rem 10rem 0;
		font-size: 1.8rem;
		height: 9.8rem;
	}
	.treatment_lp .item .title::after{
		display: none;
	}

	/* treatment_items */
	.treatment_items{
		order: 1;
		margin-top: 0;
	}
	.treatment_items .title{
		margin-bottom: 1.6rem;
		order: 0;
		width: 100%;
	}
	.treatment_items .title > span,
	.treatment_items .title > a{
		padding: 1rem 1.4rem 1rem 2.2rem;
		height: 7rem;
		transition: 0.3s ease;
	}
	.treatment_items .title:not(:nth-of-type(3n)){
		margin-right: 0;
	}
	.treatment_items .title.active > span,
	.treatment_items .title.active > a{
		background: #ede2cd;
	}
	.treatment_items .title.active .icon_arrow_right{
		margin-top: -0.2rem;
		transform: rotate(90deg);
	}
	.treatment_items .body{
		margin: 0 0 2rem;
		order: 0;
		width: 100%;
	}
	.treatment_items .body > .flex_block{
		display: block;
	}
	.treatment_items .body .box_swr{
		background: rgba(249, 247, 244,1);
		box-shadow: none;
		margin-bottom: 0.8rem;
		padding: 2.4rem 3.6rem;
		width: 100%;
	}
	.treatment_items .body .box_swr:not(:nth-child(3n)){
		margin-right: 0;
	}
	.treatment_items .body .list a{
		font-size: 1.4rem;
		margin-top: 1.2rem;
	}

	/*---------------------------------------------------------*/
	/* news_list */
	.news_list{
		margin-top: 2.5rem;
	}
	.news_list > .wrapper_l > .flex_block{
		display: block;
	}
	.news_list .title_block{
		margin-right: 0;
	}
	.news_list .body_block{
		width: 100%;
		margin-top: 3.2rem;
	}

	/* item */
	.news_list .item + .item{
		margin-top:0.8rem;
	}
	.news_list .item .post_type{
		position: absolute;
		top: 2rem;
		left: auto;
		right: 2rem;
	}
	.news_list .item .post_type a{
		font-size: 1.2rem;
		height: 3.2rem;
		width: 12rem;
	}
	.news_list .item .box_swr{
		display: block;
		padding: 2rem;
	}
	.news_list .item .date{
		font-size: 1.3rem;
		margin: 0.75rem 10rem 0.75rem 0;
		width: auto;
	}
	.news_list .item .title{
		margin-top: 0.8rem;
	}

	/* btns */
	.news_list .btns{
		flex-wrap: wrap;
		margin-top: 2.4rem;
	}
	.news_list .btns a{
		font-size: 1.3rem;
		margin-bottom: 2.22222%;
		padding: 1rem 1.2rem 1rem 1.6rem;
		height: 5.2rem;
		width: 48.88889%;
	}

	/*---------------------------------------------------------*/
	/* monitor_items */
	.monitor_items{
		display: block;
		margin-top: 0;
	}
	.monitor_items .item{
		border-radius: 0.4rem;
		display: block;
		margin-top: 1.6rem;
		width: 100%;
	}
	.monitor_items .item .photo{
		border-radius: 0.4rem 0.4rem 0 0;
	}
	.monitor_items .item .contents{
		padding: 1.6rem 2.4rem 2.4rem;
	}
	.monitor_items .item .status{
		font-size: 1.4rem;
	}
	.monitor_items .item .item_title{
		font-size: 2rem;
	}
	.monitor_items .item .text{
		font-size: 1.4rem;
		margin-top: 0.8rem;
	}
	.monitor_items .item .btn{
		font-size: 1.4rem;
		margin-top: 0.8rem;
	}
	.monitor_items .item .icon_arrow_right{
		margin: -0.3rem 0 0 0.2rem;
	}

}
