@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

h1{
	width: 100%;
	margin:2px auto;
	font-weight: bold;
}

.smpnone,
.spnone{
	display:none;
}

.clear::after,
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#wrap div#dirPathBlock {
    width: 100%;
    margin: 0 auto;
}

main,
article,
section{
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section:nth-of-type(odd){ background: #fff;}
section:nth-of-type(even){ background:#eef9fa;}

.inner{
	width:100%;
	margin:0 auto;
	padding: 10px;
	display:block;
	box-sizing: border-box;
}

/*title*/
#title{
	width: 100%;
    height: 150px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    color: #FFF;
	position: relative;
}

#title h2{
	width: 100%;
    margin: 0 auto 0;
    padding: 10px 10px 0;
    display: block;
	font-weight: normal;
    font-size: 20px;
    font-weight: bold;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	position:absolute;
	top:5%;
}

#title p{
    width: 100%;
    margin: auto;
    display: block;
    font-size: 14px;
    text-align: right;
	text-shadow: 2px 2px 3px black;
	position:absolute;
	bottom:10px;
	right:10px;
}

/*commentbox*/
.commentbox {
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    text-align: center;
    line-height: 1.5;
}
.commentbox strong{
	font-weight: bold;
	margin-bottom: 1%;
    color: #2583ba;
    border-bottom: 2px solid #2583ba;
}

/*hotel*/
.jrgroup_yado_box{
	margin-bottom:5%;
	padding: 5px;
	background: #FFF;
}

.jrgroup_yado_box h3{
	font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 3%;
    position: relative;
    font-weight: normal;
}

.jrgroup_yado_box .jrgroup_yado_details {
    clear: both;
}

.bn_banner{
    width: 40%;
    float: left;
    margin: 0 2% 0 0;
}

.jrgroup_yado_details_wrap{
	font-size:14px;
}

.jrgroup_yado_details_wrap p{
	padding: 0 5px 12px;
	margin-bottom:12px;
	line-height: 1.5;
}

.jrgroup_yado_details_wrap h4{
	padding:5px;
	background:#3cb8cc;
	color:#FFF;
	clear: both;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 80px;
    text-align: center;
    font-size: 14px;
}

.jrgroup_yado_details_wrap ul{
	margin-bottom: 5%;
}

.jrgroup_yado_details_wrap ul li{
    margin: 0 5%;
    font-size: 18px;
    position: relative;
    line-height: 2;
}

.jrgroup_yado_details_wrap ul li:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #3cb8cc;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 32%;
    left: -10px;
}

.bn_banner img{
	width:100%;
	height:auto;
}

/*btn*/
.btnlink a,
.btnyado a,
.btnjr a{
	width: 95%;
    color: #FFF;
    margin: 0 auto 2%;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}
.btnlink a{
	background:#2583ba;
}

.btnyado a{
	background:#2583ba;
}

.btnjr a{
	background:#2583ba;
}

.btnlink a:after,
.btnyado a:after,
.btnjr a:after {
    width: 0;
    height: 0;
    border-left: 5px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 44%;
    right: 4%;
    content: "";
}

/*menu*/
#menu{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border:2px solid #dff0f2;
	padding:3%;
	line-height: 2.5;
    font-size: 12px;
	margin:1%;
}

#menu p{
	font-size:14px;
	font-weight:bold;
}

#menu ul li{
	width:49%;
	float:left;
	margin-right:1%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}

.pcnone{
	display:none;
}

.clear::after,
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#wrap div#dirPathBlock {
    width: 950px;
    margin: 0 auto;
}

main,
article,
section{
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section:nth-of-type(odd){ background: #fff;}
section:nth-of-type(even){ background:#eef9fa;}

.inner{
	width:950px;
	margin:0 auto;
	padding: 30px 0;
	display:block;
}

/*title*/
#title{
	width: 1000px;
    height: 300px;
    margin: auto;
    padding: 30px 0 0;
    background: url(../images/bg.jpg);
    background-size: cover;
    color: #FFF;
    box-sizing: border-box;
}

#title h2{
	width: 780px;
    margin: 0 0 135px 25px;
    padding: 20px;
    text-align: center;
    display: block;
    font-size: 48px;
	font-weight: normal;
    background: rgba(0,0,0,0.5);
}

#title p{
	width: 950px;
    margin: auto;
    display: block;
    font-size: 24px;
    text-align: right;
    text-shadow: 2px 2px 3px black;
}

/*commentbox*/
.commentbox {
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    background: #fff;
    text-align: center;
    line-height: 2;
}
.commentbox strong{
	width: 64%;
    display: block;
    font-weight: bold;
    margin: 0 auto 1%;
    color: #2583ba;
    border-bottom: 2px solid #2583ba;
}

/*hotel*/
.jrgroup_yado_box{
	padding:20px;
	margin-bottom:5%;
	background: #FFF;
}

.jrgroup_yado_box h3{
	width: 50%;
    float: left;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
}

.jrgroup_yado_box .jrgroup_yado_details {
    clear: both;
}

.bn_banner{
	width: 200px;
	float:left;
	margin:0 20px 3% 0;
}

.jrgroup_yado_details_wrap{
	font-size:16px;
	overflow:hidden;
}

.jrgroup_yado_details_wrap p{
	padding: 0 6px 12px;
	margin-bottom:12px;
	line-height:160%;
	overflow:hidden
}

.jrgroup_yado_details_wrap h4{
	display:inline-block;
	padding:5px;
	background:#3cb8cc;
	color:#FFF;
	margin-right:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
}

.jrgroup_yado_details_wrap ul{
	display: flex;
	margin-bottom: 5%;
}

.jrgroup_yado_details_wrap ul li{
	display: inline-block;
    margin: 0 2%;
    font-size: 15px;
	position: relative
}

.jrgroup_yado_details_wrap ul li:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #3cb8cc;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top:15%;
	left:-5%;
}

.bn_banner img{
	width:100%;
	height:auto;
}

/*btn*/
.btnlink a,
.btnyado a,
.btnjr a{
    width: 90%;
    color: #FFF;
    margin: 0 auto 2%;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
	position: relative;
}
.btnlink a{
	background:#2583ba;
}

.btnyado a{
	background:#2583ba;
}

.btnjr a{
	background:#2583ba;
}

.btnlink a:after,
.btnyado a:after,
.btnjr a:after {
    width: 0;
    height: 0;
    border-left: 5px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 40%;
    right: 3%;
    content: "";
}

.btnlink:hover,
.btnyado:hover,
.btnjr:hover{
	transition: 0.2s ;
	opacity: 0.7 ;
}

.btnlink:hover a,
.btnyado:hover a,
.btnjr:hover a{
	text-decoration:none!important
}

/*menu*/
#menu{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #dff0f2;
    padding: 1% 3% 3% 3%;
    width: 950px;
    display: block;
    margin: 1% auto;
    font-size: 16px;
    line-height: 2;
}

#menu p{
	font-size:18px;
	font-weight:bold;
}

#menu ul li{
    width: 236px;
    float: left;
}

}