@charset "utf-8";

/*リセット*/

body {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

p {
    margin: 0;
}

br {
    letter-spacing: normal;
}

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

a:hover {
    color: #999;
    text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 20px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.clear hr {
    display: none;
}

.small {
    font-size: 11px;
}

div {
    margin:0;
    padding:0;
}

.tline {
    position:absolute;
    left:100%;
    top:42px;
}

#line2 {
    top:0;
}
/*基本*/
.wrap{
    width: 100%;
    position: relative;
}

.section {
    padding-top:20px;
    overflow:hidden;
}

#slide01 {
    padding-top:0;
}

#slide02 {
    padding-top:0;
}

/*head*/
.header_wrap{
    width: 100%;
    background: #fff; /* Old browsers */
    padding:5px 0;
    position: relative;
   top:0;
}

.header{
    width:980px;
    margin: 10px auto;
    position: relative;
}
.logo{
    float: left;
}
.logo p{
    font-size: 12px;
    padding-bottom: 30px;
}
.nav{
    float: right;
}
.nav li{
    display: inline;
    padding-left: 20px;
}
/*main*/
.main {
    text-align:center;
    background:#02529b url('../images/main.jpg') 50% 0 no-repeat;
    position: relative;
    overflow:hidden;
}
.main_in {
    background:url('../images/main2.png') 50% bottom no-repeat;
    height:670px;
}
/*.main img {
    max-width:980px;
    height:auto;
}
*/
#slide01{
    background: #005199; /* Old browsers */
}

#heart {
    position:absolute;
    width:490px;
    top:132px;
    left:50%;
    margin-left:-245px;
}

/*blue*/
.scroll {
    text-align:center;
    position: relative;
    padding:0;
    width:100%;
    height:365px;
    overflow:hidden;
    background: url("../images/scroll_img.jpg") ;
    background-repeat:repeat-x;
    margin:0 auto;
}
/*
.scroll img {
    max-width:980px;
    height:auto;
}
*/
.blue{
    width: 100%;
    position: relative;
    padding-top:60px;
}
#slide02{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48bee7+1,4ba6d5+100 */
    background: #48bee7; /* Old browsers */
    background: -moz-linear-gradient(top, #48bee7 1%, #4ba6d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#48bee7), color-stop(100%,#4ba6d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #48bee7 1%,#4ba6d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #48bee7 1%,#4ba6d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #48bee7 1%,#4ba6d5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #48bee7 1%,#4ba6d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48bee7', endColorstr='#4ba6d5',GradientType=0 ); /* IE6-9 */
}

#title2 {
    position:absolute;
}

.blue_d img{
    position: absolute;
    right: 10px;
    top: -120px;
    z-index:999999;
}
/*
.blue_d {
    margin-top: -75px;
    float:right;
}
 */
.blue h2{
    width: 110px;
    font-size: 20px;
    color: #f4dd6f;
}
.blue_in{
    width: 980px;
    margin: 0 auto;
    padding-top:60px;
    padding-bottom: 40px;
    position: relative;
}
.blue_img{
    width: 226px;
    float: left;
}
.blue_text{
    width: 720px;
    float: right;
    font-size: 15px;
    padding: 10px 0;
}

/*
.blue_in p:first-of-type{
    width: 226px;
    float: left;
}
.blue_in p:nth-of-type(2){
    width: 720px;
    float: right;
    font-size: 15px;
    padding: 10px 0;
}
 */
.t-right{
    text-align:right;
}
/*red*/
.red{
    width: 100%;
    min-height:100%;
    position: relative;
}
#slide03{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e56558+1,da5046+100 */
    background: #e56558; /* Old browsers */
    background: -moz-linear-gradient(top, #e56558 1%, #da5046 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e56558), color-stop(100%,#da5046)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e56558 1%,#da5046 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e56558 1%,#da5046 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e56558 1%,#da5046 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e56558 1%,#da5046 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56558', endColorstr='#da5046',GradientType=0 ); /* IE6-9 */
}
.red h2{
    font-size: 20px;
    color: #fff;
    padding: 20px 0 10px 0;
}

#title3 {
    position:absolute;
}

.red_in{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top:50px;
    position: relative;
}
.red_in table{
    width: 100%;
    border-collapse:collapse;
    margin-top:50px;
}
.red_in tr{
    border-bottom: 1px solid #fff;
}
.red_in table tr:last-child{
    border: none;
    height: 20px;
}
.red_in th{
    color: #fff;
    width:120px;
}
.red_in td{
    color: #fff;
    border-left: 1px solid #fff;
    position:relative;
    height:65px;
}
.red_in .under th{
    border-bottom: 1px solid #fff;
}
.red_in .under td{
    border-bottom: 1px solid #fff;
}

