﻿@charset "UTF-8";

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

/*///// 共通設定 /////*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Clear {
	clear: both;
}

/*///// ボーダー /////*/
img {
	border-width:0;
	line-height:0;
	vertical-align:top;
}

/*///// リストスタイル /////*/
ul {
	list-style-type:none;
}

ol {
	list-style-type:decimal;
}

/*---黒丸---*/
.Disc_List {
	margin:0px 0px 0px 15px;
}

.Disc_List ol {
	list-style-type:disc;
}

.Disc_List ol li {
	margin:0px 0px 0px 0px;
}

/*---数字---*/
.Decimal_List {
	margin:0px 0px 0px 20px;
}

.Decimal_List ol {
	list-style-type:decimal;
}

.Decimal_List ol li {
	margin:0px 0px 0px 0px;
}

/*///// リンク /////*/
a {
        color: #00A0E9;
	text-decoration: underline;
}

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

a:active {
        color: #00A0E9;
}

a:visited {
        color: #00A0E9;
}

a.border{
        color: red;
}

.Juuyou {
        color: red;
}

/*///// レイアウト /////*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	font-size:14px;
	color:#333;
}

#Wrapper {
	background: url(../img/bg.jpg) repeat-x left top;
	width: 100%;

}
@media screen and (max-width: 1100px) {
	body {
		/* background: url(../img/top_bg_m.jpg) repeat-x left top; */
		width: 1100px;
		}
  }

.Container {
	width:980px;
	margin:0 auto;
}

/* --------------------------------------------------------
	Header
-------------------------------------------------------- */
#Header {
	width:980px;
	height:122px;
	margin:0 auto;
}

#Header #L-Area {
	float:left;
	width:210px;
}

#Header #R-Area {
	float:right;
	width: 715px;
	height:122px;
}


.Header-Btn-Tel-01 img {
	float:right;
	display:inline;
	width:175px;
	height:auto;
	top: 3px;
	margin:3px 0px 0px 3px;
}

.Header-Btn-Tel-02 img {
	float:right;
	display:inline;
	width:175px;
	height:auto;
	top: 3px;
	margin:3px 0px 0px 3px;
}

.Header-Btn-Tel-03 img {
	float:right;
	display:inline;
	width:175px;
	height:auto;
	top: 3px;
	margin:3px -100px 0px 3px;
}


.Header-Btn-Tel-04 a {
	float:right;
	/* display:block; */
	width:120px;
	height:auto;
	top: 3px;
	margin:15px 0px 0px 3px;
}


.Header-Btn-Tel-05 a {
	float:right;
	/* display:block; */
	width:120px;
	height:auto;
	position: relative;
	top: 40px; left: 123px;
	margin:30px 0px 0px 3px;
}






/*---Logo---*/
#Logo a {
	float:left;
	top: 3px;
	width:280px;
	height:120px;
	background: url(../img/logokari.jpg) no-repeat left top;
	background-size: 110%;
	background-position-x: center;
	background-position-y: center;
	text-indent:-9999px;
	z-index:999;
	position: relative;
}

/*---ヘッダー・ボタン群---*/
#Header-Btn {
	float: right;
	height:38px;
	width: 750px;
	transform: scale(0.85);
	margin:16px 0px 15px 0px;
}

.Header-Btn-01 a {
	float:right;
	display:block;
	width:166px;
	height:38px;
	background:url(../img/header_btn_01_on.jpg) no-repeat left top;
	margin:0px 0px 0px 0px;
}

.Header-Btn-01 a:hover {
	text-indent:-9999px;
}

.Header-Btn-02 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_02_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-02 a:hover {
	text-indent:-9999px;
}

.Header-Btn-03 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_03_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-03 a:hover {
	text-indent:-9999px;
}

.Header-Btn-04 a {
	float:right;
	display:block;
	width:116px;
	height:38px;
	background:url(../img/header_btn_04_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-04 a:hover {
	text-indent:-9999px;
}

.Header-Btn-05 a {
	float:right;
	display:block;
	width:136px;
	height:38px;
	background:url(../img/header_btn_05_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-05 a:hover {
	text-indent:-9999px;
}



/* --------------------------------------------------------
	Navigation
-------------------------------------------------------- */
#Navi {
	clear:both;
	width:770px;
	height:50px;
	margin:0px auto 0px auto;
}

#Navi img {
	vertical-align:top;
}

#Navi ul {
	text-align:left;
	width:770px;
	height:50px;
	margin:0 auto;
	padding:0;
}

#Navi li {
	float:left;
	list-style:none;
	padding:0;
	text-indent:-9999px;
}

#Navi a:hover {
	background-position:0px -50px;
	text-decoration:none;
}

li.Navi-01 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left top;
}

li.Navi-02 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left top;
}

li.Navi-03 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left top;
}

li.Navi-04 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left top;
}

li.Navi-05 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left top;
}

li.Navi-01-on {
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left -50px;
}

li.Navi-02-on {
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left -50px;
}

li.Navi-03-on {
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left -50px;
}

li.Navi-04-on {
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left -50px;
}

