@charset "UTF-8";
/*
例外
*/
/*-----table of contents--------
1.各種設定
  1.色の指定
  2.bodyの指定
  3.レスポンシブ　表示の振り分け
  4.本文　＆　リンク カラー＆下線
  5.画像の位置リセット
  6.画像パス
------------------------------*/
@media only screen and (max-width: 768px) {
		.hideSp {
				display: none;
		}
}

@media only screen and (min-width: 769px) {
		.hidePc {
				display: none;
		}
}

#container img {
		vertical-align: top;
}

/* add 20250125 sekiguchi 
#hidden {
    display: none;
}
	*/

/*-----table of contents--------
1.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, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figcaption, figure, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		background: transparent;
		box-sizing: border-box;
}

/* add applet,a,big,s,strike,center,tt,embed,output,ruby */
h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
}

body {
		line-height: 1.5;
		color: #332732;
		font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
		-webkit-font-smoothing: antialiased;
}

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

ol, ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}

a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

img {
		vertical-align: top;
}

ins {
		text-decoration: none;
}

mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

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

dfn {
		font-style: normal;
}

hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #000;
		margin: 1em 0;
		padding: 0;
}

input, select {
		vertical-align: middle;
}

pre {
		overflow-x: visible;
		white-space: pre-wrap;
}

/* pre 要素（整形済みテキスト）の折り返しを切り替え可能にする */
* {
		-webkit-text-size-adjust: none;
}

input[type="submit"],
input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
		display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
		outline-offset: -2px;
}

:placeholder-shown,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
		opacity: 0.7;
}

/*-----table of contents--------
1.フォント指定
　1.1 YakuHanJP
------------------------------*/
body {
		/* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      含まれていない漢字が登場しても、次の候補のフォント（ヒラギノ）などで表示されます */
		font-family: YakuHanJP, 'Montserrat', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Gothic", "ＭＳ Ｐゴシック", 'Apple SD Gothic NEO', helvetica, sans-serif;
}

@font-face {
		font-family: YakuHanJP;
		font-style: normal;
		font-weight: normal;
		font-display: swap;
		src: url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
		src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
		unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
		font-family: YakuHanJP;
		font-style: normal;
		font-weight: bold;
		font-display: swap;
		src: url(../fonts/YakuHanJP/YakuHanJP-Bold.eot);
		src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
		unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

/*-----table of contents--------
1.レイアウト
2.モジュール
------------------------------*/
html {
		scroll-behavior: smooth;
		background: #F8F8F8;
		background: #fff;
}

body {
		background: #F8F8F8;
		background: #fff;
		width: 100%;
		color: #332732;
		-webkit-font-smoothing: antialiased;
		font-family: 'Montserrat', YakuHanJP, sans-serif;
		box-sizing: border-box;
		display: relative;
}

@media only screen and (max-width: 768px) {
		body {
				overflow-x: hidden;
		}
}

@media only screen and (min-width: 769px) and (max-width: 1261px) {
		body {
				overflow-x: auto;
		}
}

@media only screen and (min-width: 1262px) {
		body {
				overflow-x: hidden;
		}
}

@media only screen and (min-width: 769px) {
		body {
				margin: 0 auto;
		}
}

a {
		color: #40404e;
		text-decoration: none;
		transition-property: all;
		transition: 0.3s linear;
}

a:hover {
		text-decoration: none;
}

html {
		scroll-behavior: smooth;
}

body {
		background: #fff;
		color: #555;
		font-size: 14.5px;
		font-family: 'Montserrat', 'Maven Pro', 'Rubik', Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Montserrat', 'Maven Pro', 'Rubik', Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
		font-weight: 600 !important;
}

a {
		font-family: 'Montserrat', 'Maven Pro', 'Rubik', Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
		font-weight: 400;
		text-decoration: none;
}

main {
		position: relative;
}

@media only screen and (max-width: 768px) {
		main {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		main {
				background: #fff;
				margin: 0 auto;
		}
}

@media only screen and (max-width: 768px) {
		section {
				width: 100vw;
		}
}

@media only screen and (min-width: 769px) {
		section {
				width: 100%;
		}
}

#main-column {
		background: #fff;
		width: 760px;
		text-align: left;
		display: inline-block;
		padding: 0;
		margin: auto;
}

#side-column {
		background: #fff;
		width: 240px;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 20px;
		margin: 5rem auto 0;
}

/*-----table of contents--------
1.ヘッダー
2.ヘッダーバナー ※SPのみ
------------------------------*/
.header {
		box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
		background: #fff;
		position: fixed;
		z-index: 99;
		font-size: 0;
		width: 100%;
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.header--contents {
				width: 100vw;
				margin: 0 auto;
		}
}

@media only screen and (min-width: 769px) {
		.header--contents {
				width: 100%;
				padding: 1rem 0;
				margin: 0 auto;
		}
}

.header--title {
		display: inline-block;
		font-size: 1rem;
		text-align: center;
		font-weight: normal;
		letter-spacing: 0.15rem;
}

.header--title a {
		position: relative;
		display: block;
}

@media only screen and (min-width: 769px) {
		.header--title a {
				transition-property: all;
				transition: 0.15s linear;
		}
}

.header--title a:hover {
		opacity: 0.5;
}

@media only screen and (min-width: 769px) {
		.header--title {
				width: 220px;
		}
}

.header--title span {
		font-size: 0.75em;
		padding-right: 0.5rem;
}

/* ロゴ */
.header-block {
		margin: 0 auto;
		width: 100%;
		z-index: 100 !important;
		box-shadow: 2px 2px 4px white;
}

.header-contents {
		background: white;
		width: 100%;
		font-size: 0;
		display: block;
		margin: 0 auto;
}

#logo.logo a {
		padding: 0;
		margin: 10px auto 10px;
		width: 180px;
		height: 240px;
		background-image: url(../img/common/chekccori_logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		font-size: 0;
}

/*-----table of contents--------
1.フッター
------------------------------*/
.footer {
		background: #fff;
		position: relative;
		text-align: center;
}

.footer:before, .footer:after {
		display: block;
		content: "";
		clear: both;
		height: 0;
		overflow: hidden;
}

@media only screen and (max-width: 768px) {
		.footer {
				width: 100vw;
				padding: 10vw 5vw;
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.footer {
				width: 100%;
				padding: 80px 0;
				margin: 0 auto;
		}
}

.footer-nav {
		font-size: 0;
		max-width: 600px;
		padding: 0;
		margin: 0 auto 80px;
}

.footer-nav .menu-item {
		display: inline-block;
		width: calc(100% / 3);
		font-size: 1rem;
		text-align: center;
		border: none;
		border-right: 1px solid #222;
}

.footer-nav .menu-item:first-child {
		border-left: 1px solid #222;
}

.footer-nav .menu-item a {
		display: block;
		padding: 1rem 0;
}

.footer-nav .menu-item a:hover {
		background: #222;
		color: #fff;
}

.footer-copyright {
		text-align: center;
}

@media only screen and (max-width: 768px) {
		.footer-copyright {
				font-size: 1rem;
				margin: 0 auto 6rem;
		}
}

@media only screen and (min-width: 769px) {
		.footer-copyright {
				font-size: 1rem;
		}
}

/*******************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
}

.sf-menu {
		line-height: 1.0;
}

.sf-menu ul {
		position: absolute;
		top: -999em;
		width: 10em;
		/* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
		width: 100%;
}

.sf-menu li:hover {
		visibility: inherit;
		/* fixes IE7 'sticky bug' */
}

.sf-menu li {
		float: left;
		position: relative;
}

.sf-menu a {
		display: block;
		position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
		left: 0;
		top: 2.5em;
		/* match top ul list item height */
		z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
		top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
		left: 10em;
		/* match ul width */
		top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
		top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
		left: 10em;
		/* match ul width */
		top: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
		padding-right: 2.25em;
		min-width: 1px;
		/* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
		position: absolute;
		display: block;
		right: .75em;
		top: 1.05em;
		/* IE6 only */
		width: 10px;
		height: 10px;
		text-indent: -999em;
		overflow: hidden;
		background: url("../images/arrows-ffffff.html") no-repeat -10px -100px;
		/* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
		/* give all except IE6 the correct values */
		top: .8em;
		background-position: 0 -100px;
		/* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
		background-position: -10px -100px;
		/* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
		background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
		background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0;
		/* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
		background: url("../images/shadow.html") no-repeat bottom right;
		padding: 0 8px 9px 0;
		/*	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px; */
		-webkit-border-top-right-radius: 17px;
		-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
		background: transparent;
}

/*-----table of contents--------
1.ヘッダー　ナビリスト　ブロック ※SPのみ
------------------------------*/
.aside-sns {
		width: 240px;
		display: inline-block;
		font-size: 0;
		text-align: center;
		padding: 0 0 50px;
		margin: 0;
}

.aside-sns a {
		display: inline-block;
		width: 35px;
		height: 35px;
		margin: 0 0 0 12px;
}

.aside-sns a:hover {
		opacity: 0.5;
}

.aside-sns a img {
		width: 35px;
		height: 35px;
}

.float-sns {
		width: 40px;
		display: block;
		font-size: 0;
		padding: 20px;
		margin: 0;
		position: fixed;
		right: 40px;
		bottom: 150px;
		z-index: 10;
}

.float-sns a {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 0 20px;
}

.float-sns a:hover {
		opacity: 0.5;
}

.float-sns a img {
		width: 40px;
		height: 40px;
}

.to_pageTop {
		width: 80px;
		height: 80px;
		overflow: hidden;
		position: fixed;
		bottom: 16px;
		right: 35px;
		z-index: 50;
}

.to_pageTop a {
		border-radius: 40px;
		background: #222;
		color: #fff;
		width: 80px;
		height: 80px;
		text-decoration: none;
		display: block;
}

.to_pageTop a:hover {
		opacity: 0.7;
}

.to_pageTop a span {
		border-bottom: #fff solid 2px;
		width: 50px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		display: block;
		margin: auto;
		position: absolute;
		bottom: 30px;
		left: 15px;
}

/******************************/
.nav-area {
		display: inline-block;
		background: #fff;
		width: 100%;
		margin: 0 auto 1.5rem;
		padding: 1.5rem 0 0;
		text-align: center;
		vertical-align: top;
		z-index: 999;
		position: relative;
}

.nav-block {
		background: #fff;
		width: 960px;
		margin: 0 60px;
		padding: 0 0 20px;
		text-align: center;
		display: inline-block;
		position: relative;
		z-index: 1;
		margin-bottom: 0;
		font-family: 'Montserrat', 'Maven Pro', 'Rubik', Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
}

ul.menu-items {
		width: auto;
		display: inline-block;
		padding: 0;
		margin: 0;
		list-style: none;
		vertical-align: top;
}

ul.menu-items li.menu-item {
		position: relative;
		flex: 1;
		width: 162px;
		color: #000;
		text-align: center;
		border-bottom: 2px solid #222;
		margin: 0 8px;
		display: inline-block;
}

ul.menu-items li.menu-item:first-child {
		margin-left: 0;
}

ul.menu-items li.menu-item:last-child {
		margin-right: 0;
}

ul.menu-items li.menu-item:hover .sub-menu {
		visibility: visible;
}

ul.menu-items a {
		padding: 13px 0;
		color: #000;
		width: 162px;
		text-decoration: none;
		font-weight: bold;
		background: #fff;
		display: block;
		font-size: 20px;
		font-weight: 800 !important;
		letter-spacing: 0.25rem;
}

ul.menu-items a:hover {
		color: #fff;
		text-decoration: none;
		background: #222;
}

ul.menu-items ul.sub-menu {
		visibility: hidden;
		box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
		display: block;
		margin: 0;
		border: none;
		background: #fff;
		width: 160px;
		font-size: 0;
		position: absolute;
		top: 60px;
		left: 0px;
}

ul.menu-items ul.sub-menu li {
		background: #fff;
		border-bottom: 2px solid #222;
		width: 160px;
		margin: 0;
}

ul.menu-items ul.sub-menu li a {
		width: 160px;
		padding: 13px 0;
		color: #000;
		font-weight: normal;
		font-size: 17px;
		background: #fff;
		letter-spacing: 0;
}

ul.menu-items ul.sub-menu li a:hover {
		background: #222 !important;
		color: #fff !important;
}

/******************************/
.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
}

/* トグルスイッチのデザイン */
#search_btn {
		border: none;
		outline: none;
		background-color: #fff;
		background-image: url("../img/common/icon-search-close.svg");
		background-size: 36px;
		background-position: 60px;
		background-repeat: no-repeat;
		width: 100px;
		color: #666;
		font-size: 15px;
		text-align: left;
		line-height: 43px;
		margin: auto;
		padding: 0 20px;
		transition: all 1.0s;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
}

#search_btn.open {
		background-image: url("../img/common/icon-search.svg");
		background-size: 36px;
}

#search_btn:hover {
		opacity: 0.5;
}

.search_area {
		display: none;
		width: auto;
		height: 0;
		transition: all 1.0s;
}

.search_area.is-open {
		display: block;
		background: white;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		color: #222;
		font-size: 2rem;
		width: 100%;
		height: auto;
		padding: 0;
		position: absolute;
		top: 70px;
		left: 0;
		z-index: 5;
}

.search_box {
		padding: 2.5rem 0;
}

input.search_box-text {
		outline: none;
		border: 2px solid #222;
		border-radius: 2rem;
		width: 500px;
		font-size: 1.15rem;
		text-align: left;
		line-height: 3;
		padding: 0 5rem 0 2.5rem;
		margin-top: 0.25rem;
}

input::placeholder {
		color: #aaa;
		font-size: 1rem;
}

button.search_box-submit-button {
		z-index: 10;
		border-radius: 0.25rem;
		margin-left: -5rem;
		margin-top: -0.5rem;
		background: #222;
		border: none;
		color: #fff;
		font-size: 1rem;
		padding: 0.25rem 0.5rem;
		cursor: pointer;
}

button.search_box-submit-button:hover {
		opacity: 0.7;
}

/*********　　　　ページネーション　　　　**********/
.pagination {
		width: 100%;
		text-align: center;
}

.navi {
		width: inherit;
		font-size: 1.15rem;
		margin: 2rem auto;
		padding: 2rem;
}

.navi a {
		display: inline-block;
		min-width: 2.5rem;
		padding: 0.4rem;
		margin: 0 0.15rem;
}

.navi a:hover {
		background: #222;
		color: #fff;
}

