@charset "utf-8";
/* --- CSS Document 250625--- */
/* style.css */

/* 基本的なリセット */
* {
    box-sizing: border-box; /* paddingやborderを幅に含める */
    margin: 0;
    padding: 0;
}

body {
    font-family: serif;
    line-height: 1.6;
    color: #333;
}
.container {
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	background-color: #f5f5f5;
}


header {
	width:　auto;
	height: auto;
	background-color: #000000;
    color: #fff;
    padding: 1rem 0;
    text-align:justify;
	border-bottom: 50px solid #336666;			
	}
/*------------ .header-2 --------------------------------------*/

.header-2 {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 10px solid #336666;	
}

/*------------------- slider-200.CSS 上下 --------------------------------*/
/*------------------- slider-200.CSS 上下 --------------------------------*/

.bg {
	width: 98%;
	height: auto;		
	border-top: 0px solid #c0c0c0;
	border-bottom: 20px solid #c0c0c0;
	}

/*-------------------  slider-200.CSS  ------------------------------------------------*/
/*-------------------  slider-200.CSS  ------------------------------------------------*/

*,body,ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 900%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 11.11%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-11.11%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-22.22%);
}
.slide4 { /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}
.slide5 { /* スライドさせるために必要なクラス */
  transform: translateX(-44.44%);
}
.slide6 { /* スライドさせるために必要なクラス */
  transform: translateX(-55.55%);
}
.slide7 { /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}
.slide8 { /* スライドさせるために必要なクラス */
  transform: translateX(-77.77%);
}
.slide9 { /* スライドさせるために必要なクラス */
  transform: translateX(-88.88%);
}
/*----------------------------------------------*/

.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #f5f5f5;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #fffff0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #f5f5f5;
}
.slide div:nth-of-type(4){ /* 背景色 */
  background-color: #fffff0;
}
.slide div:nth-of-type(5){ /* 背景色 */
  background-color: #f5f5f5;
}
.slide div:nth-of-type(6){ /* 背景色 */
  background-color: #fffff0;
}
.slide div:nth-of-type(7){ /* 背景色 */
  background-color: #f5f5f5;
}
.slide div:nth-of-type(8){ /* 背景色 */
  background-color: #f8f8ff;
}
.slide div:nth-of-type(9){ /* 背景色 */
  background-color: #f5f5f5;
}


/*------------ ↓ 左右のボタン ----------------*/
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/*------------ ↓ インジケーター -----------------------*/
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 1px #000 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #00f;
}

/*-------------------  slider-200.CSS  ------------------------------------------------*/
/*-------------------  slider-200.CSS  ------------------------------------------------*/

/*----------------------------------------------------------*/
.header-3 {
	width: 100%;
	height: auto;
	background-color: #dcdcdc;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	
	}

/*------------------------------------------------------*/
.table {
	width: 100%;
	height: auto;
	background-color: #c0c0c0;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*----- table 内の リンク at ------------------*/
.at a { 
	text-decoration: none;
}
.at a:link {
	color: #ffffff;
}
.at a:visited {
	color: #ffffff;
}
.at a:hover {
	color: #ffd700;
}

/*-------------------------------------------------------*/


/*------------------------------------------------------*/

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------------------*/
/*-- singlepage-ham-002　ハンバーガーリスト -------------------------------*/
/*---------------三本線のボタンを実装-------*/
.menu-btn {
    position: absolute;
    top: 62px;
    right: 33px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000000;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

/*--------メニューの装飾CSSは下記になります。--------*/

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ffffff;
	color: #000000;
}
.menu-content ul {
    padding: 20px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #000000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

/*--メニューのz-indexはボタンよりも小さい値にすること、positionはfixedにして追従するようにすること以外は参考程度で問題ありません。--*/

/*----ボタンを押したらメニューが出てくるように記述 メニューを画面の外へ飛ばします--------------*/

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
	
/*----leftの値を変更してメニューを画面外へ---*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s;
	
/*---アニメーション設定----*/
}

/*---チェックボックスにチェック メニューが画面に表示 --------------------*/
#menu-btn-check:checked ~ .menu-content {
    left: 0;
/*---メニューを画面内へ--------*/
}

