@charset "UTF-8";

/* ---------------------------------------------------------
 *	Main visual
 *---------------------------------------------------------- */

#p-home #main {
	width: 100%;
	height: 68.697vw;
	position: relative;
}

#p-home #main:before {
	content: "";
	width: 100%;
	height: 44.531vw;
	background: url(../image/bg_main_02.png);
	background-size: 100% 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#p-home #main:after {
	content: "";
	width: 100%;
	height: 68.697vw;
	background: url(../image/bg_main_01.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#p-home #main h2 {
	color: #fff;
	width: 40.677vw;
	position: relative;
	margin: 0 auto;
	padding-top: 16.576vw;
	z-index: 4;
}

#p-home #main h2 img:nth-child(2) {
	display: none;
}

#p-home #main .tel_address {
	font-size: 0.937vw;
	position: absolute;
	left: 25.364vw;
	top: 38.75vw;
	z-index: 5;
}

#p-home #main .tel_address .tel {
	font-size: 2.447vw;
	font-weight: 700;
	line-height: 1;
}

#p-home #main .tel_address .tel small {
	font-size: 0.937vw;
	font-weight: 500;
	margin-right: 0.52vw;
}

#p-home #main .time {
	font-size: 1.155vw;
	line-height: 1.5;
	letter-spacing: 0.06em;
	white-space: nowrap;
	padding: 0.52vw 1.041vw;
	position: absolute;
	left: 58.437vw;
	top: 39.531vw;
	z-index: 5;
	width: 18.705vw;
	background: url(../image/bg_time_01.svg);
	background-size: 100% 100% !important;
}

#p-home #main .time table {
	font-weight: 700;
	margin: 0 auto;
}

#p-home #main .time table th {
	font-weight: 700;
	text-align: left;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

#p-home #main .time table span {
	font-size: 1.155vw;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
}

#p-home #main .illust_01,
#p-home #main .illust_02,
#p-home #main .illust_03,
#p-home #main .illust_04,
#p-home #main .illust_05,
#p-home #main .illust_06,
#p-home #main .illust_07,
#p-home #main .illust_08 {
	position: absolute;
	z-index: 4;
}

#p-home #main .illust_01 {
	width: 100vw;
	left: 0;
	bottom: -4.791vw;
}

#p-home #main .illust_02 {
	width: 11.093vw;
	left: 11.875vw;
	bottom: 18.177vw;
}

#p-home #main .illust_03 {
	width: 10.245vw;
	left: 4.322vw;
	bottom: 8.593vw;
}

#p-home #main .illust_04 {
	width: 19.332vw;
	left: 20.52vw;
	bottom: 10.208vw;
}

#p-home #main .illust_05 {
	width: 6.072vw;
	right: 32.916vw;
	bottom: 13.541vw;
}

#p-home #main .illust_06 {
	width: 19.771vw;
	right: 3.802vw;
	bottom: 5.781vw;
}

#p-home #main .illust_07 {
	width: 11.919vw;
	right: 3.281vw;
	bottom: 20.833vw;
}

#p-home #main .illust_08 {
	display: none;
}

#p-home #main .illust_01 img {
	width: 100%;
}

#p-home #main .slider {
	position: absolute;
	top: 0;
	left: calc(50% - 33.046vw);
	overflow: hidden;
	width: 66.093vw;
	height: 35.572vw;
	background: #fff;
}

#p-home #main .slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: main_anime 16s 0s infinite;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	z-index: 2;
}

#p-home #main .slider div:nth-of-type(1) {
	background-image: url(../image/pic_main_02.jpg);
}

#p-home #main .slider div:nth-of-type(2) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	background-image: url(../image/pic_main_03.jpg);
}

#p-home #main .slider div:nth-of-type(3) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
	background-image: url(../image/pic_main_04.jpg);
}

#p-home #main .slider div:nth-of-type(4) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
	background-image: url(../image/pic_main_05.jpg);
}

/*
#p-home #main .slider div:nth-of-type(5) {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	background-image: url(../image/pic_main_05.jpg);
}
*/

@keyframes main_anime {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 0;
		transform: scale(1.1);
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 960px) {
	#p-home #main {
		height: 155.371vw;
	}

	#p-home #main:before {
		height: 155.371vw;
		background: url(../image/sp/bg_main_01.png);
	}

	#p-home #main:after {
		display: none;
	}

	#p-home #main h2 {
		width: 87.733vw;
		padding-top: 25.333vw;
		margin: 0 0 0 7.609vw;
	}

	#p-home #main h2 img:nth-child(1) {
		display: none;
	}

	#p-home #main h2 img:nth-child(2) {
		display: block;
	}

	#p-home #main .time {
		font-size: 3.968vw;
		padding: 2.5vw 0 0;
		left: 13.768vw;
		top: 95.733vw;
		width: 74.707vw;
		min-height: 17.446vw;
		background: url(../image/sp/bg_time_01.svg);
	}

	#p-home #main .time table span {
		font-size: 4.626vw;
	}

	#p-home #main .tel_address {
		font-size: 2.858vw;
		left: 13.768vw;
		top: 116.736vw;
		width: 74.707vw;
		background: rgba(255, 255, 255, 0.62);
		border-radius: 3.2vw;
		padding: 1.333vw 2.666vw;
	}

	#p-home #main .tel_address .tel {
		font-size: 7.445vw;
	}

	#p-home #main .tel_address .tel small {
		font-size: 2.85vw;
		margin-right: 2.666vw;
	}

	#p-home #main .illust_01,
	#p-home #main .illust_02,
	#p-home #main .illust_03,
	#p-home #main .illust_04,
	#p-home #main .illust_05,
	#p-home #main .illust_06,
	#p-home #main .illust_07 {
		display: none;
	}

	#p-home #main .illust_08 {
		display: block;
		width: 121.96vw;
		height: 72.852vw;
		left: -2.357vw;
		bottom: 15.811vw;
	}

	#p-home #main .slider {
		left: -31vw;
		width: 158.289vw;
		height: 85.144vw;
	}
}

