@charset "UTF-8";

/* CSS Document */

#header2 {
	position: none;
}

/* TOP店舗 */

#main1 ul {
	width: 100%;
	display: table;
	list-style: none;
	background: #fff;
	border-top: 1px solid #836a38;
	border-bottom: 1px solid #836a38;
}
#main1 ul li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	height: auto;
}

/* 新着情報 */

main .wrap_t {
	position: relative;
	overflow: hidden;
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
main .title {
	font-size: 1.125rem;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ff3900;
	border-left: solid 10px #ff3900;
	margin-bottom: 15px;
	padding: 7px 5px;
}
main .wrap_t dl {
	font-size: 0.812rem;
	font-weight: normal;
	padding: 7px 5px;
	border-bottom: 1px dotted #725538;
	color: #725538;
}
main .wrap_t dt {
	float: left;
	font-size: 0.687rem;
	margin-right: 25px;
}
.title span {
	font-size: 0.75rem;
	color: #8d6a47;
	padding-left: 5px;
}

/*main .wrap_t p{
    font-size: 20px;
    padding: 10% 1%;
}*/


/* 店舗情報リンクBOX */

.accese_box {
	position: relative;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: center;
	text-shadow: 0 0 12px #3f3f3f;
	padding: 60px 0;
}
.accese_box::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/mikan_top.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.accese_box:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.accese_box .inner {
	z-index: 1;
	position: relative;
	padding: 17% 0;
}
.accese_box .ac-text {
	font-size: 2.5rem;
	color: #fff;
}

/* mapレスポンシブ */

main .google_map {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 2% auto;
}
main .google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
}

/* 各WRAP */

main .t_wrap, main .e_wrap, main .h_wrap, main .wrap {
	width: 1000px;
	max-width: 100%;
	margin: 50px auto;
	margin-top: 10%;
}
main .wrap2 {
	width: 1000px;
	max-width: 100%;
	margin: 50px auto;
	margin-top: 10%;
	margin-bottom: 15%;
}
main .item-wrap {
	width: 1000px;
	max-width: 100%;
	margin: 50px auto;
}
main .item-wrap2 {
	width: 900px;
	max-width: 100%;
	font-size: 0.875rem;
	margin: 40px auto;
}

/* 薬の種類_横並びBOX */

main .wrap-s {
	display: flex;
	width: 850px;
	max-width: 95%;
	margin: 60px auto;
}
.wrap-s .title2 {
	background: #472b0e;
	color: #fff;
}
.wrap-s_l, .wrap-s_r {
	width: 420px;
	max-width: 95%;
	margin-right: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid #472b0e;
}
.wrap-s_r {
	margin: 0 0 0 5px;
}
.wrap-s_l img, .wrap-s_r img {
	width: 220px;
	padding: 20px 10px 0;
}
.wrap-s .text {
	padding: 10px;
}

/* 画像丸表示 */

main .circle {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 280px;
	height: 280px;
	margin: 50px 24px 30px;
	padding: 0;
}
main .circle img {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
main .circle img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.circle .text {
	position: absolute;
	width: 280px;
	margin: 35% auto;
	text-align: center;
	font-size: 25px;
	color: #472b0e;
	line-height: 1.5em;
	z-index: 2;
}

/* 店舗情報_img */

main .img_wrap {
	width: 900px;
	max-width: 100%;
	margin: 5px auto;
	text-align: center;
}

/* 店舗情報_map＆テーブル並び */

main .spec_wrap {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}

/* BOX */

.mikn_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 10px;
}
.mikn_box .mikn_l {
	width: 50%;
}
.mikn_box .mikn_r {
	width: 45%;
	margin: 0 auto;
}

/* table */

