@charset "utf-8";

/* Base
------------------------------------------ */
@import "../base/reset.css";
@import "../base/common.css";
@import "../base/header.css";
@import "../base/footer.css";

/* body
------------------------------------------ */
body { height: auto; background: none}
body:before { z-index: 1}
.pcVer { display: block;}
.spVer { display: none;}
.newmain-content{ padding-top: 90px; }
/* header
------------------------------------------ */
/* body.origin header { z-index: 20000} */
/* タイトル
------------------------------------------ */
h2 { 
    height: 600px;
    background: url(../../img/ceremony/pc_bg_container.jpg) no-repeat center center;
    background-size: cover;
    position: relative
}
h2 img {
    /* height: 30%; */
    /* width: auto;
    position: absolute;
    bottom: -177px;
    left: 30%; */
    margin: auto;
    padding-top: 46px;
}
h3 {
    text-align: center;
    font-size: 180%;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: "Sawarabi Mincho";
    padding: 10px 0;
}
h3 img{
    margin: auto;
}
h4 {
    font-size: 180%;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    padding-left: 20px;
    background: url(../../img/ceremony/item01.png) no-repeat 0 0;
}
/* common 
-------------------------------------------*/
.mb00{ margin-bottom: 0px; }
.mb05{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
/* article
------------------------------------------ */
.newmain-content *{	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.newmain-content article { width: 800px; margin: 0 auto 40px; padding: 220px 0 20px 0; font-size: 16px;}
.newmain-content p { margin-bottom: 20px; line-height: 2}
.newmain-content p.date { color: #ffffff; height: 40px; text-align: center; display: table-cell; vertical-align: middle; background: #599820; position: relative; padding: 0 0 0 20px;}
.newmain-content p.date::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 40px 40px 0 0; border-color: #599820 transparent transparent transparent; position: absolute; top: 0;}
.newmain-content .box { position: relative;}
.newmain-content .box p{ padding: 20px; width: 200px; color: #ffffff; margin: 0; background: rgba(89, 152, 32,0.8); position: absolute}
.newmain-content .box.type01 { margin-bottom: 40px;}
.newmain-content .box.type01 p{ bottom: -20px; right: 0;}
.newmain-content .box.type02 { margin-bottom: 40px; text-align: right;}
.newmain-content .box.type02 p{ bottom: -20px; left: 0; text-align: left;}
.newmain-content .img_r{ float: right; margin: 0 0 20px 20px;}
.newmain-content .img_l{ float: left; margin: 0 20px 20px 0;}
.newmain-content .box.type03 { text-align: right; margin-top: 40px;}
.newmain-content .box.type03 p{ top: -20px; left: 0; text-align: left;}
.newmain-content p.btn { text-align: center; width: 150px; margin: 0 auto;}
.newmain-content p.btn span { background: url(../../img/special/ic_arrow.png) no-repeat 0 50%; padding-left: 20px; }
.newmain-content p.btn a{ padding: 10px; color: #ffffff; position: relative; background: #266897; background: -moz-linear-gradient(-45deg, #266897 0%, #266897 60%, #327fa7 60%, #327fa7 100%); background: -webkit-linear-gradient(-45deg, #266897 0%,#266897 60%,#327fa7 60%,#327fa7 100%); background: linear-gradient(135deg, #266897 0%,#266897 60%,#327fa7 60%,#327fa7 100%); text-decoration: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display: block;}
.newmain-content p.btn a:hover{ background: #4789b8; background: -moz-linear-gradient(-45deg, #4789b8 0%, #4789b8 60%, #549ec4 60%, #549ec4 100%); background: -webkit-linear-gradient(-45deg, #4789b8 0%,#4789b8 60%,#549ec4 60%,#549ec4 100%); background: linear-gradient(135deg, #4789b8 0%,#4789b8 60%,#549ec4 60%,#549ec4 100%)}
.newmain-content p.in-item{
    width: 200px;
    margin: 0;
    height: 45px;
    font-size: 14px;
}
.newmain-content p.in-item2{
    width: 230px;
    margin: 0;
    height: 45px;
    font-size: 14px;    
}

/* .newmain-content div.profile-out img{
    float: right;
    margin: 0 0 30px 30px;
    position: relative;
    top: -120px;
} */
.newmain-content p.title{
    font-size: 28px;
    color: #0B2D67;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
}
.newmain-content p.name{
    margin-bottom: 10px;
}
.newmain-content p.profile{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 30px;
    background: url(../../img/ceremony/prof.jpg) no-repeat 0 center;
}
.newmain-content p.profile span{
    background-color: #fff;
    padding-right: 20px;
}
.newmain-content p.profile-cont{
    font-size: 12px;
}

.newmain-content span i{
    background-color: #D4451A;
    color: #fff;
    border-radius: 3px;
    padding: 0 13px;
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    right: 10px;
    top: -2px;
}

.newmain-content div.inquiry{
    opacity: 0.8;
    background-color: #000;
    color: #fff;
    padding: 50px;
    margin-top: 40px;
}
.newmain-content li{
    list-style-type: none;
    margin-bottom: 20px;
}
.newmain-content li span{
    color: #fff;
    background-color: #7D722E;
    padding: 3px 20px;
    margin-right: 10px;
}
.newmain-content article img{
    margin-top: 20px;
    margin-bottom: 10px;
}
.newmain-content div.googlemap{
    height: 350px;
    width: 100%;
    background-color: #E4E4E4;
    margin: 30px 0;
}
.newmain-content div.googlemap iframe{
    width: 100%;
    height: 100%;
}
.newmain-content a.arrow{
    background: url(../../img/ceremony/item02.png) no-repeat 0 center;
    padding: 20px;
}
.newmain-content a.arrow img{
    margin: 0;
    margin-left: 7px; 
}
.newmain-content .box.type03{
    margin-bottom: 80px;
}
/* heading03 */
.heading03 {
	font-size: 20px;
	margin-top: 50px;
	background-color: #dfe5eb;
	padding: 12px 20px 10px;
    position: relative;
    text-align: left;
}
[class*="colLayout-"] .heading03 {
	margin-top: 0px;
}
[class*="colLayout-"] * + .heading03 {
	margin-top: 50px;
}
.heading03:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #599820 transparent transparent;
	position: absolute;
	top: 0px;
	right: 0px;
}
.academics.index #anc02 .heading03 {
	margin-top: 30px;
}

/*******************************************

ブラウザの幅が640px以下ならここの記述が有効になる

********************************************/
@media only screen and (max-width: 768px) {
    .newmain-content{ padding-top: 50px; }
    .newmain-content article{ padding-left: 20px; padding-right: 20px; box-sizing: border-box;}

}
@media only screen and (max-width: 640px) {
body:before { content: ""; background: none; position: static; top: 0;}
.pcVer { display: none;}
.spVer { display: block;}
.newmain-content{ padding-top: 0;}
h2 { height: auto; background: none; position: static}
h2 img { height: auto; width: 100%; position: static; padding-top: 0;}
h3 { font-size: 140%; margin-top: 20px padding: 0;}
h4 { font-size: 1em; line-height: 50px; margin-bottom: 0px; }
.newmain-content article { width: auto; padding: 20px 0; margin: 0 10px 20px}
.newmain-content p.title{ font-size: 1.1em; margin-bottom: 0; }
.newmain-content .name{ display: block; width: 100%; overflow: hidden; font-size: 0.9em}
.newmain-content div.profile-out{ margin-bottom: 40px; }
.newmain-content div.profile-out img{position: unset; width: 40%; margin: 0 0 10px 10px; }
.newmain-content li{ margin-bottom: 10px; }
.newmain-content li span{ font-size: 0.7em; padding: 2px 10px;}
.newmain-content p.profile{ width: 100%; font-size: 1em;}
.newmain-content p.profile-cont{ font-size: 0.9em; margin-bottom: 10px; }
.newmain-content .box { position: static;}
.newmain-content .box.type02 p, .newmain-content .box.type03 p{ position: relative; margin: -60px auto 0; /* z-index: 100 */}
.newmain-content p.type02 { text-align: center;}
.newmain-content p.type02 img { width: 60%;}
.newmain-content .box.type02 img { width: 100%;}
.newmain-content .box.type03 img { width: 100%;}
.newmain-content .img_r{ float: unset; margin: 0; margin-bottom: 20px; width: 100%;}
.newmain-content .img_l{ float: unset; margin: 0; margin-bottom: 20px; width: 100%;}
.newmain-content a.arrow img{ margin: 0; margin-left: 7px; width: unset;}
}