@charset "UTF-8";

body {
    font-family: 'Noto Serif JP', 'Shippori Mincho B1', serif;
	color: #906849;
    background-color: #fff;
    margin: 0px;
}

/* マウスカーソル */
body a,.TOP-button,.button,#plan button,#sitter-details button,header button,.reservation-button,.reservation-button2,.menu-button{
	cursor:url(img/nikukyuu1.png), default;
}

html {
	scroll-padding-top: 142.4px;
	scroll-behavior: smooth;
}

.wrapper{
	max-width: 1200px;
	padding: 50px 20px 100px;
	margin: 0 auto;
}

h1{
	font-size: 30px;
	padding: 0;
	font-weight: bold !important;;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1:before, #about h1:after {
	border-top: 0px solid;
	content: "";
	width: 0em;
}
h1:before {
	margin-right: 0em;
}
h1:after {
	margin-left: 0em;
}

h2{
	font-size: 29px;
	padding: 0 0 40px;
	font-weight: bold !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2:before, h2:after {
	border-top: 1px solid;
	content: "";
	width: 2em;
}
h2:before {
	margin-right: 1em;
}
h2:after {
	margin-left: 1em;
}
  
p {
    font-size: 20px;
}

header li a:hover,footer ul:last-of-type li a:hover{
	opacity: 0.5;
}


/* TOP-button */
.TOP-button{
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #906849;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
}
.TOP-button:hover{
	transition : 0.4s;
	transform: scale(1.1,1.1);
	filter: drop-shadow(0px 5px 1px #90684944);
}

.TOP-button a{
	height: 10px;
	width: 10px;
	border-top: 2px solid #906849;
	border-right: 2px solid #906849;
	transform: translateY(20%) rotate(-45deg);
}

.active{
	opacity: 1;
	visibility: visible;
	transition : 0.5s;
}
/* TOP-button */


/* ホバーで中央から背景色が変わるボタン */
.button{
	width: 250px;
    height: 50px;
	margin: 0 auto;
	color: #906849;
	font-family: 'Noto Serif JP', 'Shippori Mincho B1', serif;
	background-color: #fff;
	border: 2px solid #906849;
	border-radius: 25px;
	display: block;
	font-weight: bold;
	position: relative;
	
	overflow: hidden;
	z-index: 2;
}

.button::after{
	background: #906849;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
	}
	
.button:hover{
	color: #fff;
}
.button:hover::after{
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition: opacity .8s, transform .5s ease-in-out;/*opacity＝透明度、transform＝変化までの速度、ease-in-out＝加速してから減速*/
}

	/* plan sitter-details */
	#plan button,#sitter-details button{
		background-color: #f6f3f1;
	}
	#plan button:hover,#sitter-details button:hover{
		color: #fff;
	}
	#plan button:hover::after,#sitter-details button:hover::after{
		background-color: #906849;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;

		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition: opacity .8s, transform .5s ease-in-out;
	}
	/* plan sitter-details */
/* button */


/* header */
header {
	width: 100%;
	background-color:#f6f3f1;
	position: fixed;
	z-index: 999;
	background-image: url(img/renga.png);
}

