@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------
	header_menu
----------------------------------------------------------- */
#head_wrap {
  position: relative;
  width: 100%;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#head_wrap .inner &:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .logo {
  float: left;
  width: 136px;
}
#global-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  background: #ECE9E7;
  margin-top: 20px;
}
#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}
.shipping_free {
    margin-top: 10px;
	margin-left:10px;
  }
@media (max-width: 480px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav li {
  padding: 20px 10px;
}
#global-nav li:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  #global-nav li {
    border-right: none;
  }
}
#global-nav a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}
#global-nav a:hover {}
/* Fixed */
#head_wrap.fixed {
  background: #FFF;
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 120px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}
#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}
#global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
@media (max-width: 480px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo, #head_wrap .logo {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 90px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 16px;
    margin-top: 20px;
  }
  #global-nav li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/* -----------------------------------------------------------
	con_about
----------------------------------------------------------- */
#con_about {
  padding-top: 148px;
}
#con_about p {
  letter-spacing: 1px;
  line-height: 1.8em;
  margin-bottom: 10px;
}
#con_about span {
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  #con_about {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 479px) {
  #con_about {
    position: relative;
    padding-top: 60px;
  }
  #con_about::after {
    position: absolute;
    display: block;
    bottom: -31px;
    content: "";
    width: 100%;
    height: 266px;
    background-color: #E6E6DB;
    z-index: -1;
  }
}
#con_about .inner {
  position: relative;
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (max-width: 1039px) {
  #con_about .inner {
    width: 90%;
  }
}
#con_about .inner .box_about {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about {
    display: block;
  }
}
#con_about .inner .box_about .left {
  flex: 1;
  padding-right: 9.19%;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .left {
    /*padding: 0 5%;*/
    padding-right: 0;
  }
}
#con_about .inner .box_about .left h3 {
  font-size: 1.5em;
  padding-bottom: 50px;
  line-height: 2.0em;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .left h3 {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .left h3 {
    padding-bottom: 29px;
  }
}
#con_about .inner .box_about .left h3 img:nth-child(1) {
  padding-bottom: 29px;
  width: 246px;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .left h3 img:nth-child(1) {
    width: 182px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .left h3 img:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 16px;
    width: auto;
    height: 24px;
  }
}
#con_about .inner .box_about .left h3 img:nth-child(2) {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .left h3 img:nth-child(2) {
    width: 204px;
  }
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .left h3 img:nth-child(2) {
    width: auto;
    height: 24px;
  }
}
#con_about .inner .box_about .left p.more {
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .left p.more {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .left p.more {
    padding: 28px 5% 0;
  }
}
#con_about .inner .box_about .left p.more a {
  padding-top: 0.1em;
  display: block;
  width: 100%;
  height: 59px;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1.0;
  transition: .35s ease-out;
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .left p.more a {
    height: 50px;
  }
}
.mouse #con_about .inner .box_about .left p.more a:hover, .touch #con_about .inner .box_about .left p.more a.touchstart {
  opacity: 0.8;
}
.touch #con_about .inner .box_about .left p.more a {
  -webkit-tap-highlight-color: transparent;
}
.touch #con_about .inner .box_about .left p.more a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#con_about .inner .box_about .right {
  width: 51.92%;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_about .right {
    margin-top: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .right {
    margin-top: 36px;
  }
}
#con_about .inner .box_about .right ul.list_about_gallery {
  display: flex;
  flex-wrap: wrap;
}
#con_about .inner .box_about .right ul.list_about_gallery li {
  background-position: center center;
  background-size: cover;
  padding-bottom: 32.8%;
}
#con_about .inner .box_about .right ul.list_about_gallery li.full {
  width: 100%;
  padding-bottom: 64.81%;
  margin-bottom: 2.67%;
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .right ul.list_about_gallery li.full {
    padding-bottom: 64.81%;
    margin-bottom: 1.5%;
  }
}
#con_about .inner .box_about .right ul.list_about_gallery li:nth-child(2) {
  width: 50.2%;
  margin-right: 2.67%;
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .right ul.list_about_gallery li:nth-child(2) {
    width: 49.25%;
    margin-right: 1.5%;
  }
}
#con_about .inner .box_about .right ul.list_about_gallery li:nth-child(3) {
  width: 46.9%;
}
@media only screen and (max-width: 479px) {
  #con_about .inner .box_about .right ul.list_about_gallery li:nth-child(3) {
    width: 49.25%;
  }
}
#con_about .inner .box_mood {
  position: absolute;
  top: -21px;
  left: -181px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: center center;
}
@media only screen and (max-width: 767px) {
  #con_about .inner .box_mood {
    display: none;
  }
}
#con_about .inner .box_mood p {
  position: relative;
  font-family: eb-garamond, serif;
  font-size: 83%;
  letter-spacing: 0.17em;
  color: #9F9F9F;
  line-height: 0.9;
  font-weight: 700;
}
#con_about .inner .box_mood p::before {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #9F9F9F;
  left: -45px;
}
/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
.footer {
  margin-top: 47px;
  background-color: #442712;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.entry-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}
footer .box_footer {
  padding-top: 44px;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1039px) {
  footer .box_footer {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_footer {
    padding-top: 59px;
    width: 77.6%;
    display: block;
  }
}
footer .box_footer .left {
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  footer .box_footer .left {
    padding-right: 0;
    padding-bottom: 33px;
  }
}
footer .box_footer .left h2 a {
  display: block;
}
footer .box_footer .left h2 a img {
  width: 130px;
}
@media only screen and (max-width: 839px) {}
@media print {
  footer .box_footer .left h2 a img {
    width: 172px;
  }
}
.ie8 footer .box_footer .left h2 a img {
  width: 172px;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .left h2 a img {
    width: 100px;
  }
}
footer .box_footer .right {
  padding-top: 7px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  footer .box_footer .right {
    padding-top: 0;
  }
}
footer .box_footer .right .block_top nav#fnav_main ul {
  display: flex;
  flex-wrap: wrap;
}
footer .box_footer .right .block_top nav#fnav_main ul li {
  margin-right: 32px;
  margin-bottom: 19px;
}
footer .box_footer a {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_top nav#fnav_main ul li {
    margin-right: 25px;
    margin-bottom: 18px;
  }
  footer .box_footer .left {
    display: flex;
  }
}
footer .box_footer .right .block_top nav#fnav_main ul li:last-child {
  margin-right: 0;
}
footer .box_footer .right .block_top nav#fnav_main ul li a {
  position: relative;
  display: block;
  padding-left: 13px;
  opacity: 1.0;
  transition: .35s ease-out;
}
.mouse footer .box_footer .right .block_top nav#fnav_main ul li a:hover, .touch footer .box_footer .right .block_top nav#fnav_main ul li a.touchstart {
  opacity: 0.7;
}
.touch footer .box_footer .right .block_top nav#fnav_main ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch footer .box_footer .right .block_top nav#fnav_main ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_top nav#fnav_main ul li a {
    padding-left: 10px;
  }
}
footer .box_footer .right .block_top nav#fnav_main ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  width: 8px;
  height: 12px;
  background: url("../img/footer_arrow.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_top nav#fnav_main ul li a::before {
    width: 6px;
    height: 9px;
  }
}
footer .box_footer .right .block_bottom {
  padding-top: 20px;
  display: flex;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_bottom {
    padding-top: 13px;
    display: block;
  }
}
footer .box_footer .right .block_bottom nav#fnav_sub {
  flex: 1;
  padding-top: 0.25em;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_bottom nav#fnav_sub {
    padding-top: 0;
  }
}
footer .box_footer .right .block_bottom nav#fnav_sub ul {
  display: flex;
  flex-wrap: wrap;
}
footer .box_footer .right .block_bottom nav#fnav_sub ul li {
  margin-right: 34px;
  margin-bottom: 14px;
}
footer .box_footer .right .block_bottom nav#fnav_sub ul li:last-child {
  margin-right: 0;
}
footer .box_footer .right .block_bottom nav#fnav_sub ul li a {
  display: block;
  font-size: 82%;
  opacity: 1.0;
  transition: .35s ease-out;
}
.mouse footer .box_footer .right .block_bottom nav#fnav_sub ul li a:hover, .touch footer .box_footer .right .block_bottom nav#fnav_sub ul li a.touchstart {
  opacity: 0.7;
}
.touch footer .box_footer .right .block_bottom nav#fnav_sub ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch footer .box_footer .right .block_bottom nav#fnav_sub ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 479px) {
  footer .box_footer .right .block_bottom nav#fnav_sub ul li a {
    font-size: 80%;
    text-decoration: underline;
  }
}
footer .box_footer nav#navsns_footer {
  padding-left: 18px;
  margin-top: 15px;
}
@media only screen and (max-width: 479px) {
  footer .box_footer nav#navsns_footer {
    padding-left: 0;
    margin-left: 15px;
  }
}
footer .box_footer nav#navsns_footer ul {
  display: flex;
}
footer .box_footer nav#navsns_footer ul li {
  margin-right: 8px;
}
@media only screen and (max-width: 479px) {
  footer .box_footer nav#navsns_footer ul li {
    margin-right: 13px;
  }
}
footer .box_footer nav#navsns_footer ul li:last-child {
  margin-right: 0;
}
footer .box_footer nav#navsns_footer ul li a {
  display: block;
  opacity: 1.0;
  transition: .35s ease-out;
}
.mouse footer .box_footer nav#navsns_footer ul li a:hover, .touch footer .box_footer nav#navsns_footer ul li a.touchstart {
  opacity: 0.7;
}
.touch footer .box_footer nav#navsns_footer ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch footer .box_footer nav#navsns_footer ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
footer .box_footer nav#navsns_footer ul li a img {
  width: 25px;
}
footer p#copyright {
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 79%;
}
@media only screen and (max-width: 479px) {
  footer p#copyright {
    padding-top: 48px;
    font-size: 75%;
  }
}
.contents-b-wrap .member_guide {
  width: 80%;
  margin: 0 auto;
  background: #C7B99E;
  padding: 30px;
  text-align: center;
}
.contents-b-wrap .member_guide img {
  margin: 10px 0;
  width: 100%;
}
.contents-b-wrap .member_guide .member_cv {
  display: flex;
  padding: 20px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  justify-content: space-between;
}
.contents-b-wrap .member_guide .member_cv .btn {
  width: 40%;
  background: #A7413D;
  padding: 20px;
  border-radius: 5px;
	margin-left: 20px;
}
.contents-b-wrap .member_guide .member_cv p {
  text-align: left;
}
.contents-b-wrap .member_guide .member_cv a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
}
.contents-b-wrap .member_guide .sp {
  display: none;
}
	.elm-heading--lv2 .delivery {
    border: 1px solid #CCCCCC;
	display: inline-block;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		margin-bottom: 2em;
  }
	.elm-heading--lv2 .deli_period{
		background:#707070;
		color:#FFF;
		position: relative;
	}
	.elm-heading--lv2 .deli_period:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("../img/delivery_w.svg") no-repeat;
	background-size:contain;
		position: absolute;
		top:5px;
		left:30px;
}
.elm-heading--lv2 .deli_day{
		padding: 10px 20px;
	}
