@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/about/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

.tit01 {
	background-image: url(../images/about/ti_01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#whats {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#whats p {
	line-height: 1.8em;
}

#whats div {
	display: block;
	margin: 1em auto;
	width: 96%;
}

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

.tit02 {
	background-image: url(../images/about/ti_02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#visit {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#visit dl {
	margin: 30px auto;
	width: 100%;
}

#visit dt {
	margin-bottom: 0.5em;
}

#visit dd {
	margin: 0 0 2em 1em;
}

#visit dd ul {
	list-style: inherit;
}

#visit dd ul li {
	margin-left: 1.8em;
}

.subtit {
	position: relative;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

.subtit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.tit03 {
	background-image: url(../images/about/ti_03_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#first {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#first-box {
	display: block;
	margin: 0 auto;
	width: 96%;
}

#first p {
	line-height: 1.8em;
}

#ph-first {
	display: block;
	margin: 1em auto;
	width: 96%;
}

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

#btn-first {
	margin: 15px auto;
	width: 15em;
}

#btn-first a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background-color: #C62159;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
	border: 2px solid #FFF;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	box-sizing: border-box;
}
#btn-first a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #FFF;
}
#btn-first a:hover {
	opacity: 0.5;
}

.tit04 {
	background-image: url(../images/about/ti_04_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#outline {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#outline dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8em;
	width: 100%;
}

#outline dt {
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 28%;
	box-sizing: border-box;
	border-bottom: dotted 1px #666666;
}

#outline dd {
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 68%;
	box-sizing: border-box;
	border-bottom: dotted 1px #666666;
}

#outline div {
	display: block;
	margin: 1em auto;
	width: 96%;
}

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

.tit05 {
	background-image: url(../images/about/ti_05_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#reception {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#reception dd {
	margin: 20px auto 40px;
}

.biz-hour {
	font-size: 12px;
	font-weight: 600;
}

#reception p {
	display: block;
	margin: 20px auto;
	width: 96%;
}

#reception p a {
	color: #339933;
	text-decoration: none;
}

#reception p a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

#dr-schedule { 
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	height: 440px;
	width: 100%;
	margin: 30px 0;
	border: solid 1px #CCCCCC;
}

#dr-schedule th, #dr-schedule td {
	border-collapse: collapse;
	border-spacing: 0;
}

#dr-schedule thead {
	display: block; 
	float: left;
	width: 36%;
}
#dr-schedule thead tr {
	display: inline-block;
	width: 100%;
}
#dr-schedule thead tr th {
	background-color: #F5F5F5;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 55px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #CCCCCC;
}
#dr-schedule tbody { 
	display: block;
	width: auto;
	white-space: nowrap;
}

#dr-schedule tbody tr {
	display: inline-block;
	width: 32%;
}
#dr-schedule tbody th {
	background-color: #F5F5F5;
	font-size: 12px;
	height: 55px;
	vertical-align: top;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	border: solid 1px #CCCCCC;
}

#dr-schedule tbody td {
	text-align: center;
	vertical-align: top;
	height: 55px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #CCCCCC;
}

#dr-schedule .pcdat {
	display: none;
}

#closed {
	display: block;
	margin: 20px auto;
	width: 96%;
}

#closed span {
	background-color: #D4678D;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 3px 5px;
	width: 60px;
	box-sizing: border-box;
	border-radius: 15px;
}


.tit06 {
	background-image: url(../images/about/ti_06_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#present {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#present ul {
	list-style: inherit;
}

#present ul li {
	margin-left: 1.8em;
}

.tit07 {
	background-image: url(../images/about/ti_07_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 15.34%;
	height: 0;
	width: 96%;
}

#online {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#online p {
	text-align: 1.8em;
}

#online ul {
	list-style: inherit;
	margin: 1em 0;
}

#online ul li {
	margin-left: 1.8em;
}

.tit08 {
	background-image: url(../images/about/ti_08_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 15.34%;
	height: 0;
	width: 96%;
}

.tit09 {
	background-image: url(../images/about/ti_09_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 15.34%;
	height: 0;
	width: 96%;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/about/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

.tit01 {
	background-image: url(../images/about/ti_01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 585px;
}

#whats {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
	width: 1015px;
}

#whats p {
	display: block;
	margin: 0;
	width: 560px;
}

#whats div {
	display: block;
	margin: 0;
	width: 400px;
}

.tit02 {
	background-image: url(../images/about/ti_02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 666px;
}

#visit {
	display:flex;
  	flex-wrap: wrap;
	margin: 30px auto 20px;
	width: 1015px;
}

.tit03 {
	background-image: url(../images/about/ti_03.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 666px;
}

#first {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
	width: 1015px;
}

#first-box {
	display: block;
	margin: 0;
	width: 560px;
}

#ph-first {
	display: block;
	margin: 0;
	width: 400px;
}

.tit04 {
	background-image: url(../images/about/ti_04.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 506px;
}

#outline {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
	width: 1015px;
}

#outline dl {
	width: 560px;
}


#outline div {
	display: block;
	margin: 0;
	width: 400px;
}

.tit05 {
	background-image: url(../images/about/ti_05.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 506px;
}

#reception {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

#closed {
	display: block;
	margin: 20px auto;
	width: 300px;
}

#reception p {
	width: 680px;
}

#dr-schedule { 
display: block;
height: auto;
width: 680px;
margin: 40px auto;
}
#dr-schedule thead {
	display: table-header-group;
	float: none;
	width: auto;
}
#dr-schedule thead tr {
	display: table-row;
	width: 100%;
}
#dr-schedule thead tr th {
	font-size: 12px;
	display: table-cell;
	height: auto;
	width: auto;
	padding: 5px;
	box-sizing: border-box;
}
#dr-schedule tbody{ 
	display: table-row-group;
	width: auto;
}
#dr-schedule th {
	display: table-cell;
	width: auto;
}
#dr-schedule tbody tr {
	display: table-row;
	width: auto;
}
#dr-schedule tbody th{
	font-size: 12px;
	height: auto;
	display:table-cell;
	width: 120px;
	padding: 5px;
	box-sizing: border-box;
}

#dr-schedule tbody td {
	height: auto;
	width: 80px;
	display:table-cell;
	padding: 5px;
	box-sizing: border-box;
}

#dr-schedule th.pcdat {
	display: table-cell;
}

#dr-schedule tr.pcdat {
	display: table-row;
}

#dr-schedule tbody td.pcdat {
	width: 160px;
	display:table-cell;
}

#dr-schedule .spdat {
	display: none;
}


.tit06 {
	background-image: url(../images/about/ti_06.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 824px;
}

#present {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

.tit07 {
	background-image: url(../images/about/ti_07.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 824px;
}

.tit08 {
	background-image: url(../images/about/ti_08.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 824px;
}

.tit09 {
	background-image: url(../images/about/ti_09.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 824px;
}

#online {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

}