.navi .on {
		background: #222;
		min-width: 2.5rem;
		color: #fff;
		padding: 0.4rem;
		display: inline-block;
}

/*-----table of contents--------
1.ヘッダー
2.ヘッダーバナー ※SPのみ
------------------------------*/
a.daigaku_boshu {
		display: block;
		margin: 0 auto 5rem;
		text-align: center;
}

a.daigaku_boshu:hover {
		opacity: 0.4;
}

/*-----table of contents--------
1.特徴
------------------------------*/
.contents {
		width: 1020px;
		font-size: 0;
		padding: 0;
		margin: 0 auto 7.5rem;
}

.contents_normal {
		width: 860px;
		padding: 0;
		margin: 0 auto;
}

.contents_slim {
		width: 696px;
		padding: 0;
		margin: 0 auto;
}

.contents_wide {
		width: 980px;
		padding: 0;
		margin: 0 auto;
}

.home .contents_wide {
		width: 1020px;
}

/* ブロック　タイトル */
.block {
		margin: 80px 0 0;
}

.block_title {
		color: #222;
		text-align: center;
		margin: 1.5rem 0 4.5rem;
}

.block_title strong {
		font-size: 28px;
		font-weight: 800;
		letter-spacing: 0.25em;
		transform: scale(1, 1.15);
		display: block;
}

.block_title span {
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 0.15em;
		transform: scale(1, 1);
		margin-top: 0.5rem;
		display: block;
}

.article {
		color: #555;
}

.contents_normal .article {
		width: 840px;
}

.contents_slim .article {
		width: 696px;
}

.contents_wide .article {
		width: 980px;
}

.article-img {
		width: inherit;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		margin: auto;
}

.shop-information .article-img {
		border: 1px solid #ddd;
		width: 680px;
		margin: auto;
}

.shop-information .article-img img {
		width: 678px;
}

.article-lead {
		text-align: center;
}

.article-lead strong {
		display: block;
		/* background: #f2f0e4; */
		background: #555;
		width: 696px;
		color: #fff;
		font-size: 1.25rem;
		text-align: center;
		margin: 10rem auto 2.5rem;
		margin: 2.5rem auto 2.5rem;
		position: relative;
		z-index: 10;
}

.article-title {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		font-size: 1.25rem;
		line-height: 1.5;
		padding: 1rem 0;
		margin-bottom: 2rem;
}

.article-text {
		color: #555;
		font-size: 1.05rem;
		text-align: left;
		margin: 2rem 0 0;
		line-height: 2;
		text-align: left;
}

.shop-information .article-text {
		text-align: center;
		margin: 2rem;
}

.shop-information .article-text em {
		color: #000;
		display: block;
}

.article-text img {
		border: 1px solid #eee;
		max-width: 696px;
		height: auto;
		margin: 1rem auto;
}

.article-text p {
		line-height: 2;
		margin-bottom: 1.5rem;
}

.article-text p a {
		border-bottom: 1px dashed #3d77d3;
		color: #3d77d3;
		line-height: 1.25;
		padding: 0 0.25rem 0.25rem 0.25rem;
		margin-bottom: 0.5rem;
		display: inline-block;
}

.article-text p a:hover {
		border-bottom: 1px dashed #FF1881;
		color: #FF1881;
}

.article-nav {
		border-top: 1px solid #222;
		border-bottom: 1px solid #222;
		width: 100%;
		display: flex;
		font-size: 0;
		padding: 1rem 0;
		margin-top: 5rem;
}

.article-nav-previous {
		border-right: 1px solid #222;
		display: inline-block;
		width: 50%;
		font-size: 1rem;
		text-align: left;
		line-height: 1.5;
		padding: 1.5rem 1rem 0.5rem 2rem;
		position: relative;
		vertical-align: top;
}

.article-nav-previous:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 20px;
		border-bottom: 1px solid #222;
		border-left: 1px solid #222;
		transform: rotate(45deg);
		margin-top: -0.5rem;
}

.article-nav-next {
		border-left: 1px solid #222;
		display: inline-block;
		width: 50%;
		font-size: 1rem;
		text-align: right;
		line-height: 1.5;
		padding: 1.5rem 2rem 0.5rem 1rem;
		margin-left: -1px;
		position: relative;
		vertical-align: top;
}

.article-nav-next:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 20px;
		height: 20px;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
		transform: rotate(45deg);
		margin-top: -0.5rem;
}

.article-nav a {
		display: block;
}

.article-nav a em {
		display: inline-block;
		padding: 0.25rem;
}

.article-nav a:hover {
		color: #222 !important;
		letter-spacing: 0.025rem;
}

.article-nav a:hover em {
		background: #222;
		color: #fff;
		display: inline-block;
		padding: 0.25rem 0.5rem;
}

.article-nav-meta {
		display: inline-block;
		font-size: 0.85rem;
		position: absolute;
		top: 0;
}

.article-nav-previous .article-nav-meta {
		left: 2rem;
}

.article-nav-next .article-nav-meta {
		right: 2rem;
}

/*  NEWS  記事　*/
/* チェッコリ大学 */
#chekccori-daigaku.contents,
#honyaku-school.contents {
		/*background: #eee;
  background: #f2f0e4;
  background: #f7f6ec;
  background: #f6f4eb; */
		background: #f5f4ee;
		padding: 2.5rem 0;
}

#chekccori-daigaku .article,
#honyaku-school.contents {
		text-align: center;
}

#chekccori-daigaku .article-text.lead {
		position: relative;
		margin-bottom: 2.5rem;
		text-align: left;
}

#chekccori-daigaku .article-text strong span {
		/* border-bottom: 2px dotted #999; */
		font-size: 1.25rem;
		font-weight: normal;
		letter-spacing: 0.15rem;
		padding: 0.25rem 1.75rem;
		display: inline-block;
}

#chekccori-daigaku .article-lead {
		margin-bottom: 2.5rem;
}

#chekccori-daigaku .article-lead strong {
		margin: 2.5rem auto 2.5rem;
}

#honyaku-school .article-text.lead {
		width: 640px;
		margin: 2rem auto 0;
}

.position-left {
		margin: auto;
		margin-left: 0;
		text-align: left;
		position: relative;
		z-index: 10;
}

.position-left p {
		text-align: left;
}

.position-center {
		margin: auto;
		text-align: center;
		position: relative;
		z-index: 10;
}

.position-center p {
		text-align: left;
}

.position-right {
		margin: auto;
		margin-right: 0;
		text-align: right;
		position: relative;
		z-index: 10;
}

.position-right p {
		text-align: left;
}

#chekccori-daigaku .article-text.lead p {
		background: #fff;
		padding: 0.75rem 1.5rem;
		display: inline-block;
		font-size: 1.15rem;
		line-height: 1.5;
		margin-bottom: 2rem;
}

.chekccori-daigaku_img,
.honyaku-school_img {
		width: 700px;
		margin: auto;
		text-align: center;
}

.chekccori-daigaku_img-paged,
.honyaku-school_img-paged {
		margin: 2.5rem auto -5rem;
}

.daigaku_img_position {
		z-index: 1;
}

