@charset "utf-8";
/* ＝＝＝＝＝＝＝＝　INITIAL SETUP　＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
html {
  -ms-text-size-adjust: 100%;  /*IE on Windows Phone用デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ*/
  -webkit-text-size-adjust: 100%;  /*iOS用デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ*/
  font-family: Tahoma, Geneva, sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  /*vertical-align: middle;*/
}
/* ＝＝＝＝＝＝＝＝　LAYOUT　＝＝＝＝＝＝＝＝＝ */

#warpper {
  width: 100%;
}
@media only screen and (min-width:961px) {
  #warpper {
    max-width: 1160px;
    padding: 0px 15px;
    margin: 0px auto;
  }
}

header {
  width: 100%;
}

#main {
  width: 100%;
  margin: 40px 0px;
  padding: 0px 15px;
}
@media only screen and (min-width:961px) {
  #main {
    margin-left: -15px;
    float: left;
    margin-right: -300px;
    padding-right: 330px;
  }
}

aside {
  width: 300px;
  margin: 40px auto;
}
#sidebar2 {
  display: none;
}
@media only screen and (min-width:651px) {
  aside {
    width: 620px;
  }
  #sidebar1 {
    width: 300px;
    float: left;
  }
  #sidebar2 {
    width: 300px;
    float: right;
    display: block;
  }
}
@media only screen and (min-width:961px) {
  aside {
    width: 300px;
    float: right;
  }
}
aside:after {
  display: table;
  content: "";
  clear: both;
}

footer {
  width: 100%;
  clear: both;
  background: #030D2E;
  padding-bottom: 50px;
}
.footer_content {
  max-width: 1160px;
  margin: auto;
}
/* ＝＝＝＝＝＝＝＝　HEADER　＝＝＝＝＝＝＝＝＝ */
#top_title {
  font-family: 'Architects Daughter', cursive;
  float: left;
  margin: 15px 0px 3px 10px;
  font-size: 18px;
  color: #777;
}
@media only screen and (min-width:401px) {
  #top_title {
    font-size: 24px;
  }
}
@media only screen and (min-width:651px) {
  #top_title {
    font-size: 32px;
  }
}

#header-top-link {
  float: right;
  margin: 10px 10px 5px;
  list-style-type: none;
}
#header-top-link li {
  display: inline-block;
  margin-left: 10px;
}
#header-top-link a {
  display: block;
  text-decoration: none;
  color: #999;
}
#header-top-link i {
  font-size: 22px;
  vertical-align: -12px;
}
#header-top-link span {
  display: none;
}

@media only screen and (min-width:651px) {
  #header-top-link span {
    display: inline;
    color: #666;
    font-size: 15px;
  }
  #header-top-link i {
    vertical-align: baseline;
  }
}
#header-top:after {
  display: table;
  content: "";
  clear: both;
}
#header-img {  
# height: 200px;
 height: 100%;
  width: 78%;
#  background-image: url("../images/kurushima-top.jpg");
  background-image: url("../images/pleasure-boat.png");
  background-size: cover;
  background-position: bottom;
}

@media only screen and (min-width:651px) {
  #header-img {
    height: 250px;
  }
}

@media only screen and (min-width:961px) {
  #header-img {
    height: 300px;
  }
}
/* ＝＝＝＝＝＝＝＝　NAV　＝＝＝＝＝＝＝＝＝ */

nav ul {
  list-style-type: none;
}
nav li {
  width: 50%;
  float: left;
  border-bottom: solid 2px #355B8E;
}
nav li:nth-child(odd) {
  border-right: solid 2px #355B8E;
}
@media only screen and (min-width:651px) {
  nav li {
    width: 16.66666667%;
    border-right: solid 2px #355B8E;
    border-bottom: none;
  }
  nav li:last-child {
    border-right: none;
  }
}
nav a {
  display: block;
  background: #030D2E;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 48px;
  padding-left: 15px;
  text-decoration: none;
}
@media only screen and (min-width:651px) {
  nav a {
    line-height: 36px;
    text-align: center;
    padding-left: 0;
  }
}
nav a:hover {
  background: #3B6FB5;
  text-decoration: underline;
}
nav ul:after {
  display: table;
  content: "";
  clear: both;
}
/* ＝＝＝＝＝＝＝＝　MAIN　＝＝＝＝＝＝＝＝＝ */

