/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;  -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#inline_content,#inline_content02,#inline_content03 {
    width: 600px;
    height: auto;
    padding-bottom: 20px;
}
#inline_content h2,#inline_content02 h2,#inline_content03 h2{
    font-size: 2.2rem;
    margin: 15px 0 0px;

}
#inline_content p,#inline_content02 p,#inline_content03 p{
    font-size: 1.5rem;
    text-align: center;
}
.modal_ul {
    width: 100%;
    display: table;
    margin-right: 15px auto!important;;
}
.modal_ul li{
    width: 48%;
    display: table-cell;;
}
.modal_ul li:first-child{
    padding-right: 5px;
}
.modal_ul li:last-child{
    padding-left: 5px;
}

.modal_ul li img{
    width: 100%;
}

@media screen and (max-width:640px) {
#inline_content h2,#inline_content02 h2 ,#inline_content03 h2{
    font-size: 26px;
    margin: 15px 0 0px;
    line-height: 1.8;
}
#inline_content {
    width: 90% !important;
    height: 90% !important;
}
#inline_content02 {
    width: 90% !important;
    height: 90% !important;
}
}


/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5 !important; filter: alpha(opacity = 50) !important;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
            margin-bottom:25px;
            box-sizing: border-box;
        }
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../images/loader.gif) no-repeat 50%;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{ width:47px;height:47px;position:absolute; top:-35px; right:-34px; display:block; color:#444;text-indent: -9999px;background: url(../images/modl_close02.png)}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.modalbtm{
	position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 1000;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    color: #777;
    font-size: 135%;
    font-family: "MS Pゴシック",sans-serif;
    background-color: #fff;
    border-top: 1px solid #e45991;
}
.foot_btn_wrap {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}
.foot_btn_wrap.y_area .linkbox {
    width: calc(25% - 1px) !important;
    margin: 0;
    position: relative;
    border: 0;
    background: #fff;
    overflow: visible !important;
    padding: 5px 0;
    z-index: 10;
    border-right: 1px solid #e45991;
    font-size: 11px;
    position: relative;
	line-height: 1.5;
}
.foot_btn_wrap .linkbox a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.foot_btn_wrap .linkbox p {
    clear: both;
    margin: 2px 0 0;
    font-weight: bold !important;
    color: #000;
	line-height: 1.5;
	text-align: center;
    font-size: 1.4em;
}
.modalbtm span {
    display: block;
    width: auto;
    text-align: center;
    font-size: 20px;
    position: absolute;
    line-height: 1.2em;
    font-weight: bold;
    top: -20px;
    right: 7px;
    color: #e45991;
}
.modalbtm span {
    cursor: pointer;
}
.foot_btn_wrap .linkbox span.yoyaku_span {
    background: #e45991;
    color: #fff;
    text-align: center;
    padding: 6px 4px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: absolute;
    top: -21px;
    left: 2px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.foot_btn_wrap .linkbox span.tel_span {
    background: #58acc6;
    color: #fff;
    text-align: center;
    padding: 6px 4px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: absolute;
    top: -21px;
    left: 2px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.foot_btn_wrap.y_area .linkbox img{
	width: 50%;
	height: inherit;
}
.modal h2 img{
	width: 40px;
}
#colorbox{
    margin: auto;
    left: 0 !important;
    right: 0;
}
#inline_content{
	margin: auto;
}
#inline_content .intxt, #inline_content02 .intxt {
    line-height: 1.5em;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px !important;
}
#inline_content02{
	margin: auto;
}
.modalArea{
	position: relative;
}
.boder{
	border: 1px solid #e0e0e0;
}