li.Navi-05-on {
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left -50px;
}

/* --------------------------------------------------------
	Sitepath
-------------------------------------------------------- */
#Sitepath {
	height:28px;
	margin:10px 0px 20px 0px;
	padding:7px 0px 0px 0px;
}

#Sitepath li {
	padding:0px 15px 0px 5px;
	float: left;
	font-size:12px;
	background: url(../img/icon_sitepath.jpg) no-repeat right center;
}

#Sitepath li a {
        color: #00A0E9;
	text-decoration: underline;
}

#Sitepath li a:hover {
        color: #00A0E9;
	text-decoration: none;
}

#Sitepath li.noarrows {
	background: none;
}

/* --------------------------------------------------------
	Main
-------------------------------------------------------- */
/*---メイン画像---*/
#Gallery-Area {
	width:100%;
	height:320px;
	/* position: absolute; */
	margin: auto;
	z-index:1;
	overflow: hidden;
	border-bottom: none;
	
}




/*---カバー画像（共通）---*/
#Cover-Common {
	width:1100px;
	height:125px;
	margin:0 auto;
	background:url(../img/cover_common.jpg) no-repeat left top;
	text-indent:-9999px;
	z-index:1;
}

/*///// 左コンテンツ /////*/
#Left-Content {
	float:left;
	width:720px;
	margin:0px 0px 0px 0px;
	display:inline;
}

/*---見出し---*/
#Left-Content h2 {
	clear: both;
	height:50px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Left-Content h3 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg.jpg) no-repeat left top;
	padding:4px 0px 0px 20px;
}

#Left-Content h4 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h4_bg.jpg) no-repeat left top;
	padding:4px 0px 0px 12px;
}

#Left-Content h5 {
	clear: both;
	height:20px;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	border-bottom:1px dotted #CCC;
}

/*---写真2枚フロート---*/
.Photo_2items {
	width:720px;
	margin:0px 0px 0px 0px;
}

.Photo_2items img {
	margin:0px 0px 5px 0px;
}

.Photo_2items li {
	float:left;
}

.Photo_2items .Left {
	width:350px;
	margin:0px 20px 0px 0px;
}

.Photo_2items .Right {
	width:350px;
	margin:0px 0px 0px 0px;
}

/*---写真4枚フロート---*/
.Photo_4items {
	width:720px;
	margin:0px 0px 0px 0px;
}

.Photo_4items img {
	margin:0px 0px 5px 0px;
}

.Photo_4items li {
	float:left;
}

.Photo_4items .Left {
	width:171px;
	margin:0px 12px 0px 0px;
}

.Photo_4items .Right {
	width:171px;
	margin:0px 0px 0px 0px;
}

/*---全幅・写真4枚フロート---*/
.Full_Photo_4items {
	width:980px;
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items img {
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items li {
	float:left;
}

.Full_Photo_4items .Left {
	width:230px;
	margin:0px 20px 0px 0px;
}

.Full_Photo_4items .Right {
	width:230px;
	margin:0px 0px 0px 0px;
}

/*///// 右コンテンツ /////*/
#Right-Content {
	float:left;
	width:240px;
	margin:0px 0px 0px 20px;
	display:inline;
}

/*---メニュー---*/
.Side-Menu_Tit{
	height:50px;
	font-size:16px;
	font-weight:bold;
	color:#222;
        background:url(../img/menu-tit_bg.jpg) no-repeat left top;
	padding:17px 0px 0px 12px;
}

.Side-Menu_Area{
	width:240px;
}

.Side-Menu_Area li a{
        background:url(../img/menu_bg.jpg) no-repeat left top;
        display:block;
	height:40px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li a:hover{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        text-decoration: underline;
        color: #222;
}

.Side-Menu_Area li.menu-on{
        background:url(../img/menu_on_bg.jpg) no-repeat left top;
        display:block;
	height:40px;
	padding:10px 0px 0px 16px;
	font-size:14px;
	text-decoration: none;
        color: #FFF;
}

.Side-Menu_Area li.menu-on02{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li.menu-btm{
        background:url(../img/menu-btm_bg.jpg) no-repeat left top;
	height:5px;
}


/*---サブメニュー---*/
.Side-SubMenu_Area{
	width:240px;
}

.Side-SubMenu_Area li a{
        background:url(../img/submenu_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 43px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-SubMenu_Area li a:hover{
        background:url(../img/submenu_hover_bg.jpg) no-repeat left top;
        text-decoration: underline;
        color: #222;
}



/*///// 全幅コンテンツ /////*/
#Full-Content {
	width:980px;
	margin:0px 0px 0px 0px;
	display:inline;
}

#Full-Content h2 {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg_full.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Full-Content h3 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg_full.jpg) no-repeat left top;
	padding:4px 0px 0px 20px;
}





/*/  新設ショートカットメニュー  /*/
#SC-Menu-area{
	width:980px;
	height:150px;
	display: flex;
	margin: 0 auto;
}

#SC-Menu{
	width:980px;
	height:150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .SC-Menu01{
	display: block;
	float:left;

} */

.SC-Menu01 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu01_on.jpg) no-repeat left top ;
	background-size: cover;
}

