﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Della+Respira&display=swap');

/* ↓レイアウト↓ */

*{
    line-height:170%;
}

body{
    color:#555;
    background-color:#f5f3f5;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.base{
    margin:0 auto;
    max-width:1200px;
}

.header{
    padding:10px;
    margin:20px 0px;
    text-align:center;
}

.footer{
    padding:10px;
    text-align:center;
}

.work{
    padding:10px;
    margin:0 auto;
    max-width:1000px;
}

.menu{
    margin:20px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    font-family: 'Della Respira', serif;
    font-size:110%;
}

.box{
    margin:0px 5px;
    background-color:#fff;
    padding:30px 10px;
    box-shadow: 3px 3px 4px -1px #999;
}

.text{
    margin:5px 0px;
    padding:10px;
    line-height:180%;
}

img
{
	max-width:100% ;
	height:auto ;
}


/* ↓タグ↓ */

h1{
    font-size:160%;
    font-weight:normal;
    font-family: 'Della Respira', serif;
}

h2{
    font-size:80%;
    font-weight:normal;
    margin:10px;
    color:#917b91;
}

h3{
    font-size:140%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
    font-family: 'Della Respira', serif;
}

h3 span {
  display:block;
  margin-top:0px;
  color:#917b91;
  font-size:60%;
}

h4{
    font-size:120%;
    font-weight:normal;
    margin:15px 0px;
    font-family: 'Della Respira', serif;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#bbb;
}

h4:first-letter {
  font-size: 130%;
    color:#b0a0b0;
}

h5{
    font-size:120%;
    font-weight:normal;
    margin:15px 0px;
    font-family: 'Della Respira', serif;
    border-width:0px 0px 3px 0px;
    border-style:double;
    text-align:right;
    border-color:#bbb;
}

h5:first-letter {
    font-size: 130%;
    color:#b0a0b0;
}

h6{
    font-size:120%;
    font-weight:normal;
    margin:15px 0px;
    font-family: 'Della Respira', serif;
    border-width:0px 0px 0px 5px;
    border-style:solid;
    padding-left:10px;
    border-color:#b0a0b0;
}

p{
    text-align:left;
    margin:10px 0px;
    padding:5px;
    font-size:90%;
}

em{
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    font-weight:normal;
    text-decoration:underline;
    text-decoration-style:double;
    text-decoration-color:#80daeb;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#daa1af;
    color:#fff;
}

i{
    font-style:italic;
}

a:link{
    color:#af455e;
    text-decoration:none;
}

a:visited{
    color:#af455e;
    text-decoration:none;
}

a:hover{
    text-decoration:underline #80daeb;
}

h1 a:link{
    color:#555;
}

h1 a:visited{
    color:#555;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    margin:15px;
    font-size:90%;
    border-radius: 8px;
    border-style:solid;
    border-width:1px;
    border-color:#daa1af;
}

blockquote:before{
    display:inline-block;
    position:absolute;
    top:15px;
    left:15px;
    vertical-align: middle;
    content:'\00275e';
    color:#ccc;
    font-size:30px;
}

li{
    padding:5px;
    margin:0px 0px 0px 20px;
}

ul{
    margin:10px 0px;
}

ol{
    margin:10px 0px;
}

dl{
    padding-left:3px;
    margin:10px 0px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:75%;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.item{
    text-align:center;
    margin:5px;
    padding:5px;
}

.list1{
    list-style-type:circle;
}

.list2{
    list-style-type:upper-roman;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:50px;
    border-width:0px;
}

.p1{
    background-color:#f5f3f5;
}

.p2{
    border-style:double;
    border-width:3px;
    border-color:#b0a0b0;
}

.p3{
    border-style:dashed;
    border-width:1px;
    border-color:#b0a0b0;
}

.dl1{
}

.dt1{
    font-weight:bold;
}

.dt2{
    background-color:#eae8e1;
    font-size:90%;
    padding:3px 5px;
}

.dd1{
    font-size:90%;
    border-style:dashed;
    border-width:0px 0px 1px 0px;
    margin:5px;
    border-color:#ccc;
}

.memo{
    background-color:#917b91;
    font-size:90%;
    padding:0px 10px;
    height:200px;
    overflow:auto;
    margin:5px 5px;
    color:#fff;
}

.img1{
    box-shadow:1px 1px 3px -1px #888;
}

.counter{
    font-family:,Arial;
}

.pagetop{
    position: fixed;
    bottom: 10px;
    right: 14px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}


/*↓ディスプレイ580px以下用↓*/

@media screen and (max-width:580px) 

{
    
.base{
    width:auto;
    margin:0px 5px;
}

.box{
    margin:0px;
}

.work{
    width:auto;
    margin:0px;
    padding:0px;
}

.menu{
    font-size:90%;
}

}
