@charset "UTF-8";
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	margin: 0px;
	padding: 0px;
	line-height:normal;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #1d2b2f;
}

html{
	scroll-behavior: smooth;
}
body{
	background: #ffffff!important;
}
#wrapper{
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1d2b2f;
	line-height: 1.2;
}
.en{
	font-family: "Lexend Deca", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;	
}
.min{
	font-family: "Noto Serif JP", serif;	
}
.bl{
	color: #46abc8;
}

h2{
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Noto Serif JP", serif;	
}

h2 span.en{
	font-size: 20px;
	color: #46abc8;
	display: block;
	margin-bottom: 10px;
}
.title_case{
	margin-bottom: 50px;
	max-width: 1000px;
	text-align: center;
}
.title_case h2{
	margin-bottom: 30px;
}
h3{
	font-weight: 600;
	font-family: "Noto Serif JP", serif;	
	font-size: 24px;
	margin-bottom: 30px;
}
p{
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: normal;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.tab{
	display: none!important;
}
#contents{
}
section{
	box-sizing: border-box;
	padding: 100px 0;
}
.bg{
	background-image: -moz-linear-gradient( 13deg, rgb(242,250,253) 0%, rgb(254,245,251) 100%);
	background-image: -webkit-linear-gradient( 13deg, rgb(242,250,253) 0%, rgb(254,245,251) 100%);
	background-image: -ms-linear-gradient( 13deg, rgb(242,250,253) 0%, rgb(254,245,251) 100%);
}
.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
.btn{
	background-image: -moz-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);	
	width: 500px;
	height: 110px;
	box-sizing: border-box;
	line-height: 110px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition : all 0.7s;
	margin-top: 60px;
}
.btn:hover{
	background-image: -moz-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	color: #ffffff;	

}
/* header */
#top-head {
	width: 100%;
	height: 90px;
	background-color: rgba( 255, 255, 255, 0.8 );
	display: flex;
	z-index: 999;
	line-height: 90px;
	position: fixed;
}
#top-head .inner {
	float: left;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	height: 100%;*/
	width: 100%;
}
.inner h1{
    height: 90px;
	display: flex;
	align-items: center;
}
.inner h1 .title{
	padding-left: 30px;
	font-size: 14px;
	color: #686868;
	font-weight: 500;
}
.inner h1 a {
	text-decoration: none;
}
.inner h1 img {
	display: block;
	height: 100%;
}
#top-head nav{
	display: flex;	
	align-items: center;
}
#top-head nav ul {
	display: flex;
	list-style-type: none;
	padding-right: 40px;
	font-weight: 500;
}
#top-head nav ul li{
	padding-left: 40px;
	line-height: 90px;
}
#top-head nav ul li a {
	text-decoration: none;
	font-size: 15px;
}
#top-head nav ul li a:hover{
	color: #46abc8;
}
#nav_toggle {
	display: none;
}
#top-head nav .btn{
	width: 260px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 600;
	margin-right: 50px;
	background-image: -moz-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(70,171,200) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);	
	border-radius: 5px;
	margin-top: 0;
}
#top-head nav .btn:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(47,145,173) 0%, rgb(70,171,200) 48%, rgb(151,219,239) 99%);
  color: #ffffff;	
}

/* mainimgArea */
#mainimgArea {
	height: 846px;
	padding: 0;
	background-image: url("../images/main_bg.png");
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}
#mainimgArea .container{
	height: 846px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
#mainimgArea .container .case{
	text-align: center;
	font-weight: 800;
	padding-top: 180px;
}
#mainimgArea .container .case .text_01{
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}
#mainimgArea .container .case .text_01 .bl{
	font-size: 138.9%;
}
#mainimgArea .container .case .text_01 .bl .yen{
	font-size: 72%;
}
#mainimgArea .container .case h2{
	font-size: 80px;
	margin-bottom: 20px;
}
#mainimgArea .container .case .main_en{
	max-width: 355px;
	margin:0 auto 20px;
	display: block;
}

/* sec_01 */
#sec_01 .container{
	max-width: 1000px;
}
#sec_01 .container .youtube_case{
	margin-bottom: 80px;
}
#sec_01 .container .youtube_case iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
    height: auto;
}
#sec_01 .container .review_case{
	background-color: #ffffff;
	padding: 60px 40px;
	box-sizing: border-box;
	text-align: center;
}
#sec_01 .container .review_case p{
	margin-bottom: 30px;
}
#sec_01 .container .review_case .pack{
	display: flex;
}
#sec_01 .container .review_case .pack .item{
	width: 50%;
}
#sec_01 .container .review_case .pack .item img{
	width: 80%;
	display: block;
	margin: 0 auto 30px;
}
#sec_01 .container .review_case .pack .item span{
	font-size: 24px;
	font-weight: 600;
	background-color: #f2fafd;
	padding: 5px 20px;
	border-radius: 100px;
}

/* sec_02 */
#sec_02 .container .case{
	display: flex;
	align-items: flex-start;
    justify-content: space-between;	
	margin-bottom: 80px;
}
#sec_02 .container .case:last-child{
	margin-bottom: 0;
}
#sec_02 .container .case img.case_img{
	width: 35%;
}
#sec_02 .container .case .pack{
	width: 60%;
}
#sec_02 .container .case .pack .title_item{
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
	flex-direction:row-reverse;	
	margin-bottom: 20px;
}
#sec_02 .container .case .pack .title_item h3{
	margin-bottom: 0;
}
#sec_02 .container .case .pack .title_item span.en{
	font-size: 60px;
	color: #eeeeee;
}
#sec_02 .container .case .pack ul{
	display: flex;
	margin-bottom: 20px;
}
#sec_02 .container .case .pack ul li:first-child{
	margin-right: 50px;
}
#sec_02 .container .case .pack ul li .bl{
	font-weight: 500;
	width:	100px;
	padding: 2px 0;
	margin-right: 10px;
	border: 1px solid #46abc8;
	display: inline-block;
	text-align: center;
}
#sec_02 .container .case .pack .comment_item{
	background-color: #f7f6f6;
	padding: 15px 30px 40px;
	box-sizing: border-box;
}
#sec_02 .container .case .pack .comment_item .name{
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#sec_02 .container .case .pack .comment_item .name .en{
	font-size: 24px;
	color: #c7c7c7;
	font-style: italic;
	font-weight: 400;
}
#sec_02 .container .case .pack .comment_item .name .doctor{
	display: flex;
	align-items: center;	

}
#sec_02 .container .case .pack .comment_item .name .doctor img{
	width: 50px;
	height: auto;
	padding-right: 10px;
}
#sec_02 .container .case .pack .comment_item .name .doctor span{
	font-weight: 500;
}

/* sec_03 */
#sec_03,#sec_04{
	padding: 100px 0 0;
}
#sec_03 h2 img{
	max-width: 460px;
	display: block;
	margin:  0 auto;
}
#sec_03 .cover{
	max-width: 1920px;
	height: 500px;
	margin: 0 auto;
	background-size: 50%;
	background-repeat: no-repeat;
}
#sec_03 .cover.cover_01{
	background-image: url(../images/sec_03_bg_01.png);
	background-position: left center;
	margin: 0 auto 80px;
}
#sec_03 .cover.cover_02{
	background-image: url(../images/sec_03_bg_02.png);
	background-position: right center;
	margin: 0 auto 80px;
}
#sec_03 .cover .container .case{
	padding-top: 50px;
	max-width: 710px;
}
#sec_03 .cover .container .case h3{
	font-style: italic;
	font-size: 30px;
	margin-bottom: 20px;
}
#sec_03 .cover .container .case .pack{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px;
	box-sizing: border-box;
}
#sec_03 .cover .container .case .pack ul{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
#sec_03 .cover .container .case .pack ul li{
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}
#sec_03 .cover .container .case .pack ul li::before{
	content: "";
	background-image: url(../images/sec_03_check.png);
	background-size: cover;
	width: 25px;
	height: 16px;
	position: absolute;
	left: 0;
	top:8px;
	background-repeat: no-repeat;
}
#sec_03 .cover.cover_01 .container .case{
	margin: 0 0 0 auto;
}
#sec_03 .cover.cover_01 .container .case h3{
	text-align: right;
}
#sec_03 .cover.cover_02 .container .case ul{
	display: flex;
	flex-wrap: wrap;
}
#sec_03 .cover.cover_02 .container .case ul li{
	margin-right: 30px;
}
#sec_03 .cover.cover_02 .container .case ul li:last-child,#sec_03 .cover.cover_02 .container .case ul li:nth-last-child(2){
	margin-bottom: 0;
}

