@charset "utf-8";
/* CSS Document */

/* index Styles
-----------------------------------------*/
#index, #login {
  background-image: url(https://sixthirds.xxxx.jp/images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed; 
}
#index .inner {
  background-color: rgba(255,255,255,0.9);
  margin: 3rem 0;
}
@media (min-width:768px) and (max-width: 1199px) {
  #index .inner {
    margin: 4rem 0;
  }
}
@media (min-width:1200px) {
  #index .inner {
    margin: 5rem 0;
  }
}

/* index header
-----------------------------------------*/
#index header h1 {
  margin: 0;
  font-size: 2rem;
  color: #5690c7;
  line-height: 5rem;
  font-weight: normal;
  padding-top: 2rem;
}
@media (min-width:769px) {
  #index header h1 {
    font-size: 3rem;
    line-height: 8rem;
  }
}

#index header a {
  text-decoration: none;
  cursor: url(https://sixthirds.xxxx.jp/cursor.cur), default;
}

#index header h1 a:link,
#index header h1 a:visited,
#index header h1 a:hover,
#index header h1 a:active
{
  color:#5690c7;
} 
/*未訪問のリンクの色*/ /*訪問済みのリンクの色*//*カーソルが乗っているリンクの色*//*クリック中のリンクの色*/

/* index main
-----------------------------------------*/
#index main .indexContainer {
  padding: 0;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.indexBox1, .indexBox2 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.indexBox1 section, .indexBox2 section {
  width: 100%;
}
@media (min-width:768px) {
  .indexBox1, .indexBox2 {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
    flex-direction: row;
  }
  .indexBox1 section, .indexBox2 section {
  width: 50%;
  }
}
@media (min-width:500px) and (max-width:767px){
  #index main .indexContainer {
    padding: 0 1rem;
  }
}
@media (min-width:768px) {
  #index main .indexContainer {
    padding: 0 2rem 0 1rem;
  }
}


#index main h1 {
  margin: 1rem 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  color: #649f44;
  position: relative;
  line-height: 1.4;
  padding:0.3rem 1rem 0rem;
  display: inline-block;
  top:0;
}
@media (min-width:768px) {
  #index main h1 {
    font-size: 1.25rem;
  }
}
#index main h1:before, #index main h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#index main h1:before {
  border-top: dotted 2px #649f44;
  border-left: dotted 2px #649f44;
  border-bottom: dotted 2px #649f44;
  left: 0;
}
#index main h1:after {
  content: '';
  border-top: dotted 2px #649f44;
  border-right: dotted 2px #649f44;
  border-bottom: dotted 2px #649f44;
  right: 0;
}

#index main ul {
  margin: 1.5rem 0;
  list-style-type: disc;
  margin-inline-start: 0;
  margin-inline-end: 0.5rem;
}
#index main ul li {
  margin-bottom: 0.5rem;
}
.please li:last-child{
  list-style-type: none;
}


.enter {
  margin: 1rem;
}
.btn-edge {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 30px;
  margin-bottom: 2rem;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: #5690c7;
  color: rgb(255, 255, 255);
  transition: .4s;
}
.btn-edge:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px white;
  border-bottom: solid 41px transparent;
  z-index: 1;
  transition: .4s;
}
.btn-edge:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 21px transparent;
  border-bottom: solid 41px white;
  z-index: 1;
  transition: .4s;
}
.btn-edge:hover:before, .btn-edge:hover:after {
  border-left-width: 25px;
}
.deg_btn:hover {
  background: #2c3148;
}

/* index footer
-----------------------------------------*/
#index footer{
  margin: 0 auto;
  max-width: 1200px;
  color: #295782;
  text-align: right;
  line-height: 3rem;
  position: relative;
}
#index footer small{
 font-size: 0.8rem;
  padding-right: 1rem;
}
/* test用footer
-----------------------------------------*/
#index footer a {
  color: #0062ac;
  text-decoration: none;
  cursor: url(https://sixthirds.xxxx.jp/cursor.cur), default;
}

#index footer h1 a:link,
#index footer h1 a:visited,
#index footer h1 a:hover,
#index footer h1 a:active
{
  color:#0062ac;
} 
/* login page Styles
-----------------------------------------*/
#login form .password {
  font-size: 0.75rem;
  margin: 0;
}
#login .errorMessage {
  font-size: 0.75rem;
  color: #f00;
}
#login .hint {
  margin: 2rem 0 1rem;
}
#login .loginBox {
  padding: 2rem 3rem;
  background-color: #fff;
  width: 300px;
  margin: 7rem auto;
  box-sizing: border-box;
}
input.inputSpace {
  width: 100%;
  height: 2rem;
  border: 1px solid #7d7f7f;
  box-sizing: border-box;
}
input.submitButtom {
  margin: 1rem; 
  padding: 0.5rem;
  background-color:  #5690c7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border-style: none;
  box-shadow: none;
  transition: .3s;
  text-align: center;
}
input.submitButtom:hover {
  background-color: #f2d52f;
}








/* page Styles
-----------------------------------------*/
#everyday img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
/*@media (min-width:1024px) {
  .inner {
  width: 960px;
  margin: 0 auto;
  padding: 2rem;
}
}*/
#everyday{
  margin: 0;
  padding: 0;
}
#p1{
  background: #e6e6e6;
}

.sp .swiper-pagination {
  position: relative;
  top: 0;
}
.swiper-button-prev {
    background-size: 1.5rem 1.5rem !important;
}
.swiper-button-next {
    background-size: 1.5rem 1.5rem !important;
}

