﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');

<style>

@charset "UTF-8";

/* Template & Designed by Towako. */
/* https://ninawas.me */

/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Unica+One&display=swap');

/* 全体に適用する */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Kosugi Maru', sans-serif;
}

/* 基本設定 */
body {
    background-color: #fff;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #888;
}








/* リンク */
a {
    color: #888;
}

/* ヘッダー */
header {
    position: relative;
    min-height: 100vh;
    background: url('../image/annex.jpg') center/cover;

}

/* 見出し */
header h1 {
    text-indent: 0.4em;
    text-align: left;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-family: 'M PLUS 1', cursive;
    font-size: 2.5em;
    color: #fff;
 padding-top: 20px; /* テキストを下に20px移動 */
    margin-left: 10px; /* 左の余白 */
    margin-bottom: 20px; /* 下の余白 */
}

/* ナビゲーション */
header nav {
    text-align: right;
}

header nav ul li {
    display: inline-block;
    margin-right: 1em;
}

header nav ul li a {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #fff;
    text-decoration: none;
}


header #footer {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1em;
    background-color: rgba(255, 255, 255, 0.5);
}

h6{
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph; /* 両端揃えの種類 */
font-feature-settings: "palt";
    font-size:85%;
    font-weight:normal;
    margin:10px 0px;
    padding: 3px;
    background-color:#F4F0EC;
    border-radius:4px;
}


address{
    font-size:75%;
  
font-family: 'Halant','Klee One',YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN',  'serif';

}

/* セクション */
section {
    padding: 3em;
    text-align: justify;
    word-break: break-all;
}

/* セクション見出し */
section h3 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 'Unica One', cursive;
}

/* 線 */
section h3::before {
    position: absolute;
    display: block;
    content: '';
    bottom: -0.5em;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #888;
}

/* 段落 */
section p,
article p {
    margin-bottom: 1em;
    font-size: 0.9em;
}

/* プロフィール画像 */
section img.aboutme {
    display: block;
   
    height: auto;
    border-bottom-right-radius: 20px;
}

/* アイコン */
section img.icon {
    vertical-align: middle;
    width: 1.5em;
    height: auto;
}

/* 画像 */
section div.image img {
   
    object-fit: cover;
}

/* アーティクル */
article {
    margin: 3em auto;
    width: 80%;
    max-width: 700px;
}

/* アーティクル画像 */
article img {
    width: 100%;
    height: auto;
}

/* 段落 */
article p {
    text-align: justify;
    word-break: break-all;
}



.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}




 .image-row {
            display: flex;
            justify-content: flex-start;
            align-items: left;
        }
        .image-row img {
            margin: 0 1px;
        }







/*↓ディスプレイ767px以下用↓*/

@media screen and (max-width:767px)    


 

table {
  border-collapse: collapse;
  width: 100%; /* 幅 */
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph; /* 両端揃えの種類 */
font-feature-settings: "palt";
font-family: 'Halant','Klee One',YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN',  'serif';
}
th, td {
  padding: 5px 15px;
  border: solid 1px #333;
font-family: 'Halant','Klee One',YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN',  'serif';

}


.a {
  background-color: #d4e7f6;
  border: solid 2px #288cda;
}
.b {
  background-color: #fcf3d3;
  border: solid 2px #f7c52e

}









/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }





/* 横幅1024px以上で読み込む */
@media screen and (min-width:1024px) {

    /* フォントサイズ */
    body {
        font-size: 15px;
    }

    /* ヘッダーを左に固定 */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        float: left;
    }

    /* メインを右へ */
    main {
        width: 50%;
        float: right;
    }







}