/*
.daigaku_img_01,
.university_img_01 {
	width: 200px;
	position: absolute;
	top: 80px;
	right: -30px;
	z-index: 1;
}
.daigaku_img_02,
.university_img_02 {
	width: 200px;
	position: absolute;
	top: 280px;
	right: 130px;
	z-index: 1;
}
.daigaku_img_03,
.university_img_03 {
	width: 600px;
	position: absolute;
	bottom: 700px;
	left: -150px;
	z-index: 1;
  opacity: 0.15;
}
.daigaku_img_04,
.university_img_04 {
	width: 600px;
	position: absolute;
	bottom: 480px;
	left: 0px;
	z-index: 1;
  opacity: 0.15;
}
.daigaku_img_05,
.university_img_05 {
	width: 600px;
	position: absolute;
	bottom: -250px;
	left: -100px;
	z-index: 1;
  opacity: 0.15;
}
.daigaku_img_06,
.university_img_06 {
	width: 600px;
	position: absolute;
	bottom: -150px;
	right: -100px;
	z-index: 1;
  opacity: 0.15;
}
*/
/*
.daigaku-results-title {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  font-size: 1.15rem;
  font-weight: 800;
  text-align: center;
  padding: 0.5rem 0;
  margin: 2.5rem auto 2.5rem;
}
*/
.chekccori-daigaku_text,
.chekccori-university_text {
		text-align: left;
		margin: 4rem 0;
}

.chekccori-daigaku_text p,
.chekccori-university_text p {
		font-size: 17px;
		margin: 24px 0 0;
}

.lecture-record_items {
		border-top: 1px solid #ccc;
		margin: 2.5rem auto 5rem;
}

.lecture-record_item {
		border-bottom: 1px solid #ccc;
		font-weight: 800;
		font-size: 1rem;
		letter-spacing: 0.05rem;
		text-align: left;
		display: block;
		padding: 0;
}

.lecture-record_item a {
		display: inline-block;
		color: #222;
		padding: 0.5rem 0.25rem;
}

.lecture-record_item a:hover {
		color: #fff;
		background: #222;
		padding: 0.5rem 0.75rem;
}

/* チェッコリ大学 */
.daigaku-results {
		width: 696px;
		margin: -1rem auto 2rem;
		padding-top: 1rem;
}

.daigaku-results-title {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		font-size: 1.15rem;
		font-weight: 800;
		text-align: center;
		padding: 0.5rem 0;
		margin: 10rem auto 2.5rem;
}

body[class^="post-type-paged-"] .daigaku-results-title {
		margin: 10rem auto 2.5rem;
}

.daigaku_text {
		text-align: left;
		margin: 4rem 0;
}

.daigaku_text p {
		font-size: 17px;
		margin: 24px 0 0;
}

.daigaku_lists {
		margin: 2.5rem auto 5rem;
}

.daigaku_list {
		background: #fff;
		color: #222;
		margin: 0 auto 2.5rem;
		padding: 2.5rem;
}

.daigaku_list-title {
		border-bottom: 1px solid #aaa;
		font-size: 1.15rem;
		margin: 0 auto 1.5rem;
}

.daigaku_list-summary {
		margin: 0 auto 1.5rem;
}

.daigaku_list .event-details_link {
		margin: 0.5rem auto;
}

.daigaku_list .event-details_link a {
		background: #222;
		border-radius: 2.5rem;
		color: #fff;
		width: 20rem;
		text-align: center;
		padding: 0.5rem;
		margin: 2.5rem auto 0;
		display: block;
}

.daigaku_list .event-details_link a:hover {
		opacity: 0.7;
}

.daigaku_list .event-details_mark {
		margin: 0 0 1.5rem;
		font-size: 0;
}

.daigaku_list .event-details_mark span {
		background: #222;
		border-radius: 0.25rem;
		color: #fff;
		font-size: 0.85rem;
		width: auto;
		line-height: 1;
		text-align: center;
		padding: 0.5rem 1rem;
		margin: 0 0.5rem 0 0;
		display: inline-block;
}

.daigaku_list .event-details_mark span.event-details_insession {
		background: #555;
		color: #fff;
}

.daigaku_list .event-details_mark span.event-details_accepting {
		background: #ff0000;
		color: #fff;
}

.daigaku_list .event-details_mark span.event-details_free {
		background: #2196f3;
		color: #fff;
}

.daigaku_list .detail_block {
		font-size: 0.85rem;
		padding: 0.5rem 0 0;
}

.daigaku_list .detail_title {
		border-bottom: 1px solid #ccc;
		padding: 0;
}

.daigaku_list .detail_summary {
		padding: 0.5rem 0 0;
}

/* 翻訳スクール */
.school-course {
		background: #fff;
		padding: 2.5rem 2.5rem;
		margin: 2.5rem -1.75rem;
}

.school-course_title {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		background: #fff;
		color: #222;
		font-size: 1.25rem;
		text-align: center;
		padding: 0.5rem;
		margin-bottom: 2rem;
}

.school-course_notes {
		padding-bottom: 2rem;
}

.school-course_lists {
		border-top: 1px dashed #aaa;
		font-size: 0;
}

.school-course_list {
		border-bottom: 1px dashed #aaa;
		padding: 1.5rem 0;
		font-size: 1rem;
}

.school-course_list strong {
		display: block;
		width: auto;
		color: #000;
		font-size: 1rem;
		font-weight: 800;
		vertical-align: top;
		margin-bottom: 0.5rem;
}

.school-course_list em {
		background: #e4ddb8;
		display: inline-block;
		padding: 0.25rem 1rem;
}

.school-course_list span {
		width: 420px;
		display: inline-block;
		line-height: 1.5;
		padding: 0 0 0 1.5rem;
}

.school-practice {
		padding: 2.5rem 0;
		margin: 2.5rem auto 0;
}

.school-practice_title {
		background: #222;
		color: #fff;
		font-size: 1.25rem;
		text-align: center;
		padding: 0.5rem;
		margin-bottom: 2rem;
}

.school-practice_notes {
		padding-bottom: 2rem;
}

.school-practice_img {
		display: block;
		width: 100px;
		position: absolute;
		top: 0rem;
		left: 0rem;
}

.school-practice_img:hover {
		opacity: 0.7;
}

.school-practice_img img {
		width: 100px;
}

.school-practice_lists {
		border-top: 1px dashed #777;
		font-size: 0;
}

.school-practice_list {
		border-bottom: 1px dashed #777;
		padding: 1rem 0 1rem 8rem;
		font-size: 1rem;
		width: 100%;
		min-height: 200px;
		position: relative;
}

.school-practice_list strong {
		background: #fff;
		display: block;
		width: 100%;
		color: #000;
		font-size: 1rem;
		font-weight: 800;
		line-height: 1.25;
		padding: 0.5rem;
		margin-bottom: 1rem;
}

.school-practice_list em {
		display: inline-block;
		padding: 0.25rem 0;
}

.school-practice_list span {
		width: 100%;
		display: block;
		line-height: 1.5;
		padding: 0;
		margin: 0;
}

.school-practice_btn {
		background: #222;
		border-radius: 10rem;
		width: 18rem;
		color: #fff;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
		display: block;
		padding: 0.25rem 1rem;
		margin: 0 0 1rem auto;
}

.school-practice_btn:hover {
		opacity: 0.7;
}

.school-lecture {
		padding: 2.5rem 0;
		margin: 2.5rem auto 0;
}

