.napoleon_logo{
	width: 70%;
    max-width:450px;
}
.footer_inr_logo .napoleon_logo{
    width:30%;
	max-width:200px;
    margin:0 auto;
}
.footer_inr_logo p {
	  text-align: center;
    color: #fff;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.header_menu_txt {
	margin: 1.5rem 0;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width:768px){
	.footer_inr_logo p {
    font-size: 1.7rem;
	}
	.header_menu_txt {
		font-size: 2.7rem;
	}
}

body {
    margin: 0;
    padding: 0;
    border: none;
font-weight:600;
}
body, td, th, input, textarea, dt, dd, ul {
    color: rgb(0, 0, 0);
    font-family: "jp-font", "Shippori", serif;
    font-size: 1rem;
    line-height: 1.5;
}
.header {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}


a {
    color: #000;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}
a, a:focus, a:hover, a:active {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}
a, a:focus, a:hover, a:active {
    outline: none;
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "en-font";
  /* フォントが置かれているパスを書く */
  src: url("../fonts/caveat/Caveat-Regular.ttf") format("TrueType") }
}
@font-face {
  font-family: "jp-font";
  src: url("../fonts/shippori/ShipporiMinchoB1-OTF-Regular.otf") format("OpenType") }
}
/* ここからトップページ共通の設定 */
#about .s-tt {
    margin-bottom: 4rem;
}
#about .s-tt span {
    display: block;
    font-family: "jp-font", "Shippori", serif;
    line-height: 1;
	font-weight:lighter;
}
#about .s-tt span.en {
    font-size: 3.3rem;
    margin-bottom: 0.5rem;
    color: #211706;
	font-weight:bold;
}
#about .s-tt span.jp {
    font-size: 1.1rem;
    color: #c7a23f;
    line-height: 1;
	padding-bottom:0.5rem;
	font-weight:bold;
}
/* ここまでトップページ共通の設定 */
/* ここからローディング設定 */
.is-hide{
    display: none;
}
#loader-bg {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	text-align:center;
}
.loading_logo {
	position:absolute;
	top:30%;
	left:13%;
	display:flex;
	flex-direction:column;
}
.maximg-loading {
	width:20%;
    display: inline-block;
	animation:rotate_anime 1s linear infinite;
	margin:0 auto;
}
.maxtitle-loading {
	width:20%;
	margin:0 auto;
}
@media screen and (max-width: 450px){
	#top #loader-bg {
		display:none;
	}
}
/*@keyframes rotate_anime {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}*/
/* ここまでローディング設定 */
/* ここからfixedのタイトル */
.header_sitett {
    position: fixed;
    top: 0;
    left: 2rem;
	width:15rem;
}
.header_sitett a{
    text-decoration: none;
    display: block;
    transition: all .3s;
}
.sitetitle1{
	background: url(../imgs/maxlogo-wt-lt.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 120%;
	height:7rem;
    transition: all .3s;
	display:none;
}
.sitetitle2{
	background: url(../imgs/maxlogo-br-lt.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:9rem;
    display: block;
    transition: all .3s;
}
.changecolor1{
	display:none;
}
.changecolor2{
	display:block;
	animation: appear .7s ease;
}
@keyframes appear{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.header_sitett a:hover {
    text-decoration: none;
	opacity: 0.4;
}
@media screen and (max-width: 450px){
	.header_sitett a:hover {
    	text-decoration: none;
		opacity: 1;
	}
}
/* ここまでfixedのタイトル */
/* ここからfixedの予約ボタン */
.header_re{
    position: fixed;
    top: calc(50vh - 5rem);
    right: 0;
	width:3rem;
}
.header_re a{
	background:#4b340e;
    transition: .5s;
    width: 100%;
	height:11rem;
	color:#fff;
	line-height:0;
	text-align:center;
    text-decoration: none;
    display: flex;
	justify-content:center;
    font-family: "jp-font", "Shippori", serif;
	font-size:0.9rem;
	font-weight:bold;
}
.header_re a:hover{
	opacity:0.8;
}
@media screen and (max-width: 450px){
	.header_re a:hover{
		opacity: 1;
	}
}
.header_re span{
	display: block;
    writing-mode: vertical-rl;
   font-feature-settings: initial;
}
.header_re span::after{
	font-family: "icomoon";
	content: "\ea15";
    margin-top: 0.5rem;
}
/* ここまでfixedの予約ボタン */
/* ここからfixedのメニューボタン */
.nav-toggle {
    position: absolute;
    top: 0.9rem;
    right: 2%;
	width: 4%;
	cursor: pointer;
    transition: all .3s;
	z-index:100;
}
.nav-toggle:hover {
	opacity: 0.4;
}
.nav-lead-text {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.nav-click {
    font-size: 13px;
}

@media screen and (max-width: 450px){
	.nav-toggle:hover {
		opacity: 1;
	}
}
.nav-button1{
	background: url(../imgs/saturn-white.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:3.5rem;
	display:block;
}
.nav-button2{
	background: url(../imgs/saturn-brown.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:3.5rem;
	display:none;
}
.changecolor1{
	display:none;
}
.changecolor2{
	display:block;
	animation: appear .7s ease;
}
@keyframes appear{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.nav-toggle-txt{
    font-family: "en-font","Caveat",sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    line-height: 0;
	text-align:center;
	transition:all .4s;
}
.changecolor3{
	color:#211706;
}
/* ナビボタンのオンオフ */
.nav-toggle .nav-button{
	opacity: 1;
	transition:all 1s;
}
.nav-toggle.nav-toggle-active .nav-button{
	opacity: 0;
}
.nav-toggle span{
	display: inline-block;
    transition: all .5s;
    position: absolute;
	opacity:0;
}
.nav-toggle span:nth-of-type(1),
.nav-toggle span:nth-of-type(2) {
	height: 1px;
	background: #fff;
    width: 70%;
    left: 15px;
}
.nav-toggle span:nth-of-type(1) {
	top:13px;
}
.nav-toggle span:nth-of-type(2) {
	top:36px;
}
/* activeクラスが付与されると線が回転して×になる */
.nav-toggle.nav-toggle-active span:nth-of-type(1) {
    top: 18px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
	opacity:1;
}
.nav-toggle.nav-toggle-active span:nth-of-type(2){
    top: 30px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
	opacity:1;
}
@media screen and (max-width: 450px){
	#top .nav-toggle.nav-toggle-active span:nth-of-type(1) {
		left: 18px;
		top: 10px;
	}
	#top .nav-toggle.nav-toggle-active span:nth-of-type(2){
		left: 18px;
		top: 22px;
	}
}
/* ここまでfixedのメニューボタン */
/* ここからfixedのスライドメニュー */
.header_menu{
	background:#4b340e;
	display:flex;
	fustify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	overflow-y: scroll;
	position:fixed;
	top:0;
	left:-120%;
	z-index:10;
	transition:left .7s, opacity 1.3s;
	opacity:0;
}
.open-menu{
	left: 0;
	opacity: 1;
}
.header_menu nav{
	max-width:calc(98rem+12%);
	width: 100%;
	height:100%;
	margin:0 auto;
    padding: 0 6%;
    box-sizing: border-box;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
}
/* (スライドメニューの左側↓) */
.header_menu_logo {
    width: 25rem;
    max-width: 25rem;
    position: relative;
	top:0rem;
	left:4rem;
	text-align:center;
}
.header_menu_logo img{
	width:100%;
}
.header_menu_logo::after{
	width: 7rem;
	height: 7rem;
	background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
	background-size: auto 100%;
    transform: scale(-1, 1);
	display: block;
	content: "";
    position: absolute;
    bottom: -15rem;
    left: 10%;
	animation: daikokumove 5s ease-in-out infinite;
}
@keyframes daikokumove{
	0%, 70%, 75%, 80% { transform: scale(-1, 1.0); }
	72.5%, 77.5% { transform: scale(-1, 0.95); }
}
/* (スライドメニューの左側↑) */
/* (スライドメニューの右側↓) */
.header_menu_inr{
	padding: 7rem 7rem 7rem 15rem;
    box-sizing: border-box;
    min-width: 42rem;
    font-size: 0.5rem;
	text-align:left;
	overflow:auto;
}
.header_menu_inr ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
	line-height:2.8;
}
.header_menu_inr ul li a,
.header_menu_inr .info .item .st,
.header_menu_inr .info .item a.phone{
    font-family: "jp-font", "Shippori", serif;
    color: #fff;
    display: block;
    text-decoration: none;
	font-weight: 900;
}
.header_menu_inr ul li a{
    font-size: 1.2rem;
	text-align:left;
}
.header_menu_inr ul li a.current {
	border-bottom: 2px dashed #fff;
}
/*
.header_menu_inr ul li a.current:before {
	border: .5px solid #fff;
	position: absolute;
	bottom: 2px;
	width: 100%;
	content: "";
}*/
.header_menu_inr ul li:not(.reservation) a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0rem;
	background:
    	linear-gradient(currentColor 0 0) bottom 0   left  0 /var(--d, 0) 1px no-repeat,
    	linear-gradient(currentColor 0 0) bottom 5px right 0 /var(--d, 0) 1px no-repeat;
	transition: 0.5s, background-position 0s 0.5s;
	border-color:#fff;
}
.header_menu_inr ul li:not(.reservation) a:hover{
	--d: 100%;
	background-position: bottom 0 right 0, bottom 5px left 0;
}/*
@media screen and (max-width: 767px){
	.header_menu_inr ul li:not(.reservation) a:hover{
		background-position: bottom 0 right 0, bottom 5px left 0;
	}
}*/
/* (スライドメニューの右側 リスト↑) */
/* (スライドメニューの右側 予約↓) */
.header_menu_inr ul li.reservation {
    margin-top: 1.5rem;
}
.header_menu_inr ul li.reservation a {
    width: 100%;
    font-size: 1.1rem;
    border: 1px solid #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.header_menu_inr ul li.reservation a:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 450px){
	.header_menu_inr ul li.reservation a:hover {
		background: #4b340e;
		color: #fff;
	}
}
/* (スライドメニューの右側 予約↑) */
/* (スライドメニューの右側 電話＆住所↓) */
.header_menu_inr .info {
    margin-top: 4rem;
    color: #fff;
}
.item a.phone {
    color: #fff;
    font-size:1.3rem;
    line-height: 1;
    font-weight:bold;
}
.item a.phone em {
    font-size: 1rem;
    padding-right: 0.3rem;
}
em {
    font-style: normal;
}
.header_menu_inr .info .item+.item {
    margin-top: 4rem;
}
.header_menu_inr .info .item .st {
    font-size: 1rem;
}
.header_menu_inr .info .item p {
    font-size: 0.9rem;
	padding-top:0.3rem;
	color: #fff;
}
/* ここまでfixedのスライドメニュー */
/* ここからheaderのスライドショー */
.main_slide_wrap{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
    transition: opacity .2s ease-out 0s,filter .4s ease-in-out 0s;
}
.main_slide{
    position: relative;
    box-sizing: border-box;
}
.main_logo{
    position: absolute;
    top: 11%;
    left:30.5%;
    z-index: 10;
    width: 36%;
    margin-left: 0;
    opacity: 1;
    transform: translateY(0rem);
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-track{
	height:100vh;
	width:100%;
}
.main_slideshow{
	margin:0;
	padding:0;
    width: 100%;
    height: 100vh;
    position: relative;
    outline: none;
	display: block;
}
.main_slick_slide{
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 450px){
	#top .main_slick_track .slick-list .slick-track{
		width:100%;
		height: 100vh;
	}
	#top .main_slideshow {
		height: 100vh;
	}
}
.main_slick_slide:nth-child(1){ background-image: url(..imgs/slick-slideshow1.jpg) 0 0 no-repeat;}
.main_slick_slide:nth-child(2){ background-image: url(../imgs/slick-slideshow2.jpg) 0 0 no-repeat;}
.main_slick_slide:nth-child(3){ background-image: url(../imgs/slick-slideshow3.jpg) 0 0 no-repeat;}
.main_slick_slide:nth-child(4){ background-image: url(../imgs/slick-slideshow4.jpg) 0 0 no-repeat;}
.slick-slider .slick-dots{
	padding:0;
	margin:0;
	width:100%;
	display:absolute;
	bottom:1rem;
	z-index:20;
}
.slick-slider .slick-dots li button:before{
	color:#f5f5f5;
}
.slick-slider .slick-dots li.slick-active button:before{
	color:#fff;
}
.main_copy{
	height:3%;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "en-font","Caveat",sans-serif;
    color: #fff;
    z-index: 999;
    position: absolute;
    top: 70%;
    left: 2.3%;
    transform: rotate(-90deg);
    transform-origin: left;
}
/* ここまでheaderのスライドショー */
/* ここからサブページ部分 */
/* タイトル */
.wrap_k{
	padding-top:200px;
}
.wrap_k2{
	padding-top:400px;
}
.page-re #wrapper {
    width: 100%;
    overflow: hidden;
}
.sub_title{
	display: flex;
	justify-content: center;
align-items: center;
	padding-bottom:200px;
}
.sub_title_tt{
margin: 0 auto;
  / padding: 10rem 15rem 15rem 15rem; /
  font-size: 3.5rem;
  width:600px;
}
.title_tt{
 	 text-align: left;
  	 color: #211706;
	padding-left:3rem;
}
.en{
 	font-size:50px;
	color:#211706;
	line-height: 50px;
	text-shadow: 1px 2px 2px #c0c0c0;
}
.jp{
 	font-size:1.3rem;
	color:#BC900C;
	display:block;
	line-height: 5px;
	text-shadow: 1px 2px 2px #c0c0c0;
}
.sub_title_img{
  	text-align:right;
	width:100%;
	height:100%;
}
.sub_title_img img{
	width:auto;
	height:100vh;
}
/* タイトルおわり */
/* 気功施術内容*/
.wrap{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.txt_sub1{
   	display: block;

}
.c_tt_lv1{
	font-size: 1.6rem;
	line-height: 300px;
   	text-align: center;
}
.txt1{
	width: 700px;
	margin: 0 auto;
   	text-align: center;
	line-height: 1.9rem;
}
.txt3{
   	text-align: center;
}
/* 気功施術内容おわり */
/* 診察の流れ */
.c_tt_lv3{
	line-height: 300px;
   	text-align: center;
	font-size: 1.6rem;
}
.txt2{
   	text-align: center;
	margin-top:-100px
}
.flow-list,.flow-list2{
	list-style: none;
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	padding: 0;
}
.flow-item{
	display: flex;
	padding:50px;
}
.flow-num,.flow-num2{
	width: 80px;
	padding-top:3px;
}
.flow-txt,.flow-txt3{
	margin:  0px;
	padding-left:20px;
	line-height: 1.9rem;
}
.flow-txt2{
	margin-top:  -20px;
}
/* 診察の流れおわり */
/* 気功効果 */
.koukaitiran img{
	width:950px;
	height:100%;
}
.koukaitiran2{
	padding:150px 0 50px 0;
	width:400px;
	height:100%;
	margin: 0 auto;
}
video{
	width:600px;
	height:100%;
}
.douga{
   	text-align: center;
}
.c_tt_lv4{
   	text-align: center;
	font-size: 1.4rem;
}
.dd{
	padding-top:50px;
}
/* 気功効果おわり */
/* お客様の声 */
.okuakusama{
	width:800px;
	height:100%;
	margin: 0 auto;
}
/*大島追加*/
.okyakusama_inner{
	display:flex;
	align-items:center;
}

.okyakusama_comment_left{
position: relative;
margin:65px 0 65px 30px;
padding: 0 10px;
border:solid 2px #333;
border-radius: 18px;
color: #000; /* テキストの色 */
text-align:left;
}

.okyakusama_comment_left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 40px;
	border-right: 15px solid #333;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  .okyakusama_comment_left::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 40px;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }

.okyakusama_comment_right{
	position: relative;
	margin:65px 30px 65px 0;
	padding: 0 10px;
	border:solid 2px #333;
	border-radius: 18px;
	color: #000; /* テキストの色 */
	text-align:left;
}

  .okyakusama_comment_right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 40px;
	border-left: 15px solid #333;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  .okyakusama_comment_right::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -12px;
	top: 40px;
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }

@media screen and (max-width: 959px){
.okyakusama_inner{
	display:flex;
	align-items:center;
  }

.okyakusama_comment_left{
	position: relative;
	margin:65px 0 65px 30px;
	padding: 0 10px;
	line-height:1.6rem;
	border:solid 2px #333;
	border-radius: 14px;
	color: #000; /* テキストの色 */
	text-align:left;
  }

.okyakusama_comment_left p{
  	font-size: 1.1rem;
	font-weight: 900;
  }

.okyakusama_comment_left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 30px;
	border-right: 15px solid #333;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  .okyakusama_comment_left::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 30px;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }

.okyakusama_comment_right{
	position: relative;
	margin:65px 30px 65px 0;
	padding: 0 10px;
	line-height:1.6rem;
	border:solid 2px #333;
	border-radius: 14px;
	color: #000; /* テキストの色 */
	text-align:left;
  }

.okyakusama_comment_right p{
  	font-size: 1.1rem;
	font-weight: 900;
  }

  .okyakusama_comment_right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 30px;
	border-left: 15px solid #333;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  .okyakusama_comment_right::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -12px;
	top: 30px;
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
}
/*ここまで大島*/

/* お客様の声おわり */
/*　流れ */
.fk_txt{
	padding:20px 0 50px 0;
	margin: 0 auto;
}
.txt_ok{
	margin:20px 0 80px 0;
}
.nagare{
	width:900px;
	margin: 0 auto;
}
/* 流れおわり */
/* 料金 */

table{
 	border-collapse: collapse;
	margin:auto
}

table th{
	color:#fff;
	width:1000px;
	height:40px;
	background: #4b340e;
}
.t_left{
	color:#fff;
	width:500px;
	height:80px;
	font-size: 1.6rem;
	background: #865c19;
}
.hun{
	font-size: 1.1rem;
}
.t_right{
	width:500px;
	height:80px;
	font-size: 1.6rem;
	background: #e3cf9e;
}
.sankaku{
	padding-top:60px;
	line-height: 1.9rem;
}
.menu{
   	display: block;
	margin: 0 auto;
	width:1000px;
	padding-top:100px;
}
.hr_tt hr{
	width:1000px;
        border: none;
	border-top: 1px solid #ccc;
}
.menubox_wrap{
	width:940px;
   	display: block;
	margin: 0 auto;
}
.menubox{
	display: flex;
}
.menulist{
	width:500px;
	display: table;
	padding-left:15px;
}
.tb{
	padding-bottom:39px;
}
.tb2{
	padding-bottom:30px;
}

.menuttl{
	padding-top:50px;
	width:300px;
	text-align: left;
	display: table-cell;
}
.nen{
	width:50px;
	text-align: right;
	display: table-cell;
	text-align: left;
}
.price{
	width:50px;
	text-align: right;
	display: table-cell;
}
.price2{
	width:100px;
	text-align: right;
	display: table-cell;
}
.cap{
	font-size: 0.9rem;
	color:#BC900C;
}
.menuttl2,.cap2,.cap3{
	font-size: 0.9rem;
	color:#BC900C;
	width:410px;
   	text-align: left;
	line-height: 16px;
}
.tb3{
	margin-top:-40px;
}
.wakusei{
    list-style-type: none;
	font-size: 0.9rem;
	color:#BC900C;
   	text-align: left;
	margin-left:-40px;
	display: table;
}
.ss{
	width:76px;
	display: table-cell;
}
.ss2{
	width:334px;
	display: table-cell;
	line-height:1.2rem;
}

/* 料金終わり */
/*お振込み方法*/
.sh_menu{
	width:900px;
	fustify-content: ;
	flex-direction: row;
	margin:0 auto;
}
.txt6{
   	text-align: center;
	line-height: 1.5rem;
}
input[type="image"]{
	width:300px;
	height:100%;
	padding:20px;
}
.sh_tt{
   	text-align: center;
	margin: 0 auto;
	padding:50px 0 70px 0;
	margin-top:-80px;
}
.sh_list{
	padding-top:50px;
	display: flex;
	justify-content: space-evenly;
}
.sh_menu div.sh {
	margin: 0 auto;
}
.sh{
	width:350px;
	height:350px;
	padding:1em;
	margin: 2em auto;
	background: #fff;
	border-bottom: solid 5px #211706;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.sh_txt{
	line-height: 2.5rem;
	padding:30px 0 0 65px;
}
.sh h4{
	border-bottom:1px solid #211706;
}
.sh_img{
	width:200px;
     	padding-left:30px;
}
.sh_img img{
	width:280px;
	height:100%;
}

/*お振込み方法終わり*/
/* 初めての方 */
.flow-num2{
	width: 160px;
	margin-top:-7px;
}
.tt_o{
	font-size: 1.3rem;
}
.flow-item2{
	display: flex;
	padding:50px;
}
.txt_sub2{
	padding-top:80px;
	padding-bottom:200px;
}
.txt5{
	width:480px;
}
.setumei{
	display: flex;
}
.txt4{
	height:100px;
	width:800px;
	background:#4b340e;
   	text-align: center;
	margin: 0 auto;
	line-height:100px;
}
.otoi{
	color:#fff;
}
.otoi ::after{
	font-family: "icomoon";
	content: "\ea15";
	margin-top: 0.5rem;
	margin-left: 0.2rem;
}
/* 初めての方おわり */

/* ここからFooter部分 */
.footer {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 10rem;
    contain-intrinsic-size: 1300px;
}
.footer .pagetop {
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    position: fixed;
    right: 0rem;
    bottom: 3rem;
    z-index: 99;
}
.footer .pagetop.is-show {
    opacity: 1;
}
.footer .pagetop.is-show a {
    cursor: pointer;
}
.footer .pagetop a {
    display: block;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    padding: .6rem;
    cursor: default;
    color: #211706;
}
.footer .pagetop a span {
    font-family: "en-font","Caveat",sans-serif;
    font-size: .9rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    display: block;
    line-height: 1.2rem;
	font-weight:bold;
    white-space: nowrap;
}
.footer .pagetop a span::before {
    position: absolute;
    top: 50%;
    right: 3.7rem;
    display: block;
    width: 1rem;
    height: .7px;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    background: #211706;
    content: "";
    transform: rotate(180deg);
}
.footer .pagetop a span:hover::before {
	width:2rem;
	transform: rotate(180deg);
}
.footer_movie video{
    width: 100%;
    height: 100vh;
    position: relative;
	bottom:5rem;
    z-index: 1;
	display:none;
}
.footer_movie{
	padding:100px;
}
@media screen and (max-width: 450px){
	#top .footer_movie video {
		display:none;
	}
}
.footer_inr {
    background: #4b340e;
    color: #fff;
    position: relative;
    z-index: 2;
	margin:0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.footer_inr::before {
    width: 102%;
    height: 7rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.127 171.417" enable-background="new 0 0 1301.127 171.417" xml:space="preserve"><path fill="%234b340e" d="M1300.5,170.917H0.5V35.278c42.733,1.079,88.236,2.836,135.246,5.221  c42.187,2.14,86.723,4.844,132.371,8.037c73.673,5.152,150.931,11.588,236.188,19.674c46.058,4.368,92.027,7.659,136.633,9.783  c41.954,2,83.728,3.009,124.157,3.009c36.267,0,72.328-0.814,107.184-2.418c32.477-1.5,64.676-3.712,95.699-6.589  c55.14-5.113,107.937-12.413,156.926-21.7c37.376-6.936,74.379-15.747,110.87-26.4c13.725-4.078,26.556-8.273,38.135-12.469  c10.126-3.669,19.07-7.252,26.587-10.65v170.14L1300.5,170.917z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -6rem;
    left: -1%;
}
.footer_inr_logo {
	display:flex;
	flex-direction:column;
}
.footer_inr_logo .footer-img1{
    width: 10rem;
    margin: 0 auto;
}
.footer_inr_logo .footer-img2{
	width: 45%;
    height: 3.5rem;
    margin: 0 auto;
	padding-top:1rem;
}
.footer_inr_menu {
    margin-top: 2rem;
    text-align: center;
}
.footer_inr_menu li {
    display: inline-block;
}
.footer_inr_menu li a {
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    color: #fff;
	font-weight:bold;
	font-size: .95rem;
	transition:all 0.5s;
}
.footer_inr_menu li:not(.reservation) a:hover{
	opacity:0.4;
}
@media screen and (max-width: 450px){
	.footer_inr_menu li:not(.reservation) a:hover{
		opacity: 1;
	}
}
.footer_inr_menu li+li {
    margin-left: 1.8rem;
    margin-top: 2rem;
}
.footer_inr_menu li.reservation {
    margin-top: 3.3rem;
    margin-left: 0;
    display: block;
}
.footer_inr_menu li.reservation a {
    width: 100%;
    border: 1px solid #fff;
    padding: .8rem 4rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.footer_inr_menu li.reservation a:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 450px){
	.footer_inr_menu li.reservation a:hover {
		background: #4b340e;
		color: #fff;
	}
}
.footer_inr_tel {
    text-align: center;
    font-size: .8rem;
    margin-top: 2.8rem;
}
.footer_inr_tel a {
    color: #fff;
    font-size: 1.2rem;
}
.footer_inr_address {
    margin-top: 2rem;
    text-align: center;
	font-size:.9rem;
}
.footer_copyright {
    position: relative;
    left: 0;
    z-index: 3;
    background: #211706;
    text-align: center;
    padding: 2rem 0 1.8rem;
    color: #fff;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    font-size: .7rem;
	letter-spacing:0;
}
.footer_copyright::before {
    width: 110%;
    height: 2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.613 41.057" enable-background="new 0 0 1301.613 41.057" xml:space="preserve"><path fill="%23211706" d="M1.113,40.556h1300V8.668c-42.733,0.254-88.236,0.667-135.246,1.228c-42.188,0.5-86.724,1.139-132.371,1.889  c-73.673,1.211-150.931,2.724-236.189,4.625c-46.057,1.027-92.026,1.8-136.633,2.3c-41.954,0.47-83.727,0.707-124.157,0.707  c-36.266,0-72.327-0.19-107.183-0.568c-32.477-0.353-64.676-0.873-95.7-1.55c-55.139-1.199-107.936-2.918-156.925-5.1  c-40.339-1.8-77.641-3.886-110.87-6.207C52.114,5.032,39.283,4.046,27.704,3.06C17.578,2.197,8.633,1.36,1.117,0.56v39.996H1.113z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: -2rem;
}
/* ここまでFooter部分 */
/* フェーイドイン */
.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 0.9s;
	transform:translateY(4rem);
}
.fade_on{
 	opacity: 1;
	transform:translateY(0rem);
	transition: all 0.9s;
}
/* フェーイドイン */






