@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:middle;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var,span{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom;}

/* original reset */
html{
overflow-x: hidden;
}
li{
	list-style:none;
}

a {
	text-decoration:none;
	color: #1d1d1d;
	 word-break: break-all;
}
a:link {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;	
	color: #1d1d1d;
}
a:active {
	text-decoration:none;	
}
a[href^="tel:"] { cursor: default; }
/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
	overflow-x: hidden;
}
main p{
	line-height:2;
}
h3:after {
    content: none!important;
}
h3 {
    text-align: left;
}
/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }


/* items */
#gallery-2 img,#gallery-1 img {
    border: 2px solid #FFFFFF!important;
}
img{
	max-width:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	    height: auto;
}
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
iframe{
	max-width:100%;
	line-height: 1;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
/* body style */
body {
	font-family:  "Helvetica Neue",Helvetica,'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
	font-style: normal;
	color: #282828;
	background:#FFFFFF;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6em;
	font-weight: 400;
	padding-top: 80px;
	overflow-x: visible;
}
@media screen and (max-width: 1000px){
body {
	font-size: 1.4em;
	padding-top: 70px;
}
}
/* common */
/*-------------------------------------*/
/*	その他	*/
/*-------------------------------------*/
hr{
	margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 3px solid #F6F6F6;
}
.youtube {    position: relative;    width: 100%;    padding-top: 56.25%;    margin: 0 auto 20px auto;}
.youtube iframe {  position: absolute;  top: 0;  right: 0;  width: 100% !important;  height: 100% !important;}
.content{
	max-width: 1000px;
	margin: 0 auto;
}
.w800{
	max-width: 800px;
	margin: 0 auto;
}
.section{
	padding-top:80px!important ;
	padding-bottom:80px!important ;
}
.section_t{
	padding-top:80px!important ;
}
.section_b{
	padding-bottom:80px!important ;
}
.base_list > li{
	margin-bottom: 40px;
}
.base_list > li:last-child{
	margin-bottom: 0;
}
@media print,screen and (min-width: 769px){
	.sp_view{
		display:none!important;
	}
}
@media screen and (max-width:768px) {	
	.pc_view{
		display:none!important;
	}
.section{
	padding-top:40px!important ;
	padding-bottom:40px!important ;
}
.section_t{
	padding-top:40px!important ;
}
.section_b{
	padding-bottom:40px!important ;
}	
}
/*--------------------------------
	パンくず
*/
.pankuzu{
	padding:10px 0;
}
.pankuzu .breadcrumb{
	font-size:1.2rem;
	background: none;
	margin-bottom: 0;
	padding: 8px 0;
}
.pankuzu .breadcrumb span{
	display:inline-block;
	padding:0 0.5em 0;
	color:#655d5b;
}
.pankuzu .breadcrumb span:nth-of-type(1){
	padding:0 0.5em 0 0;
}

.pankuzu .breadcrumb span a{
	color:#655d5b;
}
.pankuzu .breadcrumb span a:hover{
	color: #004098;
	text-decoration: none;
}
@media screen and (max-width:768px) {
.pankuzu .breadcrumb{
	font-size:69%;
}
}

/*-------------------------------------*/
/*	共通パーツ	*/
/*-------------------------------------*/

ul.sns_list{
	text-align: center;
}
ul.sns_list li{
	display: inline-block;
	margin-right: 10px;
}
ul.sns_list li:last-child{
	margin-right: 0;
}
ul.sns_list li a{
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #312f85;
	line-height: 45px;
	border-radius: 10px;
	background: #fff;
	color: #312f85;
	font-size: 2.0rem;
}
ul.sns_list li a i{
	vertical-align: middle;
}
ul.sns_list li a:hover{
	background: #312f85;
	color: #fff;
}
@media screen and (max-width:768px) {
a.tel{
	font-size: 2.8rem;
}	
}
/*-------------------------------------*/
/*	ボタン関連	*/
/*-------------------------------------*/
a.bt_base,a.bt_base02{
	background:#fff;
	color: #000;
	border: 2px solid #000;
	padding: 1em 2em;
	width: 100%;
	max-width: 250px;
	line-height: 1;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
a.bt_base::after,a.bt_base02::after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10px 10px;
border-color: transparent transparent #000000 transparent;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
a.bt_base:hover{
	background:#000;
	color: #fff;
}
a.bt_base02:hover{
	background:#000;
	color: #fff;
		border: 2px solid #fff;
}
a.bt_base:hover::after,a.bt_base02:hover::after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 10px 10px;
border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
/*--------------*/
/*	ページトップへ*/
#pagetop{
	position:fixed;
	bottom:0;
	right:0;
	z-index:1;
}
@media screen and (max-width:768px) {

	}

/*-------------------------------------*/
/*	ヘッダー関連	*/
/*-------------------------------------*/
header{
	position: relative;
	z-index: 100;
}
header h1{
	text-indent: -9999px;
	display:none;
}
#pc_header{
z-index: 100;
    width: 100%;
	height: 80px;
	background-color:#fff;
	left: 0;
	top: 0;
	position: fixed;

}
#pc_header .logo{
    width: 11%;
    width: 200px;
    /* max-width: 120px; */
    position: absolute;
    left: 20px;
    top: 15px;
}

