@charset "utf-8";    /* 下記のコメントより後では適用されない */
/*
 * 赤穂塩田資料公開システム
 * トップページCSS
 * Description: スクロール１のCSSを記述。
 * Copyright (C) City of Ako
 * Date: 2022/03/08
 */

/************************************************************/


/******************************************************************************
 * 1-xx: Webフォント設定
 ******************************************************************************/

/* マキナス4 Square */
/* URL: https://moji-waku.com/makinas/index.html */
@font-face {
  font-family: 'Makinas-Square';
  src: url('../../fonts/Makinas-4-Square.otf');
}

/* Noto Sans JP Light */
/* URL: https://fonts.google.com/noto/specimen/Noto+Sans+JP */
@font-face {
  font-family: 'Noto Sans JP Light';
  src: url('../../fonts/NotoSansJP-Light.otf');
}

/* Noto Sans JP Medium */
/* URL: https://fonts.google.com/noto/specimen/Noto+Sans+JP */
@font-face {
  font-family: 'Noto Sans JP Medium';
  src: url('../../fonts/NotoSansJP-Medium.otf');
}

/* Noto Sans JP Thin */
/* URL: https://fonts.google.com/noto/specimen/Noto+Sans+JP */
@font-face {
  font-family: 'Noto Sans JP Thin';
  src: url('../../fonts/NotoSansJP-Thin.otf');
}

/* Noto Sans JP */
/* URL: https://fonts.google.com/noto/specimen/Noto+Sans+JP */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../../fonts/NotoSansJP-Regular.otf');
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/******************************************************************************
 * 1-xx: コンテンツ共通
 ******************************************************************************/

/* フォント1 */
.common-fontname1 {
    /* フォント */
    font-family: 'Noto Sans JP Medium';
}
/* フォント2 */
.common-fontname2 {
    /* フォント */
    font-family: 'Noto Sans JP Light';
}

section {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* セクションのタイトル */
section .sec-title {
    font-size: 14pt;
    font-family: 'Noto Sans JP Medium';
}
/* セクションの本文 */
section .sec-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
}

.fullwide-image {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.fullwide-image img {
    display: block;
    width: 100%;
    position: relative;
}

main {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    min-width: 1200px;
}


/******************************************************************************
 * 1-xx: スライダーカスタマイズの共通CSS
 ******************************************************************************/

.slick-dotted {
    padding: 0px;
    margin: 0px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom:0px;
}
.slick-dots li button:before {
  font-size: 30px;
  color: rgb(255, 255, 255);
}

.slick-dots li.slick-active button:before {
    color: rgb(255, 255, 255);
}
/* スライダー画像の共通CSS */



.sliderTop img {
	height: auto;
	width: 100%;
}
.sliderSub img {
	height: auto;
	width: 100%;
}
section .sec-title .sec-about-title {
    font-size: 14pt;
    font-family: 'Noto Sans JP Medium';
}



.image-box {
    position: relative;
    margin-bottom: 20px;
}

.image-box img {
    display: block;
    width: 100%;
    position: relative;
}

.logo-overlay-center {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-overlay-bottomright {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 300px;

    position: absolute;
    top: 100%;
    right: 1%;
    transform: translate(-1%, -100%);
}
/*------------------------------*/


.sec-top {
    margin-bottom: 300px;
}

.sec-about {
    margin-bottom: 500px;
}

.sec-student{
    margin-bottom: 400px;
}

.sec-people{
    margin-bottom: 400px;
}

.sec-archive{
    margin-bottom: 400px;
}

.sec-report{
    margin-bottom: 400px;
}

.sec-otherlinks{
    width: 1200px;
    margin-bottom: 600px;
}

.sec-infomation{
    width: 1200px;
    padding-top: 80px;
    margin-top:-80px; /* スクロールからの移動時、タイトルが見切れないようにする */
}


/******************************************************************************
 * 1-xx: About ページ
 ******************************************************************************/

section.sec-about .sec-about-main {
    margin-top: 20px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

section.sec-about .sec-about-main-title {
    font-size: 14pt;
    font-family: 'Noto Sans JP Medium';
}

section.sec-about .sec-about-main-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    margin: 5px;
}

section.sec-about .sec-about-contents p {
    margin-top: 5px;
    margin-left: 40px;
}

/* ロゴ(塩づくりの歴史) */
.sec-about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-about-logo:hover img{
    opacity: 0.7;
} 

/******************************************************************************
 * 1-xx: 生徒児童用学ぶ 赤穂の塩づくり ページ
 ******************************************************************************/

/* 背景色 */
/*
.sec-student-bg {
    background: url('../../img/scroll-1/1-03/パーツ/bg.png') no-repeat 0 50%;
    background-size: cover;
    padding: 10px 0;
    text-align: center;
    height:600px;
}*/

.sec-student-bg {
    background: url('../../img/scroll-1/1-03/パーツ/bg.png') no-repeat 0 50%;
    width: 100%;
}



.student-background {
    display: block;
    position: relative;
}

.student-logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    position: absolute;
    max-width: 100%;
    height: auto;
}

/* ロゴ(塩づくりの歴史) */
.sec-student-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-student-logo img{
    width: 1000px;
}

.sec-student-logo:hover img{
    opacity: 0.7;
} 


/******************************************************************************
 * 1-xx: 一般向け調べる 播州赤穂の塩づくり ページ
 ******************************************************************************/

/* タイトル-メイン */
section.sec-people .sec-people-title {
    font-size: 20pt;
    text-align: left;
}

/* タイトル-サブ */
section.sec-people .sec-people-title-sub {
    margin-left: 30px;
    font-size: 14pt;
}

/* タイトル-メモ */
section.sec-people .sec-people-title-memo {
    margin-left: 30px;
    font-size: 11pt;
}


.sec-people-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;

}