.SC-Menu01 a:hover {
	text-indent:-9999px;
}

.SC-Menu02 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu02_on.jpg) no-repeat left top ;
	background-size: cover;
}

.SC-Menu02 a:hover {
	text-indent:-9999px;
}

.SC-Menu03 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu03_on.jpg) no-repeat left top ;
	background-size: cover;
}

.SC-Menu03 a:hover {
	text-indent:-9999px;
}

.SC-Menu04 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu04_on.jpg) no-repeat left top ;
	background-size: cover;
}

.SC-Menu04 a:hover {
	text-indent:-9999px;
}




/*///// ナビ（リスト表記） /////*/
/*---枠---*/
#List-Navi-Area {
	width:980px;
	height:38px;
	background: url(../img/right-contour.jpg) repeat-y right top;
	margin:18px 0px 29px 0px;
}

#List-Navi_01 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_02 {
	float:left;
	width:240px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_03 {
	float:left;
	width:200px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_04 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_05 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

/*---項目---*/
.List-Navi_Tit01 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit01 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit02 a {
	display:block;
	width:198px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit02 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit03 a {
	display:block;
	width:158px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit03 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit04 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit04 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit05 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit05 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---メニューリスト---*/
.Menu-area{
	float:left;
	margin:4px 0px 0px 18px;
        color: #333;
	font-size:12px;
	line-height:1.2em;
}

.Menu-area li a{
        display:block;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	color:#333;
	padding:7px 0px 0px 10px;
}

.Menu-area li a:hover{
        text-decoration: underline;
        color: #00A0E9;
}

/*---行間マージン設定---*/
.Space-Contour5 {
	height:5px;
	margin:0px 0px 0px 0px;
}

.Space-Contour10 {
	height:10px;
	margin:0px 0px 0px 0px;
}

.Space-Contour20 {
	height:20px;
	margin:0px 0px 0px 0px;
}

.Space-Contour40 {
	height:40px;
	margin:0px 0px 0px 0px;
}

.Space-Contour60 {
	height:60px;
	margin:0px 0px 0px 0px;
}

.Space-Contour100 {
	height:100px;
	margin:0px 0px 0px 0px;
}

.Space-Contour-m {
	display: none;
	height:100px;
	margin:0px 0px 0px 0px;
}


.Contour {
	clear: both;
	height:3px;
	background:url(../img/contour.jpg) no-repeat left top;
	margin:10px 0px 10px 0px;
}

/*---アイコン---*/
.Ico-blank {
	margin:0px 0px 0px 3px;
	padding:2px 0px 0px 0px;
}

/*---文字設定---*/
.Txt-Red {
	color: #FF0000;
}

.Txt-Red-20-B {
	color: #FF0000;
	font-size:20px;
	font-weight:bold;
}

.Txt-18 {
	font-size:18px;
}

/*---外来診療表・テーブル---*/
.Gairai_Table {
	margin:0px 0px 0px 0px;
	font-size:13px;
	background-color:#EBEBEB;
	padding:5px;
}

.Gairai_Table table {
	width:970px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
}

.Gairai_Table th {
	text-align:center;
	font-weight:bold;
	padding:2px;
	border:1px solid #B9B9B9;
}

.Gairai_Table tr {
	border:1px solid #B9B9B9;
}

.Gairai_Table td {
	text-align:center;
	padding:2px;
	border:1px solid #B9B9B9;
}

/*---テーブル・背景色---*/
.Bg01 {
	background-color:#FFF;
	font-size:20px;
}

.Bg02 {
	background-color:#d5f1b8;
}

.Bg03 {
	background-color:#b8f1d5;
}

.Bg04 {
	background-color:#b8f1f1;
}

.Bg05 {
	background-color:#eadcf8;
}

.Bg06 {
	background-color:#fcedf4;
}

.Bg07 {
	background-color:#ffe6cd;
}

.Bg08 {
	background-color:#f0f0b3;
}

.Bg09 {
	background-color:#ffffaa;
}

.Bg10 {
	background-color:#f1f1e2;
}

.Bg11 {
	background-color:#ffdddd;
}

.Bg12 {
	background-color:#FFD9CE;
}

/*---ページの先頭へ---*/
.PageTop {
	float:right;
}

.PageTop a {
	display:block;
	width:160px;
	height:60px;
	background:url(../img/pagetop.jpg) no-repeat left top;
	padding:23px 0px 0px 43px;
	text-decoration: none;
}

.PageTop a:hover {
	background:url(../img/pagetop_on.jpg) no-repeat left top;
	text-decoration: none;
}


/*---Tool-Bottom---*/
#Tool-Bottom {
	float:left;
	height:60px;
	width:300px;
	padding:15px 0px 0px 0px;
}

#Tool-Bottom li {
	margin:0px 30px 0px 0px;
	float: left;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	padding:7px 0px 0px 10px;
}

#Tool-Bottom a {
        color: #333;
	text-decoration: none;
}

