/* ::::: themap.css ::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: 要素 :::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
    background-color: #eeeeee;
    font-size: 17px !important;
    margin: 0px;
    line-height: 1.5em;
    background-attachment: fixed;
}

h1 {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    background-color: #95815e;
    margin: 0;
    width: 100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #B49D69;
    text-shadow: 1px 1px 0px #333;
    background: url(/contents/cmn/img/ttl.png) no-repeat center center;
    line-height: 1.8em;
    margin: 10px 0 10px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h3 {
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    font-weight: bold;
    width: 100%;
    font-size: xx-large;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B79F6C;
    background: url(/contents/cmn/img/sub.png) repeat-y center;
    line-height: 1.5em;
    margin: 0 0 20px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

h4 {
    border-left: 10px solid #B79F6C;
    font-size: x-large;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    font-family:cursive;
    margin-bottom: 10px;
}

h4.mid {
    border-left: none;
    text-align: center;
}

p {
    background-image:url(spacer.gif);
}

header,header-s,header-core,header-sado,header-journey,header-dream,footer,section,aside{
	display:block;
}

input[type="text"] {
    color:#4a452a;
    width: 55%;
    box-sizing: border-box;
    border: 3px solid #babcbe;
    font-size: 0.8em;
    padding: 0.5em 1em;
    margin-top: 1.5em;
}

input[type="password"] {
    color:#4a452a;
    width: 45%;
    box-sizing: border-box;
    border: 3px solid #babcbe;
    font-size: 0.8em;
    padding: 0.5em 1em;
    margin-top: 1.5em;
    background-color: #eaedf2;
}

input[type="submit"] {
    width: 30%;
    border: 3px solid #B59D69;
    background-color: #B59D69;
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
    cursor: pointer;
}

input[type="button"] {
    font-size: 1.2em;
    margin-top: 1em;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::リンクオーバー :::::::::::::::::::::::::::::::::::::::::::::::::: */
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #74e1fc; }
a:active { color: #fff; }
input[type="submit"]:hover{
    opacity:0.5;
}

.btn_a{
    text-align: center;
    display:block;
    width: 40%;
    font-size: 1.2em;
    background-color: #B59D69;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #eee;
    padding: 1em;
    margin: 3em auto;
    text-decoration: none;
    cursor: pointer;
}
.btn_a:link { color: #fff; }
.btn_a:visited { color: #fff; }
.btn_a:active { color: #fff; }
.btn_a:hover { opacity:0.5; }

.btn_content{
    text-align: center;
    display:block;
    width: 40%;
    font-size: 1.2em;
    background-color: #B59D69;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #eee;
    padding: 1em;
    margin: 1em auto;
    text-decoration: none;
    cursor: pointer;
}
.btn_content,
.btn_content::before,
.btn_content::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_content:link { color: #fff; }
.btn_content:visited { color: #fff; }
.btn_content:active { color: #fff; }
.btn_content:hover {
    background-color: #fff;
    color: #B59D69;
    border: 2px solid #B59D69;
}

.btn_content-r{
    text-align: center;
    display:block;
    width: 40%;
    font-size: 1.2em;
    background-color: #fff;
    border: 2px solid #B59D69;
    box-shadow: 0 0 0 2px #eee;
    padding: 1em 0;
    margin: 1em auto;
    text-decoration: none;
    cursor: pointer;
}
.btn_content-r,
.btn_content-r::before,
.btn_content-r::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_content-r:link { color: #B59D69; }
.btn_content-r:visited { color: #B59D69; }
.btn_content-r:active { color: #B59D69; }
.btn_content-r:hover {
    background-color: #B59D69;
    color: #fff;
    border: 2px solid #fff;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: id :::::::::::::::::::::::::::::::::::::::::::::::::: */
#header {
    background: url(/contents/cmn/img/header.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-s {
    background: url(/contents/cmn/img/header-s.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-core {
    background: url(/contents/cmn/img/header-core.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-sado {
    background: url(/contents/cmn/img/header-sado.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-journey {
    background: url(/contents/cmn/img/header-journey.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-journey_b {
    background: url(/contents/cmn/img/header-journey_b.jpg) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-dream {
    background: url(/contents/cmn/img/header-dream.png) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-thelife {
    background: url(/contents/cmn/img/header-thelife.png) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header-theworld {
    background: url(/contents/cmn/img/header-theworld.png) no-repeat center center;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#wrapper {
    width: 960px;
    height: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    background-image: url(/contents/cmn/img/wrapper.png);
    background-repeat: repeat-y;
    color:#4a452a;
}

#signature {
    margin-top: 2em;
    height: 60px;
    max-width: 920px;
    background: url(/contents/cmn/img/signature.png) no-repeat top right;
    background-size:25%;
}

#footer {
    width: 100%;
    color:#fff;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 130px;
    padding-top: 10px;
    float: none;
    background-color: rgb(149, 129, 94);
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer p{
    width: 900px;
    margin: auto;
}
#footer a{
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

#privacy{
    font-size: 14px;
    padding-top:20px;
    padding-left:40px;
    padding-right:40px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#privacy h1{
    color:#4a452a;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: xx-large;
    font-weight: bold;
    padding-bottom: 10px;
    width: 840px;
    margin-left: -80px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#privacy h2{
    width: 500px;
    color:#4a452a;
    text-shadow: none;
    text-align:left;
    font-size: x-large;
    font-weight: bold;
    background: none;
    margin: 40px 0 0;
    padding: 0;
    line-height: 150%;
    border: none;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#privacy p{
    margin-left: 25px;
    margin-right: 18px;
}

#privacy li{
    margin-left: 10px;
    margin-right: 20px;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::: 基本class :::::::::::::::::::::::::::::::::::::::::::::::::: */
.mg {
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 20px;
    padding-top:20px;
    padding-bottom:30px;
    padding-left:40px;
    padding-right:40px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pdf_a{
    display:block;
    text-align: center;
    background: url(/contents/cmn/img/pdf.png) no-repeat top center;
    padding-top: 100px;
    font-weight: bold;
    text-decoration: none;
}

a.pdf_a:visited {
    color: #601500;
}
a.pdf_a:link {
    color: #9C1312;
}
a.pdf_a:hover {
    text-decoration: underline;
}

.supplement {
    background: lightyellow;
    font-size: 0.85em;
    padding: 1em;
    margin: 0.5em 4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(237, 237, 237, 0.5);
}

.warning {
    background: pink;
    color: #333;
    text-indent: -1em;
    padding-left: 1.5em;
}

.note {
    background-color: #fff;
    font-size: 1em;
}

.note a {
    background-color: #ffcccc;
}

.note a:visited {
    color: #601500;
    font-weight: bold;
}
.note a:link {
    color: #601500;
    font-weight: bold;
}
.note a:hover {
    color: #74e1fc;
    background-color: #efe7e5;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 文字装飾用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.center {
    text-align: center;
}

.pass-msg{
    color: #8590a0;
}

.red {
    font-weight: bold;
    color: #940000;
}

.ul {
    text-decoration: underline;
}

.big {
    font-weight: bold;
}

.small {
    font-size: 0.8em;
    line-height: 1.8em;
}

.l{
    font-size: 1.5em;
}

.bigger {
    font-size: 2em;
}

.notice {
    font-weight: bold;
    color: #004080;
    font-style: italic;
    text-decoration: underline;
}

.highlight {
    background-color: #FFFF00;
    font-weight: bold;
}

.marker-g {
    background: linear-gradient(transparent 60%, #B79F6C 90%);
    padding-bottom: 0.2em;
}

.marker-y {
    background: linear-gradient(transparent 60%, #FFFF00 0%);
    padding-bottom: 0.2em;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: ボックス :::::::::::::::::::::::::::::::::::::::::::::::::: */
.form-elements{
    margin-bottom: 15px;
}

.err {
    color: #dd0000;
    text-align: center;
    padding-top: 40px;
    height: 550px;
}

.entry {
    text-align: center;
    padding-top: 40px;
    border: 3px solid #B39C67;
    background: url(/contents/cmn/img/form_bg.jpg) center center;
    background-size: cover;
    height: 450px;
}

.entry p {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: underline;
    line-height: 200%;
    margin-bottom: 10px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.pwd {
    text-align: center;
    padding-top: 40px;
    height: 550px;
}

.box_a {
    text-align: center;
    padding-top: 40px;
    height: 550px;
}

.box_content {
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    font-weight: bold;
    width: 100%;
    font-size: xx-large;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    background: url(/contents/cmn/img/sub.png) repeat-y center;
    line-height: 1.5em;
    margin: 0 0 20px;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.box_content_msg{
    background-color: #fff;
    color: #241f15;
    font-size:16px;
    text-shadow: none;
    line-height: 3em;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::: テーブル用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.mail-chk{
    font-size:0.8em;
    line-height: initial;
    padding-top:88px;
    padding-bottom:30px;
    padding-left:40px;
    padding-right:40px;
    background: url(/contents/cmn/img/fivestars.png) top center no-repeat;
}

.mail-chk table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float:center;
}

.mail-chk th{
    width:30%;
    padding:10px;
    text-align: left;
    background-color: #e9e5d5;
    border-left: 3px double #999;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.mail-chk td{
    width:70%;
    padding:10px;
    padding-left: 2em;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bord {
    border: 1px solid #c9a969;
    color: #4c4222;
    margin: 0.5em 2em !important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: オーディオボックス用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.audio_box {
    overflow: hidden;
    padding: 0 20px;
}
.audio_box img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.audio_left {
    float: left;
    margin-bottom: 1em;
    width: 35%;
}

.audio_right {
    float: right;
    width: 65%;
    font-size: 0.85em;
    text-align: left;
    padding: 0;
    margin-bottom: 1em;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: YouTube用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.imac {
    background-image: url(/contents/cmn/img/imac0.png);
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    height: 660px;
    background-position: center top;
    padding: 0;
    position: relative;
}

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

.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 85% !important;
    height: 85% !important;
    margin-top: 47px;
    margin-left: 57px;
}

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

.ytonly iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90% !important;
    height: 90% !important;
    margin-left: 37px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: コメント用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.logged-in-as {
    background-color: #B79F6C;
    padding: 1em 1em;
    color: #ffffff;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: スマホ用 :::::::::::::::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width:981px) {
    .br-sp { display:block; }
    .br-sm { display:none; }
}

@media screen and (min-width: 981px){
    .br-sp { display:none; }
}

@media screen and (max-width: 480px){
    .br-pc { display:none; }
    .br-sm { display:none; }
}