.flex{
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.flex>div:first-of-type{
	padding: 10px 0;
	display: flex;
}

.logo-a{
	margin: auto 0;
}
.logo{
	height: 80px;
	margin: auto 0;
	filter: drop-shadow(0px 2px 1px #90684944);
}
.logo:hover{
	opacity: 0.8;
}

.sns{
	height: 40px;
	margin: auto 0;
	filter: drop-shadow(0px 2px 1px #90684944);
}
.sns:hover{
	filter: drop-shadow(0px 5px 1px #90684944);
	transform: translateY(-5px);
	transition : 0.3s;
	transform: scale(1.1, 1.1)
}

.tel{
	color: #906849;
	font-size: 25px;
	font-weight: bold;
}

.business-hours{
	color: #906849;
	font-size: 15px;
}

header ul{
	max-width:1200px;
	padding: 10px 20px !important;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}

header li{
	color: #fff;
}

header a {
    font-size: 16px;
    color: #F1F1F2;
    text-decoration: none;
    font-weight: bold;
}

.link{
	background-color: #906849;
}

.flex>div:first-of-type>div:first-of-type{
	margin-top: 40px;
}

header button{
	font-family: 'Noto Serif JP', 'Shippori Mincho B1', serif;
	padding: 5px 18px;
	margin-right: 10px;
	background-color: #906849;/*background-color: #f6f3f1;*/
	border: 2px solid #906849;
	border-radius: 5px;
	position: relative;
	bottom: -42px;
	filter: drop-shadow(0px 2px 1px #90684944);
}
header button:hover{
	filter: drop-shadow(0px 5px 1px #90684944);
	transform: translateY(-5px);
	transition : 0.3s;
	transform: scale(1.1, 1.1)
}

.flex>div>div:nth-of-type(1){
	margin-right: 10px;
}
.flex>div>div:nth-of-type(1)>a{
	padding: 0 5px;
}

.flex>div>div:nth-of-type(1)>a:hover{
	opacity: 0.7;
	transition : 0.4s;
}
.flex>div>div:nth-of-type(2):hover{
	opacity: 0.7;
	transition : 0.4s;
}

header button a{
	color: #fff;/*color: #906849;*/
}
/* header */


/* TOP */
#top{
	height: calc(100vh - 142.4px);
	padding-top: 142.4px;
	position: relative;
}

#top img{
	width: 100%;
	height: calc(100vh - 142.4px);
	object-fit: cover;
}

/* スライダー */
.bx-wrapper{
    margin-bottom: 0px !important;
	border: 0px solid #fff !important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 998 !important;
}
.bx-wrapper .bx-pager-item{
    display: none !important;
}
/* スライダー */
/* top */


/* フェードイン */
.area,#about,#plan,#service-flow,#staff,#sitter-details,#office,#reservation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

#about.show,#plan.show,#service-flow.show,#staff.show,#sitter-details.show,#office.show,#reservation.show {
  opacity: 1;
  transform: translateY(0);
}
.area.show {
  opacity: 1;
}
/* フェードイン */


/* area */
.area{
	position: absolute;
	bottom: 50px;
	right: 50px;
	text-align: center;
}

.area>div{
	color: #705038;
	background-color: #ffffffd5;
	padding: 20px;
	border-radius: 20px;
}

.area>div>p:first-of-type{
	font-size: 30px;
	margin-bottom: 5px;
}
/* area */


/* about */
#about{
	margin: 0 auto;
	padding-top: 35px;
	background-image: url("img/chekku.png");
	background-color: #f6f3f1;
	background-size: 300px;
}

#about div{
	padding: 50px 20px;
	background-color: #fff;
}

#about p{
	text-align: center;
}
#about p:first-of-type{
	font-size: 17px;
	margin-bottom: 30px;
}
#about p:first-of-type::after{
	content: "";
    display: block;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid;
    margin: 0 auto;
}

#about p:nth-of-type(2){
	font-size: 16px;
	margin-bottom: 30px;
}

#about p:nth-of-type(3){
	font-size: 16px;
}
/* about */


/* plan */
#plan{
	background-image: url("img/chekku.png");
	background-color: #f6f3f1;
	background-size: 300px;
}

#plan>div>p{
	margin: 20px 0;
	font-size: 12px;
	text-align: center;
}

#plan>div>div{
	display: flex;
	justify-content: space-between;
}

#plan>div>div>div{
	width:44%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}

#plan>div>div>div h3{
	font-size: 20px;
	font-weight: bold;
}
#plan>div>div>div h3:last-of-type{
	margin-top: 25px;
}