main table {
	width: 95%;
	border: #3f3f3f solid 1px;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 0.75rem;
	line-height: normal;
}
main table table, td, th {
	border: #3f3f3f solid 1px;
	padding: 7px;
}
main table tbody th {
	background: #ffcc33;
	white-space: nowrap;
}
main table tbody td {
	background: #FFF;
}
main table .span_s {
	color: red;
	background: none;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* 画像_右 */

.flot_rigth {
	display: inline-flex;
	margin-top: 30px;
	font-size: 0.812rem;
}

/* お薬について */

.sabTitle {
	position: relative;
	padding-left: 25px;
	font-size: 14pt;
	color: #ff3900;
	font-weight: bold;
}
.sabTitle:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #ff3900;
}
.sabTitle:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #ff3900;
}
.sabTitle-s {
	text-align: center;
	color: #565656;
	padding: 12px;
	margin-bottom: 18px;
}

/* 採用情報 */

table.table01 {
	width: 70%;
	font-size: 1rem;
	margin: 0 auto;
	border: #472b0e solid 1px;
	border-collapse: collapse;
}
table.table01 table, td, th {
	border: #472b0e solid 1px;
}
table.table01 thead th {
	background: #ffcc33;
	color: #FFF;
	padding: 10px 15px;
}
table.table01 tbody th {
	background: #ffcc33;
	padding: 10px 15px;
}
table.table01 tbody td {
	background: #fff;
	padding: 10px 15px;
	vertical-align: top;
}
.table01 ul {
	padding: 0 10px;
}
.table01 .list-disc {
	list-style-type: disc;
}

/* 404 */

.margin-pluse {
	margin: 20% auto;
}







/*QR追加*/

.u_spNo{
	display: block;
}
	@media screen and (max-width: 480px) {.u_spNo{
		display: none;
	}
	}
.u_pcNo{
	display: none;
}
	@media screen and (max-width: 480px) {.u_pcNo{
	display: block;
	}
	}


.mikn_box .credit img{
	margin-top: 1rem;
	width: 100%;

}
.p_lineRead {
	text-align: center;
	margin: 2rem 0;
}
.p_lineBox {
	width: 1040px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto 2rem;
}
.p_lineBox2 {
	display: flex;
	margin: 0 auto;
	width: 1040px;
	justify-content: space-around;
}
.p_lineBoxTtl {
	text-align: center;
	background: #00c400;
	color: #fff;
	font-size: 1.8rem;
	padding: 1rem;
	font-weight: bold;
	margin: 10px;
}
.p_lineBox-in {
	text-align: center;
	padding: 2rem 0;
}
.p_lineBoxQr {
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0rem 2rem 2rem;
	padding: 1rem;
}
.p_lineBoxQr .ttl {
	font-weight: bold;
	font-size: 1.2rem;
}
.p_lineBoxQr .qr {}
.p_lineBoxQr .btn {}
.p_lineChui {
	width: 1050px;
	margin: 0 auto 2rem;
}
.p_accLine {
	display: flex;
    align-items: center;
	background: #00B900;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.p_accLineTtl {
	padding-bottom: 16px;
	text-align: center;
}

.p_accLine .ttl {
	font-size: 20px;
}
.p_accLine .btn {
	display: none;
}
.p_accLine .qr {
	display: block;
}
@media screen and (max-width: 480px) {
	.p_accLine {
		text-align: center;
		background: #e3e3e3;
		color: #000000;
		font-weight: bold;
		border: 4px solid #00c400;
		flex-direction: column;
}
.p_accLine .ttl {
	font-size: 20px;
	margin-bottom: 0rem;
}

	.p_accLine .btn {
		display: block;
	}
	.p_accLine .qr {
		display: none;
	}
}




/*TOPページ*/
.top_line {
	width: 951px;
	margin: 0 auto;
	/*    border: 2px solid #836a38;
    padding: 1rem;
    background: #fff;*/
	margin-bottom: 2rem;
}
.top_lineTtl {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin: 1rem 0 1rem;
}
.top_lineLst {
	display: flex;
	background: none !important;
	border-top: none !important;
	border-bottom: none !important;
}
.top_lineLst li {
	text-align: center;
	font-weight: bold;
	padding-top: 2rem;
	font-size: 20px;
}
.top_lineLst li .ttl {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 1rem 0 0;
}
.top_lineLst li .add {
	font-size: 18px;
}
.top_lineLst li .tel {
	font-size: 20px
}
.top_lineLst li .qr {}
.top_lineLst li .btn {
	display: none;
}
@media screen and (max-width: 480px) {
	.top_lineLst li .ttl {}
	.top_lineLst li .btn {
    display: block;
    width: 75%;
    margin: 1rem auto 0;
	}
	.top_lineLst li .qr {
		display: none;
	}
	.top_line {
		width: 96%;
	}
	.top_lineTtl {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin: 1rem 0 0;
	}
}

