@charset "Shift_JIS";
/* 文字コードセット */

/* reset
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}


blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select, textarea {
	vertical-align:middle;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	margin-right:5px;
}

/* 全体構造
---------------------------------------------------- */
*{margin:0;padding:0;}
html{
	overflow-y:scroll;
}
body{
	font-size:90%;/* 基本のフォントサイズ */
	line-height:175%;/* 基本の行間 */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	color:#222;
	background:#fff;
	-webkit-text-size-adjust: 100%; /*スマホで勝手に文字が大きくなる対策*/ 
}

table th,
table td {
	text-align:left;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

ol,
ul{
	list-style:none;
}

/* link
---------------------------------------------------- */
a{outline:none;}
a:link,a:visited{
	color:#222;
	text-decoration:underline;
}
a:hover,a:active{
	color:#222;
	text-decoration:none;
}


/* hanyo
---------------------------------------------------- */
img {border:0; vertical-align:bottom;}

.clear {clear:both;}

.f-left{float:left;}
.f-right{float:right;}

.tac{text-align:center;}
.tar{text-align:right;}
.large{font-size:120%;line-height:normal;}
.small{font-size:80%;line-height:normal;}


.img-filter a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.img-filter2 a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
}

.ln {line-height:normal;}


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

.kome{
	text-indent:-1em;
	margin-left:1em;
}
.img-circle {border-radius:50%;}
.img-rounded {border-radius:4px;}

/* margin-padding
----------------------------------------------------------*/
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}

