@charset "utf-8";
/*--12px/36px 960/12grid(1col 8.3333%)--*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html {
font-size: 75%;/*12px*/
line-height: 2;/*18px*/
color: #58595B;
font-family: Lato,"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body, ul, ol, dl, dd,tr,th,td{
margin: 0;
padding: 0;
}

body,header{
background: url(../images/bg.png) #FBF8F2;
}

header{
background:#FBF8F2;
}

main {
display: block;
}

li {
list-style-position: inside;
}

section {
padding-bottom: 1.5em;
}

img {
max-width: 100%;
height: auto;
}

table{
width:100%;
border: 1px #c8c8c8 solid;
border-collapse: collapse;
box-sizing:border-box;
background:white;
}

th,td{
border: 1px #c8c8c8 solid;
text-align:center;
}

th strong {
background: orange;
padding:0 1em;
}

article th,article td,
section th,section td{
padding: .75em 1.5em;
}

article td,section td{
text-align:left;
}

/* -- font -- */

h1 {
font-size: 200%;/*32px*/
line-height: 1.5;/*48px*/
}

h2 {
font-size: 150%;/*24px*/
line-height: 1.5;/*36px*/
}

h3 {
font-size: 125%;/*20px*/
line-height: 1.8;/*36px*/
}

h4 {
font-size: 112.5%;/*18px*/
line-height: 1.3333;/*24px*/
}

.text-r {
text-align: right;
}
.big {
font-size: 125%;
}
.small {
font-size: 75%;
}
.pad_r {
padding-right: .5em;
}
.pad_l {
padding-left: .5em;
}

a {
text-decoration: none;
background: transparent;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
transition: 0.5s;
}

.title {
text-align: center;
padding:.75em;
}

/*--line waku back--*/

.brown {
color: #977968;
}

.sky {
color:#09F;
}

.red {
color:red;
}
.red_bold{
	color:red;
	font-weight: bold;
}

a, a:hover,.gold {
color: #C0B186;
}

.l_gold,.l_brown {
position:relative;
}
.l_gold:after,.l_brown:after {
content: "";
line-height: 0;
width:3em;
display: block;
overflow: hidden;
position: absolute;
bottom: -.25em;
}
.l_gold:after {
border-bottom: 2px solid #C0B186;
}
.l_brown:after {
border-bottom: 2px solid #977968;
}

.waku_brown, .waku_gold{
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0 1.5em;
}
.waku_brown {
border: 1px solid #977968;
margin-bottom: 50px;
}
.waku_gold{
border: 1px solid #C0B186;
}

.b_brown,.b_brown a,.t_brown th,
.b_gold,.b_gold a,.t_gold th{
color:white;
}
.b_brown,.t_brown th {
background: #977968;
}
.b_gold,.t_gold th {
background: #C0B186;
}
.b_beige {
background: #F2EFE7;
}
.b_usbeige {
background: #ede9e6;
}
.b_sky {
background: #EAFFFF;
}
.b_white {
background: white;
}
.waku_gold, .waku_brown {
background: white;
padding: 0 1.5em;
border-radius: .5em;
}

/*--icon--*/

.i_tooch,.i_free,.i_tel {
background-size:contain;
background-repeat:no-repeat;
}
.i_free,.i_tel {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 1em;
height: 1em;
display:inline-block;
background-position:center center;
}

.i_free {
background-image:url(../images/ico/i_free.svg);
margin: 0 .375em;
vertical-align: middle;
}
.i_tel {
background-image:url(../images/ico/i_tel.svg);
margin: 0 0.125em;
}
.i_tooch {
background-image:url(../images/ico/i_tooch.svg) ;
background-position:top left;
padding-left:1em;
}

.i_arrow {
	width: 0;
	height: 0;
	margin: 1.5em auto;
	border-top: 1.5em solid #C0B186;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
}

/*--float_kiji--*/

.float_r, .float_l{
padding: 1.5em 0;
}

.float_l_kiji p a,
.float_r_kiji p a{
width:100%;
display:block;
background:white;
text-align:center;
font-weight:600;
padding:.75em 0;
border:2px solid #C0B186;
}

.float_l_kiji a:hover,
.float_r_kiji a:hover{
color:white;
background:#C0B186;
}

.float_l_kiji, .float_r_kiji {
margin: 0 4.16665%;
}
.float_l_kiji br, .float_r_kiji br {
display: none;
}
.float_l>img, .float_r>img {
width: 100%;
}