/*---------------三本線を「×」マークにするために----------------------*/

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
	
/*---------メニューオープン時は真ん中の線を透明にする--------*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/*------------- チェックボックスを隠す ------------------------*/
#menu-btn-check {
    display: none;
}
/*--------------------------------------------------------*/
/*-----/ singlepage-ham-002　ハンバーガーリスト ここまで ------------------*/


/*-----------------------------------------------------------*/
main {
    padding: 20px;
    max-width: 1200px; /* 最大幅を設定してPCでの広がりすぎを防ぐ */
    margin: 0 auto;
}
/*-----------------------------------------------*/
.hero {
    text-align: center;
	margin-bottom: 0px;
	}

/*-----------------------------------------------*/
.Rss {
	width: 100%;
	height: 192px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;	
}
/*-------------------< top >------------------------------------------------*/
/*------------ topimage --------------------------------------------*/
.topimage{
width: 100%;
height: auto;
background: url("../images/Rss-700-192.jpg");
background-size: cover;
background-position: 10% 10%;
color: #ffffff;	
	
}
/*------------ topimage-1 --------------------------------------------*/
.topimage-1{
width: 100%;
height: auto;
background: url("../images/sun-tzn-900-200-10.jpg");
background-size: cover;
background-position: 10% 10%;
color: #000000;
padding: 50px 30px 50px 30px;	
text-align: justify;
	
}
/*------------ topimage-2 --------------------------------------------*/
.topimage-2{
width: 100%;
height: auto;
background: url("../images/p-2-back-700-180-20.jpg");
background-size: cover;
background-position: 3% 10%;
color: #000000;
padding: 80px 30px 140px 30px;	
text-align: justify;
	
}

/*------------ topimageA --------------------------------------------*/
.topimageA{
width: 100%;
height: auto;
background: url("../images/Rss-A-200-10.jpg");
background-size: cover;
background-position: 30% 10%;
color: #000000;
padding: 80px 30px 140px 30px;	
text-align: justify;
	
}
/*------------ topimageB --------------------------------------------*/
.topimageB{
width: 100%;
height: auto;
background: url("../images/Rss-B-200-10.jpg");
background-size: cover;
background-position: 90% 10%;
color: #000000;
padding: 80px 30px 140px 30px;	
text-align: justify;
	
}
/*------------ topimageC --------------------------------------------*/
.topimageC{
width: 100%;
height: auto;
background: url("../images/Rss-C-200-10.jpg");
background-size: cover;
background-position: 50% 10%;
color: #000000;
padding: 80px 30px 140px 30px;	
text-align: justify;
	
}
/*---------------------------------------------------------*/

.top {
	width:auto;
	height: auto;
	background-size: cover;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;		
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url("../images/sun-700-300.jpg");
	background-repeat:no-repeat;
	color: #ffffff;	
    text-align: justify;  
	background-color: #e0ffff;	
}

/*--------------------------------------------------------------*/

/*-------  table 設定 css 小文字　------------------------*/

table {
		width: 100%;
		height: 0;
		font-size: x-small;	
	}
/*----------------------------------------------------*/


/*----- table 内の リンク at ------------------*/
.at a { 
	text-decoration: none;
}
.at a:link {
	color: #ffffff;
}
.at a:visited {
	color: #ffffff;
}
.at a:hover {
	color: #ffd700;
}

/*-----------------< middle >--------------------------------------*/
.middle {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/sun-KK-daa-700-300.jpg");
	background-repeat:no-repeat;
	color: #ffffff;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*-------------------------------------------------------------------*/
/*-----------------< middleRss >--------------------------------------*/
.middleRss {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/Rss-700-192.jpg");
	background-repeat:no-repeat;
	color: #ffffff;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*-------------------------------------------------------------------*/



/*-----------------< middle B1 >--------------------------------------*/
.middleB1 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/sun-tzn-700-300-B1.jpg");
	background-repeat:no-repeat;
	color: #ffffff;	
    text-align: justify;  
	background-color: #e0ffff;	
}

/*-----------------< middle B2 >--------------------------------------*/
.middleB2 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/Rss-A-280-160-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}