/* ---------------------------------------------------------
 *	Title
 *---------------------------------------------------------- */

#p-home section .title_01 {
	color: #fff;
	font-size: 36px;
	font-family: FP-ヒラギノ丸ゴ StdN W6;
	letter-spacing: 0.1em;
	text-align: center;
	background: #3981a9;
	margin-bottom: 100px;
	padding: 15px 20px;
	border-radius: 48px;
}

#p-home section .title_01 span {
	position: relative;
}

#p-home section .title_01 span:before,
#p-home section .title_01 span:after {
	content: "";
	position: absolute;
	background-size: 100% 100% !important;
}

@media screen and (max-width: 480px) {
	#p-home section .title_01 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 20px 20px;
	}
}

/* ---------------------------------------------------------
 *	Button
 *---------------------------------------------------------- */

#p-home section .button_01 {
	text-align: center;
}

#p-home section .button_01 a {
	color: #000;
	font-size: 20px;
	letter-spacing: 0.2em;
	max-width: 320px;
	width: 100%;
	height: 68px;
	line-height: 68px;
	border: 1px solid #000;
	border-radius: 34px;
	display: block;
	transition: 0.3s ease;
}

#p-home section .button_01 a:hover {
	color: #fff;
	background: #000;
}

#p-home section .button_01 a span {
	display: block;
	background: url(../image/ico_arrow_02.png) no-repeat right 30px center;
}

#p-home section .button_01 a:hover span {
	background: url(../image/ico_arrow_01.png) no-repeat right 30px center;
}

@media screen and (max-width: 480px) {
	#p-home section .button_01 a {
		font-size: 12px;
		height: 50px;
		line-height: 50px;
	}

	#p-home section .button_01 a span {
		background: url(../image/ico_arrow_02.png) no-repeat right 20px center;
		background-size: 8px !important;
	}

	#p-home section .button_01 a:hover span {
		background: url(../image/ico_arrow_01.png) no-repeat right 20px center;
	}
}

/* ---------------------------------------------------------
 *	Link
 *---------------------------------------------------------- */

#link_01,
#link_02,
#link_03,
#link_05,
#link_07 {
	margin-top: -10vw;
	padding-top: 10vw;
}

#link_04 {
	margin-top: -15vw;
	padding-top: 15vw;
}

#link_06 {
	margin-top: -5vw;
	padding-top: 5vw;
}

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

	#link_01,
	#link_02,
	#link_07 {
		margin-top: -25vw;
		padding-top: 25vw;
	}

	#link_03 {
		margin-top: -30vw;
		padding-top: 30vw;
	}

	#link_04 {
		margin-top: -10vw;
		padding-top: 10vw;
	}

	#link_05 {
		margin-top: 0;
		padding-top: 0;
	}

	#link_06 {
		margin-top: -8vw;
		padding-top: 8vw;
	}
}

/* ---------------------------------------------------------
 *	Background
 *---------------------------------------------------------- */

#bg_01 {
	width: 100%;
	height: 121.822vw;
	background: url(../image/bg_01.jpg);
	background-size: 100% 100% !important;
}

#bg_02 {
	width: 100%;
	height: 266.614vw;
	background: url(../image/bg_02.png);
	background-size: 100% 100%;
	position: relative;
	margin-top: -15.156vw;
}

@media screen and (max-width: 960px) {
	#bg_01 {
		height: 783.269vw;
		background: url(../image/sp/bg_01.jpg);
	}

	#bg_02 {
		height: auto;
		background: none;
		position: static;
		margin-top: 0;
	}
}

/* ---------------------------------------------------------
 *	Animation
 *---------------------------------------------------------- */

#leaf ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9997;
	pointer-events: none;
}

#leaf li {
	position: absolute;
	list-style: none;
	top: -5vw;
}

@keyframes fall {
	to {
		top: 100vh;
	}
}

@keyframes sway1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}

	to {
		transform: translateX(20.833vw) rotate(-45deg);
	}
}

@keyframes sway2 {
	from {
		transform: translateX(20.833vw) rotate(-45deg);
	}

	to {
		transform: translateX(0px) rotate(0deg);
	}
}

#leaf li:nth-child(1) {
	left: 0%;
	width: 2.521vw;
	animation: fall 10s linear infinite,
		sway1 3s ease-in-out infinite alternate;
	animation-delay: 2s;
}

#leaf li:nth-child(2) {
	left: 12.5%;
	width: 1.179vw;
	animation: fall 15s linear infinite,
		sway1 2s ease-in-out infinite alternate;
	animation-delay: 8s;
}

#leaf li:nth-child(3) {
	left: 25%;
	width: 1.219vw;
	animation: fall 9s linear infinite,
		sway1 3.5s ease-in-out infinite alternate;
	animation-delay: 13s;
}

#leaf li:nth-child(4) {
	left: 37.5%;
	width: 1.348vw;
	animation: fall 8s linear infinite,
		sway2 4s ease-in-out infinite alternate;
	animation-delay: 7s;
}

#leaf li:nth-child(5) {
	left: 50%;
	width: 2.521vw;
	animation: fall 10s linear infinite,
		sway1 4s ease-in-out infinite alternate;
	animation-delay: 0s;
}

#leaf li:nth-child(6) {
	left: 62.5%;
	width: 1.179vw;
	animation: fall 11s linear infinite,
		sway2 3s ease-in-out infinite alternate;
	animation-delay: 3s;
}

#leaf li:nth-child(7) {
	left: 75%;
	width: 1.219vw;
	animation: fall 7s linear infinite,
		sway2 3.5s ease-in-out infinite alternate;
	animation-delay: 7s;
}

#leaf li:nth-child(8) {
	left: 87.5%;
	width: 1.348vw;
	animation: fall 7s linear infinite,
		sway1 3s ease-in-out infinite alternate;
	animation-delay: 3s;
}


