@charset "utf-8";
/* 共通
---------------------------------------------- */
/* PC 非表示 */
.pc_none {
 display: none;
}
/* スマホトップバナー　※PCでSPサイトを開いた場合 */
#spBnr {
 display: none;
}

/* 高汎用 */
.centering {
 text-align: center;
}
.font_orange {
 color: #f27320;
}
.font_pink {
 color: #EE416b;
}
.font_pink_bold {
 color: #EE416b;
 font-weight: 900;
}
.font_yellow {
 color: #FFD300;
}
.font_red {
 color: #ef3e37;
}
.font_bold_red {
 font-weight: 900;
 color: #ef3e37;
}
.font_bold {
 font-weight: 900;
}
.font_bold_110 {
 font-weight: 900;
 font-size: 110%;
}
.font_bold_160 {
 font-weight: 900;
 font-size: 160%;
}
.font70 {
 font-size: 70%;
}
.font80 {
 font-size: 80%;
}
.font90 {
 font-size: 90%;
}
.y_marker {
 background: linear-gradient(transparent 70%, #ffff66 70%);
}
.no_margin {
 margin: 0 !important;
}
/* backtop */
.backtop {
 position: fixed;
 width: auto;
 right: 10px;
 bottom: 75px;
 z-index: 3;
}
.backtop > a {
 display: block;
 width: auto;
}
.backtop > a img {
 width: 100%;
}
/* リンクチップ */
.linkChip {
 z-index: 4;
 position: fixed;
 width: 100%;
 padding:5px 0;
 text-align: center;
 left: 0;
 bottom: 0;
 background-color: #0f76bb;
 border-top: 3px solid #ee416b;
}
.linkChip ul{
 display: block;
 width: 1040px;
 margin: 0 auto;
 padding: 0;
}
.linkChip li{
 display: block;
 width: 32%;
 margin-right: 1%;
 
}
.linkChip li img{
 width: 100%;
}
span.c_yellow {
 color: #ffff73;
}
span.small {
 font-size: 80%;
}
.linkChip img {
 vertical-align: middle !important;
 margin-left: 0.5em;
}
/* パンくず */
#breadCrumb {
 width: 1040px;
 margin: 0 auto 10px;
}
#breadCrumb ol li {
 display: inline-block;
 font-size: 12px;
 height: 16px;
 padding: 0 1em 0 2em;
 position: relative;
}
#breadCrumb ol li, #breadCrumb ol li a {
 line-height: 16px;
}
#breadCrumb ol li:first-of-type {
 background: url(/files/img/common/icon_home_01.png) no-repeat left center;
 padding-left: 20px;
}
#breadCrumb ol li:not(:first-of-type)::before {
 content: '';
 display: block;
 width: 1em;
 height: 100%;
 background: url(/files/img/common/icon_arrow_03.png) no-repeat center center;
 position: absolute;
 left: 0;
 bottom: 0;
}
#all_back .infoTitle > .intro p {
 font-size: 14px;
 padding: 1em 2em;
 margin-bottom: 1em;
 line-height: 1.8em;
}
/* サービスバナー　※コンテンツ下部
---------------------------------------------- */
img.rakusearch {
 width: 720px !important;
 margin: 0 0 10px 0;
}
#other_service {
 width: 100%;
 margin: 0 0 4em 0;
 padding: 1em 0;
 background-color: #ECECEC;
 border-top: 3px solid #212121;
 border-bottom: 3px solid #212121;
 position: relative;
 z-index: 1;
}
#other_service div {
 width: 1040px;
 height: auto;
 text-align: center;
}
#other_service ul {
 list-style: none;
 display: block;
 width: 1040px;
 margin: 0 auto;
}
#other_service ul li {
 display: block;

 width: 19%;
 margin: 0 1% 10px 0;
}
#other_service div.before {
 margin: 0 auto 0.5em auto;
 border-bottom: 1px dotted #333;
}
#other_service img {
 width: 100%;
}
#other_service h3 {
 font-weight: 900;
 font-size: 200%;
 display: block;
 margin: 0 auto 0.5em auto;
 padding: 0;
}
/* コンテンツ全体、MV
---------------------------------------------- */
#all_back {
 padding: 0;
 margin: 0 auto;
 transition: ease-in-out 1.4s;
 font-size: 16px !important;
 line-height: 1.6em !important;
}
.keyV_wrapper {
 width: 100%;
 background-image: url("../img/mv_back.png");
 background-repeat: repeat-x;
 background-position: auto bottom;
}
.keyV {
 width: 100%;
 background-image: url("../img/mv.png");
 background-repeat: no-repeat;
 background-position: center bottom;
}
#all_back .keyV .inner {
 width: 1040px;
 height: 419px;
 margin: 0 auto;
 padding: 0;
 position: relative;
}
#all_back h1 {
 display: block;
 width: 1040px;
 height: 419px;
 text-align: center;
 margin: 0 auto 1em auto;
}
#all_back img.mv_fukidashi {
 position: absolute;
 top: 17px;
 left: -80px;
}
/* .gaiyou
---------------------------------------------- */
.gaiyou {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
.g_inner {
 width: 1040px; /*max1040px*/
 margin: 0 auto;
 padding: 200px 0 40px 0;
 position: relative;
 z-index: 0;
}
.g_inner p {
 margin-bottom: 1em;
 line-height: 1.8em;
}
p.tit_common { /*汎用タイトル*/
 width: 1040px; /*max1067px*/
 height: 63px; /*max127px*/
 background-image: url(../img/tit_back.png);
 background-repeat: no-repeat;
 display: block;
 color: #fff;
 text-shadow: 2px 3px 1px #3e403f;
 padding: 64px 0 0 138px;
 margin: 0;
 font-size: 200%;
 font-weight: 900;
 line-height: 1.5em;
 position: absolute;
 left: -50px;
 top: 40px;
}
p.tit_common img {
 display: none;
}
ul.point3 {
 width: 1040px;
 margin: 0 0 40px 0;
    display: flex;
 list-style: none;
}
ul.point3 li {
 display: block;
 background-color: #f7f4db;
 border-radius: 20px;
 width: 253px; /*max313px*/
 margin: 30px 20px 0 0;
 padding: 40px 10px 15px 17px;
 position: relative;
 box-shadow: 0px 2px 6px #706e5c;
}
ul.point3 li.p3_end {
 margin: 30px 0 0 0 !important;
}
ul.point3 li p.ribbon {
 display: block;
 width: 242px;
 height: 60px;
 background-image: url("../img/point_ribbon.png");
 background-repeat: no-repeat;
    background-size: contain;
 position: absolute;
 top: -30px;
 left: 0;
 color: #fff;
 font-size: 160%;
 font-weight: 900;
 text-align: center;
 text-shadow: 0 0 3px #d40c44;
}
ul.point3 li p.ribbon span {
 font-size: 140%;
}
ul.point3 li p span.pink_bold_140 {
 color: #ee416b;
 font-size: 140%;
 font-weight: 900;
}
ul.point3 li .pl60 {
padding-left: 66px;
}

img.hokkaido_map {
 float: right;
 margin: 0 0 1em 1em;
}
.corona {
 
 width: 936px; /*max1040px*/
 margin: 0 0 40px 0;
 padding: 10px 20px 0 20px;
 border: 2px solid #ef3e37;
 background-color: #f7f4db;
}
.corona img {
 float: right;
 width: 140px;
 margin-top: 80px;
}
.corona p {
 display: block;
 background-color: #ef3e37;
 color: #fff;
 font-size: 120%;
 font-weight: 900;
 text-align: center;
 padding: 10px 0;
}
.corona dl, .corona dt, .corona dd {
 display: block;
}
.corona dl {
 width: 790px;

}
.corona dt {
 margin: 0 0 0.2em 0;
 font-size: 110%;
 font-weight: 900;
 color: #ef3e37;
}
.corona dd {
 margin: 0 0 1em 0;
 padding: 0 0 0 1em;
}


/* .btn_band
---------------------------------------------- */
.btn_band {
 width: 100%;
 background-color: #0F76BB;
 margin: 0 0 3em 0;
 padding: 0;
 border-top: 3px solid #ee416b;
 border-bottom: 3px solid #ee416b;
 position: relative;
 z-index: 1;
position: fixed;
bottom: 0;
margin: 0;
}
.btn_inner {
 width: 1040px;
 margin: 0 auto;
 padding: 5px 0;
    color: #fff;
}
.btn_inner ul {
 list-style: none;
    display: flex;
    justify-content: space-evenly;
}
.btn_inner li {
 margin: 0;
 padding: 0;
}
.btn_inner li.mt25 {
    margin-top: 25px;
}
.btn_inner p{
    color: #fff;
}

.btn_inner .mt25{
    margin-top: 0;
}


.kikan_date {
 display: block;
 padding: 0;
 margin: 1em 0 0.2em 0;
 font-weight: 900;
 color: #fff;
 text-shadow: 0 0 3px #063d62;
}
.kikan_date span{
    font-size: 200%;
}
.btn_inner dl, .btn_inner dt, .btn_inner dd {
 display: block;
 font-weight: 900;
 font-size: 110%;
}
.btn_inner dl {
 width: 440px;
}
.btn_inner dt {
 margin: 0 0 0.4em 0;
        width: 260px;
}
.btn_inner dd {
 color: #fff100;
 font-size: 140%;
 text-shadow: 0 0 2px #063d62;
}
p.kikan_date span {
 font-size: 180%;
}
.btn_inner li.r_btn {
    width: 250px;

}
.btn_inner li.r_btn p {
 display: block;
 color: #fff;
 font-size: 80%;
 font-weight: 700;
 margin: 0;
 padding: 0;
    line-height: 1.7;
}
/* #school
---------------------------------------------- */
#school {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
.s_inner1 {
 width: 1040px; /*max1040px*/
 margin: 0 auto;
 padding: 200px 0 0 0;
 position: relative;
 z-index: 0;
}
.s_inner2 {
 width: 1040px; /*max1040px*/
 margin: 0 auto;
 padding: 0 0 40px 0;
 z-index: 0;
}
.school01_base, .school02_base, .school03_base, .school04_base, .school05_base, .school06_base {
 width: 1040px;
 margin: 2em auto 4em auto;
 padding: 0;
 box-shadow: 0 4px 4px 4px #d2d2d2;
 border-radius: 20px 20px 0 0;
 position: relative;
}
.school01_base {
 background-image: url("../img/school01_back.gif");
}
.school02_base {
 background-image: url("../img/school03_back.gif");
}
.school03_base {
 background-image: url("../img/school05_back.gif");
}
.school04_base {
 background-image: url("../img/school02_back.gif");
}
.school05_base {
 background-image: url("../img/school04_back.gif");
}
.school06_base {
 background-image: url("../img/school06_back.gif");
}

.school_inner {
 margin: 0;
 padding: 30px 30px 20px 30px;
 position: relative;
}
.school_inner p {
 color: #fff;
 font-weight: 700;
 font-size: 900;
 text-shadow: 1px 1px 3px #333;
}
.school_tit {
 font-size: 200%;
 line-height: 1.3em;
 color: #fff;
 text-shadow: 1px 1px 3px #333;
 font-weight: 900;
}
img.location{
 width: 1.7em;
 margin:0.1em 0.2em 0 0;
}
.school_tit span {
 font-size: 80%;
}
.school01_base .tel_qr {
 border: 3px solid #3fbea5;
}
.school02_base .tel_qr {
 border: 3px solid #9a7cb8;
}
.school03_base .tel_qr {
 border: 3px solid #6fa6d2;
}
.school04_base .tel_qr {
 border: 3px solid #f7941d;
}
.school05_base .tel_qr {
 border: 3px solid #00adee;
}
.school06_base .tel_qr {
 border: 3px solid #36b449;
}
.tel_qr {
 width: 320px;
 position: absolute;
 right: -90px;
 top: -40px;
 padding: 20px 20px 10px 20px;
 background-color: #fff;
 border-radius: 10px;
}
.tel_qr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
.tel_qr p.freecall {
 font-size: 180%;
 font-weight: 900;
 color: #ef3e37;
 text-shadow: none;
 line-height: 1.1em;
 padding: 0 0 0 1.7em;
 background-image: url(/files/img/common/icon_tel_03.png);
 background-repeat: no-repeat;
 background-size: 1.5em;
}

.tel_qr .box {
    display: flex;
}


.tel_qr .box .other_link {
 font-size: 80%;
}
.tel_qr .box .other_link a {
 display: block;
 font-weight: 900;
 color: #0f76bb;
}
.tel_qr .box .other_link a img {
 width: 1em;
 vertical-align: middle;
 margin-left: 0.3em;
}
.tel_qr img {
 width: 120px;
}
.gakka{
 margin: 0;
 width: 1040px;
 background-color: #fff;
}
.gakka img.sp_mv{
 display: none;
}
.school01_base .gakka {
 background-image: url(../img/school01_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}
.school02_base .gakka {
 background-image: url(../img/school02_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}
.school03_base .gakka {
 background-image: url(../img/school03_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}
.school04_base .gakka {
 background-image: url(../img/school04_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}
.school05_base .gakka {
 background-image: url(../img/school05_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}
.school06_base .gakka {
 background-image: url(../img/school06_mv.jpg);
 background-repeat: no-repeat;
 padding: 350px 0 0 0;
}

.gakka dl{
display: flex;
 
 padding: 10px 20px;
 margin: 0 auto;
}
.gakka dt,
.gakka dd{

 width: 20%;
 margin: 0 1% 0.5em 0;
 padding:0.5em 2%;
 font-weight: 900;
}
.gakka dl dt{
 color: #fff;
 font-weight: 900;
 text-align:center;
 border-radius:5px;
}
.gakka dl dd{
    background-color:#ededed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school01_base .gakka dl dt{
 background-color: #3fbea5;
}
.school02_base .gakka dl dt{
 background-color: #9a7cb8;
}
.school03_base .gakka dl dt{
 background-color: #6fa6d2;
}
.school04_base .gakka dl dt{
 background-color: #f7941d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.school05_base .gakka dl dt{
 background-color: #00adee;
}
.school06_base .gakka dl dt{
 background-color: #36b449;
}

.school05_base .gakka dl{
    display: flex;
    justify-content: space-between;
}

.school05_base .gakka dl dd{
width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school01_base .oc_menu{
 border: 20px solid #3fbea5;
}
.school01_base .oc_tokuten{
 border-right: 20px solid #3fbea5;
 border-bottom: 20px solid #3fbea5;
 border-left: 20px solid #3fbea5;
}
.school02_base .oc_menu{
 border: 20px solid #9a7cb8;
}
.school03_base .oc_menu{
 border: 20px solid #6fa6d2;
}
.school03_base .oc_tokuten{
 border-right: 20px solid #6fa6d2;
 border-bottom: 20px solid #6fa6d2;
 border-left: 20px solid #6fa6d2;
}
.school04_base .oc_menu{
 border: 20px solid #f7941d;
}
.school05_base .oc_menu{
 border: 20px solid #00adee;
}
.school06_base .oc_menu{
 border: 20px solid #36b449;
}
.school03_base .gakka dd{
 width:45%;
}
.school03_base img.numb{
 width: 1.2em;
 margin: 0 0.5em 0 0;
 vertical-align:top;
}

.oc_menu,
.oc_tokuten{
 margin: 0;
 padding:0.5em 0;
 background-color: #fff;
}
.oc_menu dl,
.oc_tokuten dl{
    display:block;
    margin:0 auto;
}
.oc_menu div,
.oc_menu div,
.oc_tokuten div,
.oc_tokuten div{
    padding:0.5em 2%;
}
.oc_menu div,
.oc_tokuten div{
    font-weight:900;
    font-size:160%;
    text-align: center;
    padding-bottom: 0;
}

.oc_menu div img{
    width: 2em;
    position: relative;
    top: -22px;
}

.oc_menu ul{
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: 0 auto;
}
.oc_menu ul li{
    width:26%;/*max29%*/
    padding-left:2em!important;
    background-image:url(/files/img/common/nav_next_01.png);
    background-repeat:no-repeat;
    background-size:1.2em;
    background-position:8px 2px;
}
.oc_tokuten  ul li{
    width:94%;
    padding-left:2em!important;
    background-image:url(/files/img/common/nav_next_01.png);
    background-repeat:no-repeat;
    background-size:1.2em;
    background-position:8px 10px;
}
.school03_base .oc_tokuten dd{
    width:44%;
    
}
.oc_menu dt.menu_tit,
.oc_tokuten dt.menu_tit{
    text-align:center;
}
.oc_menu dt.menu_tit img,
.oc_tokuten dt.menu_tit img{
 width: 2em;
 margin-right:0.5em;
}
.school01_base .oc_menu dt.menu_tit{
    float:none;
    width:96%;
}
.school01_base .oc_menu dt,
.school01_base .oc_menu dd{
    
}
.school01_base .oc_menu dt{
    clear:left;
    width:20%;
}
.school01_base .oc_menu dd{
    width:70%;/*max72%*/
}

/* #route
---------------------------------------------- */
#route {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
.r_inner {
 width: 1040px; /*max1040px*/
 margin: 0 auto;
 padding: 200px 0 0 0;
 position: relative;
 z-index: 0;
}
.r_inner iframe {
 margin-top: 80px;
}
.r_inner img.qr_map {
 position: absolute;
 top: 160px;
 left: 300px;
 width: 120px;
}
.r_inner p.map_fukidashi {
 display: block;
 right: 20px;
 top: 140px;
 width: 492px; /*max512px*/
 height: 120px; /*max200px*/
 padding: 35px 10px 25px 30px;
 position: absolute;
 background-image: url(../img/map_fukidashi.png);
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% 100%;
 font-size: 90%;
 line-height: 1.5em;
}
.route_tit {
 display: block;
 background-image: url(../img/route.png);
 background-repeat: no-repeat;
 background-size: 50px;
 background-position: 0 top;
 padding: 20px 0 0 60px;
 margin: 0 0 0.5em 0;
 height: 30px;
 font-weight: 900;
 font-size: 110%;
}
.route_tit span {
 font-size: 140%;
}
#chuijikou {
 margin: 20px 0 0 0;
 padding: 10px 20px 0 20px;
 border: 2px solid #3e403f;
 background-color: #f7f4db;
}
#chuijikou p {
 display: block;
 background-color: #3e403f;
 color: #fff;
 text-align: center;
 padding: 10px 0;
 margin: 0 0 1em 0;
}
#chuijikou ul, #chuijikou li {
 display: block;
}
#chuijikou ul {
 width: 100%;
}
#chuijikou li {
 margin: 0 0 1em 0;
 padding: 0 0 0 1.6em;
 background-image: url("../img/checkmark.png");
 background-repeat: no-repeat;
 background-size: 1.4em;
 color: #3e403f;
}
#chuijikou li span {
 color: #2292fe;
}
#chuijikou li.corona_chui {
 background-image: url("../img/check_red.png");
 background-repeat: no-repeat;
 background-size: 1.4em;
 color: #EF3E37;
}
#chuijikou li.uketsuke_chui {
 background-image: url("../img/check_yellow.png");
 background-repeat: no-repeat;
 background-size: 1.4em;
 color: #9c7109;
}
.r_l_wrapper {
 width: 750px;

 margin: 0;
 padding: 0;
}
.r_r_wrapper {
 width: 67px; /*max100px*/
 height: 750px; /*about 1100px*/
 float: right;
 background-image: url(../img/enjoy.png);
 background-size: 60px !important;
 background-repeat: no-repeat;
 background-position: 15px 40px;
 background-color: #f7f4db;
 border: 4px solid #ef3237;
 border-radius: 10px;
 background-size: auto 100%;
 margin: 60px 0 20px 0;
 padding: 20px 20px 20px 5px;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}