/* ////////////////////950レスポンシブ//////////////////////////// */
@media screen and (max-width: 950px){
/* ここからトップページ共通の設定 */
html {
    font-size: 2vw;
	width:100%;
}
body, td, th, input, textarea, dt, dd, ul, div, p {
    font-family: "jp-font", "Shippori", serif;
    font-size: 1.7rem;

}
/* ここまでトップページ共通の設定 */

/* ここからサブページ部分 */
/* ここからfixedのタイトル */
#about .header {
    align-items: center;
	display:block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    height: 9rem;
}
.max950-color{
    background: #fff;
}
#about .header .header_sitett {
	width:55%;
	top:0rem;
	left:1rem;
	vertical-align: middle;
	z-index:999;
	display:block;
}
#about .header .header_sitett a {
	width:100%;
	height:9rem;
}
/* ここまでfixedのタイトル */
/* ここからfixedの予約ボタン */
#about .header .header_re {
	width:9rem;
    top: 0rem;
    right: 9rem;
}
#about .header .header_re a {
    width: 9rem;
    height: 9rem;
    writing-mode: horizontal-tb;
}
#about .header .header_re a span {
    display: none;
}
#about .header .header_re a::after {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
    font-size: 1.7rem;
    content: "ご予約";
    color: #fff;
	padding-top:4.5rem;
}
/* ここまでfixedの予約ボタン */
/* ここからfixedのメニューボタン */
#about .header #nav-toggle {
    background: rgba(0,0,0,0);
    top: 2rem;
    right: 0;
    width: 9rem;
    height: 9rem;
	align-items:center;
}
.header #nav-toggle .nav-button {
    width: 50%;
	height:50%;
	margin:0 auto;
}
.header #nav-toggle .nav-toggle-txt {
    font-size: 2.5rem;
}
.header #nav-toggle.nav-toggle-active span:nth-of-type(1) {
    top: 13px;
    left: 25px;
    width: 50%;
	opacity:1;
}
.header #nav-toggle.nav-toggle-active span:nth-of-type(2){
    top: 25px;
    left: 25px;
    width: 50%;
	opacity:1;
}