/* sec_04 */
#sec_04 .container img{
	width: 100%;
	margin-bottom: 40px;
}
#sec_04 .container{
	text-align: center;
}

/* sec_05 */
#sec_05 .container .title_case{
	max-width: 1200px;
}
#sec_05 .container ul{
	display: flex;
    justify-content: space-between;	
}
#sec_05 .container ul li{
	background-color: #ffffff;
	width: 32%;
	text-align: center;
}
#sec_05 .container ul li img{
	width: 100%;
	margin-bottom: 40px;
}
#sec_05 .container ul li h3{
	font-size: 18px;
	margin-bottom: 10px;
}
#sec_05 .container ul li p{
	font-size: 14px;
	margin-bottom: 40px;
}

/* sec_06 */
#sec_06 .container{
	max-width: 1000px;
}
#sec_06 .container h2{
	margin-bottom: 30px;
}
#sec_06 .container .case_01{
	margin-bottom: 80px;
}
#sec_06 .container .case_01 table{
	width: 100%;
	border-spacing: 10px;
	text-align: center;
}
#sec_06 .container .case_01 table .menu_sub{
	width: 30%;
	margin-right: 10px;
	box-sizing: border-box;
	background-color: #46abc8;
	color: #ffffff;
	font-size: 24px;
}
#sec_06 .container .case_01 table .price_sub{
	width: 70%;
	background-color: #f2fafd;
	padding-right: 30px;
	box-sizing: border-box;
	font-weight: 500;
}
#sec_06 .container .case_01 table .content td{
	height: 100px;
	line-height: 100px;
}
#sec_06 .container .case_01 table .content td.price_sub{
	font-size: 30px;
	text-align: right;
}
#sec_06 .container .case_01 table .content td.price_sub span{
	font-size: 70%;
	padding-right: 5px;
}
#sec_06 .container .case_02{
	margin-bottom: 50px;
}
#sec_06 .container .case_02 img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#sec_06 .container .case_02 img.hukidashi{
	width: 100%;
	max-width: 770px;
}
#sec_06 .container .case_03 .pack{
	display: flex;
    justify-content: space-between;	
	margin-bottom: 20px;	
}
#sec_06 .container .case_03 table{
	width: 49%;
}
#sec_06 .container .case_03 table,#sec_06 .container .case_03 table tr,#sec_06 .container .case_03 table td,#sec_06 .container .case_03 table th {
    border: 1px solid #eeeeee;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
#sec_06 .container .case_03 table tr,#sec_06 .container .case_03 table td,#sec_06 .container .case_03 table th {
	height: 50px;
	width: 50%;
}
#sec_06 .container .case_03 table th {
	background-color:#46abc8 ;
	color: #ffffff;
	font-weight: 700;
}
#sec_06 .container .case_03 table tr td:first-child{
	background-color: #f2fafd;
}
#sec_06 .container .case_03 table tr td:last-child{
	text-align: right;
	padding-right: 20px;
}
#sec_06 .container .case_03 table td:last-child.center{
	text-align: center;
}
#sec_06 .container .attention{
	font-size: 14px;
}

