@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #000000;
	background: #ffffff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	width: 100%;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

ul, li {
	list-style: none;
}

hr {
	margin: 10px 0;
	height: 2px;
	background: #000000;
	border: none;
}

a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #e83828; text-decoration: none; }
a:active { color: #000000; text-decoration: underline; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.fontS {
	font-size: 70%;
}

.em {
	color:#e83828;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.mb1 {
	margin-bottom: 1em;
}

.f_left {
	float: left;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* width
*************************************************************/
.w50p {
	width: 48%;
	padding: 0 1%;
}

.w70p {
	width: 70%;
}

/* h
*************************************************************/
h1 {
    margin: 0;
	line-height: 0;
}

h3 {
	font-size: 130%;
	margin: 20px 0 10px;
}


/* container
*************************************************************/
#wrap {
	width: 100%;
}

#main_content {
	width: 94%;
	margin: 0 auto;
	padding: 10px 3%;
	position: relative;
}

#main_content2 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}


/* header
*************************************************************/
#header {
	width: 100%;
	margin: 0;
	position: relative;
}

#header .header-info {
	float: right;
	position: absolute;
	top: 10px;
	right: 0;
}

#header .header-info .tel-text {
	overflow: hidden;
	text-align: center;
}
#header .header-info .tel-text  span {
	position: relative;
	display: inline-block;
	margin: 0 1em;
	padding: 0 0.3em;
	text-align: left;
}
#header .header-info .tel-text  span::before, #header .header-info .tel-text  span::after {
	position: absolute;
	top: 35%;
	content: '';
	width: 400%;
	height: 10px;
	background-color: #5d2b15;
}
#header .header-info .tel-text  span::before {
	right: 100%;
}
#header .header-info .tel-text  span::after {
	left: 100%;
}

#header .header-info .tel {
	font-size: 36px;
}
#header .header-info .tel img {
	width: 28px;
	margin-right: 5px;
}

#header ul.main-nav {
	width: 1200px;
	margin-top: 20px;
}

#header ul.main-nav li {
	display: block;
	width: 240px;
	height: 45px;
	text-align: center;
	float: left;
}


/* footer
*************************************************************/
#footer {
	width: 100%;
	margin: 15px 0;
	font-size: 12px;
	text-align: center;
}


/* Contents
*************************************************************/
.content_box {
	display: table;
	width: 100%;
}

.content_box_l {
	display: table-cell;
	width: 49%;
	padding-right: 1%;
	vertical-align: top;
}

.content_box_r {
	display: table-cell;
	width: 49%;
	padding-left: 1%;
	vertical-align: top;
}

#content1 .content_box_l {
	width: 34%;
	margin-right: 1%;
}

#content1 .content_box_r {
	width: 64%;
	margin-left: 1%;
}

#content2 h2 {
	width: 100%;
	margin: 30px 0 10px;
}

#content2 .content2 {
	padding: 5px 8px;
	border: 3px solid #db618d;
	margin-bottom: 10px;
}

#content2 h3 {
	color: #e83828;
	margin: 10px auto;
	font-size: 140%;
	line-height: 1.6em;
}

#content2 h3.h3_2, h2#form {
	width: calc(100% + 20px);
	margin: 20px 0 20px -10px;
}

#content2 img {
	margin-bottom: 10px;
}

#content3 ul {
	width: 90%;
	margin: 0;
	padding: 10px 5%;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}

#content3 ul li {
	background: url(../images/20170405_01/img_ico_01.png) 0 3px no-repeat;
	background-size: 8px;
	padding-left: 12px;
}

ul.ul_p {
	border-top: 5px solid #dd80a4;
	border-bottom: 5px solid #dd80a4;
}

ul.ul_y {
	border-top: 5px solid #f39800;
	border-bottom: 5px solid #f39800;
}

h4 {
	width: 70%;
	margin: 20px auto 10px;
}

.form_area {
	width: 94%;
	padding: 10px 3%;
	margin-top: 20px;
	background: #ffe4a9;
}

table.form_t {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

table.form_t th, table.form_t td {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
	display: block;
}

table.form_t th {
	background: url(../images/20170405_01/img_ico_01.png) 0 7px no-repeat;
	background-size: 8px;
	padding-left: 12px;
}

table.form_t input, table.form_t textarea {
	width: 98%;
	padding: 3px;
}

table.form_t .formM {
	width: 70%;
}

table.form_t .formS {
	width: 50px;
}

table.form_t td span {
	margin: 0 10px;
}

#form_submit_btn {
	text-align: center;
}

#image-btn {
    border: 0px;
    width: 200px;
    height: 61px;
    background: url(../images/20170405_01/img_mb_17.png) left top no-repeat;
    background-size: cover;
    margin: 15px auto;
}

#image-btn:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

.last_read {
	width: 100%;
	margin: 10px auto 30px;
}

.share_btn {
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	flex-wrap: nowrap;
	align-items: center;
}

.share_btn .b_black {
	width: 80px;
	height: 80px;
	background: #231815;
	margin-left: 6px;
}

#outline {
	width: 94%;
	padding: 10px 3% 15px;
}

#outline table th {
	border-bottom: 1px dashed #231815;
	width: 80px;
	padding: 5px;
	vertical-align: top;
}

#outline table td {
	border-bottom: 1px dashed #231815;
	padding: 5px;
	vertical-align: top;
}

#outline table tr:last-child th, #outline table tr:last-child td {
	border-bottom: none;
}

#outline table td.qr img {
	width: 85px;
	height: auto;
}

.g_map {
	width: 100%;
	height: 300px;
	margin: 10px 0;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
 
#pageTop a img {
	width: 50px;
	height: auto;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}