/* --selection---*/

::selection {
background: #C0B186;
}
::-moz-selection {
background: #C0B186;
}

/*--contents--*/

.contents {
width: 91.6666%;
margin:0 auto;
padding:1.5em 0;
}

/*--youtube--*/

.youtube{
position: relative;
width: 100%;
padding-top: 56.25%;
display:block;
}

.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/*--header--*/

header {
z-index: 9998;
position: relative;
}

.fixed {
position: fixed;
top: 0;
-webkit-animation-duration:1s;
-ms-animation-duration:1s;
animation-duration:1s;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

#menu_btn span {
display: block;
}

#logo {
position: absolute;
top: 20%;
bottom: 20%;
left: 4.1666%;
width:47.5%;
}

/* ----- drawermenu ----- */

#drawer_menu {
width: 66.6666%;
right: -66.6666%;
background: #977968;
font-size: 150%;/*24px*/
line-height: 2.6667;/*48px*/
top: 0;
z-index: 9998;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
#drawer_menu li a, #drawer_menu li a:hover, #drawer_menu .close:hover {
color: white;
}
#drawer_menu li {
list-style: none;
}

#drawer_menu li a, #drawer_menu .close {
display: block;
}
#drawer_menu li a:hover {
background: #888;
}
#drawer_menu.block {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
#drawer.block:not(:target) {
right: 0\9;
}
#drawer_menu .close {
position: relative;
background: white;
}
#drawer_menu .close:hover {
cursor: pointer;
background: #888;
}
#drawer_menu .close:after {
content: "";
position: absolute;
top: 0;
right: 0;
}
#drawer_menu_overlay {
z-index: -1;
transition: 0.3s;
background: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
#drawer_menu_overlay.block {
z-index: 5;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}
header, #drawer_menu .close:after, #drawer_menu_overlay, #drawer_menu_overlay_android {
width: 100%;
}
#drawer_menu, #drawer_menu .close:after, #drawer_menu_overlay, #drawer_menu_overlay_android {
height: 100%;
}
#drawer_menu, #drawer_menu_overlay, #drawer_menu_overlay_android {
position: fixed;
}
#drawer_menu_overlay, #drawer_menu_overlay_android {
right: 0;
top: 0;
}
#drawer_menu_overlay_android {
background: rgba(0, 0, 0, 0.5);
}
#drawer_menu_overlay_android,
#address {
display: none;
}

#sinryo a {
border: 1px solid #C0B186;
padding: 1em 3em;
background:white;
}
#sinryo a:hover {
background: #977968;
color:white;
}
/* ----- menubtn ----- */

.bar {
width: 50%;
height: 2%;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
background: white;
}
#menu_btn:hover, .bar.top, .bar.middle, .bar.bottom {
opacity: 1;
}
.bar.top {
top: 15%;
}
.bar.middle {
top: 30%;
}
.bar.bottom {
top: 45%;
}
.bar, #menu_btn {
position: relative;
}
#menu_btn {
background: #977968;
cursor: pointer;
}
#menu_btn {
float: right;
font-size: 66.6%;
line-height: 2;
width: 16.6666%;
height: 6em;
}
#menu_btn p {
position: absolute;
text-align: center;
bottom: -7.5%;
right: 0;
left: 0;
}
.bar {
left: 25%;
right: 25%;
}
#menu_btn, #menu_btn:hover {
color: white;
}
#menu_btn:hover a {
background: #888;
}

/*--top--*/

#topmenu li {
margin: 1.5em 4.1665%;
float: left;
list-style: none;
box-sizing: border-box;
text-align: center;
}
#topmenu li a {
padding: 1.5em 2.083325%;
display: block;
color: #977968;
}
.price_waku {
display: inline-block;
margin: .125em .25em;
padding: 0 .25em;
background-color: white;
color: #977968;
}
#topmenu li, .price li {
border: 1px solid #977968;
}
#topmenu li {
width: 41.6665%;
}
#topmenu p {
margin: 0;
padding: 0;
color: #977968;
font-size: 100%;/*16px*/
line-height: 2.25;/*36px*/
font-weight: 600;
}
/*--hover animation--*/