#about .nav-button1 {
	display: none;
}
#about .nav-button2 {
	display: block;
}
.nav-lead-text {
	display: none;
}

/* ここまでfixedのメニューボタン */
/* ここからfixedのスライドメニュー */
.header_menu nav {
	left:0;
    max-width: 100%;
}
.header_menu nav::after {
	width: 7rem;
	height: 7rem;
	background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
	background-size: auto 100%;
	display: block;
	content: "";
    position: absolute;
    bottom: -5rem;
    right: 10%;
	animation: daikokumove2 5s ease-in-out infinite;
}
@keyframes daikokumove2 {
	0%, 70%, 75%, 80% { transform: scale(1, 1.0); }
	72.5%, 77.5% { transform: scale(1, 0.95); }
}
.header_menu nav .header_menu_logo {
    display: none;
}
/* (スライドメニューの右側 リスト↓) */
.header_menu nav .header_menu_inr{
	padding:30% 8%;
}
.header_menu nav .header_menu_inr .main_nav {
    padding-top: 3rem;
}
.header_menu nav .header_menu_inr .main_nav li {
	height:7rem;
}
#about .header_menu nav .header_menu_inr .main_nav li+li {
	margin-top: 1.5rem;
}
.header_menu nav .header_menu_inr .main_nav li a {
    font-size: 2.3rem;
}
/* (スライドメニューの右側 リスト↑) */
/* (スライドメニューの右側 予約、電話＆住所↓) */
#about .header_menu_inr .main_nav li.reservation a {
    padding: 1.5rem 0;
    margin-top:3rem;
}
.header_menu nav .header_menu_inr .info {
	margin-top:10rem;
}
.header_menu_inr .info .item a.phone {
    font-size:3rem;
    line-height: 1;
}
.header_menu_inr .info .item a.phone em {
    font-size: 2rem;
}
.header_menu nav .header_menu_inr .info .item+.item {
    margin-top: 3rem;
}
.header_menu nav .header_menu_inr .info .item .st {
    font-size: 2.2rem;
}
.header_menu nav .header_menu_inr .info .item p {
    font-size: 1.6rem;
	padding-top:0.3rem;
}
/* ここまでfixedのスライドメニュー */
/* ここからheaderのスライドショー */
#wrapper .main_slide_wrap {
    height: 100vh;
}
#about .main_logo {
    display: none;
}
.main_slide .slick-slider　{
	left: 1.5rem;
}
.main_slide .slick-slider .slick-dots {
    text-align: left;
}
#about .main_slick_track .slick-list .slick-track{
	width:100%;
	height: 100vh;
}
.main_slide_wrap .main_slick_slide:nth-child(1) { background-image: url(../imgs/slick-slideshow1-min.jpg); background-size: cover; }
.main_slide_wrap .main_slick_slide:nth-child(2) { background-image: url(../imgs/slick-slideshow2-min.jpg); background-size: cover; }
.main_slide_wrap .main_slick_slide:nth-child(3) { background-image: url(../imgs/slick-slideshow3-min.jpg); background-size: cover; }
.main_slide_wrap .main_slick_slide:nth-child(4) { background-image: url(../imgs/slick-slideshow4-min.jpg); background-size: cover; }

