@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



.clear{ clear:both;}


.c-btn {
	width: 100%;
	max-width: 400px;
	display: inline-block;
	border: none;
	color: #a38662;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0;
	height: 70px;
	background: #000000;
	border-radius: 35px;
	position: relative;
	cursor: pointer;
}
.c-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 34px;
	display: inline-block;
}
.c-btn span:before {
	position: absolute;
	top: 0;
	bottom: 6px;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #a38662;
	border-right: 1px solid #a38662;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.c-btn.is-open span:before {
	top: 6px;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-btn:hover {
	opacity: 0.7;
}

br.pc_only{display: block;}
br.sp_only{display: none;}
@media screen and (max-width: 640px) {
	br.pc_only{display: none;}
	br.sp_only{display: block;}
	.c-btn {
		max-width: 275px;
		font-size: 15px;
		line-height: 1.4;
		padding: 0 0;
		height: 50px;
		border-radius: 25px;
	}
	.c-btn span {
		position: absolute;
		width: 135px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding-left: 20px;
		display: inline-block;
	}
	.c-btn span:before {
		position: absolute;
		top: 0;
		bottom: 6px;
		width: 12px;
		height: 12px;
	}
	.c-btn.is-open span:before {
		top: 6px;
		bottom: 0;
	}	
}


a.c-btn02 {
	background: #000;
	color: #a38662;
	font-size: 14px;
	line-height: 1.4;
	width: 100%;
	max-width: 400px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
}
.c-btn02 span {
	display: inline-block;
	position: relative;
	padding: 17px 23px 17px 0;
}
.c-btn02 span:before ,
.c-btn02 span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.c-btn02 span:before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a38662;
}
.c-btn02 span:after {
	right: 0px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #000;
}

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


.c-headLineTitle {
	font-size: 32px;
	line-height: 1.4;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-weight: 500;
}
.c-headLineTitle:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #a38662;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c-middleTitle01 {
	font-size: 32px;
	line-height: 1.4;
	text-align: left;
	color: #a38662;
	margin-bottom: 15px;
}
.c-middleTitle01--en {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.c-middleTitle01--jp {
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
	.c-headLineTitle {
		font-size: 22px;
		line-height: 1.4;
		padding-bottom: 8px;
		margin-bottom: 23px;
	}
	.c-headLineTitle:after {
		width: 30px;
		height: 3px;
	}
	.c-middleTitle01 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.c-middleTitle01--en {
	}
	.c-middleTitle01--jp {
		font-size: 14px;
		margin-left: 3px;
	}

}


.c-linkList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-linkList__item {
	font-size: 15px;
	line-height: 1.7;
	width: 23.6%;
	margin-left: 1.8666%;
}
.c-linkList__item:nth-child(4n + 1) {
	margin-left: 0;
}
.c-linkList__item:nth-child(n + 5) {
	margin-top: 20px;
}
a.c-linkList__anc {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;	
	color: #a38662;
	background: #000;
	border-radius: 5px;
	width: 100%;
	height: 90px;
}
a.c-linkList__anc > span {
}
a.c-linkList__anc > span > span {
	font-size: 10px;
	letter-spacing: 0;
}
.c-linkList + .c-middleTitle01 {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.c-linkList {
	}
	.c-linkList__item {
		font-size: 15px;
		line-height: 1.7;
		width: 100%;
		margin-left: 0;
	}
	.c-linkList__item.injection a{padding: 12px 20px;}
	.c-linkList__item:nth-child(n + 2) {
		margin-top: 10px;
	}
	a.c-linkList__anc {
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		border-radius: 5px;
		width: 100%;
		height: auto;
		padding: 20px 20px;
		text-align: left;
		box-sizing: border-box;
	}
	a.c-linkList__anc br {
		display: none;
	}
	a.c-linkList__anc > span {
	}
	a.c-linkList__anc > span > span {
		font-size: 10px;
		letter-spacing: 0;
		display: block;
	}
	.c-linkList + .c-middleTitle01 {
		margin-top: 40px;
	}	
}


.p-topMain {
	position: relative;
	margin-bottom: 180px;
}
.p-topMainVideo {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
}
.p-topMainVideo--action {
	z-index: 1001;
	position: relative;
}
.p-topMain__playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 500;
	cursor: pointer;
	z-index: 1000;
}
.p-topMain__playBtnIcon {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #a38562;
	margin: 0 auto 20px auto;
	position: relative;
}
.p-topMain__playBtnIcon:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #FFF;
}
.p-topMain:after {
	background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: -o-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: repeating-linear-gradient(-45deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	content: '';
	display: block;
	height: 100px;
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom:-70px;
}
.p-topMain__txt {
	position: absolute;
	top: 50%;
	right: 8.85%;
	-webkit-transform: translate( 0, -50%);
	transform: translate( 0, -50%);
	z-index: 1000;
	width: 210px;
}
.p-topMain__txt img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.p-topMain {
		margin-bottom: 50px;
	}
	.p-topMain .video_box{
	height: 340px;
    overflow: hidden;
    background: url(../images/top/background_photo.jpg) no-repeat center top;
    background-size: 100%;
	}
	.p-topMain .video_box.no_bk{
		background:none;
	}
	.p-topMainVideo {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}
	.p-topMainVideo--action {
		z-index: 100;
	}
	.p-topMain__playBtn {
		top: 50vw;
		font-size: 14px;
	}
	.p-topMain__playBtnIcon {
		width: 55px;
		height: 55px;
		margin: 0 auto 15px auto;
	}
	.p-topMain__playBtnIcon:before {
		left: 8px;
		right: 0;
		width: 6px;
		height: 6px;
		border: 6px solid transparent;
		border-left: 11px solid #FFF;
	}
	.p-topMain:after {
		display: none;
	}
	.p-topMain__txt {
		position: relative;
		top: 0;
		right: 0;
		-webkit-transform: translate( 0, 0);
		transform: translate( 0, 0);
		width: 50%;
		margin: 0 auto;
	}	

	.p-topMain__txt img {
		width: 80%;
	}
	/*.p-topMain__playBtn{display: none;}*/
}

