﻿@charset "UTF-8";

/********************************************************/
/*                       index.css                      */
/********************************************************/

/* ▼▼▼ レイアウトの設定_slider ▼▼▼
--------------------------------------------------------*/

.slider {
  margin-top: 100px;
  width: 100%;
}
.slider img {
  margin: auto;
}
.slide-item {
  margin: 0 10px;
}
.slide-item img {
  height: auto;
  opacity: 0.3;
  transition: opacity 0.5s;
  width: 100%;
}
.slide-item.slick-center img {
  opacity: 1;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 7%;
  z-index: 10;
}
.slide-arrow:hover {
  width: 8%;
}
.prev-arrow {
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
  left: 10%;
}
.prev-arrow:hover {
  left: 9.5%;
}
.next-arrow {
  right: 10%;
  filter: drop-shadow(-3px 3px 4px rgba(0,0,0,0.3));
}
.next-arrow:hover {
  right: 9.5%;
}

/* ▲▲▲ レイアウトの設定_slider ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_mainnavi ▼▼▼
--------------------------------------------------------*/

.mainnav  {
  margin: auto;
  width: 90%;
}
.mainnav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.mainnav li {
  border: 3px solid #1E2380;
  border-radius: 13px;
  margin-right: 10px;
  transition: all 0.3s;
  width: 15%;
}
.mainnav li:hover {
  background-color: #D8E4F5;
  border-radius: 10px;
}
.mainnav img {
  transition: all 0.3s;
}
.mainnav li:hover img {
  transform: translateY(3px);
}
.mainnav li:last-child {
  margin-right: 0;
}
.mainnav a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.mainnav img {
  margin-top: 5px;
  width: 70%;
}
.mainnav p {
  padding: 0 10px 15px 10px;
}


/* ▲▲▲ レイアウトの設定_mainnavi ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.news {
  width: 75%;
}

.sunday {
  border: 3px solid #1E2380;
  border-radius: 10px;
  padding: 12px;
  box-sizing: border-box;
  color: #1E2380;
}
.sunday span {
  color: #333;
}

.new {
  margin-top: 15px;
}
.panel {
  background-color: #F5FAFF;
  border: 3px solid #1E2380;
  border-radius: 0 10px 10px 10px;
  display: none;
  height: 372px;
}
.panel_content {
  height: 340px;
  margin: 15px auto;
  overflow: scroll;
  width: 97%;
}
.panel_content li {
  background: url(../img/common/list_mark.png) no-repeat 0 5px;
  padding-left: 25px;
}
.panel_content li:not(:last-child) {
  border-bottom: 2px solid #AFC5E6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.panel_content hr {
  margin: 20px 0;
}
.tab_lab1,.tab_lab2 {
  background: #D8E4F5;
  border-radius: 10px 10px 0 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  transition: all 0.3s;
}
.tab_lab1:hover,.tab_lab2:hover {
  background: #AFC5E6;
}
#tab1:checked~.panels #area1 {
  display: block;
}
#tab2:checked~.panels #area2 {
  display: block;
}
#tab1:checked~.tab_lab1 {
  background: #1E2380;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15.5px;
}
#tab2:checked~.tab_lab2 {
  background: #1E2380;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15.5px;
}
input[name="radio1"] {
  display: none;
}
.aibou {
  width: 25%;
  position: absolute;
  z-index: -1;
  margin-left: 10px;
}

.other {
  background-color: #D8E4F5;
  border-radius: 25px;
  color: #333;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s;
}
.other:hover {
  background-color: #afc5e6;
  color: #333;
}
.other:visited {
  color: #333;
}

.sub {
  margin-left: 15px;
  width: 25%;
}
.sub li {
  border: 3px solid #1E2380;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.sub li:hover {
  background-color: #D8E4F5;
  border-radius: 10px;
}
.sub li:last-child {
  margin-bottom: 0;
}
.sub img {
  transition: all 0.3s;
}
.sub li:not(:nth-child(3)):hover img {
  transform: scale(1.1);
}
.sub a {
  align-items: center;
  color: #333;
  display: flex;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.sub img {
  margin: 0 15px;
  width: 50px;
}
.sub p {
  margin-right: 10px;
  width: 70%;
}
.sub li:nth-child(3) {
  border: none;
}
.sub li:nth-child(3):hover {
  border-radius: 0;
  background-color: transparent;
}

.sub li:nth-child(3) img {
  margin: auto;
  margin-top: 10px;
  width: 140px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.sub li:nth-child(3) img:hover {
  transform: scale(1.1);
}

.sub span {
  border-bottom: 3px solid #1E2380;
  border-radius: 0;
  background-color: #D8E4F5;
  text-align: center;
  padding: 10px 0;
  display: block;
}

/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_contact ▼▼▼
--------------------------------------------------------*/

