@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
ul {
    padding: 0px;
    margin: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    line-height: 20pt;
}

img {
    max-width: 100%;
}

.mrla {
    margin-left: auto;
    margin-right: auto;
}

.cen {
    text-align: center;
}

.p20 {
    padding: 20px;
}

.p5p {
    padding: 5%;
}

.mt20 {
    margin-top: 20px;
}

.mb20,
.mb {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

h3 {
    font-size: 17pt;
    text-align: center;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

li {
    list-style: none;
}

.fig {
    width: 100%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 3px solid #2b3c82;
}

.fig .blue {
    background-color: #b5c5f9;
}

.f_flex_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px auto;
}

.f_flex_cont div {
    width: 30%;
}

h2 {
    text-align: center;
}

#wrap {
    background-color: #FEFBF2;
}

header {
    background-color: #FFFFFF;
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header ul li {
    padding: 20px 0px;
}

header ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 20px;
    display: block;
    padding: 0px 40px;
    border-right: 1px dotted #aaaaaa;
}

header ul li:first-child a {
    border-left: 1px dotted #aaaaaa;
}

header ul li a {
    transition: color .3s;
}

header ul li a:hover {
    color: #ff905d;
}

.logo {
    padding-top: 10px;
    padding-left: 10px;
}


/*フッター*/

footer {
    background-color: #D1C0A6;
    padding-top: 20px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 80%;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
}

footer ul li a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}


/*footer ul li a:before {
    content: "▶";
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}*/

.copy {
    width: 100%;
    background-color: #393333;
    padding: 20px 0;
    color: #ffffff;
}

#container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/*TOP*/

.main_vis {
    width: 100%;
    /*background-color: #bcdff9;*/
    background: #bcdff9 url(/img/key_cl.png) repeat-x bottom;
}

.main_vis img {
    vertical-align: bottom;
}

.main_vis_sp {
    display: none;
}

section {
    margin-bottom: 60px;
}


/*メインと右側の大きさ指定*/

#container .main {
    width: 690px;
}

#container .sub {
    width: 290px;
}


/*右側*/

#container .sub img {
    width: 100%;
}

#container .sub ul {
    width: 100%;
    padding: 0px;
}

#container .sub ul li {
    margin: 0 auto;
}

#container .sub .bnrs {
    margin-bottom: 40px;
}

#container .sub .bnr {
    margin-bottom: 10px;
}


/*メインページ*/

h2 {
    margin-bottom: 20px;
}

.profile {
    display: flex;
    justify-content: space-around;
}

.profile li {
    width: 320px;
    margin-bottom: 20px;
}

.profile li p {
    font-weight: bold;
}

.profile li h3 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
}

.profile li h3 + img {
    margin-bottom: 10px;
}

.profile li .pCont {
    margin: 10px auto;
}

.profile li p {
    margin-bottom: 10px;
}

.profile li h3.name_k:before,
.profile li h3.name_k:after {
    content: url("../img/ico_tt.png");
    vertical-align: text-bottom;
    padding: 0 10px;
}

.profile li h3.name_p:before,
.profile li h3.name_p:after {
    content: url("../img/ico_tc.png");
    vertical-align: text-bottom;
    padding: 0 10px;
}

.profile .p10 {
    font-size: 90%;
    padding: 10px;
}

.flexw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_flex {
    border: 3px solid #27A7D8;
    border-radius: 5px;
    background: #ffffff;
}

.sec3Fig {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/**Contact*/

.contact {
    width: 85%;
    table-layout: fixed;
    margin: 0 auto;
}

.contact th {
    width: 30%;
}

.contact td {
    width: 70%;
}

.contact.borderon th,
.contact.borderon td {
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}

.contact th,
.contact td {
    padding: 5px;
}

.contact input,
.contact select,
.contact textarea {
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    color: #666;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    max-width: 300px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    border: solid 1px #EEA34A;
}

#contact_submit,
#signup_submit {
    text-decoration: none;
}

.contact_btn {
    display: block;
    width: 100px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background: #ff905d;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}


/*TO TOP*/

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 4px 0 4px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #574b3c;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


video {
    width: 100%;
}


.flexbtn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.btn {
    padding: 10px 60px;
    background: #735f5f;
    color: #ffffff;
    text-decoration: none;
    font-size: 120%;
    font-weight: 400;
    border-radius: 10px;
    display: inline-block;
}

a.btn:hover {
    opacity: 0.8;
}


/*checkout*/
.checkout {
    margin-top: 20px;
    text-align: center;
}

.checkout h3 {
    font-size: 16px;
    padding-bottom: 5px;
}

.checkout .flexbtn .btn {
    display: block;
    padding: 10px 60px;
    background: none;
    border: 1px solid #735f5f;
    color: #735f5f;
    text-decoration: none;
    font-size: 120%;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 80%;
}

table tr:nth-of-type(even) td {
    background-color: #fff9f5;
}

.logout {
    display: none;
    text-align: right;
}

.right {
    text-align: right;
}

.edit_form input[type=text],
.edit_form input[type=email],
.edit_form input[type=password] {
    background: #ffffff;
}

#result_table_filter > label > input[type=search] {
    padding: 2px;
}

#container form input[type=checkbox] {
    margin-right: 5px;
}