.mr01{margin-right:1px;}
.mr06{margin-right:6px;}
.mr08{margin-right:8px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr22{margin-right:22px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr42{margin-right:42px;}
.mr45{margin-right:45px;}

.mt-15{margin-top:-15px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}

.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt100 {padding-top:100px;}
.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}

.pl30 {padding-left:30px;}

.pd15 {padding-left:15px; padding-right:15px;}
.pd20 {padding-left:20px; padding-right:20px;}

/* color
----------------------------------------------------------*/
.red {color:#c33;}
.pink {color: #9a3964;}
.green {color: #2f8893;}

/* table
----------------------------------------------------------*/
.nw {width:1%; white-space:nowrap;}


.table1{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #dfdfdf;
}
.table1 th,.table1 td{
	padding:8px 5px;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	font-size: 85%;
}
.table1 th{
	background: url(../images/bg_dot.gif) repeat;
	text-align:center;
}
.table1 td{
	background-color: #fff;
}

.table1 th:last-child {border-right: none;}
.table1 td:last-child {border-right: none;}


.table2{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #dfdfdf;
}
.table2 th,.table2 td{
	padding:13px 13px;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.table2 th{
	background-color:#f5f5f5;
	text-align:center;
	font-size:105%;
	font-weight: normal;
}

.table2 th:last-child {border-right: none;}
.table2 td:last-child {border-right: none;}


/* list
----------------------------------------------------------*/
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}

/*
.check_list{  padding: 0; margin:0xp;list-style-type: none;}
.check_list li{ list-style:none;text-indent: -1.5em; padding-left:1.5em; margin-bottom:5px; width:17%; float:left;}
.check_list li:before{content: " \f00c";font-family: FontAwesome;text-align: center; margin-right:8px; color:#f7c50e;}
*/

/* midashi
----------------------------------------------------------*/
/* ================= あおぞら明朝　Medium　==================== */
@font-face{ 
	font-family: 'Font_aozora-Medium'; /* お好きな名前にしましょう */
	src: url('../fonts/AozoraMinchoMedium.eot'); /* IE9以上用 */
	src: url('../fonts/AozoraMinchoMedium.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		url('../fonts/AozoraMinchoMedium.woff') format('woff'), /* モダンブラウザ用 */
		url('../fonts/AozoraMinchoMedium.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

h3 {font-size:120%;}
h4 {font-size:110%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

.fs60 {font-size:60%; line-height:120%;}
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:160%;}
.fs120 {font-size:120%; line-height:160%;}
.fs130 {font-size:130%; line-height:160%;}
.fs140 {font-size:140%; line-height:160%;}
.fs200 {font-size:200%; line-height:160%;}

#h2_bg{
	background: url(../images/h2_bg1.jpg) no-repeat center center;
	padding: 75px 0;
	margin-bottom: 60px;
	min-width: 1040px;
}
#h2_bg.bg2 {background: url(../images/h2_bg2.jpg) no-repeat center center;}
#h2_bg.bg3 {background: url(../images/h2_bg3.jpg) no-repeat center center;}
#h2_bg.bg4 {background: url(../images/h2_bg4.jpg) no-repeat center center;}
#h2_bg.bg5 {background: url(../images/h2_bg5.jpg) no-repeat center center;}
#h2_bg h2{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	font-family: 'Font_aozora-Medium';
	letter-spacing: 1px;/*文字間隔*/
	color: #fff;
	font-weight: normal;
	font-size: 250%;
	line-height: 1.4em;
}
#h2_bg.bg3 h2 {color: #252f5a;}

.midashi1{
	background: url(../images/midashi_sen.gif) no-repeat center bottom;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Font_aozora-Medium';
	letter-spacing: 1px;/*文字間隔*/
	font-size: 100%;
	margin-bottom: 60px;
}
.midashi1.small{
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.midashi1.small .en{
	font-size: 160%;
}

.midashi1 .en{
	display: block;
	font-size: 220%;
	color: #0d1848;
	font-family: 'Droid Serif', serif;
	margin-bottom: 5px;
}

.midashi2{
	font-family: 'Font_aozora-Medium';
	letter-spacing: 1px;/*文字間隔*/
	font-weight: normal;
	font-size: 200%;
	line-height: 1.4em;
}

.midashi3{
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.midashi3 i {margin-right: 8px; color: #7984b2; font-size: 120%;}

.midashi4{
	background: url(../images/midashi_sen.gif) repeat-x center;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.4em;
	text-align: center;
}
.midashi4 p{
	background-color: #f6f6f6;
	display: inline-block;
	padding: 0 20px;
	color: #252f5a;
}


/* dl
---------------------------------------------------- */
.dl_list dt{
	color:#252f5a;
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
	  	
/* 背景
---------------------------------------------------- */
.bg_gray{
	width: 100%;
	min-width: 1040px;
	background-color: #f6f6f6;
}
.bg_gray .in{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 20px;
}
.bg_gray .in.pb10 {padding-bottom: 10px;}

/* text_btn
----------------------------------------------------------*/
.text_btn{
	background-color:#9a3964;
	color:#fff;
	padding:15px 30px;
	text-align:center;
	display:inline-block;
}
.text_btn:link,
.text_btn:visited,
.text_btn:hover{ color:#fff; text-decoration:none;}
.text_btn i {padding-right:8px; color:#fff;}

.text_btn.green {background-color: #2f8893;}


/* mawarikomi
----------------------------------------------------------*/
.mawarikomi_l .image{
	float:left;
	margin-right:30px;
}
.mawarikomi_l .text{overflow:hidden;zoom:1;}

.mawarikomi_r .image{
	float:right;
	margin-left:30px;
}
.mawarikomi_r .text{overflow:hidden;zoom:1;}


/* header
---------------------------------------------------- */
header{
	width:1000px;
	margin:0 auto;
	padding:30px 20px;
}
h1 {float: left;}

#head_right{
	width: 240px;
	float: right;
}
#head_right .tel{
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-size: 140%;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}
#head_right .tel .num {font-size: 140%;}

#head_right .mail a:link{
	text-decoration: none;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #222;
	padding: 3px 5px;
	display: block;
	line-height: 1.4em;
}
#head_right .mail a:hover{
	background-color: #252f5a;
	border: 1px solid #252f5a;
	color: #fff;
}

#head_right .mail i {margin-right: 5px;}

/* navigation
---------------------------------------------------- */
nav{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 30px 20px;
	text-align: center;
}
nav li{
	display: inline;
	margin: 0 21px;
	font-size: 105%;
	line-height: 1.4em;
}
nav li a:link{
	text-decoration: none;
	padding:0 5px 7px 5px;
}
nav li a:hover,
nav li.navi-on a{
	border-collapse: collapse;
	border-bottom: 2px solid #212b57;
}

/* mainimage
---------------------------------------------------- */
/* jQueryで画像をループ。最後STOP。-----*/
#keyvisual {
	margin:  auto 0px;
	width:100%;
	height:565px;
	text-align: left;
	position: relative;
	overflow: hidden; z-index:10;
	padding-bottom: 50px;
}
#keyvisual img {
	top: 0px;
	left: 50%; margin-left:-1030px;
	position: absolute;
}

/* content
---------------------------------------------------- */
.content{
	width:1000px;
	margin:0 auto;
	padding:0 20px;
}
.content.mb60 {margin-bottom: 60px;}

/* 01-index
---------------------------------------------------- */
.top_box_area{
	width: 1026px;
	margin-right: -26px;
	overflow: hidden;
}
.top_box{
	width: 315px;
	float: left;
	margin-right: 27px;
	position: relative;
	margin-bottom: 35px;
}
.top_box .photo{
	display:table-cell;
	width:311px;
	height:263px;
	text-align:center;
	vertical-align:middle;
	background-color: #f5f5f5;
	position: relative;
	padding-top: 4px;
	padding-left: 4px;
}
.top_box .photo img{
	width:auto;
	height:auto;
	max-width:311px;
	max-height:263px;
	vertical-align: middle;
	position: relative;
}
.top_box .photo figcaption::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 14px;
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	content: '';
}

.top_box .icon{
	width: 94px;
	height: 94px;
	position: absolute;
	top:0;
}
.top_box .text{
	background: url(../images/bg_dot.gif) repeat;
	padding: 10px;
	margin-top: 10px;
}
.top_box .text table{
	width: 100%;
}
.top_box .text table th,
.top_box .text table td{
	padding: 4px 10px;
}
.top_box .text table th {color: #0d1848;}
.top_box .text table td {font-size: 95%; line-height: 1.6em;}
.top_box .text table td.name {font-size: 105%; font-weight: bold;}

/* 02-chintai
---------------------------------------------------- */
#cate_navi{
	width: 220px;
	float: left;
}
#cate_navi .title{
	background-color: #252f5a;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	font-family: 'Font_aozora-Medium';
	letter-spacing: 1px;/*文字間隔*/
	font-weight: normal;
	font-size: 150%;
}
#cate_navi .title2{
	background-color: #737eaf;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	font-family: 'Font_aozora-Medium';
	letter-spacing: 1px;/*文字間隔*/
	font-weight: normal;

}
#cate_navi li{
	border-bottom: 1px solid #e0e0e0;
}

#cate_navi li a:link{
	padding: 10px 10px;
	display: block;
	text-decoration: none;
}
#cate_navi li a:before{content: " \f105";font-family: FontAwesome;text-align: center; margin-right:8px;}

#cate_navi li a:hover,
#cate_navi li.navi-on a{
	background-color: #fff;
}