@media screen and (max-width: 960px) {
	#leaf li:nth-child(1) {
		width: 5.839vw;
	}

	#leaf li:nth-child(2) {
		width: 2vw;
	}

	#leaf li:nth-child(3) {
		width: 2.824vw;
	}

	#leaf li:nth-child(4) {
		width: 3.122vw;
	}

	#leaf li:nth-child(5) {
		width: 5.839vw;
	}

	#leaf li:nth-child(6) {
		width: 2vw;
	}

	#leaf li:nth-child(7) {
		width: 2.824vw;
	}

	#leaf li:nth-child(8) {
		width: 3.122vw;
	}
}

/* ---------------------------------------------------------
 *	お知らせ
 *---------------------------------------------------------- */

#p-home #news_blog {
	width: 100%;
	height: 26.77vw;
	position: relative;
}

#p-home #news_blog h2 {
	position: absolute;
}

#p-home #news_blog .news h2 {
	width: 15.067vw;
	left: 24.218vw;
	top: 0;
}

#p-home #news_blog .news h2 img:nth-child(2) {
	display: none;
}

#p-home #news_blog .blog h2 {
	width: 20.137vw;
	left: 61.354vw;
	top: 1.093vw;
}

#p-home #news_blog ul::-webkit-scrollbar {
	width: 0.885vw;
	border-radius: 0.442vw;
	background: #fff;
}

#p-home #news_blog ul::-webkit-scrollbar-thumb {
	border: 2.5px solid #fff;
	border-radius: 6px;
	background: #ffd53b;
}

#p-home #news_blog .news ul {
	width: 30.065vw;
	height: 10.885vw;
	overflow-y: scroll;
	position: absolute;
	left: 18.75vw;
	top: 5.989vw;
}

#p-home #news_blog ul li {
	margin-bottom: 1em;
	padding-right: 1.041vw;
	font-size: 1.2vw;
}

#p-home #news_blog ul li:last-child {
	margin-bottom: 1em;
}

#p-home #news_blog ul li dt {
	font-weight: 700;
}

#p-home #news_blog .blog .box_01 {
	width: 17.457vw;
	position: absolute;
	left: 63.437vw;
	top: 8.072vw;
}

#p-home #news_blog .blog .box_01:after {
	content: "";
	width: 17.239vw;
	height: 13.098vw;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.625vw;
	position: absolute;
	left: -1.041vw;
	top: 0;
}

#p-home #news_blog .blog ul {
	color: #fff;
	width: 100%;
	height: 13.098vw;
	overflow-y: scroll;
	position: relative;
	z-index: 1;
}

#p-home #news_blog .blog .btn a {
	color: #fff;
	font-size: 0.729vw;
	letter-spacing: -0.05em;
	text-align: center;
	display: block;
	width: 7.812vw;
	height: 4.635vw;
	line-height: 4.5vw;
	margin: 0.5vw auto 0 4vw;
	background: url(../image/btn_05.png);
	background-size: 100% 100%;
	position: relative;
	transition: 0.3s ease;
}

#p-home #news_blog .blog .btn a:hover {
	transform: scale(0.9, 0.9);
}

/*
#p-home #news_blog .blog .btn a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.52vw;
	margin-right: -0.52vw;
	margin-top: -0.18vw;
	width: 0.416vw;
	height: 0.416vw;
	border: 0.052vw solid #603813;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
*/

@media screen and (max-width: 960px) {
	#p-home #news_blog {
		font-size: 3.733vw;
		height: 208.8vw;
	}

	#p-home #news_blog .news h2 {
		width: 41.855vw;
		left: 31.2vw;
	}

	#p-home #news_blog .news h2 img:nth-child(1) {
		display: none;
	}

	#p-home #news_blog .news h2 img:nth-child(2) {
		display: block;
	}

	#p-home #news_blog .blog h2 {
		width: 56.487vw;
		left: 24.218vw;
		top: 88.533vw;
	}

	#p-home #news_blog ul::-webkit-scrollbar {
		width: 4.533vw;
		border-radius: 2.276vw;
	}

	#p-home #news_blog ul::-webkit-scrollbar-thumb {
		border: 0.666vw solid #fff;
		border-radius: 2.276vw;
	}

	#p-home #news_blog ul li {
		padding-right: 7vw;
        font-size: 3.733vw;
	}

	#p-home #news_blog .news ul {
		width: 75.409vw;
		height: 55.733vw;
		left: 14.666vw;
		top: 12vw;
	}

	#p-home #news_blog .blog .box_01 {
		width: auto;
		position: static;
	}

	#p-home #news_blog .blog .box_01:after {
		width: 53.791vw;
		height: 35.094vw;
		border-radius: 1.823vw;
		left: 25.333vw;
		top: 109.066vw
	}

	#p-home #news_blog .blog ul {
		width: 58.4vw;
		height: 35.094vw;
		left: 28vw;
		top: 109.066vw
	}

	#p-home #news_blog .blog .btn a {
		font-size: 3.75vw;
		position: absolute;
		left: 32vw;
		top: 146vw;
		width: 41.666vw;
		height: 24.375vw;
		line-height: 24.375vw;
		margin: 0;
	}
	/*
	#p-home #news_blog .blog .btn a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 3vw;
		margin-right: -3vw;
		margin-top: -1.2vw;
		width: 3vw;
		height: 3vw;
		border: 0.5vw solid #603813;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateX(-25%) rotate(45deg);
	}
	*/
}

/* ---------------------------------------------------------
 *	はじめての方へ
 *---------------------------------------------------------- */

#p-home #first {
	height: 37.239vw;
	position: relative;
}

#p-home #first .txt_01 {
	position: absolute;
	left: 20.26vw;
	top: -3vw;
}

#p-home #first .txt_01 h2 {
	width: 23.577vw;
	margin-bottom: 2.083vw;
}

#p-home #first .txt_01 p {
	color: #fff;
	font-size: 0.937vw;
	letter-spacing: 0;
	width: 40vw;
	font-size: 1.2vw;
	margin-left: -8vw;
	background: rgba(255, 255, 255, 0.1);
    padding: 1.041vw 1.562vw;
    border-radius: 0.625vw;
}