#Tool-Bottom a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---住所---*/
#Add {
	float:left;
}

/*---コピーライト---*/
#Copy {
	float:right;
	font-size:10px;
}

/* --------------------------------------------------------
	Footer
-------------------------------------------------------- */
#Footer-Wrap {
	height:140px;
	background: url(../img/footer_bg.jpg) repeat-x left top;
}

#Footer {
	width:980px;
	height:140px;
	margin:0 auto;
	line-height:1.4em;
	font-size:12px;
	color: #FFF;
}



/*----------------------------------------------------------------------*/

@media  screen and (max-width: 480px) { 
	/* 480px以下に適用されるCSS（スマホ用）*/
/* @media (pointer: coarse) and (hover: none){ */
/*ポインタで判断バージョン*/

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

/*///// 共通設定 /////*/
* {
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Clear {
	clear: both;
}

/*///// ボーダー /////*/
img {
	border-width:0;
	line-height:0;
	vertical-align:top;
	margin: 0 0 0 0;
	/* text-align: center; */
}

/*///// リストスタイル /////*/
ul {
	list-style-type:none;
}

ol {
	list-style-type:decimal;
}

/*---黒丸---*/
.Disc_List {
	margin:0px 0px 0px 15px;
}

.Disc_List ol {
	list-style-type:disc;
}

.Disc_List ol li {
	margin:0px 0px 0px 0px;
}

/*---数字---*/
.Decimal_List {
	margin:0px 0px 0px 20px;
}

.Decimal_List ol {
	list-style-type:decimal;
}

.Decimal_List ol li {
	margin:0px 0px 0px 0px;
}

/*///// リンク /////*/
a {
        color: #00A0E9;
        text-decoration: underline;
		text-decoration: none;
		font-size: 30px;
        /* margin: 0 auto; */
        /* text-align: center; */
}

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

a:active {
        color: #00A0E9;
}

a:visited {
        color: #00A0E9;
}

a.border{
        color: red;
}

.Juuyou {
        color: red;
		line-height: 2em;
}

/*///// レイアウト /////*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	font-size:14px;
	color:#333;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 75%, #00a0e9 120%, #00a0e9 100%);
	background-attachment: fixed;
}

#Wrapper {
	/* background: url(../img/bg.jpg) repeat-x left top; */
	background: none;

	/* width: 100%; */

}
/* @media screen and (max-width: 1100px) {
	body {
		background: url(../img/top_bg.jpg) repeat-x left top;
		width: 1100px;
		}
  } */

.Container {
	width: 100%;
	margin: 0 auto;
}

/* --------------------------------------------------------
	Header
-------------------------------------------------------- */
#Header {
	width:100%;
	height: 180px;
	margin:0 auto;
}

#Header #L-Area {
	float:left;
	width:210px;
}

#Header #R-Area {
	float:right;
	width:770px;
	height: 120px;
}


.Header-Btn-Tel-01 a {
	pointer-events: none
}

.Header-Btn-Tel-02 a {
	pointer-events: none
}

.Header-Btn-Tel-03 a {
	pointer-events: none
}


.Header-Btn-Tel-04 a {
	
	pointer-events: none
}


.Header-Btn-Tel-05 a {
	pointer-events: none
}

.Header-Btn-Tel-01 img {
	display: none;
}

.Header-Btn-Tel-02 img {
	display: none;
}

.Header-Btn-Tel-03 img {
	display: none;
}

.Header-Btn-Tel-04 img {
	display: none;
}

.Header-Btn-Tel-05 img {
	display: none;
}



/*---Logo---*/
#Logo a {
	float:left;
	top: 3px;
	width: 570px;
	height: 180px;
	background: url(../img/logokari.jpg) no-repeat left top;
	/* background-size: contain; */
	background-size: 570px;
	background-position-y: -20px;
	text-indent:-9999px;
	z-index:999;
	position: relative;
}

/*---ヘッダー・ボタン群---*/
#Header-Btn {
	float:right;
	height:38px;
	width:746px;
	margin:16px 0px 15px 0px;
}

.Header-Btn-01 a {
	float:right;
	display:block;
	width:166px;
	height:38px;
	background:url(../img/header_btn_01_on.jpg) no-repeat left top;
	margin:0px 0px 0px 0px;
}

.Header-Btn-01 a:hover {
	text-indent:-9999px;
}

.Header-Btn-02 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_02_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-02 a:hover {
	text-indent:-9999px;
}

.Header-Btn-03 a {
	float:right;
	display:block;
	width:156px;
	height:38px;
	background:url(../img/header_btn_03_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-03 a:hover {
	text-indent:-9999px;
}

.Header-Btn-04 a {
	float:right;
	display:block;
	width:116px;
	height:38px;
	background:url(../img/header_btn_04_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-04 a:hover {
	text-indent:-9999px;
}

.Header-Btn-05 a {
	float:right;
	display:block;
	width:136px;
	height:38px;
	background:url(../img/header_btn_05_on.jpg) no-repeat left top;
	margin:0px 0px 0px 4px;
}

.Header-Btn-05 a:hover {
	text-indent:-9999px;
}



/* --------------------------------------------------------
	Navigation
-------------------------------------------------------- */
#Navi {
	clear:both;
	width:770px;
	height:50px;
	margin:0px auto 0px auto;
}

#Navi img {
	vertical-align:top;
}

#Navi ul {
	text-align:left;
	width:770px;
	height:50px;
	margin:0 auto;
	padding:0;
}

#Navi li {
	float:left;
	list-style:none;
	padding:0;
	text-indent:-9999px;
}