#pc_header .logo img{

}
nav#gbl{
	width: 70%;
	margin: 0 auto;
	max-width: 1000px;
}
#gbl > ul {
  display: table;
  height: 60px;
  width: 100%;
	margin-top: 10px;
}
#gbl > ul > li {
  display: table-cell;
  vertical-align: middle;
	text-align: center;
}
#gbl > ul > li:hover > a {
	background-color:#434343;
	color: #fff;
}
nav#gbl > ul > li > a {
  display: block;
  padding: 0 1em 0 1em;
  transition: all .2s ease-in;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 1.4rem;
  color: #000;
	background: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
	/*border-right: 1px solid #eee;*/
}
nav#gbl > ul > li.link_none {
  display: block;
  padding: 0 1.2em 0 1.2em;
  transition: all .2s ease-in;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 1.4rem;
  background: #EEEEEE;
	color:#8A8A8A;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
/*メガメニュー*/
nav#gbl > ul .menu {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 100%;
	max-width: 1000px;
	 transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.menu .menu_inner_box {
  display: none;
 width: 89%;
	max-width: 1000px;
  background-color:#434343;
  padding: 30px;
	margin: 0 0 0 auto;
}
ul.menu_inner {
	width: 80%;
	margin: 0 auto;
}
ul.menu_inner > li {
  font-weight: 300;
	width: 100%;
}
.menu_inner_list li a {
  color: #FFFFFF;
}
.menu_inner_list li a:hover {
  opacity: 0.7;
}
.menu_inner_list li:first-child {
  border-top: 1px dotted #FFFFFF;
}
.menu_inner_list li {
  border-bottom: 1px dotted #FFFFFF;
}
.menu_inner_list li a {
  padding: 1em;
  display: block;
  position: relative;
	text-align: left;
	 font-size: 1.4rem;
}
.menu_inner_list li a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.menu_inner_list li:hover a::before {
  right: 0;
}


#header-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    white-space: nowrap;
    padding: 0 15px;
}


#bt_shop{
	width: 150px;

	text-align: center;
}
#bt_shop a {
  display: inline-block;
  padding: 0 1.2em 0 1.2em;
  transition: all .2s ease-in;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color:  #434343;
	background: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  	min-width: 80px;


}
#bt_shop a:hover {
	background-color: #434343;
	color: #fff;
}


#bt_logo{
	width: 100%;
  height: 60px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bt_logo img{
	max-width: 110px;
}
#bt_logo a {
  display: inline-block;

}
#bt_logo a:hover {

}

#bt_logo a img{
	display: block;
	width: 100%;
	height: auto;
}

.single_menu a img{
	max-width:100px;
}




.logo .g-logo a{
	display: block;
}

.logo .g-logo img{
	width: 110px;
}
@media screen and (max-width:1300px) {	
	
nav#gbl > ul > li > a,#bt_shop a  {
  font-size: 1.2rem;
	 padding: 0;
}
nav#gbl > ul > li.link_none {
  display: block;
   padding: 0;
  font-size: 1.2rem;
}
#bt_logo img{
	max-width: 90px;
}

nav#gbl{
	width: 60%;
}
}
@media print{
	#sp_header{
	display: none;
}
}

@media screen and (min-width:1001px) {
	#sp_header{
	display: none;
}
}
@media screen and (max-width:1000px) {		
#pc_header {
	display: none;
}
#pc_header.clone-nav{
	display: none;
}
#sp_header{
	display: block;
	position: fixed;
    background: #fff;
    width: 100%;
    height: 70px;
	top: 0;
	left: 0;
}	
/*ナビ*/
ul#sp_nav{
	display: table;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
	height: 50px;
	}
