@charset "utf-8";

/*---------------------------------------------

薬局店舗スタイル

-----------------------------------------------*/

#page_title {
	height: 295px;
	background: #f2f2ff url("../img/page_icon_pharmacy_200702.png") no-repeat;
	background-position: 47px 67px;
	border-top-left-radius : 60px;
	border-bottom-right-radius : 60px;
}

#page_title h2 {
	color: #595757;
	font-size: 25px; font-size: 2.5rem;
	font-weight: bold;
	padding: 128px 0 0 245px;
}

#page_title p {
	font-size: 13px; font-size: 1.3rem;
	padding: 8px 0 0 248px;
}

#shop_area {
	display: flex;
	flex-wrap: wrap;
}

#shop_menu {
	width: 170px;
	margin-right: 75px;
	padding-top: 60px;
}

#shop_menu nav {
	border-top: solid 1px #ccc;
	padding-top: 25px;
}

.shop_c a {
	display: block;
	width: 100%;
	background: url("../img/shop_arrow.png") no-repeat;
	background-position: 12px 16px;
	font-size: 16px; font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	padding: 13px 15px 13px 36px;
	text-align-last: justify;
	margin-bottom: 10px;
}

.sc1 {background: #037391;}

.sc2 {background: #6bcc2e;}

#shop_menu ul {
	border-top: solid 1px #ccc;
	margin-bottom: 20px;
}

#shop_menu li {
	border-bottom: solid 1px #ccc;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	padding: 8px 0 6px 0;
}

#shop_menu li a {
	text-decoration: none;
	color: #000;
}

#shop_menu li a:hover {text-decoration: underline;}

#shop_list {
	width: 660px;
	padding-top: 60px;
}

.shopcate > li {
	border-top: solid 1px #ccc;
	padding: 25px 0 35px 0;
}

.shop_copy {
	color: #037391;
	font-weight: bold;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 16px;
}

.shop_item {
	display: flex;
	justify-content: space-between;
}

.itemleft {width: 156px;}

.cate {
	display: block;
	width: 100%;
	font-size: 16px; font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	padding: 13px 15px;
	text-align-last: justify;
	margin-bottom: 20px;
}

.left_img {
	width: 155px;
}

.left_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.itemright {width: 480px;}

.itemright h3 {
	padding: 10px 0 28px 0;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
}

.itemright h3 span {
	font-size: 18px; font-size: 1.8rem;
	font-weight: normal;
	margin-left: 20px;
}

.itemright h3 span a {color: #000;}

.itemtxt {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	margin-bottom: 10px;
}

.itemtxtsmall {
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	margin-bottom: 10px;
}

.itemtxt em {
	font-weight: bold;
	font-style: normal;
}

.itemadd {
	display: inline-block;
	position: relative;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	background: url("../img/itemicon01.png") no-repeat;
	padding: 1px 0 10px 28px;
	font-weight: bold;
}

.itemadd img {
	position: absolute;
	top: 21px;
	right: -176px;
}

.itemtel {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	background: url("../img/itemicon02.png") no-repeat;
	padding: 1px 0 8px 28px;
	font-weight: bold;
}

.itemmail {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	background: url("../img/itemicon04.png") no-repeat;
	padding: 1px 0 8px 28px;
	font-weight: bold;
}

.itemfax {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	background: url("../img/itemicon05.png") no-repeat;
	padding: 1px 0 8px 28px;
	font-weight: bold;
}

.itemmail a {color: #000;}

.itemurl {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	background: url("../img/itemicon03.png") no-repeat;
	padding: 1px 0 8px 28px;
	font-weight: bold;
}

.itemurl a {color: #000;}

.itemcal {
	width: 100%;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
}

.itemcal th, .itemcal td {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.2;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 8px 0;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	vertical-align: middle;
	font-weight: bold;
}

.itemcal tr th {
	width: calc(510px / 8);
	background: #f2f2f2;
}

.itemcal tr th:nth-of-type(1) {width: 150px;}

.itemcal tr th.blue {color: #335ea7;}

.itemcal tr th.blue, .itemcal tr td.blue {background: #e8edf6;}

.itemcal tr th.red {color: #e61f19;}

.itemcal tr th.red, .itemcal tr td.red {background: #fde9e8;}

.kome {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
}

.itemcal2 {
	width: 100%;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	box-sizing: border-box;
	margin: 10px 0;
}

.itemcal2 th, .itemcal2 td {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.2;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 8px 0;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	vertical-align: middle;
	font-weight: bold;
}

.itemcal2 tr th {
	width: calc(510px / 8);
	background: #f2f2f2;
}

.itemcal2 tr th.blue, .itemcal2 tr td.blue {color: #335ea7;}

.itemcal2 tr th.blue, .itemcal2 tr td.blue {background: #e8edf6;}

.itemcal2 tr th.red, .itemcal2 tr td.red {color: #e61f19;}

.itemcal2 tr th.red, .itemcal2 tr td.red {background: #fde9e8;}

.myn {margin-bottom: 15px;}

.txt {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

#shop_list .mynlist {
	margin: 0;
	padding: 0;
}

#shop_list .mynlist li {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style: disc;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	border: none;
}

.gwtitle {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.gwtable {
	width: 100%;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	box-sizing: border-box;
	margin: 10px 0;
}

.gwtable th, .gwtable td {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	text-align: center;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	vertical-align: middle;
	font-weight: bold;
}

.gwtable th {
	width: calc(510px / 12);
	background: #c9caca;
	padding: 6px 0;
}

.gwtable td {padding: 4px 0;}

.gwtable .red {color: #e60012;}

.iconlist {
	display: flex;
}

.iconlist li {
	width: 160px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	background: #53a699;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-right: 12px;
}
