@import url('https://fonts.googleapis.com/css?family=Kosugi|Sorts+Mill+Goudy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15.5px;
    box-sizing: border-box;
    margin:0;
    padding:0;
}
h2 {
    font-size: 37px;
    font-weight: normal;
    color: #002244;
    text-align: center;
    letter-spacing: 1px;
    line-height: 120%;
    margin:0;
    padding:30px 0;
}
.h2-e{
    font-size: 30px;
    letter-spacing: 2px;
    color: #445566;
    font-family: 'Amatic SC', cursive;
    padding-bottom: 10px;
}
img{
    vertical-align: top;
}
.red{
    color:#802F3B;
}
.center{
    text-align: center!important;
}
.left{
    text-align: left;
}
.break{
    display: inline-block;
}
.bold{
    font-weight: bold;
}
#container{
    width: 100%;
    text-align: center;
    margin: 0;
    padding:125px 0 0;
    box-sizing: border-box;
    vertical-align: bottom;
    overflow: hidden;
}
#header{
    position: fixed;
    width: 105%;
    background:#fff;
    z-index: 1000;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
#header-inner{
    width: 1120px;
    margin: 0 auto;
    padding:20px 0;
}
#header-inner:after{
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}
#header h1{
    display: inline-block;
    float: left;
    width: 200px;
    margin: 0;
    padding:0;
}
#header h1 img{
    width: 200px;
}
#nav{
    display: block;
    float:right;

}
#nav:after{
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}
#header ul{
    padding-top:20px;
    padding-left: 0;
}
#header li{
    width: 120px;
    float:left;
    display: block;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    margin-left: 10px;
    box-sizing: border-box;
}
#header li a{
    display: block;
    color: #412100;
    letter-spacing: 1px;
    text-decoration: none;
}
#header li a:after{
    display: block;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 1px;
    height: 1px;
    background:#336699;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
}
#header li :hover:after{
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
#header li a:hover{
    opacity: 0.5;
}
.menu{
    display: block;
    position: relative;
    height: 30px;
    font-size: 16px;
    padding-bottom: 20px;
}
.menu a:before{
    display: block;
    position: absolute;
    content: "";
    bottom:0;
    left: 0;
    width: 100%;
    height: 20px;
    color: #b19181;
    font-size: 12px;
    text-align: center;
}
#home a:before{
    content: "home";
}
#home img{
    width: 24px;
}
#bread-section{
    width: 100%;
    text-align: center;
}
#bread{
    width: 1000px;
    margin: 0 auto;
    padding:4px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 2px;
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
}
#page-top a {
    border-radius: 6px;
    background-color: #336699;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px 35px;
}
#page-top a:before{
    display: block;
    position: absolute;
    content: "";
    bottom:-15px;
    left: 50%;
    margin-left: -10px;
    border:10px solid transparent;
    border-bottom:10px solid #fff;
}
#page-top a:hover {
    background-color: #515151;
    text-decoration: none;
}
#profile a:before{
    display: block;
    position: absolute;
    content: "profile";
    bottom:0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}
#price a:before{
    display: block;
    position: absolute;
    content: "price";
    bottom:0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}
#nav-drawer {
    display:none;
}
#copyright{
    width: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px 0;
    background:#556677;
}

