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

/* «CAEg« */

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

body{
    color:#555;/* ΆF */
    background-color:#e0deda;/* wiF */
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    margin:0px 5px;
}

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

.header{
    margin:30px 0px 100px 0px;
    text-align:center;
}

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

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

.menu{
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    max-width:900px;
}

.column{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    margin:15px 0px;
    border-style:solid;
    border-width:1px;
    border-radius:5px;
}

.box{
    margin:50px 0px;
    background:rgba(255,255,255,0.8);
    border-radius:5px;
}

.text{
    margin:0px auto;
    padding:10px;
    line-height:180%;
    max-width:950px;
}

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


/* «^O« */

h1{
    font-size:180%;
    font-weight:normal;
}

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

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

h3 span {
    display:block;
    margin-top:0px;
    font-size:60%;
    margin-left:5px;
}

h3:first-letter{
    font-size:150%;
}

h4{
    font-size:100%;
    font-weight:normal;
    margin:15px 0px;
    border-width:0px 0px 3px 0px;
    border-style:double;
    padding:5px;
    text-align:right;

}

h5{
    font-size:100%;
    font-weight:normal;
    margin:10px 0px;
    border-bottom-width:1px;
    border-style:dashed;
    border-color:#898098;
}

h6{
    font-size:110%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    color:#fff;
    background-color:#bbb480;
    border-radius:8px;
    border:1px;
    border-style:solid;
    border-color:#000;
    padding:3px;
    font-family: 'Quicksand', sans-serif;
}

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-color:#E63E62;
    color:#fff;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#D0F0C0;
    color:#333;
}

i{
    font-style:italic;
}

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

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

a:hover{
    text-decoration:underline;
    color:#1CA9C9;
}

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:10px double #ccc;
    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;
    font-size:90%;
}

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^O« */

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

.co-1{
    padding:10px 5px;
    font-size:90%;
    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:75%;
    text-align:left;
    width:100%;
}

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

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

.hr1{
    margin:5px 0px;
    border-top: 1px #757575;
    border-bottom: 1px #000000;
    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:#fff;
    border-radius:5px;
}

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

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

.dl1{
}

.dt1{
    font-weight:bold;
    margin:0px 0px 5px -10px;
}

.dt2:before{
    content:'?';
    font-size:20px;
    margin:0px 5px 0px 0px;
}


.dd1{
    font-size:90%;
    border-style:solid;
    border-width:0px 0px 0px 5px;
    margin:0px;
    padding:3px 10px;
}

.memo{
    background-color:#fff;
    font-size:80%;
    padding:0px 10px;
    height:50px;
    overflow:auto;
    margin:5px 10px;
    border-width:1px;
    border-style:dotted;
}

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

/*άθ½½έLp*/
.toggle {
	display: none;
}
.Label {		/*^Cg*/
    font-size:110%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    color:#fff;
    background-color:#bbb480;
    border-radius:8px;
    padding:3px;
    font-family: 'Quicksand', sans-serif;
    display: block;
}
.Label::before{		/*^Cg‘Μξσ*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*{Ά*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*JΒ*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*«¬κιΆ«*/
.scroll {
  margin     : auto;
  width      : 100%;
  font-size  : 100%;
  line-height: 1.5em;
  text-align : center;
  color      : #ffffff;
  background : #000000;
  overflow   : hidden;
}
.scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 25s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

/*«fBXvC800pxΘΊp«*/

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

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

.header{
    margin:50px 0px 80px 0px;
}
  
.box{
    margin:10px 0px;
}

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

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

.menu{
    width:auto;
    margin:0px;
    font-size:90%;
}

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

.co-1{
    width:97%;
}

.co-2{
    width:97%;
}

.item a{
    display:block;
}

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

h1{
    font-size:150%;
}

h3{
    font-size:120%;
}

}