.school-lecture_title {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		background: #fff;
		color: #222;
		font-size: 1.25rem;
		text-align: center;
		padding: 0.5rem;
		margin-bottom: 2rem;
}

.school-lecture_notes {
		text-align: center;
		padding-bottom: 2rem;
}

.school-lecture_lists {
		border-top: 1px dashed #777;
		font-size: 0;
		margin: 0 2.5rem;
}

.school-lecture_list {
		border-bottom: 1px dashed #777;
		padding: 1.25rem 0;
		font-size: 1rem;
		width: 100%;
		position: relative;
}

.school-lecture_list strong {
		display: inline-block;
		color: #000;
		font-size: 1rem;
		font-weight: 800;
		line-height: 1.25;
		letter-spacing: 0.15rem;
		padding: 0;
}

.school-lecture_list em {
		display: inline-block;
		background: #e4ddb8;
		padding: 0.5rem 1.5rem;
}

.school-lecture_list b {
		font-weight: normal;
		padding: 0 0 0 1rem;
		display: inline-block;
}

.school-lecture_list span {
		display: inline-block;
		line-height: 1.5;
		padding: 0 0 0 1rem;
		margin: 0;
}

.school-lecture_list .reached {
		color: #ff0000;
}

.school-lecture_list .season_detail_link {
		display: block;
		text-align: center;
		padding: 0;
}

.school-lecture_list .season_detail_link a {
		border-top: 1px dashed #aaa;
		border-bottom: 1px dashed #aaa;
		display: block;
		width: auto;
		color: #222;
		font-size: 0.9rem;
		text-align: right;
		padding: 0.15rem 1rem;
		margin: 0.5rem 0rem 0;
}

.school-lecture_list .season_detail_link a:hover {
		background: #222;
		color: #fff;
}

.school-lecture .status_inseason,
.school-lecture .status_accepting {
		width: auto;
		display: inline-block;
		line-height: 1.5;
		padding: 0;
		position: absolute;
		left: -2.25rem;
		top: 0.8rem;
}

.school-lecture .status_inseason em,
.school-lecture .status_accepting em {
		border-radius: 10rem;
		text-align: center;
		display: block;
		width: 3rem;
		height: 3rem;
		font-size: 0.8rem;
		font-weight: 800;
		line-height: 3.7;
		padding: 0;
}

.school-lecture .status_inseason em {
		background: #ff0000;
		color: #fff;
}

.school-lecture .status_accepting em {
		background: #222;
		color: #fff;
}

.school-lecture .status_reception_closed,
.school-lecture .status_cancel {
		color: #ff0000;
		font-size: 0.85rem;
}

.school_state_items {
		background: #fff;
		font-size: 0;
		width: calc(696px + 3.75rem);
		margin: 0 -1.875rem;
		padding: 1.25rem 0.625rem 0 0.625rem;
}

.school_state_item {
		display: inline-block;
		width: 348px;
		margin: 0 0.625rem 1.25rem 0.625rem;
		padding: 0;
}

.school_state_img {
		width: 348px;
		margin: 0 !important;
		padding: 0;
}

/* CHEKCCORI 通信 */
.mail-magazine .article-title {
		width: 640px;
		margin: 0 auto;
}

.mail-magazine .article-text {
		text-align: left;
		color: #505050;
}

.mail-magazine .article-text p {
		text-align: left;
}

.mail-magazine .article-text div a:hover {
		color: #ff0000;
}

.mail-magazine_img {
		width: inherit;
}

.mail-magazine_btn {
		text-align: center;
}

.mail-magazine_btn a {
		border-radius: 5rem;
		display: inline-block;
		background: #222;
		color: #fff;
		width: auto;
		font-size: 1rem;
		text-align: center;
		padding: 1rem 2.5rem;
		margin: 5rem auto 2.5rem;
}

.mail-magazine_btn a:hover {
		opacity: 0.7;
		color: #fff !important;
}

/* メルマガ ナンバリング箇所 */
.website_none {
		display: none;
}

/* LINE 友だち追加 */
.line-addfriends .block_title strong {
		letter-spacing: 0.15em;
}

.line-addfriends .article-text {
		text-align: center;
}

.line-addfriends .article-text p {
		margin-bottom: 1.5rem;
}

.line-addfriends .article-text em {
		color: #000;
}

.line-addfriends .article-text a {
		border: none;
}

.line-addfriends .article-text a:hover {
		border: none;
		opacity: 0.5;
}

/* 書籍注文受付 */
.order .article-text p {
		margin-bottom: 1.5rem;
}

.order .article-text em {
		color: #000;
}

.order .article-text b {
		color: #f00;
}

.mailmaga_entry_form-th {
		padding: 0.5rem;
}

.mailmaga_entry_form-td {
		padding: 0.5rem;
}

.mailmaga_entry_form-td input {
		font-size: 1.15rem;
		padding: 0.5rem;
}

.mailmaga_entry_form-note {
		font-size: 0.9rem;
		text-align: center;
		margin: 2rem auto;
}

.mailmaga_entry_form-submit {
		text-align: center;
		margin: 2rem auto;
}

.mailmaga_entry_form-submit input {
		border-radius: 5rem;
		background: #222;
		color: #fff;
		font-size: 1.15rem;
		padding: 0.5rem 3rem;
		margin: auto;
		display: block;
}

.mailmaga_entry_form-submit input:hover {
		opacity: 0.7;
}