/*コンテンツ*/
#header-p{
    width: 100%;
    height: 180px;
    background:url(../img/main01.jpg)no-repeat top center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,.4)inset;
}
#header-p h2 {
    display: inline-block;
    font-size: 30px;
    color: #002244;
    letter-spacing: 1px;
    line-height: 120%;
    margin:30px 0 0;
    padding:20px 30px;
    background: rgba(255,255,255,.5);
    border:1px solid #fff;
}
.h2-e{
    font-size: 30px;
    letter-spacing: 2px;
    color: #445566;
    font-family: 'Amatic SC', cursive;
    padding-bottom: 10px;
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.main-cont{
    width: 100%;
    margin: 0 auto!important;
    padding:30px 0;
    background:#faf5f1;
    text-align: center;
}
.cont1080{
    width: 1080px;
    margin: 0 auto!important;
}
#top01{
    width: 100%;
    padding:0 0 50px 0;
}
#top01:after{
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}
#top01 ul{
    padding-left: 0;
}
#top01 li{
    display: block;
    position: relative;
    float: left;
    width: 32%;
    margin:0 2% 0 0;
    line-height: 200%;
    padding:60px 20px 40px;
    box-sizing: border-box;
    background:#fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    font-size: 1.2em;
    color: #41516a;
}
#top01 li:after{
    display: block;
    position: absolute;
    content:"";
    width: 10px;
    height: 15px;
    top:-20px;
    left: 50%;
    margin-left:-20px;
    border-right: 4px solid #a1b1ca;
    border-bottom: 4px solid #a1b1ca;
    transform: rotate(45deg);
}
#top01 li:before{
    display: block;
    position: absolute;
    content:"";
    width: 60px;
    height: 60px;
    top:-30px;
    left: 50%;
    margin-left:-30px;
    border-radius: 50%;
    background:#fff;
    border:1px solid #dfdad1;
}
#top01 li:last-child{
    margin:0;
}
#top02{
    width: 100%;
    position: relative;
    margin:30px 0 0 0;
    padding:60px 0 60px 0;
    background:#112233 url(../img/corporate.jpg)no-repeat center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,.4)inset;
}
#top04{
    width: 100%;
    position: relative;
    margin:30px 0 0 0;
    padding:60px 0 60px 0;
    background:#112233 url(../img/top02.jpg)no-repeat center;
    background-size: cover;
    box-shadow: 0 0 4px rgba(0,0,0,.4)inset;
}
#top02::before, #top04::before{
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height:0;
    top:20px;
    left: 50%;
    margin-left: -50px;
    border:50px solid transparent;
    border-top:50px solid #fff
}
#top02 p, #top04 p{
    font-size: 18px;
    color: #fff;
}
#top03{
    width: 100%;
    position: relative;
    margin:30px 0 0 0;
    padding:60px 0 30px 0;
}
.mail{
    display: block;
    width: 150px;
    margin: 0 auto;
}
.mail img{
    width: 100%;
}
#top03::before{
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height:0;
    top:20px;
    left: 50%;
    margin-left: -50px;
    border:50px solid transparent;
    border-top:50px solid #41516a;
    clear: both;
}
.light{
    filter: drop-shadow(0 0 2px #aaa);
    padding:10px;
}
.light:hover{
    filter: drop-shadow(0 0 12px #ffee33);
}
.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
  }
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}
.mailmark::before {
    content: "@";
} 
.mincho{
    font-family: 'Noto Serif JP', serif;
}
.break-p{
    display: inline;
}
#bread-cont{
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: left!important;
    padding: 10px 0 0 10px!important;
    font-size: 12px!important;
    columns: #323232!important;
}
#bread-cont-s{
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
    padding: 5px 0 30px 10px;
    font-size: 10px;
    line-height: 160%;
    columns: #323232;
}
.price{
    margin: 20px auto;
    text-align: center;
}
.price table{
    border-spacing: 0;
    border-collapse: none;
    border-top:1px solid #445566;
    margin:0 auto;
    text-align: left;
}
.price th{
    white-space: nowrap;
    padding:10px;
    border-bottom:1px solid #113366;
}
.price td{
    padding:10px;
    border-bottom:1px solid #445566;
}
.profile{
    margin: 20px auto;
    text-align: center;
}
.profile table{
    border-spacing: 0;
    border-collapse: none;
    border-top:1px solid #445566;
    margin:0 auto;
    text-align: left;
}
.profile th{
    white-space: nowrap;
    letter-spacing: 10px;
    padding:10px;
    border-bottom:1px solid #113366;
}
.profile td{
    padding:10px;
    border-bottom:1px solid #445566;
}
.float-box{
    width: 100%;
}
.float-box:after{
    display: block;
    content:"";
    clear: both;
    visibility: hidden;
}
.left-text-box{
    display: block;
    float: left;
    width:60%;
    text-align: left;
}
.right-photo-box{
    display: block;
    float: left;
    width:40%;
}
.right-photo-box img{
    width:300px;
    padding:8px;
    background:#fff;
    box-shadow:0 0 4px rgba(0,0,0,.2);
    box-sizing: border-box;
}
@media screen and (max-width:1999px){
    .main-container2{
        width: 100%;
    }
}
@media screen and (max-width:1120px){
    #header-inner{
        width: 100%;
    }
}

@media screen and (max-width:960px){
    #container{
        padding-top:84px;
    }
    #header{
        width: 102%;
        height: 85px;
    }
    #header-inner{
        width: 100%;
        padding:10px 0;
    }
    #header h1 img{
        width: 140px;
        padding-left: 10px;
    }
    #nav ul{
        display: none;
    }
/*ハンバーガー*/
    #nav-drawer {
      display: block;
      position: relative;
      padding:20px;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
      display:none;
    }  
    /*アイコンのスペース*/
    #nav-open {
      display: inline-block;
      width: 30px;
      height: 22px;
      vertical-align: middle;
    }
    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
      position: absolute;
      height: 3px;/*線の太さ*/
      width: 25px;/*長さ*/
      border-radius: 3px;
      background: #555;
      display: block;
      content: '';
      cursor: pointer;
    }
    #nav-open span:before {
      bottom: -8px;
    }
    #nav-open span:after {
      bottom: -16px;
    }   
    /*閉じる用の薄黒カバー*/
    #nav-close {
      display: none;/*はじめは隠しておく*/
      position: fixed;
      z-index: 99;
      top: 0;/*全体に広がるように*/
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: .3s ease-in-out;
    }   
    /*中身*/
    #nav-content {
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;/*最前面に*/
      width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
      max-width: 330px;/*最大幅（調整してください）*/
      height: 100%;
      background: #fff;/*背景色*/
      transition: .3s ease-in-out;/*滑らかに表示*/
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);/*左に隠しておく*/
    } 
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
      display: block;/*カバーを表示*/
      opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);/*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    .nav-text{
        border-bottom:1px solid #aaa;
        padding:18px;
    }
    .nav-text a{
        color:#336699;
        text-decoration: none!important;
    }
    .nav-text a:hover{
        color:#515151;
    }
    .left-text-box, .right-photo-box{
        float: none;
        width:100%;
    }
    h2 {
        font-size: 26px;
    }
    .title-e {
        font-size: 14px;
    }
    .cont1080{
        width: 100%;
        padding:20px;
        box-sizing: border-box;
    }
    .main-container{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .main-container2000{
        width: 100%;
        margin: 0 auto!important;
        text-align: center;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .container2{
        width: 100%;
        margin: 0 auto;
    }
    .break{
        display: block;
    }
    #bread-cont{
        display: none;
    }
    #slide{
        width: 100%;
        height: 280px;
    }
    .slide-title{
        padding-top:120px;
        font-size: 1.8em;
    }
    #top01, #top02, #top03{
        width: 100%;
        box-sizing: border-box;
    }
    #top01 li{
        float: none;
        width: 100%;
        margin:0 0 20px;
        font-size: 1em;
    }
  }
@media screen and (max-width:768px){
    .right-photo-box img{
        width: 100%;
    }
}