#plan>div>div>div p{
	font-size: 15px;
}
#plan>div>div>div p:last-of-type{
	font-size: 11px;
	margin: 5px 0 10px;
	font-weight: bold;
}

#plan table {
	width: 95%;
	margin: 10px auto 0;
    border-color: #fff;
}

#plan .brown,#plan .Cream {
	padding: 10px 5px;
}

#plan .brown {
	color: #fff;
    background-color: #906849;
}

#plan .Cream {
    color: #906849;
	background: #f6f3f1;
}

#plan .example{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #fff 50%, #fff calc(50% + 0.5px), transparent calc(50% + 1px));
}
/* plan */


/* service-flow */
#service-flow>div{
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
}

#service-flow>div>div{
	width: 20%;
	text-align: center;
	position: relative;
}

#service-flow>div>div::after{
	display: block;
	content: "";
	position: absolute;
	top: 61%;
	right: -5px;
	width: 15px;
	height: 15px;
	margin: -4px 0 0 0;
	border-top: solid 1px #906849;
	border-right: solid 1px #906849;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translateY(-50px);
}
#service-flow>div>div:last-of-type::after{
	display: none;
}

#service-flow img{
    width:100%;
    max-width:160px;
    height:auto;
	border-radius: 50%;
	background-color: #f6f3f191;

}

#service-flow h3{
	font-size: 20px;
	font-weight: bold;
}
#service-flow .h3-number {
	width: 30px;
	height: 30px;
	padding-top: 3px;
	margin-right: 10px;
	color: #fff;
	background-color: #906849;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}

#service-flow .number-flex{
	display: flex;
	justify-content: center;
}

#service-flow p{
	font-size: 15px;
}
/* service-flow */


/* sitter-details */
#sitter-details{
	background-image: url("img/happa.png");
	background-color: #f6f3f1;
	background-size: 500px;
}

#sitter-details>div>div{
	display: flex;
	justify-content: space-between;
}

#sitter-details>div>div>div{
	width: 28%;
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
}

#sitter-details>div>div>div img{
	width: 100%;
    height: 150px;
    object-fit: cover;
}

#sitter-details>div>div>div h3{
	margin-bottom: 10px;
	text-align: center;
}

#sitter-details>div>div>div p{
	font-size: 15px;
	margin: 15px 0;
	text-align: center;
}
#sitter-details>div>div>div p:last-of-type{
	margin: 15px 0 0;
}

.text{
	display: none;
}
/* sitter-details */


/* staff */
#staff>div{
	display: flex;
}

#staff>div>div:first-of-type{
	z-index: 2;
}
#staff img{
	width: 250px;
	border-radius: 50%;
	border: 10px solid #fff;
	transform: rotate(-22deg);
}

#staff>div>div:last-of-type{
	width: 70%;
    padding: 25px 20px 30px 18%;
    margin-top: 8%;
    margin-left: -14%;
    background-color: #f6f3f1;
    border-radius: 15px;
	background-image: url(img/dot2.png);
	background-size: 300px;

}

#staff h3{
	font-size: 25px;
	font-weight: bold;
}
#staff>div:first-of-type>div:nth-of-type(2) h3::before{
	content: "責任者";
	font-size: 15px;
	display: block;
}

#staff dl {
    display: block;
	margin-top: 20px;
}

#staff dt{
	width: fit-content;
	font-weight: bold;
	border-bottom: 1px solid;
}
  
#staff dd:first-of-type{
	margin-bottom: 20px;
}

#staff .name{
	margin-top: 10px;
	margin-right: 15px;
	text-align: right;
}
/* staff */


/* office */
#office{
	background-image: url("img/sikaku.png");
	background-color: #f6f3f1;
	background-size: 300px;
}

#office>div>div:first-of-type{
	display: flex;
	justify-content: space-between;
}

.office{
	max-width: 1200px;
}
.office:first-of-type{
	width: 40%;
}
.office:last-of-type{
	width: 56%;
    margin-left: 50px;
}