#p-home #first .pic_01 {
	width: 25.468vw;
	position: absolute;
	left: 53.958vw;
	top: 7.083vw;
}

@media screen and (max-width: 960px) {
	#p-home #first {
		height: 256vw;
	}

	#p-home #first .txt_01 {
		left: 13.333vw;
	}

	#p-home #first .txt_01 h2 {
		width: 75.152vw;
		margin: 0 auto 2.666vw;
	}

	#p-home #first .txt_01 p {
		font-size: 4.8vw;
		font-size: 4.266vw;
		width: 78.953vw;
		margin-left: 0;
		background: none;
		padding: 0;
	}

	#p-home #first .pic_01 {
		width: 93.062vw;
		top: 130.666vw;
		left: 4vw;
	}
}

/* ---------------------------------------------------------
 *	当院の予防のとりくみ
 *---------------------------------------------------------- */

#p-home #prevention {
	height: 48.802vw;
	position: relative;
}

#p-home #prevention h2 {
	width: 18.281vw;
	position: absolute;
	left: 22.916vw;
	top: 0;
}

#p-home #prevention p {
	color: #fff;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: -0.05em;
	width: 47vw;
	position: absolute;
	left: 40vw;
	top: 7.291vw;
	background: rgba(255, 255, 255, 0.1);
	padding: 1.041vw 1.562vw;
	border-radius: 0.625vw;
}

#p-home #prevention .pic_01 {
	width: 19.783vw;
	position: absolute;
	left: 65.208vw;
	top: -0.572vw;
}

@media screen and (max-width: 960px) {
	#p-home #prevention {
		height: 318.666vw;
	}

	#p-home #prevention h2 {
		width: 57.537vw;
		left: 14.133vw;
		top: 0;
	}

	#p-home #prevention p {
		font-size: 4.8vw;
		line-height: 1.5;
		width: 91.375vw;
		left: 4.488vw;
		top: 60.266vw;
		padding: 8vw 4vw 5.333vw 4vw;
		border-radius: 2.357vw;
	}

	#p-home #prevention .pic_01 {
		width: 59.316vw;
		left: 44vw;
		top: 20.266vw;
	}
}

/* ---------------------------------------------------------
 *	河和口歯科が大切にしていること
 *---------------------------------------------------------- */

#p-home #important {
	width: 100%;
	height: 99.375vw;
	background: url(../image/bg_important_01.png);
	background-size: 100% 100% !important;
	position: relative;
	margin-top: -9.01vw;
}

#p-home #important h2 {
	width: 49.516vw;
	position: absolute;
	left: 25.312vw;
	top: 0.52vw;
}

#p-home #important h2 img:nth-child(2) {
	display: none;
}

#p-home #important .txt_01 {
	width: 26.33vw;
	position: absolute;
	left: 23.072vw;
	top: 42.5vw;
	top: 42vw;
}

#p-home #important h3 {
	font-size: 1.718vw;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 1.562vw;
}

#p-home #important p {
	font-size: 1.145vw;
	font-size: 1.2vw;
	line-height: 2;
}

#p-home #important .illust_01 {
	width: 5.047vw;
	position: absolute;
	left: 45.156vw;
	top: -2.968vw;
}

@media screen and (max-width: 960px) {
	#p-home #important {
		height: 436.724vw;
		background: url(../image/sp/bg_important_01.png);
		margin-top: -8vw;
	}

	#p-home #important h2 {
		width: 90.912vw;
		left: 6.933vw;
		top: 2.4vw;
	}

	#p-home #important h2 img:nth-child(1) {
		display: none;
	}

	#p-home #important h2 img:nth-child(2) {
		display: block;
	}

	#p-home #important .txt_01 {
		width: 85.596vw;
		left: 8vw;
		top: 77.6vw;
	}

	#p-home #important h3 {
		font-size: 6.4vw;
		font-size: 6.133vw;
		white-space: nowrap;
		line-height: 1.8;
		margin-bottom: 1.333vw;
	}

	#p-home #important p {
		font-size: 5.066vw;
		line-height: 1.6;
	}

	#p-home #important .illust_01 {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	河和口歯科ってどんな歯医者さん？
 *---------------------------------------------------------- */

#p-home #what {
	width: 100%;
	height: 172.708vw;
	background: url(../image/bg_what_01.png);
	background-size: 100% 100% !important;
	position: relative;
	margin-top: -25.468vw;
}

#p-home #what h2 {
	width: 24.571vw;
	position: absolute;
	left: 33.541vw;
	top: 26.093vw;
}

#p-home #what ol {
	transform: scale(1.2);
	position: relative;
	top: -10vw;
}

#p-home #what ol li {
	font-size: 0.937vw;
	font-size: 1vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.6;
	width: 22.2vw;
	width: 23vw;
	height: 21.062vw;
	background-size: 100% 100% !important;
	position: absolute;
	padding: 13.02vw 4.166vw 0 4.68vw;
}

#p-home #what ol li:nth-child(1) {
	background: url("../image/pic_what_01.png");
	left: 42.916vw;
	top: 48.489vw;
}

#p-home #what ol li:nth-child(2) {
	background: url("../image/pic_what_02.png");
	left: 18.75vw;
	top: 55.885vw;
}

#p-home #what ol li:nth-child(3) {
	background: url("../image/pic_what_03.png");
	left: 64.114vw;
	top: 60.625vw;
}

#p-home #what ol li:nth-child(4) {
	background: url("../image/pic_what_04.png");
	left: 39.479vw;
	top: 71.177vw;
}

#p-home #what ol li:nth-child(5) {
	background: url("../image/pic_what_05.png");
	left: 18.75vw;
	top: 82.947vw;
}

#p-home #what ol li:nth-child(6) {
	background: url("../image/pic_what_06.png");
	left: 64.114vw;
	top: 83.312vw;
}

#p-home #what ol li:nth-child(7) {
	background: url("../image/pic_what_07.png");
	left: 39.479vw;
	top: 93.916vw;
}

