/*ぱんくず*/
#crumbs {
    background-color: #E8ECEF;
    width: 100%;
    font-size: 93%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

#crumbs ul {
    display: inline-block;
    font-size: 93%;
    margin: auto 0;
    text-align: right;
    width: 960px;
}

#crumbs ul li {
    background: url(/common/img/arrow02.gif) no-repeat scroll right center transparent;
    display: inline;
    float: left;
    padding: 6px 20px 3px 0;
    vertical-align: middle;
}

#crumbs ul li:last-child {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
}

#crumbs ul li.stay {
    color: #ADADAD;
}

.mb30 {
    margin-bottom: 30px;
}

.bg_info, .bg_info_sml, .bg_info_info, .bg_info_gif {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

.bg_info img, .bg_info_sml img, .bg_info_about img, .bg_info_info img, .bg_info_wedding img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#aza_wrapper .bg_info img,
#omo_wrapper .bg_info img,
#gin_wrapper .bg_info img,
#gri_wrapper .bg_info img,
#ate_wrapper .bg_info img {
    top: 70px;
}

#yoko_wrapper .bg_info img{
    top: 60px;
}

.cont_info {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 60px;
    position: relative;
    z-index: 3;
}

/*コンテンツ外枠*/
.contBox_info01 {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px;
    width: 940px;
    margin: 20px 0 0 0;
    color: #000000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/*コンテンツ枠*/
.contBox_info01 .inner50 {
    background: url(/common/img/shop_yos_com_bg02.png) repeat scroll left top transparent;
    padding: 50px 30px 20px 30px;
}

/*日付*/
.date {
    text-align: right;
    margin-top: -20px;
    position: static;
}

/*テンプレート2(テキスト(余白は下につける))*/
.cont_info .txt01 {
    padding: 30px 0 0 0;
}

/*テンプレート2（タイトル箇所）*/
.contBox_info01 h3 {
    font-size: 200%;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

/*画像2つ*/
.two_images.row2 div:first-child {
    margin-bottom: 30px;
}

.col2_imgbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.col2_imgbox div {
    width: 436px;
}

.col2_imgbox div:first-child {
    text-align: right;
}

.col2_imgbox div:last-child {
    text-align: left;
}

.col2_imgbox div img {
    width: 100%;
}

/*テンプレート3(画像1つ(余白は下につける))*/
/*.cont_info .pic {
    padding: 30px 0 0 0;
}
*/
/*テンプレート4（画像2つ縦並び）*/



/*テンプレート5*/
ul.corseUl02 {
    width: 100%;
    margin: 20px 0 0 0;
}

ul.corseUl02 li {
    float: left;
    background: url(/common/img/shop_com_line03.png) repeat-y scroll right top transparent;
    font-size: 124%;
    width: 440px;
    padding: 15px 0;
    margin: 0 0 0 0;
}

ul.corseUl02 li:last-child {
	background: none;
}

/*テンプレート6（画像左1つ、画像右2つ）*/
.image3block {
    display: flex;
    justify-content: space-between;
}

.image3block > div:first-child {
    /*max-width: 536px;*/
    width: 536px;
    /*margin-right: 4px;*/
}

.image3block > div:last-child {
    /*max-width: 336px;*/
    width: 336px;
    /*margin-left: 4px;*/
    /*display: flex;
    -webkit-align-content: space-between;
    align-content:         space-between;*/
}

.image3block > div:last-child > div {
    margin-bottom: 8px;
}

.image3block .trim-box-lg {
    position: relative;
    overflow: hidden;
    padding-bottom: 61.8%;
}

.image3block .trim-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;

}

.image3block .trim-box:last-child {
    margin-bottom: 0;
}

.image3block .trim-box-lg img,
.image3block .trim-box img {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*テンプレート7（画像とテキスト並び）*/
.alignBox.left {
    text-align: left;
}

.alignBox.left .pic {
    float: left;
    width: 30%;
    margin-right: 15px;
}

.alignBox.left .txt {
    float: right;
    width: 68%;
}

/*テンプレート8（画像とテキスト並び）*/
.alignBox.right {
    text-align: left;
}

.alignBox.right .pic {
    float: right;
    width: 30%;
    margin-left: 15px;
}

.alignBox.left .pic img ,
.alignBox.right .pic img {
    max-width: 100%;
    width: 100%;
}

.alignBox.right .txt {
    float: left;
    width: 68%;
}


/*テンプレート9(ボタンひとつ)*/
.infoBtn {
    margin-top: 30px;
}

.btnwid {
    width: 440px;
    margin: 0 auto;
}

.btnMin01 a {
    border: 1px solid #ADADAD;
    border-radius: 5px 5px 5px 5px;
    color: #000000 !important;
    display: block;
    padding: 12px;
    position: relative;
    text-align: center;
}

.btnMin01 a:hover {
    background-color: #87827A;
    border: 1px solid #87827A;
    color: #FFFFFF !important;
    text-decoration: none;
}

.btnMin01 a span {
    background: url(/common/img/arrow01.gif) no-repeat scroll right center transparent;
    cursor: pointer;
    display: block;
    line-height: 1;
    width: 100%;
}

/*テンプレート10(ボタンふたつ)*/
.wid268 {
    width: 268px;
}

.cont_info .btnMinBox01 {
    margin: 30px auto 0;
    width: 560px;
}

.cont_info .btnMinBox01 .btnMinBox01A {
    float: left;
    margin: 0 20px 0 0;
}

.cont_info .btnMinBox01 .btnMinBox01A:last-child {
    margin: 0;
}

.inf_section .btnMinBox01 {
    margin: 30px auto 0;
    width: 560px;
}

.inf_section .btnMinBox01 .btnMinBox01A {
    float: left;
    margin: 0 20px 0 0;
}

.inf_section .btnMinBox01 .btnMinBox01A:last-child {
    margin: 0;
}

/*ボーダー*/
.line03 {
    background: url(/common/img/shop_com_line04.png) repeat-x scroll left top transparent;
    width: 100%;
    height: 3px;
    margin: 25px 0;
}

.inf_section .line03 {
    background: url(/common/img/shop_com_line04.png) repeat-x scroll left top transparent;
    width: 880px;
    height: 3px;
    margin: 25px auto;
}

/*information*/
.inf_section {
    background: #E8ECEF;
    width: 100%;
    padding: 80px 0;
}

.inf_bg {
    background-color: #FFF;
    width: 960px;
    margin: 20px auto 0;
    text-align: center;
}

.inf_titArea01 {
    padding: 40px 0 60px 0;
}

.inf_day {
    text-align: right;
    padding-right: 40px;
}

.inf_titArea01 h3 {
    font-size: 200%;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

.inf_Box01Wrapper .inf_Box01:first-child {
    padding: 0;
    background: none;
}

.inf_section .inf_Box01 {
    padding: 0;
    background: none;
}

.inf_section a {
    color: #333;
    text-decoration: none;
}

.info_btn04 {
    height: 44px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}