@charset "utf-8";


/* 共通 */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.8em;
	color: #555;
	line-height: 2.6rem;
}

img {
	vertical-align:bottom
}

.fon-min {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}

.br-sp,br.b_sp{
	display: none;
}
.br-pc,br.b_pc{
	display: block;
}

hr {
  width: 94%;
  height: 1px;
  background-color: #c0c0c0;
  border: none;
}

.inner,.sec11 {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

/* title */
.main_tit {
  margin: 40px 0;
}
.main_tit .fon-min {
	display: block;
	font-size: 35px;
	color: #454545;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 25px;
	letter-spacing: 0.3em;
}
.main_tit .fon-min::after {
	content: "";
	background: #454545;
	width: 320px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main_tit .webf {
	display: block;
	color: #454545;
	font-size: 30px;
	font-family: 'Great Vibes', cursive;
}

a:hover{
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

small {
	font-size: 0.8em;
}

.textwrap {
	font-size: 14px;
}

.box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	width: 1050px;
}

.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}

/* main */
header {
	display: flex;
	position: relative;
	z-index: 1000;
}

header .imgwrap {
	margin: 31px 0 0 16px;
}

header .btn {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 1000;
}
header .btn a {
	text-align: center;
  border: 1px solid #555;
	background: rgb(255 255 255 / 50%);
  color: #212121;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
header .btn a::before {
  background: #555;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
header .btn a:hover {
  color: #fff;
}
header .btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .btn a i {
	margin-right: 1rem;
}
/*=============
slick
=============*/
#top-slide {
	margin-top: -130px;
}
#top-slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#top-slide .slick-track {
  display: flex;
}
#top-slide .slick-slide {
  height: auto !important;
}
#top-slide .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top-slide .cp01 {
	background: url("../img/top-01_bg.jpg") center bottom / cover no-repeat;
}
#top-slide .cp02 {
	background: url("../img/top-02_bg.jpg") center bottom / cover no-repeat;
}
#top-slide .cp03 {
	background: url("../img/top-03_bg.jpg") center bottom / cover no-repeat;
}
#top-slide .cp04 {
	background: url("../img/top-04_bg.jpg") center bottom / cover no-repeat;
}
#top-slide .slide .inner {
	padding: 80px 0;
	text-align: right;
}
#top-slide .slide.cp04 .inner {
	text-align: left;
}
#top-slide .cp01 img,
#top-slide .cp03 img {
	width: 70%;
	margin: auto 0 auto auto;
}
#top-slide .cp02 img,
#top-slide .cp04 img {
	width: 70%;
	margin: auto auto auto 0;
}
#top-slide .slide img.bgb {
	width: 100%;
}
#top-slide a {
	color: #fff;
	text-decoration: none;
  border: solid 1px #fff;
  padding: 6px 50px;
  position: relative;
	display: inline-block;
	margin-top: 20px;
}
#top-slide .cp02 a {
	margin-right: 31%;
}
#top-slide a::after {
  content: "";
  width: 40px;
  border-top: solid 1px #fff;
  position: absolute;
  right: 0;
  top: 50%;
}
#top-slide .slick-dots {
  bottom: 4%;
  z-index: +1;
/*スライド非表示ver（1枚）*/
  display: none;
}
#top-slide .img01 img,
#top-slide .img03 img{
	width: 70%;
	margin: 50% 0 50% auto;
}
#top-slide .img02 img {
	width: 70%;
	margin: 50% auto 50% 0;
}
.top h1 picture img {
	width: 100%;
}

