@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

/*input:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background-color: #F0EEE1;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.txC {
	text-align: center;
}

.txRed {
	color: #CC0000;
}

.mgn10 {
	margin-bottom: 10px !important;
}

.mgn60 {
	margin-bottom: 60px !important;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}



/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header {
  padding: 18px 22px 13px 22px;
}
.l-header__head {
  justify-content: space-between;
  align-items: center;
}
.l-header__info {
  justify-content: center;
  align-items: center;
  height: 70px;
}
.l-header__cart {
  padding: 8px;
  height: 48px;
  background-color: #7C6ACC;
  display: inline-block;
}
.l-header__cart a {
  display: inline-block;
}
.l-header__contact {
  padding: 0 30px 0 15px;
  margin-right: 63px;
  border-right: 1px solid #CBAD6A;
  color: #000;
}
.l-header__number {
  margin-bottom: 2px;
}
.l-header__number span {
  font-size: 23px;
  line-height: 25px;
}
.l-header__time {
  font-size: 15px;
  text-align: right;
}
.l-header__btn-contact {
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 20px;
  margin-right: 7px;
  display: inline-block;
  background-color: #947734;
}
.l-header .menubt {
  z-index: 3;
  width: 40px;
  height: 40px;
  display: block;
  right: 22px;
  top: 30px;
  position: absolute;
  z-index: 1002;
  cursor: pointer;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.l-header .menubt span {
  width: 40px;
  height: 3px;
  display: block;
  background: #BC9741;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.l-header .menubt .top {
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}
.l-header .menubt .bottom {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
}
.l-header .menubt .menuclick1 {
  transform: rotate(-215deg);
}
.l-header .menubt .menuclick2 {
  background-color: rgba(255, 255, 255, 0);
}
.l-header .menubt .menuclick3 {
  transform: rotate(215deg);
}
.l-header nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  padding: 20px 0;
  background-color: #fff;
  transform: translateX(102%);
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.l-header nav.active {
  transform: translateX(0%);
  overflow-y: hidden;
}
.l-header nav .l-container {
  width: 860px;
  max-width: 66.7%;
}
.l-header nav .l-container a.l-header__logo {
	display: inline-block;
}

.l-header nav .l-header__contact {
  border-right: none;
  padding: 0;
  margin-right: 0;
}
.l-header nav .l-header__btn-contact {
  padding: 5px 15px;
}
.l-header nav .l-header__btn-contact,
.l-header nav .l-header__time {
  font-size: 20px;
}
.l-header nav .l-header__number span {
  font-size: 36px;
  line-height: 39px;
  display: inline-block;
  vertical-align: top;
}
.l-header__menu {
	display: flex;
	flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-header__menu li {
  margin: 0 0 10px;
		width: 30%;
}

.l-header__menu li:nth-child(3n) {
	margin: 0 5% 10px;
}

.l-header__menu li a {
	display: block;
	padding: 8px;
  font-size: 20px;
		border: 1px solid #CCC;
		text-align: center;
}
.l-header__menu li a:hover {
	background-color: #F9F7EA;
}

.l-header__menu li.l-header__home {
  display: block !important;
		width: 100%;
}
.l-header__text-menu {
  background-color: #F9F7EA;
  font-size: 26px;
  text-align: center;
}
.l-header__text-menu a {
	display: block;
  padding: 10px 0 15px 0;
}

.l-header__contact-menu {
  margin: 15px 0;
  justify-content: space-between;
}
.l-header__contact-menu li {
  border: 1px solid #333;
  width: calc(50% - 6px);
  padding: 13px;
}
.l-header__contact-link {
	display: block;
  margin-top: 14px;
  padding: 0 20px 0 140px;
  line-height: 43px;
  font-size: 20px;
  background: url(../image/icon-mail.png) no-repeat left 50px center;
}

/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer {
  padding: 35px 0;
  background-color: #525252;
  color: #fff;
  position: relative;
}
.l-footer .l-container {
  justify-content: space-between;
}
.l-footer__info {
  margin: 20px 0 0;
  line-height: 1.4;
}
.l-footer__coppy {
  font-size: 14px;
}
.l-footer__blocks {
  margin-top: 15px;
}
.l-footer__block {
  margin: 0 25px 0 35px;
}
.l-footer__list li {
  position: relative;
}
.l-footer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.l-footer__list a {
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
  padding-left: 15px;
}
.l-footer .ptop {
  position: absolute;
  right: 15px;
  bottom: 20px;
  cursor: pointer;
}
.l-footer__logo a {
	display: inline-block;
}

.social-network .c-btn {
	margin: 0 !important;
}

/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn {
  min-width: 180px;
  border: 1px solid #947734;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
		margin: 0 0 40px;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 30px;
  height: 1px;
  background-color: #947734;
}
.c-btn a {
	display: block;
  padding: 8px 55px 10px 55px;
		text-decoration: none !important;
}

.c-btn a:hover {
	background-color: #E6D8B7;
}

.c-btn2 {
	width: 240px;
	margin: 0 auto;
  font-size: 14px;
  position: relative;
  display: block;
		text-align: center;
}
.c-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 30px;
  height: 1px;
  background-color: #947734;
}
.c-btn2 a {
	display: block;
	width: 240px;
	margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #947734;
  background-color: #fff;
		text-align: center;
		text-decoration: none !important;
}

.c-btn2 a:hover {
	background-color: #E6D8B7;
}

.c-icon-next {
  width: 30px;
  height: 30px;
  border: 2px solid #BC9741;
  position: relative;
}
.c-icon-next::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #BC9741;
}

/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.p-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #CBAD6A;
}

.p-heading-en {
  color: #E6D8B7;
  font-size: 100px;
  font-weight: 400;
}

.p-news__title {
  padding: 27px 10px;
  background-color: #fff;
  font-size: 30px;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  position: absolute;
  top: -45px;
  left: 5%;
  z-index: 1000;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
.p-news__list {
  width: 66.7%;
  margin-left: 13.7%;
}
.p-news__item {
  padding: 12px 0 7px 0;
  border-bottom: 1px dotted #999;
}
.p-news__item a:hover {
	text-decoration: underline;
}
.p-news__cat {
  width: 150px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 3px;
  display: inline-block;
}

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-fl-left {
  float: left;
}

.u-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.u-clear {
  display: block;
}
.u-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-bg-moyo,
.wn-moyo {
  background-color: #CC6A89;
}

.u-bg-club,
.wn-club {
  background-color: #7C6ACC;
}

.u-bg-goods,
.wn-goods {
  background-color: #CC7C6A;
}

.u-bg-study,
.wn-study {
  background-color: #89CC6A;
}

.u-bg-wn,
.wn-info {
  background-color: #A8BE41;
}

.wn-special {
  background-color: #4169BF;
}

/*-------------------------------------------------utility*/

