/* ------------------------------------- /
/   タグ基本設定
/* ------------------------------------- */
html, body, div {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; /*基本テキストフォント設定*/
	font-size: 100%;/*基本テキストサイズ*/
	line-height: 1.8;
}

html, body {
	color: #434447; /*基本テキスト色設定*/
	background:url("../../img/main_background.png");/*基本背景*/
}

input, button, select, textarea{

}


.collapsing{
	-webkit-transition-duration:.7s;
	-o-transition-duration:.7s;
	transition-duration:.7s;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height:100%;
}




a {
	color: #002D60;
	text-decoration: none;
}

h5 {
	font-size : 18px;
}

/* ------------------------------------- /
/   共通使用項目
/* ------------------------------------- */
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.reserve .col-xs-12{
	padding-right:0px;
	padding-left:0px;
}
.etc{
	padding-right: 16px;
	padding-left: 16px;
}

.etc .col-xs-12{
	padding-right: 0px;
	padding-left: 0px;
}
.row {
	padding: 0px 0px;
	margin: 0;
}

/* センタリング用class */
.style_center{
	text-align: center;
}

.style-right{
	text-align: right;
}

.style-left{
	text-align: left;
}

.btn-xs-block{
	width:100%;
	display:block;
}

.padding0 {
	padding: 0; /*余白の設定*/
}

.paddingleft0 {
	padding-left: 0; /*余白の設定(左)*/
}

.paddingright0 {
	padding-right: 0; /*余白の設定(右)*/
}

.padding-0 {
	padding: 0 0;
}

.padding-side-0{
	 padding-left: 0;
	 padding-right: 0;
 }

.clear:after {
	clear: both; /*float解除設定*/
}

.nodisp{
	display: none;
}
i.fa-warning {
	color: #FFAD00; /*アイコン(warning)の色設定*/
}

.floatleft {
	float: left;
}

.font-ja{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
					 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
					 "MS PGothic", Helvetica, Arial, sans-serif;
}

.font-en{
	font-family : serif !important;
}

.telphone{
	color: #EBBB56;
	text-decoration: underline;
}


.company-logo{
	margin: auto;
/* 	width:100%; */
}


/* 番号付けのリストスタイル */
.list-decimal{
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.list-disc{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 24px;
}

.list-disc > li >ul{
	display: block;
	list-style-type: circle;
	-webkit-margin-before: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 8px;
}

.list-decimal li {
	padding: 8px 0px;
}

.btn-detail{
	position: relative;
	display: block;
	padding: 0 0px;
	background: none;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'helvetica';
	font-size: 18px;
	 color: #fff;
	 letter-spacing: .3em;
	 line-height: 50px;
	 -webkit-text-shadow: 0 0 35px rgba(0,0,0,.5);
	 -moz-text-shadow: 0 0 35px rgba(0,0,0,.5);
	 text-shadow: 0 0 35px rgba(0,0,0,.5);
	 -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
	 -moz-box-shadow: 0 0 35px rgba(0,0,0,.5);
	 box-shadow: 0 0 35px rgba(0,0,0,.5);
	 background: black;
}

.pcdevice {
	display: none;
}
.smart {
	display: block;
}
/*各航路用 add ryu*/
.pcdevice-inline {
	display: none;
}

.pc-initial{
	display:none;
}
/* ------------------------------------- /
/   Header
/* ------------------------------------- */
#header .opacity ul {
padding: 8px;
background: #E06A3B;
margin-right: 16px;
color:#fff;
}

#header .opacity ul  a , #header .opacity ul a:hover,#header .opacity ul a:focus{
	background-color: transparent;
	color:#fff;
}

/*--------------------------------- */
/*  nav ナビゲーションバーの設定
/*--------------------------------- */
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav {
	width: auto;
	margin: auto;
	font-size: 100%;
}

.navbar-inverse {
	border-color: #fff;
	background: url("../../img/main_background.png");
}