/* cp-nose */
.bg-cp-nose{
	background: url("../img/bg-cp-nose.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-bottom: 70px;
}
.cp-nose{
	padding-top: 40px;
}


/* catch */
.bg-catch {
	background: url("../img/bg_catch.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.bg-catch .catch-tit {
	padding: 50px 0 0;
}

.bg-catch .catch-wrap {
	padding-bottom: 50px;
}


/* ba */
.bg-ba {
	background: url("../img/bg_ba.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-bottom: 10px;
}

.bg-ba .ba-tit {
	padding: 50px 0;
}
.bg-ba .slick-dots li button:before {
	color: #a6937c;
}
.bg-ba .slick-dots li.slick-active button:before {
	color: #fff;
}
.bg-ba .ba-wrap {
	margin-bottom: 50px;
}

.bg-ba .ba-wrap .ba-txt {
	margin-top: 20px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}
.bg-ba .ba-wrap .ba-txt a {
	margin: auto 10px;
	color: #a6937c;
}
.bg-ba .ba-wrap .ba-txt {

}
.bg-ba .ba-wrap .ba-txt {

}
.slide-animation {
	animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.2); }
}
.bg-ba #ba-slide img {
  width: 100%
}
.bg-ba #ba-slide .slick-prev,
.bg-ba #ba-slide .slick-next {
	top: 40%;
	z-index: 1;
}
.bg-ba #ba-slide .slick-prev {
	left: 2.5%;
}
.bg-ba #ba-slide .slick-next {
	right: 2.5%;
}
.bg-ba #ba-slide .slick-prev:before,
.bg-ba #ba-slide .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size: 40px;
}
.bg-ba #ba-slide .slick-prev:before {
	content: "\f053";
}
.bg-ba #ba-slide .slick-next:before {
	content: "\f054";
}