.r_r_wrapper p {
 font-size: 200%;
 font-weight: 900;
 padding-top: 100px;
 color: #ef3237;
}
.r_r_wrapper p span {
 display: block;
 font-size: 70%;
 margin: 10px 10px 0 0;
 color: #000;
}
.opencampus {
 display: none;
}
.uketsuke_end { /*受付終了時の黒網掛け*/
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #000;
 opacity: 0.7;
}
.uketsuke_end p {
 display: block;
 margin: 60px;
 color: #fff;
 font-weight: 900;
 font-size: 160%;
 line-height: 1.7em;
    text-align: center;
}
.nemuro, .abashiri, .hakodate {
 width: 880px;
 margin: 0 auto 1em auto;
 position: relative;
}
.nemuro ul, .abashiri ul, .hakodate ul, .wakkanai ul {
 display: block;
 list-style: none;
}
.nemuro li p, .abashiri li p, .hakodate li p, .wakkanai li p {
 margin: 10px 3px 3px 3px;
}
.nemuro ul li {
 display: block;

 width: 125px;
 margin: 0 10px 0 0;
 padding: 0;
 border-left: 4px solid #ef3e37;
 border-top: 4px solid #ef3e37;
 border-right: 4px solid #ef3e37;
 border-radius: 10px 10px 0 0;
 background-color: #f7f4db;
 text-align: center;
 font-size: 140%;
 font-weight: 900;
}
.nemuro ul li span {
 font-size: 50%;
 line-height: 1.3em;
 display: block;
 font-weight: 100;
}
.nemuro dl.arrow_red {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_red.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
dl.arrow_red dd {
 display: block;

 width: 133px;
 margin: 0 10px 0 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
dl.arrow_red dd span {
 font-size: 60%;
 display: inline !important;
 line-height: 1.3em;
 font-weight: 700;
}
.nemuro dl.arrow_gray, .abashiri dl.arrow_gray {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_gray.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
.nemuro dl.arrow_gray dd, .abashiri dl.arrow_gray dd {
 display: block;

 width: 142px;
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
.hakodate dl.arrow_gray, .wakkanai dl.arrow_gray {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_gray.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
.hakodate dl.arrow_gray dd, .wakkanai dl.arrow_gray dd {
 display: block;

 width: 123px;
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
.hakodate dl.arrow_gray .ml200 {
margin-right: 224px;
}
dl.arrow_gray dd span {
 font-size: 50%;
 display: inline !important;
 line-height: 1.3em;
 font-weight: 700;
}

/*.abashiri*/
.abashiri ul li {
 display: block;

 width: 129px; /*6分割*/
 margin: 0 5px 0 0;
 padding: 0;
 border-left: 4px solid #8159ca;
 border-top: 4px solid #8159ca;
 border-right: 4px solid #8159ca;
 border-radius: 10px 10px 0 0;
 background-color: #f7f4db;
 text-align: center;
 font-size: 140%;
 font-weight: 900;
}
.abashiri ul li span {
 font-size: 50%;
 line-height: 1.3em;
 display: block;
 font-weight: 100;
}
.abashiri dl.arrow_purple {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_purple.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
dl.arrow_purple dd {
 display: block;

 width: 133px;
 margin: 0 10px 0 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
dl.arrow_purple dd span {
 font-size: 60%;
 line-height: 1.3em;
 font-weight: 700;
 display: inline;
}
/*.hakodate*/
.hakodate ul li {
 display: block;

 width: 110px; /*7分割*/
 margin: 0 5px 0 0;
 padding: 0;
 border-left: 4px solid #ff9831;
 border-top: 4px solid #ff9831;
 border-right: 4px solid #ff9831;
 border-radius: 10px 10px 0 0;
 background-color: #f7f4db;
 text-align: center;
 font-size: 140%;
 font-weight: 900;
}
.hakodate ul li span {
 font-size: 50%;
 line-height: 1.3em;
 display: block;
 font-weight: 100;
}
.hakodate ul .ml200 {
margin-right: 224px;
}

.hakodate dl.arrow_yellow {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_yellow.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
dl.arrow_yellow dd {
 display: block;

 width: 123px;
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
dl.arrow_yellow dd span {
 font-size: 60%;
 line-height: 1.3em;
 font-weight: 700;
 display: inline;
}
dl.arrow_yellow .ml200 {
    margin-right: 224px;
}
/*.wakkanai*/
.wakkanai ul li {
 display: block;

 width: 107px; /*7分割*/
 margin: 0 10px 0 0;
 padding: 0;
 border-left: 4px solid #11b366;
 border-top: 4px solid #11b366;
 border-right: 4px solid #11b366;
 border-radius: 10px 10px 0 0;
 background-color: #f7f4db;
 text-align: center;
 font-size: 140%;
 font-weight: 900;
}
.wakkanai ul li span {
 font-size: 60%;
 line-height: 1.3em;
 display: block;
 font-weight: 100;
}
.wakkanai dl.arrow_green {
 width: 880px;
 height: 60px; /*original max45px*/
 padding: 5px 0 0 0;
 float: none;
 border: none !important;
 border-radius: 0;
 clear: left !important;
 background-color: #fff !important;
 background-image: url("../img/arrow_green.png") !important;
 background-repeat: no-repeat;
 background-position: left top;
 background-size: 100% 100%;
 color: #fff;
}
dl.arrow_green dd {
 display: block;

 width: 124px;
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: 120%;
 font-weight: 900;
 color: #fff;
}
dl.arrow_green dd span {
 font-size: 60%;
 line-height: 1.3em;
 font-weight: 700;
 display: inline;
}
.a_black {
 margin: 0 auto;
 width: 1040px;
 padding: 30px 0 60px;
 background-image: url("../img/a_black.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 160px auto;
}
.a_black p {
 display: block;
 border: 2px solid #3e403f;
 background-color: #f7f4db;
 border-radius: 10px;
 padding: 10px;
 width: 800px;
 margin: 0 auto;
 font-size: 110%;
 font-weight: 900;
 text-align: center;
}
/* 店舗情報
-------------------------------- */
.resStore {
 width: 960px;
 margin: 30px auto;
 border: #ff7b00 solid 4px;
 padding: 30px 40px 20px;
 box-sizing: border-box;
 position: relative;
}
.resStore::before {
 content: 'お問い合わせはこちらの店舗へ';
 display: block;
 background: #FFF;
 height: 20px;
 line-height: 20px;
 position: absolute;
 left: calc(50% - 8em);
 top: -10px;
 color: #ff7b00;
 font-size: 16px;
 font-weight: bold;
 padding: 0 1em;
}

.resStore .mainStore {
    display: flex;
    justify-content: space-around;
}

.resStore .img01 {
 width: 370px;
 box-sizing: border-box;
 border: none;
 padding: 0;
}
.resStore .img01 p {
 padding: 0 !important;
}
.resStore .img01 img {
 max-width: 100% !important;

}
.resStore .txt {
 width: 460px;
}
.resStore .txt .name {
 font-weight: bold;
 font-size: 1.4em;
}
/*.resStore .txt .tel {
 font-weight: bold;
 font-size: 24px;
 line-height: 34px;
 color: #ff7b00;
 background: url(/files/img/common/icon_tel_04.png) no-repeat;
 min-height: 34px;
 padding-left: 36px;
}*/
.resStore .txt .address {
 margin-bottom: 20px;
}

.nearest_station {
padding-top: 5px;
min-height: 31px;
height: auto !important;
background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
line-height: 1.4em;
font-family: "メイリオ", Arial, Helvetica, sans-serif;
font-size: 140%;
font-weight: 700;
color: #F8450B;
padding-left: 35px;
}

.resStore .txt .name a {
    font-size: 140%;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 8px;
    background: url(/files/img/common/icon_logo_01.png) 0 5px no-repeat;
    padding: 10px 0px 8px 40px;
}

.resStore .tel {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
font-family: 'arial', serif;
font-size: 42px;
font-weight: 700;
line-height: 1;
color: #ff3e17;
margin-bottom: 5px;
}
.resStore .tel a {
color: #ff3e17;
}
.resStore .tel:before {
content: '';
display: inline-block;
vertical-align: middle;
width: 46px;
height: 34px;
background: url(/area/images/ico_tel.png) no-repeat;
-webkit-background-size: 46px auto;
background-size: 46px auto;
margin-right: 10px;
position: relative;
top: -2px;
}


/* #about_uni
---------------------------------------------- */
#about_uni {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
.u_inner {
 width: 1040px; /*max1040px*/
 margin: 0 auto;
 padding: 200px 0 3em 0;
 position: relative;
 z-index: 0;
}
.green{
 background-image:url(../img/unilife_reback.gif);
 padding:20px;
 border-radius:20px;
}
.green .gr_inner{
 padding:20px;
 margin: 0;
 background-color: #fff;
}
.green p{
 display:block;
 margin:0 0 1em 0;
}
.green p span{
 font-weight:900;
 font-size:110%;
 background-image:url(../img/underline_y.png);
 background-size:auto 100%;
 background-repeat:repeat-x;
}
.green p.nairan a{
 padding: 0.5em 1em 0.5em 3em;
 margin: 0 0 2em 0;
 display:block;
 background-color:#ffe999;
 border-radius:10px;
 font-size: 120%;
 font-weight: 900;
 line-height: 1.8em;
 background-image: url("../img/icon_mail.png");
 background-repeat: no-repeat;
 background-size: 2em;
 background-position:0.5em;
}
.green img{
 width: 100%;
 margin:0 0 1em 0;
}
h2{
 margin:0.5em 0;
 font-size:120%;
 font-weight:900;
 text-align:center;
 text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
}
h2 span{
 color:#ee416b;
 font-size:140%;
}

.logo_kcska{
    width: 500px;
    margin-bottom: 20px;
}