/* sec_07 */
@media screen and (max-width: 1300px) {
#sec_07 .container{
	width: 96%;
}
}
#sec_07{
	padding: 100px 0 0;
}
#sec_07 .container ul{
	display: flex;
    justify-content: space-between;	
	align-items: flex-start; 
}
#sec_07 .container ul li{
	background-color: #ffffff;
	width: 24%;
}
#sec_07 .container ul li .img_case{
	width: 100%;
	position: relative;
}
#sec_07 .container ul li .img_case img{
	width: 100%;
}
#sec_07 .container ul li .img_case span{
	font-size: 18px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec_07 .container ul li .case{
	padding: 20px;
	box-sizing: border-box;
}
#sec_07 .container ul li .case .name_pack{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
#sec_07 .container ul li .case .name_pack .item{
	display: flex;
    justify-content: space-between;	
	align-items: baseline;
}
#sec_07 .container ul li .case .name_pack .item h3{
	margin-bottom: 0;
}
#sec_07 .container ul li .case .name_pack .item a{
	width: 20px;
	height: 20px;
	display: block;
}
#sec_07 .container ul li .case .name_pack .item a img{
	width: 100%;
}
#sec_07 .container ul li .case .name_pack .item a:hover{
	opacity: 0.8;
}
#sec_07 .container ul li .case .name_pack .post{
	font-size: 12px;
	font-weight: 500;
	color: #686868;
}
#sec_07 .container ul li .case .btn_pack .txt-show p{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.txt-hide{
	display: none;
}
#sec_07 .container ul li .case .btn_pack .txt-hide{
	font-size: 13px;
}
#sec_07 .container ul li .case .btn_pack .txt-hide ul{
	display: block;
	width: 100%;
	background-color: #f2fafd;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 20px;
}
#sec_07 .container ul li .case .btn_pack .txt-hide ul li{
	width: 100%;
	background-color: #f2fafd;
	margin-bottom: 5px;
	font-weight: 600;
}
#sec_07 .container ul li .case .btn_pack .txt-hide ul li span{
	display: block;
	color: #46abc8;
}
button.career_btn {
	width: 100%;
	margin: 20px auto 0;
	display: block;
	background-color: #ffffff;
	color: #46abc8;
	padding:10px 15px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	border: 1px solid #46abc8;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
} 
button.career_btn:hover{
	background-color: #f2fafd;
}
button.career_btn::after {
	content: "経歴を見る";
	transition: .2s;
	-erbkit-transition: .2s;
}
button.career_btn.on-click::after{
	content: "閉じる";
}

/* sec_08 */
#sec_08 .container .case{
	margin-bottom: 80px;
}
#sec_08 .container .case h3{
	font-size: 36px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1d2b2f;
	margin-bottom: 50px;
}
#sec_08 .container .case .pack{
	display: flex;
    justify-content: space-between;	
}
#sec_08 .container .case .pack .item{
	padding-left: 30px;
}
#sec_08 .container .case .pack .item .tel{
	font-size: 60px;
	margin-bottom: 10px;
	letter-spacing: 0;
	display: block;
}
#sec_08 .container .case .pack .item p.time{
	font-weight: 600;
	margin-bottom: 50px;
}
#sec_08 .container .case .pack .item p.time span{
	border: 1px solid #1d2b2f;
	padding: 2px 20px;
	display: inline-block;
	margin-right: 20px;
}
#sec_08 .container .case .pack .item .add{
	margin-bottom: 25px;
}
#sec_08 .container .case .pack .item .add .en{
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}

/* sec_09 */
#sec_09{
	background-color: #f7f6f6;
}
#sec_09 .container{
	max-width: 1000px;
	padding: 80px 60px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#sec_09 .container .case{
	margin-bottom: 40px;
}
#sec_09 .container .case:last-child{
	margin-bottom: 0;
}
#sec_09 .container .case h3{
	font-size: 18px;
	font-family:"Noto Sans JP", sans-serif;
	margin-bottom: 10px;
	font-weight: 700;
	padding-left: 30px;
	position: relative;

}
#sec_09 .container .case h3::before{
content:"";
display:inline-block;
width:15px;
height:2px;
background-color:#1d2b2f;
position:absolute;
top:50%;
left:0;
}