#p-home #what ol li:nth-child(8) {
	background: url("../image/pic_what_08.png");
	left: 18.75vw;
	top: 105.729vw;
}

#p-home #what ol li:nth-child(9) {
	height: 22.234vw;
	background: url("../image/pic_what_09.png");
	left: 59.114vw;
	top: 108.645vw;
}

#p-home #what ol li:nth-child(10) {
	background: url("../image/pic_what_10.png");
	left: 38.645vw;
	top: 118.416vw;
}

#p-home #what ol li span {
	display: none;
}

@media screen and (max-width: 960px) {
	#p-home #what {
		height: 1005.066vw;
		background: url(../image/sp/bg_what_01.png);
		margin-top: -32.2vw;
	}

	#p-home #what h2 {
		width: 59.395vw;
		left: 22.4vw;
		top: 48.533vw;
	}

	#p-home #what ol {
		transform: scale(1);
		position: static;
	}

	#p-home #what ol li {
		font-size: 3.733vw;
		line-height: 1.5;
		width: 81.989vw;
		height: 77.778vw;
		padding: 49vw 13.333vw 0 16vw;
	}

	#p-home #what ol li:nth-child(1) {
		left: 4.266vw;
		top: 109.066vw;
	}

	#p-home #what ol li:nth-child(2) {
		left: 12.266vw;
		top: 192.266vw;
	}

	#p-home #what ol li:nth-child(3) {
		left: 4vw;
		top: 270.4vw;
	}

	#p-home #what ol li:nth-child(4) {
		left: 13.866vw;
		top: 349.066vw;
	}

	#p-home #what ol li:nth-child(5) {
		left: 6.133vw;
		top: 429.333vw;
	}

	#p-home #what ol li:nth-child(6) {
		left: 7.466vw;
		top: 510.933vw;
	}

	#p-home #what ol li:nth-child(7) {
		left: 13.333vw;
		top: 590.666vw;
	}

	#p-home #what ol li:nth-child(8) {
		left: 9.866vw;
		top: 675.733vw;
	}

	#p-home #what ol li:nth-child(9) {
		height: 82.399vw;
		left: 10.4vw;
		top: 756vw;
	}

	#p-home #what ol li:nth-child(10) {
		left: 7.199vw;
		top: 847.733vw;
	}
}

/* ---------------------------------------------------------
 *	河和口歯科に相談してみませんか?
 *---------------------------------------------------------- */

#p-home #consultation {
	width: 100%;
	height: 114.427vw;
	background: url(../image/bg_consultation_01.png);
	background-size: 100% 100% !important;
	position: relative;
	margin-top: -11.614vw;
}

#p-home #consultation h2 {
	width: 42.164vw;
	margin: 0 auto;
	padding-top: 7.552vw;
}

#p-home #consultation h2 img:nth-child(2) {
	display: none;
}

#p-home #consultation ul {}

#p-home #consultation ul li {
	width: 20.189vw;
	height: 20.189vw;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

#p-home #consultation ul li:nth-child(1) {
	left: 21.614vw;
	top: 26.614vw;
}

#p-home #consultation ul li:nth-child(2) {
	left: 56.145vw;
	top: 27.604vw;
}

#p-home #consultation ul li:nth-child(3) {
	left: 38.75vw;
	top: 51.145vw;
}

#p-home #consultation ul li:nth-child(4) {
	left: 22.239vw;
	top: 75.156vw;
}

#p-home #consultation ul li:nth-child(5) {
	left: 57.343vw;
	top: 75.729vw;
}

#p-home #consultation ul li h3 {
	font-size: 1.458vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.075em;
	text-align: center;
	border-bottom: 0.33vw solid #ffb46c;
	margin-bottom: 1.041vw;
	padding-bottom: 0.52vw;
	width: 15.564vw;
}

#p-home #consultation ul li .box_02 {
	text-align: center;
}

#p-home #consultation ul li .box_02 div {
	text-align: left;
	display: inline-block;
}

#p-home #consultation ul li:first-child .box_01 div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 15.564vw;
}

#p-home #consultation ul li:first-child .box_01 div p {
	width: 50%;
}

#p-home #consultation ul li p {
	font-size: 1.041vw;
}

#p-home #consultation ul li:nth-child(1) span {
	color: #d07671;
}

#p-home #consultation ul li:nth-child(2) span {
	color: #938ac1;
}

#p-home #consultation ul li:nth-child(3) span {
	color: #499d74;
}

#p-home #consultation ul li:nth-child(4) span {
	color: #4f90c7;
}

#p-home #consultation ul li:nth-child(5) span {
	color: #f39734;
}

@media screen and (max-width: 960px) {
	#p-home #consultation {
		height: 711.468vw;
		background: url(../image/sp/bg_consultation_01.png);
		margin-top: -12vw;
	}

	#p-home #consultation h2 {
		width: 151.994vw;
		padding-top: 0;
		position: absolute;
		left: -26.47vw;
		top: 41.333vw;
	}

	#p-home #consultation h2 img:nth-child(1) {
		display: none;
	}

	#p-home #consultation h2 img:nth-child(2) {
		width: 100%;
		display: block !important;
	}

	#p-home #consultation ul li h3 {
		font-size: 5.333vw;
		line-height: 1.3;
		border-bottom: 1.06vw solid #ffb46c;
		margin-bottom: 2.666vw;
		padding-bottom: 2.666vw;
		width: 100%;
	}

	#p-home #consultation ul li p {
		font-size: 4.266vw;
		line-height: 1.4;
	}

	#p-home #consultation ul li {
		width: 64.675vw;
		height: 64.675vw;
	}

	#p-home #consultation ul li:nth-child(1) {
		left: 16.089vw;
		top: 137.6vw;
	}

	#p-home #consultation ul li:nth-child(2) {
		left: 16.089vw;
		top: 234.666vw;
	}

	#p-home #consultation ul li:nth-child(3) {
		left: 16.089vw;
		top: 329.866vw;
	}

	#p-home #consultation ul li:nth-child(4) {
		left: 16.089vw;
		top: 425.6vw;
	}

	#p-home #consultation ul li:nth-child(5) {
		left: 16.089vw;
		top: 522.933vw;
	}

	#p-home #consultation ul li:nth-child(1) .box_01 {
		width: 45vw;
	}

	#p-home #consultation ul li:first-child .box_01 div {
		width: 100%;
	}

	#p-home #consultation ul li:first-child .box_01 div p:last-child {
		width: 100%;
	}
}