/*main*/
#cate_main{
	width: 750px;
	float: right;
}

.bukken_box{
	border-collapse: collapse;
	border-top: 2px solid #252f5a;
	padding: 40px 0;
}

.bukken_box .top_box{
	width: 315px;
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 0;
}
.bukken_box .naiyou{
	overflow: hidden;
	zoom:1;
}
.bukken_box .naiyou .table1 th{
	width: 18%;
}

/*btn*/
.bukken_box .top_box .btn_area{
	width: 311px;
	margin-left: 4px;
}
.bukken_box .top_box .btn{
	display: table;
	width: 100%;
	border-collapse: separate;
	margin-top: 10px;
}
.bukken_box .top_box .btn li{
	display: table-cell;
}
.bukken_box .top_box .btn li a{
	background-color: #2f8893;
	text-align: center;
	color: #fff;
	padding: 15px 5px;
	font-size: 90%;
	display: block;
	text-decoration: none;
}

.bukken_box .top_box .btn li.toi a{
	background-color: #9a3964;
}
.bukken_box .top_box .btn i {padding-right: 5px;}

/*-----------詳細------------*/
.bukken_photo{
	width: 780px;
	margin-right: -30px;
	overflow: hidden;
	margin-bottom: 40px;
}
.bukken_photo .waku {float: left; margin-right:30px;}
.bukken_photo div{
	display:table-cell;
	width:360px;
	height:270px;
	text-align:center;
	vertical-align:middle;
	background-color: #f5f5f5;
}
.bukken_photo div img{
	width:auto;
	height:auto;
	max-width:360px;
	max-height:270px;
	vertical-align: middle;
}


