html {
scroll-behavior: smooth;
}
body {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
	color:#474B46;
	pointer-events: none;
	text-decoration: none;
	}
	
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		text-decoration:underline;
	}
}
/*ページ上部ボタンのいち変更*/
.scroll-top {
bottom: 100px !important;
z-index: 10;
}   

#container {
	margin-top:-24px;
	width:100%;
	color:#333;
}
@media (min-width: 768px) {
#container {
width:100%;
color:#333;
margin-top:-24px;
}
}
@media (max-width: 767px) {
#container {
margin-top:-24px;
width:100%;
color:#333;
background:#fff;
}
}

/*contentsmain*/
@media (min-width: 768px) {
.contentsmain{
width: 100%;
max-width: 1100px;
margin	: 20px auto 100px;
color: #333;
display:table;
}
}
@media (max-width: 767px) {
.contentsmain{
width: 90%;
margin	: 20px auto 80px;
color: #333;
display:table;
}
}
@media (min-width: 768px) {
.contentsmain h2 {
margin	: 60px auto 30px;
text-align:center;
font-size:40px;
font-weight:bold;
padding:10px;
letter-spacing:2px;
}
.contentsmain h2 span{
display:block;
font-size:16px;
line-height: 160%;
color:#92a8ca;
font-weight:normal;
letter-spacing:2px;
}
.contentsmain p {
margin-bottom: 0px;
}
.contentsmain p.maintext {
margin	: 0px auto 30px;
text-align:center;
font-size:120%;
font-weight:bold;
padding:10px;
letter-spacing:2px;
}
.contentsmain p.subtext {
margin	: 10px auto 30px;
text-align:center;
font-size:110%;
font-weight:bold;
padding:10px;
letter-spacing:2px;
}

.contentsmain h3 {
font-size:35px;
font-weight: bold;
letter-spacing: 1px;
padding: 0 3em;
width: fit-content;
margin: 100px auto 50px;
text-align: center;
position: relative;
}
.contentsmain h3::before, .contentsmain h3::after {
content: '';
background: #6785b5;
width: 2em;
height: 1px;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.contentsmain h3::before {
left:0;
}
.contentsmain h3::after {
right: 0;
}
}

@media (max-width: 767px) {
.contentsmain h2 {
margin	: 30px auto 30px;
text-align:center;
font-size:26px;
font-weight:bold;
padding:0 10px;
letter-spacing:2px;
}
.contentsmain h2 span{
display:block;
font-size:14px;
color:#92a8ca;
font-weight:normal;
letter-spacing:2px;
}
.contentsmain p {
margin-bottom: 0px;
}

.contentsmain p.maintext {
margin	: 0px auto 20px;
text-align:center;
font-size:120%;
font-weight:bold;
padding:10px;
letter-spacing:2px;
}
.contentsmain p.subtext {
margin	: 10px auto 30px;
text-align:center;
font-size:110%;
font-weight:bold;
padding:10px;
letter-spacing:2px;
}
.contentsmain h3 {
font-size:20px;
font-weight: bold;
letter-spacing: 1px;
padding: 0 3em;
width: fit-content;
margin: 80px auto 50px;
text-align: center;
position: relative;
}
.contentsmain h3::before, .contentsmain h3::after {
content: '';
background: #6785b5;
width: 2em;
height: 1px;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.contentsmain h3::before {
left:0;
}
.contentsmain h3::after {
right: 0;
}
}

/* align */
.ac {	text-align:center;}
.al {	text-align:left;}
.ar {	text-align:right;}

/* font
--------------------------*/
.fb{ font-weight:bold;}
.fn{ font-weight:normal;}
.fsm { font-size:110%; }
.fsl { font-size:120%; }
.fsll { font-size:150%; }
.fss { font-size:90%; }
.red{ color:#C62618;}
.blue{ color:#265195;}
.r_blue{color: #97abcc}
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs21 { font-size:21px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }


.fr{float: right;}
.fl{float: left;}

@media (min-width: 768px) {
.sp {
display: none;
}
}

@media (max-width: 767px) {
.pc {
display: none;
}
}

a img:hover {
opacity: 0.7;
transition: all 0.3s ease;
}


@media (min-width: 768px) {
.btn {
position: relative;
display:inline-block;
width: 280px;
padding: 14px 0;
border: 1px solid #265195;
border-radius: 10px;
background-color: #fff;
font-size: 18px;
color: #265195;
font-weight: bold;
text-align: center;
}
.btn::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 20px;
width: 9px;
height: 9px;
margin: auto;
border-top: 2px solid #265195;
border-right: 2px solid #265195;
transform: rotate(45deg);
box-sizing: border-box;
}
.btn:hover {
color:#265195;
background:#becbdf;
transition: all 0.3s ease;
}
}
@media (max-width: 767px) {
.btn {
position: relative;
display:inline-block;
width: 90%;
padding: 12px 0;
border: 1px solid #265195;
border-radius: 10px;
background-color: #fff;
font-size: 16px;
color: #265195;
font-weight: bold;
text-align: center;
}
.btn::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 8px;
width: 6px;
height: 6px;
margin: auto;
border-top: 2px solid #265195;
border-right: 2px solid #265195;
transform: rotate(45deg);
box-sizing: border-box;
}
.btn:hover {
color:#265195;
background:#becbdf;
transition: all 0.3s ease;
}
}

.btn_pdf {
position: relative;
display:inline-block;
width: 280px;
padding: 12px 0;
line-height: 110%;
border: 1px solid #265195;
border-radius: 10px;
background-color: #fff;
font-size: 18px;
color: #265195;
font-weight: bold;
text-align: center;
background: url(../img/icon_pdf.png) 95% 50% no-repeat #fff;
}
.btn_pdf:hover {
color:#265195;
transition: all 0.3s ease;
background: url(../img/icon_pdf.png) 95% 50% no-repeat #becbdf;
}

.btn_pdfs {
position: relative;
display:inline-block;
width: 90%;
margin: 4px auto;
padding: 10px 30px 10px 10px;
border: 1px solid #265195;
border-radius: 10px;
background-color: #fff;
font-size: 15px;
line-height: 110%;
color: #265195;
font-weight: bold;
text-align: center;
background: url(../img/icon_pdf.png) 95% 50% no-repeat #fff;
}
.btn_pdfs:hover {
color:#265195;
transition: all 0.3s ease;
background: url(../img/icon_pdf.png) 95% 50% no-repeat #becbdf;
}

.btn_bc {
position: relative;
display:inline-block;
padding: 10px 40px 10px 20px;
border: 1px solid #3387b4;
border-radius: 10px;
background-color: #fff;
font-size: 18px;
color: #3387b4;
font-weight: bold;
text-align: center;
margin:0 auto;
}
.btn_bc::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 20px;
width: 9px;
height: 9px;
margin: auto;
border-top: 2px solid #3387b4;
border-right: 2px solid #3387b4;
transform: rotate(45deg);
box-sizing: border-box;
}
.btn_bc:hover {
color: #3387b4;
background:#b2d2e3;
transition: all 0.3s ease;
}

.btn_yy {
position: relative;
display:inline-block;
padding: 10px 40px 10px 20px;
border: 1px solid #d9715a;
border-radius: 10px;
background-color: #fff;
font-size: 18px;
color: #d9715a;
font-weight: bold;
text-align: center;
margin:0 auto;
}
.btn_yy::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 20px;
width: 9px;
height: 9px;
margin: auto;
border-top: 2px solid #d9715a;
border-right: 2px solid #d9715a;
transform: rotate(45deg);
box-sizing: border-box;
}
.btn_yy:hover {
color: #d9715a;
background:#f4d4cd;
transition: all 0.3s ease;
}

/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 25px auto 0px;
	background:#253259;
	border-bottom:1px solid #005fb0;
}
#menu-inner{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
	background:#253259;
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
	width:16%;
	border-left:1px solid #6785b5;
}
#menu-content > li:last-child{
	border-right:1px solid #6785b5;
}
@media (min-width: 768px) {
#menu-content > li:nth-child(1),#menu-content > li:nth-child(2){
	width:26% !important;
}
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
	padding:15px 5px;
	background:#253259;
    color: #fff;
    font-size: 110%;
	font-weight:bold;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
	background:#265195;
    color: #fff;
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}

/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 50px;
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 158px;
    height: 40px;
}
#menu-content > li:nth-child(1) > ul.second-content > li,#menu-content > li:nth-child(2) > ul.second-content > li{
    text-align: center;
    width: 258px;
    height: 40px;
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;
    background: #265195;
    color: #fff;
	font-weight:bold;
    font-size: 100%;
    text-decoration: none;
	border-top:1px solid #4C90BE;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;
    color: #fff;
}

@media screen and (max-width:768px){
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: center;}
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 90%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

#menu-btn span {
  display: block;
  height: 3px;
  width: 20px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

