@charset "utf-8";
@media print, screen and (min-width: 1024px){

.tablet,
.smart,
.smart-tablet {
	display:none;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
	color: #000;
}

/*------------------------------------------
html,body
------------------------------------------*/
html,body{
  margin:0;
  padding:0;
  width: 100%;
}

html {
	display: table;
}

body {
	height: 100%;
	color: #000;
	/*font-family:  Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;/*印刷対応*/
    word-break: break-all;
    visibility:hidden; /*背景色ちらつき防止*/
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #d2332d;
}

a:hover {
    /*color: #0431B4;*/
	color: #d2332d;
	text-decoration:none;
}

a:hover img
{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}

a[target="_blank"]:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .8rem;
    content: "\f35d";
    margin: 0 0 0 5px;
}

.nav_pickup_box a[target="_blank"]:after{

}

header .sns_icon a[target="_blank"]:after,
.ad a[target="_blank"]:after,
.link a[target="_blank"]:after {
	display:none;
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
}

/*------------------------------------------
main
------------------------------------------*/
main{
	width:100%;
	min-height:500px;
	background:#fff;
	background-size: 100% auto;
	margin:0 auto;
	display:block;
    padding: 150px 0 100px 0;
}

main ul li {
	margin:10px;
}

main ol li {
	margin:10px;
}


/*------------------------------------------
header
------------------------------------------*/
header {
	width:100%;
	height:60px;
	background:#fff;
	z-index:100;
	line-height: normal;
	color:#000;
	position: fixed;
}

header #header-box {
    max-width: 1480px;
    /* width: 95%; */
    margin: 0 auto;
    padding: 0 10px;
}

header #header-left {
	float:left;
	/*width: 30%;*/
    margin: 5px 0;
	font-weight:normal;
    font-size: 32px;
    font-family: "FOT-キアロ Std B",sans-serif;
}

header #official {
	display:block;
	font-size: 13px;
    line-height: 1.3em;
}

header a{
	color:#000;
	text-decoration:none;
}

header a:hover{
	color:#000;
}

header .mice_banner a,
header .film_banner a{
	color:#fff;
	text-decoration:none;
}

header .mice_banner a:hover,
header .film_banner a:hover {
	color:#fff;
}

header #header-right {
	float:right;
	margin:0;
    font-size: 13px;
}

header .accessible {
	float:left;
	margin: -3px 0 -3px -15px;
}

header .read,
header #fontsize,
header .backgroundcolor,
header .language,
header .mt-site-search {
	float:left;
	margin:10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

header p{
    float: left;
    margin: 4px 0 0 0;
    padding:0;
}

ul#font_setting_wrapper,
ul.bgcolor_setting_wrapper,
ul.language_setting_wrapper{
	position: absolute;
	width: 100px;
	top: 20px;
    z-index: 5;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
}

#fontsize:hover ul#font_setting_wrapper,
.backgroundcolor:hover ul.bgcolor_setting_wrapper,
.language:hover ul.language_setting_wrapper {
	top:25px;
	visibility: visible;
    opacity: 1;
	z-index:300;
}

ul#font_setting_wrapper li,
ul.bgcolor_setting_wrapper li,
ul.language_setting_wrapper li{
    border-top: 1px solid #000;
	display:block !important;
	background:#fff;
	padding:0 !important;
}

ul#font_setting_wrapper li a,
ul.bgcolor_setting_wrapper li a,
ul.language_setting_wrapper li a{
    display: block;
    padding: 5px 15px;
    margin: 0;
}

ul#font_setting_wrapper li a:hover,
ul.bgcolor_setting_wrapper li a:hover,
ul.language_setting_wrapper li a:hover{
  background: #000;
  width:70px;
  color:#fff;
  text-decoration:none;
}
ul#font_setting_wrapper li.current {
  background: #90CAF9;
}

header .mt-site-search {
    float: left;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 0;
    height: 20px;
    width: 200px;
    margin: 6px 0;
}

header .mt-site-search input[type="search"] {
    height: 2em;
    padding-left: 1em;
    border-radius: 20px;
    border: 1px solid #000;
    width: 220px;
}

header .mt-site-search input[type="submit"],
header button.mt-site-search-form__button {
    cursor: pointer;
    border: none;
    background: none;
    position: absolute;
    width: 2em;
    right: 0;
    top: 4px;
    margin: 0;
    padding: 0;
}

header ul {
	margin:0;
	padding:0;
    float: left;
}

header #header-right ul li {
	display:inline;
    padding: 0 10px;
}

header #header-right ul li.about_ube,
header #header-right ul li.access {
	position:relative;
}