#main section {
  margin-bottom: 60px;
}
#main section section{
  margin-top: 40px;
}
h1.title, h2.title {
  color: #333;
  line-height: 1.2;
  border-bottom: solid 1px #999;
  margin-bottom: 8px;
}
h1.title {
  font-size: 20px;
}
h2.title {
  font-size: 18px;
}

@media only screen and (min-width:651px) {
  h1.title {
    font-size: 24px;
  }
  h2.title {
    font-size: 20px;
  }
}
.main-text {
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (min-width:651px) {
  .main-text {
    font-size: 16px;
  }
}
.row {
  margin: 10px -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
}

.col-2-2-1-60, .col-2-2-1-40, .col-3-3-1 {
  width: 100%;
  padding: 0px 15px;
  float: left;
  margin-top: 20px;
}
.col-4-2-2 {
  /*display: block;*/
  width: 50%;
  padding: 0px 15px;
  float: left;
}

@media only screen and (min-width:651px) {
   .col-2-2-1-60 {
    width: 60%;
    margin-top: 0;
  }
  .col-2-2-1-40 {
    width: 40%;
    margin-top: 0;
  }
  .col-3-3-1 {
    width: 33.33333333%;
    margin-top: 0;
  }
  .col-4-2-2 {
    width: 25%;
  }
}
/* ＝＝＝＝＝＝＝＝　SIDE BAR　＝＝＝＝＝＝＝＝＝ */

.banner {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
aside p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* ＝＝＝＝＝＝＝＝　FOOTER　＝＝＝＝＝＝＝＝＝ */

footer ul {
  width: 100%;
  margin-bottom: 30px;
  list-style-type: none;
}

@media only screen and (min-width:961px) {
  footer ul {
    width: 300px;
  }
}
footer li {
  width: 50%;
  float: left;
}
footer li a {
  display: block;
  color: #FFF;
  font-size: 13px;
  line-height: 48px;
  padding-left: 10px;
  text-decoration: none;
}

@media only screen and (min-width:961px) {
  footer li a {
    line-height: 24px;
  }
}
footer li a:hover {
  background: #3B6FB5;
}
footer ul:after {
  display: table;
  content: "";
  clear: both;
}
#copyright {
/*  text-align: right;*/
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
}

@media only screen and (min-width:651px) {
  #copyright br {
    display: none;
  }
}
/* ＝＝＝＝＝＝＝＝　GENERAL　＝＝＝＝＝＝＝＝＝ */

.v-space {
  height: 0px;
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.window_width, .bg_position {
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
}

@media only screen and (max-width:650px) {
  .sm-nopad {
    padding: 0;
  }
}

/* ＝＝＝＝＝＝＝＝　CALENDAR　＝＝＝＝＝＝＝＝＝ */
/*
.calendar-area {
  overflow-x: auto;
}
.calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.calendar__nav__month {
  font-size: 1.5rem;
  font-weight: bold;
}
.calendar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.calendar li {
  border-left: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  flex: none;
  width: calc(100% / 7);
  height: 120px;
  text-align: center;
  position: relative;
}
.calendar li:nth-child(7n) {
  border-right: 1px solid #A7A7A7;
}
/ *.calendar li:nth-last-child(-n+7) {
  border-bottom: 1px solid #A7A7A7;
}* /
.calendar .calendar__week {
  background: #EBF9FF;
  padding: 0.5rem 0;
  height: auto;
}
.calendar__date {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.calendar__gray {
  background: #ccc;
}
.calendar__status {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.wb-keep {
  word-break: keep-all;
}
.btn {
  border: none;
  border-radius: 0.5rem;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.calender_inner {
  height: 600px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:1159px) {
  .calendar li {
    height: 10vw;
  }
  .calender_inner {
    height: 50vw;
  }
}
@media screen and (max-width:960px) {
  .calendar li {
    height: 13vw;
  }
  .calender_inner .calendar li {
    min-height: 80px;
  }
  .calender_inner {
    height: 65vw;
    min-height: 400px;
  }
}
@media screen and (max-width:767px) {
  .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .calendar__nav__month {
    font-size: 1.3rem;
  }
}
*/
/* ＝＝＝＝＝＝＝＝　入力フォーム　＝＝＝＝＝＝＝＝＝ */
/*form {
     width: 800px;
     border: solid 1px black;
 }*/
 
label {
    display: block;
   }
 
.example{
    text-align: center;
}
