@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/* 全体
----------------------------------*/
.post,.postlist {
    border: none;
}

.post p {
    margin: 0 2%;
}

body {    font-size: 100%;}
.postlist .ttls {    font-size: 100%;}

/* TOP：グーグル翻訳
----------------------------------*/
.googleflags {
    position: absolute;
    top: 11px;
    right: 160px;
    display: inline;
}

.multilanguage {
    position: absolute;
    top: 11px;
    right: 140px;
    display: inline;
}

.multilanguage .flag-width{
    width: 165px;
}

@media only screen and (max-width: 1023px){
    .multilanguage {
    	top: 10px;
        right: 0px;
    }
    
    .multilanguage .flag-width{
        width: 130px;
    }
}

#google_language_translator {
    display: none;
}


/* ヘッダー
----------------------------------*/
#header .bg {
    display: none;
}
#header-layout {
    padding: 0;
}

@media print, screen and (min-width: 1024px){
#header-layout {
    width: 100%;
    margin: 0 auto;
}
#header .inner {
    width: 100%;
background-color: rgba(255, 255, 255, 0.5);
}
}


/* メニュー
----------------------------------*/
@media only screen and (max-width: 1023px){
	body nav#mainNav {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#header .contact {
		display: initial;
	    width: 100%;
	    padding: 0 0px;
	}
}

@media only screen and (min-width: 1024px){
#mainNav .inner {
    width: 100%;
}
nav#mainNav ul li a {
    height: 37px;
        padding: 8px 5px 0px 5px;
	background:none;
}
nav#mainNav ul li a b {
	font-size:16px;
}
nav#mainNav ul li,
nav#mainNav ul li:first-child a,
nav#mainNav ul li:last-child a {
    background: none;
    border: none;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li:last-child a:hover,
nav#mainNav ul li:last-child a:active,
nav#mainNav ul li:first-child a:hover,
nav#mainNav ul li:first-child a:active{
    background: none;
}
}


@media print, screen and (min-width: 1024px){
nav#mainNav ul li.documents a {
    background: url(/kij/wp-content/uploads/icon_documents.png) no-repeat;
    background-position: center top 30px;
    background-size: 30px;
    padding-top: 40px;
    background-color: #DD2C00;
    padding-bottom: 45px;
}

@media print, screen and (min-width: 1024px){
nav#mainNav ul li.documents a:hover {
    background-color: rgba(221, 44, 0, 0.7) !important;
}

nav#mainNav ul li.contact a {
    background: url(/kij/wp-content/uploads/icon_mail.png) no-repeat !important;
    background-position: center top 39px !important;
    background-size: 30px !important;
    padding-top: 40px !important;
    background-color: grey !important;
    padding-bottom: 45px !important;
}
nav#mainNav ul li.documents a b,
nav#mainNav ul li.contact a b {
	font-size: 12px;
	color:#ffffff;
	padding-top: 28px;
}
#header .contact,
#header .documents {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
        width: 90px;
    padding: 0;
    box-sizing: border-box;
}
nav#mainNav ul li:last-child a:hover, nav#mainNav ul li:last-child a:active {
    background: url(/kij/wp-content/uploads/icon_mail.png) no-repeat !important;
    background-position: center top 39px !important;
    background-size: 30px !important;
    background-color: rgba(128, 128, 128, 0.8) !important;
}
}

@media only screen and (min-width: 1246px){
nav#mainNav ul li a b {
	font-size: 110%;
}
#header .logo img {
    max-height: 100px;
}
nav#mainNav ul li.documents a {
    padding-top: 40px;
    padding-bottom: 45px;
}
nav#mainNav ul li.documents a:hover {
    background-color: rgba(221, 44, 0, 0.7) !important;
}
nav#mainNav ul li.contact a {
    padding-top: 40px;
    padding-bottom: 45px;
}
nav#mainNav ul li a {
    padding: 8px 8px 0px 8px;
}
}

/* フッター
----------------------------------*/
#footer div.inner {
    max-width: 960px;
    margin: 0 auto;
	text-align: center;
}
#footer ul li {
    width: auto;
}
#footer ul li a {
    margin-right: 40px;
}


/* 見出し
----------------------------------*/
h1.title {
    background: url(/kij/wp-content/uploads/line_dot.png),#FFFFFF;
	background-repeat: repeat-x;
	background-position:bottom;
    padding-bottom: 2%;
	margin-bottom: 2%;
}

.post h2 {
border-bottom: solid 3px #cccccc;
position: relative;
padding-left: 0;
    color: #303030;
	letter-spacing: 5px;
	    margin: 3% 0 2%;
}

.post h2 span {
	padding-left:15px;
}

.post h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #F3AECD;
bottom: -3px;
width: 20%;
    visibility: inherit;
}

.post h3{
position: relative;
    background: #eeeeee;
    box-shadow: 0px 0px 0px 5px #eee;
border: dashed 2px white;
/*padding: 0.2em 0.5em;*/
	    padding: 8px 0 3px 8px;
color: #515151;
    margin: 3% 1%;
    font-weight: bold;
}