/* sec_10 */
#sec_10{
	background-image: url("../images/sec_10_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#sec_10 .container{
	max-width: 1000px;
}
#sec_10 .container .case{
	width: 70%;
	margin-left: auto;
	margin-right: 0;
}
#sec_10 .container .case h2{
	margin-bottom: 40px;
}
#sec_10 .container .case .btn{
	margin-top: 0;
}

/* footer */
footer{
  background-color: #535353;
	padding: 30px 0;
}
footer .container{
	max-width: 90%;
	display: flex;
    justify-content: space-between;	
}
footer .container .logo_case{
	display: flex;
	align-items: center;
}
footer .container .logo_case a{
	width: 80px;
	display: block;
}
footer .container .logo_case span{
	padding-left: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
	line-height: normal;
}
footer .container .logo_case a:hover{
	opacity: 0.5;
}
footer .container .logo_case a img{
	width: 100%;
}
footer .container .copy_case{
	text-align: right;
}
footer .container .copy_case a{
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 4px;
	display: inline-block;
}
footer .container .copy_case a:hover{
	border-bottom: none;
	opacity: 0.5;
	padding-bottom: 5px;
}
footer .container .copy{
	color: #aeaeae;
	font-size: 12px;
	letter-spacing: 1.5px;
	display: block;
}