/*# sourceMappingURL=common.css.map */


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	padding: 60px 0;
	background-color: #FFF;
	background-image: url(../image/back-01.png), url(../image/back-02.png), url(../image/back-03.png);
	background-repeat: no-repeat;
	background-position: 100% 10px, -10px 600px, 100% 900px;
}

#second .inner {
	width: 1200px;
	margin: 0 auto;
	line-height: 1.6;
}

#second .inner .pan {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: right;
	font-size: 14px;
}

#second .inner .pan li a {
	display: inline-block;
}

#second .inner h2 {
	position: relative;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 30px;
	padding: 0 3em;
	margin: 0 0 30px;
}

#second .inner h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #BC9741;
}

#second .inner h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#second .inner h3 {
	font-weight: 500;
	margin: 0 0 30px;
	color: #695525;
	background-color: #F0EEE1;
	padding: 12px 8px;
	font-size: 20px;
}

#second .inner h4 {
	position: relative;
	border-bottom: 2px solid #CCC;
	padding: 8px;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 20px;
}

#second .inner h4:after {
	position: absolute;
	content: "";
	background-color: #947734;
	width: 120px;
	height: 2px;
	bottom: -2px;
	left: 0;
}

#second .inner p {
	margin: 0 0 30px;
}

#second .inner p.exam {
	margin: 0 0 10px;
}

#second .inner p.lead {
	font-size: 24px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #A0507C;
	letter-spacing: 0.05em;
	font-weight: 600;
}

#second .inner a {
	display: inline-block;
	text-decoration: underline;
}

#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #BB779F;
	text-indent: 0;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
#second .pager_wrap ul.pager li.active {
	background-color: #BB779F;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

#second .pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #F0E1EA;
}

#second .anchor {
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#second .anchor li {
	width: 23%;
	margin: 0 1% 10px;
}

#second .anchor li.r-houmon {
position: relative;
}

#second .anchor li.r-houmon:before {
position: absolute;
content: "人気!!";
background-color: #F60;
color: #FFF;
border-radius: 50%;
width: 60px;
height: 60px;
top: -30px;
left: 20px;
text-align: center;
line-height: 60px;
transform:rotate(-10deg);
font-weight: 500;
}

#second .anchor li a {
	display: block;
	padding: 8px;
	text-align: center;
	border: 2px solid #CCC;
	background: url(../image/arrow-01.png) no-repeat 96% center;
	background-size: 17px;
	text-decoration: none;
}

#second .anchor li a:hover {
	background: url(../image/arrow-01.png) #F7F1E8 no-repeat 96% center;
	background-size: 17px;
}

#second .column2 {
	margin: 0 40px 20px;
	display: flex;
	justify-content: space-between;
}

#second .column2 .left {
	width: 70%;
}

#second .column2 .right {
	width: 24%;
	text-align: right;
}

#second .contactBox {
	margin: 120px 100px 0;
	padding: 30px;
	border: 4px double #A0507C;
	font-size: 36px;
}

#second .contactBox p.image {
	margin: -80px 0 0;
	text-align: center;
}

#second .contactBox .telmail {
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}

#second .contactBox .telmail div {
	width: 48%;
	text-align: center;
}

#second .contactBox .telmail div dt {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 6px;
	color: #FFF;
	background-color: #A0507C;
}

#second .contactBox .telmail div span.time {
	font-size: 18px;
	display: block;
}

#second .contactBox .telmail .btn {
  width: 340px;
  border: 1px solid #947734;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
		top: -5px;
}
#second .contactBox .telmail .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 30px;
  height: 1px;
  background-color: #947734;
}
#second .contactBox .telmail .btn a {
	display: block;
  padding: 8px 55px 10px 55px;
		text-decoration: none !important;
		font-size: 20px;
}

#second .contactBox .telmail .btn a:hover {
	background-color: #E6D8B7;
}

#second .column2-2 {
	display: flex;
	justify-content: space-between;
}

#second .column2-2 .left {
	width: 48%;
}

#second .column2-2 .right {
	width: 48%;
}

#second .inner table {
	margin: 0 0 40px;
}

#second .inner table th {
	padding: 8px 16px;
	border: 1px solid #CCC;
	font-weight: 500;
	background-color: #FBF7E7;
}

#second .inner table td {
	padding: 8px 16px;
	border: 1px solid #CCC;
}




