@charset "UTF-8";

/* SWELL本文を壊さないための、ヘッダー／フッター限定リセット */
#header, #footer {
  /* Windowsは Medium。Macは游ゴシックが無いのでヒラギノのまま */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
#header .bold, #footer .bold,
#header .flexbox .col3 nav ul.list li.item a.link,
#header .fortunetellers ul li a,
#header .divination .divination_list > li > span,
#header .divination .divination_list > li > a,
#header #slide_menu nav .list .profile_item .divination_list > ul > li > span,
#header #slide_menu nav .list .profile_item .divination_list > ul > li > a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
#header ul, #footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header a, #footer a {
  color: #333;
  text-decoration: none;
}
#header img, #footer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* 第三の眼 共通ヘッダー／フッター（common.css から抽出） */

@media print, screen and (min-width: 701px) {
.sp, .br_sp {
    display: none;
  }
  #header .pc {
    display: block;
  }
  #header .sp {
    display: none !important;
  }
html, body {
    min-width: 1040px;
    max-width: none;
    overflow-x: auto;
  }
#body_wrap {
    max-width: none;
    overflow-x: visible;
  }
#header {
    position: relative;
  }
#header .inner {
    margin: 0 auto;
    width: 1000px;
  }
#header .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
#header .flexbox .col2 {
    margin-left: 25px;
  }
#header .flexbox .col2 h1, #header .flexbox .col2 p {
    color: #4B4747;
    font-size: 12px;
    line-height: 1.4;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
#header .flexbox .col3 {
    margin-left: auto;
    padding: 15px 0 20px;
  }
#header .flexbox .col3 .subnav {
    padding-right: 15px;
  }
#header .flexbox .col3 .subnav:after {
    content: '';
    clear: both;
    display: block;
  }
#header .flexbox .col3 .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
#header .flexbox .col3 .subnav ul li:nth-of-type(n + 2) {
    margin-left: 35px;
  }
#header .flexbox .col3 .subnav ul li a {
    display: block;
    font-size: 13px;
    text-decoration: underline;
    padding: 5px 0;
  }
#header .flexbox .col3 .subnav ul li a:hover {
    text-decoration: none;
  }
#header .flexbox .col3 .subnav ul .twitter a {
    background: url(/images/common/icon_twitter.png) center left no-repeat;
    padding-left: 27px;
  }
#header .flexbox .col3 .subnav ul .access a {
    background: url(/images/common/icon_access.png) center left no-repeat;
    padding-left: 20px;
  }
#header .flexbox .col3 .subnav ul .contact a {
    background: url(/images/common/icon_contact.png) center left no-repeat;
    padding-left: 25px;
  }
#header .flexbox .col3 nav {
    margin-top: 20px;
  }
#header .flexbox .col3 nav ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
#header .flexbox .col3 nav ul.list li.item {
    border-right: 1px solid #ccc;
  }
#header .flexbox .col3 nav ul.list li.item:first-of-type {
    border-left: 1px solid #ccc;
  }
#header .flexbox .col3 nav ul.list li.item a.link {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 12px;
  }
#header .flexbox .col3 nav ul.list li.item a.link:hover {
    color: #C94D79;
    text-decoration: none;
  }
#header .flexbox .col3 nav ul.list li.item.on a.link {
    color: #C94D79;
  }
#header .fortunetellers {
    background-color: #E6F6FD;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    min-height: 60px;
    width: 100%;
    z-index: 100;
  }
#header .fortunetellers ul {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
#header .fortunetellers ul:before {
    background: url(/images/common/fortunetellers_icon.png) center bottom no-repeat;
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 636px;
    height: 20px;
    width: 122px;
  }
#header .fortunetellers ul li {
    display: block;
    background: url(/images/common/fortunetellers_dot.png) right center no-repeat;
  }
#header .fortunetellers ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 12px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
#header .fortunetellers ul li a:hover {
    background-color: #94D3F2;
    color: #fff;
  }