/* ---------------------------------------------------------
 *	ごあいさつ
 *---------------------------------------------------------- */

#p-home #greeting {
	height: 89.375vw;
	position: relative;
}

#p-home #greeting h2 {
	width: 40.779vw;
	position: absolute;
	left: 30.364vw;
	top: 18.02vw;
}

#p-home #greeting h2 img:nth-child(2) {
	display: none;
}

#p-home #greeting .box_01 {
	padding-top: 39.427vw;
	width: 58.287vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 36vw;
	line-height: 1.7;
}

#p-home #greeting .box_01 .pic_01 {
	width: 23.456vw;
	order: 2;
	text-align: center;
	width: 12vw;
	margin-top: 4vw;
}

#p-home #greeting .box_01 .pic_01 p {
	font-size: 1.041vw;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1;
	margin-top: 2.083vw;
	font-size: 1.2vw; 
}

#p-home #greeting .box_01 .pic_01 ruby {
	font-size: 1.718vw;
}

#p-home #greeting .box_01 .pic_01 rt {
	font-size: 0.625vw;
	font-weight: 500;
	transform: translateY(-0.3rem);
}

#p-home #greeting .box_01 .txt_01 {
	width: 30.408vw;
	font-size: 1.2vw;
	width: 44vw;
}

#p-home #greeting .box_01 .txt_01 h3 {
	color: #5b1500;
	font-size: 1.5104vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.041vw;
}

#p-home #greeting .box_01 .txt_01 p {
	margin-bottom: 1.5625vw;
}

#p-home #greeting .box_01 .txt_01 div {
	display: none;
}

#p-home #greeting .box_01 .txt_01 h4 {
	font-size: 1.0416vw;
	font-weight: 700;
	letter-spacing: 0.16em;
	border-bottom: 0.052vw solid #663a2b;
	width: 27.82vw;
	margin-bottom: 0.52vw;
	padding-bottom: 0.52vw;
}

#p-home #greeting .box_01 .txt_01 dl {
	width: 27.82vw;
	display: flex;
    font-size: 0.833vw;
}

#p-home #greeting .box_01 .txt_01 dt {
	white-space: nowrap;
	padding-right: 1em;
}

@media screen and (max-width: 960px) {
	#p-home #greeting {
		height: auto;
		background: url(../image/sp/bg_greeting_01.jpg) no-repeat center top, url(../image/sp/bg_greeting_02.jpg) repeat-y center top;
		background-size: 100%, 100%;
		padding-top: 113.066vw;
		padding-bottom: 84.8vw;
		position: relative;
		margin-top: -6vw;
	}

	#p-home #greeting h2 {
		width: 72.203vw;
		left: 13.866vw;
		top: 23.2vw;
	}

	#p-home #greeting h2 img:nth-child(1) {
		display: none;
	}

	#p-home #greeting h2 img:nth-child(2) {
		display: block;
	}

	#p-home #greeting .box_01 {
		padding: 0 8vw 21.333vw;
		width: 87.124vw;
		display: block;
		background: url(../image/sp/bg_greeting_03.png);
		background-size: 100% 100%;
		position: relative;
		line-height: 1.8;
	}

	#p-home #greeting .box_01:before {
		content: "";
		position: absolute;
		right: -4.796vw;
		top: 72.533vw;
		width: 23.161vw;
		height: 18.094vw;
		background: url(../image/sp/illust_greeting_01.png);
		background-size: 100% 100%;
	}

	#p-home #greeting .box_01:after {
		content: "";
		position: absolute;
		left: 3.203vw;
		bottom: -74.4vw;
		width: 82.911vw;
		height: 82.553vw;
		background: url(../image/sp/illust_greeting_02.png);
		background-size: 100% 100%;
	}

	#p-home #greeting .box_01 .pic_01 {
		width: 68.278vw;
		margin: 0 auto 5.333vw;
		position: relative;
		top: -25.333vw;
		margin-bottom: -20vw;
	}

	#p-home #greeting .box_01 .pic_01 p {
		display: none;
	}

	#p-home #greeting .box_01 .txt_01 {
		width: 100%;
        font-size: 4.266vw;
	}

	#p-home #greeting .box_01 .txt_01 h3 {
		font-size: 7.733vw;
		margin-bottom: 5.333vw;
	}

	#p-home #greeting .box_01 .txt_01 p {
		margin-bottom: 10.666vw;
	}

	#p-home #greeting .box_01 .txt_01 div {
		font-size: 4.421vw;
		font-weight: 700;
		text-align: right;
		display: block;
		margin-bottom: 26.666vw;
	}

	#p-home #greeting .box_01 .txt_01 div ruby {
		font-size: 7.293vw;
	}

	#p-home #greeting .box_01 .txt_01 div rt {
		font-size: 2.653vw;
		font-weight: 500;
		transform: translateY(-1rem);
	}

	#p-home #greeting .box_01 .txt_01 dl {
		width: 100%;
        font-size: 4.266vw;
	}

	#p-home #greeting .box_01 .txt_01 h4 {
		font-size: 5.333vw;
		border-bottom: 0.266vw solid #663a2b;
		width: 100%;
		margin-bottom: 4vw;
		padding-bottom: 2.666vw;
	}
}

/* ---------------------------------------------------------
 *	求人情報
 *---------------------------------------------------------- */

#p-home #recruit {
	height: 24.843vw;
	position: relative;
}

#p-home #recruit div {
	position: absolute;
	left: 38.593vw;
	top: 3.333vw;
}