#topmenu li:before, #topmenu li:after, #topmenu li:before, #topmenu li:after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
#topmenu li:after, #topmenu li:after {
top: -100%;
width: 100%;
height: 100%;
display: block;
}
#topmenu li, #topmenu li:before, #topmenu li:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#topmenu li:hover {
background: #f0e1c8;
}

/* --- slide --- */

#slider{
padding:1.5em 0;
width: 100%;
}

#slide_copy {
color: #977968;
text-align:center;
width:75%;
margin:0 auto;
border:1px solid #977968;
box-sizing:border-box;
background-color:rgba(255,255,255,.75);
}


/* -- pankuzu -- */

#pan{
background:white;
margin:1.5em auto;
padding:0 8.3333%;
box-sizing: border-box;
}

#pan li{
list-style:none;
float:left;
padding:.75em 0;
}

#pan li:after{
content: '＞';
padding:0 .5em;
}

#pan li:last-child:after{
content: '';
}

/*--submenu&col--*/

#submenu li,
.col2>li,.col3>li,.col4>li{
list-style:none;
}

#submenu li{
position:relative;
padding:.75em 4.1666%;
}

#submenu li,#submenu li p+p,
.col2>li a,.col3>li a,.col4>li a{
box-sizing:border-box;
}

#submenu img{
border-radius:50%;
width:25%;
float:left;
margin-right:8.3333%;
}

#submenu section{
overflow:hidden;
width:66.6666%;
}

#submenu li:nth-child(odd) {
background: #F2EFE7;
}

#submenu li a{
	position: absolute;
	top: 60px;
	left: -55px;
	width: 100%;
	height: 100%;
}

#submenu li p+p,
.col2>li p a,.col3>li p a,.col4>li p a{
display:block;
border: 1px solid #C0B186;
text-align:center;
font-weight:600;
color:#C0B186;
background:white;
margin:1.5em 0;
padding:.75em 8.3333%;
}

.col2>li li,.col3>li li{
	float:none;
	width:100%;
	font-size:87.5%;
	padding:0;
	list-style-type:square;
	list-style:inside;
}

#submenu li p+p,
.col2>li a,.col3>li a,.col4>li a,
.col2>li img,.col3>li img,.col4>li img{
width:100%;
}

#submenu li img:hover{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

.col2>li p a:hover,.col3>li p a:hover,.col4>li p a:hover{
background:#C0B186;
color:white;
}

/*--feeds--*/

#feeds{
font-size: 125%;/*20px*/
line-height: 1.8;/*36px*/
font-weight:600;
}

#feeds dt {
float:left;
margin-right:8.3333%;
width:16.6666%;
}

/*--docter--*/

#docter_bg{
background:white;
padding-bottom:1.5em;
}

#docter{
width:83.3333%;
margin:0 auto;
}

#docter dt {
color: #977968;
font-weight:600;
}

/*--recluit--*/

.rec{
font-size: 150%;/*24px*/
line-height: 1.5;/*36px*/
font-weight:600;
text-align:center;
border: 1px solid #C0B186;
}
.rec dt,.rec dd {
padding:.75em 4.1666%;
}
.rec dt {
background: #977968;
color:white;
}
.rec dd {
background: white;
color: #C0B186;
}

/*--footer--*/

footer {
background: white;
}

#footer_map dl{
width:50%;
float:left;
}

#footer_map dt{
font-weight:600;
margin:.75em 0;
}

#footer_map dd{
margin-bottom:.75em;
}
#footer_l li{
list-style:none;
}

#footer_l img{
width:100%;
}

#copy {
text-align: center;
color: #C0B186;
clear:both;
}

/* --mail---*/

input[type=date], option,
input[type=text], input[type=email], input[type=tel],input[type=name],textarea,select {
font-size: 125%;/*20px*/
line-height: 2.1;/*42px*/
padding:.75em 4.1666%;
}
input[type=date], input[type=text], option,
input[type=email], input[type=name], input[type=tel],textarea,select {
display: inline-block;
width: 91.6666%;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: transparent;
}

input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
border: 0;
font-size:300%;
padding:.25em .75em;
background:#977968;
color:white;
border-radius: .25em;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background:orange;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #ccc;
font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ccc;
font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ccc;
font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #ccc !important;
font-style: italic;
}


/*--clear--*/