@media screen and (max-width: 767px) {

#wrapper{
	font-size: 13px;	
}
.sp_btn{
	z-index: 100;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.702);
	bottom: 0;
}
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
.tab{
	display: none!important;
}
.container {
	margin: 0 auto;
	width: 90%;
}
section{
	padding: 50px 0;
	box-sizing: border-box;
}
p{
	font-size: 13px;
}
h2{
	font-size: 20px;
	margin-bottom: 30px;
}
h2 span.en {
	font-size: 15px;
	margin-bottom: 5px;
}
h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.title_case{
	margin-bottom: 30px;
}
.title_case h2{
	margin-bottom: 10px;
}
.title_case p{
	text-align: left;
}
.btn{
	width: 100%;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	margin-top: 40px;
}
#mainimgArea{
	height: auto;
	background-image: none;
}
#mainimgArea .container{
	width: 100%;
	height: auto;
}
#mainimgArea .container img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
#sec_01 .container .youtube_case{
	margin-bottom: 40px;
}
#sec_01 .container .review_case{
	padding: 40px 20px;
}
#sec_01 .container .review_case p{
	text-align: left;
}
#sec_01 .container .review_case .pack .item img {
	width: 96%;
	margin: 0 auto 20px;
}
#sec_01 .container .review_case .pack .item span {
	font-size: 15px;
}
#sec_02 .container .case{
	display: block;
	margin-bottom: 40px;
}
#sec_02 .container .case img.case_img{
	width: 100%;
	margin-bottom: 20px;
}
#sec_02 .container .case .pack{
	width: 100%;
}
#sec_02 .container .case .pack .title_item{
	display: block;
	text-align: center;
}
#sec_02 .container .case .pack .title_item span.en{
	font-size: 20px;
}
#sec_02 .container .case .pack ul{
	display: block;
}
#sec_02 .container .case .pack ul li .bl{
	width: 50px;
}
#sec_02 .container .case .pack ul li:first-child{
	margin-right: 0;
	margin-bottom: 5px;
}
#sec_02 .container .case .pack .comment_item{
	padding: 20px;
}
#sec_02 .container .case .pack .comment_item .name .en {
	font-size: 15px;
}
#sec_02 .container .case .pack .comment_item .name .doctor img {
	width: 30px;
}
#sec_03, #sec_04,#sec_07{
	padding: 50px 0 0;
}
#sec_03 h2 img{
	width: 80%;
}
#sec_03 .cover{
	background-size: 90%;
	height: auto;
}
#sec_03 .cover.cover_01{
	background-position: left top;
	margin: 0 auto 40px;
}
#sec_03 .cover.cover_02{
	background-position: right top;
	margin: 0;
}
#sec_03 .cover .container .case {
	padding-top: 180px;
}
#sec_03 .cover .container .case .pack{
	padding: 20px 20px 40px;
}
#sec_03 .cover .container .case .pack ul {
	font-size: 14px;
	margin-bottom: 10px;
}
#sec_03 .cover .container .case .pack ul li{
	padding-left: 25px;
	margin-bottom: 15px;
}
#sec_03 .cover .container .case .pack ul li::before {
	width: 19px;
	height: 12px;
}
#sec_03 .cover_02 .container .case .pack ul {
	display: block;
}
#sec_03 .cover.cover_02 .container .case ul li:nth-last-child(2){
	margin-bottom: 15px;
}
#sec_03 .cover .container .case h3{
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 20px;
	margin-bottom: 0;
}
#sec_03 .cover_01 .container .case h3{
	padding-right: 20px;
}
#sec_03 .cover_02 .container .case h3{
	padding-left: 20px;
}
#sec_03 .btn{
	width: 90%;
	margin: 40px auto 0;
}
#sec_05 .container ul{
	display: block;
}
#sec_05 .container ul li{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#sec_05 .container ul li:last-child{
	margin-bottom: 0;
}
#sec_05 .container ul li img {
	margin-bottom: 20px;
}
#sec_05 .container ul li p{
	margin-bottom: 0;
	font-size: 13px;
}
#sec_06 .container h2{
	margin-bottom: 20px;
}
#sec_06 .container .case_01{
	margin-bottom: 40px;
}
#sec_06 .container .case_01 table .content td{
	height: 60px;
	line-height: 60px;
}
#sec_06 .container .case_01 table .menu_sub{
	width: 50%;
	font-size: 15px;
}
#sec_06 .container .case_01 table .content td.price_sub{
	width: 50%;
	font-size: 20px;
	padding-right: 15px;
}
#sec_06 .container .case_01 table {
	border-spacing: 2px;
}
#sec_06 .container .case_02{
	margin-bottom: 20px;
}
#sec_06 .container .case_03 .pack{
	display: block;
}
#sec_06 .container .case_03 table{
	width: 100%;
}
#sec_06 .container .case_03 table:last-child tr:first-child{
	display: none;
}
#sec_06 .container .case_03 table:last-child{
	border-top: hidden;
}
#sec_06 .container .attention{
	font-size: 11px;
}
#sec_07 .container{
	width: 90%;
}
#sec_07 .container ul{
	display: block;
}
#sec_07 .container ul li{
	width: 100%;
	margin-bottom: 20px;
}
#sec_07 .container ul li:last-child{
	margin-bottom: 0;
}
#sec_08 .container .case h3{
	font-size: 18px;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sec_08 .container .case .pack{
	display: block;
}
#sec_08 .container .case .pack .item{
	padding-left: 0;
	margin-bottom: 20px;
}
#sec_08 .container .case .pack .item .tel{
	font-size: 40px;
	font-weight: 400;
}
#sec_08 .container .case .pack .item p.time span{
	margin-right: 10px;
}
#sec_08 .container .case .pack .item p.time{
	margin-bottom: 20px;
}
#sec_08 .container .case .pack .item .add{
	margin-bottom: 10px;
	font-weight: 400;
}
#sec_08 .container .case .pack iframe{
	width: 100%;
	height: 250px;
}
#sec_08 .container .case{
	margin-bottom: 40px;
}
#sec_09 .container{
	padding: 40px 20px;
}
#sec_09 .container .case{
	margin-bottom: 20px;
}
#sec_09 .container .case h3{
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#sec_10{
	padding: 30px 0;
	background-color: #f0fbff;
	background-position: right;
}
#sec_10 .container .case{
	width: 100%;
}
#sec_10 .container .case h2{
	margin-bottom: 20px;
}
footer{
	padding: 20px 0;
}
footer .container .copy_case a{
	font-size: 12px;
}
footer .copy{
	font-size: 10px!important;
}
footer .container{
	display: block;
}
footer .container .logo_case{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
footer .container .logo_case a{
	margin: 0 auto 10px;
	width: 15%;
}
footer .container .logo_case span{
	padding-left: 0;
	font-size: 11px;
}
footer .container .copy_case{
	text-align: center;
}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){
#wrapper{
	font-size: 15px;
}
.container{
	width: 94%;
}
h2{
	font-size: 30px;
}
.tab{
	display: block!important;
}
#mainimgArea,#mainimgArea .container{
	height: 100vh;
}
#mainimgArea .container .case .text_01 {
	font-size: 30px;
}
#mainimgArea .container .case h2{
	font-size: 70px;
}
#mainimgArea .container .tab {
    display: none !important;
}
#sec_02 .container .case img.case_img{
	width: 30%;
}
#sec_02 .container .case .pack{
	width: 68%;
}
#sec_02 .container .case .pack .title_item span.en{
	font-size: 30px;
}
#sec_03 .cover.cover_01,#sec_03 .cover.cover_02{
	margin: 0;
}
#sec_05 .container ul li h3 .sp{
	display: block!important;
}
#sec_07 .container ul li .case .name_pack .post {
	font-size: 11px;
}
#sec_08 .container .case .pack iframe{
	width: 50%;
}
footer .container{
	width: 94%;
}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait){
#wrapper{
	font-size: 15px;
}
.tab{
	display: block!important;
}
.container{
	width: 94%;
}
#mainimgArea{
	height: auto;
	background-image: none;
}
#mainimgArea .container{
	width: 100%;
	height: auto;
}
#mainimgArea .container .case.pc{
	display: none!important;
}
#mainimgArea .container img{
	width: 100%;
	margin: 0 auto;
}
#sec_02 .container .case .pack {
	width: 62%;
}
#sec_02 .container .case .pack .title_item span.en{
	font-size: 24px;
}
#sec_02 .container .case .pack ul{
	display: block;
}
#sec_02 .container .case .pack ul li .bl{
	width: 60px;
}
#sec_02 .container .case .pack ul li:first-child{
	margin-right: 0;
	margin-bottom: 5px;
}
#sec_02 .container .case .pack .comment_item{
	padding: 20px;
}
#sec_02 .container .case .pack .comment_item .name .en {
	font-size: 15px;
}
#sec_02 .container .case .pack .comment_item .name .doctor img {
	width: 30px;
}
#sec_02 .container .case .pack .comment_item p{
	font-size: 13px;
}
#sec_03 .cover{
	background-size: 70%;
	height: auto;
}
#sec_03 .cover.cover_01{
	background-position: left top;
	margin: 0 auto 40px;
}
#sec_03 .cover.cover_02{
	background-position: right top;
	margin: 0;
}
#sec_03 .cover .container .case {
	padding-top: 300px;
}
#sec_03 .cover .container .case h3{
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 20px;
	margin-bottom: 0;
}
#sec_03 .cover_01 .container .case h3{
	padding-right: 50px;
}
#sec_03 .cover_02 .container .case h3{
	padding-left: 50px;
}
#sec_03 .cover .container .case .pack{
	padding: 20px 50px 50px;
}
#sec_05 .container ul li p{
	font-size: 11px;
}
#sec_07 .container ul{
	flex-wrap: wrap;
}
#sec_07 .container ul li{
	width: 48%;
}
#sec_07 .container ul li:first-child{
	margin-bottom: 4%;
}
#sec_08 .container .case .pack{
	display: block;
}
#sec_08 .container .case h3{
	font-size: 28px;
	padding-left: 0;
	margin-bottom: 30px;
}
#sec_08 .container .case .pack iframe{
	width: 100%;
}
#sec_08 .container .case .pack .add_all{
	display: flex;
}
#sec_08 .container .case .pack .add_all .add{
	margin-right: 20px;
}
#sec_10{
	background-position: right;
	padding: 50px 0;
}
#sec_10 .container .case{
	width: 100%;
}
#sec_10 .container .case h2{
	margin-bottom: 20px;
}
footer{
	padding: 20px 0;
}
footer .container .copy_case a{
	font-size: 12px;
}
footer .copy{
	font-size: 10px!important;
}
footer .container{
	display: block;
}
footer .container .logo_case{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
footer .container .logo_case a{
	margin: 0 auto 10px;
	width: 15%;
}
footer .container .logo_case span{
	padding-left: 0;
	font-size: 11px;
}
footer .container .copy_case{
	text-align: center;
}
#sec_08 .container .case .pack .item{
	padding-left: 0;
}
#sec_08 .container .case .pack .item p.time{
	margin-bottom: 30px;
}



}

