﻿@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@1,500&display=swap');

/* ↓レイアウト↓ */

*{
    line-height:170%;
}

body{
    color:#333;
    background-color:#fafafa;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
font-size:14px;
}

.base{
    margin:0 auto;
    max-width:1200px;
}

.header{
    padding:100px 10px 30px 10px;
    margin:0px;
    text-align:center;
    background-color:#b6a5a1;
    color:#fff;
}

.footer{
    padding:10px;
    text-align:center;
    background-color:#b6a5a1;
    color:#fff;
}

.work{
    padding:10px;
    margin:0 auto;
    max-width:1000px;
}

.menu{
    margin:0px;
    padding:10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    font-size:90%;
    font-family: 'Brygada 1918', serif;
}

.box{
    margin:0px 5px;
    padding:30px 10px;
}

.text{
    margin:5px 0px;
    padding:10px;
    line-height:180%;
}

img
{
	max-width:100% ;
	height:auto ;
}


.box01{
	border:0 solid #000000;
	margin:0 auto 100px auto;
	padding:10px;
	width:90%;
	text-align:center;
	background-color: #fff;
	background-image: url(../img/haikei.png);
	box-shadow: 10px 10px #efefef;
/*	./img/haikei.png	*/
}
.box02{
	border:1px solid #dfdfdf;
	margin:100px auto;
	width:90%;
	text-align:center;
	background-color: #;

}
.box03{
	border:0 solid #efefef;
	margin:20px auto;
	width:90%;
	text-align:center;
	background-color: #fff;
	border-radius:10px;
}
.box04{
/*	border:1px solid #dfdfdf;	*/
	margin:30px auto;
	width:90%;
	text-align:center;
	background-color: #;

}
.box05{
	border:5px solid #efefef;
	margin:20px auto;
	width:90%;
	text-align:center;
	background-color: #;
	border-radius:10px;

}

.box04 h1{
 position:relative; /*相対値で配置*/
 padding:0.5em; /*上下左右の余白*/
 background:#f5deb3; /*背景色*/
 border-radius:10px;
border:0 ;
}

.box04 h1:after{
 position:absolute; /*絶対値で配置*/
 content:''; /*コンテンツの挿入*/
 top:100%;
 left:30px; /*左側からの距離*/
 border:15px solid transparent;
 border-top:20px solid #f5deb3;
 width:0;
 height:0;

}

.center{
	text-align:center;

}

/* ヘッダー */
.link_for-rev_box {
	display: flex;
	width:100%;
	padding:20px 10px;
	border:1px dotted #656733;
	justify-content: space-between; /* 左右均等分布 */
}

.link_rev {
	width:100px;
	
}

.link_for {
	width:100px;

}
.header_logo {
	font-size:1.9rem;
	margin-top:18px;
 	background: linear-gradient(#D11C2C 20%, #000000 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:900;
}

.kobetsu_navi{
	margin:10px;
}

.kobetsu_navi a {
	margin:10px;
	font-size:1.1rem;
}



/* ↓タグ↓ */

h1{
    font-size:2.3rem;
    font-weight:normal;
    font-family: 'Brygada 1918', serif;
}

h2{
    font-size:1.8rem;
    font-weight:normal;
    margin:10px;
}

h3{
    font-size:130%;
    font-weight:normal;
    text-align:center;
    margin:20px 0px;
    font-family: 'Brygada 1918', serif;
}

h3 span {
  display:block;
  margin-top:0px;
  color:#6b5853;
  font-size:60%;
}

h3:first-letter {
    font-size:140%;
    color:#6b5853;
}

h4{
    font-size:120%;
    font-weight:normal;
    margin:20px 0px;
    font-family: 'Brygada 1918', serif;
}

h4 span{
    background-color:#333;
    color:#fff;
    padding:3px 10px;
    border-radius:3px;
}

h5{
    font-size:120%;
    font-weight:normal;
    margin:20px 0px;
    border-width:5px 0px 5px 0px;
    border-style:double;
    text-align:center;
    border-color:#ddd;
    color:#6b5853;
    font-family: 'Brygada 1918', serif;
}

h6{
    font-size:120%;
    font-weight:normal;
    margin:20px 0px;
    border-width:0px 0px 0px 15px;
    border-style:double;
    padding-left:10px;
    border-color:#b6a5a1;
    background-color:#fff;
    color:#6b5853;
    font-family: 'Brygada 1918', serif;
}

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;
    color:#fff;
    background-color:#6a88ce;
}

small{
    font-size:70%;
}

big{
    font-size:130%;
}

ins{
    background-color:#d6f2f9;
}

i{
    font-style:italic;
}

a:link{
    color:#6b5853;
    text-decoration:underline #b6a5a1;
}

a:visited{
    color:#6b5853;
    text-decoration:underline #b6a5a1;
}

a:hover{
    background-color:#b6a5a1;
    color:#fff;
}

h1 a:link{
    color:#fff;
    text-decoration:none;
}

h1 a:visited{
    color:#fff;
    text-decoration:none;
}

blockquote{
    position:relative;
    padding:10px 10px 10px 50px;
    box-sizing border-box;
    margin:15px;
    font-size:90%;
    border-radius:3px;
    border-style:solid;
    border-width:1px;
    border-color:#6a88ce;
    background-color:#fff;
}

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%;
    font-family: 'Brygada 1918', serif;
}

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:#fff;
    border-radius:3px;
}

.p2{
    border-style:double;
    border-width:3px;
    border-color:#ccc;
}

.p3{
    border-style:solid;
    border-width:1px;
    border-color:#b6a5a1;
    border-radius:3px;
    background-color:#fff;
}

.memo{
    background-color:#b6a5a1;
    font-size:90%;
    padding:0px 10px;
    height:200px;
    overflow:auto;
    margin:5px 5px;
    color:#fff;
}

.img1{
    box-shadow:1px 1px 3px -1px #888;
}

.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:80%;
}

h1{
    font-size:160%;
}

h2{
    font-size:70%;
}

}
