@charset "UTF-8";

body{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	/*font-family: "Noto Sans JP", sans-serif !important;*/
	/*font-optical-sizing: auto;*/
	font-style: normal;
	font-size: 100%;
	line-height:100%;
	color: #444444;
	height: 100% !important;
	background-color: #fff;
	position: relative;
}

/*
----------------------------------------------------*/
.pc { display: block!important; }
.sp { display: none!important; }

/*body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}*/

article{
	position: relative;
	z-index: 1;
}
/*.contentsContainer{
	width: 935px;
	padding-top: 25px;
	padding-bottom: 165px;
	float: left;
}
.menuContainer{
	width: 155px;
	float: right;
	position: sticky;
	top: 0;
}*/

small{
	font-size: 90%;
}

/*.required{
	color: #ff0000;
}*/

/*----------header-footer----------*/
/*header {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
}*/
header {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 100;
}
body.home.scrollTop header {
	box-shadow: none;
}

header .inner {
	margin: 0 3%;
	position: relative;
}
header .title {
	width: 85px;
	padding: 10px 0;
}
header .title img {
	width: 100%;
}
header .hdr_tel {
	/*width: auto;*/
	position: absolute;
	top: 20px;
	left: 110px;
	/*left: 155px;*/
}
header .hdr_tel p{
	font-size: 16px;
	line-height: 190%;
}
header .hdr_tel p span{
	font-size: 26px;
}

header .global_nav{
	width: 75%;
	text-align: right;
	position: absolute;
	top: 38px;
	right: 0;
}
header .global_nav ul {
	width: auto;
	text-align: left;
	padding-left: 20px;
	display: inline-block;
}
header .global_nav ul li {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin-left: -10px;
	padding: .3em 1.2em;
	display: inline-block;
	position: relative;
}
header .global_nav ul li:before {
	content: "";
	position: absolute;
	border-left: solid 1px #444444;
	width: 1px;
	height: 1em;
	top: 50%;
	left: 1%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .global_nav ul li a:link,
header .global_nav ul li a:visited{
	text-decoration: none;
}
header .global_nav ul li a:hover{
	color: #a52f2e;
	text-decoration: underline;
}

header .global_nav ul li.has_under a {
	padding-right: 15px;
	position: relative;
}
header .global_nav ul li.has_under a:after {
	width: 6px;
	height: 6px;
	content: "";
	display: block;
	position: absolute;
	top: 35%;
	right: 0;	
	border-top: 2px solid #a52f2e;
	border-right: 2px solid #a52f2e;
	transform: translate(0, -50%) rotate(135deg);
	transition: .2s;
}
header .global_nav ul li.has_under a.active:after {
	transform: translate(0, 0) rotate(-45deg);
}
header .global_nav ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
header .global_nav ul li ul li:before {
	border: none;
}
header .global_nav ul li.has_under ul li a:after {
	border: none;
}
header .global_nav ul li.has_under ul {
	width: 200px;
	margin: auto;
	letter-spacing: -.40em;
	background: rgba(182, 31, 38, 0.9);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 52;
}
header .global_nav ul li.has_under ul li{
	width: 100%;
	text-align: center;
	letter-spacing: normal;
	margin-left: 0;
	padding: 0;
}
header .global_nav ul li.has_under ul li a{
	color: #fff;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
header .global_nav ul li.has_under ul li a:hover{
	color: #ffe0e0;
}

/*header .logo{
	width: 232px;
}
header .logo:hover{
	opacity: 0.5;
	transition-duration: 0.6s;
}
#index .logo:hover{
	opacity: 1.0;
}*/


footer{
	font-size: 14px;
	text-align: center;
	z-index: 1 !important;
}
footer .foot01{
	text-align: center;
	padding: 30px 0;
	background-color: #444;
}
footer .foot01 p{
	color: #fff;
}
footer .foot01 p a:link,
footer .foot01 p a:visited{
	color: #fff;
	text-decoration: none;
}
footer .foot01 p a:hover{
	color: #fff;
	text-decoration: underline;
}
footer .foot02{
	padding: 20px 0 25px;
}
footer .foot02 address{
	margin-bottom: 8px !important;
}
#page-top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
}



/*------------------menu---------------------*/
/*.menuContainer .inner{
	position: sticky;
	top: 0;
}*/
/*.sideMenu{
	font-size: 14px;
	margin-bottom: 60px;
	padding-top: 30px;
}
.sideMenu a:link,
.sideMenu a:visited{
	color: #242424;
	text-decoration: none;
}
.sideMenu a:hover{
	color: #39c2cb;
	text-decoration: none;
	transition-duration: 0.3s;
}
.sideMenu li{
	margin-bottom: 22px;
	padding-left: 15px;
}
li.menuAc{
	background-image: url(../images/common/menu_icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 11px 11px;
	cursor: pointer;
}
li.menuAc.active{
	background-image: url(../images/common/menu_icon02.png);
}
.menuAcI{
	display: none;
}
.menuAcI{
	margin: -10px 0 30px 10px;
}
.menuAcI li{
	line-height: 120%;
	list-style: disc;
	margin-bottom: 8px;
	margin-left: 18px;
	padding-left: 0;
}

.menuLink{
	position: relative;
}
.menuLink .mimg01{
	width: 22px;
	margin-right: 10px;
	margin-bottom: 13px;
	float: left;
}
.menuLink .mimg02{
	width: 88px;
}*/

.hamburger {
	display : none;
}



/*------------------contents---------------------*/
/*#c1,#c2,#c3,#c4,#c5,#c6{
	padding-top: 160px;
    margin-top: -160px;
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.4em;
}*/

#contPage{
	padding-top: 105px;
}

.pageTit{
	width: 100%;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	padding: 55px 0;
	background-image: url(../images/common/h1_bg.jpg);
	background-size: cover;
}
.pan{
	font-size: 13px;
	max-width: 1000px;
	margin: 0 auto 45px;
}

.contentsContainer{
	max-width: 1000px;
	margin: 0 auto 120px;
	position: relative;
}
.maincontents{
	width: 745px;
	float: left;
}

.sidemenu{
	width: 235px;
	float: right;
}
.sidemenu .share_button{
	margin-bottom: 20px;
}
/*.sidemenu .share_button .fb-share-button{
	margin: 0 2px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.sidemenu .share_button .fb-shifreamare-button{
	margin: 0 2px;
	padding-bottom: 5px;
	vertical-align: top;
}*/
.sidemenu h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: #fbf4f4;
}
.sideBox01{
	margin-bottom: 20px;
}
.sideBox01 li{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sideBox01 li:last-child{
	border-bottom: none;
}
.sideBox01 li a{
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	display: block;
}

/*.sideBox02 h4{
	font-size: 15px;
	text-align: center;
	margin-bottom: 8px;
}
.sideBox02 table{
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.sideBox02 th{
	padding: 5px;
	background-color: #E6E3C9;
}
.sideBox02 td{
	padding: 5px;
}
.sideBox02 p{
	font-size: 13px;
}
.sideBox02 p span{
	color: #FF9999;
}

.sideBox02 iframe{
	width: 100%;
}*/




/*------------------contents menu---------------------*/
/*.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

.pan{
	width: 100%;
	font-size: 12px;
	text-align-last: left;
	line-height: 100%;
	color: #4f4f4f;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pan .inner{
	max-width: 1100px !important;
	margin: 0 auto;
}
.pan a:link,
.pan a:visited{
	color: #4f4f4f;
	text-decoration: none;
}
.pan a:hover{
	color: #000;
	text-decoration: underline;
}*/



/*------------------btn---------------------*/
.btn01{
	width: 180px;
	font-size: 16px;
	/*font-weight: 700;*/
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em !important;
	padding: 15px 0 15px !important;
	background-color: #b61f26 !important;
	background-image: url(../images/common/btn_icon01.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 8px center !important;
	background-size: 8px auto !important;
	border: 1px solid #b61f26 !important;
	/*-moz-border-radius:100px!important;
	-webkit-border-radius:100px!important;
	border-radius:100px!important;*/
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.btn01_blank{
	width: 180px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em !important;
	padding: 15px 0 15px !important;
	background-color: #efefef !important;
	border: 1px solid #282828 !important;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.btn01 a,
.btn01_blank a{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.btn01:hover{
	/*color: #fff;*/
	background-color: #720000 !important;
	background-image: url(../images/common/btn_icon01.png) !important;
	background-position: right 5px center !important;
	border: 1px solid #720000 !important;
	/*box-shadow: 2px 2px 0px 0px rgba(209,209,209,0.9);*/
	/*opacity: 0.7;*/
	transition-duration: 0.6s;
}
.btn01_blank:hover{
	color: #fff;
	background-color: #4e5c6d !important;
	transition-duration: 0.6s;
}






/*----------------------------------------------------*/
@media only screen and (max-width: 1000px) {

/*.bodyContents{
	width: 100%;
	background: none;
}*/

/*
----------------------------------------------------*/
/*.contentsContainer{
	width: 90%;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 80px;
	float: none;
}*/

/*----------header-footer----------*/
header {
	/*width: 100%;*/
	background-color: #fff;
	/*background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: absolute;*/
	z-index: 100;
}
header {
	position: fixed;
	top: 0;
	left: 0;
}
/*body.home.scrollTop header {
	box-shadow: none;
}*/

header .inner {
	/*margin: 0 3%;*/
	position: relative;
}
header .title {
	width: 80px;
	padding: 8px 0;
}
/*header .title img {
	width: 100%;
}*/
header .hdr_tel {
	/*position: absolute;*/
	top: 13px;
	left: 100px;
}
/*header .hdr_tel p{
	font-size: 16px;
	line-height: 190%;
}
header .hdr_tel p span{
	font-size: 26px;
}*/


/*footer{
	font-size: 14px;
	text-align: center;
	z-index: 1 !important;
}*/
footer .foot01{
	/*text-align: center;*/
	padding: 20px 0;
	/*background-color: #444;*/
}
footer .foot01 p{
	width: 80%;
	/*color: #fff;*/
	line-height: 180%;
	margin: 0 auto;
}
/*footer .foot01 p a:link,
footer .foot01 p a:visited{
	color: #fff;
	text-decoration: none;
}
footer .foot01 p a:hover{
	color: #fff;
	text-decoration: underline;
}*/
footer .foot02{
	padding: 15px 0 20px;
}
/*footer .foot02 address{
	margin-bottom: 8px !important;
}*/
#page-top{
	width: 60px;
	height: 60px;
	/*position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;*/
}


/*------------------menu---------------------*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 25px;
	top   : 25px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	z-index: 150;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #b61f26;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#b61f26;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#b61f26;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

header .global_nav{
	width: 100%;
	height: 100vh;
	/*padding: 100px 0 0 6%;
	background: rgba( 255,255,255,0.9 );*/
	transform: translateY(7%);
	transition: all 0.6s;
	position: fixed;
	top  : 0;
	left : 0;
	float: none;
	overflow: auto;
	z-index: 80 !important;
	opacity: 0;
}
/* クリックでjQueryで追加・削除 */
header .global_nav.active{
	opacity: 100;
	display: block;
	transform: translateY(9.2%);
}

header .global_nav{
	/*width: 75%;*/
	text-align: left;
	/*position: absolute;
	top: 38px;
	right: 0;*/
}
header .global_nav ul {
	/*width: auto;
	text-align: left;*/
	padding-left: 50%;
	/*display: inline-block;*/
	display: block;
}
header .global_nav ul li {
	font-size: 16px;
	/*font-weight: 600;
	line-height: 1.5;*/
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background: rgba(182, 31, 38, 0.9);
	/*display: inline-block;*/
	display: block;
	/*position: relative;*/
}
header .global_nav ul li a{
	width: 100%;
	padding: 18px 25px;
	display: block;
	
}
header .global_nav ul li:before {
	border: none;
	width: 0;
	height: 0;
	/*content: "";
	position: absolute;
	border-left: solid 1px #444444;
	width: 1px;
	height: 1em;
	top: 50%;
	left: 1%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
header .global_nav ul li a:link,
header .global_nav ul li a:visited{
	color: #fff;
	text-decoration: none;
}
/*header .global_nav ul li a:hover{
	color: #a52f2e;
	text-decoration: underline;
}*/

header .global_nav ul li.has_under a {
	padding-right: 0;
	/*position: relative;*/
}
header .global_nav ul li.has_under a:after {
	width: 8px;
	height: 8px;
	/*content: "";
	display: block;
	position: absolute;*/
	top: 45%;
	right: 5%;	
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	/*transform: translate(0, -50%) rotate(135deg);
	transition: .2s;*/
}
/*header .global_nav ul li.has_under a.active:after {
	transform: translate(0, 0) rotate(-45deg);
}*/
/*header .global_nav ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
header .global_nav ul li ul li:before {
	border: none;
}
header .global_nav ul li.has_under ul li a:after {
	border: none;
}*/
header .global_nav ul li.has_under ul {
	width: 100%;
	/*margin: auto;*/
	letter-spacing: -.40em;
	background: rgba(182, 31, 38, 0);
	position: static;
	/*position: absolute;
	top: 100%;
	left: 0;
	right: 0;*/
	z-index: 80;
}
header .global_nav ul li.has_under ul li{
	/*width: 100%;*/
	text-align: left;
	/*letter-spacing: normal;
	margin-left: 0;
	padding: 0;*/
	border-bottom: none !important;
	border-top: 1px solid #000;
}
header .global_nav ul li.has_under ul li a{
	/*color: #fff;
	text-decoration: none;*/
	padding: 15px 0 15px 35px;	
	/*display: block;*/
}
/*header .global_nav ul li.has_under ul li a:hover{
	color: #ffe0e0;
}*/



/*------------------contents---------------------*/
#contPage{
	padding-top: 95px;
}

.pageTit{
	/*width: 100%;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 30px;*/
	padding: 45px 0;
	/*background-image: url(../images/common/h1_bg.jpg);
	background-size: cover;*/
}
.pan{
	max-width: 92%;
	margin: 0 auto 35px;
}

.contentsContainer{
	max-width: 92%;
	margin: 0 auto 80px;
	/*position: relative;*/
}
.maincontents{
	width: 100%;
	margin-bottom: 50px;
	float: none;
}

.sidemenu{
	width: 100%;
	float: none;
}
.sidemenu .share_button{
	width: 45%;
	margin-bottom: 0;
	float: left;
}
.sidemenu_A{
	display: none;
}
.sidemenu_B{
	width: 55%;
	float: right;
}
/*.sidemenu h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: #fbf4f4;
}
.sideBox01{
	margin-bottom: 20px;
}
.sideBox01 li{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sideBox01 li:last-child{
	border-bottom: none;
}
.sideBox01 li a{
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	display: block;
}*/



}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc { display: none!important; }
.sp { display: block!important; }

/*
----------------------------------------------------*/
/*.contentsContainer{
	padding-top: 70px;
	padding-bottom: 14%;
}*/

/*----------header-footer----------*/
/*header {
	background-color: #fff;
	z-index: 100;
}*/
/*header {
	position: fixed;
	top: 0;
	left: 0;
}*/

/*header .inner {
	margin: 0 3%;
	position: relative;
}*/
header .title {
	width: 18%;
	padding: 2% 0;
}
header .hdr_tel {
	/*position: absolute;*/
	top: 15%;
	left: 22%;
}
header .hdr_tel p{
	font-size: 3.5vw;
	line-height: 180%;
}
header .hdr_tel p span{
	font-size: 5.5vw;
}


footer{
	font-size: 3.6vw;
	/*text-align: center;
	z-index: 1 !important;*/
}
footer .foot01{
	padding: 2% 0;
	background-color: #b61f26;
}
footer .foot01 ul{
	width: 90%;
	line-height: 100%;
	margin: 0 auto;
}
footer .foot01 li{
	border-bottom: 1px solid #7b8084;
	position: relative;
}
footer .foot01 li:last-child{
	border-bottom: none;
}
footer .foot01 li a{
	width: 100%;
	padding: 3% 0;
	display: block;
}
footer .foot01 li a:link,
footer .foot01 li a:visited{
	color: #fff;
	text-decoration: none;
}
/*footer .foot01 p a:hover{
	color: #fff;
	text-decoration: underline;
}*/
footer .foot02{
	font-size: 3.2vw;
	color: #fff;
	background-color: #444;
	padding: 15px 0 20px;
}
/*footer .foot02 address{
	margin-bottom: 8px !important;
}*/
#page-top{
	width: 50px;
	height: 50px;
	/*position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;*/
}


/*------------------menu---------------------*/
.hamburger {
	right : 15px;
	top   : 18px;
	width : 38px;
	height: 38px;
	/*display : block;
	position: fixed;
	z-index : 3;
	right : 25px;
	top   : 25px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	z-index: 150;*/
}
/*.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #b61f26;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}*/

/* スマホメニューを開いてる時のボタン */
/*.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#b61f26;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#b61f26;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}*/

/*header .global_nav{
	width: 100%;
	height: 100vh;
	transform: translateY(7%);
	transition: all 0.6s;
	position: fixed;
	top  : 0;
	left : 0;
	float: none;
	overflow: auto;
	z-index: 80 !important;
	opacity: 0;
}*/
/* クリックでjQueryで追加・削除 */
/*header .global_nav.active{
	opacity: 100;
	display: block;
	transform: translateY(9.2%);
}*/

/*header .global_nav{
	text-align: left;
}*/
header .global_nav ul {
	padding-left: 0;
	/*display: block;*/
}
header .global_nav ul li {
	font-size: 3.6vw;
	/*margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background: rgba(182, 31, 38, 0.9);
	display: block;*/
}
header .global_nav ul li a{
	/*width: 100%;*/
	padding: 4% 7%;
	/*display: block;*/
	
}
/*header .global_nav ul li:before {
	border: none;
	width: 0;
	height: 0;
}
header .global_nav ul li a:link,
header .global_nav ul li a:visited{
	color: #fff;
	text-decoration: none;
}*/

/*header .global_nav ul li.has_under a {
	padding-right: 0;
}*/
header .global_nav ul li.has_under a:after {
	width: 6px;
	height: 6px;
	top: 45%;
	right: 5%;	
	/*border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
}
/*header .global_nav ul li.has_under ul {
	width: 100%;
	letter-spacing: -.40em;
	background: rgba(182, 31, 38, 0);
	position: static;
	z-index: 80;
}
header .global_nav ul li.has_under ul li{
	text-align: left;
	border-bottom: none !important;
	border-top: 1px solid #000;
}*/
header .global_nav ul li.has_under ul li a{
	padding: 3% 0 3% 9%;	
}




/*------------------contents---------------------*/
/*#c1,#c2,#c3,#c4,#c5,#c6{
	padding-top: 75px;
    margin-top: -75px;
}*/

/*sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.4em;
}*/

#contPage{
	padding-top: 80px;
}

.pageTit{
	font-size: 6.4vw;
	letter-spacing: 0.15em;
	margin-bottom: 6%;
	padding: 10% 0;
}
.pan{
	/*max-width: 92%;*/
	font-size: 3.4vw;
	margin: 0 auto 5%;
}

.contentsContainer{
	/*max-width: 92%;*/
	margin: 0 auto 17%;
}
.maincontents{
	/*width: 100%;*/
	margin-bottom: 15%;
	/*float: none;*/
}

/*.sidemenu{
	width: 100%;
	float: none;
}*/
.sidemenu .share_button{
	width: 100%;
	margin-bottom: 7%;
	float: none;
}
/*.sidemenu_A{
	display: none;
}*/
.sidemenu_B{
	width: 100%;
	float: none;
}
.sidemenu h3{
	font-size: 4.2vw;
	margin-bottom: 3%;
	padding: 3% 4%;
	/*background-color: #fbf4f4;*/
}
/*.sideBox01{
	margin-bottom: 20px;
}
.sideBox01 li{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.sideBox01 li:last-child{
	border-bottom: none;
}
.sideBox01 li a{
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	display: block;
}*/



/*------------------btn---------------------*/
.btn01{
	width: 100%;
	font-size: 3.6vw;
	/*color: #fff;
	text-align: center;*/
	letter-spacing: 0.05em !important;
	padding: 12px 0 12px !important;
	/*background-color: #b61f26 !important;
	background-image: url(../images/common/btn_icon01.png) !important;
	background-repeat: no-repeat !important;*/
	background-position: right 10px center !important;
	background-size: 8px auto !important;
	/*border: 1px solid #b61f26 !important;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;*/
}

/*.btn01_blank{
	width: 100%;
	font-size: 3.5vw;
	letter-spacing: 0.05em !important;
	padding: 12px 0 12px !important;
}*/


}