@charset "utf-8";

/* テンプレート用 */
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
}


body {
	background: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

img {
    border: 0px;
}

/*########## コンテンツ ##########*/
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
 

@media screen and (min-width: 992px) {
#wrapper_in {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 1000px; /*左カラムの高さ*/
}
}


@media all and (-ms-high-contrast:none){
#wrapper_in {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 1000px; /*左カラムの高さ -6 */
}
}

@-moz-document url-prefix() {
  body {
	min-height: 1000px; /*左カラムの高さ +10 */
  }
}
@media screen and (max-width: 991px) {
#wrapper_in {
	margin: 0;
	padding: 0;
	width: 100%;
}
}
body > #wrapper { height: auto;}


/*########## ヘッダー ##########*/
#header {
	margin: 0;
	padding: 0;
	background:#e7e6e6;
	position: relative;
	width: 100%;
	height: 350px;
	overflow:hidden;
}


/* for modern brouser */
.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
font-size:0.1em;
line-height:0;
}
/* IE7,MacIE5 */
.clearFix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearFix {
  height: 1%;
}
.clearFix {
  display: block;
}
/**/


.f_left {
	margin: 0;
	padding: 0;
	width: 210px;
	height: auto;
	float: left;
	background: #7d002f;
}

.f_left img {
	width: 80%;
	height: 80%;
	margin-top: 20px;
	margin-left: 20px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.f_left a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.flexslider {
	width: 100% ;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 350px;
	float: right;
		background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}


/*
.flexslider p {
	position: absolute;
	left: 0;
	bottom: 0.5em;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 3%;
	width: 97%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
*/

@media screen and (min-width: 992px) {
	.f_left img.logo_tsu-sp {
		display: none;
	}

	ul.slides li img.bnr-sp {
		display: none;
	}

	.modal-close img, .modal-open img, .modal-content{
		display: none;
	}


	ul.slides li {
		position: relative;
	}

	ul.slides li img.bnr-pc-text {
		position: absolute;
		top: 0;
	/*
		left: 0;
		height: 220px !important;
		width: 756px !important;
		z-index: 100;
	*/
	  height: auto;
	  -moz-user-select: none;

	}

	ul.slides li img.bnr-pc-text-right {
		position: absolute;
		top: 0;
	/*
		right: 0;
		height: 220px !important;
		width: 756px !important;
		z-index: 101;
	*/
	  height: auto;
	  -moz-user-select: none;

	}

	ul.slides li img.bnr-pc-text-header {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		/*margin :70px 300px 80px;*/
		/*height: 220px !important;*/
		width: 2200px !important;
		z-index: 101;
		height: auto;
		-moz-user-select: none;

	}


	ul.slides li img.bnr-sp-title {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#header {
		margin: 0;
		padding: 0;
		background: #fff;
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	h1.f_left {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100px;
		background: #FFFFFF;
	}


	.logo_tsu-pc {
		display: none;
	}


	.f_left img.logo_tsu-sp {
		position: absolute;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 680px;	/* ロゴのサイズにあわせる */
		height: 100px;
	}


	.flexslider {
		width: 100% ;
		margin: 0 0 60px 0 !important;
		padding: 0;
		position: absolute;
		height: auto;

	}

	.flexslider-sp {
		display: none;
	}

	ul.slides li img.bnr-pc,
	ul.slides li img.bnr-pc-text,
	ul.slides li img.bnr-pc-text-right,
	ul.slides li img.bnr-pc-text-header  {
		display: none;
	}

	ul.slides li img.bnr-sp-title {
		position: absolute;
		top: 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	ul.slides li span#text01 {
		display: block;
		margin: auto;
		position: absolute;
		top: 72%;
		width: 80%;
		height: auto;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
	}

	ul.slides li span#text02 {
		display: block;
		position: absolute;
		top: 44%;
		left:50%;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
		width: 66%;
		font-size: 1.4em;
		color: #002664;
	}


	.flex-control-nav {
		position: absolute;
		bottom: -42px !important;
	}


	#menu-btn{
			display:block;
			margin: auto;
			cursor: pointer;
			position: absolute;
			right: 5px;
	}

	#login-btn{
			display:block;
			margin: auto;
			cursor: pointer;
			position: absolute;
			right: 110px;
	}


	.lock {
		overflow:hidden;
	}

	.modal-content {
		position:relative;
		display:none;
		width: 100% ;
		margin: 0;
		padding: 0;
		top: 0 !important;
	}

	#sp-menu-margin {
		margin: 0;
	}

	.modal-content p {
		margin:0;
		padding:0;
	}

	.modal-overlay {
		z-index:1000;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(239, 235, 231,.9);
	}

	.modal-wrap {
		z-index:1001;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		overflow:auto;
	}

	.modal-close {
		position: absolute;
		top: 0;
		right: 0;
	}

	.modal-content ul li {
		list-style-type: none;
	}

	.modal-content ul li a {
		font-size: 2.5em !important;
	}

	.mc-violet ul .menu_title {
		color: #7d002f !important;
		font-size: 2.5em !important;
	}

	.mc-violet ul li a {
		color: #7d002f !important;
	}

	.modal-content ul li.list-s a {
		font-size: 1.5em !important;
	}

	.modal-content #contact-sp #contact-text-sp {
		color: #7d002f ;
		font-size: 1.25em !important;
		margin: 0 !important;
	}

	.modal-content #contact-sp #contact-title-sp {
		margin: 1.5em 0 .5em 0;
		border-bottom: none;
		right: 0;
		color: #fff;
		font-weight: bold;
		font-size: 3em;
		color: #7d002f ;
	}

	#contact-title img {
		margin-right: 10px;
	}

	.cook_cls li a {
		padding: 30px 16px 12px 130px;
		margin: 0;
		display: block;
		font-size: 1em;
		font-weight: bold;
	}

	.cook_cls li a.menu_title_sp {
		padding: 30px 16px 12px 20px;
		margin: 0;
		display: block;
		font-size: 1em;
		font-weight: bold;
	}

	.cook_cls li.list-s a {
		padding-left: 200px;
		margin: 0;
		display: block;
		font-size: .8em;
		font-weight: normal;
	}

	.cook_cls li.icon01 a {
		background: url(../img/list/icon01-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon02 a {
		background: url(../img/list/icon02-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon03 a {
		background: url(../img/list/icon03-sp.png) no-repeat 120px 50%;
	}
	.cook_cls li.icon04 a {
		background: url(../img/list/icon04-sp.png) no-repeat 120px 50%;
	}
	.cook_cls li.icon05 a {
		background: url(../img/list/icon05-sp.png) no-repeat 120px 50%;
	}
	.cook_cls li.icon06 a {
		background: url(../img/list/icon06-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon07 a {
		background: url(../img/list/icon07-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon08 a {
		background: url(../img/list/icon08-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon09 a {
		background: url(../img/list/icon09-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon10 a {
		background: url(../img/list/icon10-sp.png) no-repeat 40px 50%;
	}
	.cook_cls li.icon11 a {
		background: url(../img/list/icon11-sp.png) no-repeat 40px 50%;
	}

	#info-wrapper {
		margin: 4em 5em 5em 5em;
		padding-top: 2.5em;
	}

	#info-wrapper li a {
		padding: 12px 16px 12px 45px;
		display: block;
		text-decoration: underline;
	}

	.modal-content .cook_cls {
		padding-top: 120px !important;
	}


	.modal-content {
		left: 0 !important;
	}

}

/*########## パンくずリスト ##########*/
#pan {
	margin: 0 0 10px 0;
	color: #976245;
	font-size: 12px;
}

#pan a:link {
	color: #976245;
}

#pan a:visited { 
	color: #976245;
}

#pan a:hover {
	color: #976245;
	text-decoration: none;
}


/*########## コンテンツ ##########*/
#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#radiusFrame {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 90%;
	font-size: 0.90em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0 ;
	color: #ffffff;
	margin: 1em auto 0.75em auto;
	background-color: #7d002f;
	border-style: solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	left:50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    display:inline-block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

div.radiusFrame_left_menu {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 90%;
	font-size: 0.90em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0 .25em .5em ;
	color: #ffffff;
	margin: 0.5em auto 0.5em auto;
	background-color: #7d002f;
	border-style: solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	left:50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    display:inline-block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.o_line{
	border-color:#93284f;
}

div.radiusFrame_left_menu_small {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 90%;
	font-size: 0.80em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0 .25em .5em ;
	color: #ffffff;
	margin: 0.5em auto 0.5em auto;
	background-color: #7d002f;
	border-style: solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	left:50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    display:inline-block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

div.left_menu_blue {
	background: url(../img/list/circle_blue.png) no-repeat 6px 50%;
}

div.left_menu_orange {
	background: url(../img/list/circle_orange.png) no-repeat 6px 50%;
}

div.left_menu_green {
	background: url(../img/list/circle_green.png) no-repeat 6px 50%;
}

div.left_menu_brown {
	background: url(../img/list/circle_brown.png) no-repeat 6px 50%;
}

@media screen and (min-width: 992px) {
	/* 左カラム */
	#contents #left {
		background: #c8ac88;
		margin: 0;
		width: 210px;
		float: left;
		height: auto;
		min-height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
	}

	/* メインカラム */
	#contents #main {
		float: left;
		margin-left: 225px;
		margin-right: 225px;
		margin-top: 1em;
		height: auto;
		min-height: 100%;
		width: 100% ;
		width: -webkit-calc(100% - 450px) ;
		width: calc(100% - 450px) ;
	}

	/* 右カラム */
	#contents #right {
		width: 190px;
		float: right;
		right: 0;
		padding-right: 18px;
		margin-top: 1em;
		position: absolute;

	}
}

@media screen and (max-width: 991px) {
	/* 左カラム */
	#contents #left {
		display: none;
	}

	/* メインカラム */
	#contents #main {
		position: relative;
		margin-top: 0;
		height: auto;
		min-height: 100%;
	}

	/* 右カラム */
	#contents #right {
		display: none;
	}

}


/* お知らせ */
.carpet-write-reminder ul li{
	font-size: 1.5em;
}


.carpet-write {
	font-size: .9em;
	color: #333;
}

.carpet-write a {
	color: #e23828 !important;
	font-weight: bold;
}


/*########## サイドカラム用 ##########*/
/* サイドカラム用タイトル */
.ttl_side {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: bold;
}

/* サイドカラム用角丸エリア 白 */
.side_roundcnr {
	margin: 0 0 10px 0;
	padding: 10px 6px;
	border-radius: 10px;
}

/* サイドカラム リストリンク ベージュ */
.side_link01 li a {
	margin: 0 0 5px 0;
	padding: 6px 10px 4px 8px;
	display: block;
}

.side_link01 li a:link {
	text-decoration: none;
}

.side_link01 li a:visited { 
	text-decoration: none;
}

.side_link01 li a:hover {
	text-decoration: none;
}

/* 講座検索メニュー */
#left ul {
	padding: 0;
}

