﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:400&display=swap');


/* ↓レイアウト↓ */

*{
    line-height:150%;
    font-family: 'Raleway', sans-serif;
}

body{
    color:#333;
    background-color:#edf2f8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.base{
    margin:0 auto;
    max-width:1000px;
}

.header1{
    margin:0px 0px -100px 0px;
}

.header{
    padding:20px;
    margin:0 auto;
    text-align:center;
    max-width:500px;
    min-height:220px;
    border-radius:50px;
    border-width:1px;
    border-style:solid;
    background-color:#fff;
    border-color:#ccc;
}

.footer{
    padding:10px;
    text-align:center;
}

.work{
    padding:10px;
    margin:50px 0px 20px 0px;
}

.menu{
    margin:80px 10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    font-size:90%;
}

.gallery{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}

.colum{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    margin:15px 0px;
}

.box{
    margin:0px 5px;
}

.text{
    margin:5px 0px;
    padding:20px;
    line-height:180%;
}

img
{
	max-width:100% ;
	height:auto ;
}


/* ↓タグ↓ */

h1{
    font-size:130%;
    font-weight:normal;
    text-shadow:0px 0px 3px #ffffff;
}

h2{
    font-size:60%;
    font-weight:normal;
    margin:10px;
    text-shadow:0px 0px 3px #ffffff;
}

h3{
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    border-width:1px 0px;
    border-style:dotted;
    border-color:#666;
}

h3 span {
  display:block;
  margin-top:0px;
  color:#999;
  font-size:60%;
}

h4:before{
    content: url("h3.png");
    margin-right:10px;
}

h4{
    font-size:110%;
    font-weight:normal;
    margin:15px 0px;
}

h5{
    font-size:100%;
    font-weight:normal;
    margin:15px 0px;
    color:#928178;
}

h6{
    color:#666;
    font-size:80%;
    font-weight:normal;
    margin:15px 0px;
    background-color:#fff;
    border-radius:10px;
    padding:3px;
    border-width:1px;
    border-color:#FBADB1;
    border-style:solid;
}

p{
    text-align:left;
    padding:5px 0px;
}

em{
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-style:normal;
}

strong{
    font-weight:normal;
    text-decoration:underline overline;
    text-decoration-style:double;
    text-decoration-color:#FBADB1;
    color:#000;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#A9D9F4;
    color:#222;
}

i{
    font-style:italic;
}

a:link{
    color:#316BA9;
    text-decoration: underline solid #A9D9F4;
}

a:visited{
    color:#316BA9;
    text-decoration: underline solid;
}

a:hover{
    color:#FBADB1;
}

h1 a:link{
    color:#555;
}

h1 a:visited{
    color:#555;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    background:#f5f5f5;
    border-left:6px double #ccc;
    box-shadow:1px 1px 3px -1px #888;
    margin:15px;
    font-size:90%;
}

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:80%;
}

cite{
    font-size:smaller;
}


/* ↓classタグ↓ */

.item{
    text-align:center;
    margin:5px;
    padding:5px;
    background:rgba(255,255,255,0.6);
}

.item a{
    display:block;
}

.item a:hover{
    background-color:#fff;
    margin:-5px;
    padding:5px;
}

.item2{
    background-color:#fff;
    margin:5px;
    padding:5px;
    font-size:70%;
    text-align:center;
    width:28%;
    box-shadow:1px 1px 3px -1px #888;
}

.item3-1{
    background-color:#d8d3e6;
    padding:5px;
    font-size:80%;
    text-align:center;
    width:70%;
    color:#666;
}

.item3-2{
    padding:5px;
    font-size:70%;
    text-align:left;
    width:130%;
    border-width:1px;
    border-style:solid;
    border-color:#d8d3e6;
    background-color:#fff;
}

.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{
    padding:5px;
    margin:5px 0px;
    font-size:85%;
    background-color:#f9f9f9;
    border-radius:10px;
}

.p2{
    border-style:double;
    border-width:3px;
    border-color:#ccc;
    padding:3px;
    margin:5px 0px;
    font-size:85%;
    border-radius:10px;
}

.p3{
    border-style:dashed;
    border-width:1px;
    border-color:#ccc;
    padding:5px;
    margin:5px 0px;
    font-size:85%;
    border-radius:10px;
}

.dl1{
    padding:7px;
    border-width:0px 0px 0px 5px;
    border-color:#A9D9F4;
    border-style:solid;
}

.dt1{
    font-weight:bold;
    margin-bottom:15px;
}

.dt1span{
    background-color:#FBADB1;
    font-size:90%;
    padding:3px 5px;
    border-radius:10px;
}

.dd1{
    font-size:80%;
    border-width:0px 0px 0px 5px;
    margin:5px;
}

.memo{
    background-color:#fff;
    font-size:80%;
    padding:0px 10px;
    height:180px;
    overflow:auto;
    margin:5px 10px;
    box-shadow:1px 1px 3px -1px #888;
    background-image:url(bg2.png);
    background-repeat:repeat-y;
    background-position:right;
}

.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:20px 0px;
    padding:10px;
}

.text{
    width:auto;
    margin:0px;
    padding:10px;
}

.menu{
    font-size:80%;
    margin:20px 0px;
}

.gallery{
    flex-direction:column;
    width:auto;
    margin:0px;
}

.colum{
    flex-direction:column;
    width:auto;
    margin:10px 0px;
}

.item2{
    width:95%;
}

.item3-1{
    width:95%;
    padding:6px;
}

.item3-2{
    width:95%;
}

h1{
    font-size:110%;
}

}