#wrapper .main_slide_wrap .main_copy {
    font-size: 2.5rem;
    top: 90%;
    left: 1.5rem;
}
#about .main_slide_wrap_scroll {
    right: -5rem;
}

/* ここまでheaderのスライドショー */
/* タイトル */
.wrap_k{
	padding:0;
}

.title{
	text-align: center;
	width:100%;
	height:100%;
	margin: 0 auto;
	padding-top:9rem;
}
.sub_title{
	padding-bottom:50px;
}
.sub_title_tt{
	font-family: 'AppleColorEmoji',sans-serif;
	width:100%;
	position: absolute;
}
.title_tt{
	text-align: center;
	z-index:10;
	padding:0;
}
.en{
 	font-size:6rem;
	color:#fff;
	line-height: 7rem;
}
.jp{
 	font-size:2rem;
	color:#fff;
	display:block;
	line-height: 5px;
}
.sub_title_img{
	width:100%;
	height:100%;
	text-align: center;
}
.sub_title_img img {
	width:100%;
	height:100%;
}
/* タイトルおわり */
/* 気功施術内容*/
.wrap{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.txt_sub1{
	padding-top:160px;
   	display: block;
	width:600px;
	margin: 0 auto;
}
.c_tt_lv1{
	line-height: 40px;
   	text-align: center;
  	  font-size: 2.4rem;
	margin: 0 auto;
	padding:80px 0;
}
.txt1{
	width:600px;
	margin: 0 auto;
   	display: block;
}
.txt1,.txt3,.txt5{
   	text-align: left;
	line-height: 3rem;
}
/* 気功施術内容おわり */
/* 診察の流れ */
.c_tt_lv3{
 	  font-size: 2.4rem;
	line-height: 40px;
   	text-align: center;
}
.txt2{
	width:600px;
   	text-align: center;
	margin-top:50px;
	margin: 0 auto;
	line-height: 2.5rem;
}
.flow-list{

	list-style: none;
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	padding: 0;
	line-height: 3rem;
}
.flow-item{
	display: flex;
	padding:30px;
}
.flow-num{
	width: 20px;
	padding-top:0;
}
.flow-txt{
	margin:  0px;
	padding-left:20px;
	width:550px;
	line-height: 3rem;
}
.flow-txt2{
	margin-top:  -20px;
}
/* 診察の流れおわり */
/* 気功効果 */
.koukaitiran img{
	width:600px;
	height:100%;
}
.koukaitiran2{
	width:500px;
	height:100%;
	padding:30px 0;
}
video{
	width:650px;
	height:100%;
}
.douga{
   	padding-top:20px
	width:450px;
}
.c_tt_lv4{
	font-size: 2rem;
}
.dd{
	padding-top:20px;
}
/* 気功効果おわり */
/* お客様の声 */
.okuakusama{
	width:600px;
	height:100%;
}
.okuakusama img{
	padding-bottom:30px;
}
/* お客様の声おわり */
/*　流れ */
.fk_txt{
	padding:0;
	width:480px;
	margin: 0 auto;
}
.nagare{
	padding:50px 0 0 0;
	width:300px;
}
.txt_ok{
	margin: 0 auto;
	padding-top:0;
	width:200px;
}
/* 流れおわり */
/* 料金 */

table{
 	border-collapse: collapse;
	margin:auto
}

table th{
	color:#fff;
	font-size:1.4rem;
	width:600px;
	height:40px;
	background: #4b340e;
}
.t_left{
	color:#fff;
	width:300px;
	height:80px;
	background: #865c19;
	font-size:1.9rem;
}
.t_right{
	width:300px;
	height:80px;
	background: #e3cf9e;
	font-size:1.9rem;
}
.sankaku{
	padding-top:60px;
	line-height:2.4rem;

}
.menu{
   	display: block;
	margin: 0 auto;
	width:600px;
	padding-top:60px;
}
.c_tt_lv2{
	text-align: center;
	font-size:16px;
}
.me_tt{
 	font-size: 2rem;
	display:block;
	padding-bottom:20px;
}
.hr_tt hr{
	width:600px;
        border: none;
	border-top: 1px solid #ccc;
}
.menubox_wrap{
	width:600px;
   	display: block;
	margin: 0 auto;
}
.menubox{
	display: flex;
	margin: 0 auto;
	flex-direction:column;
	justify-content: center
}
.menulist{
	width:600px;
	display: table;
	padding-left:20px;
	padding-top:0px;
}
.tb{
	width:600px;
	padding-bottom:0px;
}
.tb2{
	width:600px;
	padding-bottom:0px;
}
.menuttl{
	width:380px;
	text-align: left;
	line-height: 1.7rem;
	display: table-cell;
}
.nen{
	width:100px;
	text-align: right;
	display: table-cell;
	text-align: left;
}
.price{
	width:80px;
	text-align: right;
	display: table-cell;
}
.price2{
	width:180px;
	text-align: right;
	display: table-cell;
}
.cap{
	font-size:1.3rem;

}
.menuttl2,.cap2,.cap3{
	font-size:1.3rem;
	width:560px;
   	text-align: left;
	line-height: 1.5rem;
}
.menuttl2{
	padding-top:40px;
}
.cap2{
	line-height: 1.7rem;
}
.tb3{
	margin-top:-40px;
}
.wakusei{
   	text-align: left;
	margin-top:-1px;
	display: table;
	line-height: 2.5rem;
	padding-top:10px;
}
.ss{
	width:120px;
	display: table-cell;
	font-size:1.3rem;
}
.ss2{
	width:440px;
	display: table-cell;
	line-height: 1.5rem;
	font-size:1.3rem;
}

/* 料金終わり */
/*お振込み方法*/
.sh_menu{
	width:500px;
	fustify-content: ;
	flex-direction: row;
	margin:0 auto;

}
.txt6{
	font-size:1rem;
	line-height: 2.3rem;
}
.sh_list{
	padding-top:0;
	width:500px;
	display:block;
}
.sh_menu div.sh {
	margin: 0 auto;
}
input[type="image"]{
	width:300px;
	height:100%;
}
.s{
	padding-top:20px;
}
.sh{
	width:450px;
	height:450px;
}
.sh_tt{
	line-height: 2rem;
	font-size:1.3rem;
	padding:0 0 50px 0;
	margin:0;
}
.sh h4{
	font-size:2rem;
}
.sh_txt{
	line-height: 2.7rem;
	padding:0 0 0 20px;
}
.sh_img{
	width:300px;
	display:block;
	padding:0;
	margin:0 auto;
	margin-top:-10px;
}
.sh_img img{
	width:300px;
	height:100%;
}

/*お振込み方法終わり*/
/* 初めての方 */
.flow-list2{
	list-style: none;
	text-align: left;
	padding: 0;
}
.flow-item2{
	padding-top:20px;
	padding-left:10px;
	width:400px;
}
.txt_sub2{
	padding:50px 0 0 0;
}
.flow-num2{
	width: 500px;
}
.setumei{
	display: flex;
	flex-direction:column;
}
.txt5{
	padding-top:20px;
	width:500px;
}
.tt_o{
	font-size:2rem;
}
.txt4{
	height:70px;
	width:60%;
	background:#4b340e;
   	text-align: center;
	margin: 0 auto;
	line-height:30px;
	font-size:1.5rem;
}
.flow-num3{
	padding-top:18px;
}
.flow-txt3{
	line-height: 3rem;
}
.otoi{
	color:#fff;
}
/* 初めての方おわり */

/* ここからFooter部分 */
#about .footer {
    margin-top: 15rem;
}
#about .footer .pagetop {
    right: -2rem;
    bottom: 5rem;
}
#about .footer .pagetop a span {
	font-size: 2.2rem;
	font-weight: normal;
}
#about .footer .pagetop a span::before {
	top: 0.7rem;
	right: 8rem;
}
#about .footer_movie video{
    width: 100%;
    height: 120%;
}
#about .footer_inr {
    margin-top: 3rem;
    padding: 10rem 0;
	text-align:center;
}
#about .footer_inr::before {
    background-size: 101% auto;
    top: -4rem;
    left: -1%;
}
#about .footer_inr_logo img.footer-img1 {
    width: 15rem;
}
#about .footer_inr_logo img.footer-img2 {
    width: 100%;
}
#about .footer_inr_menu {
    margin-top: 5rem;
}
#about .footer_inr_menu li {
    display: block;
}
#about .footer_inr_menu li a {
	font-size:1.7rem;
}
#about .footer_inr_menu li+li {
    margin-top: 2.5rem;
    margin-left: 0;
}
#about .footer_inr_menu li.reservation {
    margin: 5rem 0 4rem;
}
#about .footer_inr_menu li.reservation a {
    padding: 1.5rem 7rem;
}
#about .footer_inr_tel {
	margin-top: 7rem;
}
#about .footer_inr_tel span.phone a{
	font-size: 2.3rem;
}
#about .footer_inr_tel span,
#about .footer_inr_address span {
	font-size: 1.6rem;
}
#about .footer_copyright {
	font-size: 1.3rem;
}
#about .footer_copyright::before {
    background-size: 101% auto;
    top: -1rem;
    left: -2%;
}
/* ここまでFooter部分 */
/* ここまでサブページ部分 */
}
/* ///////////////////950レスポンシブ終わり//////////////////// */





