/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
    body {
        background: url(../img/header-back-x.jpg) repeat-x top;
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border:0;
     _display: inline;
     _zoom:1;
    }
    a {
        text-decoration: none;
    }

    *{  margin:0;
        padding:0;
        line-height:1.8;
        font-size:12px;
        color:#666;
    }

    img {
        border:none;
        }

    img.icon:hover{
        opacity: 0.6;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
    }
/*--------------------------- header ----------------------------*/
    #header-wrap {
        width: 100%;
        min-width:950px;
        margin-bottom:55px;
    }
    #header {
        width: 950px;
        margin:0 auto;
        overflow: hidden;
    }
    #header_L {
        width: 400px;
        margin:100px 0 0 0;
        text-align:left;
        float: left;
    }
    #header_L img{
        margin:0 65px 0 0;
    }
    #header_logo{
    padding-top:15px;
        text-align:center;
        float: left;
    }
    #header_R {
        width: 400px;
        margin:20px 0 0 0;
        text-align:right;
        float: right;
    }
    #header_R_menu {
        margin-top:40px;
    }
    #header_R_menu img{
        margin:0 0 0 65px;
    }
/*--------------------------- footer ----------------------------*/
    #footer_wrap {
        width: 100%;
        min-width:100px;
        background-color:#31afbb;
    }
    #footer {
        width: 1000px;
        margin:0 auto;
        padding:5px 0 100px 0;
        text-align:right;
        color:#fff;
        background-color:#31afbb ;
    }
    
/*--------------------------- contents ----------------------------*/
    #cont_wrap {
        width: 100%;
        margin-bottom:110px;
    }
    #cont {
        width: 950px;
        margin:0 auto;
    }
    .cont_top_txt {
        margin-top:60px;
        margin-bottom:80px;
        padding:0 20px 0 20px;
        font-size:14px;
    }
    

    #page-top {
	position: fixed;
	bottom: 160px;
	right: 50px;
	display:none;
}
#page-top a {
	background: url(../img/go_top.png) no-repeat;
	text-indent:-9999px;
	color: #fff;
	width: 50px;
	height:50px;
	padding: 0px 0;
	display: block;
}
#page-top a:hover {
	background: url(../img/go_top.png) no-repeat;
	text-indent:-9999px;
	color: #fff;
	width: 50px;
	height:50px;
	padding: 0px 0;
	display: block;
}

/*--------------------------- index ----------------------------*/
    #wrapper {
        width: 950px; /*親ボックスの幅*/
        overflow: hidden;
        margin:75px auto 0 auto;
    }
    .wrapper_L {
        width: 440px;
        margin-right: 70px;
        margin-bottom: 35px;
        float: left;
    }
    .wrapper_R {
        width: 440px;
        margin-bottom: 35px;
        float: right;
    }
    #index_footer_wrap {
        width: 100%;
        min-width:100px;
        background-color:#31afbb;
    }
    #index_footer {
        width: 950px;
        margin:0 auto;
        padding:100px 25px 250px 25px;
        color:#fff;
        background-color:#31afbb ;
        border-bottom: 1px #fff solid;
    }
    #index_footer table {
        border: none;
        border-collapse: collapse;
    }
    #index_footer h2{
        color:#fff;
        font-size:18px;
        font-weight: normal;
        margin-top:12px;
    }
    #index_footer p{
        color:#fff;
    }
    #index_footer a{
        color:#fff;
    }

    #index_footer th {
        border: none;
        font-weight: normal;
        padding:0 25px 0 0;
        color:#fff;
    }
    #index_footer td {
        border: none;
        color:#fff;
    }
/*--------------------------- wedding ----------------------------*/
    .wedding_top {
        padding:0 20px 0 20px;
    }
    #wedding_cont {
        text-align:center;
    }
    #wedding_cont p{
        margin:20px 0 60px 0;
    }
    .wedding_cont_title {
        margin-left:130px;
    }
    .wedding_cont_imgbt {
        margin-bottom:60px;
    }
    .wedding_cont_imglr {
        margin:0 80px 0 80px;
    }

/*--------------------------- flower ----------------------------*/
    .flower_top {
        padding:0 0 0 70px;
    }
    .flower_wrap {
        width: 850px;
        margin:0 auto;
        overflow: hidden;
        margin-bottom:100px;
    }
    .flower_text {
        background: url(../img/flower_txt_back.jpg) no-repeat center top;
        width: 293px;
        padding-top:40px;
        float: left;
    }
    .flower_text h2{
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        font-size:18px;
        margin-bottom:25px;
        text-align:center;
        color:#333366;
    }
    .flower_img {
        width: 500px;
        text-align:right;
        float: right;
    }
     .flower_img img{
         margin-left:20px;
    }
    .flower_margin_tb{
        margin-bottom:80px;
    }
    .flower_margin_lr{
        margin-left:55px;
        margin-right:55px;
    }
    #flower_cnt_img {
        text-align:center;
    }
/*--------------------------- event ----------------------------*/

    .event_top {
        padding:0 0 0 120px;
    }
    #event_new {
        background: url(../img/event_border.jpg) repeat-x left top;
        padding:35px;
        text-align:center;
        color:#1861AE;
        font-size:14px;
    }
    #event_new a{
        color:#1861AE;
        font-size:14px;
    }
    .event_wrap {
        background: url(../img/event_border.jpg) repeat-x left top;
        padding-top:70px;
        width: 950px;
        margin:0 auto;
        overflow: hidden;
        margin-bottom:100px;
    }
    .event_text {
        background: url(../img/event_txt_back.jpg) no-repeat center top;
        width: 355px;
        padding-top:45px;
        float: right;
    }
    .event_text h2{
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        font-size:18px;
        margin-bottom:25px;
        text-align:center;
        color:#333366;
    }
    .event_img {
        width: 500px;
        text-align:left;
        float: left;
    }
     .event_img img{
         margin-left:20px;
    }
    .event_margin_tb{
        margin-bottom:80px;
    }
    .event_margin_lr{
        margin-left:55px;
        margin-right:55px;
    }
    #event_cnt_img {
        text-align:center;
    }
/*--------------------------- lecturer ----------------------------*/
.lecturer_top {
        padding:0 0 0 120px;
    }
.lecturer_wrap {
        padding-top:70px;
        width: 950px;
        margin:0 auto;
        overflow: hidden;
        margin-bottom:50px;
    }
.lecturer_lead{
    background: url(../img/lecturer_txt_back.jpg) no-repeat center top;
    padding-top:45px;
    width: 290px;
}
.lecturer_lead h2{
        font-family: "Noto Serif JP", serif;
    font-weight: 600;
        font-size:21px;
        margin-bottom:25px;
        text-align:center;
        color:#040000;
    }
.lecturer_text {
        width: 600px;
        float: left;
    }
.lecturer_text p{
    margin-bottom: 40px;
    line-height: 2.2;
}

.lecturer_img {
        width: 310px;
        text-align:left;
        float: right;
    }
.lecturer_img img{
         margin-left:20px;
    }
.lecturer_text_all {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.lecturer_text_all p{
    margin-bottom: 40px;
    line-height: 2.2;
}
.lecturer_text02{
    font-weight: bold;
    color: #c03461;
    font-size:18px;
    margin-bottom:20px;
}
.lecturer_text03{
    font-weight: bold;
    color: #1a449a;
    margin: 0 0 10px 0;
    font-size:16px;
}
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: url(../img/prev.png) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: url(../img/next.png) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

.top_name{
    color: #fff;
    font-size:14px;
}