.navbar-brand {
	padding: 0px;
}

.navbar img{
     height:64px;
     width:auto;
 }

.navbar .navbar-toggle{
	background: url("../../img/main_color.png");
	color:#fff;
}

.navbar-inverse .navbar-toggle {
	border-color: #BCE;
}

.navbar-nav > li {
	text-align: left;
	float: none;
	width: auto;
	padding: 8px 0px;
}

.navbar-nav>li.last {
	border-right: 0;
}

.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px 8px;
}

.navbar-inverse .navbar-nav>li a{
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li.live a , .navbar-inverse .navbar-nav>li a:hover,.navbar-inverse .navbar-nav>li a:focus{
	border-bottom: 2px solid #ff5115;
}

.navbar-inverse .navbar-nav>li>a , .navbar-inverse .navbar-nav>li>a:hover , .navbar-inverse .navbar-nav>li>a:focus{
	color: #5C5C5C;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	background-color: transparent;
	color: #5C5C5C;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
	background-color: #aaa;
}


/*--------------------------------- */
/*  各ページ見出し設定
/*--------------------------------- */
/* H1スタイル */
.b_headline{
	font-size:1.6em;
	padding: 32px 0em 32px;
	margin:0;
}

/* H3スタイル */
.c_headline{
	font-size:1.4em;
	padding: 16px 0px;
	margin:0;

}
.etc .c_headline:before{
	content: "\f13d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:10px;
	color:#0082c8;

}

/* H5スタイル */
.s_headline{
	font-size:1.2em;
	padding: 16px 0px;
	margin:0px;
}


.head_content h1.b_headline{
	color: rgb(111, 111, 111);
	text-align: center;
}

.head_content .summary{
	padding: 16px;
	text-align:center;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom: 3px solid #A2C5BF;
	border-top: 3px solid #A2C5BF;
}

.main-padding{
	padding-top:16px;
}

.panel-title > a{
	display: block;
}

.left_bd{
   	height: 100%;
    background: url(../../img/border.png);
    width: 5px;
    position: fixed;
    z-index: 100000000000000;
    background-repeat: repeat-y;
    background-position: left top;
    left: 0px;
    top: 0px;
}
.right_bd{
    height: 100%;
    background: url(../../img/border.png);
    width: 5px;
    position: fixed;
    z-index: 100000000000000;
    background-repeat: repeat-y;
    background-position: left top;
    top: 0px;
    right:0px;
}

.breadcrumb{
	margin: 0;
}

/* ------------------------------------- /
/   予約フォーム設定
/* ------------------------------------- */
.form-control[readonly]{
	background:#FFF;
}

.form-inline .input-group .form-control{
	height:56px;
	font-size: 18px;
	border-radius:0;
}

.form-inline .input-group {
	width: 100%;
	margin-bottom: 8px;
}

.input-group-addon {
	padding: 8px 8px;
	background:#FFF;
}

.radio-style label {
	padding: 8px 8px;
	margin-bottom: 0px;
}

input[type="radio"]:checked {
	background: #DA5521;
	opacity: 0.9;
}

input[type="radio"] {
	background: #FDFDFD;
	border: 2px solid #666;
	border-radius: 15px;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
}



.information_input .dl-horizontal dd{
	padding: 8px 8px 8px;
	font-size: 0.8em;
	background: #FFF;
}

/*  */
.information_input .dl-horizontal span.nonfirst{
	margin-top: 16px;
}

.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}


/* お客様情報入力デザイン */
.information_input .dl-horizontal dt{
	padding: 16px 8px;
	background: rgb(248, 227, 189);
	width: 100%;
	text-align: left;
	font-size: 13px;
}


/* 入力情報 */
.information_input .dl-horizontal.form-inline{
	margin-bottom: 0px;
	background: rgb(248, 227, 189);
}


/*カレンダー設定*/
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}