#Navi a:hover {
	background-position:0px -50px;
	text-decoration:none;
}

li.Navi-01 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left top;
}

li.Navi-02 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left top;
}

li.Navi-03 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left top;
}

li.Navi-04 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left top;
}

li.Navi-05 a {
	display:block;
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left top;
}

li.Navi-01-on {
	width:154px;
	height:50px;
	background:url(../img/navi_01.jpg) no-repeat left -50px;
}

li.Navi-02-on {
	width:154px;
	height:50px;
	background:url(../img/navi_02.jpg) no-repeat left -50px;
}

li.Navi-03-on {
	width:154px;
	height:50px;
	background:url(../img/navi_03.jpg) no-repeat left -50px;
}

li.Navi-04-on {
	width:154px;
	height:50px;
	background:url(../img/navi_04.jpg) no-repeat left -50px;
}

li.Navi-05-on {
	width:154px;
	height:50px;
	background:url(../img/navi_05.jpg) no-repeat left -50px;
}

/* --------------------------------------------------------
	Sitepath
-------------------------------------------------------- */
#Sitepath {
	height:60px;
	margin:10px 0px 20px 0px;
	padding:20px 0px 0px 0px;
}

#Sitepath li {
	padding:0px 15px 0px 5px;
	float: left;
	font-size:12px;
	background: url(../img/icon_sitepath.jpg) no-repeat right center;
}

#Sitepath li a {
        color: #00A0E9;
	text-decoration: underline;
	font-size: 35px;
}

#Sitepath li a:hover {
        color: #00A0E9;
	text-decoration: none;
}

#Sitepath li.noarrows {
	background: none;
	font-size: 35px;
}

/* --------------------------------------------------------
	Main
-------------------------------------------------------- */
/*---メイン画像---*/
#Gallery-Area {
	width:100%;
	height:320px;
	/* position: absolute; */
	margin: auto;
	z-index:1;
	overflow: hidden;
	border-bottom: solid 4px gray;
	
}




/*---カバー画像（共通）---*/
#Cover-Common {
	width:1100px;
	height:125px;
	margin:0 auto;
	background:url(../img/cover_common.jpg) no-repeat left top;
	text-indent:-9999px;
	z-index:1;
}

/*///// 左コンテンツ /////*/
#Left-Content {
	float:left;
	width:1100px;
	margin:0px 0px 0px 0px;
	display:inline;
}

/*---見出し---*/
#Left-Content h2 {
	clear: both;
	height:100px;
	font-size:60px;
	color:#222;
	font-weight:bold;
	background: linear-gradient(90deg, transparent 0%, transparent 75%, #fff 100%),url(../img/hm_bg.jpg);
	background-repeat: no-repeat;
    background-position: left top;
	padding:40px 0px 0px 30px;
	background-size: contain;
}

#Left-Content h3 {
	background-image: none;
	height:80px;
	border-left: 9px solid #007acc;
	border-bottom: 2px solid #007acc;
	color: #007acc;
	padding: 30px 0px 0px 25px;
	margin: 10px 20px;
	font-size: 50px;
	cursor: pointer;
	transition: background 0.3s;

	/* clear: both;
	height:62px;
	font-size:55px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg.jpg) no-repeat left bottom;
	padding:0px 0px 0px 20px;
	background-size: contain; */
}

#Left-Content h3  a{
        color: #00A0E9;
        text-decoration: underline;
		text-decoration: none;
		font-size: 40px;
}


#Left-Content h4 {
	clear: both;
	height:26px;
	font-size:40px;
	color:#222;
	font-weight:bold;
	background:url(../img/h4_bg.jpg) no-repeat left top;
	background: none;
	padding:4px 0px 0px 12px;
}

#Left-Content h5 {
	clear: both;
	height:20px;
	font-size:12px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	border-bottom:1px dotted #CCC;
}

/*---写真2枚フロート---*/
.Photo_2items {
	width:720px;
	margin:-60px 0px 60px 0px;
}

.Photo_2items img {
	margin:0px 0px 5px 0px;
}

.Photo_2items li {
	float:left;
}

.Photo_2items .Left {
	width:500px;
	margin:70px 20px 0px 50px;
}

.Photo_2items .Right {
	width:500px;
	margin:70px 0px 0px 50px;
}

/*---写真4枚フロート---*/
.Photo_4items {
	width:720px;
	margin:0px 0px 0px 30px;
}

.Photo_4items img {
	margin:0px 0px 5px 0px;
}

.Photo_4items li {
	float:left;
}

.Photo_4items .Left {
	width:171px;
	margin:0px 12px 0px 0px;
}

