@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%;
}


/******************************************************************************
 * 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 {
    color: rgb(255, 255, 255);
}

.slick-dots li.slick-active button:before {
    color: rgb(255, 255, 255);
}

/* スライダー画像の共通CSS */
.sliderTop img {
    width: 100%;
    height: 92vh;
}

.sliderSub img {
    width: 100%;
    height: auto;
}

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



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

.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%);
}


/******************************************************************************
* 1-xx: TOP ページ
******************************************************************************/
.sec-top {
    margin-bottom: 50px;
}

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

    width: 30%;
    height: auto;

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

}

.img-trim-top {
    object-fit:cover;
}

/******************************************************************************
 * 1-xx: About ページ
 ******************************************************************************/
.sec-about{
    margin-bottom: 50px;
}

section.sec-about .sec-about-main {
    margin-top: 20px;
    width: 95%;
    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;
}


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

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

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

.student-background {
    width: 100%;
    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;

    width: 100%;

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

.sec-student-logo img {
    width: 100%;
}

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


/******************************************************************************
 * 1-xx: 一般向け調べる 播州赤穂の塩づくり ページ
 ******************************************************************************/
.sec-people{
    margin-bottom: 50px;
}

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

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

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

.sec-people-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
}

.sec-people-main {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
}

.sec-people-main-item {
    margin-left: auto;
    margin-right: auto;;
    margin-bottom: 40px;
    width: 80%;
}

.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;
    margin-top: 5px;
}

.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{
    margin-bottom: 50px;
}

/* 背景色 */
.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: 30px;
    text-align: center;
}

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

.sec-archive-content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

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

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

section.sec-archive .sec-archive-main-left {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

section.sec-archive .sec-archive-main-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

section.sec-archive .sec-archive-main-blank {
    margin: 0px;
}

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

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

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: 14pt;
    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-sp{
    margin-bottom: 30px;
}

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

/* 1列目のスタイル(No) */
.sec-archive-catalog-main table tr td:nth-of-type(1) { width: 100px; }
/* 2列目のスタイル(画像) */
.sec-archive-catalog-main table tr td:nth-of-type(2) { width: 100px; }

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








section.sec-archive .sec-archive-ccby {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.sec-archive-ccby-catalog {
    width: 100%;
    font-size: 12pt;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Noto Sans JP Light';
}

.sec-archive-ccby-logo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.sec-archive-ccby-logo img {
    width: 25%;
}

.sec-archive-ccby-comment {
    margin-top: 10px;
    width: 95%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

}

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

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

.sec-report {
    width: 100%;
    margin-bottom: 50px;
}


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

/* タイトル-メモ */
section.sec-report .sec-report-title-memo {
    font-size: 11pt;
}

.sec-report-content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
}

.sec-report-main {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px
}

.sec-report-main-item {
    margin-left: auto;
    margin-right: auto;;
    margin-bottom: 40px;
    width: 80%;
}

.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 {
    width: 100%;
}

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


/******************************************************************************
 * 1-xx: 外部リンク 播州赤穂の塩づくり ページ
 ******************************************************************************/
.sec-otherlinks {
    width: 100%;
    margin-bottom: 100px;
}

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

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

.sec-otherlinks-main {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.sec-otherlinks-main .item {
    text-align: center;
    margin-bottom: 10px;
}


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

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


/******************************************************************************
 * 1-xx: 本サイトについて ページ
 ******************************************************************************/
.sec-infomation {
    width: 100%;
    /* スクロールからの移動時、タイトルが見切れないようにする */
    padding-top: 80px;
    margin-top: -80px;
}


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

.sec-infomation-content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.sec-infomation-main {}

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

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

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

.br-sp {
    display: block;
}