@media only screen and (min-device-width: 1024px) and (orientation: portrait){
/* 縦 pro*/
#contents{
	padding-top: 0;
}
.container{
	width: 96%;
}
.tab {
    display: block !important;
}
#mainimgArea .container .tab {
    display: none !important;
}
#sec_02 .container .case .pack .title_item span.en {
	font-size: 45px;
}
#sec_02 .container .case .pack ul{
	display: block;
}
#sec_02 .container .case .pack ul li:first-child{
	margin-bottom: 15px;
}
#sec_02 .container .case .pack{
	width: 63%;
}
#sec_03 .cover{
	height: auto;
	background-size: 55%;
}
#sec_07 .container ul li .case .name_pack .post {
	font-size: 11px;
}
#sec_08 .container .case .pack iframe{
	width: 50%;
}

}

/*
@media screen and (max-width: 992px) {
*/
@media screen and (max-width: 1200px) {
#contents{
	padding-top: 0;
}
.globalMenu{
	display: none;
}
.inner h1 a{
    width: 92px;
    height: 60px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 102;
}
.inner h1 .title {
	font-size: 11px;
	padding-left: 20px;
}
#top-head{
	/*background-color: transparent;*/
}
#top-head{
/*	height: 60px;
	position: fixed;
	padding: 15px 12px 14px 10px;*/
	box-sizing: border-box;
	/*position: inherit;*/
	height: 60px;
}
#top-head .inner{
	padding: 0;
}
.nav_toggle {
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top   : 10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .nav_toggle span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #46abc8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .nav_toggle span:nth-child(1) {
	top: 10px;
  }
  .nav_toggle span:nth-child(2) {
	top: 20px;
  }
  .nav_toggle span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .nav_toggle.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :46abc8;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  .nav_toggle.active span:nth-child(2),
  .nav_toggle.active span:nth-child(3) {
	top: 16px;
	background :46abc8;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  nav.globalMenu {
	position: fixed;
	z-index : 2;
	top  : 60px;
	left : 0;
	color: #666666;
  /*  background-color: #ffffff;*/
	background-color: rgba( 255, 255, 255, 0.8 );
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	height: 100vh;
	display: none !important;
  }
  #top-head nav{
	display: block;
  }
  nav.globalMenu ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  nav.globalMenu ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenu ul li:last-child {
	padding-bottom: 0;
  }
  #top-head nav ul li a:hover{
	  border: none;
  }
  nav.globalMenu ul li a {
	display: block;
	text-decoration :none;
  }
  #top-head nav ul{
	  display: block;
	  padding-left: 0;
	  padding-right: 0;
  }
  #top-head nav ul li{
	  padding-left: 0;
	  height: 80px;
	  line-height: 80px;
  }
  #top-head nav .btn{
	width: 90%;
	margin: 0 auto;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenu.active {
	  opacity: 100;
	  display: block !important;
  }

}