/***** 予約ボタンデザイン START *****/
.reserve .customer_reserve{
	padding-top: 24px;
}

.customer_reserve ul li {
	margin: 8px 0px;
}

.btn-reserve{
	border-radius: 0;
	height: 80px;
	background: rgba(58, 116, 214, 0.94);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	color: #fff;
	font-size:15px;
	margin-bottom: 16px;
}
.btn-cancel{
	border-radius: 0;
	height: 60px;
	color: white;
	font-size: 18px;
	margin-bottom: 16px;
}
.btn-color0{
	background: #f37747;
}
.btn-color1{
	background: #D9534F;
}
.btn-color2{
	background: #5CB85C;
	border-color: #4cae4c;
}

.btn-reserve:hover{
	color: #fff;
	background: #213d6d;
}
.btn-cancel:hover{
	color: #fff;
	background: #213d6d;
}
.btn-color0:hover{
	background: #d84719;
}
.btn-color1:hover{
	background: #C9302C;
}
.btn-color2:hover{
	background: #449d44;
	border-color: #398439;
}
/* ------------------------------------- /
/   各セクション設定
/* ------------------------------------- */
.section_title{
	font-size:24px;
	margin: 16px 0em 16px;
	width:100%;
	display:block;
	text-align:center;
	position:relative;
	line-height:1.2;
	white-space:nowrap;
	padding-top:8px;
	color:#555;
}

.section_title > span{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}

.section_title .subtitle{
	display:block;
	text-align:center;
	vertical-align:middle;
	line-height:1.4;
	font-size:14px;
	margin-top:0px;
	font-weight: initial;
}

.section_title > .font-en{
	font-size:30px;
	font-weight: bold;
}
/*-----------------------------------------*/
/* formエラー
/*-----------------------------------------*/
.formError {
	clear: both;
}

.formError .formErrorContent{
	background: #535353;

}

.formError .formErrorArrow div{
	background: #535353;
}
/*-----------------------------------------*/
/* お知らせ用スタイル
/*-----------------------------------------*/
.newslist{
	margin-bottom: 0px;
}

/* パネルのpadding調整 */
.mob-padding0 .panel-body{
	padding: 0px;
}

/* ------------------------------------- /
/   カードメニュ(トップセクション)あとでtop.cssにうつす
/* ------------------------------------- */

.c-grids.inline > * {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
}

a.c-card {
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.c-card {
    color: #2E3233;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 32px;
    margin-bottom: 13%;
    background: url("../../img/main_background.png");
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: 1px 1px 0 rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    border:1px solid #CCC;
}

a.c-card:before, a.c-card.badge > i:before {
    content: "";
    width: 64px;
    height: 56px;
    background-color: #325E35;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: skew(-48deg) translateX(90px);
    -ms-transform: skew(-48deg) translateX(90px);
    transform: skew(-48deg) translateX(90px);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
}

.c-card > *:first-child, .c-card > div > *:first-child {
    margin-top: 0;
}

a.c-card figure {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.top-updates-item > figure {
    margin-bottom: 0;
}

.c-card figure {
	padding: 24px 24px 0px;
/*     margin: 10px 0 30px; */
}


.c-card > *, .c-card > div > * {
    font-size: 0.8125em;
    line-height: 1.7;
/*     margin: 10px 8% 0; */
}

a.c-card figure > img {
    opacity: 1;
    -webkit-transform-origin: 50% 70%;
    -ms-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
}
.top-updates-item > .thum {
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    margin: -24px 0 0 -32px;
}

.top-updates-item > .title {
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 72px;
}

.c-card .title {
    font-size: 1.0625em;
    line-height: 1.6;
}

.c-card .subtitle {
    color: #78B97F;
}

a.c-card:after, a.c-card.badge > i:after {
    content: "";
    width: 8px;
    height: 16px;
    background: url(../images/c-sprite01.png) no-repeat -150px -50px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
#footer {
	margin-top: 120px;
    /*background-image: url(../images/bg_body_side.png);*/
    background-repeat: repeat-x;
    background-position: left bottom;
   	text-align: center;
   	top: 0px;
}

.homefoot #footer{
	margin-top: 0px;
}

#footer .pagetop{
	display: block;
	margin: 0;
	padding: 10px;
	position: fixed;
	bottom: 0;
	opacity: 0.8;
    background: #CA9F31;
    z-index: 9999;
    right: 3%;
}

#footer a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#footer .pagetop a{
    text-decoration: none;
    display: block;
    text-align:center;
}

#footer .foot_area1 {
    background: #EDEBDB;
	padding-bottom: 8px;
}

#footer .foot_area1 .footer_area1_wrap {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 24px;
    box-sizing: border-box;
}

#footer .foot_area1 .foot_area1_inn {
    text-align: left;
    display: table;
    width: 100%;
}

#footer .foot_area1 .foot_area1_inn .cell {
    vertical-align: top;
    display: table-cell;
    width: 25%;
    padding-right: 16px;
    box-sizing: border-box;
}

#footer .foot_area1 .foot_area1_inn .cell li {
    margin-top: 16px;
    margin-left: 16px;
    position: relative;
}

#footer .foot_area1 .foot_area1_inn .cell li.sns {
    display: inline-block;
}

#footer .foot_area1 .foot_area1_inn .cell > li:first-child {
    padding-left: 0px;
    /* margin-bottom: 25px; */
    margin-top: 0px;
}

#footer .foot_area1 .foot_area1_inn .cell .tapdown li a {
    font-size: 12px;
    text-decoration: none;
}

#footer .foot_area2 {
    border-top: 8px solid #01b4e2;
    background: #13436D;
   	padding: 16px 0px;
}

#footer .foot_area2 ul.list-inline {
	margin: 0px 0px;
}

#footer .foot_area2 ul.list-inline li {
	padding: 8px;
	background: #476A96;
	margin: 16px 0px;
	display: block;
	border: 1px solid rgba(21, 48, 88, 0.75);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}

#footer .foot_area2 ul.list-inline li a {
	color: #FDFDFD;
	text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
	font-size: 12px;
    display: inline-block;

}

#footer .foot_area2 ul li:after, #footer .foot_area2 ul li:first-child:before {
    content: "";
}

.foot_area2 .list-inline li a::after {
	width: 8px;
	height: 16px;
	display: inline-block;
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	font: normal normal normal 14px/1 FontAwesome;
}

#footer .copy {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 12px;
	color: white;
}

#footer .foot_area2 .txt_copy {
    padding-top: 16px;
}