ul#sp_nav li{
	display: table-cell;
	text-align: center;
	border-left: 1px solid #AAA;
	}
ul#sp_nav li a{
display: block;
	background: #000;
	height: 50px;
	color: #FFF;
	line-height: 50px;
	}	
/*ハンバーガーメニュー*/
.logo {
	height: 70px;
	width: 100%;
	z-index: 10;
	display: flex;
}	
.logo img {
	 height: 45px;
    margin-top: 15px;
    margin-left: 15px;
    width: 160px;
}	



.menu{
	position: absolute;
   right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
	cursor: pointer;
	display: block;
	 transition: .5s;
}
.menu__line{
    background: #000000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 50%;
	left: 50%;
    margin-left: -25%;
}
.menu__line--top{
    top: 25px;
}
.menu__line--center{
    top: 35px;
}
.menu__line--bottom{
    top: 45px;
}
.menu__line--top.open{
    top: 35px;
    transform: rotate(45deg);
	background: #FFFFFF;
}
.menu__line--center.open{
    transform:scaleX(0);
}
.menu__line--bottom.open{
     top: 35px;
    transform: rotate(135deg);
	background: #FFFFFF;
	}
/*gnav*/
.gnav{
    background-color:rgba(0,0,0,0.90);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
	top: 0;
}
.gnav__wrap{
    align-items:center;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
	overflow-y: scroll;	
}
.gnav__inner{
   max-width: 70%;
	margin: 70px auto;
}
a.sp_nav_logo{
	width: 100px;
	margin: 0 auto;
	display: block;
	}	
.gnav__inner ul.main_menu{
	margin-bottom: 30px;
	width: 100%;
	border-top: 1px solid #AAA;
}
.gnav__inner ul.main_menu > li{
	border-bottom: 1px solid #AAA;
	font-size: 113%;
	font-weight: 500;
}
.gnav__inner ul.main_menu > li > a{
	display: block;
	padding: 1em 1em 1em 0;
	position: relative;
	color: #fff;
}
/*アコーディオン*/
.gnav__inner .menu__item {
  cursor: pointer;
  display: block;
	font-size: 100%;
	 position: relative;
}
.gnav__inner .menu__item__link {
   content:"\f061";
	background-image: url("../images/ico_plus.png");
	background-position: center center;
	background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
	height: 30px;
	 top: 1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.gnav__inner .menu__item__link.on{
background-image: url("../images/ico_minus.png");	
}
.submenu {
  display: none;
}
.submenu li:first-child a {
padding-top: 1em;
}
.submenu li a {
	padding-left: 1em;
	padding-bottom: 1.5em;
	display: block;
	color: #fff;
}
.gnav__inner a:hover{
	opacity: 0.7;
}
ul.main_menu li.single_menu a::after{
   content: "\f105";
    position:absolute;
    top:50%;
    right:8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
    font-family: FontAwesome;
	color: #fff;
}	
}
@media screen and (max-width:768px) {
a.bt_menu01{
	width: 300px;
}
	}
@media screen and (max-width:550px) {
.gnav__inner{
   max-width: 80%;
}
	}
/*-------------------------------------*/
/*	フッター関連	*/
/*-------------------------------------*/
/*フッター*/
.footer{
	padding-top: 60px;
	padding-bottom: 50px;
	color: #fff;
	background: #262626;
}
ul.f_sns{
	text-align: center;
	margin-bottom: 40px;
}
ul.f_sns li{
	display: inline-block;
	font-size: 3.8rem;
}
ul.f_sns li a{
	display: block;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	opacity: 0.7;
}
.f_nav ul{

}
.f_nav ul li {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.f_nav  ul > li > a{
	font-weight: 700;
}
.f_nav ul li  a{
	display: block;
	padding: 7px 0;
}
.f_nav ul li ul li a{
	padding-left: 30px;
	position: relative;
	font-weight: 300;
}
.f_nav ul li ul li a[target="_blank"]:after {
  content:"\f08e";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
	font-family: FontAwesome;
}
.f_nav ul li ul li a::before{
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	 top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer p{
	line-height: 1.7;
}
.copy{
	font-size: 1.2rem;
	padding: 2em 15px;
	text-align: center;
}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:550px) {	
	
}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #ed1c24!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #1d1d1d; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }



