@charset "utf-8";

/* テンプレート用 */
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
}


body {
	background: #fff;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	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; /*左カラムの高さ*/
}
}

@-moz-document url-prefix() {
  body {
	min-height: 1000px; /*左カラムの高さ*/
  }
}
@media screen and (max-width: 991px) {
#wrapper_in {
	margin: 0;
	padding: 0;
	width: 100%;
}
}
body > #wrapper { height: auto;}


/*########## ヘッダー ##########*/
#header {
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	width: 100%;
	height: 100px;
	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: 10px;
	padding: 0;
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
}

.f_left img.logo_tsu-pc {
	width: 748px;
	height: 80px;
	margin: 0;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.f_left span.header_menu {
	position: relative;
	width: 170px;
	height: 75px;
	margin: 0;
	top: 0px;
	right: 10px;
	float: right;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media screen and (max-width: 991px) {
.f_left span.header_menu {
	display: none;
}
}


.f_left a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.flexslider {
	width: 100% ;
	width: -webkit-calc(100% - 210px) ;
	width: calc(100% - 210px) ;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 220px;
	float: right;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}


@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;
}

ul.slides li img.bnr-pc-text-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 220px !important;
	width: 756px !important;
	z-index: 101;
}

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: 80px;
	background: #fff;
}


.logo_tsu-pc {
	display: none;
}


.f_left img.logo_tsu-sp {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 748px;
	height: 80px;
}
	

.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 {
	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: 90px;
}

 
.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(235, 255, 221,.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 li a {
	color: #88bb55 !important;
}

.modal-content ul li.list-s a {
	font-size: 1.5em !important;
}

.modal-content #contact-sp #contact-text-sp {
	color: #88bb55 ;
	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: #88bb55 ;
}

#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.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 40px 50%;
}
.cook_cls li.icon04 a {
	background: url(../img/list/icon04-sp.png) no-repeat 40px 50%;
}
.cook_cls li.icon05 a {
	background: url(../img/list/icon05-sp.png) no-repeat 40px 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;
	border-top: solid 3px #88bb55 ;
	padding-top: 2.5em;
}

#info-wrapper li a {
	padding: 12px 16px 12px 15px;
	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;
}

@media screen and (min-width: 992px) {
/* 左カラム */
#contents #left {
	background: #fff;
	margin: 0;
	width: 140px;
	float: left;
	height: auto;
	min-height: 100%;
	padding: 0;
	position: absolute;
}

/* メインカラム */
#contents #main {
	float: left;
	margin-left: 165px;
	margin-right: 210px;
	margin-top: 1em;
	height: auto;
	min-height: 100%;
	width: 100% ;
	width: -webkit-calc(100% - 400px) ;
	width: calc(100% - 400px) ;
}

/* 右カラム */
#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 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 li a {
	padding: 35px 0px;
	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: #cfc7be !important;
	color: #88bb55;
	text-decoration: none;
}
*/