header:after, #header_pc:after, #drawer_menu li:after,#feeds:after,
#topmenu:after,#pan:after,#submenu:after,#submenu li:after, #docter dl:after,
.col2:after,.col3:after,.col4:after,.rec:after,
.float_l:after, .float_r:after,
footer:after,#footer_map:after,#footer_map dl:after,
#footer_map dd:after,#footer_map dd li:after{
display: block;
clear: both;
content: ''
}

/*--
2021/09/06 追加
HPトップ　index.html 219～240行
--*/
.banner_section {
	display: block;
}
.banner_img {
	margin: auto auto 0 auto;
	height: 147px;
	width: 360px;
	max-width: 100%;
}


@media screen and (min-width:375px) {
.big {
font-size: 150%;
font-weight: bold;
}
#docter dt,
#docter dd {
float: left;
}
#docter dt {
width: 25%;
}
#docter dd {
width: 75%;
}
#drawer_menu li a, #drawer_menu .close {
	padding: 0 8.3333%;
	}
}

@media screen and (min-width:568px) {
html {
font-size: 87.5%;/*14px*/
line-height: 2.5714;/*36px*/
}
}

 @media screen and (min-width:768px) {
html {
font-size: 100%;/*16px*/
line-height: 2.25;/*36px*/
}
.contents {
width: 81.3333%;
}
section {
padding-bottom: 3em;
}

#submenu li,
.col2>li,.col3>li,.col4>li{
float:left;
}

#submenu li{
width: 50%;
}

#submenu li:nth-child(1n) {
background: #FAF8EF;
}

#submenu li:nth-child(4n+1),
#submenu li:nth-child(4n+4) {
background: #F2EFE7;
}

.col2>li,.col3>li,.col4>li{
margin:0 4.1666%;
}

.col2>li,.col4>li{
padding:1.5em 0;
overflow:hidden;
}

.col2>li,.col4>li{
width:41.6666%;
}

.col3>li{
width:25%;
}

#footer_map dd{
padding-left:1.5em;
}

#footer_map dd li,
#footer_l{
float:left;
}

#footer_map dd li{
padding-left:2em;
}

#footer_l{
width:58.3333%;
}

#footer_r{
width:33.3333%;
float:right;
}
}
@media screen and (min-width:960px) {
html {
font-size: 112.5%;/*18px*/
line-height: 2;/*36px*/
letter-spacing:0.025em;
}

header, #header_pc, #logo {
position: relative;
}
#drawer_menu li {
font-size: 56.25%;/*9px*/
line-height: 4;/*36px*/
float: left;
width: 16.6666%;
text-align: center;
border-left: 1px solid #977968;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#drawer_menu li:last-child {
border-right: 1px solid #977968;
}
#drawer_menu li span {
display: block;
}
#drawer_menu li a:hover {
background: #977968;
}
#header_pc {
padding: 1.5em 0;
}
#logo {
width: 37.5%;
float: left;
left: 0;
}
#drawer_menu li a, #drawer_menu .close {
	padding: 0;
	}
#address,
#address a{
color:#977968;
}

#address {
font-size: 75%;/*12px*/
line-height: 2;/*24px*/
list-style: none;
text-align: right;
right: 0;
display: block;
}

#header_pc, #drawer_menu ul {
width: 91.6666%;
margin: 0 auto;
}
#drawer_menu ul li a {
color: #977968;
}
.waku_gold, .waku_brown {
padding: 1.5em 3em;
}
#address_sp, #menu_btn, #drawer_menu .close {
display: none;
}
#drawer_menu {
background: white;
border-top: 1px solid #977968;
border-bottom: 1px solid #977968;
width: 100%;
position: relative;
overflow: hidden;
right: 0;
}
#drawer_menu li a.active {
background: #f5f1e9;
}
#drawer_menu li a.active:hover {
color: #977968;
}
#topmenu li, #topmenu img {
width: 25%;
}
#docter_bg{
background-size:cover;
background:url(../images/staff_doc.jpg) left center no-repeat;
}

#slider{
padding:6em 0;
}

#slide img,#docter_bg img {
display:none;
}

#slide_copy {
width: 37.5%;
margin:1.5em 8.3333% 1.5em auto ;
background-color: rgba(255,255,255,0.75);
}


#slide_copy h1{
font-size: 350%;
line-height:1.5;
padding-left:0.25em;
font-feature-settings: "palt";
}


#docter{
width: 37.5%;
margin: 0 8.3333% 0 auto;
padding: 3em 0;
}

.rec dt {
float:left;
margin-right:4.1666%;
}