.Photo_4items .Right {
	width:171px;
	margin:0px 0px 0px 0px;
}

/*---全幅・写真4枚フロート---*/
.Full_Photo_4items {
	width:980px;
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items img {
	margin:0px 0px 0px 0px;
}

.Full_Photo_4items li {
	float:left;
}

.Full_Photo_4items .Left {
	width:230px;
	margin:0px 20px 0px 0px;
}

.Full_Photo_4items .Right {
	width:230px;
	margin:0px 0px 0px 0px;
}

/*///// 右コンテンツ /////*/
#Right-Content {
	display: none !important;
	float:left;
	width:240px;
	margin:0px 0px 0px 20px;
	display:inline;
}

/*---メニュー---*/
.Side-Menu_Tit{
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#222;
        background:url(../img/menu-tit_bg.jpg) no-repeat left top;
	padding:17px 0px 0px 12px;
}

.Side-Menu_Area{
	width:240px;
}

.Side-Menu_Area li a{
        background:url(../img/menu_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li a:hover{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        text-decoration: underline;
        color: #222;
}

.Side-Menu_Area li.menu-on{
        background:url(../img/menu_on_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 16px;
	font-size:14px;
	text-decoration: none;
        color: #FFF;
}

.Side-Menu_Area li.menu-on02{
        background:url(../img/menu_hover_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 30px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-Menu_Area li.menu-btm{
        background:url(../img/menu-btm_bg.jpg) no-repeat left top;
	height:5px;
}


/*---サブメニュー---*/
.Side-SubMenu_Area{
	width:240px;
}

.Side-SubMenu_Area li a{
        background:url(../img/submenu_bg.jpg) no-repeat left top;
        display:block;
	height:30px;
	padding:10px 0px 0px 43px;
	font-size:14px;
	text-decoration: none;
        color: #222;
}

.Side-SubMenu_Area li a:hover{
        background:url(../img/submenu_hover_bg.jpg) no-repeat left top;
        text-decoration: underline;
        color: #222;
}



/*///// 全幅コンテンツ /////*/
#Full-Content {
	width:980px;
	margin:0px 0px 0px 0px;
	display:inline;
}

#Full-Content h2 {
	clear: both;
	height:35px;
	font-size:18px;
	color:#222;
	font-weight:bold;
	background:url(../img/h2_bg_full.jpg) no-repeat left top;
	padding:15px 0px 0px 20px;
}

#Full-Content h3 {
	clear: both;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h3_bg_full.jpg) no-repeat left top;
	padding:4px 0px 0px 20px;
}





/*/  新設ショートカットメニュー  /*/
#SC-Menu-area{
	display: flex;
	width: 100%;
	height: 550px;
	margin-top: 20px;
}

#SC-Menu{
	width: 100%;
	height: 550px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 0;
	
}

#SC-Menu div {
	/* background-color: rgb(0, 97, 188); */
	line-height: 0;
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	height: 130px;
	display: block;
  }

  #SC-Menu a {
	/* background-color: rgb(0, 97, 188); */
	background-image: none;
	padding: 0;
	height: 100%;
	width: auto;
	display: block;
  }

#SC-Menu img {
	display: none; /* 画像をブロック要素として表示 */
	width: 100%; /* コンテナいっぱいに表示 */
	height: auto; /* 高さは自動調整 */
  }

/* .SC-Menu01{
	display: block;
	float:left;

} */


.SC-Menu01::before{
	content: "";
	width: 80px;
	height: 100px;
	background-image:url(../img/SC-Menu01.png);
	position: absolute;
	transform: translate(-260px,10px);
	padding: 0px 0px 0px 0px;
}

.SC-Menu01::after{
	/* background:url(../img/SC-Menu01.png) no-repeat left top; */
	/* background-position-x: -80px; */
	content: "外来について";
	font-size: 50px;
	color: rgb(0 0 0);
	padding: 65px 0px 0px 0px;
	position: absolute;
	height: 50px;
	width: 300px;
	transform: translateX(-150px);
}

.SC-Menu02::before{
	content: "";
	width: 80px;
	height: 100px;
	background-image:url(../img/SC-Menu02.png);
	position: absolute;
	transform: translate(-260px,10px);
	padding: 0px 0px 0px 0px;
}


.SC-Menu02::after{

	content: "入院について";
	font-size: 50px;
	color: rgb(0 0 0);
	padding: 65px 0px 0px 0px;
	position: absolute;
	height: 50px;
	width: 300px;
	transform: translateX(-150px);
}

.SC-Menu03::before{
	content: "";
	width: 80px;
	height: 100px;
	background-image:url(../img/SC-Menu03.png);
	position: absolute;
	transform: translate(-260px,10px);
	padding: 0px 0px 0px 0px;
}

.SC-Menu03::after{

	content: "診療科について";
	font-size: 50px;
	color: rgb(0 0 0);
	padding: 65px 0px 0px 0px;
	position: absolute;
	height: 50px;
	width: 350px;
	transform: translateX(-175px);
}