.sec-people-about-title {
    font-size: 14pt;
    font-family: 'Noto Sans JP Medium';
    margin: 5px;
    color: #000000;
    text-align: center;
}

.sec-people-about-title img {
    width: 300px;
}

.sec-people-about-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    margin: 5px;
    color: #000000;
}

.sec-people-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-people-main-item {
    padding-top: 15px;
    width: 30%;
    background-color: #FFFFFF;
    text-align: center;
}

.sec-people-main-item-title {
    font-size: 12pt;
    font-family: 'Noto Sans JP Medium';
    text-align: left;
    color: #111188;
}

.sec-people-main-item-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: left;
}

.sec-people-main-item-name {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: right;
}

.sec-people-main-item-image{
}

.sec-people-main-item-image img {
    width: 100%;
}

.sec-people-main-item-image:hover img{
    opacity: 0.7;
}


/******************************************************************************
 * 1-xx: デジタルアーカイブ検索・用語集 ページ
 ******************************************************************************/

/* 背景色 */
.sec-archive-bg {
    background: url('../../img/scroll-1/1-05/parts/bg.png') no-repeat 0 50%;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 350px;
    text-align: center;
}

.sec-archive-base {
    background-color: rgba(255, 255, 255, 0.5);
    width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

section.sec-archive .sec-archive-text {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

section.sec-archive .sec-archive-content {
    padding: 15px;
}


section.sec-archive .sec-archive-main {
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

section.sec-archive .sec-archive-main-left {
    width: 50%;
}
section.sec-archive .sec-archive-main-right{
    width: 50%;
}
section.sec-archive .sec-archive-main-blank{
    margin: 30px;
}

section.sec-archive .sec-archive-main-left img{ 
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

section.sec-archive .sec-archive-main-right img{ 
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

section.sec-archive .sec-archive-main-left:hover img{ 
    opacity: 0.7;
}

section.sec-archive .sec-archive-main-right:hover img{ 
    opacity: 0.7;
}

/* タイトル-メイン */
section.sec-archive .sec-archive-title {
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
    font-family: 'Noto Sans JP Medium';
}

/* タイトル-メモ */
section.sec-archive .sec-archive-title-memo {
    font-size: 11pt;
    text-align: left;
    font-family: 'Noto Sans JP Light';
}

section.sec-archive .sec-archive-catalog {
    width: 100%;
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-archive-catalog-main{
    display: flex;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* テーブルレイアウト */
.sec-archive-catalog-main table {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

/* 1列目のスタイル(No) */
.sec-archive-catalog-main table tr td:nth-of-type(1) { width: 120px; }
/* 2列目のスタイル(画像) */
.sec-archive-catalog-main table tr td:nth-of-type(2) { width: 120px; }
/* 3列目のスタイル(資料番号) */
.sec-archive-catalog-main table tr td:nth-of-type(3) { width: 120px; }
/* 4列目のスタイル(タイトル) */
.sec-archive-catalog-main table tr td:nth-of-type(4) { width: 120px; }


.sec-archive-catalog-main-sp {
    display: none;
}



section.sec-archive .sec-archive-ccby {
    display: flex;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sec-archive-ccby-logo {
    width: 20%;
    text-align: center;

}

.sec-archive-ccby-logo img{
    height: 60px;
}

.sec-archive-ccby-comment {
    width: 75%;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}

.sec-archive-ccby-comment-subtext {
    font-size: 10pt;
    font-family: 'Noto Sans JP Light';
    text-align: left;
}

/******************************************************************************
 * 1-xx: 事業報告 播州赤穂の塩づくり ページ
 ******************************************************************************/

/* タイトル-メイン */
section.sec-report .sec-report-title {
    font-size: 20pt;
    text-align: left;
}
/* タイトル-サブ */
section.sec-report .sec-report-title-sub {
    margin-left: 30px;
    font-size: 14pt;
}
/* タイトル-メモ */
section.sec-report .sec-report-title-memo {
    margin-left: 30px;
    font-size: 11pt;
}

.sec-report-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}
/* キャラクター(えんむちゃん) */
.sec-report-about {
}
.sec-report-about-title {
    font-size: 14pt;
    font-family: 'Noto Sans JP Medium';
    margin: 5px;
    color: #000000;
    text-align: center;
}
.sec-report-about-title img {
    width: 200px;
}
.sec-report-about-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    margin: 5px;
    color: #000000;
    text-align: left;
}

.sec-report-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-report-main-item {
    padding-top: 15px;
    background-color: #FFFFFF;
    text-align: center;
    
}

.sec-report-main-item-title {
    font-size: 11pt;
    font-family: 'Noto Sans JP';
    text-align: left;
    margin-bottom: 5px;
}

.sec-report-main-item-subtitle {
    font-size: 11pt;
    font-family: 'Noto Sans JP';
    text-align: left;
    height: 40px;
    color: #111188;
}

.sec-report-main-item-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: left;
}

.sec-report-main-item-name {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: right;
}

.sec-report-main-item-image{}

.sec-report-main-item-image img {
    height: 150px;
}

.sec-report-main-item-image:hover img{
    opacity: 0.7;
}





/******************************************************************************
 * 1-xx: 外部リンク 播州赤穂の塩づくり ページ
 ******************************************************************************/

.sec-otherlinks-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.sec-otherlinks-title {
    font-size: 20pt;
    text-align: left;
}

.sec-otherlinks-about-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    margin: 5px;
    color: #000000;
    text-align: left;
}
.sec-otherlinks-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-otherlinks-main .item {
    background-color: #FFFFFF;
    text-align: center;
}
.sec-otherlinks-main .item .title {
    font-size: 14pt;
    font-family: '';
    text-align: center;
}
.sec-otherlinks-main .item p {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: left;
}
.sec-otherlinks-main .item img {
    width: 390px;
}
.sec-otherlinks-main-char {
    text-align: right;
}

.sec-otherlinks-main .item:hover img{
    opacity: 0.7;
}


/******************************************************************************
 * 1-xx: 本サイトについて ページ
 ******************************************************************************/

/* タイトル-メイン */
section.sec-infomation .sec-infomation-title {
    font-size: 20pt;
    text-align: left;
}

/* タイトル-サブ */
section.sec-infomation .sec-infomation-title-sub {
    margin-left: 30px;
    font-size: 14pt;
}

/* タイトル-メモ */
section.sec-infomation .sec-infomation-title-memo {
    margin-left: 30px;
    font-size: 11pt;
}


.sec-infomation-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;

}

.sec-infomation-main {
}

.sec-infomation-main-item {
    padding: 15px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

.sec-infomation-main-item-title {
    font-size: 12pt;
    font-family: 'Noto Sans JP Medium';
    text-align: left;
    margin-bottom: 5px;
}

.sec-infomation-main-item-text {
    font-size: 11pt;
    font-family: 'Noto Sans JP Light';
    text-align: left;
    margin-left: 20px;
}