/* ちぇっくCHECK アーカイブ */
.checkx2_box {
		width: inherit;
		display: flex;
		flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
		.checkx2_box {
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.checkx2_box {
				margin: 0 -2.5rem;
		}
}

@media only screen and (max-width: 768px) {
		.checkx2_one {
				margin: 0;
		}
}

@media only screen and (min-width: 769px) {
		.checkx2_one {
				margin: 0 0 2.5rem 5rem;
		}
}

@media only screen and (min-width: 769px) {
		.checkx2_one:nth-child(odd) {
				margin-left: 0;
		}
}

.checkx2_one a {
		display: block;
}

.checkx2_one a:hover {
		opacity: 0.7;
}

/* リスト */
.news_lists {
		border-top: 2px solid #ccc;
		padding: 0;
}

.news_list {
		border-bottom: 2px solid #ccc;
}

.news_list-date {
		display: inline-block;
		width: 100px;
		color: #555;
		font-size: 14.5px;
		font-family: 'Montserrat', 'Maven Pro', 'Rubik', Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
		vertical-align: top;
		padding: 1.25rem 1rem;
}

.news_list-title {
		width: calc(100% - 100px);
		font-weight: 800;
		font-size: 18px;
		letter-spacing: 0.05rem;
		text-align: left;
		display: inline-block;
		padding: 1rem;
}

.news_list-title a {
		display: inline-block;
		border-bottom: 1px dashed #555;
		color: #222;
}

.news_list-title a:hover {
		color: #fff;
		background: #222;
		padding: 0 0.25rem;
}

.news_list-summary {
		font-size: 15px;
		padding: 0 1rem 1rem;
		margin-left: 100px;
		text-align: left;
		display: block;
}

.news_lists-note {
		font-size: 1rem;
		text-align: right;
		padding: 0 0 2rem;
}

.news_lists-note a {
		border-radius: 2.5rem;
		background: #222;
		color: #fff;
		padding: 0.5rem 1.25rem;
}

.news_lists-note a:hover {
		opacity: 0.7;
}

/* 新着 リスト */
.arrival_block {
		width: 100%;
		margin: 0 auto 100px;
		padding: 0;
}

.arrival_lists {
		border: none;
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		padding: 0;
}

.arrival_list {
		border: none;
		display: inline-block;
		width: 200px;
		padding: 24px 12px;
		margin: 0;
}

.arrival_list:nth-child(1) {
		padding-left: 0;
}

.arrival_list:nth-last-child(1) {
		padding-right: 0;
}

.arrival_list a {
		display: block;
		width: auto;
		height: auto;
}

.arrival_list a:hover {
		opacity: 0.7;
}

.arrival_list a img {
		display: block;
		height: 200px;
		object-fit: contain;
		width: 100%;
}

.post--title {
		display: block;
		color: #000;
}

.post--title:hover {
		color: #28A000;
}

.post--category {
		border-radius: 0.5rem;
		background: #e2e2e2;
		display: inline-block;
		font-size: 0.5rem;
		padding: 0.15rem 0.5rem;
}

/*　　アーカイブ　　*/
.archive {
		margin: 2.5rem auto;
		text-align: center;
}

.archive-title {
		border-bottom: 3px solid #222;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.25rem;
		padding: 0 0 0.5rem;
		margin: auto;
		display: inline-block;
}

.archive_block {
		text-align: left;
		font-size: 1rem;
		margin: 2.5rem 0;
}

.archive_lists {
		border-top: 1px solid #ccc;
}

.archive_list {
		border-bottom: 1px solid #ccc;
		padding: 0.75rem 0;
}

.archive_list-title {
		font-weight: 800;
		font-size: 1rem;
		letter-spacing: 0.05rem;
		text-align: left;
		display: inline-block;
		padding: 0;
}

.archive_list-title a {
		display: inline-block;
		color: #222;
		padding: 0.5rem 0;
}

.archive_list-title a:hover {
		color: #fff;
		background: #222;
		padding: 0.5rem 0.25rem;
}

.shop-entrance-item {
		display: inline-block;
		margin-left: 2rem;
}

.shop-entrance-item:first-child {
		margin-left: 0;
}

.shop-data {
		color: #000;
		font-size: 1rem;
		line-height: 2;
		text-align: center;
		margin: 2rem 0;
}

.shop-data em {
		display: block;
		margin: 0.5rem 0;
}

.shop-data a {
		color: #555;
}

.shop-data a:hover {
		color: #f00;
		color: #fff;
		background: #222;
		padding: 0 0.25rem;
}

.posts-side.twitter {
		border-radius: 10px;
		border: 1px solid #999;
		height: 500px;
		overflow: hidden;
}

.twitter-timeline {
		overflow-y: scroll;
}

.posts-side .searchbox {
		border-radius: 22px;
		border: 2px solid #aaa;
		background-color: #fff;
		background-image: url(./icon-search.svg);
		background-size: 25px;
		background-position: 190px;
		background-repeat: no-repeat;
		width: 200px;
		color: #000;
		font-size: 15px;
		text-align: left;
		line-height: 43px;
		padding: 0 10px 0 20px;
		margin: 0 auto 50px;
}

/*

*/
.posts-side {
		width: 240px;
		margin-bottom: 0;
}

.posts-side-title {
		font-size: 18px;
		letter-spacing: 2px;
}

.side-link {
		font-size: 0;
		margin: 0;
		padding: 0;
		border-top: 1px dashed #aaa;
}

.side-link li {
		padding: 4px 0;
		border-bottom: 1px dashed #aaa;
}

.side-link-date {
		display: block;
		color: #999;
		font-size: 14px;
}

.side-link-item {
		font-size: 14px;
}

.side-link-more {
		margin-top: 14px;
		text-align: right;
}

.side-link-more a {
		border-radius: 20px;
		border: 1px solid #999;
		background: #fff;
		color: #000;
		font-size: 11px;
		font-weight: normal;
		padding: 3px 18px 3px 12px;
		position: relative;
}

.side-link-more a::after {
		content: "";
		border: none;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 6px;
		height: 6px;
		position: absolute;
		right: 8px;
		top: 6px;
		transform: rotate(45deg);
}

.side-link-more a:hover {
		opacity: 0.7;
}

.side-banner {
		font-size: 0;
		margin: 0;
		padding: 0;
}

.side-banner li {
		padding: 0 0 10px;
}

.side-banner-item img {
		width: 240px;
}

.side-banner-item:hover {
		opacity: 0.7;
}

.side-line {
		font-size: 0;
		margin: 0;
		padding: 0;
}

.side-line li {
		font-size: 1rem;
		padding: 0 0 10px;
}

.side-line li strong {
		display: block;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		color: #222;
		font-size: 1.05rem;
		font-weight: bold;
		letter-spacing: 0.25rem;
		text-align: center;
		line-height: 1.15;
		padding: 10px 0;
		margin-bottom: 10px;
}

.side-line li p {
		font-size: 0.95rem;
		padding: 10px 0 15px;
}

.side-line li p em {
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		display: block;
}

.side-line-item img {
		width: 240px;
}

.side-line-item:hover {
		opacity: 0.7;
}

.posts-side.mailmaga {
		width: 240px;
		/* margin-bottom: 50px; */
}

.mailmaga_list {
		font-size: 0;
		margin: 0;
		padding: 0;
}

.mailmaga_list li {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 10px;
}

.mailmaga_list li em {
		display: block;
		font-style: normal;
}

.mailmaga_list-item a {
		background: #444;
		color: #fff;
		font-weight: bold;
		display: block;
		padding: 20px 0;
}

.mailmaga_list-item a:hover {
		opacity: 0.7;
}

.mailmaga_tolist {
		border-bottom: 1px solid #222;
		padding: 1.5rem 0;
		text-align: center;
}

.mailmaga_tolist a {
		display: inline-block;
		padding: 0.25rem 0.5rem;
		margin: auto;
}

.mailmaga_tolist a:hover {
		background: #222;
		color: #fff !important;
		letter-spacing: 0.025rem;
		padding: 0.25rem 1rem;
}

.posts-side.line {
		width: 240px;
		margin-bottom: 0;
}

.line_list {
		font-size: 0;
		margin: 0;
		padding: 0;
}

.line_list li {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 10px;
}

.line_list li em {
		display: block;
		font-style: normal;
}

.line_list-item a {
		background: #00B900;
		color: #fff;
		font-weight: bold;
		display: block;
		padding: 20px 0;
}

.line_list-item a:hover {
		opacity: 0.7;
}

.posts-side.youtube {
		width: 240px;
		margin-bottom: 0;
}

.youtube_list {
		font-size: 0;
		margin: 0;
		padding: 0;
}

.youtube_list li {
		font-size: 1rem;
		text-align: center;
		padding: 0 0 10px;
}

.youtube_list li em {
		display: block;
		font-style: normal;
}

.youtube_list-item a {
		background: #FF0101;
		color: #fff;
		font-weight: bold;
		display: block;
		padding: 20px 0;
}

.youtube_list-item a:hover {
		opacity: 0.7;
}

/* プライバシーポリシー */
.privacypolicy-part {
		font-size: 0.9rem;
}

.privacypolicy em {
		font-size: 1rem;
}

.privacypolicy-subtitle {
		font-size: 1rem;
		font-weight: bold;
		margin: 2.5rem 0 1rem;
}

.privacypolicy p {
		line-height: 1.75;
}

.privacypolicy-lists {
		margin: 0.75rem 0 0.75rem 2rem;
}

.privacypolicy-lists li {
		text-indent: -2rem;
		line-height: 1.75;
}

/* sns シェア */
.sns__container {
		display: flex;
		margin-top: 1rem;
}

.sns__container a {
		width: 100%;
		text-align: center;
		color: #fff;
		padding: 0.75rem 0;
}

.sns__container a:hover {
		opacity: 0.6;
}

.sns__twitter {
		background: #55acee;
}

.sns__facebook {
		background: #3b5998;
}

.sns__pocket {
		background: #ef3f56;
}

.sns__line {
		background: #1dcd00;
}

.sns__hatena {
		background: #00a5de;
}

/* top イベント tabu  */
.event_area {
		background: #fff;
}

.event_tab_wrap {
		width: 760px;
		margin: 0 auto;
}

.event_tab_wrap input[type="radio"] {
		display: none;
}

.event_tab_area {
		border-bottom: 1px solid #666;
		background: #fff;
		font-size: 0;
		margin: 0 0 2px;
}

.event_tab_area label {
		text-shadow: -1px -1px 1px white;
		width: 380px;
		margin: 0;
		display: inline-block;
		padding: 24px 0;
		color: #999;
		background: #f3f3f3;
		text-align: center;
		font-size: 1.25rem;
		cursor: pointer;
		transition: ease 0.2s opacity;
}

.event_tab_area label:hover {
		background: #222;
		color: #fff;
		transition-property: all;
		transition: 0.3s linear;
}

.event_tab_panel {
		width: 100%;
		font-size: 1rem;
		padding: 0;
		display: none;
}

.event_tab_panel p {
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
}

#tab_1:checked ~ .event_tab_area .tab1_label {
		background: #fff;
		color: #000;
		font-weight: bold;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		box-sizing: border-box;
}