#p-home #recruit h2 {
	width: 16.167vw;
	margin-bottom: 2.083vw;
}

#p-home #recruit h2 img:nth-child(2) {
	display: none;
}

#p-home #recruit p {
	font-size: 1.979vw;
	font-family: FOT-キアロ Std B;
	border-bottom: 0.052vw solid #ed7479;
}

#p-home #recruit h2 img:nth-child(2) {
	display: none;
}

@media screen and (max-width: 960px) {
	#p-home #recruit {
		height: 87.843vw;
		background: url(../image/sp/bg_recruit_01.jpg);
		background-size: 100% 100%;
	}

	#p-home #recruit div {
		left: 10.666vw;
		top: 7.466vw;
	}

	#p-home #recruit h2 {
		width: 74.463vw;
		margin-bottom: 8vw;
	}

	#p-home #recruit p {
		font-size: 7.733vw;
		line-height: 1.5;
		border-bottom: none;
		width: 74.463vw;
	}

	#p-home #recruit h2 img:nth-child(1) {
		display: none;
	}

	#p-home #recruit h2 img:nth-child(2) {
		display: block;
	}
}

/* ---------------------------------------------------------
 *	院内紹介
 *---------------------------------------------------------- */

#p-home #clinic {
	height: 51.927vw;
	position: relative;
}

#p-home #clinic ul li {
	font-size: 1.111vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	letter-spacing: 0.12em;
	width: 25.058vw;
	height: 25.058vw;
	background-size: 100% 100% !important;
	position: absolute;
	animation-name: ani_01;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: none;
	animation-play-state: running;
	z-index: 2;
}

#p-home #clinic ul li:nth-child(2n) {
	animation-name: ani_02;
	z-index: 1;
}

#p-home #clinic ul li:nth-child(1) {
	background: url(../image/pic_clinic_01.png);
	left: 11.302vw;
	top: 2.656vw;
}

#p-home #clinic ul li:nth-child(2) {
	background: url(../image/pic_clinic_02.png);
	left: 30.156vw;
	top: 22.083vw;
}

#p-home #clinic ul li:nth-child(3) {
	background: url(../image/pic_clinic_03.png);
	left: 48.333vw;
	top: 0;
}

#p-home #clinic ul li:nth-child(4) {
	background: url(../image/pic_clinic_04.png);
	left: 65.468vw;
	top: 22.604vw;
}

#p-home #clinic ul li span {
	position: absolute;
	left: 11.9vw;
	bottom: 1.9vw;
}

#p-home #clinic ul li:nth-child(1) span {
	left: 11.9vw;
	bottom: 1vw;
}

#p-home #clinic ul li:nth-child(2) span {
	left: 11.8vw;
	bottom: 1vw;
}

#p-home #clinic ul li:nth-child(3) span {
	left: 11.9vw;
	bottom: 1vw;
}

#p-home #clinic ul li:nth-child(4) span {
	left: 9.9vw;
	bottom: 1vw;
}

#p-home #clinic ul li:before {
	content: "";
	background-size: 100% 100% !important;
	position: absolute;
}

#p-home #clinic ul li:nth-child(1):before {
	background: url(../image/img_clinic_01.png);
	width: 15.067vw;
	height: 5.761vw;
	left: 5.957vw;
	bottom: -1.069vw;
}

#p-home #clinic ul li:nth-child(2):before {
	background: url(../image/img_clinic_02.png);
	width: 15.322vw;
	height: 5.273vw;
	left: 5.753vw;
	bottom: -0.784vw;
}

#p-home #clinic ul li:nth-child(3):before {
	background: url(../image/img_clinic_03.png);
	width: 15.033vw;
	height: 6.016vw;
	left: 5.969vw;
	bottom: -0.925vw;
}

#p-home #clinic ul li:nth-child(4):before {
	background: url(../image/img_clinic_04.png);
	width: 15.067vw;
	height: 5.836vw;
	left: 5.957vw;
	bottom: -1.069vw;
}

@keyframes ani_01 {
	0% {
		transform: none;
	}

	50% {
		transform: translateY(1.562vw);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes ani_02 {
	0% {
		transform: none;
	}

	50% {
		transform: translateY(-1.562vw);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width: 960px) {
	#p-home #clinic {
		width: 100%;
		height: 411.466vw;
		background: url(../image/sp/bg_clinic_01.jpg);
		background-size: 100% 100%;
	}

	#p-home #clinic ul li {
		font-size: 5.69vw;
		width: 76.98vw;
		height: 76.98vw;
	}

	#p-home #clinic ul li:nth-child(1) {
		left: 11.733vw;
		top: 12vw;
	}

	#p-home #clinic ul li:nth-child(2) {
		left: 11.733vw;
		top: 105.333vw;
	}

	#p-home #clinic ul li:nth-child(3) {
		left: 13.066vw;
		top: 193.6vw;
	}

	#p-home #clinic ul li:nth-child(4) {
		left: 11.733vw;
		top: 292.533vw;
	}

	#p-home #clinic ul li:nth-child(1) span {
		left: 34.4vw;
		bottom: 0;
	}

	#p-home #clinic ul li:nth-child(2) span {
		left: 34.133vw;
		bottom: 0;
	}

	#p-home #clinic ul li:nth-child(3) span {
		left: 31.466vw;
		bottom: -5vw;
	}

	#p-home #clinic ul li:nth-child(4) span {
		left: 25.866vw;
		bottom: -5vw;
	}

	#p-home #clinic ul li:nth-child(1):before {
		width: 77.143vw;
		height: 29.499vw;
		left: 4.919vw;
		bottom: -11.04vw;
	}

	#p-home #clinic ul li:nth-child(2):before {
		width: 78.449vw;
		height: 26.999vw;
		left: 5.209vw;
		bottom: -8.803vw;
	}

	#p-home #clinic ul li:nth-child(3):before {
		width: 76.974vw;
		height: 30.805vw;
		left: 2.388vw;
		bottom: -15.302vw;
	}

	#p-home #clinic ul li:nth-child(4):before {
		width: 77.143vw;
		height: 29.881vw;
		left: 4.989vw;
		bottom: -15.472vw;
	}
}