.red_in td.mark img {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-27px;
}
.week td{
    font-size: 30px;
    font-weight: bold;
}
tr.week td:nth-child(7){
    color: #000;
}
.week td:last-child{
    color: #000;
}
td.kyubig{
    font-size: 30px;
}
.red_in th{
    text-align: center;
}
.red_in td{
    text-align: center;
}
.red_in ul{
    text-align: center;
    padding-top: 10px;
}
.red_in li{
    display: inline;
    font-size: 14px;
    color: #fff;
}
/*brown*/
.brown{
    width: 100%;
    min-height:100%;
    position: relative;
}
#slide04{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a552a+1,6e4b34+100 */
    background: #9a552a; /* Old browsers */
    background: -moz-linear-gradient(top, #9a552a 1%, #6e4b34 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9a552a), color-stop(100%,#6e4b34)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9a552a 1%,#6e4b34 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9a552a 1%,#6e4b34 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9a552a 1%,#6e4b34 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9a552a 1%,#6e4b34 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a552a', endColorstr='#6e4b34',GradientType=0 ); /* IE6-9 */
}
.brown h2{
    font-size: 20px;
    color: #eaa543;
    padding: 20px 0 10px 0;
}
#title4 {
    position:absolute;
}
.brown span{
    font-size: 14px;
    vertical-align: baseline;
}
.brown_in{
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;

}
div.mt50 {
    margin-top: 50px;

}
.brown_in p:first-of-type{
    float: left;
    padding: 10px 0;
}
.brown_in p:nth-of-type(even){
    float: left;
    width: 500px;
    padding: 10px 0;
    margin-left: 40px;
    color: #fff;
    font-size: 15px;
}
.brown_in p:last-of-type{
    float: right;
}
.brown_name{
    position: absolute;
    right: 220px;
    top: 280px;
}
/*yellow*/
.yellow{
    width: 100%;
    min-height:100%;
    position: relative;
    padding-bottom: 40px;
}
#slide05{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeb567+1,e8a547+100 */
    background: #eeb567; /* Old browsers */
    background: -moz-linear-gradient(top, #eeb567 1%, #e8a547 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeb567), color-stop(100%,#e8a547)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeb567 1%,#e8a547 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeb567 1%,#e8a547 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeb567 1%,#e8a547 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeb567 1%,#e8a547 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb567', endColorstr='#e8a547',GradientType=0 ); /* IE6-9 */
}

.yellow h2{
    font-size: 20px;
    color: #6b3b1d;
    padding: 20px 0 10px 0;
}
#title5 {
    position:absolute;
}
.yellow_in{
    width: 980px;
    margin: 0 auto;
    padding-top:50px;
    position: relative;
}
.yellow_in p:first-of-type{
    float: left;
    padding: 0 0 10px 0;
}
.yellow_in p:nth-of-type(even){
    float: left;
    width: 500px;
    padding: 0 0 10px 0;
    margin-left: 40px;
    color: #6b3b1d;
    font-size: 15px;
}
.yellow_in div.ashi img {
    position:absolute;
}
.yellow_in div.ashi{
    position:relative;
}
.yellow_name{
    position: absolute;
    right: 214px;
    top: 230px;
}
/*liblue*/
.liblue{
    width: 100%;
    min-height:100%;
    position: relative;
}
#slide06{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1ebf0+0,c8e7ed+100 */
    background: #d1ebf0; /* Old browsers */
    background: -moz-linear-gradient(top, #d1ebf0 0%, #c8e7ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1ebf0), color-stop(100%,#c8e7ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1ebf0 0%,#c8e7ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1ebf0 0%,#c8e7ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1ebf0 0%,#c8e7ed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d1ebf0 0%,#c8e7ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ebf0', endColorstr='#c8e7ed',GradientType=0 ); /* IE6-9 */
}

.liblue h2{
    font-size: 20px;
    color: #6b3b1d;
    padding: 20px 0 10px 0;
}
#title6 {
    position:absolute;
}
.liblue_in{
    width: 980px;
    margin: 0 auto;
    padding-top:50px;
    padding-bottom: 40px;
    position: relative;
}
.liblue_in p:first-of-type{
    float: left;
    width: 420px;
/*    padding: 20px 0 10px 0;*/
    color: #6b3b1d;
    font-size: 15px;
}
.liblue_in p:nth-of-type(even){
    float: left;
        margin-left: 65px;

}
.liblue_in p:last-of-type{
    float: right;
}
/*pink*/
.pink{
    width: 100%;
    position: relative;
}
#slide07{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f29f93+0,ef887b+100 */
    background: #f29f93; /* Old browsers */
    background: -moz-linear-gradient(top, #f29f93 0%, #ef887b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29f93), color-stop(100%,#ef887b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f29f93 0%,#ef887b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f29f93 0%,#ef887b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f29f93 0%,#ef887b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f29f93 0%,#ef887b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29f93', endColorstr='#ef887b',GradientType=0 ); /* IE6-9 */
}
.pink h2{
    font-size: 20px;
    color: #6b3b1d;
    padding: 20px 0 10px 0;
}
#title7 {
    position:absolute;
}
.pink_in{
    width: 980px;
    margin: 0 auto;
    padding-top:50px;
    padding-bottom: 40px;
    position: relative;
}
.pink_in span{
    font-weight: bold;
    font-size: 14px;
}
.maplink {
    width:480px;
    float: left;
    text-align: left;
}

.pink_in p:first-of-type{
    float: left;
    margin-left: 34px;
}
.pink_in p:nth-of-type(even){
    float: left;
    margin-left: 35px;
}
.pink_in p:last-of-type{
    float: right;
    color: #6b3b1d;
    font-size: 13px;
}
/*fotter*/
#footer{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding:5px 0;
    position:absolute;
    bottom:0;
}
.foot{
    width: 980px;
    margin: 0 auto;
}
.foot_logo{
    float: left;
    padding: 20px 0 10px 0;
}
.copy{
    float: right;
    padding: 20px 0 10px 0;
    position: relative;
}
.copy p:first-child{
/*
    position: absolute;
    font-size: 9px;
    top: 10px;
    left: 146px;
*/
    color: #004ea2;
}
.copy p:nth-child(even){
    font-size: 30px;
    text-align: center;
    color: #004ea2;
    font-weight: bold;
}
.copy small{
    font-size: 10px;
}

@media (max-width: 980px) {
img {
    max-width:100%;
    height:auto;
}
.header{
    width:100%;
}
#scroll{
    width:100%;
}
.blue_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.red_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.brown_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.yellow_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.liblue_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.pink_in{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.foot{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
}

#nakape {
    height:270px;
    width:480px;
    float: left;

}
.gm-style-iw * {
    display: block;
    width: 100%;
    float: left;

}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