.mikan_acsses {
	display: grid;
	align-items: center;
	grid-template-columns:1fr 2fr;
	gap:8px 0;
	padding-bottom: 8px;
}

@media screen and (max-width: 480px) {
	.mikan_acsses {
		display: block;
}
}

.mikan_service , .mikan_todokede , .mikan_link , .mikan_chozai , .mikan_setsumei  {
	padding-bottom: 8px;
}

.mikan_service-list {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1em;
}

.mikan_service-list li {
	padding: 4px;
}

.mikan_srvice-list-kessai {
	color: #17b1c3;
}

.mikan_srvice-list-line {
	color: #008ab0;
}

.mikan_todokede dt {
	padding-bottom: 8px;
}

.mikan_todokede dd {
	font-size: 12px;
	margin-left: 1em;
	border: 1px solid #472b0e;
	padding: 8px 40px 8px 8px;
}

.mikan_chozai-list ul {
	padding-left: 1em;
	display: flex;
	flex-wrap: wrap;
}

.mikan_chozai-list ul li {
	font-size: 12px;
	padding: 4px;
}

.mikan_setsumei dd {
	margin-left: 1em;
}

.mikan_setsumei dd ul {
	font-size: 12px;
}

.mikan_line-credit {
	display: grid;
	grid-template-columns:1fr 1fr;
}

@media screen and (max-width: 480px) {
	.mikan_line-credit {
		display: inline-block;
	}
}

.mikan_line {
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
    align-items: center;
	background: #00B900;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.mikan_line-title {
	padding-bottom: 16px;
	text-align: center;
}

.mikan_line-title .ttl {
	font-size: 20px;
}

.mikan_line .btn , .mikan_line .txt-sp {
	display: none;
}

.mikan_line .qr , .mikan_line .txt-pc {
	display: block;
}

@media screen and (max-width: 480px) {
	.mikan_line{
		text-align: center;
		background: #e3e3e3;
		color: #000000;
		font-weight: bold;
		border: 4px solid #00c400;
		flex-direction: column;
}

	.mikan_line .ttl {
		font-size: 20px;
		margin-bottom: 0rem;
}

	.mikan_line .btn , .mikan_line .txt-sp {
		display: block;
	}
	.mikan_line .qr , .mikan_line .txt-pc {
		display: none;
	}
}

.mikan_credit {
	padding: 16px;
}

@media screen and (max-width: 480px) {
	.mikan_credit {
		padding: 16px 0;
}
}

.mikan_credit div {
	background-color: #ff3900;
	text-align: center;
	color: #fff;
	padding: 8px;
	border-radius: 16px;
	margin-bottom: 24px;
}

.mikan_credit ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mikan_credit ul li {
	padding: 4px;
	width: 48px;
	height: 48px;
}

.mikan_credit ul li img {
	width: 40px;
	max-height: 40px;
}

.mikan_title {
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: 1px solid #ff3900;
	margin-bottom: 15px;
	padding: 7px 5px;
}

.mikan_title span {
	font-size: 0.75rem;
	color: #8d6a47;
	padding-left: 5px;
}

.mikan_link li a span img {
	transform: rotate(-90deg);
}

.mikan_tenpo {
	padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	padding-bottom: 80px;
}

.mikan_tenpo ul li {
	width: 256px;
	height: auto;
}

.mikan_tenpo-address , .mikan_tenpo-tell , .mikan_tenpo-closed {
	font-size:12px;
	line-height: 1.5em;
}

.mikan_tenpo-title {
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ff3900;
    border-left: solid 10px #ff3900;
	padding: 8px 0;
	margin-bottom: 8px;
}