@charset "UTF-8";
/*------------------------------------------------------------
    googlefont	アイコンフォント
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&amp;display=swap');
@font-face {
  font-family: 'ico_tremont';
  src:  url('fonts/ico_tremont829c.eot?hg5cox');
  src:  url('fonts/ico_tremont829c.eot?hg5cox#iefix') format('embedded-opentype'),
    url('fonts/ico_tremont829c.ttf?hg5cox') format('truetype'),
    url('fonts/ico_tremont829c.woff?hg5cox') format('woff'),
    url('fonts/ico_tremont829c.svg?hg5cox#ico_tremont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico_tremont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 矢印アイコン 右 */
.icon-ico_arrow_right::before {
  content: "\e900";
  color: #fff;
}
/* 矢印アイコン　上 */
.icon-ico_arrow::before {
  content: "\e901";
  color: #fff;
}
/* カートアイコン */
.icon-ico_cart::before {
  content: "\e902";
}
/* facebookアイコン */
.icon-ico_facebook::before {
  content: "\e903";
  color: #fff;
  font-size: 2rem;
}
/* ハートマークアイコン */
.icon-ico_hart::before {
  content: "\e904";
}
/* instagramアイコン */
.icon-ico_inst::before {
  content: "\e905";
  color: #fff;
  font-size: 2rem;
}
/* 鍵マークアイコン */
.icon-ico_login::before {
  content: "\e906";
  font-size: 2rem;
}
/* メールアイコン */
.icon-ico_mail::before {
  content: "\e907";
  color: #fff;
}
/* 人アイコン */
.icon-ico_member::before {
  content: "\e908";
}
/* 電話アイコン */
.icon-ico_tel::before {
  content: "\e909";
}
[class^="icon-"]::before {
	transition: .6s;
}
/* google font or font */
/* 游ゴシック */
.gothic {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.cinzel {
	font-family: 'Cinzel', serif;
	font-weight: 400;
	text-transform: uppercase;
}
/*------------------------------------------------------------
    初期設定
------------------------------------------------------------*/
/* *:last-child {
	margin-bottom: 0 !important;
} */
html{
	-webkit-text-size-adjust:none;
	font-size: 62.5%; /*この記述でデフォルト 10px*/
}
body{
	line-height: 1.5;
	font-size: 1.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
	color: #1D1D1D;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
   	letter-spacing: .1em;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
	text-decoration: none;
	display: block;
}
a,a::before,a::after {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	outline: none;
	-webkit-appearance:none;
}
input::-webkit-input-placeholder {
    color: #BCBCBC;
}
input::-moz-placeholder {
    color: #BCBCBC;
}
input::-ms-input-placeholder {
    color: #BCBCBC;
}
input::placeholder {
    color: #BCBCBC;
}
input:-ms-input-placeholder {
    color: #BCBCBC;
}
a[href^="tel:"].tel_num{
	display: inline;
	color: #476491;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
    	pointer-events: none;
	}
	a[href^="tel:"].tel_num{
		color: #1D1D1D;
		text-decoration: none;
	}
}
@media screen and (min-width: 992px) {}
/*------------------------------------------------------------
    pc・sp分ける
------------------------------------------------------------*/
.visibility--s,
.visibility--m,
.visibility--l {
    display: none;
}
@media screen and (min-width: 768px) {
    .hidden--s {display: none;}
    .visibility--s { display: block; }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
    .hidden--m { display: none; }
    .visibility--m { display: block; }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
    .hidden--l { display: none; }
    .visibility--l { display: block; }
} /* ----- media END ----- */
/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
html.hidden {
	overflow: hidden;
}
body.open .blur,
body.open main section {
	-webkit-filter: blur(4px);
	    filter: blur(4px);
}
@media screen and (max-width: 768px) {
	.main_content {
		margin-top: 60px;
	}
}
@media screen and (min-width: 768px) {
	article {
		position: relative;
	}
}
@media only screen and (max-width: 991px) {
	body {
		padding-top: 60px;
		background: #fff;
	}
	body#page_homepage {
		padding-top: 0;
	}
}
/*------------------------------------------------------------
    header
------------------------------------------------------------*/
.header__inner {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__logo img{
	width: 100%;
}
.header_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header_menu li {
	position: relative;
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
            align-items: center;
}
.header_menu li:first-child,
.header_menu li.cart_area{
	margin-left: 0px;
}
.header_menu li:last-child {
	margin: auto 0;
	cursor: pointer;
}
.header_menu li .header_menu_item {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #1D1D1D;
	font-size: 1.4rem;
}
.header_menu li .header_menu_item p {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}
.header_menu_item {
	position: relative;
}
.header_menu_item p .ico_header {
	position: absolute;
	left: -20px;
	color: #1D1D1D !important;
	top:0;
}
.header .ec-headerNaviRole {
    padding-left: 0;
    padding-right: 0;
}
.language_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}
.language_menu .language_btn {
	font-family: 'Cinzel', serif;
	font-size: 1.8rem;
	color: #1D1D1D;
	border-right: 1px solid #1D1D1D;
}
.language_menu .language_btn:first-child {
	padding-right: 20px;
}
.language_menu .language_btn:last-child {
	padding-left: 20px;
	border: none;
}
.language_btn {
	outline: none;
}
.language_btn.active {
	color: #8B8B8B !important;
	cursor: default;
}
.ico_sp_header {
	color: #1D1D1D;
}
/* ハンバーガーメニュー */
.humberger_area {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.humberger {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1D1D1D;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.humberger::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1D1D1D;
	left: 0;
	top: 7px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.humberger::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1D1D1D;
	left: 0;
	bottom: 7px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.humberger_nav {
	opacity: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(29, 29, 29, 0.95);
	position: fixed;
	top: 0;
	padding-top: 90px;
	overflow: scroll;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	z-index: -9999;
}
.humberger_nav_btn {
	margin-bottom: 60px;
}
.humberger_nav_btn a {
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 10px;
	text-align: center;
	font-size: 1.4rem;
	max-width: 350px;
}
.humberger_nav_btn li:first-child a {
	margin-left: auto;
}
.humberger_nav_btn li:last-child a {
	margin-right: auto;
	padding: 8px 10px;
}
.humberger_nav_btn a span {
	margin-right: 10px;
}
.humberger_nav_btn a .icon-ico_member::before {
		font-size: 1.8rem;
}
.humberger_nav_list {
	margin-bottom: 50px;
}
.humberger_nav_list li {
	margin-bottom: 30px;
}
.humberger_nav_list li a {
	color: #fff;
	text-align: center;
}
.humberger_area_nav {
	width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.humberger_area_nav::before,
.humberger_area_nav::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #fff; 
	position: absolute;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.humberger_nav .language_menu {
	margin-left: 0px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.humberger_nav .language_menu input {
	color: #fff;
	border-color: #fff;
}

/* ヘッダー　オープン後 */
body.open .humberger_nav {
	opacity: 1;
	z-index: 9999;
}
/* body.open .humberger_area {
	width: 30px;
	height: 30px;
} */
body.open .humberger,
body.open .humberger::before, 
body.open .humberger::after {
	background: #fff;
	height: 2px;
}
body.open .humberger {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
body.open .humberger::before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	    -ms-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);	
	top: 0;
}
body.open .humberger::after {
	opacity: 0;
}
body.open .humberger_nav {
	display: block;
}
body.open .humberger_area_nav::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body.open .humberger_area_nav::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);	
}
body.open .humberger_nav {
	display: block;
}


/* カート */
.ec-cartNaviWrap{
	line-height: 1;
}
.cart_area a {
	position: relative;
}
.cart_number {
	letter-spacing: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	position: absolute;
	top: -7px;
    right: -7px;
	background: #000000;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	font-size: .9rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 991px) {
	.header {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 99;
		width: 100%;
		left: 0;
		-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	}
	.header__logo {
		width: 170px;
		margin: 0 10px 0 0;
	}
	.header__logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header_menu > ul > li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.fixed_header {
		display: none !important;
		opacity: 0 !important;
	}

	.humberger {
		width: calc(100% - 10px);
	}
}
@media screen and (min-width: 992px) {
	.header__inner {
		padding: 46px 0;
    	overflow: hidden;
    	height: 120px;
	}
	.header_menu_item .icon-ico_hart.ico_header {
		font-size: 1.7rem;
	}
	.ico_header::before {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}
	.header_menu .header_menu_item .ec-headerNav__itemLink{
		margin-right: 0;
		transition: 1.0s;
	}
	.header_menu .header_menu_item:hover {
		color: #8B8B8B;
	}
	.header_menu .header_menu_item:hover .ico_header::before {
		color: #8B8B8B;
	}
	.header_menu .header_menu_item:hover .cart_number {
		background: #8B8B8B;
	}
	.header_menu .header_menu_item:hover .ec-headerNav__itemLink{
		color: #8B8B8B;
	}
	.header_menu li {
		margin: 0 20px;
	}
	.header_menu_item p .ico_header {
		left: -23px;
		font-size: 1.8rem;
	}
	.ico_header_cart {
		font-size: 1.8rem;
	}
	/* 固定フッター */
	.fixed_header {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 999;
		-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	}
	.fixed_header .humberger_area {
		position: absolute;
    	top: 0;
    	right: 0;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	width: 120px;
    	height: 120px;
    	background: #1D1D1D;
	}
	.fixed_header .header_menu {
		margin-right: 30px;
	}
	.fixed_header_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.fixed_header .humberger {
		width: 30%;
		background: #fff;
	}
	.fixed_header .humberger::before {
		top: 14px;
	}
	.fixed_header .humberger::after {
		bottom: 14px;
	}
	.fixed_header .humberger::before,
	.fixed_header .humberger::after {
		background: #fff;	
	}
	.humberger_nav .content_area {
		height: 100%;
	}

	html.open_pc .humberger_nav {
		padding-top: 0;
	}
	html.open_pc .humberger_nav .content_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
  		-ms-flex-wrap: wrap;
  		    flex-wrap: wrap;
	}
	html.open_pc .humberger_nav_list li a {
		font-size: 2rem;
	}
	html.open_pc .humberger_nav_list li a:hover {
		color: #8B8B8B;
	}
	body.open .fixed_header .humberger_area {
		width: 120px;
		height: 120px;
	}
	.humberger_nav .humberger_area_nav {
		top: 45px;
    	right: 45px;
	}
	body.open .humberger_nav_list li {
		margin-bottom: 50px;
	}

    /* .header_menu_item .ec-cartNavi {
        min-width: 0;
        background: #fff;
        padding-right: 0;
        padding-bottom: 0;
    } */

	/* カート */
	.cart_number {
		width: 16px;
		height: 16px;
		font-size: 1.1rem;
		top: -11px;
    	right: -11px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header_menu > ul > li:last-child {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.header__logo {
		width: 250px;
	}
}
@media screen and (min-width: 992px){
	.header_area {
		padding-right: 120px !important;
	}
}
@media screen and (min-width: 1200px) {
	.header_area {
		max-width: 1200px;
	}
	.header_menu li {
		margin: 0 30px;
	}
	html.open_pc .humberger_nav .language_menu {
		display: none;
	}

}
/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.content {
    position: relative;
    margin-bottom: 120px;
    overflow: hidden;
}
.content:last-child {
	margin-bottom: 120px !important;
}
.content_bg {
    padding: 90px 0;
}
.content_area {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.content_top_area {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .main {
        margin-top: 0;
    }
    .content_area {
        max-width: 960px;
        padding: 0 30px;
    }
    .content_area__l {
        max-width: 100%!important;
    }
    .content_area__sp {
        max-width: 100%!important;
        padding: 0!important;
	}
	.content_top_area {
		margin-top: 80px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
    .content {
        margin-bottom: 240px;
    }
    .content:last-child {
		margin-bottom: 240px !important;
	}
    .content_bg {
        padding: 180px 0;
    }
    .content_area {
        max-width: 1320px;
        padding: 0 60px;
    }
} /* ----- media END ----- */
@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.content_area {
        padding: 0 90px;
    }
}
@media screen and (min-width: 1500px) {
    .content_area__l {
		padding: 0 120px;
	}
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
.fixed_footer_img {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.fixed_footer_img_inner {
	background-image: url('../img/common/contact/img-contact02-sp.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.footer {
	background: #1D1D1D;
	padding: 60px 0;
}
.footer__inner {
	text-align: center;
}
.footer_logo {
	margin: 0 auto 30px;
	max-width: 300px;
}
.footer_sns {
	margin-bottom: 40px;
}
.footer_sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_sns ul li:first-child {
	margin-right: 15px;
}
.footer_sns ul li:last-child {
	margin-left: 15px;
}
.footer_sns a {
	width: 60px;
	height: 60px;
	border: 1px solid #8B8B8B;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_card {
	margin:0 auto 30px;
	max-width: 315px;
}
.footer_card img {
	margin: 0 auto;
}
.page_top {
	margin-bottom: 20px;
}
.page_top_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.page_top_inner a {
	color: #fff;
	font-size: 1.8rem;
}
.page_top_inner .ico_page_top {
	margin-right: 20px;
}
.page_top_inner .ico_page_top::before {
	font-size: 2rem;
}
.footer_list {
	margin-bottom: 30px;
}
.footer_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer_list ul li {
	border-right: 1px solid #8B8B8B;
}
.footer_list ul li:last-child {
	border-right: none;
}
.footer_list ul li a {
	color: #8B8B8B;
	padding: 0 15px;
	font-size: 1rem;
	letter-spacing: 0;
}
.footer_list ul li:first-child a {
	padding-left: 0;
}
.footer_list ul li:last-child a {
	padding-right: 0;
}
.footer small {
	font-size: 1rem;
	color: #8B8B8B;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.fixed_footer_img {
		position: relative;
		background-attachment: scroll;
		overflow: hidden;
	}
	/* .fixed_footer_img_inner {
		position: absolute;
    	width: 100%;
    	top: 50%;
    	left: 50%;
	    -webkit-transform: translate(-50%, -50%) scale(1.2);
    	-ms-transform: translate(-50%, -50%) scale(1.2);
    	transform: translate(-50%, -50%) scale(1.2);
	} */
}
@media screen and (min-width: 768px) {
	.fixed_footer_img {
		height: 29.6875vw;
	}
	.fixed_footer_img_inner {
		background-image: url('../img/common/contact/img-contact02.jpg');
	}
	.footer_logo {
		width: 380px;
	}
	.footer_sns a .icon-ico_facebook::before {
		font-size: 1.6rem;
	}
	.footer_sns a:hover span::before {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}
	.footer_sns a:hover span::before {
		color: #8B8B8B;
	}
	.footer_list {
		margin-bottom: 60px;
	}
	.footer_list ul li a:hover {
		color: #fff;
	}
}
@media screen and (min-width: 992px) {
	.footer {
		padding: 90px 0;
	}
	.footer_sns {
		margin-bottom: 60px;
	}
	.footer_card {
		margin-bottom: 60px;
	}
	.footer_list ul li a {
		font-size: 1.4rem;
	}
	.footer small {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1500px) {
	.fixed_footer_img {
		max-height: 570px;
	}
}
/*------------------------------------------------------------
    テキストカラー
------------------------------------------------------------*/
.txt_color_01 {}
.txt_color_02 {}
/*------------------------------------------------------------
    背景色
------------------------------------------------------------*/
.bg_color_01 {}
.bg_color_02 {}
/*------------------------------------------------------------
    中央
------------------------------------------------------------*/
.flex_c {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tc {
	text-align: center;
}
/*------------------------------------------------------------
    margin
------------------------------------------------------------*/
.mb_s {
	margin-bottom: 30px;
}
.mb_m {
	margin-bottom: 60px;
}
.mb_l {
	margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
	.mb_s {
		margin-bottom: 60px;
	}
	.mb_m {
		margin-bottom: 90px;
	}
	.mb_l {
		margin-bottom: 120px;
	}	
}
/*------------------------------------------------------------
    タイトル
------------------------------------------------------------*/
.ttl {
	text-align: center;
}
.ttl-01 {
	font-size: 4rem;
	margin-bottom: 40px;
}
.ttl-01-min {
	display: block;
	font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
	.ttl-01 {
		font-size: 6rem;
		margin-bottom: 90px;
	}
	.ttl-01-min {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
    テキスト
------------------------------------------------------------*/
.tc {
	text-align: center;
}
.main_txt {
	margin-bottom: 40px;
	text-align: left;
}
.txt_box p {
	margin-bottom: 20px;
	line-height: 2;
}
@media screen and (min-width: 768px) {
	.main_txt {
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.main_txt {
		margin-bottom: 60px;
	}
	.txt_box p {
		margin-bottom: 25px;
	}
}
/*------------------------------------------------------------
   注釈
------------------------------------------------------------*/
.note li {
	color: #8B8B8B;
	font-size: 1.2rem;
	position: relative;
	padding-left: 2rem;
}
.note li::before {
	content: "※";
	color: #8B8B8B;
	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------------------------------------
    ボタン
------------------------------------------------------------*/
.btn {
	position: relative;
	text-align: center;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.btn-01 {
	color: #1D1D1D;
	padding: 20px 10px;
	border: 1px solid #1D1D1D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.btn-02 {
	background: #1D1D1D;
	padding: 20px 10px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,.3) inset;
	        box-shadow: 0px 0px 0px 1px rgba(255,255,255,.3) inset;
	border: 3px solid #1D1D1D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.btn_tel_num {
	font-size: 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.btn_tel_num span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 20px;
}
.btn_tel_time {
	font-size: 1.2rem;
	letter-spacing: 0;
}
.btn_arrow {
	position: absolute;
	right: 20px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.btn_arrow::before {
	font-size: 2rem;
}
.btn .plus {
	margin-right: 10px;
}
.btn_area > a {
	margin: 0 auto;
}
.more_btn {
	margin: 0 auto;
}
.close_btn {
    margin: 0 auto;
    margin-top:10px;
}
.btn-01 .btn_arrow::before {
	color: #1D1D1D;
}
.btn.back .btn_arrow {
	right: auto;
	left: 20px;
	transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
	.btn:hover .btn_arrow {
		right: 15px;
	}
	.btn.back:hover .btn_arrow {
		right: auto;
		left: 15px;
	}
	.btn-01 {
		max-width: 350px;
		padding: 27px 10px;
	}
	.btn-01:hover {
		border: 1px solid #8B8B8B;
		color: #8B8B8B;
	}
	.btn-01:hover .plus {
		color: #8B8B8B;
	}
	.btn-02 {
		max-width: 350px;
		padding: 25px 10px;
	}
	.btn-02:hover {
		background: #3B3B3B;
		border-color: #3B3B3B !important;
	}
	.btn_area li:first-child a {
		margin-left: auto;
	}
	.btn-01:hover .btn_arrow::before {
		color: #8B8B8B;
	}
	.btn_arrow::before {
		font-size: 2.2rem;
    }
    .close_btn {
        margin-top:30px;
    }
}
@media screen and (min-width: 992px) {}
/*------------------------------------------------------------
    コンタクト
------------------------------------------------------------*/
.content.contact {
	margin-bottom: 90px !important;
}
.contact .btn-01 {
	padding: 27px 10px;
	margin-left: auto;
}
.contact .btn-02 {
	padding: 25px 10px;
	border: 3px solid #1D1D1D;
}
.contact .btn .icon-ico_mail {
	margin-right: 30px;
}
@media screen and (min-width: 768px) {
	.contact .btn {
		max-height: 130px;
		height: 130px;
	}
}
@media screen and (min-width: 992px) {
	.content.contact {
		margin-bottom: 180px !important;
	}
	.contact .ttl-01 {
		margin-bottom: 60px;
	}
	.contact .btn-02 {
		border: 5px solid #1D1D1D;
	}
	.contact .btn {
		max-width: 540px;
	}
	.contact .btn-01 {
		padding: 33px 10px;
	}
	.contact .btn-02 {
		padding: 46px 10px;
		font-size: 1.8rem;
	}
	.contact .common_btn ul li:first-child {
		padding-right: 60px;
	}
	.contact .common_btn ul li:last-child {
		padding-left: 60px;
	}
	.contact .common_btn ul li:first-child a {
		margin-left: auto;
	}
}
/*------------------------------------------------------------
    アイコン
------------------------------------------------------------*/
/* プラスアイコン */
.plus {
	color: #000;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	transition: .6s;
}
.plus::before {
	content: '';
	width: 13px;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.plus::after {
	content: '';
	width: 1px;
	height: 13px;
	background-color: currentColor;
			-webkit-transition: .6s;
			-o-transition: .6s;
			transition: .6s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.plus.active::before {
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
	    transform: translate(-50%, -50%) rotate(360deg);
}
.plus.active::after {
	opacity: 0;
}
/* チェックアイコン */
.check {
  color: #000;
  position: absolute;
  width: 7px;
  height: 7px;
  font-size: 1.5rem;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
/*------------------------------------------------------------
    リスト
------------------------------------------------------------*/
.list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li::before {
	content: "・";
	display: inline-block;
	font-size: 2rem;
	/* color: ; */
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*------------------------------------------------------------
    注釈
------------------------------------------------------------*/
.notes ul li {
	position: relative;
	padding-left: 20px;
}
.notes ul li::before {
	content: "※";
	display: inline-block;
	font-size: 1.5rem;
	/* color: #; */
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*------------------------------------------------------------
    背景
------------------------------------------------------------*/
.bg_01 {
	background: #EFEFEF;
}
/*------------------------------------------------------------
    サイドコンテンツ
------------------------------------------------------------*/
.side_content a {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.scroll_content_down {
	position: fixed;
	bottom: 220px;
	left: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg)
}
.scroll_content_down::after {
	content: "";
	display: inline-block;
	width: 130px;
	height: 1px;
	background: #1D1D1D;
	position: absolute;
    left: 145px;
}
.scroll_txt {
	font-size: 1.8rem;
	color: #1D1D1D;
	filter: invert(100%) grayscale(100%) contrast(100);
}
.scroll_down {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	transition: .6s;
}
.scroll_down::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background: #1D1D1D;
	-webkit-animation: scroll 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    animation: scroll 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	50% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	51% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	100% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	50% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	51% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	100% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
}


.scroll_down p {
		font-size: 1.8rem;
		color: #1D1D1D;
}
.scroll_content_up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  	position: fixed;
  	bottom: 90px;
  	left: 40px;
  	z-index: 99;
  	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: 0;
}
.scroll_content_up .ico_scroll::before {
	color: #1D1D1D;
	filter: invert(100%) grayscale(100%) contrast(100);
}
.scroll_content_up .scroll_txt {
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	filter: invert(100%) grayscale(100%) contrast(100);
}
.scroll_up_menu ul li {
	margin-bottom: 30px;
}
.page_top_scroll {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page_top_scroll::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 130px;
	background: #1D1D1D;
	position: absolute;
	left: 50%;
	top: -160px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
    -webkit-animation: scroll_up 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
    animation: scroll_up 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@-webkit-keyframes scroll_up {
	0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	50% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	51% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	100% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
}
@keyframes scroll_up {
	0% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	50% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: bottom center;
		        transform-origin: bottom center
	}
	51% {
		-webkit-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
	100% {
		-webkit-transform: scaleY(0);
		        transform: scaleY(0);
		-webkit-transform-origin: top center;
		        transform-origin: top center
	}
}
.scroll_content.scroll_up_on .scroll_content_up {
	opacity: 1;
}
.scroll_content.scroll_up_white .scroll_txt {
	color: #fff;
	filter: invert(100%) grayscale(100%) contrast(100);
}
.scroll_content.scroll_up_white .page_top_scroll::before {
	background: #fff;
}
.scroll_content.scroll_up_white .scroll_content_up .ico_scroll::before {
	color: #fff;
	filter: invert(100%) grayscale(100%) contrast(100);
}
@media screen and (min-width: 768px) {
	.ico_scroll::before {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		font-size: 1.5rem;
	}
	.icon-ico_mail.ico_scroll::before {
		font-size: 1.3rem;
	}
	.scroll_txt:hover,
	.scroll_content.scroll_up_white .scroll_txt:hover {
		color: #8B8B8B;
	}
	.scroll_up_menu li a:hover .ico_scroll::before,
	.scroll_content.scroll_up_white .scroll_content_up a:hover .ico_scroll::before {
		color: #8B8B8B;
		filter: invert(100%) grayscale(100%) contrast(100);
	}
	.side_content .scroll_down {
		display: none;
		left: 25px;
		top: 760px;
		bottom: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media screen and (max-width: 1899px) and (min-width: 768px) {
	.scroll_up_menu {
		margin-bottom: 190px;
	}
}
@media screen and (max-width: 991px) {
	.side_content {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.scroll_down p {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: right;
	}
	.scroll_down {
		bottom: 140px;
		left: 1.5vw;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.scroll_down::before {
		top: auto;
		bottom: -140px;
		height: 130px;
	}
	.scroll_down.scroll_down_none {
		opacity: 0;
	}
	.scroll_content_up {
		left: 1.5vw;
	}
	.side_content {
		position: fixed;
		top: 0;
		left: 0;
		width: 60px;
		height: 100%;
		z-index: 99;
	}
}
@media screen and (min-width: 1200px) {
	.scroll_down {
		left: 2vw;	
	}
	.scroll_content_up {
		left: 2vw;
	}
	.side_content {
		width: 90px;
	}
}
@media screen and (min-width: 1500px) {
	.scroll_down {
		top: 10%;
		left: 2vw;
		bottom: 140px;
	}
	.scroll_content_up {
		left: 2vw;
	}
	.scroll_up_menu {
		margin-bottom: 290px;
	}	
	.side_content {
		width: 120px;
	}
}
/*------------------------------------------------------------
   mv 横のスクロール
------------------------------------------------------------*/

/*------------------------------------------------------------
   フェード
------------------------------------------------------------*/
.fadein {
	opacity: 0;
	-webkit-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	        transform: translateY(60px);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
/*------------------------------------------------------------
   画像　拡大
------------------------------------------------------------*/
.img_active {
	-webkit-transform: scale(1,2);
	    -ms-transform: scale(1,2);
	        transform: scale(1,2)
}

/*------------------------------------------------------------
    ▼フォーム共通部分
------------------------------------------------------------*/
/*------------------------------------------------------------
    input
------------------------------------------------------------*/
.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input,
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select,
.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea{
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #1D1D1D;
}
.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input,
.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea{
	border-radius: 0px;
}
input[type="radio"]{
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus,
.ec-input select:focus,
.ec-halfInput select:focus,
.ec-numberInput select:focus,
.ec-zipInput select:focus,
.ec-telInput select:focus,
.ec-select select:focus,
.ec-birth select:focus,
.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus{
	border-color: #1D1D1D;
}
.ec-select{
	margin-bottom: 10px;
}
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select{
	height: 40px;
}
.ec-telInput input{
	max-width: none;
}
@media screen and (min-width: 768px) {
	.ec-input select,
	.ec-halfInput select,
	.ec-numberInput select,
	.ec-zipInput select,
	.ec-telInput select,
	.ec-select select,
	.ec-birth select{
		height: 40px;
	}
	.ec-select{
		margin-bottom: 16px;
	}
	.ec-telInput input{
		max-width: 10em;
	}
}
/*------------------------------------------------------------
    label
------------------------------------------------------------*/
.ec-label{
	font-weight: normal;
}
/*------------------------------------------------------------
    郵便番号検索
------------------------------------------------------------*/
.ec-zipInputHelp .ec-zipInputHelp__icon{
	display: inline-block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    background: #476491;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
	top: 8px;
	right: 10px;
}
.ec-zipInputHelp span{
	color: #476491;
	text-decoration: underline;
}
/*------------------------------------------------------------
    エラーメッセージ
------------------------------------------------------------*/
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage,
.ec-checkbox .ec-errorMessage{
	font-weight: normal;
}
/*------------------------------------------------------------
    ▲フォーム共通部分END
------------------------------------------------------------*/


/*20200401 キャッシュレスバナー*/
.cashless {
	padding-top: 20px;
  }
  
.ec-price_price {
	color:#000 !important;
} 

.contents_maintitle {
	background-color:black  !important;
	color:white  !important;
	margin:20px  !important;
	padding:20px  !important;
	font-size:24px  !important;
}
.link01 {
    background-color: black !important;
    max-width:400px !important;
}


h4 {
	text-align:center;
	font-weight: bold;
	font-size:24px;
}
.flt {
	float:left;width:50%;
	padding:5px;
	
}
.flt2 {
	float:left;width:40%;
	padding:5px;
	
}
.flt3 {
	float:left;width:60%;
	padding:5px;
	
}
.flex_content_box_ttl {
    font-size: 14px;
    margin-bottom: 0px;
}
.flex_content_box_ttl {
    font-size: 2rem;
    margin-bottom: 0px;
}
.menu_list .menu .strong {
    font-size: 20px;
    border:none;
}
.menu_list .menu {
    text-align: right;
     width: 100%;
    border-bottom: 1px dotted #999999;
    /* font-size: 18px !important; */
    padding-right: 0%;
    margin-top: 0px;
}
.YoutubeWrapper {
    position: relative;
    max-width: 640px;
    /* height: 0; */
    height:320px;
    padding: 10px;
}


.menu_list .menu { 
    width:100%;
}
.link01 {
    width:70%;
}
.menu_list > p {
    font-size:16px;
}
.link01 a { font-size:14px !important; }
.menu_list .course_dl .course_dd02 {
    font-size:18px !important; 
    border:none  !important; 
    width:300px   !important; 
}
.course_dt02 {
    font-size:18px !important; 
    border:none  !important; 
    width:150px   !important; 
}
.caption { font-size:14px !important; }
.course  { font-size:14px !important; }

@media screen and (min-width: 776px) and (max-width: 1199px) {
.menu_list .menu {
    text-align: center;
    border:none;
}
}
@media only screen and (min-width: 1200px) {
.menu_list .menu {
    padding-right: 30%;
    border:none;
}
.flt2 {
	float:left;width:50%;
	padding:5px;
	
}
.flt3 {
	float:left;width:50%;
	padding:5px;
	
}
}





@media only screen and (max-width: 775px) {
.menu_list .menu {
    text-align: center;
    border:none;
}
.flt {
	width:100%;
	float:none;
}
.YoutubeWrapper {
    position: relative;
    max-width: 480px;
    /* height: 0; */
    height:320px;
    padding: 10px;
}
h4 {
	text-align:center;
	font-weight: bold;
	font-size:16px;
}
.flt2 {
	float:left;width:50%;
	padding:5px;
	
}
.flt3 {
	float:left;width:50%;
	padding:5px;
	
}
}



@media screen and (min-width: 776px) and (max-width: 1199px){
.flt {
	width:100%;
	float:none;
}
.YoutubeWrapper {
    position: relative;
    max-width: 640px;
    /* height: 0; */
    height:480px;
    padding: 10px;
}
h4 {
	text-align:center;
	font-weight: bold;
	font-size:16px;
}
.flt2 {
	float:left;width:50%;
	padding:5px;
	
}
.flt3 {
	float:left;width:50%;
	padding:5px;
	
}
}

@media only screen and (max-width: 400px) {
.menu_list .menu {
    text-align: center;
    border:none;
}
.flt {
	width:100%;
	float:none;
}
.YoutubeWrapper {
    position: relative;
    max-width: 320px;
    /* height: 0; */
    height:280px;
    padding: 10px;
}
h4 {
	text-align:center;
	font-weight: bold;
	font-size:16px;
}
.flt2 {
	float:left;width:50%;
	padding:5px;
	
}
.flt3 {
	float:left;width:50%;
	padding:5px;
	
}
}
