@charset "UTF-8";
/*------------------------------------------
  common
--------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1.6;
	margin:0;
	min-height: 100%;
	padding:0;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

main {
	flex: 1;
	/*margin-top: -20px;*/
	position: relative;
}

@media screen and (min-width: 768px) {
main {
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	margin-top: 65px;
	display: block;
}

main.under {
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	position: relative;
	z-index: -2;
}
}
div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,table,tr,th,td,article,aside,header,footer,section,nav,a{
	box-sizing: border-box;
}

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

p {
	margin: 0.8em 0;
}
p.synalio-campaign_text {
    margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

img {
	border:0;
	height:auto;
	vertical-align: bottom;
}

a {
	color:#000;
	text-decoration:none;
}

a:link,
a:visited,
a:active,
a:hover,
.news_link { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

@media screen and (min-width: 768px) {
a:hover {
	opacity:0.6;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}
}
@media screen and (max-width: 320px) {
.sp320 {
	display: block !important;
}
}
@media screen and (min-width: 321px) {
.sp320 {
	display: none !important;
}
}

/*------------------------------------------
  Text Shadow
--------------------------------------------*/
.text_shadow_blk {
	text-shadow: 1px 1px 1px #000;
}

.text_shadow_wht {
	text-shadow: 1px 1px 1px #fff;
}

.text_shadow_gry {
	text-shadow: 1px 1px 1px #333;
}


/*------------------------------------------
  Backgroud Color
--------------------------------------------*/
.bg_wht { background-color: #fff; }

.bg_red { background-color: #f0053f; }

.bg_pink { background-color: #ff3b71; }

.bg_yellow { background-color: #ffd713; }

.bg_sky { background-color: #4885d6; }

.bg_gray2 { background-color: #e8e8e8; }

.bg_lightblue { background-color: #eaf1f9; }




/*------------------------------------------
  Font Color
--------------------------------------------*/
.black { color: #000; }
.red { color: #f00; }
.white { color: #fff; }
.pink { color: #ff3a72; }




/*------------------------------------------
  h1, h2, h3
--------------------------------------------*/
h1, h2 {
	font-family: 'ヒラギノ角ゴ StdN W8','Hiragino Kaku Gothic StdN','メイリオ', Meiryo,sans-serif;
}

h3, h4 {
	font-family: 'ヒラギノ角ゴ','Hiragino Kaku Gothic','メイリオ', Meiryo,sans-serif;
}
h1 {
	color: #ff3a72;
	text-shadow: 1px 1px 1px #aaa;
	font-size: 3rem;
}

h1 span {
	font-size: 1.2rem;
	font-weight:normal !important;
}
h2 {
	color: #2f2f2f;
	font-size: 2.6rem;
	line-height: 1.4;
}

@media only screen and (max-width: 320px){
#index h2 {
	font-size: 2.3rem;
}
}

h3:not(.synalio-campaign_title) {
	font-size: 1.8rem;
	border-bottom: 1px solid #c5c5c5;
	padding: 0 0 2px;
	margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px){
h1 {
	font-size: 3.6rem;
}

h1 span {
	font-size: 1.2rem;
	font-weight:normal !important;
}
h2 {
	font-size: 3rem;
}
}


.str {
	font-weight: bold;
}
.letter-1 {
	letter-spacing: -1px;
}


/*------------------------------------------
  Section etc
--------------------------------------------*/
section {
	padding: 20px 0;
	width: 100%;
}
section.error-404 {
	margin: 0 auto;
    width: 96%;
}
section.error-404 .page-content main {
	margin-top: 0;
}
.container {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 100%;
}

#header .container {
	position: absolute;
	bottom: 0;
}

.wrap {
	overflow: hidden;
}

@media only screen and (min-width: 768px){
section {
	/*padding: 45px 0;*/
	width: 100%;
}
section.error-404 {
	margin: 65px auto 0;
    max-width: 1000px;
}
.container {
	padding: 0 30px;
	max-width: 1200px;
}
}

/*------------------------------------------
  Botton
--------------------------------------------*/
.botton_pink, .botton_pink_more {
	margin: auto;
	background-color: #ff3a72;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px #b3b2b2;
	color: #fff;
	height: 60px;
	text-align: center;
	max-width: 380px;
	line-height: 60px;
	font-size: 1.5rem;
	font-weight: bold;
}

.botton_pink a,
.botton_pink p,
.botton_pink_more a {
	display: block;
	position: relative;
	color: #fff;
}

@media only screen and (max-width: 360px){
	.fs360 a{
		font-size: 0.9em;}
	}

/*.botton_pink a::after,
.botton_pink p::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}*/

.botton_pink_hf {
	margin: auto;
	background-color: #ff3a72;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px #b3b2b2;
	color: #fff;
	height: 40px;
	text-align: center;
	max-width: 185px;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: 600;
}

.botton_pink_hf a {
	display: block;
	position: relative;
	color: #fff;
}

/*.botton_pink_hf a::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}*/

.botton_white {
	background-color: #fff;
	border: 2px solid #ff3a72;
	color: #ff3a72;
	padding: 10px 0;
	text-align: center;
}

/*.botton_pink_more a::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}*/

.botton_white {
	background-color: #fff;
	border: 2px solid #ff3a72;
	color: #ff3a72;
	padding: 5px 0;
	margin: auto;
	text-align: center;
	max-width: 310px;
	font-weight: bold;
}

.botton_white2 {
	background-color: #fff;
	border: 2px solid #ff3a72;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px #b3b2b2;
	color: #ff3a72;
	font-size: 1.5rem;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: auto;
	text-align: center;
	max-width: 310px;
	font-weight: bold;
}
.botton_white a, .botton_white2 a {
	display: block;
	position: relative;
	color: #ff3a72;
}
.botton_white:hover, .botton_white2:hover {
	opacity: 0.6;
}
/*.botton_white  a::after {
	border-bottom: 2px solid #ff3a72;
	border-right: 2px solid #ff3a72;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}*/

.contents .und_btn {
    margin: auto;
    text-align: center;
}

.contents .und_btn ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.contents .und_btn ul li {
    display: inline-block;
    margin: 0 5px;
    width: 49%;
}

@media only screen and (min-width: 768px){
.contents .und_btn ul li {
    width: 190px;
}
}

/*------------------------------------------
  Link Arrow
--------------------------------------------*/
.arrow_right_wht {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 87%;
	bottom: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.arrow_right_wht2 {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 93%;
	bottom: 26px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.arrow_right_wht3 {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 92%;
	bottom: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.arrow_right_pink {
	border-top: 2px solid #ff3a72;
	border-right: 2px solid #ff3a72;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 95%;
	bottom: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.arrow_right_pink2 {
	border-top: 2px solid #ff3a72;
	border-right: 2px solid #ff3a72;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 93%;
	bottom: 18px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.arrow_right_blk {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: block;
	height: 10px;
	margin-top: -10px;
	position: relative;
	left: 96%;
	bottom: 50px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
}

.arrow_down_pink {
	border-bottom: 2px solid #ff3a72;
	border-right: 2px solid #ff3a72;
	content: '';
	display: block;
	height: 6px;
	margin-top: -10px;
	position: relative;
	left: 96%;
	bottom: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 6px;
}

.arrow_down_pink2 {
	border-bottom: 2px solid #ff3a72;
	border-right: 2px solid #ff3a72;
	content: '';
	display: block;
	height: 8px;
	margin-top: -10px;
	position: relative;
	left: 92%;
	bottom: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
}

.outlink {
    background: url(/yawp/wp-content/themes/yoani/assets/images/school/facilities/icon_link.png) no-repeat right 40%;
    display: block;
    position: absolute;
    right: 10px;
}






/*------------------------------------------
  tag
--------------------------------------------*/
.tag_wrap {
    bottom: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
    padding: 10px;
}

.tag_slug {
    background-color: #ff3a72;
	border-radius: 3px;
	color: #fff;
    display: block;
	font-size: 0.85rem !important;
	letter-spacing: 0;
    margin: 0 3px 3px 0;
    padding: 2px 3px !important;
}




/*------------------------------------------
  Position
--------------------------------------------*/
.t-c {text-align:center !important;}
.t-r {text-align:right !important;}
.t-l {text-align:left !important;}
.f-r,.f-l {
	float: none;}

.va-t {vertical-align: top;}
.va-b {align-self: flex-end;}


@media only screen and (min-width: 768px){
.f-r {float: right;}
.f-l {float: left;}
}

/*------------------------------------------
  Contents area
--------------------------------------------*/

.contentsWrapper {
	width: 100%;
	padding: 0;
	margin: auto;
	font-family: 'ヒラギノ角ゴ ','Hiragino Kaku Gothic','メイリオ', Meiryo,sans-serif;
}
.breadcrumbs {
	display: block !important;
	margin: 0;
	padding: 5px 10px;
	background: #e0e0e0;
	border-bottom: 1px solid #ccc;
	font-family: 'ヒラギノ角ゴ','Hiragino Kaku Gothic','メイリオ', Meiryo,sans-serif;
	overflow: hidden;
	height: 30px;
	white-space: nowrap;
}
.breadcrumbs >div {
	margin: auto;
	max-width: 1200px;
	font-size: 1.2rem;
	text-align: left;
	overflow-x: auto;
	overflow-y: hidden;
	height: 120%;
}
.breadcrumbs >div em {
	font-style: normal;


	}
.breadcrumbs >div a {
	display: inline;
}
.breadcrumbs >div a:after {
	  content: ">";
	  padding-left: 5px;
}

.contents {
	width: 96%;
	margin: auto;
	font-size: 1.5rem;
}
@media only screen and (min-width: 768px){
.breadcrumbs >div {
	overflow-x: hidden;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contents {
	max-width: 800px;
	margin: auto;
}
}


/*------------------------------------------
  clearfix
--------------------------------------------*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/*------------------------------------------
  Flex
--------------------------------------------*/
.flexbox {
	display: flex;
}





/*------------------------------------------
  Background
--------------------------------------------*/
.bg_border {
	background-image: url(../images/bg_border.png);
}

.bg_dot {
	background-image: url(../images/bg_dot.jpg);
}





.frame-btn input[type="checkbox"] {
	display: none;
}
/*
.frame-btn .frame{
	display: block;
	padding: 14px 0;
	border: 1px solid #FF3A72;
	border-radius: 10px;
	transition: .3s;
	box-sizing: border-box;
}
*/
.frame-btn input:checked + .frame{
	background-color: #FF3A72;
	color: #FFF;
}