/* bg01 */
.bg01 {
	background: url("../img/bg01.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.bg01 picture img {
	width: 100%;
}

.bg01 .bg01-wrap {
	text-align: left;
}

.bg01 .bg01-wrap picture img {
	width: 35%;
	margin: 0 auto;
	padding: 100px;
	background-color: rgba(8,7,6,0.5);
}

/* bg02 */
.bg02 {
	background: url("../img/bg02.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-bottom: 50px;
	padding: 50px 0 ;
}

.bg02 .tit {
	margin: 0 0 25px 0;
}

.bg02 .trouble-box {
	margin: 120px 0;
	background-color: #efefef;
	padding: 50px 40px 40px;
}

.bg02 .trouble-box .tit {
	text-align: left;
	font-size: 3.4rem;
	font-weight: bold;
	color: #a6937c;
	position: relative;
}

.bg02 .trouble-box:nth-child(even) .tit {
	padding-left: 170px;
}

.bg02 .trouble-box.box1 .tit::before {
  background-image: url("../img/sec02_01.png");
}

.bg02 .trouble-box.box2 .tit::before {
  background-image: url("../img/sec02_02.png");
}

.bg02 .trouble-box.box3 .tit::before {
  background-image: url("../img/sec02_03.png");
}

.bg02 .trouble-box.box4 .tit::before {
  background-image: url("../img/sec02_04.png");
}

.bg02 .trouble-box.box5 .tit::before {
  background-image: url("../img/sec02_05.png");
}

.bg02 .trouble-box.box6 .tit::before {
  background-image: url("../img/sec02_06.png");
}

.bg02 .trouble-box .tit::before {
	content: "";
	width: 200px;
	height: 200px;
	background-size: cover;
	position: absolute;
	transform: translateY(-50%);
}

.bg02 .trouble-box:nth-child(even) .tit::before {
	top: -50px;
	left: -35px;
}

.bg02 .trouble-box:nth-child(odd) .tit::before {
	top: -50px;
	right: -35px;
}

.bg02 .trouble-box .txt {
	font-size: 1.5rem;
	text-align: left;
	margin-top: 40px;
	line-height: 2;
}

.bg02 .trouble-box .txt a {
	color: #a6937c;
	text-decoration: none;
}

/* bg03 */
.bg03 {
	background: url("../img/bg03.png") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.bg03 .imgwrap picture img {
	margin-top: -50px;
}

.bg03 .imgwrap picture img.text {
	padding: 50px 0px 50px 25px;
}

/* bg04 */
.bg04 {
	background: url("../img/bg04.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-bottom: 50px;
}

.bg04 h3.tit {
	margin: 50px 0;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
	font-size: 3.0rem;
  color: #b39f66;
}

.bg04 h3.tit:before, .bg04 h3.tit:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.bg04 h3.tit:before {
  border-left: solid 1px #454545;
  border-top: solid 1px #454545;
  top:0;
  left: 0;
}

.bg04 h3.tit:after {
  border-right: solid 1px #454545;
  border-bottom: solid 1px #454545;
  bottom:0;
  right: 0;
}

.bg04 .trouble-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.bg04 .trouble-list li {
	max-height: 314px;
	width: 30%;
	overflow: hidden;
}

.bg04 .trouble-list h4 {
	background-color: #454545;
	padding: 1em 0;
}

.bg04 .trouble-list li {
	margin-bottom: 30px;
}

.bg04 .trouble-list li ul {
	background-color: #fff;;
	background-position: right;
	background-size: contain;
	background-repeat:  no-repeat;
	min-height: 150px;
	border: #454545 1px solid;
	padding: 10px;
}

.bg04 .trouble-list li:nth-of-type(1) ul {
  background-image: url("../img/sec04_list_bg_01.png");
}

.bg04 .trouble-list li:nth-of-type(2) ul {
  background-image: url("../img/sec04_list_bg_02.png");
}

.bg04 .trouble-list li:nth-of-type(3) ul {
  background-image: url("../img/sec04_list_bg_03.png");
}

.bg04 .trouble-list li:nth-of-type(4) ul {
  background-image: url("../img/sec04_list_bg_04.png");
}

.bg04 .trouble-list li:nth-of-type(5) ul {
  background-image: url("../img/sec04_list_bg_05.png");
}

.bg04 .trouble-list li:nth-of-type(6) ul {
  background-image: url("../img/sec04_list_bg_06.png");
}

.bg04 .trouble-list li ul li {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 5px 0;
	position: relative;
	text-align: left;
	font-size: 14px;
}

.bg04 .trouble-list li ul li:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 5px;
	width: 7px;
	height: 7px;
	background-color: #b39f66;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bg04 .trouble-list li ul li a {
	color: #454545;
	text-decoration: none;
}

.bg04 .trouble-list li ul li a:hover {
	color: #a6937c;
}

.bg04 .tit {
	margin: 50px 0;
}

.tab-panel {
	background: rgba(255,255,255);
	border: #454545 1px solid;
	width: 100%;
	margin: 0 0 50px;
}

.tab-panel .cap {
	color: #fff;
	font-size: 1.75rem;
	background-color: #454545;
	padding-top: .5em;
	padding-bottom: .5em;
	margin: 0;
}

.tab-panel .main-box {
	padding: 50px;
	position: relative;
}

.tab-panel .main-box .main-tit {
	text-align: left;
	margin-bottom: 3rem;
}

.tab-panel .main-box .main-tit span.sub {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.tab-panel .main-box .main-tit h3 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #a6937c;
}

.tab-panel .main-box .thum {
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
}
.tab-panel .main-box .thum img {
	max-height: 90%;
	max-width: 90%;
}

.tab-panel .main-box .type-list {
	width: 55%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.tab-panel .spec-box {
	padding: 20px 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
}
.tab-panel .spec-box .price-big-box{
	width: 40%;
}
/* 0826　特別キャンペーン価格 */
.tab-panel .spec-box .price-big-box .cp_small{
	font-size:18px;
}
.tab-panel .spec-box .price-big-box .price-box {
	width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.tab-panel .spec-box .price-big-box .small{
	font-size: 13px;
	margin-bottom: 15px;
	text-align: left;
}
.tab-panel .spec-box .price-big-box .small_text{
	font-size: 14px;
	line-height:2;
}
.tab-panel .spec-box .price-big-box .p_small_text{
	font-size: 11px;
	line-height:1.6;
	color:#000;
	padding-top:8px;
}
/* 0516　院長の執刀保証 */
.tab-panel .spec-box .price-big-box .dr {
  background: #eee;
  padding: 1px 5px 5px 5px;
  margin-bottom: 10px;
}
.tab-panel .spec-box .price-big-box .dr span {
  font-size: 1.25rem;
  color: #a6937c;
}

.tab-panel .spec-box .price-box {
	width: 40%;
	border-top: #454545 3px double;
	border-bottom: #454545 3px double;
	margin: 0 0 auto 0;
	padding: 1em .5em;
	line-height: 1;
}

.tab-panel .spec-box .price-box .course-tit {
	font-size: 2rem;
	font-weight: bold;
	color: #454545;
	text-align: left;
	margin: 5% 0 2.5%;
	line-height: 1.5;
}

.tab-panel .spec-box .price-box .normal-price,
.tab-panel .spec-box .price-box .monitor-price {
	text-align: right;
	margin: 5% 0;
}

.tab-panel .spec-box .price-box .normal-price .yen,
.tab-panel .spec-box .price-box .monitor-price .yen {
	vertical-align: baseline;
}

.tab-panel .spec-box .price-box .normal-price .num,
.tab-panel .spec-box .price-box .monitor-price .num {
	letter-spacing: -.03em;
	vertical-align: baseline;
}

.tab-panel .spec-box .price-box .normal-price .num {
	font-size: 3rem;
}

.tab-panel .spec-box .price-box .monitor-price .yen,
.tab-panel .spec-box .price-box .monitor-price .num {
	color: #a6937c;
}

.tab-panel .spec-box .price-box .monitor-price .num {
	font-size: 5rem;
}

.tab-panel .spec-box .price-box .normal-price .tax,
.tab-panel .spec-box .price-box .monitor-price .tax {
	font-size: 1rem;
	vertical-align: baseline;
}

.tab-panel .spec-box .price-box .monitor-price .monitor_txt,
.tab-panel .spec-box .price-box .monitor-price .cp_txt {
	display: inline-block;
	text-align: center;
	font-size: 1.25rem;
	padding: 6px 5px 5px 3px;
	line-height: 1.25;
	margin-bottom:5px;
}

.tab-panel .spec-box .price-box .monitor-price .monitor_txt {
	border: #454545 1px solid;
}

.tab-panel .spec-box .price-box .monitor-price .cp_txt {
	border: #997817 1px solid;
	margin-left:5px;
	color:#997817;
}
.tab-panel .spec-box .txt-box {
	width: 55%;
	font-size: 1.25rem;
	text-align: left;
}

.tab-panel .option {
	padding: 20px 50px;
}
.tab-panel .option h4 {
	background-color: #858585;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
}
.tab-panel .option .option-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.tab-panel .option .option-box picture {
	width: 50%;
}
.tab-panel .option .option-box picture img {
	width: 100%;
}
.tab-panel .details {
	padding: 20px 50px;
}
.tab-panel .details h4 {
	text-align: left;
}

.tab-panel .details .table-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tab-panel .details .table-wrap .lp_table {
	width: 48%;
	table-layout: fixed;
	border-top: 1px solid #454545;
	font-size: 14px;
}

.tab-panel .details .table-wrap .lp_table th,
.tab-panel .details .table-wrap .lp_table td {
	border-bottom: 1px solid #454545;
}

.tab-panel .details .table-wrap .lp_table th {
	width: 120px;
	padding: 10px 0;
	font-weight: normal;
	vertical-align: middle;
}

.tab-panel .details .table-wrap .lp_table td {
	padding: 10px 0 10px 15px;
	border-left: 1px solid #454545;
	text-align: left;
	vertical-align: middle;
}

.tab-panel .details .table-wrap .lp_table td p.imp {
	font-size: 10px;
	line-height: 1.5;
}

.tab-panel .btn {
	padding:  0 50px 20px;
	text-align: right;
}

.tab-panel .btn a {
	background-color: #454545;
	width: 100%;
	min-width: 100px;
	max-width: 180px;
	height: 100%;
	max-height: 50px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
	display: inline-block;
	padding: 12px 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	user-select: none;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.tab-panel .btn a .fas {
	margin-right: 10px;
	vertical-align: middle;
}

/* 210712 複合手術 */
.tab-panel#menu_l {
	border: #DA4167 1px solid;
}
.tab-panel#menu_l .cap {
	background-color: #DA4167;
}
.tab-panel#menu_l .main-box .main-tit {
	text-align: center;
}
.tab-panel#menu_l .main-box .main-tit h3 {
	color: #DA4167;
	line-height: 1.5;
}
.tab-panel#menu_l .main-box .main-tit h4 {
	margin-top: 1.5rem;
}
.tab-panel#menu_l .main-box .type-list {
	width: 100%;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
}
.tab-panel#menu_l .spec-box .price-box .monitor-price .cp_txt {
	border: #DA4167 1px solid;
	color: #DA4167;
}
.tab-panel#menu_l .spec-box .price-box .monitor-price .yen,
.tab-panel#menu_l .spec-box .price-box .monitor-price .num {
	color: #DA4167;
}
/* 211228 他院修正 */
/*.tab-panel#menu_m .spec-box .price-box span {
	font-size: 0.9em;
}*/
.tab-panel#menu_m .main-box .type-list {
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
}
.tab-panel .spec-box .price-box .method{
  font-size: 0.8em;
}

