/* common 
=========================================*/
@charset "UTF-8";
*{margin:0;
 padding:0;
 }

* {
  box-sizing: border-box;
}
body{
	background-attachment: fixed;
	background-size: 100%;
}
body {
  font-family:Quicksand, æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f9fe;
}
h1 {
  font-size:50px;
  line-height: 1.3;
  text-align: center;
  padding: 30px; 
}
h2 {
  font-size: 30px;
  text-align: center;
  padding: 0.3em;/*æ–‡å­—å‘¨ã‚Šã®ä½™ç™½*/
  color: #010101;/*æ–‡å­—è‰²*/
  background: #eaf3ff;/*èƒŒæ™¯è‰²*/
  border-bottom: solid 3px #516ab6;/*ä¸‹ç·š*/
  margin: 5%;
}
h3{
  font-size: 25px;
  text-align: center;
  padding: 0.4em 0.5em;/*æ–‡å­—ã®ä¸Šä¸‹ å·¦å³ã®ä½™ç™½*/
  background: #f4f4f4;/*èƒŒæ™¯è‰²*/
  width: 50%;
  margin: 3% auto 2%;
  background: #f4f4f4;
}
@media screen and (max-width: 480px) {
  h3{
    width: 90%;
  }
}
h4{
  font-size: 20px;
  text-align: center;
  padding: 0.3em;
}
p { 
  font-size:20px;
  text-align: center;
  line-height: 200%;
}
table {
  font-size: 20px;
  text-align: center;
}
th {
  font-weight: normal;
  text-decoration: underline;
}
li{
  font-size: 20px;
}
a{
  font-size: 20px;
}
img{
  width: 100%;
}

/* header 
=========================================*/
.header {
  justify-content: space-between;
  background: #1563b6;
  padding: 20px;
}
.header .logo {
  font-size:40px;
}
.header .logo a {
  font-size: 40px;
  text-decoration: none;
  color: #fff;
}
.header .logo p {
margin-top:-7px;
font-size: 10px;
text-align: left;
color:#fff;
}

/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³*/
.menu {
  margin-top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  text-align: center;
}
.menu ul li {
  display: inline-block;

}
.menu ul li a {
  display: inline-block;
  padding: 0.5em 0.5em;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
}
.menu ul li a:hover {
  color: #1563b6;
  background-color: #ffffff;
}