#office dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#office dt{
	color: rgba(144 104 73);
    padding: 3px 0% 3px 1%;
    margin: 4px 0;
    margin-right: 1%;
	font-weight: bold;
    background-color: #fff;
}
#office dd {
	color: rgba(144 104 73);
	padding: 3px 0 3px 1%;
	margin: 4px 0;
	background-color: #fff;
}

#office .office:first-of-type dt{
    width: 22%;
}
#office .office:first-of-type dd {
	width: 75%;
}

#office .office:last-of-type dt{
    width: 25%;
}
#office .office:last-of-type dd {
	width: 72%;
}

.insurance {
	margin-top: 30px;
	text-align: center;
}

.insurance img{
	width: 250px;
}

.insurance p{
	margin-top: 10px;
	font-size: 16px;
}
/* office */


/* reservation */
#reservation{
	margin-top: 50px;
}

#reservation>div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#reservation>div>div:first-of-type{
	width: 60%;
	padding: 20px;
	background-color: #f6f3f1;
	border-radius: 15px;
	background-image: url(img/hosi.png);
	background-size: 600px;
}

#reservation>div>div:last-of-type{
	padding: 40px;
	margin: auto;
}

#reservation>div h2{
	padding: 0 0 10px;
}

#reservation>div dt{
	font-weight: bold;
}
#reservation>div dd{
	font-size: 18px;
	margin-bottom: 20px;
}
#reservation>div dd:last-of-type{
	margin-bottom: 0px;
}


/* ボタン */
.reservation-button,.reservation-button2{
	width: 250px;
    height: 90px;
	font-size: 20px;
	font-family: 'Noto Serif JP', 'Shippori Mincho B1', serif;
	border-radius: 15px;
	box-shadow: rgb(144 104 73 / 20%) 3px 4px 2px;
	display: block;
	position: relative;
}

.reservation-button::after,.reservation-button2::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
.reservation-button:hover,.reservation-button2:hover{
	transition : 0.3s;
	transform: scale(1.05); /* 拡大 */
}
.reservation-button:hover::after,.reservation-button2:hover::after{
	transition : 0.3s;
}

	/* ご予約ボタン */
	.reservation-button{
		color: #fff;
		background-color: #906849;
		border: 2px solid #fff;
		margin-bottom: 20px;
	}

	.reservation-button::after{
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		}
		
	.reservation-button:hover{
		color: #906849;
		background-color: #f6f3f1;
		border: 2px solid #906849;
	}
	.reservation-button:hover::after{
		background-color: #f6f3f1;
		border-top: solid 2px #906849;
		border-right: solid 2px #906849;
	}
	/* ご予約ボタン */

	/* お問い合わせボタン */
	.reservation-button2{
		color: #906849;
		background-color: #f6f3f1;
		border: 2px solid #906849;
	}

	.reservation-button2::after{
		border-top: solid 2px #906849;
		border-right: solid 2px #906849;
		}
		
	.reservation-button2:hover{
		color: #f6f3f1;
		background-color: #906849;
		border: 2px solid #f6f3f1;
	}
	.reservation-button2:hover::after{
		background-color: #906849;
		border-top: solid 2px #f6f3f1;
		border-right: solid 2px #f6f3f1;
	}
	/* お問い合わせボタン */
/* ボタン */
/* reservation */


/* footer */
footer{
	background-color:#f6f3f1;
	background-image: url(img/renga.png);
	box-shadow: 0px 15px 30px #90684982;
}

footer p {
    font-size: 11px;
	padding: 3px 0;
    color: #fff;
	background-color: #906849;
    text-align: center;
}

footer ul:first-of-type{
	max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 10px;
	display: flex;
	justify-content: space-evenly;
}

footer ul:last-of-type{
	max-width: 1200px;
    margin: 0 auto;
    text-align:center;
    padding: 20px;
}