/* 450レスポンシブ */
@media screen and (max-width:450px){
/* ここからトップページ共通の設定 */
html {
    font-size: 2vw;
	width:100%;
}
body, td, th, input, textarea, dt, dd, ul, div, p {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}
/* ここまでトップページ共通の設定 */

/* ここからサブページ部分 */
/* タイトル */
.en{
	color:#fff;
	line-height: 50px;
}
.jp{
	color:#fff;
	display:block;
	line-height: 5px;
}
.sub_title_img{
	width:100%;
	height:100%;
}
/* タイトルおわり */
/* 気功施術内容*/
.wrap{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.txt_sub1{
   	display: block;
	/*width:400px;*/
	width:100%;
	margin: 0 auto;
}
.c_tt_lv1{
   	text-align: center;
	margin: 0 auto;
	padding:50px 0;
}
.txt1{
	width:300px;
	margin: 0 auto;
}
.txt1,.txt3,.txt5{
   	text-align: left;
}
/* 気功施術内容おわり */
/* 診察の流れ */
.c_tt_lv3{
   	text-align: center;
}
.txt2{
	/*width:400px;*/
	width:100%;
   	text-align: center;
	margin-top:50px;
	margin: 0 auto;
}
.flow-list{
	list-style: none;
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	padding: 0;
}
.flow-item{
	display: flex;
	//padding:40px;
	padding:0 0 20px 0;
}
.flow-num{
	width: 20px;
	padding-top:0;
}
.flow-txt{
	margin:  0px;
	padding-left:20px;
	width:300px;
}
.flow-txt2{
	margin-top:  -20px;
}
/* 診察の流れおわり */
/* 気功効果 */
.koukaitiran img{
	width:380px;
	height:100%;
}
.koukaitiran2{
	width:280px;
	height:100%;
	padding:30px 0;
}
video{
	width:380px;
	height:100%;
}
.douga{
   	padding-top:20px;
	//width:450px;
	width:100%;
}
.c_tt_lv4{

}
.dd{
	padding-top:20px;
}
/* 気功効果おわり */
/* お客様の声 */
.okuakusama{
	width:340px;
	height:100%;
}
.okuakusama img{
	padding-bottom:30px;
}
/* お客様の声おわり */
/*　流れ */
.fk_txt{
	padding:0;
	width:260px;
	margin: 0 auto;
}
.nagare{
	padding:50px 0 0 0;
	width:150px;
}
.txt_ok{
	margin: 0 auto;
	padding-top:0;
	width:200px;
}
/* 流れおわり */
/* 料金 */

table{
 	border-collapse: collapse;
	margin:auto
}

table th{
	color:#fff;
	width:300px;
	height:20px;
	background: #4b340e;
}
.t_left{
	color:#fff;
	width:150px;
	height:40px;
	background: #865c19;
}
.hun{
	font-size:12px;
}
.t_right{

	width:150px;
	height:40px;
	background: #e3cf9e;
}
.sankaku{

	padding-top:60px;
}
.menu{
   	display: block;
	margin: 0 auto;
	width:400px;
	padding-top:60px;
}
.c_tt_lv2{
	text-align: center;

}
.me_tt{
	display:block;
	padding-bottom:20px;
}
.hr_tt hr{
	width:350px;
        border: none;
	border-top: 1px solid #ccc;
}
.menubox_wrap{
	width:450px;
   	display: block;
	margin: 0 auto;
}
.menubox{
	display: flex;
	margin: 0 auto;
	flex-direction:column;
	justify-content: center
}
.menulist{
	width:350px;
	display: table;
	padding-left:40px;
	padding-top:0px;
}
.tb{
	width:350px;
	padding-bottom:0px;
}
.tb2{
	width:350px;
	padding-bottom:0px;
}
.menuttl{
	width:210px;
}
.nen{
	width:50px;
}
.price{
	width:50px;
}
.price2{
	width:100px;
}
.menuttl2,.cap2,.cap3{
	width:310px;
}
.menuttl2{
	padding-top:30px;
}
.tb3{
	margin-top:-40px;
}
.wakusei{
   	text-align: left;
	margin-top:-1px;
	display: table;
	padding-top:10px;
}
.ss{
	width:60px;
}
.ss2{
	width:260px;
}
.sh_tt{
	margin:-20px 0 0 0;
	padding:0 0 20px 0;
}
.sh_se{
	display:block;
	text-align: center;
}
/* 料金終わり */
/*お振込み方法*/
.sh_menu{
	width:400px;
	fustify-content: ;
	flex-direction: row;
	margin:0 auto;

}
.sh_list{
	width:400px;
}
.sh_menu div.sh {
	margin: 0 auto;
}
input[type="image"]{
	width:200px;
	height:100%;
}
.s{
	padding-top:20px;
}
.sh{
	width:250px;
	height:250px;
}
.sh_img{
	width:180px;
	display:block;
	padding:0;
	margin:0 auto;
}
.sh_img img{
	width:180px;
	height:100%;
}
/*お振込み方法終わり*/

/* 初めての方 */
.flow-list2{
	list-style: none;
	text-align: left;
	padding: 0;
}
.flow-item2{
	padding-top:20px;
	padding-left:50px;
	width:400px;
}
.txt_sub2{
	padding-top:50px;
}
.flow-num2{
	width: 500px;

}
.setumei{
	display: flex;
	flex-direction:column;
}
.txt5{
	padding-top:20px;
	width:300px;
}
.tt_o{

}
.txt4{
	height:60px;
	width:300px;
	background:#4b340e;
   	text-align: center;
	margin: 0 auto;
	line-height:30px;
}
.flow-num3{
	padding-top:15px;

}
.flow-txt3{
	line-height: 3rem;
}
.otoi{
	color:#fff;
}
/* 初めての方おわり */
/* ここまでサブページ部分 */
/* movie設定 */
.footer_movie{
	padding:50px;
}
/* movie設定 */
}
/* 450レスポンシブ */


/*スライドショーここから*/

#about_slideshow{
	text-align:center;
}

