@charset "utf-8";

/*
 * CSS Document
 * Name : イキイキ薬局
 * Production Date : 2017.04.10
 * Update :
 * Lust Updated :
 * Author : イキイキ薬局 / a.koga
 * Version : v 1.0
*/

/* =========================================================================
	Reset & Basic
========================================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr,
legend, menu, nav, section, summary {display: block;}

html {overflow-y: scroll;}
ul, ol {list-style-type: none;}
input, textarea {
    margin: 0;
    padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {text-align: left;}
a img {border: none;}
img {vertical-align: top;}
mark {background: none;}
input {opacity: 1;}


body, button, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 1.75;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
}
ul, ol, li {
  margin: 0;
	padding: 0;
	list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {outline: 0;}
img {
  border: 0;
  vertical-align: bottom;
}
.both {clear: both;}



/* =========================================================================
	common 共通項目
========================================================================= */
.serif-b {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

.container {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}




/* =========================================================================
	page top navigation bar ナビゲーションバー
========================================================================= */
.navbar-default {
	background-color: #faf8c0;
	border: none;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
	overflow-x: hidden;
}

@media screen and (max-width:767px) {
	.navbar-default {
		padding-top: 0;
		background: none;
		border: none;
		box-shadow: none;
		outline: none;
	}
	.navbar-default .navbar-collapse {
		border: none;
		background: none;
	}
	.navbar-collapse {
		box-shadow: none;
	}
}


.navbar-default .navbar-nav {
	float: none;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.navbar-nav li {
	float: none;
}

.navbar-default .navbar-nav>li>a {
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: .9375em;
	border-left: 1px solid #aaa;
	background-color: #faf8c0;
	color: #444;
}
.navbar-default .navbar-nav>li:last-child>a {
	border-right: 1px solid #aaa;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #faf8c0;
	color: #777;
	font-weight: bold;
}

@media screen and (max-width:991px) {
	.navbar-default .navbar-nav>li>a {
		margin-top: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: .875em;
		padding-right: .875em;
		font-size: .875em;
		letter-spacing: -0.05em;
	}
}

@media screen and (max-width:767px) {
	.navbar-default {
		background-color: rgba(255,255,255,0.9);
	}
	.navbar-default .navbar-header {
		width: 100%;
		height: auto;
	}

	/* Toggle navigation */
	.navbar-default .navbar-brand {
		padding-bottom: 0px;
		width: 95%;
		max-width: 420px;
		height: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.navbar-brand>.nav-logo {
		width: 85%;
	}
	.navbar-brand>.nav-logo>div {
		width: 100%;
		height: 0;
		padding-top: 22.34637%;
		background: url(images/header/top-logo2.svg) no-repeat 0 0;
		background-size: cover;
	}
	.navbar-brand>.nav-kusuri {
		width: 13%;
	}
	.navbar-brand>.nav-kusuri>div {
		width: 100%;
		height: 0;
		padding-top: 85.714286%;
		background: url(images/header/kusuri-1.svg) no-repeat 0 0;
		background-size: cover;
	}
	.navbar-default .navbar-toggle {
		position: absolute;
		right: 0;
		top: 25px;
		background-color: #eae35e;
		padding: 12px 14px;
	}
	.navbar-default .navbar-toggle:hover {
		background-color: #eae35e;
	}

	/* navbar-collapse ul */
	.navbar-default .navbar-nav>li>a {
		border-left: none;
	}
	.navbar-default .navbar-nav>li:last-child>a {
		border-right: none;
	}
	.navbar-default .navbar-nav {
		margin-top: 30px;
		display: block;
		border: none;
	}
	.navbar-default .navbar-nav>li {
		float: left;
		width: 50%;
		height: auto;
		border: none;
		margin-bottom: 2px;
	}
	.navbar-default .navbar-nav>li:nth-child(2n) {
		width: calc(50% - 1px);
		margin-left: 1px;
	}
	.navbar-default .navbar-nav>li:last-child {
		width: 100%;
		border: none;
	}
	.navbar-default .navbar-nav>li>a {
		margin: 0;
		border-left: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.navbar-default .navbar-nav>li:last-child>a {
		border: none;
	}
}

@media screen and (max-width:599px) {
	.navbar-default .navbar-toggle {
		top: 20px;
		padding: 8px 8px;
	}
	.navbar-default .navbar-nav {
		margin-top: 28px;
	}
	.navbar-default .navbar-nav>li {
		float: none;
		width: 100%;
	}
	.navbar-default .navbar-nav>li:nth-child(2n) {
		width: 100%;
		margin-left: 0;
	}
}




/* =========================================================================
	header area ヘッダー
========================================================================= */
#header {
	margin-top: 14px;
	margin-bottom: 16px;
}

.head-left {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.top-logo {
	padding-top: 4px;
	width: 78.826%;
	height: auto;
}
.top-logo img {display: block;}
.top-logo .1189-code {
	text-align: center;
	font-size: .9375em;
}
.kusuri-left {
	width: 60px;
	height: auto;
}

.head-right {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.kusuri-right {
	margin-right: 6px;
	width: 54px;
	height: auto;
}
.head-right .right-right {
	width: 70%;
	height: auto;
}
.top-dscp {
	padding-top: 4px;
	color: #666;
	font-size: 14px;
	text-align: right;
	margin-bottom: 4px;
}
.tel-contact img {
	float: right;
	width: 100%;
	height: auto;
}
.time {
	position: absolute;
	right: 1.75em;
	top: 60px;
	font-size: 13px;
	text-align: right;
}

@media screen and (max-width:991px) {
	.head-right .right-right {
		width: 80.5%;
		height: auto;
	}
	.top-dscp {
		font-size: 13px;
	}
}

@media screen and (max-width:767px) {
	#header {
		margin: 0px;
	}
	.head-right, .head-left {
		display: none;
	}
	#header:after {
		display: block;
		content: "大阪市北区菅原町2丁目 103 BLDG. 1F に開局!!";
		font-size: .875em;
		text-align: center;
		margin: 4px 0;
	}
}

@media screen and (max-width:767px) {
	#header:after {
		font-size: .8125em;
	}
}



/* =========================================================================
	page top image ページトップイメージ
========================================================================= */
.top-image-area {
	width: 100%;
	height: 413px;
	background: -webkit-linear-gradient(bottom, #fddebf 0%, #fff 50%);
	background: linear-gradient(to bottom, #fddebf 0%, #fff 50%);
}
.top-image {
	width: 100%;
	height: 0;
	padding-top: 43.478261%;
	background: url(images/topCarousel-img/topImage_lp.jpg) no-repeat center top;
	background-size: cover;
}

.img-txt {
	margin-top: -42%;
	margin-left: 20px;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	text-shadow: 3px 3px 3px #000;
	z-index: 100;
}

@media screen and (max-width:991px) {
	.top-image-area {
		height: calc(100vw * 0.43478261);
	}
	.img-txt {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.img-txt {
		font-size: 18px;
	}
}

@media screen and (max-width:599px) {
	.img-txt {
		margin-left: 10px;
		font-size: 15px;
		line-height: 1.4;
	}
	.img-txt>span {
		display: block;
	}
}




/* =========================================================================
	Beg1n section layout セクションレイアウト
========================================================================= */
.section .main .main-content {
	margin: 0 auto;
	padding: 38px 30px 42px;
}

@media screen and (max-width:991px) {
	.section .main .main-content {
		padding: 30px 15px 34px;
	}
}

@media screen and (max-width:767px) {
	.section .main .main-content {
		padding: 24px 15px 28px;
	}
}

@media screen and (max-width:599px) {
	.section .main .main-content {
		padding: 18px 15px 22px;
	}
}

.sect-ttl {
	color: #e4471b;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}
.dscp-1 {
	text-align: center;
	line-height: 2;
	margin-bottom: 34px;
}
.dscp-1-sp {
	display: none;
}

@media screen and (max-width:991px) {
	.sect-ttl {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.dscp-1 {
		line-height: 1.85;
		font-size: .9375em;
		margin-bottom: 28px;
	}
}

@media screen and (max-width:767px) {
	.sect-ttl {
		font-size: 24px;
		margin-bottom: 8px;
		margin-bottom: 10px;
	}
	.dscp-1 {
		margin-bottom: 22px;
	}
	.dscp-1>span {
		display: block;
	}
}

@media screen and (max-width:599px) {
	.sect-ttl {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 8px;
	}
	.dscp-1-sp {
		display: inherit;
		font-size: .875em;
		line-height: 1.8;
		margin-bottom: 22px;
	}
}



/*
	#section-1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#section-1 {
	background-color: #f5fff5;
}
#section-1 .main .main-content {
	background-color: #e9fae8;
}

.colum-ttl {
	color: #707070;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 26px;
}
.colum-ttl>.icon {
	padding: 0 4px;
	color: #239ee8;
	font-size: 22px;
}
.business-info {
	margin: 0 auto;
	width: 65%;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info-item {
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}

.info-item>p.info-ttl {
	width: 108px;
	height: auto;
	background-color: #3769aa;
	border-radius: 13px;
	color: #fff;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 30px;
	text-align: center;
	margin-right: 12px;
}
.info-item>p {
	font-size: 18px;
}

@media screen and (max-width:991px) {
	.colum-ttl {
		margin-bottom: 22px;
	}
	.business-info {
		width: 80%;
	}
	.info-item {
		margin-bottom: 20px;
	}
	.info-item>p.info-ttl {
		font-size: .9375em;
	}
	.info-item>p {
		font-size: 1em;
	}
}

@media screen and (max-width:767px) {
	.colum-ttl {
		margin-bottom: 20px;
	}
	.business-info {
	width: 90%;
	}
}

@media screen and (max-width:599px) {
	.colum-ttl {
		font-size: 22px;
	}
	.colum-ttl>.icon {
		font-size: 23px;
	}
	.business-info {
		display: block;
		margin-bottom: 20px
	}
	.info-item {
		margin-bottom: 10px;
	}
	#section-1 .dscp-1 {
		display: none
	}
}


.g-map {
	margin: 0 auto 10px;
	width: 65%;
	height: auto;
}
.g-map iframe {
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width:991px) {
	.g-map {
		width: 80%;
	}
}

@media screen and (max-width:599px) {
	.g-map {
		width: 100%;
	}
}


.shop-info {
	margin-top: -8px;
}
.info-item-g {
	margin: 0 auto;
	width: 65%;
	display: -webkit-flex;
  display: flex;
}
.info-item-g>.info-ttl {
	color: #777;
	font-weight: bold;
}

@media screen and (max-width:991px) {
	.info-item-g {
		width: 80%;
		font-size: .9375em;
	}
}

@media screen and (max-width:599px) {
	.info-item-g {
		width: 100%;
		font-size: .875em;
	}
}



/*
	#section-2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#section-2 {
	background-color: #eff7ff;
}
#section-2 .main .main-content {
	background-color: #e1f0ff;
}

#section-2 .description {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.image-area {
	width: 33.5%;
	height: auto;
}
.img-accept {
	width: 100%;
	height: auto;
}
.img-accept>div {
	width: 100%;
	height: 0;
	padding-top: 84.8%;
	background: url(images/contets/in-store.jpg) no-repeat 0 0;
	background-size: cover;
}
.img-medicine {
	width: 100%;
	height: auto;
}
.img-medicine {
	width: 100%;
	height: 0;
	padding-top: 85.6%;
	background: url(images/contets/kusuritana.jpg) no-repeat 0 0;
	background-size: cover;
}

.prescription {
	width: 63%;
	height: auto;
}
.prescription .prescript-ttl {
	color: #0069a0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
}
.prescript-ttl .icon-heart {
	color: #e68300;
	font-size: 26px;
}
.prescript-dscp dt {
	margin: 10px 0 6px;
	color: #c1272d;
	font-size: 20px;
}
.prescript-dscp dd {
	font-size: 14px;
	line-height: 1.6;
}


@media screen and (max-width:991px) {
	.prescription .prescript-ttl {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.prescript-ttl .icon-heart {
		font-size: 24px;
	}
	.prescript-dscp dt {
		margin: 8px 0 2px;
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	#section-2 .description {
		display: block;
	}
	.image-area {
		width: 50%;
		margin: 0 auto 22px;
	}
	.image-area .img-accept {
		width: 100%;
	}
	.image-area .img-medicine {
		display: none;
	}
	.prescription {
		width: 100%;
	}
	.prescription .prescript-ttl {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.prescript-ttl .icon-heart {
		font-size: 21px;
	}
	.prescript-dscp dt {
		margin: 8px 0 2px;
		font-size: 17px;
	}
}

@media screen and (max-width:599px) {
	#section-2 .dscp-1 {
		display: inherit;
		font-size: .875em;
		line-height: 1.8;
		margin-bottom: 22px;
		text-align: left;
	}
	#section-2 .dscp-1>span {
		display: inline;
	}
	.image-area {
		width: 75%;
		margin: 0 auto 22px;
	}
	.prescription .prescript-ttl {
		margin-bottom: 10px;
	}
	.prescript-dscp dt {
		margin: 7px 0 2px;
		font-size: 15px;
	}
}


/*
	#addSect-A +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#addSect-A {background-color: #ffffe8;}
#addSect-A .main .main-content {background-color: #fff8bc;}
.sub-ttl {
	color: #707070;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: .5rem;
}
.sect-dscp {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.image-mynum {
 	width: 28%;
 	height: auto;
 	margin-top: .5rem;
}
.mynum-photo {
	width: 100%;
	height: 0;
	padding-top: 94.3%;
	background: url(images/contets/mynum-image.jpg) left bottom no-repeat;
	background-size: cover;
}
.photo-dscp {
	font-size: .875rem;
	padding-top: .25rem;
}
.dscp-right {
	width: 68.5%;
	height: auto;
}
.dscp-R-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.dscp-right .dscp-text {
	width: 52%;
}
.dscp-ttl {
	font-size: 1rem;
	font-weight: bold;
	color: #5a5a5a;
	margin-bottom: .25rem;
}
.dscp-2, .dscp-2-pc {
	font-size: .9375rem;
	margin-bottom: .25rem;
}
.dscp-2-sm {display: none;}

.mynum-img {
	width: 45%;
	height: auto;
	padding-bottom: .75rem;
}
.mynum-img div {
	width: 100%;
	height: 0;
	padding-top: 77.6786%;
	background: url(images/contets/mynum-ill.svg) left bottom no-repeat;
}

@media screen and (max-width:768px) {
	.sub-ttl {font-size: 20px;}
	.sect-dscp {
		display: block;
	}
	.image-mynum {
		margin-top: 1.25rem;
		margin-left: auto;
		margin-right: auto;
	 	width: 45%;
	 	height: auto;
	}
	.dscp-right {
		margin-top: .75rem;
		width: 100%;
		height: auto;
	}
	.dscp-R-flex {
		align-items: flex-start;
	}
	.dscp-right .dscp-text {
		width: 66%;
	}
	.mynum-img {
		width: 32%;
		margin-bottom: 0;
	}
}

@media screen and (max-width:599px) {
	.sub-ttl {
		font-size: 18px;
		color: #414141;
		font-weight: normal;
		line-height: 1.4
	}
	#addSect-A .sect-ttl {letter-spacing: -.05em;}
	.image-mynum {width: 55%;}
	.dscp-ttl {font-size: .9375rem;}
	.dscp-2, .dscp-2-pc {font-size: .875rem;}
	.dscp-right .dscp-text {width: 54%;}
	.mynum-img {width: 44%;}
}

@media screen and (max-width:480px) {
	.image-mynum {width: 60%;}
	.sub-ttl {font-size: 17px;}
	.dscp-R-flex {display: block;}
	.dscp-right .dscp-text {width: 100%;}
	.mynum-img {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

@media screen and (max-width:425px) {
	.image-mynum {width: 70%;}
	.mynum-img {width: 60%;}
}



/*
	#section-3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#section-3 {
	background-color: #f9eef9;
}
#section-3 .main .main-content {
	background-color: #fae6fa;
}


.note-content {
	display: -webkit-flex;
  display: flex;
}

.note-img-area {
	width: 51%;
	display: -webkit-flex;
  display: flex;
}
.note-content .note-photo {
	width: 61.686%;
	height: auto;
}
.note-img {
	width: 100%;
	height: 0;
	padding-top: 140.18%;
	background: url(images/contets/drugBook.png) no-repeat 0 0;
	background-size: cover;
	box-shadow: 2px 2px 6px #aaa;
}
.note-content .note-inside {
	width: 38.314%;
	height: auto;
}
.inside-img {
	width: 100%;
	height: 0;
	padding-top: 146.409%;
	background: url(images/contets/balloon.svg) no-repeat 0 0;
}
.note-content .note-dscp {
	margin-left: 2%;
	width: 46.8%;
	height: auto;
}

@media screen and (max-width:991px) {
	.note-img-area {
		display: block;
		width: 30%;
		height: auto;
	}
	.note-content .note-photo {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.note-content .note-inside {
		width: 100%;
		height: auto;
	}
	.inside-img {
		width: 100%;
		height: 0;
		padding-top: 71.71315%;
		background: url(images/contets/balloon-yoko.svg) no-repeat 0 0;
	}
	.note-content .note-dscp {
		margin-left: 3%;
		width: 67%;
		height: auto;
	}
}

@media screen and (max-width:767px) {
	#section-3 .dscp-1 span {
		display: block;
	}
	.note-content {
		display: block;
	}
	.note-img-area {
		margin: 0 auto 20px;
		width: 65%;
		display: -webkit-flex;
	  display: flex;
	}
	.note-content .note-photo {
		width: 55%;
	}
	.note-content .note-inside {
		width: 45%;
	}
	.inside-img {
		width: 100%;
		height: 0;
		padding-top: 146.409%;
		background: url(images/contets/balloon.svg) no-repeat 0 0;
	}
	.note-content .note-dscp {
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width:599px) {
	.note-img-area {
		width: 100%;
	}
	.note-content .note-photo {
		width: 52%;
	}
	.note-content .note-inside {
		width: 48%;
	}
}


.notedscp-ttl {
	color: #0069a0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
}
.notedscp-ttl .icon-heart {
	color: #e68300;
	font-size: 24px;
}

@media screen and (max-width:991px) {
	.notedscp-ttl {
		font-size: 20px;
	}
	.notedscp-ttl .icon-heart {
		font-size: 22px;
	}
}

@media screen and (max-width:767px) {
	.notedscp-ttl {
		font-size: 18px;
	}
	.notedscp-ttl .icon-heart {
		font-size: 20px;
	}
}

ol.note-merit {
	margin-bottom: 16px;
}
ol.note-merit li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 15px;
}


ol.how-use {
	margin-top: 10px;
	line-height: 1.5;
}
ol.how-use li span {
	display: block;
}
ol.how-use li .use-ttl {
	color: #c1272d;
	font-size: 17px;
	font-weight: bold;
}
ol.how-use li .use-dscp {
	font-size: 15px;
	margin-bottom: 8px;
}

@media screen and (max-width:767px) {
	ol.how-use li .use-ttl {
		margin-left: 20px;
		font-size: 16px;
	}
	ol.how-use li .use-dscp {
		margin-left: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:599px) {
	ol.note-merit li {
		font-size: 14px;
	}
	ol.how-use li .use-ttl,
	ol.how-use li .use-dscp {
		margin-left: 0px;
	}
}



/*
	#section-4 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#section-4 {
	background-color: #f8f8e3;
}
#section-4 .main .main-content {
	background-color: #f1edd0;
}

.sec-sub-ttl {
	color: #0050a0;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 2px solid #c1272d;
	margin-bottom: 14px;
}

@media screen and (max-width:991px) {
	.sec-sub-ttl {
		font-size: 22px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width:599px) {
	.sec-sub-ttl {
		font-size: 20px;
	}
}


/* message ------------------------------------- */
.message {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
	.message {
		display: block;
	}
}

.mess-photo {
	width: 37.5%;
	height: auto;
}
.mess-photo .mess-img {
	width: 100%;
	height: 0;
	padding-top: 80%;
	background: url(images/contets/genkan-103bldg.jpg) no-repeat 0 0;
	background-size: cover;
}

@media screen and (max-width:991px) {
	.mess-photo {
		width: 40%;
	}
}

@media screen and (max-width:767px) {
	.mess-photo {
		margin: 20px auto;
		width: 45%;
		height: auto;
	}
}

@media screen and (max-width:599px) {
	.mess-photo {
		margin: 16px auto;
		width: 85%;
	}
}

.mess-dscp {
	width: 59.5%;
	height: auto;
}
.mess-txt {
	padding-left: 30px;
	font-size: .9375em;
	line-height: 1.6;
	margin-bottom: 12px;
}

@media screen and (max-width:991px) {
	.mess-dscp {
		width: 57%;
	}
	.mess-txt {
		padding-left: 0px;
		font-size: .875em;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:767px) {
	.mess-dscp {
		width: 100%;
	}
	.mess-txt {
		padding-left: 30px;
	}
}

@media screen and (max-width:599px) {
	.message {
		margin-bottom: 30px;
	}
	.mess-txt {
		padding-left: 0px;
	}
}


/* overview ------------------------------------- */
.overview {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
	.overview {
		display: block;
	}
}

.oview {
	width: 48%;
	height: auto;
}
table.oview-tbl {
	margin-left: 30px;
	font-size: .875em;
	line-height: 1.3;
}
table.oview-tbl tr {
	border-bottom: 2px dotted #aaa;
}
table.oview-tbl th {
	padding-left: 8px;
	width: 28%;
	color: #666;
	vertical-align: middle;
}
table.oview-tbl td {
	padding: 10px 0;
	width: 72%;
}

@media screen and (max-width:991px) {
	.oview {
		width: 45%;
	}
	.oview:last-child {
		width: 51%;
	}
	table.oview-tbl {
		margin: 0px;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.oview, .oview:last-child {
		width: 100%;
	}
	table.oview-tbl {
		margin-left: 30px;
		width: calc(100% - 30px);
		margin-bottom: 34px;
	}
}

@media screen and (max-width:599px) {
	table.oview-tbl {
		margin-left: 0px;
		width: 100%;
	}
	table.oview-tbl th {
		padding-left: 0px;
		width: 30%;
	}
}


.oview-ttl {
	padding-left: 6px;
	border-left: 6px solid #FBB03B;
	color: #184F89;
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 8px;
}

@media screen and (max-width:991px) {
	.oview-ttl {
		font-size: 16px;
	}
}

ol.oview-dscp {
	padding-left: 15px;
}
ol.oview-dscp li {
	list-style-type: disc;
	font-size: .875em;
	line-height: 1.4;
	margin-bottom: 6px;
}
ol.oview-dscp li:last-child {
	margin-bottom: 14px;
}
.oview-txt {
	font-size: .875em;
	line-height: 1.4;
}

@media screen and (max-width:767px) {
	.oview:last-child .oview-ttl,
	.oview:last-child .oview-dscp,
	.oview:last-child .oview-txt {
		margin-left: 30px;
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:599px) {
	.oview-ttl {
		font-size: 15px;
	}
	.oview:last-child .oview-ttl,
	.oview:last-child .oview-dscp,
	.oview:last-child .oview-txt {
		margin-left: 0px;
		width: 100%;
	}
}



/* =========================================================================
	Begin footer
========================================================================= */
/* page top button =========================== */
.p-top_btn {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 8px 14px;
	background: rgba(125,125,125,.8);
	color: #fff;
	font-size: .875em;
	z-index: 1000;
}
.p-top_btn span {
	display: block;
	font-size: 1.75em;
}

@media screen and (max-width:767px) {
	.p-top_btn {
		padding: 6px 12px;
		font-size: .8125em;
	}
	.p-top_btn span {
		font-size: 1.75em;
	}
}

@media screen and (max-width:599px) {
	.p-top_btn {
		bottom: 25px;
		padding: 5px 8px;
		font-size: .75em;
	}
}


/* footer ================================== */
#footer {
	width: 100%;
	padding: 20px 0 0;
	background-color: #eb8d00;
}

.foot-logo {
	width: 170px;
	height: auto;
	margin-bottom: 6px;
}
.foot-logo .logo-img {
	width: 100%;
	height: 0;
	padding-top: 16.47%;
	background: url(images/footer/logo-white.svg) no-repeat 0 0;
	background-size: cover;
}
.adress {
	color: #fff;
	font-size: .875em;
}

@media screen and (max-width:991px) {
	.adress {
		font-size: .8125em;
	}
}

@media screen and (max-width:767px) {
	.foot-logo {
		margin: 0 auto 6px;
	}
	.adress {
		font-size: .75em;
		text-align: center;
		margin-bottom: 10px;
	}
}


.foot-right {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction:         row-reverse;
}
.telnum {
	width: 200px;
	height: auto;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 12px;
}
.telnum .telnum-img {
	width: 100%;
	height: 0;
	padding-top: 14%;
	background: url(images/footer/telnum-white.svg) no-repeat right top;
}
.telnum .telnum-ttl, .telnum .telnum-time {
	color: #fff;
	text-align: center;
}
.telnum .telnum-ttl {
	font-size: .875em;
}
.telnum .telnum-time {
	font-size: .8125em;
}

@media screen and (max-width:767px) {
	.foot-right {
		-webkit-justify-content: center;
		justify-content:         center;
		-webkit-align-items: center;
		align-items:         center;
	}
}

.contact-btn {}
.contact-btn .btn {
	padding: 16px 20px;
	background: #007bbd;
	color: #fff;
	border: 1px solid #fff;
}
.contact-btn .btn:hover {
	background: #0069a0;
	border: none;
	text-shadow: 1px 1px 2px #888;
}

@media screen and (max-width:599px) {
	.foot-right {
		display: block;
	}
	.telnum, .contact-btn {
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}
}


.copyright {
	margin: 0;
	padding: 6px 0;
	width: 100%;
	background: #777;
}

.copyright p {
	text-align: center;
	color: #fff;
	font-size: .75em;
}

@media screen and (max-width:599px) {
	.copyright p {
		font-size: .6875em;
	}
}


@media screen and (max-width:991px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
}


/* お知らせ */

.br-sp {
	display: none;
}

.notice {
	width: 65%;
	padding: 16px;
	margin: 0 auto 34px;
	background-color: #fff;
	border-radius: 12px;
}

.notice-title {
	font-size: 20px;
	font-weight: bold;
	color: #0069a0;
	text-align: center;
}

.notice-text {
	margin-top: 16px;

	span {
		color: #c1272d;
		font-weight: bold;
	}
}

.notice-img {
	margin-top: 16px;
	text-align: center;
}

.notice-img > img {
	width: 95%;
}

@media screen and (max-width:991px) {
	.notice {
		width: 80%;
	}

	.notice-text {
		font-size: .9375em;
	}
}

@media screen and (max-width:767px) {
	.notice {
	width: 90%;
	}
}

@media screen and (max-width:599px) {
	.br-sp {
		display: block;
	}

	.notice {
		width: 100%;
	}

	.notice-title {
		line-height: 1.5;
	}

	.notice-img > img {
		width: 100%;
	}
}