header #header-right ul li.about_ube {
	margin-right:10px;
}

header #header-right ul li.about_ube::before,
header #header-right ul li.access::before{
	position:absolute;
	bottom:0px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	top:3px;
}

header #header-right ul li.about_ube::before {
	content:'\f3c5';
	left:-5px;
}

header #header-right ul li.access::before {
	content:'\f5e4';
	left:-10px;
}

header .mice_banner, 
header .film_banner {
	float:left;
    background: #00B0FF;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
}

header .mice_banner {
	margin-right:5px;
}

header .sns_icon{
	float:left;
}

header #header-right .sns_icon ul li {
    padding: 0 0 0 10px;
}


/*------------------------------------------
グローバルメニュー
------------------------------------------*/
nav {
	background:#fff;
    position: fixed;
	width:100%;
	height:65px;
    z-index: 5;
    border-top: 1px dashed #ccc;
    box-shadow: 2px 2px 4px #ccc;
    top:60px;
}

.nav-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
    text-align: center;
}

nav ul {
    display: inline-block;
    padding: 0;
    border-left: 1px dashed #ccc;
    margin: 9px auto;
    font-size: 17px;
}

nav ul li {
	margin:0;
	padding:0 15px;
    display: inline-block;
    width: 155px;
    border-right: 1px dashed #ccc;
    font-family: "FOT-キアロ Std B",sans-serif;
    line-height: 150%;
}

nav ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	font-family: "FOT-キアロ Std B",sans-serif;
}

nav ul li a:hover {
	color:#000;
}

nav ul li a i{
	bottom:0px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#D2332D;
	display:block !important;
    font-size: 25px;
}

/*------------------------------------------
共通
------------------------------------------*/
/*--見出し--*/
h1,h2,h3,h4,h5 {
	font-family: "NUDモトヤアポロ Std W4",sans-serif;
}

h1 {
	position:relative;
	padding: 30px;
	text-align: center;
	font-size:200%;
    line-height: 1.5em;
}

h1::before {
    background: #D2332D;
    border-radius: 20px;
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 100px);
}

h2 {
    font-size: 160%;
    padding: 15px 0;
	text-align:center;
    line-height: 1.5em;
}

h3 {
    font-size: 140%;
    padding: 10px 0;
    line-height: 1.3em;
    border-bottom: 1px solid #000;
    margin: 2em 0 1em 0;
}

h4 {
    font-size: 120%;
    padding: 10px 0;
    line-height: 1.3em;
    margin: 1.5em 0 0.5em 0;
}



/*--パンくず--*/
#pankuzu{
	font-size: 80%;
    padding: 15px 0;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}

#pankuzu a{
	color:#000000;
	text-decoration:none;
}

#pankuzu a:hover{
	text-decoration:underline;
}
#pankuzu ol{
	list-style:none;
	margin: 0;
    padding: 0;
}
#pankuzu li{
	list-style:none;
	float:left;
	margin: 0;
    padding: 0;
}
#pankuzu li:after {
	content:">";
	padding: 0 0.2em 0 0.2em;
}
#pankuzu li:last-child:after{
	content:none;
}
/*--table--*/
table {
	border-collapse: collapse;
}

table th, table td {
	border: solid 1px #ccc;
	padding: 5px;
}

table th {
	background:#eee;
    font-weight: normal;
}

/*--本文--*/
section {
	width:1000px;
	margin:0 auto;
}



/*------------------------------------------
footer
------------------------------------------*/
footer {
    width:100%;
    border-top: 10px solid #CD3E39;
    text-align:center;
}

footer #footer-logo img {

}

footer #copyright {
    font-size: 90%;
}

footer ul {
	margin:0;
    padding: 30px 0 20px 0;
}

footer ul li {
	display:inline;
    padding: 0 10px;
	font-size:90%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

footer ul li+ li {
	border-left: 0;
	border-right: 1px solid #000;
}

footer a {
	color:#000;
	text-decoration:none;
}

footer a:hover {
	color:#000;
	text-decoration:underline;
}

footer #footer-logo img{
	height:85px;
}


footer #footer_contact {
	background:#CD3E39;
	color:#fff;
	display:inline-block;
	padding: 0 30px;
    border-radius: 15px;
    font-size: 90%;
}

/*------------------------------------------
right,left
------------------------------------------*/
.right {
	float: right;
	margin:0;
	padding:0;
}

.left {
	float: left;
	margin:0;
	padding:0;
}

/*------------------------------------------
clear
------------------------------------------*/
.clear {
	clear: both;
}

