* {
    margin: 0px;
    padding: 0px;
}


body{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    background-color: #fcfcfc;
    background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.wrap {
	overflow: hidden;
}

@media screen and (min-width: 1024px)  {
    #main{
        text-align: center;
        width: 1024px;
        background-color: #ffffff;
        margin:0 auto;
        padding: 0em;
    }
    #dial {
        display: none;
    }
    #telnum{
        display:block;
        padding: 0em 0.0em 0em 0em;
        margin: 0em 0em 0em 0em;
        font-size:  1.3em;
        font-weight: bold;
        height:1em;
        text-align:bottom;
        color: #000000;/*文字色*/
        float: right;
    }
    #footer{
        width:1000px;
        background: #dbeaac;
        margin:0 auto;
        padding:0 auto;
    }
    #nav-content{
        width: 30vw;/*右側に隙間を作る*/
    }
}
@media screen and (max-width: 1023px)  {
    #main{
        text-align: center;
        width: 90vw;
        background-color: #ffffff;
        margin:0 auto;
        padding: 1em;
    }
    #dial{
        display:block;
        padding: 0.2em 0.2em 0em 0.2em;
        margin: 0em 0em 0em 0em;
        font-weight: bold;
        font-size:  1em;
        text-decoration: none;
        height: 1.6em;
        color: #000000;/*文字色*/
        background-color: #fef9fb;
        box-shadow: none;
        border:none;
        border-radius: 1em; /*線*/
        float: right;
    }
    #telnum{
        display: none;
    }
    #footer{
        width:96vw;
        background: #dbeaac;
        margin:0 auto;
        padding:0 auto;
    }
    #nav-content{
        width: 80vw;/*右側に隙間を作る*/
    }
}


header {
    position: fixed;
    height: 31px;
    width:100vw;
    padding:0.1em 0em 0em 0em;
    margin: 0;
    background: #dbeaac;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
#nav-drawer {
    padding:0;
    margin: 0 auto;
    height: 3.4em;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
/*ナビアイコンのスペース*/
#nav-open {
    height:1em;
    padding: 0.2em 0.6em 0.6em 0.6em;
    margin: 0em 0em 0em 0em;
    font-weight: bold;
    font-size: 1em;
    color: #000000;/*文字色*/
    background: #fef9fb;
    border-radius: 1em; /*線*/
    float: left;
}
#nav-dummy{
    width: 0px;
    padding: 0px;
    margin: 0px;
}
#nav-logo{
    position: fixed;
    top: 0.1em;
    left: calc(50% - 5em/2);
    height: 2.5em;
}


/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    padding: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    max-width: 100;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    border: #dbeaac;
    background-color: #dbeaac;
}

/*チェックが入ったらもろもろ表示*/
#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);
}

div.menus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 0 ;
    margin: 0 0 0 0;
}


a.inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.1em 1em 0.1em 0.1em;
    margin: 0.1em 1em 0.2em 0.2em;
    width: 88%;
    border: none;/*線*/
    color: #000000;/*文字色*/
    border-radius: 1em; /*線*/
    background: #fef9fb;
    background-color: #fef9fb;
    font-size: 1.3em;
    text-align:center;
    text-decoration: none;
}
a.inner > p {
    margin: 0.1em 0.6em 0.1em auto;
    width:80%;
}
#menu-top {
    width:1em;
    height:30px;
    max-width:100%;
    max-height:100%;
    border: #dbeaac;
    background-color: #dbeaac;
}

#menu-bottom {
    width:10%;
    height:100%;
    max-width:100%;
    max-height:100%;
    border: #dbeaac;
    background-color: #dbeaac;
}


#footerbackground{
    padding:0.2em;
    width: 100%;
    background: #dbeaac;
}
#footer{
    background: #dbeaac;
    margin:0 auto;
    padding:0 auto;
}
div.footinline {
    width:250px;
    padding: 1em 2em 1em 2em;
    display: inline-block;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
  }
  
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 0%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  
  .modal-wrapper .modal-window .modal-content {
    max-height: 1vh;
    height:1vh;
    width:1vw;
    overflow-y: auto;
  }
  
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }

#dialogContent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 350px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #dddddd;
    text-align: center;
    border: solid 1px;
    border-radius: 20px; /*線*/
}
#dialogtitle{
    height: 32px;
    width:300px;
    padding:0em 0em 0em 0em;
    margin: 0;
    text-align:center;
    border-radius: 20px 20px 0em 0em;
    background: #dbeaac;
}
#dialogtitle{
    font-size:1.4em;
    background: #dbeaac;
}
#dialogMsg{
    text-align: center;
    margin:0.8em 0em 0.8em 0em;
}
a.btn{
    display: block;
    color: #000000;/*文字色*/
    border-radius: 1em; 
    box-shadow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0 auto;
    width: 88%;
    border: 0px;/*線*/
    color: #000000;/*文字色*/
    background: #fefefe;
    font-size: 1.2em;
    text-align:center;
    text-decoration: none;
}
.top-dummy-space{
    height:50px;
}

.responboxs {
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align: top;
    width: 330px;               /* 幅指定 */
    text-align: center;
    margin: 0.5em 0.1em 0.5em 0.1em;
}

hr.bold {
    width:100%;
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#dbeaac 45%, #dbeaac 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}
hr.style1 {
    border: 1px solid transparent;
    border-top: 3px dashed #dbeaac;
    background: #ffffff;
}


h3 {
    word-break:keep-all;
}
p {
    text-align: left;
}
#dialogtitle > p{
    text-align: center;
}
#dialogMsg > p {
    text-align: center;
}
.banner {
    width: 100%;
}

#syoukai {
    width:90%;
    word-break: normal;
    font-weight: bold; 
    line-height: 2.5em;
    text-align: left;
    padding: 1.5em;
}

#page_top{
    width: 3em;
    height: 3em;
    position: fixed;
    right: 1em;
    bottom: 1em;
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 3em;
    height: 3em;
    text-decoration: none;
  }
  #page_top a::before{
    content: '▲';
    font-size: 1em;
    color: #fff;
    position: absolute;
    width: 1em;
    height: 1em;
    top: -1.6em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 0.5em;
    color: #fff;
    position: absolute;
    top: 2.6em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }