
@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #f4f1f3;
    --link-color: #0000ff;
    --linkhover-color: #dc143c;
    --back-color: #f4f1f3;
    --border-color: #8a0a0a;
    --white-color: #f5f5f5;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}


/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}
/*メインコンテンツ
-------------------------------------*/
main {
    margin: 2rem 2rem;
}
/*署名
-------------------------------------*/

.center {
    text-align: center;
    color: #8a0a0a;
    font-size: clamp(1.5rem, calc(1.3rem + 0.625vw), 2.3rem);  
}

.center_08 {
    text-align: center;
    color: #f5f5f5;
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.4rem);  
}

.highlight a{
  color: #ffffff;
  font-weight:bold;
  font-size: clamp(1.5rem, calc(1.3rem + 0.625vw), 2.3rem);    
}

h4 {
  font-size: clamp(2.2rem, calc(2.0rem + 0.625vw), 2.7rem); 
  padding: 0.8em;/*文字周りの余白*/
  color: #ffffff;/*文字色*/
  background: #610808;/*背景色*/
  border-left: solid 5px #600c0c;/*左線（実線 太さ 色）*/
}

.sample_h_2{
  font-size: clamp(1.6rem, calc(1.4rem + 0.625vw), 2.0rem);
  font-weight: bold;
  color: #841809;   
  padding-top: .2em;
  padding-bottom: 0.2em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  border-bottom: double 5px #841809;/* 線 */
}

h3{
  font-size: clamp(1.6rem, calc(1.4rem + 0.625vw), 1.9rem);
  font-weight: bold;
  color: #000000;
}

h5 {
  font-size: clamp(1.8rem, calc(0.9rem + 0.625vw), 2.1rem); 
  font-weight: bold;
  color: #841809; 
  padding: 0.2em;/*文字周りの余白*/
}

h6 {
  text-align: right;
  font-size: clamp(1.0rem, calc(0.9rem + 0.625vw), 1.2rem); 
  font-weight: normal;
  color: #841809; 
}

span {
  font-size: 0.9em;
  color: #191970;
}

.left {
    text-align: left;
    color: #841809;
    font-style: italic; 
}


/*リンク色指定
-------------------------------------*/
a {
  outline-color: transparent;
}

a:link {
  color: #a1190f;
}

a:visited {
  color: #a1190f;
}

a:focus {
  text-decoration: none;
  background: #fff9f9;
}

a:hover {
  text-decoration: none;
  background: #fff9f9;
}

a:active {
  background: #fff9f9;
  color: #a1190f;
}

/*動画フレーム
-------------------------------------*/
.movie{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*aboutus
-------------------------------------*/
.wrapper_us{
    width:100%;
    background-image:url(../img/usbg.png);
    background-repeat:repeat;
}
.wrapper_us .container_us{
    max-width:960px;
    margin:0px auto;
    padding:80px 0px;
}
.wrapper_us .content_us .heading_a{
    margin:0px 0px 40px 0px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color:#d3d3d3;
}
@media (min-width: 992px) {
    .wrapper_us .content_us .list_a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.wrapper_us .content_us .list-item_a {
    margin:50px 0px;
    padding:0px 50px;
    text-align:center;
}
@media (min-width: 992px) {
    .wrapper_us .content_us .list-item_a {
        margin:0px;
        width:calc(100% / 3);
    }
}
.wrapper_us .content_us .list-item_a .image{
    display:block;
    width:100%;
    max-width:130px;
    margin:0px auto 10px auto;
    border-radius:100%;
}
.wrapper_us .content_us .list-item_a .text{
    line-height:1.7rem;
    font-size: 0.9em;
    color:#d3d3d3;
}


/*フッター
-------------------------------------*/
.footer07 {
 color: #808080;
 background: #301212;
 padding: 80px 0 50px 0;
}
.footer07 a {
 background: #301212;
 color: #808080;
 text-decoration: none;
 font-size: 0.9em;
}
.footer07 li a:hover {
 text-decoration: underline;
 color: #ffffb3;
}
.footer07 .wrap {
 width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap h3 {
 color: #c4c4c4;
 margin: 20px 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
 font-size: 0.9em;
}
.footer07 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
 font-size: 0.9em;
 color: #808080;
}
.footer07 .wrap .box:first-child {
 width: 55%;
}
.footer07 .wrap .box:nth-child(2) {
 width: 40%;
}
.footer07 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 20px;
 list-style: square;
}

@media only screen and (max-width: 599px) {
.footer07 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer07 .wrap h3 {
 color: #c4c4c4;
 border: none;
 font-size: 0.9em;
}
.footer07 .wrap .box:first-child,
.footer07 .wrap .box:nth-child(2) {
 width: 100%;
}
.footer07 .wrap .box ul {
 border-top: 1px #c4c4c4 solid;
}
.footer07 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
 font-size: 0.9em;
}
}

.footer08 {
 background: #000000;
 padding: 20px;
}
.footer08 .wrap {
 width: 900px;
 margin: 0 auto;
}


.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px;
    background-color: #000;
}