/* action */
.action {
	background: url("../img/bg_action.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	min-height: 600px;
}

.action .action-wrap {
	position: absolute;
	width: 470px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.action .action-wrap .img_box img {
	max-width: 100%;
}
.action .btn_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.action .btn_wrap .ac-btn {
	width: 220px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
	border: 1px solid #ffffff;
}
.action .btn_wrap .ac-btn a {
  font-size: 16px;
  text-decoration: none;
  line-height: 50px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
	color: #ffffff;
}
.action .btn_wrap .ac-btn .eff {
  width: 225px;
  height: 50px;
  left: -225px;
  position: absolute;
  transition :all .5s ease;
  z-index: -10;
}
.action .btn_wrap .web .eff {
  background: #ac9977;
}
.action .btn_wrap .tel .eff {
  background: #454545;
}
.action .btn_wrap .ac-btn:hover .eff {
  left: 0;
}
.action .btn_wrap .web:hover a,
.action .btn_wrap .tel:hover a {
  z-index: 20;
  position: relative;
}

/* bg05 */
.bg05 {
	background: url("../img/bg05.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 50px 0 100px 0;
}

.bg05 .tit {
	margin: 0 0 25px 0;
}

.bg05 .balance-wrap {
	margin: 0 0 25px 0;
}

/* bg06 */
.bg06 {
	background: linear-gradient(to right,#fff 0,#fff 50%,#f9f7f5 50%,#f9f7f5 50%,#f9f7f5 100%);
	padding: 50px 0 100px 0;
}

.bg06 .tit {
	margin: 0 0 25px 0;
}

.grid {
	display: flex;
	justify-content: space-between;
	width: 850px;
}
.grid-item {
	width: 250px;
	margin: 0;
}
.grid-item img {
	width: 100%;
}
.grid .title {
	display: flex;
	align-items: center;
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.5;
}
.grid .title .tit-num {
	margin-right: 15px;
	font-size: 34px;
	flex: 0 0 auto;
	min-width: 1em;
	font-weight: 700;
	line-height: 1;
}
.grid .title .tit-text {
	min-width: 1em;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .01em;
	text-align: left;
}
.grid .text {
	line-height: 2;
	color: #444;
	letter-spacing: .03em;
	margin-top: 14px;
	font-size: 14px;
	text-align: left;
}

/* bg07 */
.bg07 {
	background: url("../img/bg07.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 50px 0;
}

.bg07 .main_tit .fon-min {
	color: #fff;
}

.bg07 .main_tit .fon-min::after {
	background: #fff;
}

.bg07 .main_tit .webf {
	color: #fff;
}

.bg07 h3.tit {
	margin: 50px 0;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
	font-size: 3.0rem;
  color: #b39f66;
}

.bg07 h3.tit:before, .bg07 h3.tit:after {
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.bg07 h3.tit:before {
  border-left: solid 1px #454545;
  border-top: solid 1px #454545;
  top:0;
  left: 0;
}

.bg07 h3.tit:after {
  border-right: solid 1px #454545;
  border-bottom: solid 1px #454545;
  bottom:0;
  right: 0;
}

.bg07 p {
	text-align: right;
	color: #fff;
	font-size: 0.7em;
  margin-bottom: 2%;
}

.bg07 .price_list h3 {
	background-color: #e5e5e5;
	color: #000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
	padding: 0.4em 0 0.4em 0.5em;
}

.bg07 .price_list dl {
	display: flex;
	margin: 10px 0;
	padding: 0.8em 0.5em;
	border-bottom: 1px solid #e0e0e0;
	color: #ffffff;
}

.bg07 .price_list dl:last-child {
	border-bottom: none;
}

.bg07 .price_list dl dt,
.bg07 .price_list dl dd {
	width: 50%;
}

.bg07 .price_list dl dt h4 {
	font-size: 2rem;
	text-align: left;
	color: #fff;
	padding-top: 10px;
}

.bg07 .price_list dl dd {
	text-align: right;
	line-height: 1.25;
}

.bg07 .price_list dl dd p.small{
	color: #bbb;
	padding-top:5px;
	line-height:1.5;
}

.bg07 .price_list dl dd .normal,
.bg07 .price_list dl dd .monitor {
	text-align: right;
	vertical-align: baseline;
}

.bg07 .price_list dl dd .price {
	/*width: 180px;*/
	display: inline-block;
}

.bg07 .price_list dl dd .monitor {
	color: #b39f66;
}

.bg07 .price_list dl dd .monitor .num {
	font-size: 4rem;
}

.bg07 .price_list dl dd .normal {
	letter-spacing: -.03em;
}

.bg07 .price_list dl dd .normal .num {
	font-size: 3.5rem;
}

.bg07 .price_list dl dd .tax {
	font-size: 1rem;
	vertical-align: baseline;
}

.bg07 .price_list dl dd .txt {
	display: inline-block;
	text-align: center;
	font-size: 1.5rem;
	padding: 6px 5px 5px 3px;
	line-height: 1.25;
}

.bg07 .price_list .cp_txt{
	display:inline-block;
	font-size: 1.25rem;
	border: #b39f66 1px solid;
	padding: 6px 5px 5px 3px;
	margin-left:5px;
	margin-bottom:5px;
	color:#b39f66;
	text-align:left;
}

.bg07 .price_list dl dd .monitor .txt {
	font-size: 1.25rem;
	background-color: #b39f66;
	color: #000000;
}

.bg07 .price_list dl dd .normal .txt {
  text-align: left;
}

.bg07 .price_list .method {
  font-size: 0.9em;
  margin-right: -9px;
  color: #fff;
}

/* bg08 */
.bg08 {
	background: url("../img/bg08.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.bg08 .inner {
	position: relative;
  min-height: 500px;
}

.bg08 .wrap {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg08 .btn_wrap .ac-btn {
	width: 220px;
	margin: 5% auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
	border: 1px solid #454545;
}
.bg08 .btn_wrap .ac-btn a {
  font-size: 16px;
  text-decoration: none;
  line-height: 50px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
	color: #454545;
}
.bg08 .btn_wrap .ac-btn .eff {
  width: 225px;
  height: 50px;
  left: -225px;
  position: absolute;
  transition :all .5s ease;
  z-index: -10;
  background: #454545;
}
.bg08 .btn_wrap .ac-btn:hover .eff {
  left: 0;
}
.bg08 .btn_wrap .ac-btn:hover a {
  color: #fff;
  z-index: 20;
  position: relative;
}

/* bg09 */
.bg09 {
	background: url("../img/bg09.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.bg09 .inner {
	padding: 5% 0;
	color: #fff;
	line-height: 1.75;
}
.bg09 h3 {
	font-size: 4rem;
}
.bg09 h2 {
	font-size: 5rem;
	margin: 2.5% auto 5%;
	padding: 2.5% 0;
	background-color: rgba(0,0,0,0.25);
	border: 1px solid #fff;
}
.bg09 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.bg09 ul li {
	display: inline;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding: 0 5px;
	margin: 5px;
}
.bg09 p {
	font-size: 1.2em;
	margin: 20px auto 0;
}
.bg09 a {
	color: #fff;
	text-decoration: none;
  border: solid 1px #fff;
  padding: 6px 50px;
  position: relative;
	display: inline-block;
	margin-top: 20px;
}
.bg09 a::after {
  content: "";
  width: 40px;
  border-top: solid 1px #fff;
  position: absolute;
  right: 0;
  top: 50%;
}

/* bg10 */
.bg10 {
	background: #f5f5f5;
	padding: 70px 0;
}

.bg10 .container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

.bg10 .box {
	display: block;
	background: #fff;
	border-radius: 10px;
	margin: 20px 0;
	width: 410px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg10 .main_tit .fon-min,
.bgi11 .main_tit .fon-min{
	display: block;
	font-size: 35px;
	color: #454545;
	position: relative;
	letter-spacing: 0.2em;
}
.bg10 .main_tit .fon-min::after,
.bgi11 .main_tit .fon-min::after{
	content: "";
	background: #454545;
	width: 320px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg10 .main_tit .webf,
.bgi11 .main_tit .webf{
	display: block;
	color: #454545;
	font-weight:normal;
	font-size: 30px;
	font-family: 'Great Vibes', cursive;
}

.bg10 .box .name {
  display: flex;
	width: 100%;
}

.bg10 .box .name .imgwrap picture img {
  width: 180px;
}

.bg10 .box .name .textwrap {
  margin: 15px 0 0 15px;
}

.bg10 .box .name .textwrap h3 {
	font-weight: bold;
	font-size: 22px;
}

.bg10 .box .name .textwrap p {
  margin-top: 10px;
}

.bg10 .box .career,
.bg10 .box .licence {
	width: 370px;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box:first-of-type .inner .career,
.bg10 .box:first-of-type .inner .licence {
	width: 390px;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box h4 {
  color: #333;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	height: 40px;
	line-height: 43px;
}

.bg10 .box dl {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	font-size: 14px;
	margin: 0 10px;
}

.bg10 .box dl dt {
    width: 100px;
}
.bg10 .box dl dd {
    width: 240px;
}

.bg10 .box:first-of-type .inner dl dt {
    width: 100px;
}
.bg10 .box:first-of-type .inner dl dd {
    width: 270px;
}

.bg10 .box ul {
	margin-top: 15px;
	font-size: 14px;
	margin: 0 10px;
}

/* 5/29 追加 */
.bg10 .box:first-of-type .inner .career h4{
	width: 90%;
}

/* bgi11 */
.bgi11 {
	padding: 70px 0;
}

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

.sec11 .container .box {
	text-align: left;
	width: 400px;
	margin: 30px 0;
	display: block;
}

.sec11 .container .box h3 {
  margin: 20px 0 10px;
	color: #a6937c;
	font-size: 22px;
	font-weight: bold;
}

.sec11 .container .box .add-wrap {
	font-size: 14px;
}

.sec11 .container .box dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin: 10px 0;
	background:none;
	min-height: auto;
}

.sec11 .container .box dl dt {
  width: 20%;
  box-sizing: border-box;
}

.sec11 .container .box dl dd {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
	line-height: 1.5;
}

.bgi11 .tel {
  background-color: #a6937c;
  border: 1px solid #a6937c;
  color: #fff;
}

.bgi11 .tel:hover {
  background-color: #ffffff;
  border: 1px solid #a6937c;
  color: #a6937c;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: rgba(85,85,85,0.75);
  text-decoration: none;
  width: 60px;
  padding: 15px 0px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-top a i {
  font-size: 30px;
  color: #fff;
}
footer {
	margin-top: 52px;
	text-align: center;
}

.line_contents{
	padding:70px 0 40px 20px;
}
.line_contents img{
	width:100%;
	margin:0 auto;
	text-align:center;
}

/*====================================================================
jQuery
====================================================================*/
/* accordion */
.details h4 {
  background-color: #858585;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.details h4:hover {
  opacity: .8;
}
.details h4 .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details h4 .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.details h4.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.details h4 .i_box .one_i:before,
.details h4 .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.details h4 .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}
.details h4.open .i_box .one_i:before {
  content: none;
}
.details h4.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.details .accordion_inner {
  display: none;
  padding-top: 20px;
  box-sizing: border-box;
}
.details .accordion_inner .box_one {
  height: 300px;
}
.details .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .details h4 {
    font-size: 18px;
  }
  .details h4 .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 460px) {
  .details h4 {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