footer ul:last-of-type li{
	color: #ab8262;
    display: inline;
	padding: 0 17px;
}
footer span{
	color: #ab8262;
	border: 1px solid;
}

footer a{
	font-size: 14px;
	font-weight: bold;
}
/* footer */





/* PCで非表示（画面幅が960px以上になると消える） */
@media(min-width:960px){
	.sp { display: none;}
	.menu { display: none;}
}

/* PC、タブレットで非表示（画面幅が430px以上になると消える） */
@media(min-width:430px){
	.br-sp { display: none;}
}

/* PC、タブレット、大きめスマホで非表示（画面幅が376px以上になると消える） */
@media(min-width:376px){
	.br-sp2 { display: none;}
}


/* PCでのみ表示（画面幅が960px以下になると消える） */
@media(max-width:960px){
	.pc { display: none;}
	.br-pc { display: none;}
	.flex>div>div:first-of-type,.flex>div>div:last-of-type {display: none;}
	.bx-wrapper .bx-controls-direction a {display: none;}/* topスライダー左右矢印 */
}





/* スマホ、タブレット表示（画面幅960px以下に適用） */
@media screen and (max-width: 960px) {
	.wrapper {
		max-width: 960px;
		padding: 50px 20px 70px;
		margin: 0 auto;
	}
	.logo {
		height: 50px;
		padding: 10px 0;
	}

	header button {
		margin-right: 55px;
		bottom: -8px;
	}

	#top {
		padding-top: 70px;
	}
	
	h2 {
		font-size: 23px;
	}
	h2:before, h2:after {
		width: 1em;
	}

	.area{
		width: 100%;
		right: auto;
		left: 50%;
		bottom: -40px;
		transform: translate(-50%, -50%);
	}

	.area>div{
		padding: 10px;
		border-radius: 0px;
	}

	.area>div>p:first-of-type{
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.area>div>p:last-of-type{
		font-size: 20px;
	}

	h1{
		text-align: center;
	}


	/* plan */
	#plan>div>div {
		display: block;
	}
	
	#plan>div>div>div{
    	width: auto;
	}

	#plan>div>div>div:first-of-type {
		margin-bottom: 20px;
	}

	#plan table {
		width: 100%;
	}


	/* service-flow */
	#service-flow>div {
		display: block;
	}

	#service-flow>div>div {
		width: 100%;
		margin-bottom: 70px;
	}
	#service-flow>div>div:last-of-type {
		margin-bottom: 0px;
	}
	#service-flow>div>div::after {
		display: block;
		content: "";
		position: absolute;
		top: 112%;
		right: 50%;
		left: 50%;
		width: 15px;
		height: 15px;
		margin: -4px 0 0 0;
		border-top: solid 1px #906849;
		border-right: solid 1px #906849;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#service-flow .number-flex {
		margin-top: 10px;
	}


	/* sitter-details */
	#sitter-details>div>div {
		display: block;
	}

	#sitter-details>div>div>div {
		width: auto;
		margin-bottom: 20px;
	}
	#sitter-details>div>div>div{
	padding: 15px;
	}
	#sitter-details>div>div>div:last-of-type {
		margin-bottom: 0px;
		}
	#sitter-details>div>div>div img{
		height: auto;
	}


	/* staff */
	#staff>div {
		display: block;
	}

	#staff>div>div:last-of-type {
		width: 100%;
		padding: 70px 0 25px;
		margin-top: -70px;
		margin-left: 0;
	}

	#staff>div>div:first-of-type {
		text-align: center;
	}
	
	#staff h3,#staff dl {
		padding-right: 20px;
		padding-left: 20px;
	}


	/* office */
	#office>div>div:first-of-type {
		display: block;
	}

	.office {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.office:first-of-type,.office:last-of-type{
		width: 100%;
		margin-left: 0;
	}
	.office:last-of-type {
		margin-top: 50px;
	}
	#office .office:last-of-type dt{
		width: 34%;
	}
	#office .office:last-of-type dd {
		width: 63%;
	}

	.insurance img{
		width: 180px;
	}


	/* reservation */
	#reservation {
    	margin-bottom: -20px;
	}

	#reservation>div {
		display: block;
	}

	#reservation>div>div:first-of-type {
		width: auto;
	}

	.reservation-button,.reservation-button2 {
		margin-right: auto;
		margin-left: auto;
	}

	#reservation>div>div:last-of-type {
		padding: 40px 0 0;
	}


	/* footer */
	footer ul:last-of-type {
		display: none;
	}

	footer ul:first-of-type {
		padding: 15px 20px;
	}



