@charset "euc-jp";

/* common
------------------------------ */
article {
    font-family: "¥á¥¤¥ê¥ª", Meiryo,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
}
article a {
    text-decoration: none;
}
article img {
    box-sizing: border-box;
    vertical-align: bottom;
}
article h2 {
    padding: 15px 0;
    margin-bottom: 10px;
    background: -moz-linear-gradient(left, #26c1ec, #0696e8);
    background: -webkit-linear-gradient(left, #26c1ec, #0696e8);
    background: linear-gradient(to right, #26c1ec, #0696e8);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
article h2 span {
    color: #ffe641;
}
article .red {
    color: #ee5b5c;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff29b 60%);
}
article .blk {
    font-weight: bold;
    border-bottom: 2px dotted #26c1ec;
}
section {
    margin: 0 20px 30px;
}
section div {
    margin: 10px 0;
    line-height: 1.8;
    font-size: 1.6rem;
}
img {
    width: 100%;
}

/* header
------------------------------ */
.header {
    border-bottom: 1px solid #bababa;
    text-align: left;
    padding: 12px 15px;
}
.header a {
    display: block;
    width: 23%;
}
.header a img {
    width: 100%;
}

/* mani_visual
------------------------------ */
.main_visual {
    margin: 0 0 30px;
    padding: 20px 0;
    border: 10px solid #217fc4;
}
.main_visual h1 {
    margin-bottom: 10px;
}
.main_visual div{
    margin: 10px 20px 0;
    font-size: 1.4rem;
}
.main_visual h2 {
    margin: 0 20px;
}

/* route
------------------------------ */
section.route {
    margin: 0 0 30px;
    text-align: center;
}
.route h2 {
    margin: 0 20px;
}
.route div {
    margin: 10px 20px;
    text-align: left;
}
.route > img {
    width: 50%;
}
.route .exchange_route {
    margin: 20px 0 0;
    padding: 20px;
    background: #fffcda;
}
.route .exchange_route p {
    margin-top: 10px;
}
.route h3 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

/* instagram
------------------------------ */
.instagram img {
    margin-bottom: 25px;
}

/* btn
------------------------------ */
.btn_area {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #eee;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.btn_area a.btn:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background: url("img/ico_link.png") #f3e639 no-repeat right center;
  background-size: contain;
  vertical-align: middle;
}
.btn_area p {
    font-size: 1.4rem;
}
article .btn {
    width: 80%;
    padding: 20px 0 ;
    margin-top: 5px;
    display: inline-block;
    background: #f3e639;
    border-radius: 10px;
    border: 2px solid #79710b;
    border-bottom: 5px solid #79710b;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}

/* howto
------------------------------ */
section.howto {
    margin: 0 0 30px;
}
.howto h2,
.howto div {
    margin: 10px 20px;
}
.howto div.getsugaku {
    margin: 20px 0;
    padding: 20px;
    background: #fffcda;
    text-align: center;
}
.getsugaku h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 1.8rem;
}
.getsugaku h3:before{
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #21c0eb;
}
.getsugaku div {
    margin-bottom: 10px;
    text-align: left;
}
.getsugaku .btn {
    width: 100%;
    padding: 15px 0;
}
.register {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.3rem;
}
.register p {
    margin-bottom: 5px;
}
.register a {
    padding: 20px 0;
    margin: 0 20px;
    box-sizing: border-box;
    display: block;
    border: #d13f4a 1px solid;
    border-radius: 6px;
    background :#ee6670;
    background: -moz-linear-gradient(top, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4f7), color-stop(3%,#ee646e), color-stop(100%,#ee6670));
    background: -webkit-linear-gradient(top, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    background: linear-gradient(to bottom, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    box-shadow: 2px 2px 3px #a8a8a8;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
}
/* footer
------------------------------ */
#footer p.copyright {
    font-size: 0.8125em;
    padding: 10px 0;
}