#header .fortunetellers ul li.on a {
    background-color: #94D3F2;
    color: #fff;
  }
#header .fortunetellers ul li:last-child {
    background-image: none;
  }
#header .divination {
    background-color: #ffedf3;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
/*    height: 60px;*/
    width: 100%;
    z-index: 100;
  }
#header .divination .divination_list {
    width: 1000px;
    margin: 0 auto;
    display: table;
    position: relative;
  }
#header .divination .divination_list:before {
    background: url(/images/common/divination_icon.png) center bottom no-repeat;
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 702px;
    height: 20px;
    width: 122px;
  }
#header .divination .divination_list > li {
    display: table-cell;
		border-right: 1px dotted #f1dee5;
  }
#header .divination .divination_list > li > span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 0 10px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
#header .divination .divination_list > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 0 10px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
#header .divination .divination_list .sub_list li:last-child {
    padding-bottom: 20px;
  }
#header .divination .divination_list .sub_list li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
  }
#header .divination .divination_list > li a:hover {
    opacity: .7;
  }
#header .fortunetellers ul li.on a {
    background-color: #94D3F2;
    color: #fff;
  }
#header .fortunetellers ul li:last-child {
    background-image: none;
  }
#footer {
    background-color: #ECF5FA;
    position: relative;
    z-index: 2;
  }
#footer .inner {
    margin: 0 auto;
    padding: 55px 0 30px;
    position: relative;
    width: 1000px;
  }
#footer .inner .pagetop {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 2;
  }
#footer .row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
#footer .row1 .col1 .logo {
    text-align: center;
  }
#footer .row1 .col1 .sns {
    margin-top: 50px;
  }
#footer .row1 .col1 .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
#footer .row1 .col1 .sns ul li:nth-of-type(n + 2) {
    margin-left: 30px;
  }
#footer .row1 .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 90px;
  }
#footer .row1 .col2 .list .item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
#footer .row1 .col2 .list .item a, #footer .row1 .col2 .list .item p {
    font-size: 14px;
  }
#footer .row1 .col2 .list .item .bold {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
#footer .row1 .col2 .profile .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
#footer .row1 .col2 .profile .flexbox ul:nth-of-type(n + 2) {
    margin-left: 30px;
  }
#footer .row1 .col2 .profile .flexbox ul li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
#footer .row1 .col2 .mailmag p:nth-of-type(n + 2) {
    margin-top: 15px;
  }
#footer .row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 130px;
  }
#footer .row2 .privacy {
    font-size: 13px;
  }
.pl02 {
    padding-left: 130px;
  }
#footer .row2 .copyright {
    color: #666;
    font-size: 11px;
  }
}

@media screen and (max-width: 700px) {
.pc {
    display: none;
  }
.pl02 {
    padding-left: 0px;
  }
#overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
  }
#header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    height: 60px;
    width: 94%;
  }
#header .inner .logo {
    width: 87px;
  }
#header .inner h1, #header .inner p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    line-height: 1.5;
    margin-left: 5px;
    max-width: 200px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
#header .inner button {
    background: none;
    border: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    width: 35px;
  }
#header .fortunetellers {
    display: none;
  }
#header #slide_menu {
    background-color: #94D3F2;
    position: absolute;
    top: 0;
    right: -84%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%;
    width: 84%;
    z-index: 100;
  }
#header #slide_menu.active {
    right: 0;
  }
#header #slide_menu header {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
  }
#header #slide_menu header h2 {
    width: 43px;
  }
#header #slide_menu header button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    width: 14px;
  }
#header #slide_menu nav {
    margin-top: 10px;
  }
#header #slide_menu nav .list .item {
    border-bottom: 1px solid #C7E6F6;
  }
#header #slide_menu nav .list .item .link {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
  }
#header #slide_menu nav .list .item .link:hover {
    text-decoration: none;
  }
