@charset "UTF-8";


/* スマートフォン向け */
@media all and ( max-width:639px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.background-paper {
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(76,198,248,1) 100%);
  padding: 30px 0;
}

.background-paper .village-list {
  padding-left: 0;
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.background-paper .village-list .village-item {
  list-style-type: none;

  margin: 5% auto;
}
/*
.village {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
*/
figure.village-image {
  width: 80%;
  height: auto;
  margin: auto;
}

.introduction-wrapper {
  width: 80%;
  height: auto;
  margin: 7% auto;
}

.introduction-wrapper .even {
  padding-left: 0;

  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.introduction-wrapper .odd {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.introduction-wrapper .introduction-list .introduction-item {
  list-style-type: none;

  margin: 3% auto;
}

.introduction-wrapper .introduction-list .introduction-item .image-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item {
  list-style-type: none;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(1) {
  margin-right: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(2) {
  margin-left: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .text-box {
  border: 4px solid #000;
  border-radius: 20px;

  height: 100%;
  padding: 10px 30px;

  box-shadow: 4px 4px 8px;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .name {
  font-size: 1.4em;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .description {
  line-height: 1.8;
}

}

/* タブレット向け */
@media all and ( min-width:640px ) and ( max-width:1023px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.background-paper {
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(76,198,248,1) 100%);
  padding: 40px 0;
}

.background-paper .village-list {
  padding-left: 0;
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.background-paper .village-list .village-item {
  list-style-type: none;
}
/*
.village {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
*/
figure.village-image {
  width: 70%;
  height: auto;
  margin: auto;
}
figure.left {
  margin-right: 3%;
}
figure.right {
  margin-left: 3%;
}

.introduction-wrapper {
  width: 80%;
  height: auto;
  margin: 7% auto;
}

.introduction-wrapper .introduction-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item {
  list-style-type: none;

  width: 50%;
}

.introduction-wrapper .introduction-list .introduction-item:nth-child(1) {
  margin-right: 1%;
}

.introduction-wrapper .introduction-list .introduction-item:nth-child(2) {
  margin-left: 1%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item {
  list-style-type: none;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(1) {
  margin-right: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(2) {
  margin-left: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .text-box {
  border: 4px solid #000;
  border-radius: 20px;

  height: 100%;
  padding: 10px 30px;

  box-shadow: 4px 4px 8px;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .name {
  font-size: 1.4em;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .description {
  line-height: 1.8;
}

}

/* ネットブック向け */
@media all and ( min-width:1024px ) and ( max-width:1499px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.background-paper {
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(76,198,248,1) 100%);
  padding: 50px 0;
}

.background-paper .village-list {
  padding-left: 0;
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.background-paper .village-list .village-item {
  list-style-type: none;
}
/*
.village {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
*/
figure.village-image {
  width: 60%;
  height: auto;
  margin: auto;
}
figure.left {
  margin-right: 3%;
}
figure.right {
  margin-left: 3%;
}

.introduction-wrapper {
  width: 80%;
  height: auto;
  margin: 7% auto;
}

.introduction-wrapper .introduction-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item {
  list-style-type: none;

  width: 50%;
}

.introduction-wrapper .introduction-list .introduction-item:nth-child(1) {
  margin-right: 3%;
}

.introduction-wrapper .introduction-list .introduction-item:nth-child(2) {
  margin-left: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item {
  list-style-type: none;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(1) {
  margin-right: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item:nth-child(2) {
  margin-left: 3%;
}

.introduction-wrapper .introduction-list .introduction-item .text-box {
  border: 4px solid #000;
  border-radius: 20px;

  height: 100%;
  padding: 10px 30px;

  box-shadow: 4px 4px 8px;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .name {
  font-size: 1.4em;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .description {
  line-height: 1.8;
}

}

/* パソコン向け */
@media all and ( min-width:1500px ) {

h3 {
  text-align: center;
  font-size: 1.6em;
}

.background-paper {
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(76,198,248,1) 100%);
  padding: 50px 0;
}

.background-paper .village-list {
  padding-left: 0;
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.background-paper .village-list .village-item {
  list-style-type: none;
}
/*
.village {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
*/
figure.village-image {
  width: 60%;
  height: auto;
  margin: auto;
}
figure.left {
  margin-right: 3%;
}
figure.right {
  margin-left: 3%;
}

.introduction-wrapper {
  width: 1300px;
  height: auto;
  margin: 7% auto;
}

.introduction-wrapper .introduction-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item {
  list-style-type: none;

  width: 50%;
}

.introduction-wrapper .introduction-list .introduction-item .image-list {
  padding-left: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.introduction-wrapper .introduction-list .introduction-item .image-list .image-item {
  list-style-type: none;
}

.introduction-wrapper .introduction-list .introduction-item .text-box {
  border: 4px solid #000;
  border-radius: 20px;

  height: 100%;
  padding: 10px 30px;

  box-shadow: 4px 4px 8px;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .name {
  font-size: 1.4em;
}

.introduction-wrapper .introduction-list .introduction-item .text-box .description {
  line-height: 1.8;
}

}