.cook_cls li.icon01 a {
	background: url(../img/list/top.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon02 a {
	background: url(../img/list/koza_annai.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon03 a {
	background: url(../img/list/enkaku.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon04 a {
	background: url(../img/list/tokucho.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon05 a {
	background: url(../img/list/omousikomi.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon06 a {
	background: url(../img/list/gakui.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon07 a {
	background: url(../img/list/link.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon12 a {
	background: url(../img/list/ippan_koza.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon13 a {
	background: url(../img/list/kokai_koza.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon14 a {
	background: url(../img/list/kamokutorisyu_koza.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon15 a {
	background: url(../img/list/privacy.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon16 a {
	background: url(../img/list/map.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon17 a {
	background: url(../img/list/zenkoza_kensaku.jpg) no-repeat 16px 100%;
}






.cook_cls li.icon01 a:hover {
	background: url(../img/list/top2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon02 a:hover {
	background: url(../img/list/koza_annai2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon03 a:hover {
	background: url(../img/list/enkaku2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon04 a:hover {
	background: url(../img/list/tokucho2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon05 a:hover {
	background: url(../img/list/omousikomi2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon06 a:hover {
	background: url(../img/list/gakui2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon07 a:hover {
	background: url(../img/list/link2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon12 a:hover {
	background: url(../img/list/ippan_koza2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon13 a:hover {
	background: url(../img/list/kokai_koza2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon14 a:hover {
	background: url(../img/list/kamokutorisyu_koza2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon15 a:hover {
	background: url(../img/list/privacy2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon16 a:hover {
	background: url(../img/list/map2.jpg) no-repeat 16px 100%;
}
.cook_cls li.icon17 a:hover {
	background: url(../img/list/zenkoza_kensaku2.jpg) no-repeat 16px 100%;
}


#info-wrapper {
	margin: 1em 30px;
	border-top: solid 1px #ebefe7;
}

#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: #cfc7be;
	text-decoration: none;
}

}


#contact {
	margin: 1em 12px;
	border: solid 2px #ebefe7;
	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 #ebefe7;
	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;
}

.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: #88bb55;
	width: 182px;
	height: auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	color: #fff;
}

@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: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
-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: 80%;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .25em 0;
	color: #ffffff;
	margin: .5em auto 0 auto;
	background-color: #669933;
	border-style: none;
	-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.login_btn:hover {
    background-color: #fff;
    color: #88bb55;
	cursor: pointer;
}

.login form input.signup_btn {
	font-family: 'Montserrat',"メイリオ","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 80%;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 0em;
	padding: .25em 0 ;
	color: #fff;
	margin: 1em auto 0.75em auto;
	background-color: #88bb55;
	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: #fff;
    color: #88bb55;
	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: #fff;}
.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: #88bb55;
	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: #fff;
	margin: 1.75em 0 0 0;
}

.login form input.login_btn:active {
    background-color: #ebefe7;
    color: #88bb55;
}

.login form input.signup_btn {
	width: 60%;
	font-size: 1.25em;
	padding: .5em 0;
	color: #fff;
	margin: 30px 0 40px 0;
}

.login form input.signup_btn:active {
    background-color: #ebefe7;
    color: #88bb55;
}

.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: #cfc7be;
	height: auto;
}

#footer {
	background: #999999;
	height: auto;
	width: 100%;
}


#footer_in {
	margin: 0;
	padding: 10px;
	color: #999999;
	height: auto;
	font-size: 14px !important;
	text-align: center;
}

#footer_in p {
	margin: 0;
	color: #fff;
}

#footer_aster {
	margin: 0;
	font-size: 12px !important;
	text-align: center;
	color: #fff;
}

#footer-sp {
	display: none;
}
}

@media screen and (max-width: 991px) {
#footer-sp {
	background: #88bb55;
	height: auto;
	position: absolute;
	width: 100%;
	margin-top: 2em;
}

#footer {
	background: #88bb55;
	height: auto;
}

#footer_in {
	margin: 0;
	padding: 15px;
	text-align: center;
}

#footer_in p {
	margin: 0;
	font-size: 16px !important;
	color: #fff;
}

#footer_aster {
	margin: 0;
	font-size: 12px !important;
	text-align: center;
	color: #fff;
}

#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: #ebefe7;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.carpet-re {
	margin-bottom: 1em;
	padding: 20px 2px 2px 2px;
	background-color: #ebefe7;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.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: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	line-height: 1.65em;
	margin: 0 0 0 5px;
}
}

@media screen and (max-width: 991px) { 	
#sp-b {
	position: absolute;
	top: 100%;
	width: 100%;
}

.carpet {
	margin: 0;
	background-color: #ebefe7;
	padding-top: 2em;
	padding-bottom: 2em;
}

.carpet-re {
	margin: 0;
	background-color: #ebefe7;
	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 #ebefe7 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 #cfc7be solid;
}

}

@media print {

body { 
 -webkit-print-color-adjust: exact; 
 } 
	
#header,
#left,
#right,
.column3_pagetitle-sp {
	display: none;
}	
	
	
}
	
	
	
	
	
	