.SC-Menu04::before{
	content: "";
	width: 80px;
	height: 100px;
	background-image:url(../img/SC-Menu04.png);
	position: absolute;
	transform: translate(-355px,10px);
	padding: 0px 0px 0px 0px;
}

.SC-Menu04::after{

	content: "サイバーナイフについて";
	font-size: 50px;
	color: rgb(0 0 0);
	padding: 65px 0px 0px 0px;
	position: absolute;
	height: 50px;
	width: 550px;
	transform: translateX(-275px);
}

.SC-Menu01  {

background-color: rgb(222, 234, 246);
}

.SC-Menu02  {

background-color: rgb(251, 229, 215);
}

.SC-Menu03  {

background-color: rgb(197, 224, 181);
}

.SC-Menu04  {

background-color: rgb(216, 190, 237);
}


/* .SC-Menu01 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu01_on.jpg) no-repeat left top ;
	background-size: cover;
	transform: scale(2.2);
} */

.SC-Menu01 a:hover {
	text-indent:-9999px;
}

/* .SC-Menu02 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu02_on.jpg) no-repeat left top ;
	background-size: cover;
	transform: scale(2.2);
} */

.SC-Menu02 a:hover {
	text-indent:-9999px;
}

/* .SC-Menu03 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu03_on.jpg) no-repeat left top ;
	background-size: cover;
	transform: scale(2.2);
} */

.SC-Menu03 a:hover {
	text-indent:-9999px;
}

/* .SC-Menu04 a {
	display:block;
	width:245px;
	height:auto;
	background:url(../img/SC-Menu04_on.jpg) no-repeat left top ;
	background-size: cover;
	transform: scale(2.2);
} */

.SC-Menu04 a:hover {
	text-indent:-9999px;
}




/*///// ナビ（リスト表記） /////*/
/*---枠---*/
#List-Navi-Area {
	width:980px;
	height:38px;
	background: url(../img/right-contour.jpg) repeat-y right top;
	margin:18px 0px 29px 0px;
}

#List-Navi_01 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_02 {
	float:left;
	width:240px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_03 {
	float:left;
	width:200px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_04 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

#List-Navi_05 {
	float:left;
	width:180px;
	height:157px;
	background: url(../img/left-contour.jpg) repeat-y left top;
}

/*---項目---*/
.List-Navi_Tit01 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit01 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit02 a {
	display:block;
	width:198px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit02 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit03 a {
	display:block;
	width:158px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit03 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit04 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit04 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

.List-Navi_Tit05 a {
	display:block;
	width:138px;
	height:22px;
	background:url(../img/list_navi_bg.jpg) no-repeat left top;
	margin:0px 0px 0px 10px;
	padding:3px 0px 0px 22px;
        color: #333;
        font-weight: bold;
	text-decoration: none;
}

.List-Navi_Tit05 a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---メニューリスト---*/
.Menu-area{
	float:left;
	margin:4px 0px 0px 18px;
        color: #333;
	font-size:12px;
	line-height:1.2em;
}

.Menu-area li a{
        display:block;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	color:#333;
	padding:7px 0px 0px 10px;
}

.Menu-area li a:hover{
        text-decoration: underline;
        color: #00A0E9;
}

/*---行間マージン設定---*/
.Space-Contour5 {
	height:5px;
	margin:0px 0px 0px 0px;
}

.Space-Contour10 {
	height:10px;
	margin:0px 0px 0px 0px;
}

.Space-Contour20 {
	height:20px;
	margin:0px 0px 0px 0px;
}

.Photo_2items ul .Space-Contour40 {
	display: none;
	height:40px;
	margin:0px 0px 0px 0px;
}

.Space-Contour60 {
	height:60px;
	margin:0px 0px 0px 0px;
}

.Space-Contour100 {
	height:100px;
	margin:0px 0px 0px 0px;
}

.Space-Contour-m {
	display: grid;
	height:200px;
	margin:0px 0px 0px 0px;
}


.Contour {
	clear: both;
	height:3px;
	background:url(../img/contour.jpg) no-repeat left top;
	margin:10px 0px 10px 0px;
}

/*---アイコン---*/
.Ico-blank {
	height: 30px;
	width: auto;
	margin:0px 0px 0px 3px;
	padding:2px 0px 0px 0px;
}

/*---文字設定---*/
.Txt-Red {
	color: #FF0000;
}

.Txt-Red-20-B {
	color: #FF0000;
	font-size:20px;
	font-weight:bold;
}

.Txt-18 {
	font-size:18px;
}

/*---外来診療表・テーブル---*/
.Gairai_Table {
	margin:0px 0px 0px 0px;
	font-size:13px;
	background-color:#EBEBEB;
	padding:5px;
}

.Gairai_Table table {
	width:970px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
}

.Gairai_Table th {
	text-align:center;
	font-weight:bold;
	padding:2px;
	border:1px solid #B9B9B9;
}

.Gairai_Table tr {
	border:1px solid #B9B9B9;
}

.Gairai_Table td {
	text-align:center;
	padding:2px;
	border:1px solid #B9B9B9;
}

/*---テーブル・背景色---*/
.Bg01 {
	background-color:#FFF;
	font-size:20px;
}

.Bg02 {
	background-color:#d5f1b8;
}

.Bg03 {
	background-color:#b8f1d5;
}

.Bg04 {
	background-color:#b8f1f1;
}

.Bg05 {
	background-color:#eadcf8;
}

.Bg06 {
	background-color:#fcedf4;
}

.Bg07 {
	background-color:#ffe6cd;
}

.Bg08 {
	background-color:#f0f0b3;
}

.Bg09 {
	background-color:#ffffaa;
}

.Bg10 {
	background-color:#f1f1e2;
}

.Bg11 {
	background-color:#ffdddd;
}

.Bg12 {
	background-color:#FFD9CE;
}

/*---ページの先頭へ---*/
.PageTop {
	float:right;
}

.PageTop a {
	display:block;
	width:350px;
	height:37px;
	/* background:url(../img/pagetop.jpg) no-repeat left top; */
	background-image: none;
	padding:23px 0px 0px 43px;
	text-decoration: none;
}

.PageTop a:hover {
	background:url(../img/pagetop_on.jpg) no-repeat left top;
	text-decoration: none;
}


/*--youtube表示設定--*/
#youtubeSet{
	display: flex;
	justify-content: center;
}

/*---Tool-Bottom---*/
#Tool-Bottom {
	float:left;
	height:140px;
	width:300px;
	padding:15px 0px 0px 0px;
}

