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

/*----------------------------------------------------
    文字サイズ統一
----------------------------------------------------*/
body {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
  background: url(../img/bg01.jpg);
}


/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/
body {  
}

a {
  background-color: transparent;
}

a:link {
  color: #C7000B;
}

a:visited {
  color: #C7000B;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

p { margin: 0; }



/*====================================================
 *
 *
 *   Object:Utility
 *
 *
====================================================*/
/*----------------------------------------------------
    float
----------------------------------------------------*/
.fll {
  float: left;
}

img.fll {
  margin: 0 10px 10px 0;
}

.flr {
  float: right;
}

img.flr {
  margin: 0 0 10px 10px;
}

.clb {
  clear: both;
}

/*----------------------------------------------------
    text
----------------------------------------------------*/
.tac {
  text-align: center;
  margin: 0 auto;
}

.tar {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.ti, .ti p {
  text-indent: 1em;
}

/*----------------------------------------------------
    margin, padding
----------------------------------------------------*/
.mt0 {margin-top: 0px !important;}
.mb0 {margin-bottom: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mb5 {margin-bottom: 5px !important;}
.pt5 {padding-top: 5px !important;}
.pb5 {padding-bottom: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.pt10 {padding-top: 10px !important;}
.pl10 {padding-left: 10px !important;}
.pr10 {padding-right: 10px !important;}
.pb10 {padding-bottom: 10px !important;}
.mt15 {margin-top: 15px !important;}
.ml15 {margin-left: 15px !important;}
.mr15 {margin-right: 15px !important;}
.mb15 {margin-bottom: 15px !important;}
.pt15 {padding-top: 15px !important;}
.pb15 {padding-bottom: 15px !important;}
.pl15 {padding-left: 15px !important;}
.pr15 {padding-right: 15px !important;}
.mt20 {margin-top: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mr20 {margin-right: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.pt20 {padding-top: 20px !important;}
.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.pt25 {padding-top: 25px !important;}
.pb25 {padding-bottom: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mb30 {margin-bottom: 30px !important;}
.pt30 {padding-top: 30px !important;}
.pb30 {padding-bottom: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mb35 {margin-bottom: 35px !important;}
.pt35 {padding-top: 35px !important;}
.pb35 {padding-bottom: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mb40 {margin-bottom: 40px !important;}
.pt40 {padding-top: 40px !important;}
.pb40 {padding-bottom: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mb45 {margin-bottom: 45px !important;}
.pt45 {padding-top: 45px !important;}
.pb45 {padding-bottom: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mb50 {margin-bottom: 50px !important;}
.pt50 {padding-top: 50px !important;}
.pb50 {padding-bottom: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mb55 {margin-bottom: 55px !important;}
.pt55 {padding-top: 55px !important;}
.pb55 {padding-bottom: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mb60 {margin-bottom: 60px !important;}
.pt60 {padding-top: 60px !important;}
.pb60 {padding-bottom: 60px !important;}

/*----------------------------------------------------
    CSS ロールオーバー
----------------------------------------------------*/
.ro:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.rot {
  display: inline-block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.rot:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}





/*----------------------------------------------------
    micro clearfix
----------------------------------------------------*/
.cf:before, .cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/*----------------------------------------------------
    タイトル
----------------------------------------------------*/
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px! important;
}

h1 img{
	margin: 0 auto;
}

h2{
	font-size: 25px;
}

h3{
	line-height: 1.3;
	font-size: 20px;
	font-weight:  bold;
	margin-bottom: 20px;
}

/*----------------------------------------------------
    小見出し・フォント装飾
----------------------------------------------------*/
.type01{
	color: #C7000B;
}

.type02{
	padding: 15px 20px 12px 20px;
	text-align: center;
	color: #68B95D;
}

.type03{
	border-left: 5px solid #289D52;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 18px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.type04{
	border-left: 5px solid #289D52;
	padding: 6px 5px 0px 10px;
	font-weight: bold;
	font-size: 16px;
}


.type05{color: #50C800 !important;}
.type06{color: #DA5087 !important;}
.type07{color: #F08A00 !important;}
.type08{color: #5F2C96 !important;}
.type09{color: #247B24 !important;}
.type10{color: #0066CC !important;}
.type11{color: #000 !important;}
.type12{font-size: 1.2em !important;}
.type13{color: #666 !important;}

.type14{
	font-weight: bold;
	font-size: 1.8em; 	
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}


.heading{
	text-align: left;
	border-left: 2px solid #C7000B;
}

.heading h2{
	margin:  0 0 30px 3px;
	padding: 4px 0 0 15px;
	border-left: 5px solid #C7000B;
}

.heading span.glyphicon{
	font-size: 25px;
}

/*----------------------------------------------------
    dl
----------------------------------------------------*/
dl.typeA{
	margin-bottom: 35px;
}

dl.typeA dd{
	padding-left: 20px;
	margin-bottom: 15px;
}

dl.typeB{
	margin-bottom: 35px;
}

dl.typeB dt{
	margin-bottom: 15px;
}

dl.typeB dd{
	padding-left: 20px;
	margin-bottom: 30px;
}

dl.typeC{
	font-size: 15px;
	border-bottom: 1px dotted #CCC;
	line-height: 17px;
	padding: 13px 0;
	color: #666;
}

dl.typeC dt{
	float: left;
	font-weight: normal;
	margin-right: 20px;
}

dl.typeC dd{
}


@media (max-width: 767px) {
	dl.typeC dt{
	float: none;
	 }
}

/*----------------------------------------------------
    ul
----------------------------------------------------*/
ul.typeA{
	color: #CCC;
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

ul.typeA li{
	list-style-type: none;
	padding: 13px 0;
	border-bottom: 1px dotted #CCC;
}

ul.typeA li a{
	font-size: 15px;
	margin-right: 10px;
}


/*----------------------------------------------------
    bgStyle
----------------------------------------------------*/
.bgStyle01 { background: #C2AAD0; }
.bgStyle02 { background: #E0F8E9; }
.bgStyle03 { background: #ECF5D6; }
.bgStyle04 { background: #EFFDCE; }


/*----------------------------------------------------
    table
----------------------------------------------------*/
table.typeA{
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px solid #C7B49A;
	/*border-bottom: 1px solid #c2c2c2;*/
}

table.typeA th,table.typeA td{
	padding: 5px 10px 5px 10px;
}

table.typeA th{
	background: #E8D8B9;
	font-weight: bold;
}

table.typeA td{
	border-bottom: 1px solid #C7B49A;
}



table.typeB{
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px solid #C7B49A;
	/*border-bottom: 1px solid #c2c2c2;*/
}

table.typeB th,table.typeB td{
	padding: 5px 10px 5px 10px;
}

table.typeB th{
	/*background: #E8D8B9;*/
	font-weight: bold;
	vertical-align: top;
	width: 20%;
	border-bottom: 1px solid #C7B49A;
}

table.typeB td.borderB{
	border-bottom: 1px solid #C7B49A;
}



/*----------------------------------------------------
    #gNav
----------------------------------------------------*/
#gNav {
	background: #6D347F;
}

#gNav a,#gNav a:visited{
	color: #FFF;
}


/*----------------------------------------------------
    pageNavigation
----------------------------------------------------*/
@media (min-width: 768px) {
ul.pageNavigation {
	margin-top: 10px;
	padding-left: 0;
	text-align:  center;
}

ul.pageNavigation li{
	display: inline;
	list-style-type: none;
	font-size: 18px;
	margin: 0 20px;
	background: volor
}

ul.pageNavigation li span{
	margin-right: 10px;
}
}



@media (max-width: 767px) {
ul.pageNavigation {
	margin-top: 10px;
	padding-left: 0;
	text-align:  center;
}

ul.pageNavigation li{
	display: inline;
	list-style-type: none;
	font-size: 13px;
	margin-right: 4px;
}

ul.pageNavigation li a{
	color: #68B95D;
}

ul.pageNavigation span.glyphicon{
	margin-right: 2px;
	padding: 0;
}
}



/*----------------------------------------------------
    img
----------------------------------------------------*/


/*----------------------------------------------------
    carousel-control
----------------------------------------------------*/
.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-control span{
	color: #FFF;
}


/*----------------------------------------------------
    modal window
----------------------------------------------------*/
/* modal表示時の縦位置 */
.modalcenter{
　　padding:10% 0;
}
/* modalフッターのテキスト位置 */
.modal-img_footer {
　　padding: 10px;
　　text-align: center;
}
.modal-img_footer p{
　　text-align: center;
	padding-bottom: 20px;
}

.modal-body img{
	display: inline;
}



/*----------------------------------------------------
    address
----------------------------------------------------*/
address{
	padding: 20px 0 30px 0;
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
}

address p.inquiry{
	width: 95%;
	text-align: center;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 0 auto 10px auto;
}

address a:link,address a:visited{
	color: #000;
}

address ul {
	padding-left: 0px;
	text-align: center;
}

address ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

.phone{
	text-align: center;
	margin-bottom: 10px;
}
.tel {
	width: 15px;
	height: 15px;
	margin-right: 4px;
	margin-bottom: 3px;
}

.mailBtn a {
	display: block;
	width: 280px;
	margin: 10px auto 20px auto;
	text-align: center;
	background: #3E2F13;
	padding: 15px 10px;
	border: 0;
	font-size: 11px;
	border-radius: 4px;
}

.mailBtn a:link, .mailBtn a:visited{
	color: #FFF;
}

.mailBtn a:hover{
	background: #755824;
}

.mailBtn img {
	width: 15px;
	height: 15px;
	margin-right: 7px;
	margin-bottom: 2px;
}

.bannerArea{}

.bannerArea h2{
	background: #6D347F;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	width: 95%;
	margin: 0 auto 15px auto;
}

.bannerArea img{
	margin-bottom: 10px;
}

/*----------------------------------------------------
    .copyright
----------------------------------------------------*/
.copyright{
	background: #9F77B5;
	text-align: center;
	color: #FFF;
	padding: 10px 0px;
}

.copyright p{
	background: #9F77B5;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	letter-spacing: 2px;
}



/*----------------------------------------------------
    box
----------------------------------------------------*/
.boxType01{
	border: 1px solid #AAA;
	padding: 10px;
	text-align: center;
}

.boxType02 a{
	display: block;
	padding: 15px 10px;
	text-align: center;
	background: #FDC502;
	color: #000;
}

.boxType02 a:hover{
	background: #FDE01A;
	color: #666;
	text-decoration: none;
}


/*----------------------------------------------------
    #page-top
----------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    /*font-size: 200%;*/
}
#page-top a {
	background-color: rgba(000,000,000,0.8);
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    display: block;
	padding: 13px 0px 0px 0px;
}
#page-top a:hover {
    text-decoration: none;
	background-color: rgba(000,000,000,0.5);
}

#page-top img {
    width: 50%;
	height: 50%;
}


/*----------------------------------------------------
    .btn-default
----------------------------------------------------*/
.btn-default{
    margin: 20px auto;
    display: inherit;
}

/*----------------------------------------------------
    .imgBorder
----------------------------------------------------*/
.imgBorder{
    padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/*----------------------------------------------------
    .carousel-indicators
----------------------------------------------------*/
.carousel-indicators{
	bottom: 0px;
	margin-bottom: 0px;
}


@media (min-width: 768px) {
.carousel-indicators {
	margin-bottom: 20px;
}
}

/*----------------------------------------------------
    .number
----------------------------------------------------*/
.number {
	width: 23px;
	height: 23px;
	margin-right: 7px;
}

/*----------------------------------------------------
    .tokuchou
----------------------------------------------------*/
.tokuchou {
	background: url(../img/bg03.jpg);
	padding: 50px;
}

/*----------------------------------------------------
    .jirei
----------------------------------------------------*/
.jirei h3{
	padding-left: 26px;
	background: url(../img/icn_square01.svg) 0px 4px no-repeat;
	background-size: 17px 17px;
}

/*----------------------------------------------------
    .jisseki
----------------------------------------------------*/
.jisseki h3{
	padding-left: 26px;
	background: url(../img/icn_square01.svg) 0px 4px no-repeat;
	background-size: 17px 17px;
}


/*----------------------------------------------------
    .kinou
----------------------------------------------------*/
.kinou {
	background: url(../img/bg02.jpg);
	padding: 50px;
}

.kinou h3{
	padding-left: 26px;
	background: url(../img/icn_square01.svg) 0px 4px no-repeat;
	background-size: 17px 17px;
}

/*----------------------------------------------------
    .iOS
----------------------------------------------------*/
.iOS {
	background: url(../img/bg04.png);
	padding: 50px;
}

.iOS h3{
	padding-left: 26px;
	background: url(../img/icn_square01.svg) 0px 4px no-repeat;
	background-size: 17px 17px;
}

/*----------------------------------------------------
    .dousa
----------------------------------------------------*/
.dousa {
	background: url(../img/bg02.jpg);
	padding: 50px;
}

.dousa h3{
	padding-left: 26px;
	background: url(../img/icn_square01.svg) 0px 4px no-repeat;
	background-size: 17px 17px;
}

/*----------------------------------------------------
    .message
----------------------------------------------------*/
.message {
	padding: 20px 40px;
    margin: 0 auto 30px;
	border: 2px solid #C7000B;
	color: #C7000B;
	font-weight: bold;
}

.day{
	margin-top: 20px;
	text-align: right;
}

@media only screen and (min-width: 1170px) {
  .message {
    width: 1136px;
  }
}