/* ハンバーガーメニュー */
.menu-button {
    position: fixed;
    right: 20px;
    top: 18px;
    width: 35px;
    height: 35px;
    background-color: #fff0;
    border: none;
    z-index: 999;
}

/* ハンバーガーメニュー三本線 */
.menu-button span {
    display: block;
    width: 100%;
    margin: auto;
    height: 4px;
    background-color: #906849;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    transition: .5s;
}

/* ハンバーガーメニュー（三本線(バラけさせる為の記載)） */
.menu-lineTop {
    transform: translateY(-12px);
}
.menu-lineMiddle {} /* 指定は無いので書かなくてもOK */
.menu-lineBottom {
    transform: translateY(12px);
}

/* ハンバーガーメニュー(三本線（×状態）) */
.menu-button.active .menu-lineTop {
	transform: translateY(90%) rotate(-315deg);
	top: 13px;
}
.menu-button.active .menu-lineMiddle {
    opacity: 0;
}
.menu-button.active .menu-lineBottom {
    transform: translateY(-90%) rotate(315deg);
	top: 20px;
}


/* ハンバーガーメニュー(中身) */
.nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #f6f3f1;
	background-image: url(img/dot2.png);
	background-size: 300px;
    opacity: 0;
}
.nav.active {
    width: 100%;
    opacity: 1;
}
.nav-inner {
	width: 250px;
	height: 100%;
	padding: 60px 25px;
	margin: 0 auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.nav.active .nav-inner {
    transform: translateX(0);
}
.nav-inner>ul:first-of-type{
	padding: 0px 0px !important;
	margin: 0 20px;
	display: block;
	text-align: center;
}

.nav-inner>ul:first-of-type .nav-item{
	display: block;
	padding: 18px 0;
	margin-right: 0px;
	border-top: 1px solid #906849;
}
.nav-inner>ul:first-of-type .nav-item:first-of-type{
	border-top: 0px solid #906849;
}
.nav-inner>ul:first-of-type .nav-item:last-of-type{
	border-bottom: 1px solid #906849;
}

.nav-inner>ul:first-of-type .nav-link {
    font-size: 16px;
    color: #906849;
}

.nav-inner>ul:last-of-type{
	padding: 0px 0px !important;
	margin: 25px 35px 0;
	display: flex;
	justify-content: space-between;
}
.nav-inner>ul:last-of-type img{
	width: 40px;
}
.nav-inner>ul:last-of-type .nav-item{
	margin-right: 0px;
}

.nav-home-img{
	width: 45px;
}
}



/* top画像（PCサイズ） */
@media(max-width:430px){
	.pc-top { display: none;}
}

/* top画像（スマホサイズ） */
@media(min-width:430px){
	.sp-top { display: none;}
}



/* 幅が狭いスマホ表示 */
@media screen and (max-width: 376px) {
	h2:before {
		margin-right: 0.5em;
	}
	h2:after {
		margin-left: 0.5em;
	}

	#office .office:first-of-type dt{
		width: 23%;
	}
	#office .office:first-of-type dd {
		width: 74%;
	}
	#office .office:last-of-type dt{
		width: 40%;
	}
	#office .office:last-of-type dd {
		width: 57%;
	}
}