#about_slideshow p{
	font-size:1.3rem;
	line-height:200px;
}

.slideshow-fade1{
	list-style:none;
	position:relative;
}

.slideshow-fade1 span{
	padding-top:30px;
}

.slideshow-fade1 li{
	display:none;
	position:absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slideshow-fade1 li img{
	width:500px;
}

@media screen and (max-width:950px){
	#about_slideshow p{ font-size:2rem; }
}

@media screen and (max-width:450px){
	.slideshow-fade1 li img{
		width:300px;
	}
	.wrap_k2{
		padding-top:200px;
	}
}

/*
#about_slideshow{
padding:0;
margin:auto;
font-family:"jp-font", "Shippori", serif;
font-size:100%;
padding-bottom:40%;
}

#about_slideshow p{
padding:0;
margin:auto;
text-align: center;
font-size:;
margin-top:5%;
width:100%;
font-size:150%;
}

.slideshow-fade1 li img{
padding:0;
margin:auto;
margin-top:52%;
margin-left:29.5%;
width:40%;
}

.slideshow-fade2 li{
font-weight:bold;
padding:0;
margin:auto;
text-align: center;
margin-top:80%;
margin-left:44%;
}


@media screen and (max-width: 950px){
#about_slideshow p{ font-size:250%; padding-top:5%; }
#about_slideshow{ font-size:50%; }
#about_slideshow img{ padding:0; margin:auto; margin-top:160%; margin-left:10%; width:80%;  }
.slideshow-fade2 li{ padding:0; margin:auto; margin-top:215%;  width:100%; }
}
@media screen and (max-width: 480px){
#about_slideshow img{ display:none; }
.slideshow-fade2 li{ display:none; }
#about_slideshow{ display:none; }
}*/
/*スライドショーここまで*/