/*電話番号下線*/
a[href^="tel:"] {
  text-decoration: none;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/*under page*/
@media screen and (min-width: 768px), print {
.path{
text-align:center;
margin:0px auto 0px;
background: #6785b5;
color: #fff;
border-top: 1px solid #becbdf;
}
.path ul{
width:950px;
margin:0 auto;
display: table;
list-style:none;
}
.path ul li{
float:left;
padding:8px;
}
.path a{
font-size: 14px;
line-height: 160%;
text-decoration:none;
color: #fff;
}
.path li:before {
content: '>';
margin-right: 10px;
}
.path li:first-child::before {
content: none;
}
}
@media screen and (max-width: 767px) {
.path{
text-align:center;
margin:0px auto 20px;
background: #6785b5;
color: #fff;
}
.path ul{
width:100%;
margin:0 auto;
display: table;
list-style:none;
}
.path ul li{
float:left;
padding:8px 5px 10px;
}
.path a{
font-size: 13px;
line-height: 160%;
text-decoration:none;
color: #fff;
}
.path li:before {
content: '>';
margin-right: 5px;
}
.path li:first-child::before {
content: none;
}
}

@media (min-width: 768px) {
ul.pagenav{
display:table;
width:100%;
border-collapse: separate;
border-spacing: 10px 0;
margin:5px auto 10px;
padding:0px
}
ul.pagenav li{
display:table-cell;
width:20%;
text-align:center;
}
ul.pagenav li a{
position: relative;
display:block;
width:100%;
max-width: 300px;
border-radius:10px;
padding:10px 30px 20px;
text-align:center;
font-weight:bold;
color:#333;
font-size:16px;
background:#e9eef4;
margin:0 auto;
}
ul.pagenav li a::before {
content: "";
position: absolute;
bottom: 8px;
left: 50%;
vertical-align: middle;
line-height: 1;
width: 0.5em;
height: 0.5em;
border: 0.2em solid #6785b5;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
}
ul.pagenav li a:hover{
color: #265195;
background:#becbdf;
transition: all 0.3s ease;
}
}

@media (max-width: 767px) {
ul.pagenav{
display:table;
width:100%;
border-collapse: separate;
border-spacing: 5px 0;
margin:0 auto 10px;
}
ul.pagenav li{
display:table-cell;
}
ul.pagenav li a{
position: relative;
display:block;
width:100%;
border-radius:10px;
padding:10px 5px 20px 5px;
text-align:center;
font-weight:bold;
color:#333;
font-size:15px;
background:#e9eef4;
}
ul.pagenav li a::before {
content: "";
position: absolute;
bottom: 8px;
left: 50%;
vertical-align: middle;
line-height: 1;
width: 0.5em;
height: 0.5em;
border: 0.2em solid #6785b5;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg);
}
ul.pagenav li a:hover{
color: #265195;
background:#becbdf;
transition: all 0.3s ease;
}
}


@media (min-width: 768px) {
ul.pageflow{
display:table;
width:100%;
border-collapse: separate;
border-spacing: 10px 0;
margin:80px auto 10px;
padding:0px
}
ul.pageflow li{
position: relative;
display:table-cell;
width:20%;
}
ul.pageflow li a{
position: relative;
display:block;
width:100%;
border-radius:10px;
padding:20px 30px 20px;
text-align:center;
font-weight:bold;
color:#333;
font-size:16px;
background:#e9eef4;
}
ul.pageflow li a::after {
content: "";
position: absolute;
bottom: 50%;
right: 101%;
vertical-align: middle;
line-height: 1;
width: 0.5em;
height: 0.5em;
border: 0.2em solid #6785b5;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(0%) rotate(45deg);
}
ul.pageflow li:first-child a::after {
display: none;
}
ul.pageflow li a:hover{
color: #265195;
background:#becbdf;
transition: all 0.3s ease;
}
ul.pageflow li p{
position: absolute;
display: inline-block;
width: 72px;
height: 72px;
border-radius: 50%;
background:#6785b5;
color: #fff;
font-weight: bold;
z-index: 1;
top:-55px;
left: 38%;
}
ul.pageflow li p span {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width :72px;
text-align:center;
line-height: 20px;
}
ul.pageflow li p span u{
font-size: 200%;
text-decoration: none;
}
}

@media (max-width: 767px) {
ul.pageflow{
display:table;
width:100%;
border-collapse: separate;
border-spacing: 5px 0;
margin:60px auto 0px;
}
ul.pageflow li{
display:table-cell;
position: relative;
width: 20%;
}
ul.pageflow li a{
position: relative;
display:block;
width:100%;
border-radius:10px;
padding:10px 5px 20px 5px;
text-align:center;
font-weight:bold;
color:#333;
font-size:15px;
background:#e9eef4;
}
ul.pageflow li a::after {
content: "";
position: absolute;
bottom: 50%;
right: 101%;
vertical-align: middle;
line-height: 1;
width: 0.5em;
height: 0.5em;
border: 0.2em solid #6785b5;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(0%) rotate(45deg);
}
ul.pageflow li:first-child a::after {
display: none;
}
ul.pagenav li a:hover{
color:#fff;
background:#265195;
}
ul.pageflow li p{
position: absolute;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
background:#6785b5;
color: #fff;
font-weight: bold;
font-size: 12px;
z-index: 1;
top:-40px;
left: 0%;
}
ul.pageflow li p span {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width :50px;
text-align:center;
line-height: 14px;
}
ul.pageflow li p span u{
font-size: 150%;
text-decoration: none;
}


ul.pageflow li p{
position: absolute;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
background:#6785b5;
color: #fff;
font-weight: bold;
font-size: 12px;
z-index: 1;
top:-40px;
left: 0%;
}
ul.pageflow li p span {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width :50px;
text-align:center;
line-height: 14px;
}
ul.pageflow li p span u{
font-size: 150%;
text-decoration: none;
}
}


@media (min-width: 768px) {
ul.column3-2 {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 16px;
}
ul.column3-2 li {
flex: 0 0 33.33%;
padding: 30px;
text-align: center;
}
ul.column3-2 li img{
width: 100%;
border-radius: 10px;
height: auto;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
ul.column3-2 li p{
margin: 10px auto;
}
ul.column3-2 li p span{
display: block;
font-size: 110%;
font-weight: bold;
}
ul.column3-2 li p span.bc {
display:inline !important;
background: #3387b4;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2 li p span.yy {
display:inline !important;
background: #e18d7b;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
}

@media (max-width: 767px) {
ul.column3-2 {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 15px;
line-height: 110%;
}
ul.column3-2 li {
flex: 0 0 50%;
padding: 10px;
text-align: center;
}
ul.column3-2 li img{
width: 100%;
border-radius: 10px;
height:auto;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
ul.column3-2 li p{
margin: 10px auto;
}
ul.column3-2 li p span{
display: block;
font-size: 110%;
line-height: 150%;
font-weight: bold;
}
ul.column3-2 li p span.bc {
display:inline !important;
background: #3387b4;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2 li p span.yy {
display:inline !important;
background: #e18d7b;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
}

@media (min-width: 768px) {
ul.column3-2h {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 16px;
}
ul.column3-2h li {
flex: 0 0 33.33%;
padding: 30px;
text-align: center;
}
ul.column3-2h li img{
width: 100%;
border-radius: 10px;
height: 220px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
ul.column3-2h li p{
margin: 10px auto;
}
ul.column3-2h li p span{
display: block;
font-size: 110%;
font-weight: bold;
}
ul.column3-2h li p span.bc {
display:inline !important;
background: #3387b4;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2h li p span.yy {
display:inline !important;
background: #e18d7b;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2h h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5174aa;
	font-size: 20px;
	margin: -20px auto 10px;
	padding: 0 20px;
}
ul.column3-2h h3::before,
ul.column3-2h h3::after {
    width: 3px;
    height: 20px;
	top:20%;
    background-color: #5174aa;
    content: '';
}
ul.column3-2h h3::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}
ul.column3-2h h3::after {
    transform: rotate(35deg);
    margin-left: 20px;
}
}

@media (max-width: 767px) {
ul.column3-2h {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 15px;
line-height: 110%;
}
ul.column3-2h li {
flex: 0 0 50%;
padding: 10px;
text-align: center;
}
ul.column3-2h li img{
width: 100%;
border-radius: 10px;
height:120px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
ul.column3-2h li p{
margin: 10px auto;
}
ul.column3-2h li p span{
display: block;
font-size: 110%;
line-height: 150%;
font-weight: bold;
}
ul.column3-2h li p span.bc {
display:inline !important;
background: #3387b4;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2h li p span.yy {
display:inline !important;
background: #e18d7b;
color: #fff;
font-weight: normal !important;
padding: 2px 8px !important;
text-align: center;
font-size: 12px !important;
margin: 5px 5px 2px;
}
ul.column3-2h h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5174aa;
	font-size: 16px;
	line-height: 100%;
	margin: 0px auto 10px;
	padding: 0 20px;
}
ul.column3-2h h3::before,
ul.column3-2h h3::after {
    width: 3px;
    height: 20px;
	top:20%;
    background-color: #5174aa;
    content: '';
}
ul.column3-2h h3::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}
ul.column3-2h h3::after {
    transform: rotate(35deg);
    margin-left: 20px;
}
}

@media (min-width: 768px) {
ul.column2 {
display: flex;
list-style: none;
justify-content: center;
align-items: center;
}
ul.column2 li {
display: inline;
}
ul.column2 li p{
padding: 30px;
border-radius: 10px;
background: #fff;
margin: 10px 50px;
width: 230px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
ul.column2 li p img{
width: 110px;
}
ul.column2 li a{
color:#333;
}
}
@media (max-width: 767px) {
ul.column2 {
display: flex;
list-style: none;
justify-content: center;
align-items: center;
}
ul.column2 li {
display: inline;
}
ul.column2 li p{
padding: 20px;
border-radius: 10px;
background: #fff;
margin: 10px;
width: 150px;
text-align: center;
font-size: 16px;
font-weight: bold;
}
ul.column2 li p img{
width: 70%;
}
ul.column2 li a{
color:#333;
}
}

.tbl{
width:100%;
font-size: 15px;
letter-spacing: 1px;
margin: 10px auto;
background: #fff;
}
.tbl th {
padding:5px;
border: 1px solid #aaa;
vertical-align: middle;
}
.tbl td {
padding:5px;
border: 1px solid #aaa;
vertical-align: middle;
}


@media (min-width: 768px) {
footer{
position: sticky;
bottom: 0;
width: 100%;
background: #fff;
border-radius: 20px 20px 0px 0px;
padding: 10px;
border: 1px solid #253259;
z-index: 10;
}
footer ul.sp{
display: none;
}
footer ul.pc{
display: flex;
flex-wrap: wrap;
list-style: none;
}
footer ul.pc li{
text-align: center;
font-weight: bold;
}
footer ul.pc li:nth-child(1){
width: 38%;
}
footer ul.pc li:nth-child(1) a{
font-size: 24px;
line-height: 50px;
color: #253259;
background: url(../img/icon_serach.png) 5px 50% no-repeat;
padding:10px 0 10px  50px;
}
footer ul.pc li:nth-child(2){
width: 37%;
border-left: 1px solid #92a8ca;
border-right: 1px solid #92a8ca;
}
footer ul.pc li:nth-child(2) a{
font-size: 24px;
line-height: 50px;
color: #253259;
background: url(../img/icon_phone.png) 5px 40% no-repeat;
padding:10px 0 10px 50px;
}
footer ul.pc li:nth-child(2) a span{
font-weight: normal;
font-size: 14px;
}
footer ul.pc li:nth-child(3){
width: 25%;
}
footer ul.pc li:nth-child(3) a{
font-size: 15px;
line-height: 50px;
color: #253259;
background: url(../img/icon_qa.png) 8px 40% no-repeat;
padding:10px 0 10px 70px;
}
footer ul.pc li a:hover{
color: #6785b5;
transition: all 0.3s ease;
}
footer ul.pc li a span.none{
font-weight:bold;
}
footer ul.pc li a span.nonenone{
font-weight: normal;
}
}
@media (min-width: 768px) and (max-width: 1024px){
footer{
position: sticky;
bottom: 0;
width: 100%;
background: #fff;
border-radius: 20px 20px 0px 0px;
padding: 10px;
border: 1px solid #253259;
z-index: 10;
}
footer ul.sp{
display: none;
}
footer ul.pc{
display: flex;
flex-wrap: wrap;
list-style: none;
}
footer ul.pc li{
text-align: center;
font-weight: bold;
}
footer ul.pc li:nth-child(1){
width: 38%;
}
footer ul.pc li:nth-child(1) a{
font-size: 20px;
line-height: 50px;
color: #253259;
background: url(../img/icon_serach.png) 5px 50% no-repeat;
padding:4px 0 4px  50px;
}
footer ul.pc li:nth-child(2){
width: 37%;
border-left: 1px solid #92a8ca;
border-right: 1px solid #92a8ca;
}
footer ul.pc li:nth-child(2) a{
font-size: 20px;
line-height: 50px;
color: #253259;
background: url(../img/icon_phone.png) 5px 40% no-repeat;
padding:5px 0 5px 50px;
}
footer ul.pc li:nth-child(2) a span{
font-weight: normal;
font-size: 14px;
}
footer ul.pc li:nth-child(3){
width: 25%;
}
footer ul.pc li:nth-child(3) a{
font-size: 15px;
line-height: 50px;
color: #253259;
background: url(../img/icon_qa.png) 8px 40% no-repeat;
padding:10px 0 10px 70px;
}
footer ul.pc li a:hover{
color: #6785b5;
transition: all 0.3s ease;
}
footer ul.pc li a span.none{
display: none;
}
footer ul.pc li a span.nonenone{
display: none;
}
}
@media (max-width: 767px) {
footer{
position: sticky;
bottom: 0;
width: 100%;
background: #fff;
border-radius: 20px 20px 0px 0px;
padding: 10px;
border: 1px solid #253259;
z-index: 10;
}
footer ul.pc{
display: none;
}
footer ul.sp{
display: flex;
flex-wrap: wrap;
list-style: none;
}
footer ul.sp li{
text-align: center;
font-weight: bold;
}
footer ul.sp li:nth-child(1){
width: 45%;
}
footer ul.sp li:nth-child(1) a{
font-size: 15px;
line-height: 20px;
color: #253259;
background: url(../img/icon_serach.png) 5px 50% no-repeat;
background-size: 20px 20px;
padding:10px 0 10px 30px;
}
footer ul.sp li:nth-child(2){
width: 30%;
border-left: 1px solid #92a8ca;
border-right: 1px solid #92a8ca;
}
footer ul.sp li:nth-child(2) a{
font-size: 15px;
line-height: 20px;
color: #253259;
background: url(../img/icon_phone.png) 5px 50% no-repeat;
background-size: 20px 20px;
padding:10px 0 10px 30px;
}
footer ul.sp li:nth-child(2) a span{
font-weight: normal;
font-size: 14px;
}
footer ul.sp li:nth-child(3){
width: 25%;
}
footer ul.sp li:nth-child(3) a{
font-size: 15px;
line-height: 20px;
color: #253259;
background: url(../img/icon_qa.png) 8px 50% no-repeat;
background-size: 27px 20px;
padding:10px 0 10px 40px;
}
footer ul.sp li a span.none{
font-weight:bold;
}
footer ul.sp li a span.nonenone{
font-weight: normal;
}
}

/*よくあるご質問 pcsp共通*/
.faq {
width: 100%;
margin-bottom: 10px;
border: 1px solid #d6dde3;
border-radius: 10px;
}
.faq summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 20px 20px 20px 80px;
color: #265195;
font-weight:bold;
cursor: pointer;
background: #e9eef4;
font-size: 18px;
letter-spacing: 1px;
}
.faq summary::before,
.faq p::before {
position: absolute;
left: 1em;
font-weight: 600;
font-size: 1.3em;
}
.faq summary::before {
color: #5174aa;
content: "Q";
font-size: 30px;
font-weight: normal;
}
.faq summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid #0069a1;
border-right: 3px solid #0069a1;
content: '';
transition: transform .5s;
}
.faq[open] summary::after {
transform: rotate(225deg);
}
.faq p {
position: relative;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 20px 20px 20px 80px;
color: #333;
transition: transform .5s, opacity .5s;
font-size: 16px;
letter-spacing: 1px;
}
.faq[open] p {
transform: none;
opacity: 1;
}
.faq p::before {
color: #e18d7b;
font-size: 30px;
content: "A";
font-weight: normal;
}
.faq p span.bc {
background: #3387b4;
color: #fff;
padding: 0 8px;
text-align: center;
font-size: 14px;
display:table;
margin: 5px 0 2px;
}
.faq p span.yy {
background: #e18d7b;
color: #fff;
padding: 0 8px;
text-align: center;
font-size: 14px;
display:table;
margin: 5px 0 2px;
}
.faq p a{
color: #265195 !important;
text-decoration: underline;
}
.faq p a:hover{
color: #265195 !important;
background: #f2f2bc;
transition: all 0.3s ease;
}

.faq_tab {
display: table;
text-align: center;
padding: 20px 0 40px;
margin: 0 auto;
}
.faq_tab a{
white-space: nowrap;
font-size: 16px;
line-height: 30px;
color: #fff;
font-weight: bold;
background: url(../img/icon_tab.jpg) 10px 50% no-repeat #6785b5;
padding:8px 20px 8px 30px;
border-radius: 10px;
margin: 4px;
}
.faq_tab a:hover{
opacity: 0.5;
transition: all 0.3s ease;
}

@media (max-width: 767px) {
.faq summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 15px 15px 15px 50px;
color: #265195;
font-weight:bold;
cursor: pointer;
background: #e9eef4;
font-size: 16px;
line-height: 120%;
letter-spacing: 1px;
}
.faq summary::before {
color: #5174aa;
content: "Q";
font-size: 20px;
font-weight: normal;
}
.faq p {
position: relative;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 15px 15px 15px 50px;
color: #333;
transition: transform .5s, opacity .5s;
font-size: 15px;
letter-spacing: 1px;
}
.faq p::before {
color: #e18d7b;
font-size: 20px;
content: "A";
font-weight: normal;
}

.faq_tab {
padding: 0px 0 20px;
}
.faq_tab a{
font-size: 14px;
line-height: 30px;
color: #fff;
font-weight: bold;
background: url(../img/icon_tab.jpg) 5px 50% no-repeat #6785b5;
padding:5px 10px 5px 24px;
border-radius: 5px;
margin: 2px;
white-space: nowrap;
}
}



@media (min-width: 768px) {
.tb_cataring{
width:70%;
margin: 5px auto;
line-height:140%;
}
.tb_cataring th,.tb_cataring td {
padding:10px;
border: 1px solid #6785b5;
vertical-align: middle;
font-weight: bold;
font-size:16px;
}
.tb_cataring thead tr{
background: #e9eef4;
}
.tb_cataring thead td {
color: #6785b5;
text-align: center;
font-weight: bold;
}
.tb_cataring td span{
font-weight: normal;
font-size:90%;
}
}
@media (max-width: 767px) {
.scroll{
        overflow: auto;
        white-space: nowrap;
        max-width: 350px;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.tb_cataring{
display: table;
width: 100%;
width: auto;
table-layout: fixed;
line-height:140%;
margin:0 auto;
border-collapse: collapse;
}
.tb_cataring th,.tb_cataring td {
padding:10px;
border: 1px solid #6785b5;
vertical-align: middle;
font-weight: bold;
font-size:16px;
}
.tb_cataring thead td {
color: #6785b5;
text-align: center;
font-weight: bold;
}
.tb_cataring thead tr{
background: #e9eef4;
}
.tb_cataring td span{
font-weight: normal;
font-size:90%;
}
}

@media (min-width: 768px) {
.note{
background: #fbf1ee;
width:100%;
margin: 50px auto;
padding: 20px 60px 30px;
}
.note h4{
color: #d9715a;
font-size: 30px;
font-weight: bold;
letter-spacing: 2px;
margin: 30px auto;
text-align: center;
}
.note p{
font-size: 16px;
font-weight: bold;
margin: 10px auto;
}
.note .bc{
position:relative;
border: 1px solid #3387b4;
background: #fff;
font-size: 16px;
line-height: 180%;
letter-spacing: 0.3px;
font-weight: bold;
margin: 30px auto;
padding: 24px;
}
.note .bc h5{
position: absolute;
top:-20px;
left: -20px;
background: #3387b4;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.note .yy{
position:relative;
border: 1px solid #e18d7b;
background: #fff;
font-size: 16px;
line-height: 180%;
font-weight: bold;
margin: 30px auto;
padding: 24px;
}
.note .yy h5{
position: absolute;
top:-20px;
left: -20px;
background: #e18d7b;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}

.note span.line{
background:linear-gradient(transparent 70%, #e6e679 70%);
font-size: 160%;
font-weight: bold;
}
.note span.pink{
color: #d9715a;
font-weight: bold;
}
}

@media (max-width: 767px) {
.note{
background: #fbf1ee;
width:100%;
margin: 50px auto;
padding: 20px 20px 20px;
}
.note h4{
color: #d9715a;
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
margin: 30px auto;
text-align: center;
}
.note p{
font-size: 15px;
font-weight: bold;
margin: 10px auto;
}
.note .bc{
position:relative;
border: 1px solid #3387b4;
background: #fff;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 30px auto;
padding: 15px;
}
.note .bc h5{
position: absolute;
top:-20px;
left: -20px;
background: #3387b4;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.note .yy{
position:relative;
border: 1px solid #e18d7b;
background: #fff;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 30px auto;
padding: 24px;
}
.note .yy h5{
position: absolute;
top:-20px;
left: -20px;
background: #e18d7b;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}

.note span.line{
background:linear-gradient(transparent 70%, #e6e679 70%);
font-size: 140%;
font-weight: bold;
}
.note span.pink{
color: #d9715a;
font-weight: bold;
}
}

@media (min-width: 768px) {
.step{
position: relative;
width:auto;
border-left:5px solid #92a8ca;
margin: 150px 0 50px 50px;
padding: 20px 0 10px 70px;
}
.step01{
background: url(../img/step_photo01.jpg) 100% 0% no-repeat;
}
.step02{
background: url(../img/step_photo02.jpg) 100% 0% no-repeat;
}
.step03{
background: url(../img/step_photo03.jpg) 100% 0% no-repeat;
}
.step04{
background: url(../img/step_photo04.jpg) 100% 0% no-repeat;
}
.step .circle{
position: absolute;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
background:#6785b5;
color: #fff;
font-weight: bold;
font-size: 18px;
z-index: 1;
top:-110px;
left: -50px;
}
.step .circle span {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width :100px;
text-align:center;
line-height: 30px;
}
.step .circle span u{
font-size: 200%;
text-decoration: none;
}
.step h3 {
position: absolute;
display: inline-block;
top:-40px;
color: #265195;
font-size:28px;
font-weight: bold;
letter-spacing: 1px;
padding:0;
width: auto;
margin: 0px auto 20px;
text-align: left;
}
.step h3::before, .step  h3::after {
background: none;
}
.step p{
font-size: 17px;
font-weight: bold;
letter-spacing:0.5px;
}
}

.separator {
position: relative;
width:100%;
border-bottom: 2px solid #92a8ca;
background-color: #fff;
}
.separator:before,.separator:after {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.separator:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #ffffff;
border-width: 15px;
margin-left: -15px;
}
.separator:before {
border-color: rgba(146, 168, 202, 0);
border-top-color: #92a8ca;
border-width: 17px;
margin-left: -17px;
}

@media (max-width: 767px) {
.step{
position: relative;
width:auto;
border-left:1px solid #92a8ca;
margin: 100px 0 20px 0px;
padding: 0px 0 10px 10px;
}
.step .circle{
position: absolute;
display: inline-block;
width: 70px;
height: 70px;
border-radius: 50%;
background:#6785b5;
color: #fff;
font-weight: bold;
font-size: 16px;
z-index: 1;
top:-80px;
left: -20px;
}
.step .circle span {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width :70px;
text-align:center;
line-height: 20px;
}
.step .circle span u{
font-size: 200%;
text-decoration: none;
}
.step h3 {
position: absolute;
display: inline-block;
top:-40px;
left: 60px;
color: #265195;
font-size:20px;
font-weight: bold;
letter-spacing: 1px;
padding:0;
width: auto;
margin: 0px auto 20px;
text-align: left;
}
.step h3::before, .step  h3::after {
background: none;
}
.step p{
font-size: 16px;
font-weight: bold;
letter-spacing:0.5px;
}
}

@media (min-width: 768px) {
.area_pink{
background-color: #fbf1ee;
padding:20px 30px;
border-radius: 10px;
margin: 50px auto;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.area_gray{
background-color: #e3e3e3;
padding:20px 30px;
border-radius: 10px;
margin: 20px auto;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
}
@media (max-width: 767px) {
.area_pink{
background-color: #fbf1ee;
padding:10px 20px;
border-radius: 10px;
margin: 30px auto;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.area_gray{
background-color: #e3e3e3;
padding:10px 20px;
border-radius: 10px;
margin: 20px auto;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
}

h4.blue{
margin: 0px auto 10px;
color: #265195;
border-bottom: solid 1px #265195;
font-weight: bold;
font-size: 120%;
letter-spacing: 2px;
padding:10px 0;
}
h4.pink{
margin: 0px auto 10px;
color: #d9715a;
border-bottom: solid 1px #d9715a;
font-weight: bold;
font-size: 120%;
letter-spacing: 2px;
padding:10px 0;
}
h4.bg_blue{
display: inline-block;
background:#265195;
color:#fff;
font-size:18px;
font-weight:bold;
padding: 8px 10px;
margin: 10px auto;
letter-spacing: 1px;
}

h4.title{
margin: 50px auto 30px;
color: #265195;
border-bottom: solid 1px #265195;
font-weight: bold;
font-size: 150%;
padding:20px 0;
letter-spacing: 2px;
}
h5.line_blue{
display: inline-block;
border-top: 1px solid #265195;
border-bottom: 1px solid #265195;color:#265195;
font-size:16px;
font-weight:bold;
padding: 5px 0px;
margin: 20px auto 10px;
letter-spacing: 1px;
}

ul.list li{
font-size:16px;
line-height: 160%;
text-indent: -1em !important;
padding-left: 1em !important;
margin: 8px auto 8px;
font-weight: bold;
letter-spacing: 1px;
}

ul.list_normal li{
font-size:16px;
line-height: 160%;
text-indent: -1em !important;
padding-left: 1em !important;
margin: 8px auto 8px;
font-weight:normal;
letter-spacing: 0.5px;
}
a.txtlink{
color: #265195 !important;
text-decoration: underline;
}
a.txtlink:hover{
color: #265195 !important;
background: #f2f2bc;
transition: all 0.3s ease;
}


/*ご利用規定*/
@media (min-width: 768px) {
.Tbl04{
	width:100%;
font-size: 16px;
line-height: 140%;
font-weight: bold;
letter-spacing: 1px;
}
.Tbl04 th {
  padding:10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.Tbl04 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  }

.Tbl04 thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.Tbl04 thead td{
  background: #005FAC;
  font-weight: bold;
  color:#fff;
}
.Tbl04 tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.Tbl04 tbody td{
  background: #FFF;
}
.Tbl04 tbody tr:nth-child(odd) td {
background-color: #EBF5FC;	
}
}

@media (max-width: 767px) {
.Tbl04{
	width:100%;
}
.Tbl04 th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.Tbl04 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  }

.Tbl04 thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.Tbl04 thead td{
  background: #005FAC;
  font-weight: bold;
  color:#fff;
}
.Tbl04 tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.Tbl04 tbody td{
  background: #FFF;
}
.Tbl04 tbody tr:nth-child(odd) td {
background-color: #EBF5FC;	
}
}

@media (min-width: 768px) {
.support{
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.support01{
background: url(../img/support_copy.jpg) 100% 0% no-repeat;
}
.support02{
background: url(../img/support_package.jpg) 100% 0% no-repeat;
}
.support03{
background: url(../img/support_wifi.jpg) 100% 0% no-repeat;
}
.support04{
background: url(../img/support_parking.jpg) 100% 0% no-repeat;
}
}
@media (max-width: 767px) {
.support{
font-size:15px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
}


@media (min-width: 768px) {
.support_yallow{
width: 65%;
background-color: #f2f2bc;
padding:20px 30px;
border-radius: 10px;
margin: 40px 0;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.support_pink{
width: 65%;
background-color: #fbf1ee;
padding:20px 30px;
border-radius: 10px;
margin: 40px 0;
font-size:16px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.support_inner{
display: table;
}
.support_bc{
position:relative;
display: table;
width: 49%;
border-radius: 10px;
background: #e9eef4;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 50px 0 30px;
padding: 30px 2%;
float: left;
}
.support_bc h5{
position: absolute;
top:-20px;
left: 20px;
background: #3387b4;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.support_bc p{
font-size: 15px;
line-height: 150%;
font-weight: bold;
}

.support_yy{
position:relative;
display: block;
width: 49%;
border-radius: 10px;
background: #fbf1ee;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 50px 0 30px;
padding: 30px 2%;
float: right;
}
.support_yy h5{
position: absolute;
top:-20px;
left: 20px;
background: #e18d7b;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.support_yy p{
font-size: 15px;
line-height: 150%;
font-weight: bold;
}
}

@media (max-width: 767px) {
.support_yallow{
width: 100%;
background-color: #f2f2bc;
padding:20px 20px;
border-radius: 10px;
margin: 20px 0;
font-size:15px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.support_pink{
width: 100%;
background-color: #fbf1ee;
padding:20px 30px;
border-radius: 10px;
margin: 40px 0;
font-size:15px;
line-height: 160%;
font-weight: bold;
letter-spacing: 1px;
}
.support_inner{
display: table;
}
.support_bc{
position:relative;
display: table;
width: 100%;
border-radius: 10px;
background: #e9eef4;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 50px 0 30px;
padding: 30px 20px;
}
.support_bc h5{
position: absolute;
top:-20px;
left: 20px;
background: #3387b4;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.support_bc p{
font-size: 15px;
line-height: 150%;
font-weight: bold;
}

.support_yy{
position:relative;
display: block;
width: 100%;
border-radius: 10px;
background: #fbf1ee;
font-size: 15px;
line-height: 150%;
font-weight: bold;
margin: 50px 0 30px;
padding: 30px 20px;
}
.support_yy h5{
position: absolute;
top:-20px;
left: 20px;
background: #e18d7b;
color: #fff;
font-weight: bold;
padding: 3px 10px;
}
.support_yy p{
font-size: 15px;
line-height: 150%;
font-weight: bold;
}
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
width: 100%;
border-radius: 10px;
border: 1px solid #fff;
height:400px;
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}

@media (min-width: 768px) {
.news{
background: #253259;
width:100%;
color: #fff;
text-align:left;
padding:50px 0 30px;
font-size: 16px;
line-height:150%;
float: none;
margin: 0px auto 0 !important;
}
.news h2{
text-align: center;
margin: 0 auto 40px;
}
.news h2 span{
display: inline;
font-size: 40px;
color:#fff;
border-bottom:1px solid #fff;
margin: 0 auto;
}
.news ul{
width:100%;
margin:0px auto;
}
.news li{
display:table !important;
width:100% !important;
padding:8px 0px;
border-bottom:1px dotted #CCC;
text-align:left !important;
}
.news li a{
color: #fff;
}
.news li a:hover{
opacity: 0.5;
transition: all 0.3s ease;
}
.news.news_list li a{
text-decoration:none;
}
.news li span{
padding:2px 5px 1px;
margin:0 7px;
color:#fff;
font-size:80%;
}
.news li span.blue_color{
background:#8096b0;
}
.news li span.brown_color{
background:#bab74a;
}
.news li span.red_color{
background:#d68083;
}
.news li span.no_color{
padding:0px 0px 0px;
margin:0 0px;
background:none;
}
.news li p{
display: inline;
font-size: 110%;
letter-spacing: 1px;
font-weight:bold;
}
}
@media (max-width: 767px) {
.news{
background: #253259;
width:100%;
color: #fff;
text-align:left;
padding:50px 0 50px;
font-size: 15px;
line-height:150%;
}
.news h2{
text-align: center;
margin: 0 auto 20px;
}
.news h2 span{
display: inline;
font-size: 24px;
color:#fff;
border-bottom:1px solid #fff;
margin: 0 auto;
}
.news ul{
width:90%;
margin:0px auto;
}
.news li{
display:table !important;
width:100% !important;
padding:8px 0px;
border-bottom:1px dotted #CCC;
text-align:left !important;
}
.news li a{
color: #fff;
}
.news li span{
padding:2px 5px 1px;
margin:0 7px;
color:#fff;
font-size:80%;
}
.news li span.blue_color{
background:#8096b0;
}
.news li span.brown_color{
background:#bab74a;
}
.news li span.red_color{
background:#d68083;
}
.news li span.no_color{
padding:0px 0px 0px;
margin:0 0px;
background:none;
}
.news li p{
display: block;
font-size: 110%;
font-weight:bold;
margin:0 0;
}
}

@media (min-width: 768px) {
.top_rccbc{
background: #e9eef4;
display: table;
width:100%;
padding:100px;
}
.top_rccbc_inner {
position: relative;
width:1100px;
height: 470px;
margin: 0 auto;
}
.top_rccbc_inner::before,
.top_rccbc_inner::after {
position: absolute;
width: 40px;
height: 40px;
content: '';
}
.top_rccbc_inner::before {
border-right: solid 1px #77a8c4;
border-top: solid 1px #77a8c4;
top: 0;
right: 0;
}
.top_rccbc_inner::after {
border-left: solid 1px #77a8c4;
border-bottom: solid 1px #77a8c4;
bottom: 0;
left: 0;
}
.top_rccbc h2{
color: #3387b4;
font-size: 50px;
font-weight: bold;
}
.top_rccbc h2 span{
font-size: 50%;
}
.top_rccbc div.txt{
position: absolute;
font-size: 40px;
line-height: 160%;
font-weight: bold;
letter-spacing: 5px;
top:160px;
left: 0;
}
.top_rccbc div.photo01{
position: absolute;
font-size: 16px;
top:130px;
left: 224px;
z-index: 1;
text-align: center;
}
.top_rccbc div.photo01 img{
width: 317px;
}
.top_rccbc div.photo02{
position: absolute;
font-size: 16px;
top:90px;
left: 520px;
z-index: 2;
text-align: center;
}
.top_rccbc div.photo02 img{
width: 283px;
}
.top_rccbc div.photo03{
position: absolute;
font-size: 16px;
top:130px;
left: 780px;
z-index: 3;
text-align: center;
}
.top_rccbc div.photo03 img{
width: 317px;
}
.top_rccbc div span{
font-size: 20px;
display: block;
margin: 10px auto 10px;
color: #77a8c4;
font-weight: bold;
}
.top_rccbc div.photo01 p,.top_rccbc div.photo03 p{
  position: relative;
  width: 317px;
  height: 80px;
  z-index: 1;
}
.top_rccbc div.photo01 p{
  position: relative;
  width: 283px;
  height: 80px;
  z-index: 1;
}
.top_rccbc div.photo01 p::before,.top_rccbc div.photo02 p::before,.top_rccbc div.photo03 p::before {
  content: "01";
  position: absolute;
  bottom: 0;
  left: 30%;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.top_rccbc div.photo01 p::before {
  content: "01";
}
.top_rccbc div.photo02 p::before {
  content: "02";
}
.top_rccbc div.photo03 p::before {
  content: "03";
}
}
@media (max-width: 767px) {
.top_rccbc{
background: #e9eef4;
width:100%;
padding:20px 0;
}
.top_rccbc_inner {
position: relative;
width: 85%;
margin: 0 auto;
padding:0px 0 30px;

}
.top_rccbc_inner::before,
.top_rccbc_inner::after {
position: absolute;
width: 40px;
height: 40px;
content: '';
}
.top_rccbc_inner::before {
border-right: solid 1px #77a8c4;
border-top: solid 1px #77a8c4;
top: 0;
right: 0;
}
.top_rccbc_inner::after {
border-left: solid 1px #77a8c4;
border-bottom: solid 1px #77a8c4;
bottom: 0;
left: 0;
}
.top_rccbc h2{
color: #3387b4;
font-size: 30px;
font-weight: bold;
margin: 20px auto;
}
.top_rccbc h2 span{
font-size: 50%;
}
.top_rccbc div.txt{
font-size: 20px;
line-height: 160%;
font-weight: bold;
letter-spacing: 3px;
}
.top_rccbc div.photo01{
font-size: 16px;
margin: 20px auto 0;
}
.top_rccbc div.photo01 img{
width: 70%;
}
.top_rccbc div.photo02{
font-size: 16px;
text-align: right;
}
.top_rccbc div.photo02 img{
width: 70%;
}
.top_rccbc div.photo03{
font-size: 16px;
}
.top_rccbc div.photo03 img{
width: 70%;
}
.top_rccbc div span{
font-size: 16px;
display: block;
margin: 10px auto 0px;
color: #77a8c4;
font-weight: bold;
}
.top_rccbc div.photo01 p,.top_rccbc div.photo03 p{
  position: relative;
  z-index: 1;
}
.top_rccbc div.photo02 p{
  position: relative;
  z-index: 1;
}
.top_rccbc div.photo01 p::before,.top_rccbc div.photo02 p::before,.top_rccbc div.photo03 p::before {
  content: "01";
  position: absolute;
  bottom: 0;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.top_rccbc div.photo01 p::before {
  content: "01";
  right: 0;
}
.top_rccbc div.photo02 p::before {
  content: "02";
  left: 0;
}
.top_rccbc div.photo03 p::before {
  content: "03";
  right: 0;
}
}

@media (min-width: 768px) {
.top_yaleyale{
background: #fbf1ee;
width:100%;
padding:100px;
}
.top_yaleyale_inner {
position: relative;
width:1100px;
height: 470px;
margin: 0 auto;
}
.top_yaleyale_inner::before,
.top_yaleyale_inner::after {
position: absolute;
width: 40px;
height: 40px;
content: '';
}
.top_yaleyale_inner::before {
border-left: solid 1px #d9715a;
border-top: solid 1px #d9715a;
top: 0;
left: 0;
}
.top_yaleyale_inner::after {
border-right: solid 1px #d9715a;
border-bottom: solid 1px #d9715a;
bottom: 0;
right: 0;
}
.top_yaleyale h2{
color: #d9715a;
font-size: 50px;
font-weight: bold;
text-align: right;
}
.top_yaleyale h2 span{
font-size: 50%;
}
.top_yaleyale div.txt{
position: absolute;
font-size: 40px;
line-height: 160%;
font-weight: bold;
letter-spacing: 5px;
top:160px;
right: -35px;
}
.top_yaleyale div.photo01{
position: absolute;
font-size: 16px;
top:130px;
left: 0px;
z-index: 1;
text-align: center;
}
.top_yaleyale div.photo01 img{
width: 317px;
}
.top_yaleyale div.photo02{
position: absolute;
font-size: 16px;
top:90px;
left: 300px;
z-index: 2;
text-align: center;
}
.top_yaleyale div.photo02 img{
width: 287px;
}
.top_yaleyale div.photo03{
position: absolute;
font-size: 16px;
top:130px;
left: 570px;
z-index: 3;
text-align: center;
}
.top_yaleyale div.photo03 img{
width: 317px;
}
.top_yaleyale div span{
font-size: 20px;
display: block;
margin: 10px auto 10px;
color: #e18d7b;
font-weight: bold;
}
.top_yaleyale div.photo01 p,.top_yaleyale div.photo03 p{
  position: relative;
  width: 317px;
  height: 80px;
  z-index: 1;
}
.top_yaleyale div.photo01 p{
  position: relative;
  width: 283px;
  height: 80px;
  z-index: 1;
}
.top_yaleyale div.photo01 p::before,.top_yaleyale div.photo02 p::before,.top_yaleyale div.photo03 p::before {
  content: "01";
  position: absolute;
  bottom: 0;
  left: 30%;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.top_yaleyale div.photo01 p::before {
  content: "01";
}
.top_yaleyale div.photo02 p::before {
  content: "02";
}
.top_yaleyale div.photo03 p::before {
  content: "03";
}
}
@media (max-width: 767px) {
.top_yaleyale{
background: #fbf1ee;
width:100%;
padding:20px 0;
}
.top_yaleyale_inner {
position: relative;
width: 90%;
margin: 0 auto;
padding:0px 0 30px;

}
.top_yaleyale_inner::before,
.top_yaleyale_inner::after {
position: absolute;
width: 40px;
height: 40px;
content: '';
}
.top_yaleyale_inner::before {
border-left: solid 1px #d9715a;
border-top: solid 1px #d9715a;
top: 0;
left: 0;
}
.top_yaleyale_inner::after {
border-right: solid 1px #d9715a;
border-bottom: solid 1px #d9715a;
bottom: 0;
right: 0;
}
.top_yaleyale h2{
color: #d9715a;
font-size: 30px;
font-weight: bold;
margin: 20px auto;
text-align: right;
}
.top_yaleyale h2 span{
font-size: 50%;
}
.top_yaleyale div.txt{
font-size: 20px;
line-height: 160%;
font-weight: bold;
letter-spacing: 3px;
text-align: right;
}
.top_yaleyale div.photo01{
font-size: 16px;
margin: 20px auto 0;
text-align: right;
}
.top_yaleyale div.photo01 img{
width: 70%;
}
.top_yaleyale div.photo02{
font-size: 16px;
}
.top_yaleyale div.photo02 img{
width: 70%;
}
.top_yaleyale div.photo03{
font-size: 16px;
text-align: right;
}
.top_yaleyale div.photo03 img{
width: 70%;
}
.top_yaleyale div span{
font-size: 16px;
display: block;
margin: 10px auto 0px;
color: #e18d7b;
font-weight: bold;
}
.top_yaleyale div.photo01 p,.top_yaleyale div.photo03 p{
  position: relative;
  z-index: 1;
}
.top_yaleyale div.photo02 p{
  position: relative;
  z-index: 1;
}
.top_yaleyale div.photo01 p::before,.top_yaleyale div.photo02 p::before,.top_yaleyale div.photo03 p::before {
  content: "01";
  position: absolute;
  bottom: 0;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.top_yaleyale div.photo01 p::before {
  content: "01";
  left: 0;
}
.top_yaleyale div.photo02 p::before {
  content: "02";
  right: 0;
}
.top_yaleyale div.photo03 p::before {
  content: "03";
  left: 0;
}
}


@media (min-width: 768px) {
.top_blue{
background: #e9eef4;
width:100%;
padding:40px;
}
}

@media (max-width: 767px) {
.top_blue{
background: #e9eef4;
width:100%;
padding:20px 0;
}
}

@media (min-width: 768px) {
.top_access{
background: #253259;
width:100%;
padding:20px;
margin: 0 auto;
}
.top_access .rccbc {
float: left;
width: 50%;
padding:4% 3%;
}
.top_access .yaleyale {
float: right;
width: 50%;
padding:4% 3%;
}
.top_access .rccbc div,.top_access .yaleyale div{
width: 100%;
margin:3px auto 0;
padding:10px 0;
color: #fff;
}
.top_access .rccbc div p,.top_access .yaleyale div p{
margin:12px auto;
}
.top_access .rccbc div span,.top_access .yaleyale div span{
font-size:20px !important;
font-weight: bold;
}
.top_access iframe{
width:100%;
}
}

@media (max-width: 767px) {
.top_access{
background: #253259;
width:100%;
padding: 10px 0;
}
.top_access .rccbc {
float: left;
width: 50%;
padding:4% 3%;
}
.top_access .yaleyale {
float: right;
width: 50%;
padding:4% 3%;
}
.top_access .rccbc div,.top_access .yaleyale div{
width: 100%;
margin:3px auto 0;
padding:10px 0;
color: #fff;
}
.top_access .rccbc div p,.top_access .yaleyale div p{
margin:12px auto;
}
.top_access .rccbc div span,.top_access .yaleyale div span{
font-size:18px !important;
font-weight: bold;
}
.top_access iframe{
width:100%;
height:200px;
}
.top_access a{
letter-spacing: -1.5px;
}
}

@media (min-width: 768px) {
ul.column2 {
display: flex;
list-style: none;
justify-content: center;
align-items: center;
}
ul.column2 li {
display: inline;
}
ul.column2 li p{
padding: 30px;
border-radius: 10px;
background: #fff;
margin: 10px 50px;
width: 230px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
ul.column2 li p img{
width: 110px;
}
ul.column2 li a{
color:#333;
}
}
@media (max-width: 767px) {
ul.column2 {
display: flex;
list-style: none;
justify-content: center;
align-items: center;
}
ul.column2 li {
display: inline;
}
ul.column2 li p{
padding: 20px;
border-radius: 10px;
background: #fff;
margin: 10px;
width: 150px;
text-align: center;
font-size: 16px;
font-weight: bold;
}
ul.column2 li p img{
width: 70%;
}
ul.column2 li a{
color:#333;
}
}


@media (min-width: 768px) {
.newslist{
font-size: 16px;
line-height:150%;
margin: 0px auto;
width:100%;
}
.newslist li{
display:table !important;
width:100% !important;
padding:8px 0px;
border-bottom:1px dotted #CCC;
text-align:left !important;
}
.newslist li a{
color: #333;
}
.newslist li a:hover{
opacity: 0.5;
transition: all 0.3s ease;
background: #f2f2bc;
}
.newslist li a{
text-decoration:none;
}
.newslist li span{
padding:2px 5px 1px;
margin:0 7px;
color:#fff;
font-size:80%;
}
.newslist li span.blue_color{
background:#8096b0;
}
.newslist li span.brown_color{
background:#bab74a;
}
.newslist li span.red_color{
background:#d68083;
}
.newslist li span.no_color{
padding:0px 0px 0px;
margin:0 0px;
background:none;
}
.newslist li p{
display: inline;
font-size: 110%;
letter-spacing: 1px;
font-weight:bold;
}
}
@media (max-width: 767px) {
..newslist{
font-size: 16px;
line-height:150%;
margin: 0px auto;
width:100%;
}
.newslist li{
display:table !important;
width:100% !important;
padding:8px 0px;
border-bottom:1px dotted #CCC;
text-align:left !important;
}
.newslist li a{
color: #333;
}
.newslist li a:hover{
opacity: 0.5;
transition: all 0.3s ease;
background: #f2f2bc;
}
.newslist li a{
text-decoration:none;
}
.newslist li span{
padding:2px 5px 1px;
margin:0 7px;
color:#fff;
font-size:80%;
}
.newslist li span.blue_color{
background:#8096b0;
}
.newslist li span.brown_color{
background:#bab74a;
}
.newslist li span.red_color{
background:#d68083;
}
.newslist li span.no_color{
padding:0px 0px 0px;
margin:0 0px;
background:none;
}
.newslist li p{
display: inline;
font-size: 110%;
letter-spacing: 1px;
font-weight:bold;
}
}


@media (min-width: 768px) {
.newspage h3{
font-size: 30px;
}
.newspage p{
font-size: 16px;
line-height:150%;
margin: 15px auto;
width:100%;
}
.newspage a{
text-decoration:underline;
color: #265195 !important;
}
.newspage a:hover{
color: #265195 !important;
background: #f2f2bc;
transition: all 0.3s ease;
}









/* CONTENTS
-------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
#Contents {
	margin		: 0 auto;
	width		: 980px;
	padding		: 0 ;
}
}
@media (max-width: 767px) {
#Contents {
	margin		: 0 auto;
	width		: 90%;
	padding		: 0 ;
}
}
@media (min-width: 768px) {
#Contents .pankuzu {
	margin		: 4px auto 10px;
	font-size:11px;
	padding		: 0 ;
	text-align:left;
	color:#333;
	text-decoration:underline;
}
}
@media (max-width: 767px) {
#Contents .pankuzu {
	margin		: 4px auto 10px;
	font-size:11px;
	padding		: 0 ;
	text-align:right;
	color:#333;
	text-decoration:underline;
}
}

@media (min-width: 768px) {
#Contents .ContentsLeft{
	float		: left;
	width		: 680px;
	margin		: 0px 0px 30px 0 ;
}
#Contents .ContentsLeft .top_dl{
	width		: 330px;
	margin		: 10px 0px 10px 0 ;
	border:3px solid #CCDFEE;
	padding:15px 5px 15px 15px;
}
#Contents .ContentsLeft .top_dl dt{
	float		: left;
	width		: 140px;
}
#Contents .ContentsLeft .top_dl dd{
	float		: right;
	width		: 180px;
    font-size:95%;
}
#Contents .ContentsLeft .top_dl dd a:link,
#Contents .ContentsLeft .top_dl dd a:active,
#Contents .ContentsLeft .top_dl dd a:visited {
	background	: url(../images/arrow_b.gif) 2px 50% no-repeat;
	color		: #005FAC;
	text-decoration	: none;
	font-weight:bold;
	padding		: 0 0px 0 14px;
	font-size:17px;
	line-height:160%;
	letter-spacing:-0.5px;
}
#Contents .ContentsLeft .top_dl dd a:hover,
#Contents .ContentsLeft .top_dl dd a:focus {
	text-decoration	: underline;
}

#Contents .ContentsLeft .top_list{
	width		: 700px;
	margin		: 0px 0px 10px 0 ;
	border:1px solid #005FAC;
	padding:15px 14px;
}
.ContentsLeft .frame{
	margin		:0px auto 50px;
	font-size:14px;
	line-height:150%;
	width:100%;
}
#Contents .ContentsLeft a{
	text-decoration:underline;
}
.img-auto{
	width:auto !important;
}
}
@media (max-width: 767px) {
#Contents .ContentsLeft{
	width		: 100%;
	margin		: 0px 28px 30px 0 ;
}
#Contents .ContentsLeft .top_dl{
	width		: 100%;
	margin		: 10px 0px 10px 0 ;
	border:3px solid #CCDFEE;
	padding:15px 5px 15px 15px;
}
#Contents .ContentsLeft .top_dl dt{
	float		: left;
	width		: 20%;
}
#Contents .ContentsLeft .top_dl dd{
	float		: right;
	width		: 80%;
    font-size:95%;
}
#Contents .ContentsLeft .top_dl dd a:link,
#Contents .ContentsLeft .top_dl dd a:active,
#Contents .ContentsLeft .top_dl dd a:visited {
	background	: url(../images/arrow_b.gif) 2px 50% no-repeat;
	color		: #005FAC;
	text-decoration	: none;
	font-weight:bold;
	padding		: 0 0px 0 14px;
	font-size:17px;
	line-height:160%;
	letter-spacing:-0.5px;
}
#Contents .ContentsLeft .top_dl dd a:hover,
#Contents .ContentsLeft .top_dl dd a:focus {
	text-decoration	: underline;
}

#Contents .ContentsLeft .top_list{
	width		: 700px;
	margin		: 0px 0px 10px 0 ;
	border:1px solid #005FAC;
	padding:15px 14px;
}
.frame{
	margin		:0px auto 50px;
	font-size:14px;
	line-height:150%;
	width:100%;
}
#Contents .ContentsLeft a{
	text-decoration:underline ;
}
}


@media (min-width: 768px) {
.ContentsLeft h2 {
	width		: 100%;
	margin		: 5px auto 10px;
	font-size:20px;
	letter-spacing:0.1em;
	background: linear-gradient(#fff 50%, #ddd 100%);
	border:1px solid #aaa;
	padding:2%;
}
.ContentsLeft h2 span{
	color:#333;
	font-weight:bold;
	border-left:5px solid #c17e34;
	padding-left:10px;
}
}
@media (max-width: 767px) {
.ContentsLeft h2 {
	width		: 100%;
	margin		: 5px auto 10px;
	font-size:20px;
	letter-spacing:0.1em;
	background: linear-gradient(#fff 50%, #ddd 100%);
	border:1px solid #aaa;
	padding:3%;
}
.ContentsLeft h2 span{
	color:#333;
	font-weight:bold;
	border-left:5px solid #c17e34;
	padding-left:10px;
}
}

@media (min-width: 768px) {
.ContentsLeft h3{
  text-align: left;
  border-bottom:1px solid #204d99;
  color:#204d99;
  font-weight:bold;
  font-size:120%;
  padding-top:15px;
  margin:20px auto 10px;
}
.ContentsLeft h3.bg_b{
  text-align: left;
  border-bottom:1px solid #005FAC;
  color:#FFF;
  font-weight:bold;
  font-size:120%;
  padding:4px 10px;
  margin-bottom:10px;
  margin-top:15px;
  background:#005FAC;
}
h3.green{
  color:#008E3A;
  border-bottom:1px solid #008E3A;
}
h3.orange{
  color: #da5e0b;
  border-bottom:1px solid #da5e0b;
}
.ContentsLeft strong{
	font-weight:bold !important;
}
}

@media (max-width: 767px) {
.ContentsLeft h3{
  text-align: left;
  border-bottom:1px solid #204d99;
  color:#204d99;
  font-weight:bold;
  font-size:110%;
  padding-top:15px;
  margin:20px auto 10px;
}
.ContentsLeft h3.bg_b{
  text-align: left;
  border-bottom:1px solid #005FAC;
  color:#FFF;
  font-weight:bold;
  font-size:120%;
  padding:4px 10px;
  margin-bottom:10px;
  margin-top:15px;
  background:#005FAC;
}
h3.green{
  color:#008E3A;
  border-bottom:1px solid #008E3A;
}
h3.orange{
  color: #da5e0b;
  border-bottom:1px solid #da5e0b;
}
}

.ContentsLeft h4{
  text-align: left;
  border-bottom:1px solid #005FAC;
  color:#005FAC;
  font-size:100%;
  line-height:160%;
  margin-top:25px;
  margin-bottom:5px;
  background:#CCDFEE;
  padding:3px 10px;
}
.ContentsLeft h4 span{
  border-left:3px solid #005FAC;
  font-weight:bold;
  padding-left:5px;
}

.ContentsLeft h5{
  text-align: left;
  border:1px solid #b2cde3;
  color:#005FAC;
  font-size:100%;
  line-height:160%;
  margin-top:25px;
  margin-bottom:5px;
  background:linear-gradient(90deg, white, #b2cde3);
  padding:3px 10px;
}
.ContentsLeft h5 span{
  border-left:3px solid #005FAC;
  font-weight:bold;
  padding-left:5px;
}


@media (min-width: 768px) {
.contentsmain strong{
	font-weight:bold !important;
}
p.note{
	font-size:13px;
	line-height:140%;
	margin:10px 0;
}
p.note_blue{
	width:100%;
	font-size:14px;
	line-height:140%;
	margin:15px 0;
	padding:15px;
	background:#E8F5FC;
	display:table;
}
}

@media (max-width: 767px) {
p.note{
	font-size:13px;
	line-height:140%;
	margin:10px 0;
}
p.note_blue{
	width:100%;
	font-size:14px;
	line-height:140%;
	margin:15px 0;
	padding:15px;
	background:#E8F5FC;
	display:table;
}
}



@media (min-width: 768px) {
iframe{
	width:100%;
}
}
@media (max-width: 767px) {
iframe{
	width:100%;
	max-height:400px;
}
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

@media (min-width: 768px) {
.Tbl02{
	border-collapse: separate;
	border-spacing: 5px;
	width:100%;
}
	.Tbl02 th {
		padding:5px 0;
		vertical-align: middle;
	}
	.Tbl02 td {
		padding:5px 0;
		vertical-align: middle;
		}

	.Tbl02 thead th{
		background: #888;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	.Tbl02 thead td{
		background: #eee;
		font-weight: bold;
		text-align: center;
	}
	.Tbl02 tbody th{
		font-weight: bold;
		background: #EBF5FC;
	}
	.Tbl02 tbody td{
		background: #FFF;
		border-bottom: 1px dotted #999;
	}
	.Tbl02 tbody td:nth-child(odd){
		font-weight:bold;
	}
}

@media (max-width: 767px) {
.Tbl02{
	border-collapse: separate;
	border-spacing: 5px;
	width:100%;
}
	.Tbl02 th {
		padding:5px 0;
		vertical-align: middle;
		width:100%;
		display:block;
	}
	.Tbl02 td {
		padding:5px 0;
		vertical-align: middle;
		width:100%;
		display:block;
		}

	.Tbl02 thead th{
		background: #888;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}
	.Tbl02 thead td{
		background: #eee;
		font-weight: bold;
		text-align: center;
	}
	.Tbl02 tbody th{
		font-weight: bold;
		background: #EBF5FC;
	}
	.Tbl02 tbody td:nth-child(odd){
		font-weight:bold;
	}
	.Tbl02 tbody td:nth-child(even){
		background: #FFF;
		border-bottom: 1px dotted #999;
	}
}


/*料金*/
@media (min-width: 768px) {
.tb_price{
	width:100%;
	line-height:140%;
}
.tb_price caption{
  text-align: left;
  border-bottom:1px solid #005FAC;
  color:#005FAC;
  font-weight:bold;
  font-size:140%;
  margin-bottom:10px;
  padding-top:15px;
}
.tb_price th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tb_price td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:right;
  }

.tb_price thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.tb_price thead td{
  background: #005FAC;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
.tb_price tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.tb_price tbody td{
  background: #FFF;
}

.tb_price_2{
	width:100%;
	line-height:140%;
}
.tb_price_2 caption{
  text-align: left;
  border-bottom:1px solid #008E3A;
  color:#008E3A;
  font-weight:bold;
  font-size:140%;
  margin-bottom:10px;
  padding-top:15px;
}
.tb_price_2 th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tb_price_2 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:right;
  }

.tb_price_2 thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.tb_price_2 thead td{
  background: #008E3A;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
.tb_price_2 tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.tb_price_2 tbody td{
  background: #FFF;
}

.Tbl03{
	width:48%;
	line-height:140%;
}
	.Tbl03 th {
		padding:5px;
		vertical-align: middle;
		border-bottom: 1px dotted #999;
}
	.Tbl03 td {
		padding:5px;
		vertical-align: middle;
border-bottom: 1px dotted #999;
text-align:right;
white-space: nowrap;
	}

.Tbl004{
	width:100%;
	line-height:140%;
}
.Tbl004 th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  font-weight: bold;
  background: #f5f5f5;
  width:30%;
}
.Tbl004 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  width:30%;
  }

.tb_bagage{
	width:650px;
	line-height:140%;
	float:right;
}
.tb_bagage th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  font-weight: bold;
  background: #f5f5f5;
  width:30%;
}
.tb_bagage td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  width:30%;
  }

}

@media (max-width: 767px) {
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.tb_price{
	width:100%;
	font-size:13px;
	line-height:120%;
}
.tb_price caption{
  text-align: left;
  border-bottom:1px solid #005FAC;
  color:#005FAC;
  font-weight:bold;
  font-size:140%;
  margin-bottom:10px;
  padding-top:15px;
}
.tb_price th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tb_price td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:right;
  }
.tb_price thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.tb_price thead td{
  background: #005FAC;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
.tb_price tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.tb_price tbody td{
  background: #FFF;
}

.tb_price_2{
	width:100%;
	font-size:13px;
	line-height:120%;
}
.tb_price_2 caption{
  text-align: left;
  border-bottom:1px solid #008E3A;
  color:#008E3A;
  font-weight:bold;
  font-size:140%;
  margin-bottom:10px;
  padding-top:15px;
}
.tb_price_2 th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.tb_price_2 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:right;
  }

.tb_price_2 thead th{
  background: #888;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.tb_price_2 thead td{
  background: #008E3A;
  font-weight: bold;
  text-align: center;
  color:#fff;
}
.tb_price_2 tbody th{
  font-weight: bold;
  background: #f5f5f5;
}
.tb_price_2 tbody td{
  background: #FFF;
}

.Tbl03{
	width:100%;
	font-size:13px;
	line-height:120%;
}
	.Tbl03 th {
		padding:5px;
		vertical-align: middle;
		border-bottom: 1px dotted #999;
}
	.Tbl03 td {
		padding:5px;
		vertical-align: middle;
border-bottom: 1px dotted #999;
text-align:right;
white-space: nowrap;
	}

.Tbl004{
	width:100%;
	line-height:140%;
}
.Tbl004 th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  font-weight: bold;
  background: #f5f5f5;
}
.Tbl004 td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  }

.tb_bagage{
	width:100%;
	line-height:130%;
	float:right;
}
.tb_bagage th {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  font-weight: bold;
  background: #f5f5f5;
  width:30%;
}
.tb_bagage td {
  padding:5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align:center;
  width:30%;
  }
/*.btn_blue{
	width:100%;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	background:#005FAC;
	padding:7px 10px;
	border-radius:5px;
	color:#fff; 
	display:inline-block; 
	margin:0 0 5px;
}*/
}









/* FOOTER
-------------------------------------------------------------------------------------------------*/
#Footer {
	width		: 100%;
	background	: #005FAC;
	margin		: 0 auto;
	color:#FFF;
	text-align:center;
}

#Footer p {
	font-size	: 70%;
	margin		: 0px 0;
}

	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			/*height:410px;*/
			width:100%;
			/*width:980px;*/
			overflow:hidden;
			}	
		#slider{ 
          /*margin-left:5px;*/
		  margin-top: 20px;
			}	
@media (max-width: 767px) {
      #slider{ margin-top: 0px!important;}
	  }
		#prevBtn, #nextBtn{ 
			display:block;
			width:33px;
			height:33px;
			position:absolute;
			left:-33px;
			top:200px;
			}	
		#nextBtn{ 
			left:990px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:33px;
			height:33px;
			background:url(../../kaigi/images/btn_prev.png) no-repeat 0 0;
			font-size:0px;
			}	
		#nextBtn a{ 
			background:url(../../kaigi/images/btn_next.png) no-repeat 0 0;	
			}								
	
	/* // slider */													




@media (min-width:768px){
.bento{
	margin:20px auto 20px;
	display:table;
	border-collapse: separate;
	border-spacing: 10px;
}
.bento li{
	display: table-cell;
	width:220px;
	padding:12px;
	border:0px solid #eee;
    margin: 0px auto 20px;
    max-height: 240px;
    float: left;
}
.bento li:nth-child(3n+1){
	clear:left;
}
.bento li img{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
    height: 130px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
.bento li p.name{
	padding:5px 0;
	font-weight:bold;
	line-height:100%;
	margin:0;
}
.bento li p.price{
	margin:0;
	line-height:100%
}
.bento li p span{
	font-size:80%;
}
.party{
	margin:20px auto 20px;
}
.party li{
	display:table;
	width:100%;
	padding:12px;
    margin: 0px auto 20px;
}
.party li img{
	width:300px;
    height: auto;
	float:right;
}
.party li p.name{
	width:320px;
	padding:5px 0;
	font-weight:bold;
	line-height:140%;
	margin:0;
	border-bottom:1px solid #aaa;
}
.party li p.menu{
	padding:5px 0;
	line-height:160%;
	margin:0;
}
.tb_drink{
	width:100%;
	line-height:140%;
	float:left;
	margin-right:10px;
}
.tb_drink td {
  padding:5px;
  border-bottom: 1px dotted #aaa;
  width:50%;
  }
}
@media (max-width:767px){
.bento{
	width:100%;
	margin:20px auto 20px;
	display:table;
	border-collapse: separate;
	border-spacing: 10px;
}
.bento li{
	display: table-cell;
	width:50%;
	padding:2.5%;
	border:0px solid #eee;
    margin: 0px auto 20px;
    max-height: 250px;
    float: left;
}
.bento li:nth-child(2n+1){
	clear:left;
}
.bento li img{
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
    height: 140px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */;
}
.bento li p.name{
	padding:5px 0;
	font-weight:bold;
	line-height:100%;
	margin:0;
}
.bento li p.price{
	margin:0;
	line-height:100%
}
.bento li p span{
	font-size:80%;
}
.party{
	margin:20px auto 20px;
}
.party li{
	display:table;
	width:100%;
	padding:12px;
    margin: 0px auto 20px;
}
.party li img{
	width:48%;
    height: auto;
	float:right;
}
.party li p.name{
	width:48%;
	padding:2% 0;
	font-weight:bold;
	line-height:140%;
	margin:0;
	border-bottom:1px solid #aaa;
}
.party li p.menu{
	padding:5px 0;
	line-height:160%;
	margin:0;
}
.tb_drink{
	width:100%;
	line-height:140%;
	float:left;
	margin-right:10px;
}
.tb_drink td {
  padding:5px;
  border-bottom: 1px dotted #aaa;
  width:100%;
  display:block;
  }
}

/*first tab*/
.tab_area{
	overflow:hidden;
	display:table;
	margin:0 auto;
	width:100%;
	table-layout:fixed;
	border-collapse: separate;
	list-style:none;
}
.tab_area li{
	width:48%; 
	margin:0 auto; 
	padding:8px 0; 
	color:#999; 
	background:#ddd; 
	text-align:center; 
	font-size:18px; 
	font-weight:bold; 
	cursor:pointer; 
	transition:ease 0.2s opacity;
	vertical-align:middle; 
	display:table-cell;
	border:8px solid rgba(255, 255, 255 ,1);
	border-bottom:none;
	}
.tab_area li:hover{opacity:0.5;}
.all_area { 
	overflow: hidden;
	width:100%;
	margin:10px auto;
	}
.all_area div.content_area{
	padding:0px 10px; 
	margin:0px auto 20px;
	}

.tab_area li#tab1.select{
	background:rgba(21, 140, 186 ,0.5); 
	color:#333;
	}
.tab_area li#tab2.select{
	background:rgba(0, 142, 58 ,0.5); 
	color:#333;
	}
/*second tab*/
.tab_wrap_cancel{width:100%; margin:20px auto;}
input[type="radio"]{display:none;}
.tab_area_cancel{font-size:0; margin:0 10px;}
.tab_area_cancel label{width:48%; margin:0 1%; display:inline-block; padding:12px 0; color:#999; background:#ddd; text-align:center; font-size:18px; font-weight:bold; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area_cancel label:hover{opacity:0.5;}
.panel_area_cancel{background:#fff;}
.tab_panel_cancel{width:100%; padding:0px 0; display:none; }
#tab1_cancel:checked ~ .tab_area_cancel .tab1_label_cancel{background:rgba(21, 140, 186 ,0.5); color:#333;}
#tab1_cancel:checked ~ .panel_area_cancel #panel1_cancel{display:block;}
#tab2_cancel:checked ~ .tab_area_cancel .tab2_label_cancel{background:rgba(0, 142, 58 ,0.5); color:#333;}
#tab2_cancel:checked ~ .panel_area_cancel #panel2_cancel{display:block;}

/*map*/
@media (min-width:768px){
.mapBox1 {
	position:relative;
  width: 680px;
  height:410px;
  background: url("../img/room/room_1F.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}
.mapBox6 {
	position:relative;
  width: 680px;
  height:300px;
  background: url("../img/room/room_6F.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}
.mapBox7 {
	position:relative;
  width: 680px;
  height:300px;
  background: url("../img/room/room_7F.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}

.mapLink1 {
  position: relative;
  top: 0%;
   left: 0%;
  height: 420px;
}
.mapLink1 li {
  position: absolute;
}
.mapLink1 li.floor a {
  font-size: 20px;
  line-height:22px !important;
  font-weight: bold;
  background-color: #f18a30;
  /*border: 2px solid #f18a30;*/
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px 5px 5px;
  text-decoration: none !important;
  position: relative;
}
.mapLink1 li.floor a::before {
  content: "";
  display: inline-block;
  /*background-color: #fff;
  border-radius: 12px;*/
  width: 12px;
  height: 12px;
  vertical-align: middle;
  /*margin: 0 5px 0 0;*/
}
.mapLink1 li.floor a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, 0);
}
.mapLink1 li.floor a:hover:before {
  background-color: #fff;
}
.mapLink1 li.floor a:hover:after {
  border-top: 2px solid #f18a30;
  border-right: 2px solid #f18a30;
}
.mapLink1 li.floor a:hover {
  background-color: rgba(255,255,255,0.7);
  /*border: 2px solid #f18a30;*/
  color: #333;
}
.mapLink1 li.floor.F101 {
  top: 180px;
  left: 229px;
}
.mapLink1 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink1 li.view a:hover {
  opacity:0.6;
}
.mapLink1 li.view.F1front {
  top: 340px;
  left: 165px;
}

.mapLink6 {
  position: relative;
  top: 0%;
   left: 0%;
  height: 420px;
}
.mapLink6 li {
  position: absolute;
}
.mapLink6 li.floor a {
  font-size: 20px;
  line-height:22px !important;
  font-weight: bold;
  /*border: 2px solid #559c3c;*/
  background-color: #559c3c;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px 5px 6px;
  text-decoration: none !important;
  position: relative;
}
.mapLink6 li.floor a::before {
  content: "";
  display: inline-block;
  /*background-color: #fff;
  border-radius: 12px;*/
  width: 12px;
  height: 12px;
  vertical-align: middle;
  /*margin: 0 5px 0 0;*/
}
.mapLink6 li.floor a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, 0);
}
.mapLink6 li.floor a:hover:before {
  background-color: #fff;
}
.mapLink6 li.floor a:hover:after {
  border-top: 2px solid #559c3c;
  border-right: 2px solid #559c3c;
}
.mapLink6 li.floor a:hover {
  background-color: rgba(255,255,255,0.7);
  color: #333;

}
.mapLink6 li.floor.F601 {  top: 38px;  left: 50px;}
.mapLink6 li.floor.F602 {  top: 34px;  left: 170px;}
.mapLink6 li.floor.F603 {  top: 34px;  left: 262px;}
.mapLink6 li.floor.F604{  top: 34px;  left: 353px;}
.mapLink6 li.floor.F605{  top: 42px;  left: 447px;}
.mapLink6 li.floor.F606{  top: 34px;  left: 524px;}
.mapLink6 li.floor.F607{  top: 110px;  left: 524px;}
.mapLink6 li.floor.F608{  top: 184px;  left: 521px;}
.mapLink6 li.floor.F609{  top: 182px;  left: 445px;}
.mapLink6 li.floor.F610{  top: 182px;  left: 355px;}
.mapLink6 li.floor.F611{  top: 182px;  left: 263px;}
.mapLink6 li.floor.F612{  top: 182px;  left: 173px;}
.mapLink6 li.floor.F613{  top: 182px;  left: 80px;}
.mapLink6 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink6 li.view a:hover {
  opacity:0.6;
}
.mapLink6 li.view.F6front {  top: 180px;  left: 600px;}
.mapLink6 li.view.F601 { top: 60px;  left: 130px;}
.mapLink6 li.view.F602 {  top: 90px;  left: 200px;}
.mapLink6 li.view.F603 {  top: 90px;  left: 285px;}
.mapLink6 li.view.F604 {  top: 90px;  left: 375px;}
.mapLink6 li.view.F605 {  top: 100px;  left: 465px;}
.mapLink6 li.view.F606 {  top: 90px;  left: 545px;}
.mapLink6 li.view.F607 {  top: 142px;  left: 575px;}
.mapLink6 li.view.F608 {  top: 160px;  left: 535px;}
.mapLink6 li.view.F609 {  top: 150px;  left: 470px;}
.mapLink6 li.view.F610 {  top: 157px;  left: 375px;}
.mapLink6 li.view.F611 {  top: 157px;  left: 285px;}
.mapLink6 li.view.F612{  top: 157px;  left: 200px;}
.mapLink6 li.view.F613{ top: 152px;  left: 100px;}

.mapLink7 {
  position: relative;
  top: 0%;
   left: 0%;
  height: 420px;
}
.mapLink7 li {
  position: absolute;
}
.mapLink7 li.floor a {
  font-size: 20px;
  line-height:22px !important;
  font-weight: bold;
  /*border: 2px solid #5683af;*/
  background-color: #5683af;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px 5px 5px;
  text-decoration: none !important;
  position: relative;
}
.mapLink7 li.floor a::before {
  content: "";
  display: inline-block;
  /*background-color: #5683af;
  border-radius: 12px;*/
  width: 12px;
  height: 12px;
  vertical-align: middle;
  /*margin: 0 5px 0 0;*/
}
.mapLink7 li.floor a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, 0);
}
.mapLink7 li.floor a:hover:before {
  background-color: #fff;
}
.mapLink7 li.floor a:hover:after {
  border-top: 2px solid #5683af;
  border-right: 2px solid #5683af;
}
.mapLink7 li.floor a:hover {
  background-color: rgba(255,255,255,0.7);
  color: #333;
}
.mapLink7 li.floor.F700 {  top: 60px;  left: 92px;}
.mapLink7 li.floor.F701 {  top: 60px;  left: 174px;}
.mapLink7 li.floor.F702 {  top: 60px;  left: 264px;}
.mapLink7 li.floor.F703 {  top: 60px;  left: 354px;}
.mapLink7 li.floor.F704 {  top: 60px;  left: 445px;}
.mapLink7 li.floor.F705 {  top: 48px;  left: 522px;}
.mapLink7 li.floor.F7-12 {  top: 130px;  left: 214px;}
.mapLink7 li.floor.F7-34 {  top: 130px; left: 394px;}
.mapLink7 li.floor.F7-R1{  top: 155px;  left:120px;}
.mapLink7 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink7 li.view a:hover {
  opacity:0.6;
}
.mapLink7 li.view.F7front {  top: 190px;  left: 560px;}
.mapLink7 li.view.F700 {  top: 125px;  left: 110px;}
.mapLink7 li.view.F7-12 { top: 125px; left: 310px;}
.mapLink7 li.view.F703 {  top: 160px;  left: 375px;}
.mapLink7 li.view.F704 {  top: 160px;  left: 468px;}
.mapLink7 li.view.F705 {  top: 105px;  left: 548px;}
}

@media (max-width:767px){
.mapBox1 {
	position:relative;
  width: 340px;
  height:409px;
  background: url("../img/room/room_1F_sp.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}
.mapBox6 {
	position:relative;
  width: 360px;
  height:160px;
  background: url("../img/room/room_6F.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}
.mapBox7 {
	position:relative;
  width: 360px;
  height:160px;
  background: url("../img/room/room_7F.png") no-repeat 0 0px;
  background-size:  100%;
  margin: 0 auto;
}

.mapLink1 {
  position: relative;
  top: 0%;
   left: 0%;
  height:409px;
}
.mapLink1 li {
  position: absolute;
}
.mapLink1 li.floor a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 10px 2px 10px;
  text-decoration: none !important;
  position: relative;
  background-color: #f18a30;
  color: #fff;
 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.mapLink1 li.floor a:hover {
  background-color: rgba(255,255,255,0.8);
  border: 2px solid #f18a30;
  color: #f18a30;
}
.mapLink1 li.floor.F101 {
  top: 184px;
  left: 232px;
}
.mapLink1 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink1 li.view a img{
  width:20px !important;
}
.mapLink1 li.view a:hover {
  opacity:0.6;
}
.mapLink1 li.view.F1front {
  top: 340px;
  left: 165px;
}

.mapLink6 {
  position: relative;
  top: 0%;
   left: 0%;
  height:160px;
}
.mapLink6 li {
  position: absolute;
}
.mapLink6 li.floor a {
  font-size: 13px;
  line-height:110%;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  text-decoration: none !important;
  position: relative;
  background-color: #559c3c;
  color: #fff;
 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.mapLink6 li.floor a:hover {
  background-color: #fff;
  border: 2px solid #559c3c;
  color: #559c3c;
}
.mapLink6 li.floor.F601 {  top: 14px;  left: 22px;}
.mapLink6 li.floor.F602 {  top: 14px;  left: 87px;}
.mapLink6 li.floor.F603 { top: 14px;  left: 137px;}
.mapLink6 li.floor.F604{  top: 14px;  left: 184px;}
.mapLink6 li.floor.F605{  top: 14px;  left: 234px;}
.mapLink6 li.floor.F606{ top: 14px; left: 278px;}
.mapLink6 li.floor.F607{ top: 55px;  left: 280px;}
.mapLink6 li.floor.F608{  top: 94px;  left: 275px;}
.mapLink6 li.floor.F609{  top: 94px;  left:232px;}
.mapLink6 li.floor.F610{ top: 94px;  left: 187px;}
.mapLink6 li.floor.F611{ top: 94px; left: 138px;}
.mapLink6 li.floor.F612{  top: 94px;  left: 90px;}
.mapLink6 li.floor.F613{  top: 94px;  left: 44px;}
.mapLink6 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink6 li.view a img{
  width:20px !important;
}
.mapLink6 li.view a:hover {
  opacity:0.6;
}
.mapLink6 li.view.F6front {  top: 90px;  left: 315px;}
.mapLink6 li.view.F601 {  top: 20px;  left: 60px;}
.mapLink6 li.view.F602 {  top: 45px;  left: 100px;}
.mapLink6 li.view.F603 {  top: 45px;  left: 145px;}
.mapLink6 li.view.F604 {  top: 45px;  left: 190px;}
.mapLink6 li.view.F605 {  top: 50px;  left: 240px;}
.mapLink6 li.view.F606 {  top: 40px;  left: 296px;}
.mapLink6 li.view.F607 {  top: 70px;  left: 300px;}
.mapLink6 li.view.F608 {  top: 78px;  left: 275px;}
.mapLink6 li.view.F609 {  top: 78px;  left: 240px;}
.mapLink6 li.view.F610 {  top: 75px;  left: 195px;}
.mapLink6 li.view.F611 {  top: 75px;  left: 145px;}
.mapLink6 li.view.F612 {  top: 78px;  left: 100px;}
.mapLink6 li.view.F613 {  top: 78px;  left: 50px;}

.mapLink7 {
  position: relative;
  top: 0%;
   left: 0%;
  height:160px;
}
.mapLink7 li {
  position: absolute;
}
.mapLink7 li.floor a {
  font-size: 13px;
  line-height:110%;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  text-decoration: none !important;
  position: relative;
  background-color: #5683af;
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.mapLink7 li.floor a:hover {
  border: 2px solid #5683af;
  background-color: #fff;
  color: #5683af;
}
.mapLink7 li.floor.F700 {  top: 24px;  left: 47px;}
.mapLink7 li.floor.F701 {  top: 24px;  left: 92px;}
.mapLink7 li.floor.F702 {  top: 24px;  left: 140px;}
.mapLink7 li.floor.F703 { top:24px;  left: 187px;}
.mapLink7 li.floor.F704{  top: 24px;  left: 234px;}
.mapLink7 li.floor.F705{  top: 20px;  left: 274px;}
.mapLink7 li.floor.F7-12{  top: 62px;  left: 112px;}
.mapLink7 li.floor.F7-34{  top: 62px;  left: 208px;}
.mapLink7 li.floor.F7-R1{  top: 78px;  left: 58px;}
.mapLink7 li.view a {
  text-decoration: none;
  position: relative;
}
.mapLink7 li.view a img{
  width:20px !important;
}
.mapLink7 li.view a:hover {
  opacity:0.6;
}
.mapLink7 li.view.F7front {  top: 95px;  left: 290px;}
.mapLink7 li.view.F700 {  top: 60px;  left: 53px;}
.mapLink7 li.view.F7-12 {  top: 65px;  left: 160px;}
.mapLink7 li.view.F703 {  top: 82px;  left: 195px;}
.mapLink7 li.view.F704 {  top: 82px;  left: 240px;}
.mapLink7 li.view.F705 {  top: 50px;  left: 285px;}
}