/*PCãƒ»ã‚¹ãƒžãƒ›*/
@media screen and (min-width: 850px) {
  .header {
    display: flex;
  }
  .menu{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .header {
    display: block;
  }
  .menu {
    width: 90%;
  }
}

/*main
=========================================*/
/*
.main{
  background-image: url(images/hakuou_university.jpg) ;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.mask{
  height:100%;
  background: rgba(255,255,255,0.5);
}
*/
/*=============contents01===========*/
/*image*/
.image{
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .image{
    width: 100%;
  }
}
/*=============contents03===========*/
/*sankahi*/
.sankahi table {
  margin: 0 auto;
}
.sankahi table th {
  padding: 10px;
}
.sankahi table td {
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .sankahi table {
    width: 80%;
  }
  .sankahi table th,
  .sankahi table td {
ã€€ã€€border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*=============contents05===========*/
/*shimekiri*/
.shimekiri table {
  margin: 0 auto;
}
.shimekiri table th {
  padding: 10px;
}
.shimekiri table td {
  padding: 10px;
  color: #dc143c;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .shimekiri table {
    width: 80%;
  }
  .shimekiri table th,
  .shimekiri table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*=============contents06===========*/
/*shusi*/
.shusi0{
  padding:10px;
}
.shusi p{
  text-align: left;
}
.shusi{
  width: 80%;
  padding: 0.5em 1em;
  margin: 0 auto;
  border: dashed 2px #000;/*ç‚¹ç·š*/
}
@media screen and (max-width: 480px) {
  .shusi{
    width: 95%;
  }
}
/*=============contents07===========*/
/*time*/

.time {
  width: 80%;
  margin: 2% auto;
} 

.time tr {
  margin: 30px;
}
.time th {
  box-sizing: border-box;
  font-weight: bold;
  height: 40px;
  display: block;
  width: 100%;
  text-decoration-line: none;
}
.time td{
  width: 50%
} 
.time2 {
margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .time {
    width: 90%;
  }
  .time tr {
    margin: 30px 0;
  }
  .time tr,.time td{
    display: block;
    position: relative;
  }
  .time th {
    border-bottom: solid 3px #5b8bd0;
  }
  .time td {
    width: 100%;
    padding-top: 10px; 
  }
}
/*ul li*/
.li ul {
  width: 70%;
  margin: 0 auto;
  border-top: solid #1e366a 2px;/*ä¸Šã®ãƒœãƒ¼ãƒ€ãƒ¼*/
  border-bottom: solid #1e366a 2px;/*ä¸‹ã®ãƒœãƒ¼ãƒ€ãƒ¼*/
  padding: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 480px) {
  .li ul {
    width: 90%;
  }
}
.li ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  color: #000;
}
.li{
  margin: 2%;
}
/*=============contents08===========*/
/*qr*/
.qr{
  width: 10%;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .qr{
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .qr{
    width: 50%;
  }
}
/*ul li*/
.li ol {
  width: 70%;
  margin: 0 auto;
  border-top: solid #1e366a 2px;/*ä¸Šã®ãƒœãƒ¼ãƒ€ãƒ¼*/
  border-bottom: solid #1e366a 2px;/*ä¸‹ã®ãƒœãƒ¼ãƒ€ãƒ¼*/
  padding: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 480px) {
  .li ol {
    width: 90%;
  }
}
.li ol li {
  line-height: 1.5;
  padding: 0.5em 0;
  color: #000;
}
.li{
  margin: 2%;
}
/*hotel*/
.hotel {
  width: 90%;
  margin: 0 5%;
}
.hotel1 {
  float: left;
  width: 50%;
  padding: 2% 1%;
}
.hotel2 {
  margin: 2%;
  border: solid 2px #5b8bd0;
  padding: 1%;
}
.moushikomi {
  margin: 0 5%;
}
@media screen and (max-width: 800px) {
  .hotel1 {
    float: none;
    width: 100%;
  }
}
/*koza*/
.koza0{
  padding:10px; 
}
.koza{
  width: 80%;
  padding: 0.5em 1em;
  margin: 0 auto;
  border: dashed 2px #5b8bd0;/*ç‚¹ç·š*/
}
@media screen and (max-width: 480px) {
  .koza{
    width: 95%;
  }
}
/*=============contents09===========*/
/*access*/
.trainaccess{
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .trainaccess{
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .trainaccess{
    width: 90%;
  }
}
.map{
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .map{
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .map{
    width: 90%;
  }
}
.googlemap{
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .googlemap{
    width: 50%;  }
}
@media screen and (max-width: 480px) {
  .googlemap{
    width: 90%;
  }
}
/*=============contents10===========*/
/*madoguchi*/
.madoguchi table {
  margin: 30px auto;
}
.madoguchi table th {
  padding: 10px;
  background-color: #013089;
  color: #fff;
  text-decoration-line: none;

}
.madoguchi table td {
  padding: 5px;
  background-color: #f5fffa;
}
@media screen and (max-width: 640px) {
  .madoguchi table {
    width: 80%;
  }
  .madoguchi table th,
  .madoguchi table td {
ã€€ã€€border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*=============contents11===========*/
/*shusai*/
.shusai table{
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
}
.shusai table tr{
  border-bottom: solid 2px white;
}
.shusai table tr:last-child{
  border-bottom: none;
}
.shusai table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #1563b6;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.shusai table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #1563b6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.shusai table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #f4f4f4;
  padding: 10px 0;
}

/*footer
=========================================*/
.copyright{
  padding-top: 40px;
}
.copyright p{
  font-size: 15px; 
}

/* ãŠç”³è¾¼ã¿ãƒ•ã‚©ãƒ¼ãƒ 
=========================================================*/
.form{
 width: 90%;
  margin: 0 auto;
}

.contentsForm {
  text-align:center;
}
.contentsForm p { 
  margin-bottom: 20px;
}
.contentsForm form { margin: 0; padding: 0;}

label {
  cursor: pointer;
}
table.contactBox {
  width: 80%;
  margin: 2% auto;
  background: #fff;
}
table.contactBox input { font-size: 15px;}
table.contactBox th {
  padding:8px 5px 5px 8px;
  text-align:left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  border-right: 1px solid #ccc;
background: #f6f6f6;
  width: 30%;
}
table.contactBox td {
  padding:5px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
.sanka { margin-right:45px;}
.contactBtn {
  margin:0 auto 50px;
}
.font_s {
  font-size:x-small;
}
.font_l {
  font-size:x-large;
}

.bg_color01 {
  background-color:#5b8bd0;
  color:#FFF;
  font-weight:bold;
  text-align:center;
  font-size:120%;
}
.bg_color02 {
  background-color:#5b8bd0;
  color:#FFF;
  font-weight:bold;
  text-align:center;
  font-size:120%;
}
table.contactBox th:last-child {
  background-color:none;
}
.bg_color03 {
  background-color: #013089;
  font-weight:bold;
  text-align:center!important;
  color: #fff;
  font-size: 22px;
}
.bg {background: #f6f6f6;}

.mark {
  font-size:x-small;
  color:red;
}

.w200 { width:250px;}
.w350 { width:350px;}

@media screen and (max-width: 480px){
  table.contactBox th { width:auto; }
.sanka { margin-right:0px;}
.w200, .w350 { width:100%!important;}
}
@media screen and (max-width: 480px){
  .box6 { width:100%; margin:auto;}
  a.accessurl { font-size:14px; } 
}
/*button*/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #1563b6;
  border: 2px solid #1563b6;
  color: #f6f6f6;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #1563b6;
  color: #1563b6;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #1563b6;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #1563b6;
}


/*tsuikabutton*/
.tsuikabutton{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}
.tsuikabutton:hover {
  background: #00bcd4;
  color: white;
}