@media only screen and (max-width: 768px) {
  .contents-b-wrap .member_guide .member_cv {
    display: block;
  }
  .contents-b-wrap .member_guide .member_cv p {
    height: 90px;
  }
  .contents-b-wrap .member_guide .member_cv .btn {
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 479px) {
  .contents-b-wrap .member_guide .member_cv p {
    font-size: 0.9em;
  }
  .contents-b-wrap .member_guide .pc {
    display: none;
  }
  .contents-b-wrap .member_guide .sp {
    display: block;
  }
  .contents-b-wrap .member_guide .sp_tit {
    background: #4E432A;
    color: #FFF;
    padding: 10px;
  }
  .contents-b-wrap .member_guide .to_alpha {
    font-size: 0.9em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-bottom: 10px;
    background: #FFF;
    color: #4E432A;
    display: inline-block;
    padding: 0 10px;
    opacity: 0.9;
    border-radius: 3px;
  }
  .contents-b-wrap .member_guide .to_alpha_m {
    font-size: 1.3em;
  }
  .contents-b-wrap .member_guide .member_cv p {
    height: 80px;
  }
  .contents-b-wrap .member_guide .exam .exam_name {
    background: #FFF;
    padding: 5px;
    margin-top: 10px;
  }
  .contents-b-wrap .member_guide .exam .exam_m_price {
    font-size: 1.2em;
    color: #FF0000;
  }
  .contents-b-wrap .member_guide .exam .exam_m_off {
    background: #A7413D;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-top: 5px;
  }
  .contents-b-wrap .member_guide .exam .exam_m_off:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #A7413D;
  }
.elm-heading--lv2 .delivery {
		margin-bottom: 0em;
  }
	input#modal {
	display: none;
}
input#modal + label {
	width: 100%;
	height: 120%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2147483646;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
input#modal + label div {
	position: fixed;
	width: 328px; /*画像の横幅*/
	top: 50%;
	left: 50%;
	margin: -217px 0 0 -162px; /*画像の高さと幅の半分 marginをマイナス */
	background: none;
	border: none;
}
input#modal + label div::before {
	content: "× Close";
	position: absolute;
	bottom: -25%;
	right: 50%;
	margin: 0 -60px 0 0;
	font-size: 3em;
	font-weight: bold;
	color: #ffffff;
}
input#modal:checked + label {
	display: none;
}
}
@media screen and (max-width: 1024px) {
  .contents-b-wrap .member_guide {
    width: 100%;
  }

}
@media only screen and (min-width: 480px) {
		input#modal {
	display: none;
}
input#modal + label {
	display: none;
}
}