/* ---------------------------------------------------------
 *	アクセス
 *---------------------------------------------------------- */

#p-home #access {
	width: 100%;
	height: 72.343vw;
	position: relative;
}

#p-home #access h2 {
	font-size: 2.291vw;
	font-family: FOT-キアロ Std B;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.12em;
	position: absolute;
	left: 46vw;
	top: 1vw;
}

#p-home #access img {
	width: 22.4vw;
	width: 30vw;
	position: absolute;
	left: 20.656vw;
	top: 8.802vw;
	display: block;
}

#p-home #access ul {
	transform: scale(1.2);
}

#p-home #access ul li {
	width: 25.312vw;
	height: 10.833vw;
	line-height: 1.6;
	position: absolute;
	background: url(../image/img_access_01.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding-left: 2.5vw;
	padding-bottom: 0.5vw;
	animation-name: ani_02;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: none;
	animation-play-state: running;
}

#p-home #access ul li:nth-child(1) {
	left: 51.458vw;
	top: 8vw;
}

#p-home #access ul li:nth-child(2) {
	left: 51.458vw;
	top: 16.5vw;
}

#p-home #access ul li:nth-child(3) {
	left: 51.458vw;
	top: 25vw;
}

#p-home #access ul li:nth-child(4) {
	left: 51.458vw;
	top: 33.5vw;
}

#p-home #access ul li div {
	min-height: 4.3vw;
	padding-left: 6.51vw;
}

#p-home #access ul li.car div {
	background: url(../image/ico_access_01.svg) no-repeat left center;
	background-size: 5.62vw;
}

#p-home #access ul li.bus div {
	background: url(../image/ico_access_02.svg) no-repeat left bottom;
	background-size: 5.841vw;
	margin-top: -1.2vw;
}

#p-home #access ul li.train div {
	background: url(../image/ico_access_03.svg) no-repeat left 1.235vw center;
	background-size: 3.359vw;
}

#p-home #access ul li.bike div {
	background: url(../image/ico_access_04.svg) no-repeat left 0.276vw center;
	background-size: 5.195vw;
}

#p-home #access ul li h3 {
	font-size: 0.8vw;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#p-home #access ul li:nth-child(4) h3 {
	letter-spacing: 0;
}

#p-home #access ul li h3 strong {
	font-size: 1.4vw;
	font-weight: 500;
}

#p-home #access ul li p {
	font-size: 0.8vw;
}

#p-home #access ul li:nth-child(2) p {
	width: 11.25vw;
}

@media screen and (max-width: 960px) {
	#p-home #access {
		width: 100%;
		height: 322.133vw;
		background: url(../image/sp/bg_access_01.jpg);
		background-size: 100% 100%;
	}

	#p-home #access h2 {
		font-size: 10.133vw;
		left: 29vw;
		top: 3vw;
	}

	#p-home #access img {
		width: 62.238vw;
		left: 21.333vw;
		top: 36.8vw;
	}

	#p-home #access ul {
		transform: scale(1);
	}

	#p-home #access ul li {
		width: 99vw;
		height: 42vw;
		padding-left: 9.615vw;
		padding-bottom: 3vw;
	}

	#p-home #access ul li:nth-child(1) {
		left: 2vw;
		top: 100vw;
	}

	#p-home #access ul li:nth-child(2) {
		left: 2vw;
		top: 137vw;
	}

	#p-home #access ul li:nth-child(3) {
		left: 2vw;
		top: 174.5vw;
	}

	#p-home #access ul li:nth-child(4) {
		left: 2vw;
		top: 212vw;
	}

	#p-home #access ul li div {
		min-height: 16.877vw;
		padding-left: 25.28vw;
	}

	#p-home #access ul li.car div {
		background-size: 22.054vw;
	}

	#p-home #access ul li.bus div {
		background-size: 22.923vw;
		background-position: 1.271vw 7vw;
		padding-left: 28.711vw;
		margin-top: -3vw;
	}

	#p-home #access ul li.train div {
		background-size: 13.182vw;
		background-position: 4.791vw center;
	}

	#p-home #access ul li.bike div {
		background-size: 20.387vw;
		background-position: 2.301vw center;
		padding-left: 29.286vw;
	}

	#p-home #access ul li h3 {
		font-size: 3.138vw;
	}

	#p-home #access ul li h3 strong {
		font-size: 5.493vw;
	}

	#p-home #access ul li p {
		font-size: 3.138vw;
		letter-spacing: 0.05em;
		width: 100% !important;
	}

	#p-home #access ul li.bus p,
	#p-home #access ul li.train p {
		letter-spacing: -0.05em;
	}
}

/* ---------------------------------------------------------
 *	インフォメーション
 *---------------------------------------------------------- */

#p-home #info {
	width: 100%;
	padding-top: 1vw;
	padding-left: 30vw;
	position: relative;
	z-index: 3;
}

#p-home #info table {
	line-height: 1.5;
	width: 50vw;
	font-size: 1.2vw;
}

#p-home #info table th {
	font-weight: 700;
	white-space: nowrap;
	vertical-align: top;
	-moz-text-align-last: justify;
	text-align-last: justify;
	padding: 0.52vw;
}

#p-home #info table td {
	padding: 0.52vw;
}

#p-home #info table img {
	width: 14.483vw;
}

@media screen and (max-width: 960px) {
	#p-home #info {
		width: 100%;
		height: 152.533vw;
		background: url(../image/sp/bg_info_01.png);
		background-size: 100% 100%;
		padding: 26.666vw 4vw 0;
		position: relative;
		margin-top: -12.8vw;
	}

	#p-home #info table {
		width: 100%;
    	font-size: 100%;
	}

	#p-home #info table th {
		padding: 1.333vw;
	}

	#p-home #info table td {
		padding: 1.333vw 1.333vw 1.333vw 1em;
	}

	#p-home #info table img {
		width: 62.554vw;
	}
}
