@charset 'UTF-8';

body {
    font-size:16px;
    line-height: 32px;
    color:#3e3e3e;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
}

ul{
    padding-left: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4{
    font-weight:normal;
}

/* テキスト選択時の背景色と文字色の変更 */
::selection {
  background-color: #dc143c;
  color: #fff;
}
/* IEとEdge */
::-moz-selection {
  background-color: #dc143c;
  color: #fff;
}


/*
ヘッダー
================================================ */

/*
フッター
================================================ */

.footer-wrap{
  font-family: "Noto Serif JP", "YakuHanJP_Narrow", serif;
  width:100%;
  height:auto;
  background-color: #000;
  display:grid;
  grid-template-columns: 57% 43%;
  grid-template-rows:auto auto;
}

@media screen and (max-width: 900px) {
  .footer-wrap{
    display: block;
  }
}

.footer-left{
   margin:15%;
   position: relative;
}

@media screen and (max-width: 900px) {
  .footer-left{
  margin:0;
  padding-top:120px;
  }
}

.footer-left p:nth-child(1){
  font-size: 78px;
  line-height: 68px;
  color:#fff;
  text-align: center;
  margin-top:-40px;
}

.footer-left p:nth-child(2){
  font-size: 14px;
  color:#fff;
  text-align: center;
  margin-top:-60px;
}

.footer-left iframe{
  display: flex;
  margin:0 auto; 
}

.footer-left p:nth-child(4){
  position: absolute;
  left: 10%;
  right:10%;
  color:#fff;
}

@media screen and (max-width: 900px) {
  .footer-left p:nth-child(4){
    left: 10%;
    right:10%;
  }
}

.footer-right{
  margin:10% 20% 10% 0%;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .footer-right{
  margin:150px 15% 10% 8%;
  }
}

.footer-right div{
  padding-bottom:5px;
  padding-left:10px;
  border-bottom: 0.1px ridge #696969;
  font-size: 17px;
  color:#fff;
}

.footer-right div a{
  display: inline-block;
  color:#fff;
  padding-top:5px;
  padding-left:5px;
}

.footer-right div a:hover{
  color:#ff4500;
}

.footer-right div ul{
  font-size:16px;
  margin-left:40px;
}

.footer-right .en{
  font-size: 12px;
  color:#696969;
  padding-left:20px;
}

.footer-right ul li{
  height:24px;
  padding-top:2px;
  padding-left:15px;
  padding-bottom:10px;
  font-size: 14px;
  margin-top:5px;
  margin-left:45px;
  border-left: 0.1px ridge #696969;  
  border-bottom: 0.1px ridge #696969;
  color: #fff;
}

.footer-right ul li a{
  color: #fff;
}

.footer-right ul li a:hover{
  color:#ff4500;
}

.footer-join{
  text-align: center;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding-bottom:5px;
  color:#fff;
}

.footer-join p{
  font-size: 14px;
}

.footer-join a{
  color:#ff4500;
}

.footer-join a:hover{
  color:#fff;
}

@media screen and (max-width: 900px) {
  .footer-join{
    margin:0 10% 0 10%;
}
}

/*
グーグルマップ
================================================ */
.ggmap{
  width:100%;
  max-width: 600px;
  height:320px;
  margin-top:5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 9;
}