#header #slide_menu nav .list .profile_item p {
    position: relative;
  }
#header #slide_menu nav .list .profile_item .profile_btn {
    background: url(/images/sp/common/menu_plus.png) center/18px no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
  }
#header #slide_menu nav .list .profile_item.open .profile_btn {
    background: url(/images/sp/common/menu_minus.png) center/18px no-repeat;
  }
#header #slide_menu nav .list .profile_item .profile_list {
    background-color: #EAF6FC;
    display: none;
    padding: 25px 0;
  }
#header #slide_menu nav .list .profile_item .profile_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
#header #slide_menu nav .list .profile_item .profile_list ul li {
    width: 42%;
  }
#header #slide_menu nav .list .profile_item .profile_list ul li:nth-of-type(2n + 1) {
    width: 30%;
  }
#header #slide_menu nav .list .profile_item .profile_list ul li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
#header #slide_menu nav .list .profile_item .profile_list ul li a {
    background: url(/images/sp/common/menu_arrow.png) left 3px/5px no-repeat;
    font-size: 11px;
    text-decoration: underline;
    line-height: 1.3;
    padding-left: 12px;
  }
#header #slide_menu nav .list .profile_item .divination_list > ul{
    padding: 0 6vw;
  }
#header #slide_menu nav .list .profile_item .divination_list > ul > li {
    width: 100%!important;
		margin-top: 0!important;
		margin-bottom: 25px!important;
  }
#header #slide_menu nav .list .profile_item .divination_list > ul > li > span{
		background: none;
    font-size: 14px;
		font-weight: bold;
  }
#header #slide_menu nav .list .profile_item .divination_list > ul > li > a{
		background: none;
    font-size: 14px;
		font-weight: bold;
  }
#header #slide_menu nav .list .profile_item .divination_list .sub_list{
		justify-content: space-between;
		margin: 5px 10px 0;
  }
#header #slide_menu nav .list .profile_item .divination_list .sub_list li{
    width: 50%!important;
		margin-top: 5px!important;
  }
#header #slide_menu .subnav {
    margin-top: 15px;
  }
#header #slide_menu .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
#header #slide_menu .subnav ul li {
    width: 42%;
  }
#header #slide_menu .subnav ul li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
#header #slide_menu .subnav ul li a {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    text-align: center;
    display: block;
    padding: 12px 0;
  }
#header #slide_menu .sns {
    margin-top: 25px;
  }
#header #slide_menu .sns h2 {
    margin: 0 auto;
    width: 150px;
  }
#header #slide_menu .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
#header #slide_menu .sns ul li:nth-of-type(n + 2) {
    margin-left: 27px;
  }
#header #slide_menu .sns ul .fb {
    width: 12px;
  }
#header #slide_menu .sns ul .tw {
    width: 25px;
  }
#header #slide_menu .sns ul a {
    display: block;
  }
#header #slide_menu .copyright {
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    padding: 0 15px;
  }
#footer {
    background-color: #ECF5FA;
    padding: 30px 0 10px;
    position: relative;
    z-index: 2;
  }
#footer .pagetop {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 30px;
    z-index: 2;
  }
#footer .logo {
    text-align: center;
  }
#footer .logo img {
    width: 90px;
  }
#footer .sns {
    margin-top: 20px;
  }
#footer .sns h2 {
    text-align: center;
  }
#footer .sns h2 img {
    width: 120px;
  }
#footer .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
#footer .sns ul:nth-of-type(n + 2) {
    margin-left: 22px;
  }
#footer .sns ul .fb {
    width: 12px;
  }
#footer .sns ul .tw {
    width: 25px;
  }
#footer .sns ul a {
    display: block;
  }
#footer .privacy {
    line-height: 4em;
    font-size: 10px;
    text-align: center;
    margin-top: 45px;
  }
#footer .privacy a {
    text-decoration: underline;
  }
#footer .copyright {
    color: #666;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
  }
}