.bukken_photo_small{
	width: 760px;
	margin-right: -10px;
	overflow: hidden;
	margin-bottom: 40px;
}
.bukken_photo_small .waku {float: left; margin-right:10px; margin-bottom: 10px;}
.bukken_photo_small div{
	display:table-cell;
	width:142px;
	height:107px;
	text-align:center;
	vertical-align:middle;
	background-color: #f5f5f5;
}
.bukken_photo_small div img{
	width:auto;
	height:auto;
	max-width:142px;
	max-height:107px;
	vertical-align: middle;
}


.bukken_box_detail .map{
	width: 315px;
	float: right;
	margin-left: 20px;
}

.bukken_box_detail .map .comment{
	border-collapse: collapse;
	border-top:1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 90%;
}

.bukken_box_detail .naiyou{
	overflow: hidden;
	zoom:1;
}
.bukken_box_detail .naiyou .table1 th{
	width: 18%;
}

/*btn*/
.bukken_detail_btn{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 10px;
}
.bukken_detail_btn li{
	display: table-cell;
}
.bukken_detail_btn li a{
	background-color: #2f8893;
	text-align: center;
	color: #fff;
	padding: 15px 5px;
	font-size: 90%;
	display: block;
	text-decoration: none;
}

.bukken_detail_btn li.toi a{
	background-color: #9a3964;
}
.bukken_detail_btn i {padding-right: 5px;}


/* 03-baibai
---------------------------------------------------- */
.bukken_box .price{
	font-size: 120%;
	line-height: 2em;
	margin-bottom: 20px;
	font-weight: bold;
}
.bukken_box .price .num{
	font-size: 200%;
	font-family: 'Noto Sans', sans-serif;
	color: #9a3964;
}

/*-----詳細-----*/
.price_detail{
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: bold;
}
.price_detail .num{
	font-size: 200%;
	font-family: 'Noto Sans', sans-serif;
	color: #9a3964;
}

