/*)^o^(ようこそ!!*/


/*全体*/

@charset "utf-8";
* {
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
}

img {
    border: none;
}

body {
    font-family: sans-serif;
    background-color: #dddddd;
    color: #212222;
}

a[name],
a[name]:hover,
a[name]:visited,
a[name]:active {
    color: #212222;
}

#wrap {
    overflow: hidden;
}


/*ヘッダー*/

div.header {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #004244;
    margin: 0px;
}

img.header-l {
    float: left;
}

img.header-sp {
    display: none;
}

img.header-r {
    float: right;
}


/*メニュー*/

#menu-btn-check {
    display: none;
}

ul.menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
}

ul.menu li {
    display: table-cell;
    text-align: center;
    font-size: 12pt;
    font-weight: 200;
    background-color: #004244;
    border-right: 2px solid #ebd6ae;
    border-top: 2px solid #ebd6ae;
    border-bottom: 2px solid #ebd6ae;
}

ul.menu li a.current,
ul.menu li a.current:hover {
    background-color: #ebd6ae;
    color: #004244;
    font-weight: 300;
}

ul.menu li:first-child {
    border-left: 2px solid #ebd6ae;
    border-top: 2px solid #ebd6ae;
    border-bottom: 2px solid #ebd6ae;
}

ul.menu li a {
    display: block;
    text-decoration: none;
    color: #ebd6ae;
    padding: 3px;
}

ul.menu li a:hover {
    display: block;
    background-color: #006666;
    color: #ebd6ae;
}


/*コンテンツ*/

.content {
    padding: 55px 20%;
    background-color: #f4f5f7;
    margin: 0px 20px;
}

.side {
    background-color: #c1c1c1;
}

h2 {
    font-size: 16pt;
    font-weight: 200;
    margin: 20px 0px 20px 10px;
    padding: 0 10px;
    border-left: 8px solid #004244;
    position: relative;
}

h2:before {
    content: '';
    width: 8px;
    height: 15px;
    background-color: #ebd6ae;
    position: absolute;
    left: -8px;
    bottom: 0px;
}

h3 {
    font-size: 12pt;
    font-weight: 200;
    line-height: 1.7;
    margin: 0px 0px 10px 0px;
}

p {
    font-size: 12pt;
    font-weight: 200;
    line-height: 1.7;
    margin: 0px 0px 90px 0px;
}

.ryou {
    font-size: 12pt;
    font-style: oblique;
    font-weight: 300;
    line-height: 1.7;
    margin: 0px 0px 10px 0px;
}

.headesc {
    margin-top: -30px;
    padding-top: 30px;
}


/*トップページレイアウト*/

.green,
.green2 {
    display: table;
    max-width: 1024px;
    background-color: #004244;
}

.cream {
    display: table;
    max-width: 1024px;
    background-color: #ebd6ae;
}

.green li,
.green2 li,
.cream li {
    display: table-cell;
}

.top {
    width: 100%;
    height: auto;
}

.topbtnw {
    text-align: center;
    background-color: #ebd6ae;
}

.topbtn li {
    display: inline-block;
    height: 50px;
    text-align: center;
    margin: 30px 0px;
}

.topbtn li a {
    display: block;
    font-size: 15pt;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 60px;
    padding: 5px 20px;
}

.topbtnd {
    background-color: #004244;
    color: #ebd6ae;
}

.topbtnm {
    background-color: #ff9300;
    color: #004244;
}


/*メールフォーム*/

.formwrap {
    text-align: center;
    width: 360px;
    margin: -20px auto;
}

.formcenter {
    text-align: left;
}

input,
textarea {
    font-size: 10pt;
    font-family: inherit;
    color: #212222;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    line-height: 1.8;
    width: 360px;
}

input.kakuninn {
    color: #004244;
    background-color: #ff9300;
    border-color: #ff9300;
    border-radius: 4px;
    line-height: 1.8;
    font-size: 12pt;
    width: 80px;
    margin-top: 20px;
}

textarea {
    height: calc( 1.8em * 7);
    resize: vertical;
}

input {
    height: calc( 1.8em * 1);
}

span.hissu {
    font-size: 9pt;
    border-radius: 4px;
    margin: 20px 8px 4px 8px;
    padding: 3px 0px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background-color: #004244;
    color: #ebd6ae;
}

p.mailarea {
    font-size: 10pt;
    font-weight: 200;
    line-height: 1.7;
    margin: 0px;
}


/*共通メール案内*/

.toiawase {
    text-align: center;
    font-size: 16pt;
    font-weight: 200;
    margin: 50px 0px 0px 0px;
}

.mail a {
    display: block;
    width: 300px;
    font-size: 15pt;
    font-weight: normal;
    text-decoration: none;
    background-color: #ff9300;
    color: #004244;
    padding: 5px;
    margin: 45px auto 0px auto;
    border-radius: 10px;
}


/*共通フッター*/

footer {
    clear: both;
    padding: 25px 20px 25px 20px;
    background-color: #004244;
    margin: 0px;
    color: #ebd6ae;
}

.ftwrap {
    display: -webkit-flex;
    display: flex;
}

.profile {
    display: block;
    width: 220px;
    padding: 0;
    margin: 0;
}

.proftitle {
    font-size: 9pt;
    font-weight: 300;
    background-color: #ebd6ae;
    color: #004244;
    padding: 1px 1px 0px 5px;
    margin: 3px 0;
}

.syoukai {
    font-size: 8pt;
    font-weight: 200;
    padding: 0;
    margin: 3px 0;
    line-height: 1.6;
}

.ulwrap {
    width: calc(100% - 220px);
    text-align: right;
    margin-left: auto;
}

.sns {
    margin: 25px 0px 20px 0px;
}

.sns span {
    margin-right: -10px;
}

.footermenu li,
.sns li {
    list-style-type: none;
    display: inline;
    font-size: 10pt;
    font-weight: 200;
    margin: 0px 8px 0px 8px;
}

.footermenu a {
    text-decoration: underline;
    color: #ebd6ae;
}

.sns a img {
    margin: 0px 0px -12px 15px;
}

.footermenu a visited {
    text-decoration: underline;
    color: #ebd6ae;
}

.foot {
    text-align: right;
    font-size: 8pt;
    font-weight: 200;
}

.foot img {
    margin-bottom: -3px;
}