@charset "UTF-8";

/* 		変数 
======================================*/
/* font-size */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


.mTop10 {
  margin-top: 10px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mBtm10 {
  margin-bottom: 10px !important;
}

.mBtm15 {
  margin-bottom: 15px !important;
}

.mBtm20 {
  margin-bottom: 20px !important;
}

.mBtm30 {
  margin-bottom: 30px !important;
}

.mBtm40 {
  margin-bottom: 40px !important;
}

.mBtm50 {
  margin-bottom: 50px !important;
}

.pad5 {
  padding: 5px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad25 {
  padding: 25px !important;
}

.pad30 {
  padding: 30px !important;
}

.pad40 {
  padding: 40px !important;
}

.pad50 {
  padding: 70px !important;
}

.displayTable {
  display: table;
  width: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.red {
  color: #ff1f1e;
}

.green {
  color: #34800d;
}

.darkturquoise {
	color: #00ced1;
}

.orange {
  color: #cc6600;
}

.gray {
  color: #999;
}

.black {
  color: #000000;
}

.blue {
  color: #0000FF;
}

.white {
  color: #fff;
}

.mediumorchid{
	color:#ba55d3;

}

.font10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.font30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝","MS PMincho", serif;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-stroke-width: 0.1px;
}

.serif {
  font-family: Times New Roman, Garamond, Century, serif;
}

.sans {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.bgWhite {
  background: #fff;
}

.bgBlack {
  background: #000;
}

.bgGray01 {
  background: #e0e0e0;
}

.bgGray02 {
  background: #ccc;
}

.showMark {
  padding-left: 1em;
  margin-left: .5em;
}
.showMark li {
  list-style: decimal;
}

.hideMark {
  padding-left: 0;
}
.hideMark li {
  list-style: none;
}

/************************ 共通 ***************************/
html{
	height:100%;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h3{
	text-align:center;
	font-size: 140%;
	font-weight:bold;

}

/*--------------- ヘッダー ---------------*/
#header {
  padding-top: 0px;
}

#header h1{
	font-size:14px;
	text-align:right;
	color:white;
	margin-right:20px;
	letter-spacing:0.2em;
}


.sitelogo {
  margin-bottom: 30px;
}


.matui-nav {
  background: none;
  border: none;
  position: relative;
  z-index: 20;
  font-weight:bold;
}

.matui-nav ul {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .matui-nav ul {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .matui-nav .navbar-collapse {
    width: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
  }
}
.matui-nav a {
  color: #fff !important;
}
.matui-nav a:hover {
  color: #da70d6 !important;
}
.matui-nav .glyphicon {
  font-size: .8rem;
  color: #ba55d3;
  position: relative;
  top: -1px;
}


.navbar-toggle {
  background-color: white !important;
}




/*--------------- フッター ---------------*/
#footer{
	/*background-color: mediumorchid;*/
	background-color:#990099;
	padding:10px 20px;
	color:#FFFFFF;
	font-size:12px;
	width:100%;
	clear:both;
}

.footAdd {
    line-height: 180%;
    float: left;
}

.copyright {
	text-align:right;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
    display: block;
}

/************************ トップ画面 ***************************/
#topBG {
  background: black url('../images/top/topimage_bg.jpg?1422160954') center bottom no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  #topBG {
    -webkit-background-size: auto 700px;
    -o-background-size: auto 700px;
    background-size: auto 700px;
  }
}

.topimage {
  text-align: center;
}
.topimage .container {
  position: relative;
  padding: 50px 0 160px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .topimage .container {
    padding: 20px 0 50px;
  }
}

.topimageTxt {
  z-index: 10;
  position: relative;
}

.topimageKaikan {
  position: absolute;
  bottom: -15px;
  right: 20px;
  z-index: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .topimageKaikan {
    right: 0;
    bottom: -10px;
  }
}


.contentBtn {
  display: block;
  min-height: 240px;
  position: relative;
  margin-bottom: 10px;
}


.contentBtn:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

.contentBtn img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}

.btnKaikan {
  background: white url('../images/top/btn_sousaikaikan.jpg?1421827071') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btnPet {
  background: white url('../images/top/btn_petceremony.jpg?1421827131') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btnZoukaten {
  background: white url('../images/top/btn_zoukaten.jpg?1421827096') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#toppage .table {
  background: #fff url('../images/top/spec_bg.png?1422159841') no-repeat!important;
  background-size: cover;
}

.tableLabel{
	font-size:100%;
}

  
 
/************************ 下位画面共通 ***************************/ 
.pageHeader {
  padding: 80px 0;
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .pageHeader {
    padding: 40px 0;
  }
}
 
  
/************************ sousaikaikan ***************************/
#sousaikaikan{
  /*background: url('../images/bg_p.png?1421820068') repeat;*/
  background: url('../images/49.gif') repeat;
}

#sousaikaikan .pageHeader {
  margin-bottom: 30px;
  background: black url('../images/sousaikaikan/headimg.jpg?1422159782') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}


#sousaikaikan .matui-nav a {
  color: gray!important;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
	#sousaikaikan .matui-nav a {
  	color: gray!important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#sousaikaikan .matui-nav a {
  	color: white!important;
	}
}

#sousaikaikan .matui-nav a:hover {
  color: #da70d6!important;
}



.itemSection {
    width: 940px;
    background-color: #FFF;
    padding: 5px 30px 30px;
    margin: 0 auto 50px;
/*
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
*/

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.itemSection {
    width:720px;
    background-color: #FFF;
    padding: 5px 30px 30px;
    margin: 0px auto 50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.itemSection {
    width:320px;
    background-color: #FFF;
    padding: 5px 10px 10px;
    margin: 0 auto 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
	.itemSection {
    width:260px;
    background-color: #FFF;
    padding: 5px 10px 10px;
    margin: 0 auto 20px;
	}
}

.itemSection h1{
	color:mediumorchid;
	font-weight:bold;
	font-size:180%;
}

.itemSection .glyphicon {
  margin-right: 0.5em;
}

.contactTel a{
  	color: red;
}

 span .glyphicon{
  margin-right: 10.5em;
 }
 
/************************ petceremony **********************/
#petceremony{
  /*background: url('../images/bg_p.png?1421820068') repeat;*/
  background: url('../images/49.gif') repeat;
}

#petceremony .pageHeader {
  margin-bottom: 30px;
  background: black url('../images/petceremony/headimg.jpg?1422159782') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

#petceremony .matui-nav a {
  color: gray!important;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
	#petceremony .matui-nav a {
  	color: gray!important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#petceremony .matui-nav a {
  	color: white!important;
	}
}

#petceremony .matui-nav a:hover {
  color: #da70d6!important;
}

/************************ zoukaten **********************/
#zoukaten{
  /*background: url('../images/bg_p.png?1421820068') repeat;*/
  background: url('../images/49.gif') repeat;
}

#zoukaten .pageHeader {
  margin-bottom: 30px;
  background: black url('../images/zoukaten/headimg.jpg?1422159782') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

#zoukaten .matui-nav a {
  color: gray!important;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
	#zoukaten .matui-nav a {
  	color: gray!important;
	}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#zoukaten .matui-nav a {
  	color: white!important;
	}
}

#zoukaten .matui-nav a:hover {
  color: #da70d6!important;
}