.float_l,.float_r {
padding:0;
}

.float_l>img, .float_r>img,
.float_l .youtube,.float_r .youtube{
width: 45.8334%;
}


.float_l_kiji, .float_r_kiji {
width: 41.6666%;
padding:1.5em 4.1666%;
}
.float_l_kiji br, .float_r_kiji br {
display: inline-block;
}
.float_l_kiji {
margin: 0 0 0 4.1666%;
}
.float_r_kiji {
margin: 0 4.1666% 0 0;
}
.float_r>img,.float_r .youtube{
float: right;
}
.float_l_kiji, .float_r_kiji, .float_l>img,.float_l .youtube {
float: left;
}

.float_l .youtube,.float_r .youtube{
height:9em;
}

.float_price {
width: 100%;
float: none;
}
/*--
2021/09/06 追加
--*/
.banner_section {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.banner_img {
	margin: auto 50px 0 50px;
}
}

@media screen and (min-width:1024px) {
.contents {
width: 75%;
}
#topmenu li {
font-size: 150%;
}
}

@media screen and (min-width:1280px) {
#header_pc, #drawer_menu ul {
width: 83.3333%;
margin: 0 auto;
}

#footer_l{
width:50%;
}

#footer_r{
width:41.6666%;
}

}
@media screen and (min-width:1600px) {
#header_pc, #drawer_menu ul, .contents {
width: 66.6666%;
}
section th,section td{
padding: 1.5em 3em;
}

.col4>li{
width:20%;
margin:0 2.5%;
}
}
 @media screen and (min-width:1900px) {

}
 @media screen and (min-width:2560px) {
#header_pc, .contents {
width: 50%;
}
}
@media print {
body {
color: black;
}
header, br, footer {
display: none;
}
}

.jaw__mv{
  width: 100%;
  height: 400px;
  color: #fff;
  background: url("../images/kyousei/mv.jpg") top 27% center no-repeat;
  background-size: cover;
}

.jaw__mv .contents{
	display: flex;
	align-items: center;
	height: 400px;
}

.jaw__mv--dec{
	text-align: center;
	width: 450px;
  height: 190px;
  color: #fff;
  background: url("../images/kyousei/mv-deco.png") no-repeat;
  background-size: cover;
}

.jaw__mv--dec h1{
	padding-top: .5rem;
	font-weight: 900;
}

.jaw__wrapp{
	padding:1.5rem 0 3rem;
}

.jaw__wrapp--hd{
	font-size: 2rem;
  font-weight: bold;
  color: #977968;
  text-align: center;
  margin: 0 0 3rem;
}

.jaw__mouse--tl{
	font-size: 2rem;
  font-weight: bold;
  color: #977968;
  text-align: center;
  margin:4rem 0 2rem;
}

.jaw__wrapp--tl{
	font-size: 1.25rem;
	font-weight: bold;
	display: block;
	text-align: center;
	margin:2.5rem 0 2.5rem;
}

.jaw__attention{
	font-size: 1.5rem;
	margin: .5rem 0;
	font-weight: 900;
	background: #ffff;
  border-radius: .5rem;
  border: 3px solid #C0B186;
	padding: 1rem 0;
	text-align: center;
}

.jaw__attention p{
	padding: 0;
	margin: 0;
	display: inline;
}

.jaw__attention .dec::before {
  content: '';
	background: url("../images/kyousei/igo-dec.png") center top no-repeat;
	width: 1.5rem;
  height: 1.5rem;
	display: inline-block;
  background-size: 100%;
  margin:0 .5rem 0 0;
}

.jaw__attention em{
color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: .25rem 1rem 0;
  font-style: normal;
  font-weight: bold;
  background: #C0B186;
  display: inline-block;
  height: 2rem;
  margin: .85rem 1rem 0 0;
}

.jqw__wrapp--ls{
	padding:0 0 2rem;
	list-style: none;
}

.jqw__wrapp--ls li p{
  display: flex;
	font-size: 1.5rem;
	font-weight: 900;
	margin: .5rem 0;
}

.jqw__wrapp--ls li::before {
  content: '';
	background: url("../images/kyousei/igo-dec.png") center top no-repeat;
	width: 1.5rem;
  height: 1.5rem;
  float: left;
  background-size: 100%;
  padding-top: 1rem;
  margin:.65rem .5rem 0 0;
}