#tab_1:checked ~ .event_area #event_1 {
		display: block;
}

#tab_2:checked ~ .event_tab_area .tab2_label {
		background: #fff;
		color: #000;
		font-weight: bold;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		box-sizing: border-box;
}

#tab_2:checked ~ .event_area #event_2 {
		display: block;
}

/* TOP event list */
#event_list .list ul {
		border-top: 1px dotted #4f4f4f;
		padding: 0;
}

#event_list .list ul li {
		border-bottom: 1px dotted #4f4f4f;
		margin-top: 10px;
		padding-bottom: 10px;
}

#event_list .list .mc_general,
#event_list .list .mc_rental {
		width: 100%;
		position: relative;
		min-height: 120px;
}

#event_list .list .mc_general .event-link img,
#event_list .list .mc_general .event-link img,
#event_list .list .mc_rental .event-link img,
#event_list .list .mc_rental .event-link img {
		width: 100px;
		height: 100px;
		padding: 0;
		margin: 0;
}

#event_list .list .mc_general > a,
#event_list .list .mc_rental > a {
		display: block;
		width: 100px;
		height: 100px;
		margin-top: 5px;
		margin-right: 10px;
		position: absolute;
}

#event_list .list .sub-details {
		width: 100%;
		padding-right: 20px;
		padding-left: 120px;
		font-size: 14px;
		position: relative;
}

#event_list .list .sub-details .event-link .event-title {
		font-size: 1.15rem;
		line-height: 1.5;
}

#event_list .list .event-time {
		font-size: 14.5px;
}

#event_list .list .sub-details .event-link {
		padding: 5px 0;
		display: block;
		text-decoration: none;
}

#event_list .list .sub-details .event-link img {
		width: 100px;
		height: 100px;
		padding: 0;
		margin: 0;
}

.mini-event.vevent.future-event,
.mini-event.vevent.past-event {
		padding: 10px;
		margin: 0;
}

/* mycalendar */
.mc_general .event-title a,
h3 a .mc_general .event-title.summary {
		padding: 0.25rem 0 0.25rem 0.25rem;
		display: block;
}

.mini .details .close {
		position: absolute;
		top: -8px;
		right: -8px;
}

.mc_general .event-title,
.mc_general .event-title a {
		line-height: 1.25;
}

.calendar .mc_general .event-title, .calendar
.mc_general .event-title a {
		line-height: 1.5;
}

.mini .day-with-date span.event-time {
		font-size: 1.25em;
		display: block;
		text-align: center;
		padding-bottom: 20px;
}

.mini .mc-toggle.close {
		display: none;
}

.mini .details .mc-toggle.close {
		display: block;
}

.event-calendar-note,
.mc-main div.event-calendar-note {
		width: auto;
		color: #222;
		line-height: 1;
		text-align: center;
		padding: 0.5rem 0;
		margin: 2rem auto 2rem;
}

.event-calendar-note em {
		border-top: 1px dashed #222;
		border-bottom: 1px dashed #222;
		font-size: 0.85rem;
		padding: 0.5rem 0;
}

.home #mc_mini_widget-2 {
		padding: 0;
}

/* TOP event */
.home #mc_mini_widget-2 {
		padding: 0;
}

.mc-main .my-calendar-header .mc-format,
.mc-main .my-calendar-header .mc-time {
		display: none;
}

/* calendar-date-switcher */
.mc-main .my-calendar-date-switcher {
		width: 520px;
		padding: 0.5rem 0 0.5rem 1rem;
		margin: 0 auto;
		display: block;
}

.mc-main .my-calendar-date-switcher:before {
		content: '年月を指定して移動する';
		font-size: 0.9rem;
		display: inline-block;
		padding-right: 2rem;
}

.mc-main .my-calendar-date-switcher form {
		display: inline-block;
		font-size: 1rem;
}

.mc-main .my-calendar-date-switcher form select {
		font-size: 1.05rem;
		margin-right: 1rem;
		padding: 0.25rem 0.5rem;
}

.mc-main .my-calendar-date-switcher form input[type="submit"] {
		border: 1px solid #555;
		background: #555;
		color: #fff;
		padding: 0.25rem 1rem !important;
}

.mc-main .my-calendar-date-switcher form input[type="submit"]:hover {
		background: #FFF;
		color: #222;
}

.mc-main .my-calendar-date-switcher form label {
		display: inline-block;
		float: none;
		width: auto;
}

.home .my-calendar-nav,
.mc-main .my-calendar-nav {
		height: 1rem;
		position: unset;
}

.home .my-calendar-nav ul,
.mc-main .my-calendar-nav ul {
		height: 1rem;
		margin: 0;
		padding: 0;
}

.home .my-calendar-nav li a,
.mc-main .my-calendar-nav li a {
		border: 1px solid #555;
		background: #555;
		display: inline-block;
		color: #fff;
		font-size: 1.05rem;
		padding: 0.7rem 0.7rem !important;
}

.home .my-calendar-nav li a:hover,
.mc-main .my-calendar-nav li a:hover {
		background: #FFF;
		color: #222;
}

.home .my-calendar-nav .my-calendar-prev,
.mc-main .my-calendar-nav .my-calendar-prev {
		position: absolute;
		top: 0.5rem;
		left: 0;
}