@media screen and (max-width: 320px) {
	.p-topMain .video_box{
			background:url(../images/top/background_photo.jpg) no-repeat center top;
			background-size: 100%;
		}
}

.topPage_h1{font-size: 25px; margin-bottom: 30px; font-weight: normal; color: #a38662; letter-spacing: 2px;}
.topPage_h1 br{display:none;}
.spTopMove{display: none;}
.p-topMessage {
	padding-bottom: 100px;
}
.p-topMessageTxt {
	padding-bottom: 50px;
	display: none;
}
.p-topMessageTxt h1{font-size: 18px; margin-bottom:30px;}
.p-topMessageTxt p {
	font-size: 13px;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0;
}
.p-topMessageTxt p br.sp{display: none;}

@media screen and (max-width: 640px) {
	.topPage_h1{display: block; line-height: 1.7; font-size: 15px; letter-spacing: 0; padding: 0 20px;}
	
	.spTopMove{display: block; width: 100%; margin-bottom: 30px;}
	.spTopMove iframe{width: 100%; height: 400px;}
	.p-topMessage {
		padding-bottom: 70px;
	}
	.p-topMessageTxt {
		padding-bottom: 50px;
		display: none;
	}
	.p-topMessageTxt h1{font-size: 16px; margin-bottom:20px;}
	.p-topMessageTxt p {
		font-size: 13px;
		line-height: 2.2;
		text-align: center;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 414px) {
	.topPage_h1{font-size: 20px;}
	.topPage_h1 br{display:block;}
	.p-topMessageTxt p br.sp{display: block;}
	.spTopMove iframe{width: 100%; height: 250px;}
}


.p-topLink {
	margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
	/*.p-topLink {margin-bottom: 30px;}*/
}


.p-topAbout {
	margin-bottom: 140px;
}
.p-topAbout__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
	margin-bottom: 90px;
}
.p-topAbout__photo {
	width: 54.54%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	position: relative;
}
.p-topAbout__photo:before {
	position: absolute;
	bottom:-30px;
	left: 0;
	background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: -o-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: repeating-linear-gradient(-45deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.p-topAbout__photoInner {
	position: relative;
	z-index: 100;
}
.p-topAbout__txtWrap {
	width: 41.8%;
	text-align: left;
}
.p-topAbout__title {
	font-size: 24px;
	line-height: 1.5;
	color: #a38662;
	font-weight: 500;
	margin-bottom: 25px;
}
.p-topAbout__txt {
	font-size: 15px;
	line-height: 1.86;
	font-weight: 500;
}

.p-topAbout__txtWrap .c-btn02 {
	margin-top: 40px;
}

.p-topAboutEfforts {
	border: #a38662 1px solid;
	padding: 39px 0;
}
.p-topAboutEfforts__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;		
}
.p-topAboutEfforts__title {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	color: #a38662;
	width: 30%;
	border-right: #a38662 1px solid;
	box-sizing: border-box;
}
.p-topAboutEfforts__title span {
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
.p-topAboutEfforts__box {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	width: 40%;
	box-sizing: border-box;
	padding-left: 4%;
}
.p-topAboutEfforts__box a{
  display : table;	
}
.p-topAboutEfforts__boxIcon {
	display: table-cell;
	vertical-align: middle;
}
.p-topAboutEfforts__boxTxt {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
}
.p-topAboutEfforts__boxTxt:before{
	content: "";
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 46%;
}

.p-topAbout__txt .sp_only{display:none;}
@media screen and (max-width: 640px) {
	.p-topAbout__txt .pc_only{display:none;}
	.p-topAbout__txt .sp_only{display:block;}

	.p-topAbout {
		margin-bottom: 80px;
	}
	.p-topAbout__inner {
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	  -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;	
		margin-bottom: 40px;
	}
	.p-topAbout__photo {
		width: 105.5%;
		box-sizing: border-box;
		padding: 0 0 0 17px;
		position: relative;
		margin-bottom: 58px;
	}
	.p-topAbout__photo:before {
		bottom:-17px;
		background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
		background: -o-repeating-linear-gradient(135deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
		background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
	}
	.p-topAbout__photoInner {
		position: relative;
		z-index: 100;
	}
	.p-topAbout__txtWrap {
		width: 100%;
		text-align: left;
	}
	.p-topAbout__title {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.p-topAbout__txt {
		font-size: 13px;
		line-height: 1.86;
	}
	.p-topAbout__txtWrap .c-btn02 {
		margin-top: 30px;
	}

	.p-topAboutEfforts {
		border: #a38662 1px solid;
		padding: 30px 0;
	}
	.p-topAboutEfforts__inner {
	  -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
	}
	.p-topAboutEfforts__title {
		font-size: 17px;
		line-height: 1.5;
		width: 100%;
		border-right: none;
		margin-bottom: 20px;
	}
	.p-topAboutEfforts__title span {
		display: inline-block;
		text-align: left;
		padding: 0 10px;
	}
	.p-topAboutEfforts__title span br {
		display: none;
	}
	.p-topAboutEfforts__box {
		display : -webkit-box;
		display : -webkit-flex;
		display : -ms-flexbox;
		display : flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding-left:0;
	}
	.p-topAboutEfforts__box + .p-topAboutEfforts__box {
		border-top: #a38662 1px solid;
		padding-top: 20px;
		margin-top: 20px;
	}
	.p-topAboutEfforts__boxIcon {
		width: 75px;
	}
	.p-topAboutEfforts__boxTxt {
		padding-left: 15px;
		font-size: 14px;
		line-height: 1.7;
		font-weight: 500;
		width: auto;
		width: calc(100% - 75px);
	}
}





.p-topNews {
	margin-bottom: 150px;
}
.p-topNewsLinkList {
	
}
.p-topNewsLinkList li {
	border-bottom: #dddddd 1px dashed;
	padding-bottom: 30px;
}
.p-topNewsLinkList li + li {
	margin-top: 30px;
}
.p-topNewsLinkList li a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}
.p-topNewsLinkList__date {
	padding-right: 30px;
}
.p-topNewsLinkList__title {
	text-decoration: underline;
	    text-align: left;
}

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

	.p-topNews {
		margin-bottom: 80px;
	}
	.p-topNewsLinkList {

	}
	.p-topNewsLinkList li {
		border-bottom: #dddddd 1px dashed;
		padding-bottom: 25px;
	}
	.p-topNewsLinkList li + li {
		margin-top: 25px;
	}
	.p-topNewsLinkList li a {
	  -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}
	.p-topNewsLinkList__date {
		padding-right: 0px;
	}
	.p-topNewsLinkList__title {
	}	
}



.p-shopInfomation {
}
.p-shopInfomationMain {
	background: url(../images/common/shop.jpg) no-repeat center center;
	background-size: cover;
	height: 600px;
}
.p-shopInfomationWrap {
	background: #FFF;
	margin-top: -65px;
	padding: 90px 0 100px 0;
}
.p-shopInfomation__title {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}
.p-shopInfomationDetail {
	margin-bottom: 64px;
}
.p-shopInfomationDetail__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-shopInfomationDetail__item {
	/*width: 50%;*/
	box-sizing: border-box;
	/*text-align: left;
	/*padding: 10px 20px 10px 6%;*/
	width: 100%;
	padding:0;
}
.p-shopInfomationDetail__item + .p-shopInfomationDetail__item {
	border-left: #dddddd 1px solid;
}
.p-shopInfomationDetail__itemName {
	font-size: 18px;
	line-height: 1.4;
	color: #a38662;
	margin-bottom: 40px;
	letter-spacing: 0;
}
.p-shopInfomationDetail__itemAdress {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0;
}
.p-shopInfomationDetail__itemBtn {
	/*margin-top: 60px;*/
	max-width: 250px;
	width:100%;
	margin: 60px auto 0;
}

.p-shopInfomationReservation {
	
}
.p-shopInfomationReservation__title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	border-top: #dddddd 1px solid; 
	border-bottom: #dddddd 1px solid;
	padding: 20px 20px 15px 20px;
	margin-bottom: 25px;
}
.p-shopInfomationReservation__inner {
	max-width: 404px;
	margin: 0 auto;
}
.p-shopInfomationReservation__tell {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
	margin-bottom: 5px;
}
.p-shopInfomationReservation__tellIcon  {
}
.p-shopInfomationReservation__tellIcon img  {
	margin-bottom: 5px;
}
.p-shopInfomationReservation__tellTxt {
	font-size: 55px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	color: #a38662;
}
.p-shopInfomationReservation__supplement {
	border: #a38662 1px solid;
}
.p-shopInfomationReservation__supplementTxt {
	font-size: 16px;
	line-height: 1.4;
	color: #a38662;
	padding: 5px 0;
}
.p-shopInfomationReservation__time {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 15px;
}


@media screen and (max-width: 640px) {
	.p-shopInfomation {
	}
	.p-shopInfomationMain {
		background: url(../images/common/shop.jpg) no-repeat center center;
		background-size: cover;
		height: 300px;
	}
	.p-shopInfomationWrap {
		background: #FFF;
		margin-top: -32px;
		padding: 50px 0 130px 0;
	}
	.p-shopInfomation__title {
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.p-shopInfomationDetail {
		margin-bottom: 64px;
	}
	.p-shopInfomationDetail__inner {
	  -webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	/*.p-shopInfomationDetail__item {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		padding: 0 0 0 0;
	}
	.p-shopInfomationDetail__item + .p-shopInfomationDetail__item {
		border-left: none;
		border-top: #dddddd 1px solid;
		margin-top: 35px;
		padding-top: 35px;
	}*/
	.p-shopInfomationDetail__itemName {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 7px;
	}
	.p-shopInfomationDetail__itemAdress {
		font-size: 13px;
		line-height: 1.8;
	}
	.p-shopInfomationDetail__itemBtn {
		max-width: 250px;
		margin: 15px auto 0 auto;
	}

	.p-shopInfomationReservation {

	}
	.p-shopInfomationReservation__title {
		font-size: 16px;
		padding: 15px 20px 13px 20px;
		margin-bottom: 25px;
		letter-spacing: 0;
	}
	.p-shopInfomationReservation__inner {
		max-width: 280px;
		margin: 0 auto;
	}
	.p-shopInfomationReservation__tell {
		display : -webkit-box;
		display : -webkit-flex;
		display : -ms-flexbox;
		display : flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: baseline;
		-ms-align-items: baseline;
		align-items: baseline;
		margin-bottom: 5px;
	}
	.p-shopInfomationReservation__tellIcon  {
	}
	.p-shopInfomationReservation__tellIcon img  {
		margin-bottom: 5px;
		width: 30px;
	}
	.p-shopInfomationReservation__tellTxt {
		font-size: 37px;
	}
	.p-shopInfomationReservation__supplement {
		border: #a38662 1px solid;
	}
	.p-shopInfomationReservation__supplementTxt {
		font-size: 12px;
		line-height: 1.4;
		color: #a38662;
		padding: 5px 0 4px 0;
	}
	.p-shopInfomationReservation__time {
		font-size: 11px;
		line-height: 1.4;
		margin-top: 15px;
	}	
	
}






/* 下層 */

.c-punkuzu {
	background: #eeeeee;
	padding: 12px 10px 11px 140px;
	text-align: left;
}
.c-punkuzuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.c-punkuzuList li {
	color: #999999;
	font-size: 12px;
	line-height: 1.4;
}
.c-punkuzuList li a {
	color: #999999;
}
.c-punkuzuList li + li:before {
	content: '/';
	display: inline-block;
	padding: 0 3px;
}

@media screen and (max-width: 640px) {
	.c-punkuzu {
		padding: 4px 10px 3px 77px;
	}
	.c-punkuzuList {
	}
	.c-punkuzuList li {
		font-size: 9px;
		line-height: 1.4;
	}
	.c-punkuzuList li a {
	}
	.c-punkuzuList li + li:before {
		content: '/';
		padding: 0 2px;
	}
}



.c-head {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.c-head__inner {
	padding-top: 100px;
	padding-bottom: 150px;
}
.c-head__title {
	font-size: 40px;
	font-weight: 500;
	position: relative;
}
.c-head__title:after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: #414141;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
}

@media screen and (max-width: 640px) {
	.c-head {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}
	.c-head__inner {
    	padding-top: 40px;
    	padding-bottom: 50px;
	}
	.c-head__title {
		font-size: 24px;
	}
	.c-head__title:after {
		width: 50px;
		height: 2px;
		bottom: -10px;
	}	
}



.c-priceTableOuter {
	margin-bottom: 65px;
}
.c-priceTable {
  border-collapse: collapse;
	border: 0;
	width: 100%;
	border-bottom: #dddddd 1px solid;
	letter-spacing: 0;
}
.c-priceTable th {
	color: #a38662;
	font-size: 15px;
	line-height: 1.4;
	padding: 18px;
	background: #000;
	font-weight: bold;
	text-align: left;
}
.c-priceTable th + th {
	border-left: #a38662 1px solid;
}
.c-priceTable td {
	border-left: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	text-align: left;
	padding: 18px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
}
.c-priceTable td span{
	font-size: 12px;
}
.c-priceTable td:last-child {
	border-right: #dddddd 1px solid;
}
.c-priceTable__title {
	background: #f8f8f8;
	font-weight: 500;
}
.c-priceTableCution {
	font-size: 12px;
	line-height: 1.75;
	text-align: left;
	margin-top: 15px;
}
.c-priceTable--col5 td {
	width: 20%;
}
.c-priceTable--t200 .c-priceTable__title {
	width: 200px;
}
.c-priceTable--t100 .c-priceTable__title {
	width: 100px;
}
.c-pageMovie {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0 auto;
}
.c-pageMovie iframe {
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-pageMovieWrap {
	width: 80%;
	margin: 0 auto;
}


@media screen and (max-width: 640px) {
	.c-priceTableOuter {
		margin-bottom: 65px;
	}
	.c-priceTable {
		border-bottom: #dddddd 1px solid;
	}
	.c-priceTable th {
		font-size: 13px;
		line-height: 1.4;
		padding: 12px;
	}
	.c-priceTable td {
		border-left: #dddddd 1px solid;
		border-top: #dddddd 1px solid;
		text-align: left;
		padding: 12px;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.4;
	}
	.c-priceTable td span{
		font-size: 10px;
	}
	.c-priceTable td:last-child {
		border-right: #dddddd 1px solid;
	}
	.c-priceTableCution {
		font-size: 11px;
		line-height: 1.75;
		margin-top: 15px;
	}
	.c-priceTable--col5 td {
		width: 20%;
	}
	.c-priceTable--t200 .c-priceTable__title {
		width: 200px;
	}
	.c-priceTable--resCol ,
	.c-priceTable--resCol tbody ,
	.c-priceTable--resCol tr,
	.c-priceTable--resCol th,
	.c-priceTable--resCol td {
		display: block;
	}
	.c-priceTable--resCol.c-priceTable--t200 .c-priceTable__title {
		width: 100%;
		box-sizing: border-box;
		border-right: #dddddd 1px solid;
	}
	.c-pageMovieWrap {
		width: 100%;
		margin: 0 auto;
	}
}








.c-pageTxtBox {
	background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: -o-repeating-linear-gradient(135deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	background: repeating-linear-gradient(-45deg, transparent, transparent 15px, #a38662 0, #a38662 16px);
	padding: 0 30px 30px 0;
}
.c-pageTxtBox__inner {
	background: #FFF;
	text-align: left;
	padding: 45px 45px 75px 45px;
}
.c-pageTxtBox__title {
	font-size: 28px;
	line-height: 1.4;
	color: #a38662;
	font-weight: 500;
	margin-bottom: 25px;
}
.c-pageTxtBox__middleTitle {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}
.c-pageTxtBox__txt {
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}
.c-pageTxtBox__link {
	text-align: left;
}
.c-pageTxtBox + .c-pageTxtBox {
	margin-top: 110px;
}
.c-pageTxtBox__txt + .c-pageTxtBox__middleTitle {
	margin-top: 40px;
}
.c-pageTxtBox__txt + .c-pageTxtBox__link {
	margin-top: 10px;
}
.c-pageTxtBox__link + .c-pageTxtBox__middleTitle {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.c-pageTxtBox {
		background: -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
		background: -o-repeating-linear-gradient(135deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
		background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #a38662 0, #a38662 11px);
		padding: 0 15px 15px 0;
	}
	.c-pageTxtBox__inner {
		padding: 30px 20px 40px 10px;
	}
	.c-pageTxtBox__title {
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.c-pageTxtBox__middleTitle {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.c-pageTxtBox__txt {
		font-size: 13px;
		line-height: 1.75;
	}
	.c-pageTxtBox__link {
		text-align: center;
	}
	.c-pageTxtBox + .c-pageTxtBox {
		margin-top: 110px;
	}
	.c-pageTxtBox__txt + .c-pageTxtBox__middleTitle {
		margin-top: 40px;
	}
}

.c-pagePhotoTxtBox {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	

  margin-bottom: 50px;
}
.c-pagePhotoTxtBox__photo {
	width:  27.2%;
	width:  calc(300px);
}
.c-pagePhotoTxtBox__photo figure {
}
.c-pagePhotoTxtBox__photo figure img {
	max-width: none;
	width: 100%;
	height: auto;
}
.c-pagePhotoTxtBox__txtWrap {
	width:  70%;
	width:  calc(100% - 330px);
	text-align: left;
}
.c-pagePhotoTxtBox + .c-pagePhotoTxtBox {
	margin-top: 20px;
}
.c-pagePhotoTxtBox__txt {
	font-size: 15px;
	line-height: 2;
	text-align: left;
}
.c-pagePhotoTxtBox__txt + .c-pagePhotoTxtBox {
	margin-top: 40px;
}
.c-pagePhotoTxtBox + .c-pagePhotoTxtBox__txt {
	margin-top: 20px;
}
.c-pagePhotoTxtBox__link {
	text-align: left;
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.c-pagePhotoTxtBox {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.c-pagePhotoTxtBox__photo {
		width:  100%;
		margin-bottom: 15px;
	}
	.c-pagePhotoTxtBox__photo figure {
		max-width: 270px;
		margin: 0 auto;
	}
	.c-pagePhotoTxtBox__txtWrap {
		width:  100%;
	}
	.c-pagePhotoTxtBox__txt {
		font-size: 13px;
		line-height: 1.75;
	}
	.c-pagePhotoTxtBox__txt + .c-pagePhotoTxtBox {
		margin-top: 20px;
	}
	.c-pagePhotoTxtBox__link {
		text-align: center;
		margin-top: 20px;
	}
}


.p-photoGallery {
	margin-bottom: 80px;
}
.p-photoGalleryList {
	
}
.p-photoGalleryList * {
 	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.p-photoGalleryList__item {
}
.p-photoGalleryList__inner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	
}
.p-photoGalleryList__photo {
	width: 48.1%;
	position: relative;
}
.p-photoGalleryList__photo:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #000;
	color: #a38662;
	display: block;
	width: 78px;
	text-align: center;
	padding: 5px 0;
}
.p-photoGalleryList__photo:first-child:before {
	content: 'Before';
}
.p-photoGalleryList__photo:last-child:before {
	content: 'After';
	
}


.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 47px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
	left: -50px;
	background: url(../images/common/arrow_l.png) no-repeat;
	z-index: 5000;
}
.slick-next:hover,
.slick-next:focus,
.slick-next {
	right: -50px;
	background: url(../images/common/arrow_r.png) no-repeat;
	z-index: 5000;
}
.slick-prev::before,
.slick-next::before {
	display: none;
}

@media screen and (max-width: 1200px) {
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-prev {
		left: 20px;
	}
	.slick-next:hover,
	.slick-next:focus,
	.slick-next {
		right: 20px;
	}	
	
}

@media screen and (max-width: 640px) {
	.p-photoGallery {
		margin-bottom: 60px;
	}	
	.p-photoGalleryList__inner {
		display : block;
	}
	.p-photoGalleryList__photo {
		width:76.8%;
		margin: 0 auto;
	}
	.p-photoGalleryList__photo + .p-photoGalleryList__photo {
		margin-top: 15px;
	}
	.slick-prev, .slick-next {
		width: 18px;
		height: 34px;
	}	
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-prev {
		left: 0px;
		background: url(../images/common/arrow_l.png) no-repeat;
		background-size: 18px auto;
	}
	.slick-next:hover,
	.slick-next:focus,
	.slick-next {
		right: 0px;
		background: url(../images/common/arrow_r.png) no-repeat;
		background-size: 18px auto;
	}		
}





.p-treatmentData {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	margin-bottom: 80px;
}
.p-treatmentData__item {
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}
.p-treatmentData__item + .p-treatmentData__item {
	border-left: #dddddd 1px solid;
}
.p-treatmentData__itemTitle {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #a38662;
}
.p-treatmentData__itemIcon {
	margin-bottom: 5px;
}
.p-treatmentData__itemTxt {
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
	.p-treatmentData {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
		margin-bottom: 80px;
	}
	.p-treatmentData__item {
		width: 50%;
		padding: 20px;
	}
	.p-treatmentData__item + .p-treatmentData__item {
		border-left: none;
	}
	.p-treatmentData__item:nth-child(2n) {
		border-left: #dddddd 1px solid;
	}
	.p-treatmentData__item:nth-child(n + 3) {
		border-top: #dddddd 1px solid;
	}
	.p-treatmentData__itemTitle {
		font-size: 14px;
		line-height: 1.4;
		font-weight: 500;
	}
	.p-treatmentData__itemIcon {
		margin-bottom: 5px;
	}
	.p-treatmentData__itemTxt {
		font-size: 13px;
		line-height: 1.4;
	}	
}









.p-otherTreatment {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	letter-spacing: 0;
}
.p-otherTreatment__item {
	width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	border-left: #dddddd 1px solid;
	padding: 23px 15px 30px 15px;
}
.p-otherTreatment__item:nth-child(3n) {
	border-right: #dddddd 1px solid;
}
.p-otherTreatment__item:nth-child(n+4) {
	margin-top: 30px;
}
.p-otherTreatment__itemInner {
	max-width: 275px;
	display: inline-block;
	text-align: left;
}
.p-otherTreatment__itemTitle {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
	color: #a38662;
}
.p-otherTreatment__itemTxt {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
}
.p-otherTreatment__itemBtn {
	margin-top: 30px;
}
.p-otherTreatment__itemBtn .c-btn02 span {
	padding-top: 14px;
	padding-bottom: 14px;
}

@media screen and (max-width: 640px) {
	.p-otherTreatment {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-otherTreatment__item {
		width: 100%;
		border-left: none;
		padding: 0 0 0 0;
	}
	.p-otherTreatment__item:nth-child(3n) {
		border-right: none;
	}
	.p-otherTreatment__item + .p-otherTreatment__item {
		border-top: #dddddd 1px solid;
		padding-top: 30px;
		margin-top: 30px;
	}
	.p-otherTreatment__itemInner {
		max-width: none;
		display: block;
		text-align: left;
	}
	.p-otherTreatment__itemTitle {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.p-otherTreatment__itemTxt {
		font-size: 13px;
		line-height: 1.75;
	}
	.p-otherTreatment__itemBtn {
		margin-top: 15px;
		text-align: center;
	}
	.p-otherTreatment__itemBtn .c-btn02 {
		max-width: 270px;
	}
	.p-otherTreatment__itemBtn .c-btn02 span {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

/* other わきが治療 */
body#other_wakiga .surgery_method figure{
	position: relative;
    margin: 10px auto;
}
body#other_wakiga .surgery_method figure figcaption{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #82bfec;
    color: #fff;
    padding: 4px 9px;
    border-radius: 50%;
}
body#other_wakiga .qa .c-pageTxtBox__title{text-align: left;}
body#other_wakiga .qa .c-pagePhotoTxtBox__txt{margin-bottom: 60px;}
/* other 眼瞼下垂 */
body#other_ptosis .qa .c-pageTxtBox__title{text-align: left;}
body#other_ptosis .qa .c-pagePhotoTxtBox__txt{margin-bottom: 60px;}
body#other_ptosis .surgery_method figure{
	position: relative;
    margin: 10px auto;
}
body#other_ptosis .surgery_method figure figcaption{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #82bfec;
    color: #fff;
    padding: 4px 9px;
    border-radius: 50%;
}
/* アコーディオン------------------------------ */
.accordionlist dt{display:block; overflow: hidden; position: relative;}
.accordionlist dt .title{text-align: left;}
.accordionlist dd{display:none; transition: padding-top 3s ease-out, padding-bottom 3s ease-out;}

.nav_accordionTitle .accordion_icon:before{content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    vertical-align: middle;
	width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}
.nav_accordionTitle .accordion_icon:after{content: "";
	position: absolute;
    top: 0;
    bottom: 4px;
    right: 16px;
    margin: auto;
    vertical-align: middle;
    right: 22px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-bottom: 6px solid #a38662;
	transition:1s;
}
.nav_accordionTitle .accordion_icon.active:after{
	transform: rotate(180deg);
    top: 4px;
    bottom: 0;
}


.nav_accordionTitle{color: #FFF; text-align: left; padding: 20px 20px 20px 20px; display: block; position: relative; font-weight: bold;}
.nav_accordionList dd{background: #bfa585;}
.nav_accordionList dd ul li span{text-align: left; display: block; padding: 15px; color: #a38662; background: #000;}
.nav_accordionList dd ul li a{padding: 15px 45px 15px 15px; font-size: 15px; letter-spacing: 0px;}
.nav_accordionList dd ul li a b{font-size: 20px; letter-spacing: 1px;}

.m-bottom60px{margin-bottom: 60px;}

/*access----------------*/
a.access_tel{text-decoration: underline;}

@media screen and (min-width:640px){
	a.access_tel{pointer-events: none; text-decoration: none;}
}



/*------------------------------
 トップ　今月のピックアップ　スライダー
------------------------------ */
.p-pickupPhoto {margin-bottom: 60px;}
.p-pickupPhoto .top_pickupPhoto__box a{display: inline-block;}
.p-pickupPhoto .top_pickupPhoto__box a:hover{opacity: 0.8;transition: .2s;}
@media screen and (min-width:461px){
	.p-pickupPhoto .top_pickupPhoto .swiper-button-prev{opacity: 0;}
	.p-pickupPhoto .top_pickupPhoto .swiper-button-next{opacity: 0;}
}
@media screen and (max-width:480px){
	/*.p-pickupPhoto {margin-bottom: 30px;}*/
	.p-pickupPhoto .top_pickupPhoto .swiper-slide.swiper-slide-active{opacity: 1;}
	.p-pickupPhoto .top_pickupPhoto .swiper-slide.swiper-slide-prev,
	.p-pickupPhoto .top_pickupPhoto .swiper-slide.swiper-slide-next{opacity: .2;}
	.p-pickupPhoto .top_pickupPhoto .swiper-button-prev{
		left: 0;
		top: 5%;
    	padding: 37% 0;
	}
	.p-pickupPhoto .top_pickupPhoto .swiper-button-next{
		right: 0;
		top: 5%;
    	padding: 37% 0;
	}
}



/*------------------------------
 各ページ　ドクター紹介
------------------------------ */
#DoctorContent{    margin-bottom: 60px;}
#DoctorContent a:hover{opacity: 0.8;display: block;}
#DoctorContent h2{margin-bottom: 40px;}
#DoctorContent h3{
	text-align: left;
    font-weight: normal;
    color: #a38662;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
}
#DoctorContent ul{overflow: hidden;margin-left:-2%;}
#DoctorContent li{
	width: 31%;
    float: left;
    margin-left: 2%;
    margin-bottom: 5%;
}
#DoctorContent li figure{}
#DoctorContent li .txt_Box{
	padding-left: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}
#DoctorContent li .txt_Box .doctor_name{font-size:20px;font-weight:bold;margin-bottom: 10px;}
#DoctorContent li .txt_Box .doctor_name.yellow{color:#e8da66;}
@media screen and (max-width:460px){
	#DoctorContent li,#DoctorContent li figure,#DoctorContent li .txt_Box{
		width: 100%;
    float: none;
    font-size: 13px;
    line-height: 1.86;
    padding: 0;}
	#DoctorContent li .txt_Box .doctor_name{font-size:18px;}
}
.sec02_About{overflow: hidden;margin-bottom: 120px;}
.sec02_About figure{float: left;width: 22%;}
.sec02_About .txt_Box{float: left;width: 78%;padding-left: 4%;box-sizing: border-box;    margin-bottom: 20px;text-align: left;line-height: 1.4;}
.sec02_About h3{
	text-align: left;
    font-weight: normal;
    color: #a38662;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
	    text-align: left;
}
.sec02_About .pc_only{display:block;}
.sec02_About .sp_only{display:none;}
@media screen and (max-width:460px){
	.sec02_About .pc_only{display:none;}
	.sec02_About .sp_only{display:block;}
	.sec02_About{margin-bottom: 60px;}
	.sec02_About figure{float: none;display: block;width: 100%;margin-bottom: 30px;}
	.sec02_About figure img{width:50%;}
	.sec02_About .txt_Box{float: none;width: 100%;padding: 0;}
	.sec02_About .txt_Box p{font-size: 13px;line-height: 1.86;}
}

.consentBox{
	
}
.consentBox p{
	font-size: 15px;
    line-height: 2.6;
    font-weight: 500;
}
.consentBox .p-otherTreatment__itemBtn{
	margin-top: 0;
	margin-bottom: 20px;
}
@media screen and (max-width:460px){
	.consentBox p{
		font-size: 13px;
	}
}

.p-topLink_banner{
	margin: 30px 0 0 0;
}
.p-topLink_banner .pc_only{display: block;}
.p-topLink_banner .sp_only{display: none;}

@media screen and (max-width:460px){
	.p-topLink_banner .pc_only{display: none;}
	.p-topLink_banner .sp_only{display: block;}
}


#Media .c-pagePhotoTxtBox__photo figure{border: 1px solid #eee;}
#Media .c-pagePhotoTxtBox__txtWrap .c-pagePhotoTxtBox__txt{}
#Media .c-pagePhotoTxtBox__txtWrap a{text-decoration: underline;display: inline-block;margin-top: 10px;}


.p-insuranceLink{
	margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
	/*.p-insuranceLink {margin-bottom: 30px;}*/
}

.smallbox{
	margin-top: 40px; display: inline-block;font-size:16px;color:#a38661;padding:5px 10px;border:1px solid #a38661;
}
@media screen and (max-width:480px){
	.smallbox{
		font-size:12px;
	}
}

a.c-btn03 {
	background: #414141;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    max-width: 640px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.c-btn03 span {
	display: inline-block;
	position: relative;
	padding: 30px 23px 30px 0;
}
/* .c-btn03 span:before ,
.c-btn03 span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}
.c-btn03 span:before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a38662;
}
.c-btn03 span:after {
	right: 0px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #000;
} */
@media screen and (max-width:480px){
	a.c-btn03 {font-size: 14px;}
}

.Head__pickupPhoto{overflow: hidden;}
.Head__pickupPhoto .pc_only{display: block;}
.Head__pickupPhoto .sp_only{display: none;}
.Head__pickupPhoto li{width:50%;float:left; margin-bottom: 15px;}
@media screen and (max-width:480px){
.Head__pickupPhoto .pc_only{display: none;}
.Head__pickupPhoto .sp_only{display: block;}
  .Head__pickupPhoto li{width:100%; float:none; margin-bottom: 20px;}
  .Head__pickupPhoto li:last-child{margin-right: 0;}
}



/*------------------------------
 Instagram　スライダー
------------------------------ */
.p-Instagram .swiper-slide{background: #fff;padding: 0 5%;box-sizing: border-box;height:auto;}
.p-Instagram{margin-bottom: 60px;}
.InstagramContents{display: -webkit-box;display: -ms-flexbox; display: -webkit-flex; display: flex;justify-content: center; align-items: center;box-sizing: border-box;max-width: 100%;height: 100%;}
.InstagramContents__btn{margin-left: 9%; max-width: 300px;padding: 10px 0;}
.InstagramContents__btn.sp_only{display: none;}
.InstagramContents__accountWrap{width: 450px;margin-right: 2%; box-sizing: border-box;}
.InstagramContents__accountWrap .InstagramContents__account{display: flex;align-items: center;}
.InstagramContents__casePhoto{width: 42%;margin-right: 2%; box-sizing: border-box;}
.InstagramContents__casePhoto a img{border: 1px solid #ddd;}
.InstagramContents__accountIcon{width: 25%;}
.InstagramContents__accountName{width: 70%;padding-left: 5%;}
.InstagramContents__accountName p{margin-bottom: 15px;font-size: 24px;text-align: left;}
.InstagramContents__accountName span{display: block;font-size: 50%;margin-bottom: 10px;}
.InstagramContents__txtArea{margin: 30px auto;text-align: left;font-size:13px;line-height: 1.7;}
.InstagramContents__txtArea p + p{margin-top:10px;}

/* ボタン */
.p-topDoctorContentsInstaLinkAnc {
  display: block;
  background: #ed0016; /* Old browsers */
  background: -moz-linear-gradient(left,  #ed0016 0%, #bd00a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ed0016 0%,#bd00a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ed0016 0%,#bd00a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 25px;
  color: #fff!important;
	text-align: center;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 1px 1px 14px -3px #343434;
	padding: 10px 30px;
	box-sizing: border-box;
}
.p-topDoctorContentsInstaLinkAnc:hover {opacity: .8;}
.p-topDoctorContentsInstaLinkAncIcon {margin-right: 7px;width: 21px;}

@media screen and (max-width:768px){
	.InstagramContents__accountWrap{width: 60%;padding: 0;}
	.InstagramContents__casePhoto{width: 40%;}
}
@media screen and (max-width:767px){
	.p-Instagram .swiper-slide{padding:0;}
	.InstagramContents{display: block;}
	.InstagramContents__btn.pc_only,.InstagramContents__txtArea.pc_only{display: none;}
	.InstagramContents__btn.sp_only{display: block;width: 70%;margin: 0 auto;}
	.p-topDoctorContentsInstaLinkAnc{font-size: 3vw;padding: 10px 0;}
	.p-topDoctorContentsInstaLinkAncIcon{width: 14px;}
	.InstagramContents__accountWrap{width: 100%;margin-bottom: 20px;}
	.InstagramContents__accountIcon{width: 20%;}
	.InstagramContents__accountName{width: 80%;padding-right: 5%;}
	.InstagramContents__accountName p{font-size:4vw;margin-bottom: 8px;}
	.InstagramContents__accountName span{margin-bottom: 5px;}
	.InstagramContents__casePhoto{width: 100%;max-height: inherit;margin: 0; padding: 0 6%;box-sizing: border-box;}	
}

/* サムネイル */
.p-Instagram .swiper-container-free-mode>.swiper-wrapper{justify-content: center;flex-wrap: wrap;}
.swiper-container.top_Instagram_Account01__Thumbnail,
.swiper-container.top_Instagram_Account02__Thumbnail{margin: 30px auto;}
.swiper-container.top_Instagram_Account01__Thumbnail:hover,
.swiper-container.top_Instagram_Account02__Thumbnail:hover{cursor: pointer;}
.top_Instagram_Account01__Thumbnail .swiper-slide,
.top_Instagram_Account02__Thumbnail .swiper-slide{ width: 120px!important; padding: 0 1.2%;height: 100%;opacity: .5;overflow: hidden;box-sizing: border-box;}
.top_Instagram_Account01__Thumbnail .swiper-slide-thumb-active,
.top_Instagram_Account02__Thumbnail .swiper-slide-thumb-active{opacity: 1;}
@media screen and (max-width:767px){
	.p-Instagram .swiper-container-free-mode>.swiper-wrapper{justify-content: left;}
	.swiper-container.top_Instagram_Account01__Thumbnail,
	.swiper-container.top_Instagram_Account02__Thumbnail{margin: 4% auto 30px;}
	.top_Instagram_Account01__Thumbnail .swiper-slide,
	.top_Instagram_Account02__Thumbnail .swiper-slide{ /*width: 83px!important;*/width: calc(100% / 4)!important; padding: 2%;}
}

/* ページネーション */
@media screen and (max-width:767px){
	.swiper-container.top_Instagram_Account01 .swiper-button-prev:after,
	.swiper-container.top_Instagram_Account01 .swiper-container-rtl .swiper-button-next:after,
	.swiper-container.top_Instagram_Account02 .swiper-button-prev:after,
	.swiper-container.top_Instagram_Account02 .swiper-container-rtl .swiper-button-next:after{
	    font-size: 20px;
	}
	.swiper-container.top_Instagram_Account01 .swiper-button-next:after,
	.swiper-container.top_Instagram_Account01 .swiper-button-next.swiper-container-rtl .swiper-button-prev:after,
	.swiper-container.top_Instagram_Account02 .swiper-button-next:after,
	.swiper-container.top_Instagram_Account03 .swiper-button-next.swiper-container-rtl .swiper-button-prev:after{
		font-size: 20px;
	}
	.swiper-container.top_Instagram_Account01 .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
	.swiper-container.top_Instagram_Account02 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: -8px;
	}
	.swiper-container.top_Instagram_Account01 .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
	.swiper-container.top_Instagram_Account02 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: -8px;
	}
}





#form img{
	filter: grayscale(1);
}
#form button {
    color: #ffffff !important;
}

#form button.back{
	color: black !important;
}

/* フォーム 年末年始休業の告知 表示制御 */
#form form #NewYear_holiday{
	font-size: 14px;
	color: #f00;
	/* display: none; */
	display: block;
}
#form form #NewYear_holiday::before{
	display: none;
}
/* フォームサンクスページ */
#form.finished #NewYear_holiday{
	/* display: none; */
	display: block;
}
@media screen and (max-width: 640px){
	#form form #NewYear_holiday{
		letter-spacing: -0.2px;
	}
}
/* 個人情報保護方針への同意 */
#form .agreementcheck{max-width: 600px;width: 100%;margin: 0 auto;margin-top: 30px;}
#form .agreementcheck .agreementcheck_item{text-align: center;}
#form .agreementcheck .agreementcheck_item .formBoxOuter{padding: 20px 30px;margin-bottom: 0;}
/* 個人情報保護方針への同意 ＞ label */
#form .agreementcheck .agreementcheck_item label input[type="checkbox"] + span{display: inline-block;}
#form .agreementcheck .agreementcheck_item label input[type="checkbox"] + span{position: relative;padding: 0 0 0 24px;font-size: 16px;line-height: 40px;}
#form .agreementcheck .agreementcheck_item label input[type="checkbox"] + span::before {content: '';position: absolute;top: 0;left: 0;bottom: 0;display: inline-block;box-sizing: border-box;background-color: transparent;width: 15px;height: 15px;border: 1px #ddd solid;border-radius: 2px;margin: auto;z-index: 0;}
#form .agreementcheck .agreementcheck_item label input[type="checkbox"] + span::after {content: '';position: absolute;top: 0;left: 0;bottom: 0;display: inline-block;box-sizing: border-box;margin: auto 5px;width: 6px;height: 9px; z-index: 1;}
#form .agreementcheck .agreementcheck_item label input[type="checkbox"]:checked + span::before {background-color: #ff7485;border: 1px solid #ff7485;}
#form .agreementcheck .agreementcheck_item label input[type="checkbox"]:checked + span::after {
border: 2px solid #fff;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#form .agreementcheck .agreementcheck_item label.label-checked {background: #fff;}








