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

/* ↓レイアウト↓ */

*{
    line-height:150%;
    font-family: 'Raleway', sans-serif;
}

body{
    color:#413936;
    background-color:#fcfdfc;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    background-image:url(image/top.png);
    background-repeat:no-repeat;
    background-position:left top;
}

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

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

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

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

.menu{
    margin:10px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    font-size:90%;
}

.column{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    margin:15px 0px;
    border-style:solid;
    border-width:5px;
    border-color:#fff;
    background-color:#fff;
    box-shadow:1px 1px 3px -1px #888;
    border-radius:5px;
}

.box{
    margin:0px 5px;
}

.text{
    margin:15px 0px;
    padding:5px;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}

.thum{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:7px 5px;
    border-style:solid;
    border-width:5px;
    border-color:#fff;
    background-color:#fff;
    box-shadow:1px 1px 3px -1px #888;
    border-radius:5px;
    width:200px;
    height:290px;
    text-align:center;
}

.med{
   overflow: hidden;
   max-height:250px;
   width:auto;
}

.pthum{
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin:7px 5px;
    border-style:solid;
    border-width:5px;
    border-color:#fff;
    background-color:#fff;
    box-shadow:1px 1px 3px -1px #888;
    border-radius:5px;
    width:135px;
    height:210px;
    text-align:center;
}

.pmed{
   overflow: hidden;
   max-height:135px;
   width:auto;
}


.dl{
    background-color:#fff;
    margin-top:10px;
    font-size:90%;
    border-width:3px;
    border-style:double;
    border-color:#ddd;
}

.pdl{
    background-color:#fff;
    margin-top:10px;
    font-size:90%;
    border-width:3px;
    border-style:double;
    border-color:#daccde;
    color:#999;
}

.dl a{
    display:block;
}

.dl a:hover{
    background-color:#666;
    margin:0px;
    padding:0px;
    color:#fff;
}

.pdl a{
    display:block;
}

.pdl a:hover{
    background-color:#de6fa1;
    margin:0px;
    padding:0px;
    color:#fff;
}


/* ↓タグ↓ */

h1{
    font-size:165%;
    font-weight:normal;
    text-shadow: 1px 1px 3px #888;
}

h2{
    font-size:70%;
    font-weight:normal;
    margin:10px;
}

h3{
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:15px 0px;
}

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

h4{
    font-size:110%;
    font-weight:normal;
    margin:10px 0px;
}

h5{
    font-size:85%;
    font-weight:normal;
    margin:10px 0px;
}

h6{
    font-size:80%;
    font-weight:normal;
    margin:10px 0px;
}

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

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

strong{
    font-weight:normal;
    background: linear-gradient(transparent 60%, #ecfcbd 60%);
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#ffe4e1;
}

i{
    font-style:italic;
}

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

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

a:hover{
    text-decoration:underline #de6fa1;
}

h1 a:link{
    color:#333;
}

h1 a:visited{
    color:#333;
}

h4 a:link{
    color:#333;
}

h4 a:visited{
    color:#333;
}

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:2px;
    margin:0px 0px 0px 10px;
}

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

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

/* ↓classタグ↓ */

.item{
    text-align:center;
    margin:5px;
    padding:0px 10px;
    border-width:3px;
    border-style:double;
    border-color:#ddd;
}

.item span{
    padding:0px 10px;
    font-weight:bold;
}

.co-1{
    padding:10px 5px;
    font-size:100%;
    text-align:center;
    width:40%;
    background-size:cover;
    background-position:center;
    min-height:100px;
}

.co-1 span{
    background:rgba(255,255,255,0.8);
    padding:0px 2px;
}

.bg1{
    background-image:url(bg1.jpg);
}

.bg2{
    background-image:url(bg2.jpg);
}

.bg3{
    background-image:url(bg3.jpg);
}

.co-2{
    padding:10px 5px;
    font-size:100%;
    text-align:left;
    width:100%;
}

.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:20px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

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

.p1{
    background-color:#f9f9f9;
}

.p2{
    border-style:solid;
    border-width:1px 0px;
    border-color:#ddd;
    padding:10px 5px;
    max-width:1000px;
    margin:0px auto;
}

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

.dl1{
    border-style:solid;
    border-width:0px 0px 0px 5px;
    margin:20px 5px;
    border-color:#ddd;
}

.dt1{
    text-shadow: 1px 1px 2px #888;
}

.dt2{
    font-size:85%;
    padding:3px 5px;
}

.dd1{
    font-size:85%;
    margin:10px 0px;
}

.memo{
    background-color:#fff;
    font-size:80%;
    padding:0px 10px;
    height:150px;
    overflow:auto;
    margin:5px 10px;
    box-shadow:1px 1px 3px -1px #888;
    border-style:solid;
    border-width:1px;
    border-color:#ddd;
}

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

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

.item a{
    display:block;
    background-color:#fff;
    margin:0px -10px;
    padding:0px 10px;
}

.item a:hover{
    background-color:#666;
    margin:0px -10px;
    padding:0px 10px;
    color:#fff;
}


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

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

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

.box{
    margin:0px;
}

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

.text{
    width:auto;
    margin:0px;
    padding:10px;
}

.menu{
    width:auto;
    margin:0px;
}

.column{
    flex-direction:column;
    width:auto;
    margin:10px 0px;
}

.co-1{
    width:97%;
}

.co-2{
    width:97%;
}

.item{
    width:42%;
    padding:0px 2px;
}

.item a{
    margin:0px -2px;
    padding:0px 0px;
}

.item a:hover{
    margin:0px -2px;
    padding:0px 0px;
}

h1{
    font-size:125%;
}

.thum{
    width:135px;
    height:220px;
}

.thum2{
   max-height:170px;
   width:auto;
}

}