.home .my-calendar-nav .my-calendar-next,
.mc-main .my-calendar-nav .my-calendar-next {
		position: absolute;
		top: 0.5rem;
		right: 0;
}

.my-calendar-header {
		width: 100%;
		height: 4rem;
		padding: 0 4.5rem !important;
		position: relative;
}

.home .my-calendar-header {
		height: 2rem;
}

.home .my-calendar-header .mc-format,
.home .my-calendar-header .mc-time,
.home .my-calendar-header .my-calendar-date-switcher {
		display: none;
}

.my-calendar-header td {
		max-width: 14%;
		text-align: left;
}

.my-calendar-header .mc-format {
		display: inline-block;
}

.my-calendar-header .mc-format a {
		display: inline-block;
		border: 1px solid #555;
		background: #555;
		color: #fff;
		padding: 0.75rem;
		margin-right: 1rem;
}

.my-calendar-header .mc-format a:hover {
		background: #FFF;
		color: #222;
}

.my-calendar-header .mc-time {
		display: inline-block;
}

.my-calendar-header .mc-time .mc-active {
		display: inline-block;
		border: 1px solid #555;
		padding: 0.7rem;
		margin-right: 0.1rem;
}

.my-calendar-header .mc-time a {
		display: inline-block;
		border: 1px solid #555;
		background: #555;
		color: #fff;
		padding: 0.75rem;
		margin-right: 0.1rem;
}

.my-calendar-header .mc-time a:hover {
		background: #FFF;
		color: #222;
}

.mini .my-calendar-table .heading.my-calendar-month {
		width: 50%;
		margin: -1.5rem auto 0;
}

.my-calendar-table .day-heading.mon,
.my-calendar-table .day-heading.sun,
.my-calendar-table .day-heading.tues {
		width: 0 !important;
}

.my-calendar-table tr td {
		max-width: 20% !important;
}

.my-calendar-table tr td:nth-child(1),
.my-calendar-table tr td:nth-child(2),
.my-calendar-table tr td:nth-child(3) {
		max-width: 20% !important;
}

.has-events .calendar-event .event-title.summary {
		border: none;
		text-decoration: none;
		text-align: left !important;
}

.has-events .calendar-event .event-title.summary .summary {
		text-align: left !important;
		text-decoration: none;
		font-weight: normal !important;
		padding-left: 0.25rem;
		margin: 0;
}

.mc-date + p {
		display: none;
}

.mini .my-calendar-date-switcher form {
		position: relative;
		width: 200px;
}

.mini .my-calendar-date-switcher form div label,
.mini .my-calendar-date-switcher form div select {
		position: absolute;
}

.mini .my-calendar-date-switcher form div label:nth-child(2) {
		top: 0.15rem;
		left: 0;
}

.mini .my-calendar-date-switcher form div select:nth-child(3) {
		top: -0.25rem;
		left: 20px;
}

.mini .my-calendar-date-switcher form div label:nth-child(5) {
		top: 0.15rem;
		left: 100px;
}

.mini .my-calendar-date-switcher form div select:nth-child(6) {
		top: -0.25rem;
		left: 120px;
}

.mini .my-calendar-date-switcher form input[type="submit"] {
		position: absolute;
		top: -0.25rem;
		left: 210px;
}

/* イベント　詳細　*/
.sub-details .mc-description h3 {
		display: block;
		border-radius: 0;
		font-size: 1.15rem;
		margin: 0.5rem 0;
		padding: 0;
		line-height: 1.5;
}

.sub-details .mc-description p {
		line-height: 2;
		margin-bottom: 1.5rem;
}

.sub-details .mc-description p img {
		border: 1px solid #eee;
		max-width: 696px;
		height: auto;
}

.sub-details .mc-description p a {
		border-bottom: 1px dashed #3d77d3;
		color: #3d77d3;
		line-height: 1.25;
		padding: 0 0.25rem 0.25rem 0.25rem;
		margin-bottom: 0.5rem;
		display: inline-block;
}

.sub-details .mc-description p a:hover {
		border-bottom: 1px dashed #FF1881;
		color: #FF1881;
}

.single-event .sub-details .mc-description + p,
.single-event .sub-details .mc_edit_links {
		display: none;
}

.single-event .summary h2.event-title.summary {
		margin-bottom: 1.5rem;
}

.single-event .sub-details .mc-description h3 {
		margin-bottom: 1rem;
}

.single-event .sub-details .mc-description img {
		margin-bottom: 1rem;
}

/*  カレンダーページ　リンク　*/
.calendar_link {
		text-align: center;
		margin: 5rem 0 0;
}

.calendar_link a {
		display: block;
		border-radius: 5rem;
		background: #222;
		width: 540px;
		color: #fff;
		font-size: 1.25rem;
		text-align: center;
		padding: 1.25rem 0;
		margin: auto;
}

.calendar_link a:hover {
		opacity: 0.7;
}

/*  event  記事　*/
.event_area.calendar {
		width: 760px;
}

.event_area.calendar .article {
		width: 760px;
}

.event_area-leard {
		margin: 0 auto 5rem;
}

.event_area-leard span {
		display: block;
		color: #ff0000;
		text-align: center;
		margin: 1rem auto 0;
}

.event-title.summary {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		font-size: 1.25rem;
		line-height: 2;
		padding: 0.25rem 0;
		margin-bottom: 0;
}

.mc_general .event-title.summary {
		line-height: 1.5;
		font-size: 1.15rem;
		padding: 0.5rem 1rem;
}

.textwidget .mc_general .event-title.summary {
		font-size: 1rem;
		padding: 0.25rem;
}

.my-calendar-table .mc_general .event-title.summary {
		font-size: 1rem;
		padding: 0.25rem;
}

/*  top  カレンダーダブ　*/
#top_widget_03 .link_calendar {
		text-align: center;
		padding: 0.5rem 0 0;
}

/* form */
/*  問い合わせ  */
/*  メールマガジン  */
/*  書籍注文受付  */
.form-block {
		margin: 5rem 0 0;
}

.form-table {
		width: 100%;
}

.form-table td:nth-child(odd) {
		width: 40%;
		font-size: 1.15rem;
		line-height: 1.5;
		vertical-align: top;
		padding: 1rem 0;
}

.form-table td:nth-child(odd) small {
		display: block;
		font-size: 0.8rem;
}

.form-table td:nth-child(odd) sup {
		font-size: 0.8rem;
		vertical-align: top;
		padding-left: 0.5rem;
}

.form-table td:nth-child(even) {
		padding: 1rem;
}

.form-table td:nth-child(even) input {
		color: #222;
		font-size: 1.25rem;
		line-height: 2rem;
		padding: 0 1rem;
}

.form-shopdate {
		border: 1px dashed #555;
		line-height: 1.5;
		margin: 5rem 0;
		padding: 2.5rem 5rem;
}

.form-submit-btn {
		text-align: center;
		margin: 2.5rem 0;
}

.form-submit-btn input {
		border-radius: 5rem;
		display: block;
		background: #222;
		color: #fff;
		width: auto;
		font-size: 1.25rem;
		padding: 1rem 5rem;
		margin: auto;
}

.form-submit-btn input:hover {
		opacity: 0.7;
}

textarea.wpcf7-form-control.wpcf7-textarea {
		font-size: 1rem;
		padding: 1rem;
}