.post h3:after {
    position: absolute;
    content: '';
    bottom: -7px;
    right: -7px;
    border-width: 15px 15px 0 0;
    border-style: solid;
    border-color: #f3aecd #fff #fff #f3aecd;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}

/* TOP
----------------------------------*/
.home .post {
    padding: 2% 0 5% 0;
}

.home h1.front-post {
    background: url(/kij/wp-content/uploads/line_dot.png),#FFFFFF;
	background-repeat: repeat-x;
    background-position: center;
    padding-bottom: 2%;
    margin-bottom: 0;
}

.home h1.front-post span span {
    color: #BFE3FF;
    font-size: 70%;
    display: grid;
    padding-top: 25px;
}

.home .post h2 {
	    border-bottom: none;
    background: url(/kij/wp-content/uploads/line_dot.png),#FFFFFF;
    background-repeat: repeat-x;
    background-position: center;
    padding-bottom: 2%;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
	letter-spacing: 0;
}
.home .post h2:after {
border-bottom: none;
}

.home .post h2 span {
    color: #FFC0CB;
    font-size: 70%;
    display: grid;
    padding-top: 25px;
}

.home .post p {
    text-align: center;
	line-height: 2em;
}

.home #gallery-1 img {
    border-radius: 30px 30px 0 0;
}

@media print, screen and (min-width: 1024px){
.home .post .column2_70 {
    padding-right: 2%;
    width: 67%;
	}}
@media print, screen and (max-width:640px) { 
h1.title,
.home .post h2 {
    padding-bottom: 6%;
}
.post h3 {
    margin: 6% 1%;
}
}

/* 下層ページ：年間行事予定
----------------------------------*/
.page-events .post table,
.page-events .post table th,
.page-events .post table td {
    border: #ffffff 1px solid;
}

.page-events .post table {
    width: 80%;
    margin: 0 auto;
}

/***　テーブル：グラデーション　***/
.table01 {
	background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
	border-radius:30px;
}
.table01 tbody th {
	color:#FFFFFF;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}
/* １行ずつ色変更 even:奇数行　odd:偶数行 */
/*.table01 tr:nth-child(even) th {  background: #E91E63; } 
.table01 tr:nth-child(odd) th { background: #E91E63; }*/
.table01 tr:nth-child(even) th,.table01 tr:nth-child(odd) th { background: none;}
.table01 tr:nth-child(even) td { background:rgba(255, 255, 255, 0.9);} 
.table01 tr:nth-child(odd) td { background:rgba(255, 255, 255, 0.8);}

@media (max-width: 767px) {
.table01 tbody th,.table01 tbody td{
 padding: 10px 5px;
}
}

/* 下層ページ：学校の特色
----------------------------------*/
.box27 {
    position: relative;
    margin: 5% 3%;
    padding: 0.5em 1em;
    border: solid 3px #dddddd;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -19px;
    left: -13px;
    padding: 6px 12px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 20px;
    background: #63894F;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}
.box27 p {
    margin: 2% 2%;
    padding: 2% 0 0 0;
}

@media (max-width: 767px) {
.box27{
    margin: 10% 3%;
}
}

/* 下層ページ：入学手順
----------------------------------*/
.green{
	/*color: #83B042;
	color:#009944;*/
	color: #007735;
}
.green span{
	font-size:120%;
	font-weight:bold;
}

.step{
    width: 90%;
    margin: 5% auto;
}

/* 下層ページ：申請書類
----------------------------------*/
.page-documents p a {
position: relative;
background: #f4f4f4;
padding: 2px 5px 2px 20px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}


.dl_file {
	margin:3%;
	display: inline-flex;
}
.dl_file p {
	margin:3% 0;
    margin-right: 20px;
}
.dl_file p a {
position: relative;
background: #f4f4f4;
    padding: 5px 15px 5px 47px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}
.dl_file p a:before {
font-family: FontAwesome;
content: "\f15c";
display: inline-block;
position: absolute;
padding: 0em;
color: white;
background: #228AE6;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -5px;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
border: solid 3px white; 
}

@media print, screen and (max-width:800px) { 
.dl_file {
    display: block;
    margin-top: 35px;
}
.dl_file p {
    margin-right: 0;
}
}


/* 下層ページ：box
----------------------------------*/

.box01 {
	margin: 0 1%;
    padding: 2%;
    font-size: 130%;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
    background: #357ebd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.box01 span{
    font-size: 150%;
    padding-left: 2%;
    vertical-align: middle;
}
.shadow-box {
    margin: 0 3%;
    padding: 2%;
}




/* お問い合わせ
----------------------------------*/
.wpcf7-form .must, .wpcf7-form .option {
    float: none;
}


.shadow{
/*box-shadow:0px 0px 30px 10px #ffffff;*/
	box-shadow:0px 0px 30px 10px #827c66;
}