@charset "utf-8";
:root{
  --main-color: #4699ca;
  --sub-color: #dbedf0;
  --white: #ffffff;
  --silver: #cccccc;

  --font-size-m: 1.0rem;
}

/*
** 共通部分
*/
html{
  font-size: 16px;
}
body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック","ヒラギノ角ゴ Pro W3", sans-sans-serif;
  line-height: 1.7;
  color: #666;
}

/*
** debug用 ボーダー表示
*/
.chk-area
{
  border: solid 1px red;
}

a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
article{
  margin: 50px 0;
}
/*
** header
*/
.wrapper{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.page-header{
  height: 65px;
  /*
  background-color: rgb(255,255,255,0.6);
  */
  display: flex;
  justify-content: space-between;
}

.logo{
  width: 150px;
  margin-top: 10px;
}

.btn-menu{
  position: absolute;
  top: 0px;
  right: 5px;
  border: 1px solid rgba(255,255,255,.5);
  color: #000;
  padding: .5rem 1rem;
}
.btn-menu img{
  width: 45px;
  opacity: .7;
}

.main-nav {
  background: rgba(255,255,255,.8);
  width: 0;
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 0;
  overflow: hidden;
}
.main-nav li {
  text-align: center;
  font-size: 1.0rem;
  line-height: 2.75rem;
}
.main-nav a {
  display: block;
  padding: .5rem;
/*
  width: 4rem;
  */
}
.main-nav a:hover{
  background: #f8f6f2;
}
.main-nav .current {
  background: #f8f6f2;
}
.main-nav.open-menu{
  width: 100vw;
}
.topBtn {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.topBtn img {
  width: 60px;
}

/*
** home
*/
.home-content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.home-content p{
  color: #fff;
  font-size: 1rem;
  margin: 10px 0 42px;
}

/*
** 見出し
*/
.page-title{
  font-size: 1.75rem;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.text-shadow-w{
  text-shadow: #84868f 1px 0 2px,
                #84868f -1px 0 2px,
                #84868f 0 -1px 2px,
                #84868f 0 1px 2px,
                #84868f 1px 1px 2px,
                #84868f -1px 1px 2px,
                #84868f 1px -1px 2px,
                #84868f -1px -1px 2px,
                #84868f 0px 1px 2px,
                #84868f 0px 1px 2px;
}

.box-title {
  margin: 10px 0;
  padding: 0.5em;/*文字周りの余白*/
  color: #333333;/*文字色*/
  background: var(--sub-color);/*背景色*/
  border-left: solid 5px var(--main-color);/*左線（実線 太さ 色）*/
}

.double-circle {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: var(--sub-color);/*背景色*/
  vertical-align: middle;
  border-radius: 25px ;/*角を丸く*/
}
.double-circle::before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.double-circle::after {
  content: '●';
  color: white;
  margin-left: 8px;
}

.card-title {
  width: 100%;
  margin: 10px 0;
  padding: 0.5em;/*文字周りの余白*/
  line-height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  color: #333333;/*文字色*/
  background: var(--sub-color);/*背景色*/
  border-radius: 0 ;
}


/*
** フルスクリーンの背景画像
*/
.big-bg{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.normal-page-top{
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

/*
** table
*/
th, td {
  border: solid 0.5px;
  padding: 10px;
}
table{
  border-collapse: collapse;
  width: auto;
}

/*
**button
*/
.link-btn{
  width: 100%;
  text-align: center;
  margin: 15px auto;
}

/*
.btn--color,
*/
a.btn--color
 {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: var(--main-color);
}
/*
.btn--color:hover,
*/
a.btn--color:hover
 {
  color: var(--main-color);
  background: var(--sub-color);
}

a.btn--radius {
   border-radius: 100vh;
}

/*
** ２カラム全体の設定
*/
.page-contents{
  display: block;
  justify-content: space-between;
  margin-bottom: 50px;
}
/*
** ２カラムメインエリア
*/
main{
  width: 100%;
}
/*
** ２カラムサイドバーエリア
*/
aside{
  display: grid;
  width: 94vw;
  margin: 0 auto 3vw;
  gap: 2vw;
  grid-template-columns: 46vw 46vw;
}

#home{
  background-image: url(../images/main-bg.jpg);
  min-height: calc(100vh - 65px);
}
#about{
  background-image: url(../images/about-bg.jpg);
}
#service{
  background-image: url(../images/service-bg.jpg);
}
#works{
  background-image: url(../images/works-bg.jpg);
}
#contact{
  background-image: url(../images/contact-bg.jpg);
}
#loa{
  background-image: url(../images/loa-bg.jpg);
}
#spot{
  background-image: url(../images/spot-bg.jpg);
}

/*
** グリッドレイアウト
*/
.grid, .grid3{
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
/*
**
*/
.wrap{
  overflow-y: scroll;
  margin: 50px auto 20px;
  padding-top: 50%;
  width: 100%;
  height: 0;
  border: 2px solid #ccc;
}
.capture {
  margin-top: -50%;
  height: auto;
}

/*
** フォーム
*/
form div{
  margin-bottom: 14px;
}
label{
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}
input[type="text"],
input[type="email"],
textarea{
  background: rgba(255,255,255,.5);
  border: 1px #000 solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  max-width: 240px;
}

textarea{
  width: 100%;
  max-width: 480px;
  height: 6rem;
}

input[type="submit"]{
  color: #fff;
  background: var(--main-color);
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  line-height: 1;
}

/*
** footer
*/
footer{
  background: #432;
  text-align: center;
  padding: 26px 0;
}
footer p{
  color: #fff;
  font-size: 0.875rem;
}

/*
** PC size
*/
@media (min-width: 700px) {
  .page-header{
    height: 80px;
  }
  
  .logo{
    width: 200px;
    margin-top: 10px;
  }
  

  .page-title {
    font-size: 2.5rem;
  }

  .btn-menu{
    display: none;
}
.main-nav {
    display: flex;
    width: auto;
    background: none;
    position: relative;
    top: 10px;
    overflow: auto;    
}
.main-nav li {
    margin-left: 1.0rem;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 1.0rem;
}
.main-nav a {
    width: auto;
}
.main-nav a:hover,
.main-nav .current {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: .5rem;
    background: none;
}
.main-nav a::before {
    content: '';
}
/*
** グリッドレイアウト
*/
.grid{
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.grid3{
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid3 .item{
  padding: 0.5rem;
  border: 1px solid var(--main-color);
  border-radius: 15px;
}
/*
** ２カラム全体の設定
*/
.page-contents{
  display: flex;
  justify-content: space-between;
}
/*
** ２カラムメインエリア
*/
main{
  width: 70%;
}
/*
** ２カラムサイドバーエリア
*/
aside{
  margin: 50px 0 auto auto;
  display: block;
  width: 22%;
}
.item{
  width: 100%;
}

#home{
  min-height: calc(100vh - 80px);
}

}