@charset "utf-8";


/* DESIGN
--------------------------------------------------*/

body,th,td,h1,h2,h3,h4,h5,h6,pre,input,textarea,div,p {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	
	line-height: normal;
	font-weight: normal;
	/* Hack for modan Brouser */
	voice-family: "\"}\"";
	voice-family: inherit;
	
	font-feature-settings: "palt"; /*文字間隔自動調整*/
	box-sizing: border-box;
	vertical-align: baseline;
}

p{
	text-align: justify;
	font-size: 100%;
	line-height: 1.8em;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

::selection{
	color: #fff;
	background: #ffac28;
	text-shadow: none;
}
::-moz-selection{
	color: #fff;
	background: #ffac28;
	text-shadow: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #c7000b;
	text-decoration: none;
}

a.anchor{
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}


.link_under{
	text-decoration: underline;
}


.color_red{color: #b81c22 !important;}
.color_green{color: #8ec31e !important;}
.color_blue{color: #00a0d1 !important;}
.color_yellow{color: #f39700 !important;}
.color_white{color: #fff !important;}
.color_black{color: #000 !important;}
.color_gray{color: #aaa !important;}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	padding: 0;
	vertical-align: bottom;
}

.icon-mini{
	font-size: 0.9em;
	padding-left: 4px;
}

.clear{
	clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

.imgfade a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.f12{font-size: 12px !important;}
.f14{font-size: 14px !important;}
.f16{font-size: 16px !important;}
.f18{font-size: 18px !important;}
.f20{font-size: 20px !important;}
.f28{font-size: 28px !important;}

.m0{margin: 0 !important;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt-20{margin-top: -20px !important;}
.mt-40{margin-top: -40px !important;}
.mt-80{margin-top: -80px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}

.mtb10{margin-top: 10px !important; margin-bottom: 10px !important;}
.mtb20{margin-top: 20px !important; margin-bottom: 20px !important;}
.mtb40{margin-top: 40px !important; margin-bottom: 40px !important;}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}

.pt0{padding-top: 0 !important;}
.pt20{padding-top: 20px !important;}
.pt40{padding-top: 40px !important;}
.pb0{padding-bottom: 0 !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb40{padding-bottom: 40px !important;}

.ptb0{padding-top: 0 !important; padding-bottom: 0 !important;}
.ptb10{padding-top: 10px !important; padding-bottom: 10px !important;}
.ptb20{padding-top: 20px !important; padding-bottom: 20px !important;}
.ptb40{padding-top: 40px !important; padding-bottom: 40px !important;}

.bold{
	font-weight: bold;
	font-size: 100%;
}

.l_s_1{letter-spacing: 0.1em !important;}
.l_s_2{letter-spacing: 0.2em !important;}

.block{
	display: block;
}


.cl:after {
  content: "";
  clear: both;
  display: block;
}

.imgfade a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

button{ background-color:transparent; border:none; padding:0; cursor: pointer; }


/* Fonts
--------------------------------------------------*/

.gennokaku{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.06em;
}

.europa{
	font-family: europa, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.futura{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
}

.renner{
	/*font-family: 'Questrial', sans-serif;*/
	font-family: 'Renner*', sans-serif;
}

.oswald{
	font-family: 'Oswald', sans-serif;
}

.minion{
	font-family: minion-pro, serif;
	font-weight: 600;
	font-style: normal;
}

.gillsans{
	font-family: gill-sans-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.astoria{
	font-family: astoria, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.baskerville{
	font-family: baskerville-display-pt, serif;
	font-weight: 400;
	font-style: normal;
}

.copperplate{
	font-family: copperplate-condensed, serif;
	font-weight: 600;
	font-style: normal;
}

.itc{
	font-family: 'itc-serif-gothic-std-bold', sans-serif;
}

.times{
	font-family: TimesNewRoman,Times New Roman,Times,serif; 
	letter-spacing: 3pt;
}

.min{
	font-family: tbudmincho-std, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}


/* CONTAINER CONTENTS PARTS
--------------------------------------------------*/


/*スクロールバーの幅*/
::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーのレール*/
::-webkit-scrollbar-track {
	/*border-radius: 30px;*/
	background: #f7f7f7;
	border-left: solid 1px #eee;
}
/*スクロールバーのつまみ*/
::-webkit-scrollbar-thumb {
	/*border-radius: 30px;*/
	background: #bbb;
}



@media screen and (min-width:768px) {

.sp{
	display: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

#drawerMenu{
	display: none;
}

.none{
	display: none;
}


}


@media screen and (max-width:767px) {
	
.pc{
	display: none;
}

img{
	width: 100%;
	height: auto;
}

.telLink{
	text-decoration: underline;
}

}


@media screen and (max-width:767px) {	

.main_menu{
	display: none;
}

.header.fixed {
	display: none;
}

#drawerMenu{
	display: inherit;
}


}

