@charset "utf-8";
body {
	background: #fff;
	color: #6a6a6a;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ','Meiryo','Osaka',Verdana,'ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,sans-serif;
	line-height: 2;/*1.8*/
}
img {
	max-width: 100%;
	height: auto;
}
#contents {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
section {
	overflow: hidden;
	margin: 80px 0;
}
.inner section {
	margin: 0 auto 100px;
}
.inner {
	width: 100%;
	min-width: 1050px;
	max-width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}
.inner800 {
	width: 100%;
	min-width: 800px;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.inner1200 {
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.inner1200pickup {
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.inner1400 {
	width: 100%;
	min-width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.inner1500 {
	width: 100%;
	min-width: 1500px;
	max-width: 1500px;
	margin: 0 auto 0 0;
	overflow: hidden;
}
.inner1600 {
	width: 100%;
	min-width: 1600px;
	max-width: 1600px;
	margin: 0 auto 0 0;
	overflow: hidden;
}
.inner2000 {
	width: 100%;
	min-width: 2000px;
	max-width: 2000px;
	margin: 0 auto 0 0;
	overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width:768px) {
body {
	font-size: 15px;
}
#contents {
	min-width: 100%;
}
section {
	margin: 40px 0;
}
.inner {
	width: 90%;
	min-width: 90%;
}
.inner section {
	margin: 0 auto 60px;
}
.inner800 {
	width: 95%;
	min-width: 95%;
}
.inner1200 {
	width: 85%;
	min-width: 85%;
}
.inner1200pickup {
	width: 95%;
	min-width: 95%;
}
.inner1500 {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.inner1600 {
	width: 95%;
	min-width: 95%;
}
.inner2000 {
	width: 95%;
	min-width: 95%;
}
.main{
	float: none;
	width: 100%;
}
.main section {
	margin: 0 auto 40px;
}
.wrap {
	margin-top: 60px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.inner {
	width: 95%;
	min-width: unset;
	max-width: unset;
	margin: 0 auto;
}
.inner1200 {
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
}
.inner1500 {
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
}
.inner1200pickup {
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
}
}

/*==========================================
 ページ内リンク位置調整
===========================================*/
.a_area section {
	margin-top:-140px;
	padding-top:140px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.a_area section{
	margin-top:-70px;
	padding-top:70px;
}
}

/*==========================================
 ヘッダー
===========================================*/
/* ヘッダー（large）
-----------------------------------------*/
#home header {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background: #ffffff8f;/*rgba(255,255,255,.0)*/
	padding: 5px 0;
}
header {
	width: 100%;
	min-width: 1000px;
	background: #fff;
	overflow: hidden;
}
header .inner {
	position: relative;
}
.header_txt {
	position: absolute;
	top:0;
	right: 0;
	font-size:10px;
}
@media screen and (min-width: 769px) and (max-width:1200px) {
#home header {
    padding: 5px 0;
}
}

/*===header Left===*/
.header_logo{
	float: left;
	width: 260px;
}
.header_logo img{
	width: 100%;
	height: 60px;
}

/*===header Right===*/
.header_right {
	position:relative;
	float: right;
	width: 500px;
	height: 60px;
	margin-top: 5px;
}
/*icon*/
.header_right_icon {
	position:absolute;
	left:0;
	top:0;
}
/*tel*/
.header_right_tel{ 
	position:absolute;
	right: 210px;
    top: 8px;
	line-height: 1.3;
}
.header_right_tel a {
	color: #6a6a6a;
	font-size: 28px;
	font-family: Century Gothic;
	font-weight:700;
}
.header_right_tel i {
	font-size: 22px;
	margin-right: 5px;
}
/*mail*/
.header_right_mail {
	position:absolute;
	right:0;
	top:2px;
}
.header_right_mail a {
	display: block;
	width: 160px;
	height: 52px;
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	background: #d3b99e;
	font-weight: 500;
}
.header_right_mail a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.header_right_mail i{
	font-size: 15px;
    padding: 18px 0;
    padding-right: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
header,#stickyheader,#change {
	display: none !important;
}
}

/* ヘッダー（min）
-----------------------------------------*/
#change {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow:0 0 2px #666;
	padding-top:0;
	z-index: 9999;
}
#change .inner {
	position: relative;
	padding-bottom: 10px;
}

/*===header Left===*/
#change .header_logo img {
	width: 240px;
}

/*===header Right===*/
#change .header_right {
	width: 500px;
	height: 60px;
	margin: 0;
}
/*tel*/
#change .header_right_tel {
	top: 20px;
}
/*#change .header_right_tel a {
	font-size: 24px;
}*/
/*mail*/
#change .header_right_mail {
	top:12px;
}
#change .header_right_mail img {
	width: 180px;
}

/*==========================================
 グローバルナビ
===========================================*/
/*グローバルナビ(large)
-----------------------------------------*/
.stickyheader{
	border-bottom: 1px solid #ccc;
}
.g_nav {
	width: 100%;
	min-width: 1000px;
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
}
.g_nav a {
	display: block;
	text-decoration: none;
	padding: 6px 0;
	font-size: 16px;
}
.g_nav li {
	position: relative;
	float: left;
	font-size: 13px;
	text-align: center;
}

/*===第1階層===*/
/*サイズ個別指定
.g_nav li.gnav01 {width: 150px;}.g_nav li.gnav02 {width: 200px;}
*/
.g_nav li.first {
	width: 20%;
}
/*サブタイトル*/
.g_nav li.first > a span{
	display: block;
	color: #d83988;
	font-size: 9px;
	background: transparent !important;
	-webkit-transition: all .4s;
	transition: all .4s;
}
@media all and (-ms-high-contrast:none) {
.g_nav li.first > a span{
	-webkit-transition: all 0s;
	transition: all 0s;
	color: #fff;
}
}
/*リンク設定*/
.g_nav li a {
	color: #6a6a6a;
}
.g_nav li a:hover {
	color: #fff !important;
	background: #d3b99e;
}
.g_nav li a:hover span {
	color: #fff !important;
}

/*===第2階層===*/
.g_nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.g_nav li ul li {
	width: 100% !important;
}
/*リンク設定*/
.g_nav li ul li a {
	color: #6a6a6a;
	background: #fff;
	border-bottom:1px solid rgba(0,0,0,.2);
	padding: 6px 2px;
}
.g_nav li ul li a:hover {
	color: #fff !important;
	background: #d3b99e;
}
.g_nav li ul {
	visibility: hidden;
	perspective: 500px;
}
.g_nav li:hover ul {
	visibility: visible;
}

/* グローバルナビ（min）
-----------------------------------------*/
#min_gnav {
	margin: 0 auto;
}
#min_gnav li.first {
	border: none;
}
#min_gnav li.first a {
	padding: 12px 0;
}
#min_gnav li a span {
	display: none;
}

/*グローバルナビ下層リンク展開動作
-----------------------------------------*/
/*===フェードイン===*/
.open_fade li ul {
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.open_fade li:hover ul{
	opacity: 1;
	visibility: visible;
}

/*===回転===*/
.open_rotation ul li {
	transform: rotateY(90deg);
	transform-origin: 50% 0;
	transition: .3s;
}
.open_rotation li:hover ul li {
	transform: rotateY(0);
}
.open_rotation li:hover ul li:nth-child(1) {
	transition-delay: 0s;
}
.open_rotation li:hover ul li:nth-child(2) {
	transition-delay: .1s;
}
.open_rotation li:hover ul li:nth-child(3) {
	transition-delay: .2s;
}
/*close*/
.open_rotation li ul li:nth-last-of-type(1) {
	transition-delay: 0s;
}
.open_rotation li ul li:nth-last-of-type(2) {
	transition-delay: .1s;
}
.open_rotation li ul li:nth-last-of-type(3) {
	transition-delay: .15s;
}

/*==========================================
 ページ下部お問い合わせ
===========================================*/
.footer_contact {
	background: #fff;
	padding: 0;
	margin-top: 0;
}
.footer_contact_ttl{
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact{
	width: 100%;
	margin: 0 auto;
}
.footer_contact .inner{
	background: none;
}
.footer_contact_ttl{
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	background: #666;
	padding:10px 0;
}
}

/*上段（電話・メール・診療時間・アクセス）
------------------------------------------------*/
.footer_contact_top_left{
	width: 45%;
	margin-bottom: 20px;
	float:left;
}
.footer_contact_top_left img{
	display: block;
	margin-bottom: 30px;
	width:70%;
}
/*tel*/
.footer_contact_tel {
	display: inline-block;
}
.footer_contact_tel a{
	display: block;
	width: 210px;
	color:#fff;
	text-align: center;
	background: #c4aa88;
	padding: 8px 0;
	font-family: Century Gothic;
	/*font-weight: 700;*/
	vertical-align: middle;
	border-radius: 50px;
}
.footer_contact_tel a.fdeco {
	font-size:18px;
}
.footer_contact_tel a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.footer_contact_tel i{
	font-size: 16px;
	margin-right: 5px;
}
/*mail*/
.footer_contact_mail {
    display: inline-block;
}
.footer_contact_mail a {
	display: block;
	width: 210px;
	color:#fff;
	text-align: center;
	background: #c4aa88;
	padding: 10px 0;
	margin-left: 14px;
	-webkit-transition: all 0.3s;
	vertical-align: middle;
	border-radius: 50px;
}
.footer_contact_mail a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.footer_contact_mail i{
	font-size: 14px;
	margin-right: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_top{
	background: none;
	text-align: center;
}
.footet_contact_txt01 {
	font-size: 16px;
}
.footer_contact_top_left{
	width: 90%;
	margin: 0 auto 20px;
	float:none;
}
/*tel*/
.footer_contact_tel {
	display: inline-block;
}
.footer_contact_tel a.fdeco {
	font-size:16px;
}
.footer_contact_tel i{
	font-size: 15px;
	margin-right: 5px;
}
.footer_contact_tel a {
	text-align: center;
	padding: 7px 0;
	margin-left: 0;
	width: 150px;
}
/*access*/
.footer_contact_mail {
    display: inline-block;
}
.footer_contact_mail a {
	text-align: center;
	padding: 9px 0;
	width: 150px;
}
}
/*フッター追加
----------------------------------------------*/
.f_link {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.f_link li {
	width:50%;
	text-align:center;
	margin:0 0 10px 0;
}
.f_link li i{
	font-size: 15px;
	margin-right: 5px;
}
.f_link li a {
	display: block;
	max-width: 210px;
	color:#fff;
	text-align: center;
	background: #d3b99e;
	padding: 6px 0;
	-webkit-transition: all 0.3s;
	vertical-align: middle;
}
.f_link li a.fdeco {
	font-size:15px;
	padding: 7px 0;
}
.f_link a:hover {
	opacity:0.7;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.f_link li {
	width:50%;
	padding-right:2%;
}
.f_link li a {
	font-size:15px;
	padding: 7px 0;
}
}
/*下段（診療時間・アクセス）
------------------------------------------------*/
/*===診療時間===*/
.footer_contact_hours{
	width: 100%;
	float: left;
	padding-top:10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours{
	width: 100%;
	float: none;
}
}
/*診療時間用テーブル*/
.footer_contact_hours table {
	width: 100%;
	font-size: 16px;
}
.footer_contact_hours table thead tr {
	border-bottom:1px solid #d3b99e;
	border-top:1px solid #d3b99e;
	font-size: 15px;
}
.footer_contact_hours table thead th {
	letter-spacing: 3px;
	text-align: center;
	background: #fff;
	border-bottom: none;
	padding: 6px 0;
}
.footer_contact_hours table thead th:first-child {
	width: 30%;
}
.footer_contact_hours table th {
	vertical-align: middle;
	border-bottom: 1px solid #d3b99e;
	background: #fff;
	padding: 5px 0;
	font-family: Century Gothic;
}
.footer_contact_hours table td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d3b99e;
	background: #fff;
}
.closed{
	font-size: 15px;
	padding-top: 5px;
    line-height: 1.6;
	padding-bottom: 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours table thead th ,
.footer_contact_hours table tbody th ,
.footer_contact_hours table td {
	font-size: 13px;
}
}

/*===アクセス===*/
.footer_contact_access{
	width: 100%;
	float: left;
	font-size: 15px;
}
.footer_contact_access .footer_infoname{
	line-height: 23px;
	font-family: Century Gothic;
	border-bottom: 1px solid #d3b99e;
	margin-top: 15px;
	margin-bottom: 2px;
	font-size: 16px;
	color:#d3b99e;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_access{
	width: 100%;
    float: none;
    position: unset;
    margin: 40px auto 10px;
	line-height: 1.6;
}
.footer_contact_access .footer_infoname{
	margin-bottom: 3px;
}
}

/*下段（Gマップ）
------------------------------------------------*/
.footer_contact_top_right{
	width: 50%;
	overflow: hidden;
	float:right;
	/*ilter: grayscale(1);*/
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_top_right{
	width: 90%;
	float:none;
	margin: 0 auto;
}
}

/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	min-width: 1000px;
	background: #fcf5f4;
}
.footer_box {
	float: left;
	width: 25%;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	margin: 60px 0;
}
.footer_copy {
	font-size: 12px;
	text-align: center;
	background: #fff;
	padding:20px 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
footer {
	min-width: 100%;
	padding-bottom: 60px;
}
.footer_box {
	display: none;
}
.footer_copy {
	font-size: 13px;
}
}

/*フッターメニュー
-------------------------------------------*/
/*===第1階層===*/
.footer_nav li{
	font-size: 14px;
	font-weight: bold;
	color: #d3b99e;
}

/*===第2階層===*/
.footer_nav li ul {
	padding-bottom: 0;
}
.footer_nav li ul li {
	padding-left:0;
}
.footer_nav li ul li::before {
	color:#fff;
	font-weight: normal;
}
.footer_nav li ul li a {
	color: #6a6a6a;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0);
	padding: 0 0 1px 0;
}
.footer_nav li a:hover {
	border-bottom: 1px solid #d3b99e;
}

/*==========================================
ページトップへ戻るボタン
===========================================*/
#btn_pagetop {
	position: fixed;
	bottom: 25px;
	right: 20px;
}
#btn_pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	background: #d3b99e;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	transition: all .4s;
}
#btn_pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#btn_pagetop a i{
	margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#btn_pagetop {
	display: none;
}
}

/*==========================================
 スマホヘッダー
===========================================*/
.sp-header{
	display:none;
	position: fixed;
	top: 0;
	width:100%;
	height: 60px;
	box-shadow: 0 1px 1px #ddd;
	background: rgba(255, 255, 255,1);
	padding:12px 0;
	z-index: 99;
}
.sp_header_logo img{
	width:170px;
	padding-left:5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-header{
	display: block;
}
}

/*==========================================
 スマホメニュー
===========================================*/
/*ボタン
-------------------------------------------*/
#spmenu{
	display: none;
}
#sp-navi {
	position: fixed;
	z-index: 100;
	top: 5px;
	right: 5px;
	background-color:transparent;
	font-size: 14px;
}
.sp-btn a:hover{
	cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#spmenu{
	display: block;
}
}

/*===ハンバーガーメニューボタン===*/
.sp-btn {
	float: right;
	text-align: center;
	line-height: 1;
}
.sp-btn a {
	color: #fff;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #d3b99e;
}
.sp-btn i {
	color: #fff;
	font-size:26px;
}

/*===アクセスボタン===*/
.sp-btn02 {
	float: right;
	text-align: center;
	line-height: 1;
}
.sp-btn02 a {
	color: #6a6a6a;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	display: block;
	border:1px solid #d3b99e !important;
	background: #fff;
	padding: 5px 6px;
	margin-right: 8px;
}
.sp-btn02 i {
	color: #6a6a6a;
	font-size:24px;
}

/*メニュー一覧
-------------------------------------------*/
.menu-toggle {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 999;
	-webkit-overflow-scrolling: touch;
}
.sp-menu {
	width: 100%;
	opacity: 0;
	overflow-y: auto;
	z-index: 9999;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	display: block;
	overflow: auto;
	background: rgba(255,255,255,1);
	-webkit-overflow-scrolling: touch;
}

/*===メニュー内ヘッダー===*/
.sp_menu_header {
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
/*ロゴ*/
.sp_navlogo {
	float:left;
	margin-top:5%;
	text-align: center;
}
.sp_navlogo img {
	max-width: 170px;
	width: 100%;
}
/*閉じるボタン*/
.sp-close {
	float:right;
	color: #fff;
	font-size:20px;
	width: 44px;
	height:44px;
	line-height:44px;
	text-align: center;
	border:none !important;
	background: #d3b99e;
	margin: 15px auto 0;
}

/*===第1階層===*/
.sp-menu ul {
	display: block;
	width: 90%;
	height: 100%;
	vertical-align: middle;
	margin: 5% auto 0;
}
.sp-menu li {
	color: #6a6a6a;
	font-weight: bold;
	text-indent: 5px;
	border: 1px solid #d6d6d6;
	margin-bottom: 5px;
}
.sp-menu li i{
	font-size: 15px;
	margin-right: 5px;
	color:#d3b99e;
}
.sp-menu li a,
.sp-menu li .cat {
	display: block;
	color: #000;
	padding: 12px 0;
}
.sp-menu li .cat {
	font-weight:bold;	
}
/*下層リンク開閉ボタン*/
.sp-menu li .sp-sub-btn {
	position: relative;
	display: block;
	float: right;
	width: 40px;
	height: 35px;
	text-align: center;
	padding: 0 0 0 5px;
	margin: -37px 8px 0 12px;
	z-index: 100;
}
.sp-menu li .sp-sub-btn i {
	display: table-cell;
	width: 40px;
	height: 30px;
	color: #d3b99e;
	font-size: 18px;
	vertical-align: middle;
	border-left: 1px solid #d6d6d6;
	padding: 0;
}

/*===第2階層===*/
.sp-menu li ul.sp-menu-sub {
	display: none;
	width: 100%;
	margin: 0;
}
.sp-menu li ul.sp-menu-sub li {
	width: 100%;
	text-indent: 10px;
	font-weight: normal;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
}
.sp-menu li ul.sp-menu-sub li:nth-child(odd) {
	background: #fff;
}

/*メニュー開閉アニメーション
-------------------------------------------*/
.show {
  -webkit-animation: navi-show 0.4s ease both;
  -moz-animation: navi-show 0.4s ease both;
  animation: navi-show 0.4s ease both;
}
@-webkit-keyframes navi-show {
 from {
 -webkit-transform: scale(1.1, 1.1);
 -webkit-opacity: 0;
}
 to {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
}
}
@-moz-keyframes navi-show {
 from {
 -moz-transform: scale(1.1, 1.1);
 -moz-opacity: 0;
}
to {
 -moz-transform: scale(1, 1);
 -moz-opacity: 1;
}
}
 @keyframes navi-show {
 from {
 transform: scale(1.1, 1.1);
 opacity: 0;
}
 to {
 transform: scale(1, 1);
 opacity: 1;
}
}

/*==========================================
スマホ用フッター固定ボタン
===========================================*/
.sp-bottom-menu {
	display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-bottom-menu {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #d3b99e;
	z-index: 999;
}
.sp-bottom-menu li {
	float: left;
	width: 33%;
	text-align: center;
}
.sp-bottom-menu li i {
	color: #fff;
}
.sp-bottom-menu li a {
	display: block;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	font-size: 13px;
}
.sp-bottom-menu li span {
	display: block;
	line-height:1.4;
	font-weight: 600;
}
/*電話*/
.sp-bottom-menu li:nth-child(1) {
	height: 40px;
	margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(1) i {
	font-size: 20px;
}
.sp-bottom-menu li:nth-child(1) span {
	margin: 3px 0 0 0;
}
/*メール*/
.sp-bottom-menu li:nth-child(2) {
	height: 40px;
	margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(2) i {
	font-size: 20px;
}
.sp-bottom-menu li:nth-child(2) span {
	margin: 3px 0 0 0;
}
/*ページトップ*/
.sp-bottom-menu li:nth-child(3) {
	height: 40px;
	margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(3) i {
	font-size: 20px;
}
.sp-bottom-menu li:nth-child(3) span {
	margin: 3px 0 0 0;
}
}

/*==========================================
カルーセルスライダー
===========================================*/
.c_tour {
	overflow: hidden;
    margin: 110px 0;
}
.c_tour h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-family: a-otf-ryumin-pr6n, serif;
}
.c_tour ul li img {
    width: 280px;
	margin-right: 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.c_tour {
    width: 100%;
    overflow: hidden;
	margin: 60px auto;
}
.c_tour h2 {
    padding: 40px 0 0;
    font-size: 21px;
}
.c_tour ul li img {
    width: 210px;
}
}