.jaw__wrapp--btn{
	text-align: center;
	margin:3rem auto 0;
}

.jaw__wrapp--btn a{
	font-size: 1.25rem;
	display: inline-block;
	padding: .5rem 4rem;
	color: #fff;
	font-weight: bold;
	background: #977968;
	text-align: center;
	transition: .3s;
}

.jaw__wrapp--btn a:hover{
	background: #D6BCAD;
}

.sp--none{
	display: block;
}

.pc--none{
	display: none;
}

.jaw__banner--ls dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: .5rem 0 0;
}

.jaw__banner--ls p{
	width: 48.5%;
}

.jaw__wrapp--attention p{
	font-weight: bold;
	margin: 0 0 2rem;
}

.waku_gold.jaw{
	padding: 0;
}

.waku_gold.jaw p{
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 767px){

	.jaw__mv{
		width: 100%;
		height: 40vw;
	}

	.jaw__mv .contents{
		display: flex;
		align-items: center;
		height: 40vw;
	}

	.jaw__mv--dec{
		text-align: center;
		width: 43vw;
		height: 18vw;
		color: #fff;
	}

	.jaw__mv--dec h1{
		font-size: 3.75vw;
		padding-top: 0;
	}

	.jaw__wrapp {
    padding: 0 0 10vw;
	}

	.jaw__wrapp--hd{
		font-size: 6vw;
		margin: 0 0 5vw;
	}

	.jaw__mouse--tl{
		font-size: 6vw;
		margin:5vw 0 ;
	}

	.jaw__wrapp--tl{
		font-size: 4vw;
		margin:5vw 0 ;
	}

	.jaw__attention{
		font-size: 4.15vw;
		margin:2.5vw 0;
		padding:5vw;
	}

	.jaw__attention p{
		padding: 0;
		margin: 0;
		display: inline;
	}

	.jaw__attention .dec::before {
		width: 4.5vw;
		height: 4.5vw;
		margin: 0 1vw 0 0;
		vertical-align: -.5vw;
	}

	.jaw__attention em{
		font-size: 4.25vw;
		line-height: 4.25vw;
		padding:1vw 0;
		display:block;
		height: auto;
		margin:1vw 0 0 0;
	}

	.jaw__banner--ls dd{
		margin:0;
	}

	.jaw__wrapp--btn a{
	display: block;
	width: 70%;
	margin:3vw auto 10vw;
	font-size: 4.25vw;
	box-sizing: border-box;
	}


	.jqw__wrapp--ls{
		padding: 0 0 5vw;
	}

	.jqw__wrapp--ls li p{
		font-size: 4vw;
		margin: 3vw 0;
		line-height: 7vw;
	}

	.jqw__wrapp--ls li::before {
		width: 4.5vw;
		height: 4.5vw;
		margin: 1vw 2vw 0 0;
	}

	.jaw__wrapp--attention p{
		font-size: 4vw;
		line-height: 6vw;
		font-weight: bold;
		padding: 0;
		margin: 0 0 5vw;
	}

	.waku_gold.jaw p{
		font-size: 4.25vw;
		text-align: center;
		font-weight: bold;
	}

	.sp--none{
		display: none;
	}

	.pc--none{
		display: block;
	}
}


/* --- TOP--slide++ --- */
.slick-slide img{
	width: 100%;
}


/*CASE++---------------------------------------------------*/

.case__head--title{
	font-size: 2rem;
  font-weight: 900;
  color: #977968;
  text-align: center;
  margin: 1.5rem 0 3rem;
}

.case__wrapp--title{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	background: #977968;
	border-radius: .5rem;
	padding: .5rem 0;
}

.case__wrapp--title span{
	font-size: 1.25rem;
	padding: 0 0 0 1rem;
}