/*------------------------------------------
page-top 設定
 ------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 180px;
    right: 20px;
    line-height:1.5em;
    z-index: 150;
}
#page-top a {
    background: #cd3e39;
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 50px;
    line-height: 100%;
}
#page-top a:hover {
    text-decoration: none;
    color: rgb(255 255 255 / 70%);
}

/*------------------------------------------
ブログトップページ、カテゴリ一覧ページ
 ------------------------------------------*/
.contents_bg .contents2 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 14px;
}

.contents_bg .contents2 .contentsimg {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: 460px;
    height: 289px;
}

.contents_bg .contents a {
	color:#000;
	text-decoration:none;
}

.contents_bg .contents a:hover {
	color:#D2332D;
}

.contents_bg .contents {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 14px;
}

.contents_bg .contents .contentsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.contents_bg .contents .contentsimg img {
	width:100%;
    height: 167px;
    object-fit: cover;
}

.contents_bg .contents2 .contentsimg img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contents_bg .contents_small {
    width: 11%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 14px;
}

.contents_bg .contents_small .contentsimg img {
	width:100%;
}

.contents_bg .contents_small .contentstxt {
    font-size: 80%;
    line-height: 1.3em;
    font-family: "NUDモトヤアポロ Std W4",sans-serif;
    color: #D2332D;
    text-align: center;
}

.contents_bg .contents_small a {
	color:#D2332D;
	text-decoration:none;
}

.contents_bg .contents2 .contentstxt,
.contents_bg .contents .contentstxt {
    font-size: 90%;
    line-height: 1.5em;
}

.contentstxt h2.categorytop {
    padding: 0;
    margin: 5px 0;
    font-size: 120%;
	color:#D2332D;
}

.contents_bg .contents2 a,
.contents_bg .contents a {
	color:#000;
	text-decoration:none;
}

.contents_bg .contents2 a:hover
.contents_bg .contents a:hover {
	color:#D2332D;
}

.contents_bg .contents2 a[target="_blank"]:after {
    display:none;
}


/*------------------------------------------
詳細ページ メイン画像
 ------------------------------------------*/
/*--メイン画像--*/
#img {
	width:1000px;
    margin: 0 auto 50px auto;
}

#main_img {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}

#main_img img {
	position:absolute;
	width:auto;
    height:600px;
    top:50%;
    left:50%;
    max-width:100%;
    max-height:100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#main_img:after {
	display:block;
	padding-top: 75%;
	content: '';
}

ul#thumb_img {
    padding: 0;
    margin: 20px -2px;
	text-align:center;
}

ul#thumb_img li {
	display:inline;
	width:18%;
	padding: 0 5px;
    margin: 0;
}

ul#thumb_img li img {
	height: 80px;
	opacity: 40%;
    cursor: pointer;
}

ul#thumb_img li.current img {
	opacity: 100%;
}

/*--概要--*/
.summary ,
.summary > dt,
.summary > dd {
    box-sizing: border-box;
}

.summary {
	width:700px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
	margin:50px auto 20px auto;
    }

.summary > dt,
.summary > dd {
    padding: 1em;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ccc;
}

.summary > dt {
    background: #FFFAEC;
	width:210px;
}

.summary > dd {
	width:490px;
}

/*--地図--*/

.summary_map {
	margin-top:50px;
}

.summary_map iframe {
	width:100%;
}

/*------------------------------------------
イベント表示
 ------------------------------------------*/
h2#eventdate {
	font-family:"FOT-キアロ Std B",sans-serif;
	text-align:center;
    margin: -20px 0 50px 0;
    padding: 0;
}

.event1_bg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.event1_bg .event1_box {
	flex-basis: 25%;
}

.event1_bg .event1_box a {
	color:#000;
	text-decoration:none;
}

.event1_box {
    margin: 20px 0;
    vertical-align: top;
}

.event1img {
	width:95%;
	margin:0 auto;
    position: relative;
}

.event1text {
    width: 95%;
    margin: 10px auto;
    line-height: 2em;
	font-family:"FOT-キアロ Std B",sans-serif;
}

.event1_box a {
	color:#000;
	text-decoration:none;
}

.event1_box a:hover {
	text-decoration:underline;
}

.event1img img {
	width:100%;
	height:175px;
    object-fit: cover;
}

.tag1 {
    position: absolute;
    top: -8px;
    left: 5px;
    background: #ffffffa6;
    padding: 0 5px;
    color: #000;
}

.tag2{
    position: absolute;
    bottom: 0px;
    right: 5px;
    background: #179F56a6;
    padding: 0 5px;
    color: #fff;
}
.event_iframe iframe {
	width: 100%;
	border: none;
}

/*------------------------------------------
イベントページ
 ------------------------------------------*/
.event_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}