.contact {
  background: url(../img/header/tel_mark.png) no-repeat;
  background-position: 20px 17px;
  padding: 20px 0 5px 50px;
}
#contact_d {
  border: 3px solid #1E2380;
  border-radius: 10px;
  margin: auto;
  margin-top: 30px;
  width: 90%;
}
.tell {
  margin: auto;
  padding: 10px 0 15px 0;
  text-align: center;
  width: 90%;
}
.contact_m {
  border: 3px solid #1E2380;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.contact_m ul {
  display: flex;
  justify-content: center;
}
.contact_m li {
  border: 3px solid #1E2380;
  border-radius: 10px;
  margin: 5px 10px 10px 10px;
  padding: 10px;
  text-align: center;
  width: 25%;
}
.contact_m li:nth-child(n+2) {
  margin-left: 0;
}

/* ▲▲▲ レイアウトの設定_contact ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_banner ▼▼▼
--------------------------------------------------------*/

.banner {
  margin: 30px auto;
  width: 90%;
}
.banner ul {
  display: flex;
  justify-content: center;
}
.banner li:not(:last-child) {
  margin-right: 10px;
}
.banner img {
  width: 100%;
}

/* ▲▲▲ レイアウトの設定_banner ▲▲▲
--------------------------------------------------------*/

/********************************************************/
/*                 画面幅が820px以下の場合                 */
/********************************************************/

@media screen and (max-width:820px) {
  /*この間に設定を記入*/

/* ▼▼▼ レイアウトの設定_mainnavi ▼▼▼
--------------------------------------------------------*/
.slider {
  margin-top: 50px;
}
.slide-arrow {
  width: 10%;
}
.prev-arrow {
  left: 3%;
}
.next-arrow {
  right: 3%;
}
.slide-arrow:hover {
  width: 10%;
}
.prev-arrow:hover {
  left: 3%;
}
.next-arrow:hover {
  right: 3%;
}
.mainnav ul {
  flex-wrap: wrap;
  justify-content: center;
}
.mainnav li {
  width: 28%;
  margin: 10px;
}
.mainnav li:nth-child(4) {
  margin-left: 0;
}
.mainnav img {
  width: 60%;
}
/* ▲▲▲ レイアウトの設定_mainnavi ▲▲▲
--------------------------------------------------------*/
/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.content {
  flex-wrap: wrap;
  margin-top: 15px;
}
.news {
  width: 100%;
}
.aibou {
  margin-top: 10px;
  width: 30%;
}
.sub {
  width: 100%;
  margin: 15px auto;
}

/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_contact ▼▼▼
--------------------------------------------------------*/
#contact_d {
  margin-top: 10px;
}
.contact_m ul {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact_m li {
  width: 42%;
}
.contact_m li:first-child {
  margin-left: 0;
}
/* ▲▲▲ レイアウトの設定_contact ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_banner ▼▼▼
--------------------------------------------------------*/
.banner ul {
  flex-wrap: wrap;
}
.banner img {
  width: 100%;
}
/* ▲▲▲ レイアウトの設定_banner ▲▲▲
--------------------------------------------------------*/

}

/********************************************************/
/*                 画面幅が570px以下の場合                 */
/********************************************************/

@media screen and (max-width:570px) {
  /*この間に設定を記入*/

/* ▼▼▼ レイアウトの設定_mainnavi ▼▼▼
--------------------------------------------------------*/
.mainnav li {
  width: 40%;
  margin: 10px;
}
.mainnav li:nth-child(4) {
  margin-left: 10px;
}
.mainnav li:nth-child(5) {
  margin-left: 0;
}
/* ▲▲▲ レイアウトの設定_mainnavi ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/
.aibou {
  display: none;
}
/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_contact ▼▼▼
--------------------------------------------------------*/
.contact_m li:nth-child(n+1) {
  width: 100%;
  margin-left: 10px;
}
/* ▲▲▲ レイアウトの設定_contact ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_banner ▼▼▼
--------------------------------------------------------*/
.banner ul {
  flex-wrap: wrap;
}
.banner li {
  width: 70%;
  margin: 10px auto;
}
.banner li:not(:last-child) {
  margin-left: 0;
}
/* ▲▲▲ レイアウトの設定_banner ▲▲▲
--------------------------------------------------------*/

}

/********************************************************/
/*                         メモ                         */
/********************************************************/

/* フォントサイズ一覧 */
/* 1px=0.0625rem */
.fontsize-dummy {
  font-size: .75rem;    /* 12px */
  font-size: .8125rem;  /* 13px */
  font-size: .875rem;   /* 14px */
  font-size: .9375rem;  /* 15px */
  font-size: 1rem;      /* 16px */
  font-size: 1.125rem;  /* 18px */
  font-size: 1.25rem;   /* 20px */
  font-size: 1.375rem;  /* 22px */
  font-size: 1.75rem;   /* 28px */
}


/* ▼▼▼ コピペ用 ▼▼▼
--------------------------------------------------------*/

/* ▲▲▲ コピペ用 ▲▲▲
--------------------------------------------------------*/

/* * * * * * * * * * * * 一番下 * * * * * * * * * * * * */