.case__wrapp--flex{
	list-style: none;
	padding: 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case__wrapp--flex>li{
	width: 45%;
  position: relative;
	margin-bottom: 1.25rem;
}

.case__list--patient {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
	font-weight: 900;
  margin-bottom: .25rem;
	position: relative;
}

.case__list--patient::before{
	border-radius: 50%;
	width: .5rem;
	height: .5rem;
	display: block;
	position: absolute;
	left: 0;
	top: .75em;
	content: "";
	background: #58595B;
}

.case__list--patient dt{
	padding-left: 1rem;
}

.case__list--patient dt::after{
	content: '/';
	display: inline-block;
	padding: 0 .15rem;
}

.case__wrapp--example {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case__wrapp--example li {
	width: 45%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case__wrapp--example figure {
  font-size: 1.5rem;
	font-weight: 900;
	padding: 0;
  margin: 0;
}

.case__wrapp--example::after {
  background: url(../images/case/arrow.png) 0 0 no-repeat;
  width: 1.85rem;
  height: 1.85rem;
  top: 48%;
  left: 50%;
  content: "";
  z-index: 2;
  position: absolute;
  margin-left: -.5rem;
	background-size: contain;
}

@media screen and (max-width: 767px){

	.case__head--title{
		font-size: 7vw;
		margin: 0 0 8vw;
	}

	.case__wrapp--title{
		display: block;
		text-align: center;
		font-size: 6.85vw;
		border-radius: 1rem;
		padding:3.5vw 0;
		margin-bottom: 5vw;
	}

	.case__wrapp--title span{
		font-size: 4vw;
		line-height: 4vw;
		display: block;
		text-align: center;
		padding:1.5vw 0 2vw;
	}

	.case__wrapp--flex{
		display: block;
	}

	.case__wrapp--flex>li{
		width: 100%;
		margin-bottom:1.85vw;
	}

	.case__list--patient {
		display: flex;
		flex-wrap: wrap;
		font-size: 4.25vw;
		margin-bottom: .5vw;
	}

	.case__list--patient::before{
		width: 2vw;
		height: 2vw;
		display: block;
		position: absolute;
		left: 0;
		top: 3.25vw;
		content: "";
	}

	.case__list--patient dt{
		padding-left: 3vw;
	}

	.case__list--patient dt::after{
		content: '/';
		display: inline-block;
		padding: 0 1vw;
	}

	.case__wrapp--example {
		font-weight: bold;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.case__wrapp--example li {
		width: 45%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.case__wrapp--example figure {
		font-size: 6.25vw;
	}

	.case__wrapp--example::after {
		background: url(../images/case/arrow.png) 0 0 no-repeat;
		background-size: contain;
		width: 6.5vw;
		height: 6.5vw;
		top: 50%;
		left: 50%;
		content: "";
		margin-left: -1.85vw;
	}

}

/*202405 WEB-Refurbishment ++---------------------------------------------------*/

/* スマホサイズナビゲーション追加 ++++++++++ */
.sp__under--nav{
	display: none;
	list-style: none;
}

/* menu 調整 ++++++++++ */
#submenu li{
padding: 2.5% 2% 0 2%;
}
#submenu li img{
	margin-top: 5%;
}
#submenu li.txt--none img{
	margin-top: 0%;
}


/* 審美歯科 バナー追加 ++++++++++ */
.shinbi--banner{
	margin: 3.5rem 0;
}

.shinbi--banner img{
	transition: .3s;
}

.shinbi--banner img:hover{
	opacity: .7;
}

/* スタッフ紹介 院長紹介調整 ++++++++++ */
.staff__dentist{
	background: #fff;
	padding: 2.5rem 0 1rem;
}

.staff__dentist--info h2{
	margin-top: 0;
}

.staff__dentist--info dt{
	float: left;
  width: 35%;
  color: #977968;
  font-weight: 600;
  font-size: 95%;
  line-height: 130%;
  margin-bottom: 1rem;
}

.staff__dentist--info dd{
	float: left;
  width: 65%;
  font-size: 95%;
  line-height: 130%;
  margin-bottom: 1rem;
}


.flex__2rows{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	list-style: none;
}

.flex__2rows li {
  width: 46.5%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px){

	.sp__under--nav{
		display: block;
		padding-left: 30px;
	}

	#submenu li{
		padding: 2.5% 5% 0 5%;
		}

	#submenu li img{
		margin-top: 10%;
	}

	#submenu li.txt--none img{
		margin-top: 10%;
	}


	.staff__dentist{
		overflow: hidden;
		padding: 0 0 10vw;
	}

	.staff__dentist::before{
		content: '';
		display: block;
		width: 100%;
		height: 40vw;
		background: url(../images/staff_Dentist.jpg);
		background-size: cover;
	}

	.staff__dentist--im{
		display: none;
	}

	.flex__2rows{
		display: block;
	}

	.flex__2rows li{
		width: 100%;
		margin-bottom: 7.5vw;
	}
}