.event_icon span {
	border:1px solid #000;
    padding: 0 15px;
    font-size: 120%;
}

/*------------------------------------------
インフォメーション
 ------------------------------------------*/

dl#info {
    max-width:1000px;
	margin: 0 auto;
	border-bottom: 1px dashed #707070;
}

dl#info dt{
    padding: 10px 1em;
    border-top: 1px dashed #707070;
    width:7em;
    float: left;
}

dl#info dd {
	padding: 10px 0;
	margin-left:9em;
	border-top: 1px dashed #707070;
}

#info a,
.page-navigation a{
	color:#000000;
	text-decoration:none;
}

#info a:hover,
.page-navigation a:hover{
	text-decoration:underline;
}

.page-navigation {
    text-align: center;
}

.page-navigation ul {
    display: block;
    padding-bottom: 10px;
}

.page-navigation li a {
    padding: 0 10px;
}

.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/*------------------------------------------
おすすめモデルコース
 ------------------------------------------*/
.spot {
	display: flex;
}

.spot_left img {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	width: 480px;
}

.spot_right {
	margin: 10px 0 0 20px;
	padding: 0;
}

.spot_name {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 180%;
    line-height: 120%;
}

.spot_right a {
    font-size: 90%;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 5px 20px;
    background-color: #cd3e39;
    color: #fff;
    text-decoration: none;
}

.traval_time {
    padding: 20px 10px;
    text-align: center;
    margin: 20px 0 20px 0;
    background: #FFFAEC;
    border-radius: 10px;
    font-size: 130%;
}

/*------------------------------------------
会員一覧
 ------------------------------------------*/
.member_frame {
    display: block;
    width: 100%;
    margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

.member_frame h2 {
    text-align: left;
}

.member_frame img {
    float: left;
    width: 30%;
    height: 230px;
    object-fit: contain;
	object-position:top;
	margin-bottom: 10px;
}

.member_info {
    float: right;
    width: 70%;
}

.member_summary ,
.member_summary > dt,
.member_summary > dd {
    box-sizing: border-box;
}

.member_summary {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin:0 0 10px 10px;
}
.member_summary > dt,
.member_summary > dd {
    padding: 10px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member_summary > dt {
    background: #FFFAEC;
	width: 20%;
}

.member_summary > dd {
	width: 80%;
}

.member_text {
    clear: both;
	margin-bottom: 30px;
}

/*------------------------------------------
サイト内検索
 ------------------------------------------*/
.fs-paginate {
	text-align:center;
	margin-top:50px;
}

.fs-paginate ul li {
	display:inline-block;
}


/*------------------------------------------
ページメニュー、カテゴリメニュー
 ------------------------------------------*/
ul#pagemenu,
ul#pagemenu2{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2em;
    text-align: center;
}

ul#pagemenu li,
ul#pagemenu2 li{
    background: #eee;
    padding: 5px 15px 3px 15px;
    margin-right: 1em;
    margin-bottom: 0.5em;
    display: inline-block;
}

ul#categorymenu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2em;
}

ul#categorymenu li {
    background: #eee;
    padding: 10px 15px;
    margin-right: 1em;
    margin-bottom: 0.5em;
    width: 28%;
    margin: 0.5em;
    display: inline-block;
}

ul#pagemenu li a,
ul#pagemenu2 li a,
ul#categorymenu li a{
	display: block;
    height: 100%;
    width: 100%;
    text-decoration:none;
	color:#000;
}

ul#pagemenu li a:hover,
ul#pagemenu2 li a:hover,
ul#categorymenu li a:hover {
	color:#CD3E39;
}

/*------------------------------------------
サイトマップ
 ------------------------------------------*/
.sitemap_left,
.sitemap_right {
	width:50%;
}

.sitemap_left {
	float:left;
}

.sitemap_right {
	float:right;
}

.sitemap_left h2,
.sitemap_right h2 {
	text-align:left;
    padding: 0;
    margin: 20px 0;
    font-size: 130%;
}

.sitemap_left ul,
.sitemap_right ul {
	margin:0;
}

.sitemap_left ul li,
.sitemap_right ul li {
	margin:0;
}

.sitemap_left a,
.sitemap_right a{
	text-decoration:none;
}

.sitemap_left a:hover,
.sitemap_right a:hover {
	text-decoration:underline;
}

/*------------------------------------------
テキスト設定
 ------------------------------------------*/
.big_110 {
	font-size:110%;
	line-height:100%;
}

.small_90 {
	font-size:90%;
	line-height:100%;
}

.small_80 {
	font-size:80%;
	line-height:100%;
}

.red {
	color:#D2332D;
}


}/*@media */