/*-----------------< middle B3 >--------------------------------------*/
.middleB3 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/Rss-B-280-160-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}

/*-----------------< middle B4 >--------------------------------------*/
.middleB4 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/Rss-C-280-160-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*-----------------< middle B5 >--------------------------------------*/
.middleB5 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/sun-tzn-700-300-B5.jpg");
	background-repeat:no-repeat;
	color: #ffffff;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*-----------------------------------------------------------------------------*/

/*----------------< middle > ②--------------------------------------------------*/

.middle-2 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/shokei-700-T200-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*-----------------　< middle > ③-------------------------------------------------*/
.middle-3 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/D-700-T200-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*------------------------------------------------------------------*/
/*-----------------　< middle > ④-------------------------------------------------*/
.middle-4 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/nagasino-700-T200-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*------------------------------------------------------------------*/
/*-----------------　< middle > ⑤-------------------------------------------------*/
.middle-5 {
    width: 100%;
	height: auto;
	background-size: cover;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 90px;
	padding-left: 30px;		
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("../images/sonsi-700-T200-20.jpg");
	background-repeat:no-repeat;
	color: #000000;	
    text-align: justify;  
	background-color: #e0ffff;	
}
/*------------------------------------------------------------------*/

.bottom {
    text-align: center;
    margin-bottom: 30px;
	background-color: #f5f5dc;
}

.hero img {
    max-width: 100%; /* 親要素の幅に合わせて画像を縮小 */
    height: auto; /* 縦横比を維持 */
}

.content {
    display: flex; /* カードを横並びにするためにFlexboxを使用 */
    flex-wrap: wrap; /* 画面が狭くなったら折り返す */
    gap: 20px; /* カード間のスペース */
    justify-content: center; /* カードを中央寄せ */
}

.card {
    background-color: #c0c0c0;
    border: 1px solid #ddd;
    padding: 20px;
    flex: 1 1 300px; /* Flexアイテムの基本設定: 拡大1, 縮小1, 基本幅300px */
    text-align: center;
    min-width: 250px; /* カードがこれ以上小さくならないように */
}

.card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/*----------------------------------------------------------*/
/*------  .content -----------------------------------*/
.content {
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	padding-right:10Px;
	padding-bottom: 20px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto;	
		}
/*------------------------------------------------*/

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-top: 0px;
	border-bottom: 10px solid #336666;
}
/*-----------------------------------------------------------------*/
/* ---------- mobile より　各ページへのリンク　------------------------ */
/*--------- h3 トップタイトル　----------------------*/
.hero_header {
	color: #ffffff;
	font-weight:bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	}
/*------------------------------------------------*/



/*------------- footer 背景　----------------------*/
.footer_banner {
	background-size: cover;
	width: auto;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url("../images/yama-1200-800.png");
	background-repeat:no-repeat;
}
/*------------------------------------------------*/
/*-------　#ff　文字　中央 --------------*/
.psite {
	color:#ffffff;
	text-align: center;
}
.psite a {	
	text-decoration: none;
}
.psite a:link {
	color: #ffffff;
}
.psite a:visited {
	color: #ffffff;
}
.psite a:hover {
	color: #ffd700;
}
/*-----------------------------------*/
/* ------------------------------------------------------------------- */
/* Media Queries for Responsiveness */
/* ------------------------------------------- */

/* スマートフォン (〜767px) */
@media (max-width: 767px) {
    nav ul li {
        display: block; /* 縦並びに変更 */
        margin: 10px 0;
    }

    .content {
        flex-direction: column; /* カードを縦並びに変更 */
        align-items: center; /* 中央寄せ */
    }

    .card {
        width: 90%; /* スマートフォンでは幅を広げる */
    }
	
}

/*---------------------------------------------------------------------*/

/* タブレット (768px〜1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .card {
        flex: 1 1 calc(50% - 20px); /* 2列表示に */
    }
}

/* PC (1025px〜) */
@media (min-width: 1025px) {
    /* PCでは特に変更しないか、より広いレイアウトを適用 */
}