#Tool-Bottom li {
	margin:0px 30px 0px 0px;
	float: left;
	background: url(../img/list_navi_arrow.png) no-repeat left 8px;
	text-decoration: none;
	padding:7px 0px 0px 10px;
}

#Tool-Bottom a {
        color: #333;
	text-decoration: none;
}

#Tool-Bottom a:hover {
        color: #00A0E9;
	text-decoration: underline;
}

/*---住所---*/
#Add {
	float:left;
}

/*---コピーライト---*/
#Copy {
	float:right;
	font-size:20px;
}

/* --------------------------------------------------------
	Footer
-------------------------------------------------------- */
#Footer-Wrap {
	height:300px;
	background: linear-gradient(180deg, #eaeaea 0%, #eaeaea 45%, rgb(0 95 185) 45%, rgb(0 95 185) 100%);
}

#Footer {
	width:980px;
	height:300px;
	margin:0 auto;
	line-height:1.4em;
	font-size:25px;
	color: #FFF;
}


}

/* body {
	margin: 0;
	font-family: Arial, sans-serif;
} */

.hamburger-menu {
	position: fixed;
	top: 10px;
	right: 170px; /* 右から2番目の位置に配置 */
	z-index: 1000;
	cursor: pointer;
}
.hamburger-icon-image {
	width: 160px;  /* アイコン画像サイズ */
	height: 160px; /* アイコン画像サイズ */
	cursor: pointer;
}


/* .hamburger-icon {
	width: 30px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} */

/* .hamburger-icon  span {
	width: 100%;
	height: 3px;
	background-color: black;
	transition: all 0.3s ease;
} */

/* モバイルメニューの位置調整 */
#mobile-menu {
	position: fixed;
	top: 0;
	right: -60%;
	width: 60%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: 0.3s ease;
	z-index: 999;
	display: flex;
	flex-direction: column;
	padding-top: 180px;
	box-sizing: border-box;
	overflow-y: auto;
}

.mobile-menu-item {
	padding: 50px 0px 50px 0px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.mobile-menu-item img {
	max-width: 450px;
	height: auto;
}

.left-hamburger-menu {
	position: fixed;
	top: 10px; /* bottomからtopに変更 */
	right: 10px; /* leftからrightに変更 */
	z-index: 1000;
	cursor: pointer;
}

#left-mobile-menu {
	position: fixed;
	top: 0;
	right: -60%; /* leftからrightに変更 */
	width: 60%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: 0.3s ease;
	z-index: 999;
	display: flex;
	flex-direction: column;
	padding: 170px 0px 100px 50px;
	box-sizing: border-box;
	overflow-y: auto;
	
}

.MMenu-item{
	width: 500px;
	height: 150px;
	font-size: 50px;
	color: #ffffff;
	background-color: rgb(0, 97, 188);
	border-radius: 65px;
	margin: 60px 0px 0px 0px;
	padding: 65px 0 0 50px;

}
						
#mobile-menu.open,
#left-mobile-menu.open {
	right: 0;
}



.side-list {
        margin-top: 10px;
    }

.side-item {
        width: 500px;
        height: 110px;
        font-size: 40px;
        color: #ffffff;
        background-color: rgb(0, 97, 188);
        border-radius: 65px;
        margin: 0px 0px 10px 0px;
        padding: 45px 0 0 50px;
    }

.side-item a {
        text-decoration: none;
		color: #ffffff;
}










@media (min-width: 480px) {
	.hamburger-menu, 
	#mobile-menu,
	.left-hamburger-menu, 
	#left-mobile-menu {
		display: none;
	}
}