#left ul li {
	list-style-type: none;
}

.cook_cls {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.cook_cls .menu_title {
	padding: 12px 14px 12px 20px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.cook_cls .menu_title:hover {
	background-color: #FFFACD !important;
	color: #7d002f;
	text-decoration: none;
	cursor: pointer;
}

.cook_cls #menu_culture, .cook_cls #menu_language {
	display: none;
	font-size: 0.9em;
	font-weight: bold;
}

.cook_cls li a:link {
	color: #fff;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media screen and (min-width: 992px) {

	.cook_cls .menu_title {
		padding: 12px 14px 12px 20px;
		margin: 0;
		display: block;
		font-size: 1em;
		font-weight: bold;
	}

	.cook_cls li a {
		padding: 12px 14px 12px 20px;
		margin: 0;
		display: block;
		font-size: 1em;
		font-weight: bold;
	}

	.cook_cls li.list-s a {
		padding-left: 7em;
		margin: 0;
		display: block;
		font-size: .8em;
		font-weight: normal;
	}

	.cook_cls li a:visited {
		color: #fff;
		text-decoration: none;
	}

	.cook_cls li a:hover {
		background-color: #FFFACD !important;
		color: #7d002f;
		text-decoration: none;
	}

	.cook_cls li.icon01 a {
		background: url(../img/list/icon01.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon02 a {
		background: url(../img/list/icon02.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon03 a {
		background: url(../img/list/icon03.png) no-repeat 52px 50%;
	}
	.cook_cls li.icon04 a {
		background: url(../img/list/icon04.png) no-repeat 52px 50%;
	}
	.cook_cls li.icon05 a {
		background: url(../img/list/icon05.png) no-repeat 52px 50%;
	}
	.cook_cls li.icon06 a {
		background: url(../img/list/icon06.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon07 a {
		background: url(../img/list/icon07.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon08 a {
		background: url(../img/list/icon08.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon09 a {
		background: url(../img/list/icon09.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon10 a {
		background: url(../img/list/icon10.png) no-repeat 22px 50%;
	}
	.cook_cls li.icon11 a {
		background: url(../img/list/icon11.png) no-repeat 22px 50%;
	}

	#info-wrapper {
		margin: 1em 15px;
	}

	#info-wrapper li a {
		padding: 12px 16px 12px 30px;
		margin: 0;
		display: block;
		font-size: .8em;
	}

	#info-wrapper li.list-s a {
		padding-left: 7em;
		margin: 0;
		display: block;
		font-size: .9em;
		font-weight: normal;
	}


	#info-wrapper li a:link {
		color: #fff;
		text-decoration: none;
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	#info-wrapper li a:visited {
		color: #fff;
		text-decoration: none;
	}

	#info-wrapper li a:hover {
		color: #ffffff;
		text-decoration: none;
	}

}


#contact {
	margin: 1em 12px;
	border: solid 2px #efebe7;
	position: relative;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#contact-title {
	width: 90%;
	margin: -4px 0 0 16px;
	border-bottom: solid 1px #efebe7;
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	line-height: 3em;
}

#contact-title img {
	margin-right: 10px;
}

#contact-text {
	color: #fff;
	margin: 40px 14px 20px 18px;
	font-size: .75em;
	font-weight:100;
	line-height: 1.75em;
}
	



/*########## ログインエリア ##########*/
/*########## バナーエリアも ##########*/

.bnr {
	margin-bottom: 1em;
	height: auto;
}

.bnr-s {
	margin: 1em 0 0 0;
	height: auto;
}

@media screen and (max-width: 991px) {
	.bnr-s {
		margin: 2em 8em;
		height: auto;
	}

	.bnr-s img{
		width: 100%;
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.bnr-s a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
}

.bnr img , .bnr-s img{
	width: 100%;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	

.bnr a:hover img , .bnr-s a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.login {
	padding: 4px;
	background: #c8ac88;
	width: 182px;
	height: auto;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	color: #ffffff;
}

@media screen and (min-width: 992px) {
	.login {
		font-size: .8em;
	}

}
	
.login form {
	padding: 10px 10px 12px 10px;
}

.login .login_ttl { margin: 0 0 2px 0;}
.login .login_ttl span {
	padding: 0 5px;
	color: #fff;
	font-size: 14px !important;
}

.login form input.text_area {
	border: none;
	width: 100%;
	margin: 0 0 .75em 0;
	height: 2em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.login form input.login_btn {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0;
	color: #ffffff;
	margin: .5em auto 0 auto;
	background-color: #C22D1E;
	border-style: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	position: relative;
	left:50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    display:inline-block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.login form input.login_btn:hover {
    background-color: #efebe7;
    color: #7d002f;
	cursor: pointer;
}

.login form input.signup_btn {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	font-size: 0.90em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0 ;
	color: #ffffff;
	margin: 1em auto 0.75em auto;
	background-color: #7d002f;
	border-style: solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	left:50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    display:inline-block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.login form input.signup_btn:hover {
    background-color: #ffffff;
    color: #7d002f;
	cursor: pointer;
}

.login .persistent {
	margin: 0 0 10px 0;
	font-size: 10px;
}

.login ul.reminder {
	margin: 0 auto;
	padding: 0 !important;
	font-size: 11px;
	text-align: center;
}
.login ul.reminder a { color: #ffffff;}
.login ul.reminder li {
	 margin: 5px 0 0 0;
	 list-style-type: none;
	 font-size: 1.1em;
}

.login a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.login .user {
	font-size:20px;
	font-weight: bold;
	line-height: 2.25em;
}

.login .userNo {
	font-size:15px;
	font-weight: bold;
	line-height: 2em;
}

@media screen and (max-width: 991px) {
	.login {
		margin: 0 auto;
		padding: 5em 0;
		background:#c8ac88;
		width: 100%;
		height: auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	.login .login_ttl { margin: 0 0 0.5em 5em; font-size: 24px;}
	.login .login_ttl span {
		display: block;
		width: 75%;
		padding: .25em 0 0 0;
		color: #fff;
		font-size: 1.5em !important;
		margin: 0;
	}

	.login form input.text_area {
		border: none;
		width: 75%;
		margin: 0;
		font-size: 1.5em;
		height: 1.5em;
		position: relative;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
		display:inline-block;
	}

	.login form input.login_btn {
		width: 60%;
		font-size: 1.25em;
		padding: .5em 0;
		color: #7d002f;
		margin: 1.75em 0 0 0;
	}

	.login form input.login_btn:active {
		background-color: #efebe7;
		color: #7d002f;
	}

	.login form input.signup_btn {
		width: 60%;
		font-size: 1.25em;
		padding: .5em 0;
		color: #ffffff;
		margin: 30px 0 40px 0;
	}

	.login form input.signup_btn:active {
		background-color: #efebe7;
		color: #7d002f;
	}

	.login ul.reminder li {
		 margin: 1.5em auto 0 auto;
		 list-style-type: none;
		 font-size: 1.1em;
	}

}


/*########## グローバルナビ ##########*/
ul#g_navi {
	margin: 0 0 10px 0;
	background: url(../img/gnavi.png) no-repeat 0 0;
	height: 250px;
	overflow: hidden;
}

ul#g_navi li {}

ul#g_navi li a {
	display: block;
	height: 50px;
	text-indent: -1000px;
}

ul#g_navi li.lesson {}
ul#g_navi li.lesson:hover {	background: url(../img/gnavi.png) no-repeat -202px 0;}

ul#g_navi li.teacher {}
ul#g_navi li.teacher:hover { background: url(../img/gnavi.png) no-repeat -202px -50px;}

ul#g_navi li.classroom {}
ul#g_navi li.classroom:hover { background: url(../img/gnavi.png) no-repeat -202px -100px;}

ul#g_navi li.recipe {}
ul#g_navi li.recipe:hover { background: url(../img/gnavi.png) no-repeat -202px -150px;}

ul#g_navi li.booking {}
ul#g_navi li.booking:hover { background: url(../img/gnavi.png) no-repeat -202px -200px;}


/*########## フッター ##########*/
@media screen and (min-width: 992px) {
	#footer-pc {
		background: #efebe7;
		height: auto;
	}

	#footer {
		background: #efebe7;
		height: auto;
	}


	#footer_in {
		margin: 0;
		padding: 10px;
		color: #ffffff;
		font-size: 12px !important;
		text-align: center;
	}

	#footer_in p {
		margin: 0;
		color: #000000;
	}


	#footer-sp {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#footer-sp {
		background: #000000;
		height: auto;
		position: absolute;
		width: 100%;
		margin-top: 2em;
	}

	#footer {
		background: #000000;
		height: auto;
	}

	#footer_in {
		margin: 0;
		padding: 15px;
		text-align: center;
	}

	#footer_in p {
		margin: 0;
		font-size: 16px !important;
		color: #ffffff;
	}


	#footer-pc {
		display: none;
	}

}

/*########## PageTopへ ##########*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	width: 64px;
	padding: 30px 0;
	text-align: center;
	display: block;
}

@media screen and (min-width: 992px) {
	#pagetop img#pagetop-sp {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#pagetop {
		position: fixed;
		bottom: 80px;
		right: 40px;
	}
	#pagetop a {
		width: 128px;
		height: 128;
		padding: 30px 0;
		text-align: center;
		display: block;
	}

	#pagetop img#pagetop-pc {
		display: none;
	}


}


/* ########## ベージュの敷物 ##########*/


/* メインカラム内 */
.contents_block {
	width: 100%;
	position: relative;
}


/*　敷物 */
@media screen and (min-width: 992px) {
	.carpet {
		margin-bottom: 1em;
		padding: 20px;
		background-color: #efebe7;
		border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	}

	.carpet-re {
		margin-bottom: 1em;
		padding: 20px 2px 2px 2px;
		background-color: #efebe7;
		border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	}

	.carpet-write {
		padding: 20px;
		background-color: #fff;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

	.carpet-gray {
		padding: 12px 14px;
		background-color: rgba(255, 254, 253, .75);
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		line-height: 1.65em;
		margin: 0 0 0 0px;
	}
}

@media screen and (max-width: 991px) { 	
	#sp-b {
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.carpet {
		margin: 0;
		background-color: #efebe7;
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.carpet-re {
		margin: 0;
		background-color: #efebe7;
		padding-top: 2em;
		padding-bottom: 2em;
	}


	.carpet-sp-write{
		width: 100%;
		margin: 0;
		background-color: #fff;
		padding-top: 2em;
	}

	.infomation {
		position: relative;
	}

	.carpet-write {
		padding: 0 32px 32px 32px;
		background-color: #fff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		line-height: 2em;
	}


	.carpet-write a.info-a {
		font-size: 2em;
		line-height: 2em;
	}



	.carpet-gray {
		font-size: 1.25em;
		line-height: 1.35em;
	}

}


/* ########## リマインダーのフォーム ##########*/
.form-container dl dt {
	margin: 0 0 5px 0;
	padding: 0 5px;
	color: #333;
	font-size: 16px !important;
}

.form-container dl dd {
	margin: 0;
	padding: 0;
}


.form-container input.text_area,
.form-container input#pasuwado,
.form-container input#email1 {
	border: none;
	width: 100%;
	margin: 0 0 20px 0;
	height: 2.25em;
	font-size: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 6px -6px rgba(0,0,0,0.5);
	border: 1px #efebe7 solid;
}

@media screen and (max-width: 991px) {
	.form-container {
		margin: 0 auto;
		background: #fff;
		width: 100%;
		height: auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}

	.form-container dl dt {
		margin: 0 0 10px 0 !important;
		font-size: 2em !important;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: .25em 0 0 0;
		color: #333;
		font-size: 1.5em;
		margin: 0;
	}

	.form-container dl dd {
		margin: 0;
		padding: 0;
	}

	.form-container input.text_area,
	.form-container input#pasuwado,
	.form-container input#email1 {
		margin: 0 0 40px 0 !important;
		width: 100%;
		margin: 0;
		font-size: 3em;
		height: 1.5em;
		position: relative;
		left:50%;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
		display:inline-block;
		border: 2px #ffffff solid;
	}

}

@media print {

	body {
	 -webkit-print-color-adjust: exact;
	 }

	#header,
	#left,
	#right,
	.column3_pagetitle-sp {
		display: none;
	}
	
	
}
	
	
	
	
	
	