/*--------------------------------- */
/* グーグルマップ設定
/*--------------------------------- */
.maps .dl-horizontal{
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.area{
	background: #F7D5A8;
	padding: 8px;
	margin-bottom: 16px;
}

.maps .dl-horizontal dt, .maps .dl-horizontal dd{
	line-height: 1.8;
}

.ggmap {
/* 	border: 3px solid #CCC; */
	position: relative;
	padding: 0px  0px 56.25% 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ggmap img {
	width: 100%;
}
/*--------------------------------- */
/* タブレット設定
/*--------------------------------- */
@media only screen and (min-width: 768px){
	.container-fluid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.reserve .col-xs-12{
		padding-right:24px;
		padding-left:24px;
	}

	/* etcにうつす*/
	.etc .col-xs-12{
		padding-right: 16px;
		padding-left: 16px;
	}

	.etc .col-sm-12{
		padding-right: 0px;
		padding-left: 0px;
	}


	.reserve .customer_figure .col-xs-12{
		padding-right: 8px;
		padding-left: 8px;
	}

	.reserve .padding-side-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.etc {
		padding-right: 24px;
		padding-left: 24px;
	}

	.btn-xs-block{
		width:auto;
		display:inline-block;
	}

	.btn-detail{
		display: inline-block;
		padding: 0 45px;
	}

	.navbar-nav {
		float: none;
		width: 95%;
		margin: 8px auto;
		padding: 0;
		font-size: 16px;
	}

	.navbar img { /*ヘッダーロゴ画像*/
		height: 72px; /*高さの設定*/
		width: auto; /*幅の設定*/
	}

	.navbar-nav>li {
		text-align: center;
		float: left;
		width: 20%;
		padding: 8px 0px;
	}

	/***** 見出し START *****/

	.b_headline{
	font-size:2em;
	}

	/* H3スタイル */
	.c_headline{
		font-size:1.5em;
		margin-top: 8px;
		margin-bottom: 8px
	}

	/* H5スタイル */
	.s_headline{
		font-size:1.2em;
		padding: 48px 0px;
	}

	.s1_headline{
		font-size: 1.2em;
		padding: 16px 0px;
		margin: 8px 0px 24px;
		border-bottom: 2px solid #e8846b;
		padding-left: 10px;
	}
	/***** 見出し END *****/
	.radio-style label {
		font-size: 16px;
/* 		display: inline-block; */
	}

	.section_title {
		margin-bottom:1.5em;
	}

	.form-inline .input-group .form-control{
		height: 34px;
		font-size: 14px;
	}
	.customer_reserve .btn{
		font-size:18px;
	}

	.reserve-list-style {
		display: inline-block;
	}

	/* お客様情報入力デザイン */
	.information_input .dl-horizontal dt{
		width: 224px;
	}

	.information_input .dl-horizontal dd{
		margin-left: 224px;
	}

	/* パネルのpadding調整 */
	.mob-padding0 .panel-body{
		padding: 16px;
	}



	/* 地図用 etc START*/
	.maps .dl-horizontal{
		float : left;
	}

	.maps .dl-horizontal dt {
		width: 120px;
	}

	.maps .dl-horizontal dd {
		margin-left: 140px;
	}

	.ggmap {
		height: 0;
		overflow: hidden;
		position: relative;
		padding-bottom: 450px;
		padding-top: 0px;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 450px;
	}

	#footer .foot_area1 {
/*     background: #EDEBDB; */
    padding-top: 80px;
    padding-bottom: 40px;
}
	/* 地図用 etc*/

	.pcdevice {
		display: block ;/*PC*/
	}

	.smart {
		display: none;/*スマホ*/
	}

	.pc-initial{
		display:initial;
	}


	li.smart {
		display: none;/*スマホ*/
	}

	.pcdevice-inline {
		display:inline;
	}

}

@media only screen and (min-width: 992px){
	.nav-pills > li + li {
		margin-left: 0px;
	}

	.etc .col-sm-12{
		padding-right: 16px;
		padding-left: 16px;
	}

	.etc .col-md-12{
		padding-right: 0px;
		padding-left: 0px;
	}

		#footer .foot_area2 {
		background: transparent;
	    padding-top: 32px;
	    padding-bottom: 24px;
	}

	#footer .foot_area2 ul.list-inline li {
		padding: 8px 0px;
		background: none;
		margin: 8px 0px 0px;
		display: inline-block;
		border: 0px;
		box-shadow: none;
		position: initial;
	}

	#footer .foot_area2 ul.list-inline li a {
		color: #002D60;
	}

	#footer .foot_area2 ul.list-inline li:after, #footer .foot_area2 ul.list-inline li:first-child:before {
	    content: "|";
	}

	.foot_area2 .list-inline li a::after {
		display: none;
	}

	#footer .copy {
		color: #002D60;
	}

	#footer .foot_area2 .copy {
	    margin-top: 24px;
	}

	.swiper-slide.smart {
		display: none;/*スマホ*/
	}

}

/*印刷時リンクがでないようにする設定*/
@media print {
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
}