/* 04-business
---------------------------------------------------- */
.business_box{
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.business_box .title{
	display: table;
	margin-bottom: 15px;
}
.business_box .title li{
	display: table-cell;
	font-size: 120%;
	line-height: 1.4em;
	color: #252f5a
}
.business_box .title li.icon{
	font-family: 'Droid Serif', serif;
	width: 30px;
	font-size: 150%;
}.business_box .title li.moji{
	font-weight: bold;
}
.business_box .answer {padding-left: 30px;}


.business_box2{
	width: 310px;
	background-color: #fff;
	text-align: center;
}
.business_box2.no1 {
	float: left;
	margin-right: 35px;
}
.business_box2.no2 {
	float: left;
}
.business_box2.no3 {
	float: right;
}
.business_box2 .title{
	background-color: #252f5a;
	color: #fff;
	padding: 15px 10px;
}
.business_box2.no2 .title{background-color: #9a3964;}
.business_box2.no3 .title{background-color: #2f8893;}

.business_box2 .title img {margin-bottom: 5px;}
.business_box2 .title h3{
	font-weight: normal;
}
.business_box2 .nakami{
	padding: 20px;
}

.business_box2.no3 a:link,
.business_box2.no3 a:visited{color: #2f8893;}

/* 05-company
---------------------------------------------------- */
#map {clear: both;}

/* 06-contact
---------------------------------------------------- */
#contact_tel {text-align: center; margin-bottom: 60px;}
#contact_tel p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 160%;
	letter-spacing: 0.05em;
	color: #0d1848;
	display: inline;
	margin: 0 15px;
}
#contact_tel p .num {font-size: 140%;}



.contact_check{
	display:table;
	border-collapse: separate;
	border-spacing: 5px 0;
	table-layout: fixed;
	width:100%;
}
.contact_check li{
	display:table-cell;
	border-radius:5px;
	background-color:#ff7d42;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	font-size:180%;
}
.contact_check li i {
	padding-right:7px;
}
	


.table_form{
	width:100%;
	border-collapse:collapse;
}
.table_form th{
	border:1px solid #dadada;
	padding:10px 20px;
	background-color:#fff;
	vertical-align:middle;
	width:25%;
	text-align:left;
}
.table_form th.blue {background-color: #7984b2; color: #fff;}


.table_form td{
	border:1px solid #dadada;
	padding:10px 20px;
	background-color:#fff;
}
.table_form .need:after { content: "必須 "; background-color:#9a3964; color:#fff; font-size:75%; line-height:normal; padding:5px; border-radius:3px; display:block; float:right}

.form-s{width:190px}
.form-m{width:320px}
.form-l{width:450px}
.form100{width:95%}
.form-h{ height:150px; width:95%}

input{font-size:100%;vertical-align:middle; padding:14px}
input[type="text"], select{ border:1px solid #ddd;padding:14px; border-radius:4px}
input:focus[type="text"]{border:1px solid #999; padding:14px;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle}

.required input[type="text"], .required input[type="password"], .required select, .required textarea{ border:1px solid #fcc;padding:14px;}
.required input[type="text"]:focus, .required input[type="password"]:focus, .required textarea:focus{border:1px solid #9a3964; }

textarea{font-size:100%;border:1px solid #ccc;padding:14px;width:99%; border-radius:4px}
/*
input,textarea{ 
  display: inline-block; 
  font-family: FontAwesome; 
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
*/
.contact_privacy{
	margin-top:40px;
	padding:27px;
	font-size:90%;
	border:3px solid #ccc;
	border-radius:10px;
}
.contact_privacy h4{
	font-size:30px;
	text-align:center;
	line-height:normal;
	color:#2166a9;
	margin-bottom:10px;
}
.contact_privacy h4 span{ display:block; margin-top:5px; font-size:12px}
.contact_privacy h5{
	margin-top:15px;
	font-size:110%;
	margin-bottom:10px;
	position: relative;
}
.contact_privacy h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-right:2.5em;
	padding-right:1em;
	background-color: #fff;
	text-align: left;
}
.contact_privacy h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.contact_privacy ol{ margin-left:20px;margin-bottom:15px}

.submit{
	background-color:#9a3964;
    color: #fff;
	border:none;
	font-size:120%;
	cursor:pointer;
	padding:15px 50px;
}
input[type="submit"] {
  -webkit-appearance: none;　/*スマホのグラデ消す*/
}


/*薄い文字*/
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}


.contact_waku{
	border-collapse:collapse;
	border:1px solid #dfdfdf;
	padding:30px 10px 30px 30px;
	margin-bottom:40px;
}
.contact_scroll{
	width:940px;
	overflow-y:scroll;
	height:300px;
	padding-right:10px;
	overflow:auto;/*追加してみた*/
}


/* otoiawase
---------------------------------------------------- */
#otoiawase{
	width: 100%;
	background: url(../images/bg_otoiawase.jpg) no-repeat center top;
	min-width: 1040px;
	margin-bottom: 55px;
}
#otoiawase .in{
	width: 1000px;
	margin: 0 auto;
	padding: 45px 20px;
}
#otoiawase .in .text{
	padding-left: 530px;
	text-align: center;
}


#otoiawase .tel{
	font-family: 'Noto Sans', sans-serif;
	font-size: 180%;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	color: #0d1848;
}
#otoiawase .tel .num {font-size: 140%;}

#otoiawase .address{
	border-collapse: collapse;
	border-bottom: 2px solid #000;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

#otoiawase .mail a:link{
	text-decoration: none;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #222;
	padding: 5px 30px;
	display: inline-block;
	line-height: 1.4em;
}
#otoiawase .mail a:hover{
	background-color: #252f5a;
	border: 1px solid #252f5a;
	color: #fff;
}

#otoiawase .mail i {margin-right: 5px;}

/* footer
---------------------------------------------------- */
footer{
	width:100%;
	min-width:1040px;
	background-color: #f5f5f5;
}
footer .foot_in{
	width:1000px;
	margin:0 auto;
	padding:0 20px;
}

footer ul {
	margin-left:-13px;
	font-size:95%;width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
footer li{
	display:inline;
	height:1.0em;
	border-right:1px solid #000;
}
footer li a {
	color:#000;
	padding:0px 15px 0px 13px;
}
footer a:link,
footer a:visited {
	text-decoration:none;
	color:#000;
}
footer a:hover{
	text-decoration:underline;
	color:#000;
}
footer .end {
	border:none;
}

#copy{
	width: 100%;
	background-color: #09123a;
	color: #fff;
	min-width: 1040px;
	padding: 10px 0;
}
#copy p{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	
}

/* print
----------------------------------------------------------*/
@media print {

#topcontrol {display:none;}
}