@charset "Utf-8";
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}
/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'メイリオ','Meiryo',sans-serif,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;}
body {font-size: 1.4em;
	padding-top: 90px;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.font_frame{
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff; /*文字白枠*/
}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.link_img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.link_img_b{
	transition: 0.3s;
}
.link_img_b:hover {
	filter: brightness(200%);
	transition: 0.3s;
}



hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********** youtube 地図 ***********/


.youtube_wrap{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

.googlemap{
  width: 100%;
}

.googlemap iframe{
  width: 100%;
  height: 450px;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf::after{
	content: "";
	clear: both;
	display: block;
}

.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.mg_t10{margin-top: 10px;}
.mg_t20{margin-top: 20px;}
.mg_t30{margin-top: 30px;}
.mg_t40{margin-top: 40px;}
.mg_t50{margin-top: 50px;}
.mg_t60{margin-top: 60px;}
.mg_t70{margin-top: 70px;}
.mg_t80{margin-top: 80px;}
.mg_t90{margin-top: 90px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}
.mg_b60 {margin-bottom: 60px;}
.mg_b70 {margin-bottom: 70px;}
.mg_b80 {margin-bottom: 80px;}
.mg_b90 {margin-bottom: 90px;}

.pd_tb20{padding-top: 20px;padding-bottom: 20px;}
.pd_tb30{padding-top: 30px;padding-bottom: 30px;}
.pd_tb40{padding-top: 40px;padding-bottom: 40px;}
.pd_tb50{padding-top: 50px;padding-bottom: 50px;}
.pd_tb60{padding-top: 60px;padding-bottom: 60px;}
.pd_tb70{padding-top: 70px;padding-bottom: 70px;}
.pd_tb80{padding-top: 80px;padding-bottom: 80px;}
.pd_tb90{padding-top: 90px;padding-bottom: 90px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}

.font_red{ color: #C7243A;}
.font_blue{ color: #EDAD0B;}
.font_orange{ color: #DA5019;}
.font_yellow{ color: #007AB7;}
.font_green{ color: #009250}

.align_center{ text-align: center !important;}
.align_right{ text-align: right !important;}
.align_left{ text-align: left !important;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/** セクション調整 ****************/
.section{
	padding-bottom: 50px;
}

/* 点滅 */
.blink{
	color: #C7243A;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;}

.only_pc {}
.only_mobile {display: none;}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	display: -webkit-flex; /* Safari */
	display: flex;
-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.flex_space_between, .space_between{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.flex_space_around{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
/* センター寄せ */
.flex_justify_center {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

.flex_nonflex_between{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}


.flex_nonflex_between_r{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_a_center{
	align-items: center;
}


.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/*-----------------------------------------------------------------------------------*/
/*	レイアウト
/*-----------------------------------------------------------------------------------*/

#container{
	width: 100%;
	padding-bottom: 50px;
}

.contents{
	width: 1000px;
	padding: 0px 10px 20px 10px;
	margin-left: auto;
	margin-right: auto;
}
.section{
	padding-bottom: 40px;
}
#footer{
	background-color: #542D24;
}

.footer_contents{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	margin: 0px auto;
	color: #ffffff;
}

.footer_contents a{
	color: #ffffff;
}

.clear{
	clear: both;
}

.align_center{
	text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*スペーサー
/*-----------------------------------------------------------------------------------*/
.space_10{margin-bottom: 10px;}
.space_20{margin-bottom: 20px;}

.pd_tb_50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}

.pc_only{}

.mobile_only{display: none;}

.br_mobile{	display: none;}

.br_pc{}

/**** youtube *****/
.youtube {
  position: relative;
  width: 100%;
  max-width: 470px !important;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 560px !important;
  max-height: 315px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	ヘッダー
/*-----------------------------------------------------------------------------------*/

.header_contents h1{
	font-size: 12px;
	font-weight: 100;
	padding-bottom: 5px;
}



.header_banner{
	position: absolute;
	top: 50px;
	right: 280px;
}

.p_info{
	position: absolute;
	top: 50px;
	right: 10px;
	line-height: 140%;
	width: 230px;
	font-size: 16px;
	font-weight: 500;
	color: #8b0000;
}

.p_info a{
	text-decoration: none;
	color: #8b0000;
	font-size: 120%;
}

.p_info span{
	color: #3f3f3f;
	font-size: 14px;
	line-height: 100%;
}

/** ヘッダー **********/
/** ヘッダーバー **/
.header_bar{
	width: 100%;
	background-color: #542D24;
}
.header_bar_inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 15px;
	color: #fff;
	text-align: right;
}
.header_bar h1{
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
}
/** ヘッダーバー **/
/** ▼ヘッダーロゴ **/
.header_logo_area{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	border: 4px solid #4f2702;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	background-color: #fff;
}

.header_logo_area a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.logo_head{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 1.45rem;
	color: #4f2702;
	font-weight: 800;
	margin: 0px;
	line-height: 100%;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
.logo_bottom{
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	text-align: center;
	font-size: 1.6rem;
	color: #4f2702;
	font-weight: 800;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
.img_logo{
	width: 160px;
}
/** ▲ヘッダーロゴ **/
/** ヘッダーメニュー ************/
.header_nav_area_inner{
	width: 100%;
	background-color: #fef9f7;
}
.drawer-nav{
	vertical-align: bottom;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.menu{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}
.menu i{
	margin-left: 5px;
}
.menu > li{
	position: relative;
	display: inline-block;
}
.last_child{
}
.menu li a,.menu li span.span_menu{
	display: inline-block;
	vertical-align: bottom;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.6rem;
	color: #002537;
	transition: 0.3s;
}
.menu li a:hover,.menu li span.span_menu:hover{
	background-color: #DA5019;
	color: #ffffff;
	transition: 0.3s;
}
.child {
  position: absolute;
  left: 0;
  display: none;
	width: 200px;
	list-style-type: none;
}
.open{
	display: block;
}
.child > li {
	width: 100%;
	text-align: center;
	background-color: #F3C0AB;
  color: #fff;
  position: relative;
	border-bottom: 1px solid #993711;
	z-index: 100;
}
.child > li:last-child{
	border-bottom: none;
}
.child > li a{
	display: inline-block;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.grandchild {
  position: absolute;
  top: 0;
  background: #8f8f8f;
  z-index: 1;
  width: 100%;
  display: none;
}
.grandchild > li {
  color: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid #c3c3c3;
}
.menu > li:not(:last-child) .child > li .grandchild {
  left: 100%;
}
.menu > li:last-child .child > li .grandchild {
  right: 100%;
}

.position-fix{
	position: fixed;
	top: -45px !important;
}
.cd-auto-hide-header {
	position: fixed;
	top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
	position: fixed;
	top: -44px;
  -webkit-transform: translateY(-149px);
      -ms-transform: translateY(-149px);
          transform: translateY(-149px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    z-index: 200;
  }
}


/** ヘッダーメニュー ************/
/** パンくずリスト *********************/
.breadcrumb_area{
	display: inline-block;
	width: 100%;
	padding-left: 250px;
	background-color: #efefef;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #775706;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #64121D;
  text-decoration: none;
}
.breadcrumb li a:hover {
	color: #999999;
  text-decoration: underline;
}
/** パンくずリスト *********************/

/*-----------------------------------------------------------------------------------*/
/*	トップページスライダー
/*-----------------------------------------------------------------------------------*/
.slider{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	トップページスライダー ソーシャルボタン
/*-----------------------------------------------------------------------------------*/
.slider_cover{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.slider{
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.social{
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.social ul{
	margin-right: 5px;
}

.social ul li{
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 5px;
}

.link_img_nonshadow{
	transition: 0.3s;
}

a:hover .link_img_nonshadow{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	transition: 0.3s;
}
/*-----------------------------------------------------------------------------------*/
/*	コンテンツ
/*-----------------------------------------------------------------------------------*/
.page_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.img_page_title_bg{
	width: 100%;
	height: 450px;
	object-fit: cover;
	-ms-filter: blur(2px);
  filter: blur(2px);
	vertical-align: bottom;
}
.page_title{
	position: absolute;
	bottom: 100px;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	background: rgba(0, 0, 0, 0.7);
}
.header_icon{
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.page_title h1{
	font-weight: 400;
}
.page_title h2{
	font-weight: 400;
}
.h2_contents{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 8px 10px 8px 12px;
	font-size: 2.0rem;
	font-weight: 400;
	color: #ffffff;
	background-color: #394521;
}

.h2_contents::before{
	color: #fff;
	content: "\f001";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 7px;
}


.contents h3{
	background-image: url(img/h3_bg.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	vertical-align: middle;
	line-height: 150%;
	padding-left: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #3f3f3f;
}


.contents h4{
	color: #8b0000;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.contents p{
	font-size: 15px;
	line-height: 150%;
	padding: 5px 10px 10px 10px;
}

ul.list_check{
	list-style-type: none;
	padding-left: 15px;
	padding-right: 20px;
	margin-left: 20px;
}

ul.list_check li{
	list-style-image: url(img/check.png);
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.list_arrow{
	list-style-type: none;
	padding-left: 15px;
	padding-right: 20px;
}

ul.list_arrow li{
	list-style-type: none;
	background-image: url(img/list2.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}


.table_1{
	width: 100%;
	font-size: 15px;
	border-collapse: collapse;
	border: 1px solid #696969;
}
.table_1 th{
	height: 35px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	background: url(img_p/th_bg.jpg) repeat-x top left #eee;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
}
.table_1 td{
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
}



.table_simple table{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 15px;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
}


.table_simple table tr th{
	text-align: center;
	padding: 8px 15px;
	background-color: #ffffcc;
	font-size: 15px;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.table_simple table tr td{
	text-align: left;
	padding: 10px 8px 10px 8px;
	font-size: 15px;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.table_simple table td.align_right{
	text-align: right;
}

.table_simple_center table{
	margin-left: 10px;
	border-collapse: collapse;
	font-size: 15px;
	text-align: center;
}


.table_table_center tr th{
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #ffffcc;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	font-size: 15px;
}

.table_simple_center table tr td{
	padding: 5px 10px;
	border: 1px solid #a9a9a9;
	font-size: 15px;
}

span.span_red{
	color: #cc0000;
}

span.span_large{
	font-size: 150%;
	font-weight: 300;
	color: #8b0000;
}

.img_boder{
	padding: 5px;
	margin: 5px;
	border: 1px solid #696969;
	background-color: #ffffff;
}

.img_float_left{
	float: left;
	padding: 5px;
	margin: 5px 15px 5px 5px;;
	border: 1px solid #696969;
	background-color: #ffffff;
}

.img_float_right{
	float: right;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	border: 1px solid #696969;
	background-color: #ffffff;
}


.box_float_right{
	float: right;
}

.read_more{
	text-align: right;
}

.read_more a{
	color: #d2691e;
}

.hall_comment{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px !important;
	font-weight: 800;
	font-size: 110%;
	color: #8b0000;
	margin-bottom: 10px;
}

.staff_profile{
	list-style-type: none;
}

.staff_profile li{
	padding: 5px;
	border-bottom: 1px dotted #999999;
}

.staff_profile li:nth-child(2n+1){
	background-color: #ffffcc;
}
/*---------------スペーサー------------------*/
.space_10{
	height: 10px;
}
.space_20{
	height: 20px;
}
/*---------------Privacy Policy------------------*/

ol.ol_privacy{
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 100%;
	list-style-type: decimal;
}

ol.ol_privacy li{
	font-size: 113%;/***18px**/
}

ol.ol_privacy p {
	font-size: 15px;
	margin-left: -20px;
	padding-left: 0px;
	padding-top: 5px;
}

ul.list_disc{
	font-size: 100%;
}

ul.list_disc li{
	font-size: 100%;
}

/** 蓼科を愛でた有名人 **********************************************/

.list_celebrities{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

.list_celebrities li{
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
	line-height: 200%;
}

.list_celebrities li a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*-----------------------------------------------------------------------------------*/
/*	擬似テーブル
/*-----------------------------------------------------------------------------------*/

.div_table {
	display: table;
}


.tr {
    isplay:table-row;
}

.th{
    display:table-cell;
                margin:15px;
                padding:15px;
                border:10px solid;
                background-color:#eee;
}


.td {
	display:table-cell;
                margin:15px;
                padding:15px;
                border:10px solid;
                background-color:#eee;
}




/*-----------------------------------------------------------------------------------*/
/*	フッター
/*-----------------------------------------------------------------------------------*/


ul.footer_link{
	margin-bottom: 40px;
}

ul.footer_link li{
	display: block;
	float: left;
	background-image: url(img/list3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 10px;
}


.copyright p{
	text-align: center;
	font-style: italic;
}

.copyright p a{
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*	カラム
/*-----------------------------------------------------------------------------------*/
.one-half {
	width:48%;
	margin-bottom: 50px;
}

.one-half a img{
	max-width: 460px;
}
.one-third {
	width:31%;
}

.two-third {
	width:65.33%;
}

.one-fourth {
	width:22.5%;
}

.three-fourth {
	width:74%;
}

.one-fifth {
	width:16.8%;
}

.two-fifth {
	width:37.6%;
}

.three-fifth {
	width:58.4%;
}

.four-fifth {
	width:67.2%;
}

.one-sixth {
	width:13.33%;
}

.five-sixth {
	width:82.67%;
}

.one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:3%;
	float:left;
}

.last {
	margin-right:0 !important;
	clear:right;
}

.one_half{
	width: 47%;
}
.one_third2{
	float: left;
	width: 32.3%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.one_third2 img{
	width: 100%;
	padding: 7px;
	border: 1px solid #999999;
}

.one_third{
	width: 31%;
	text-align: center;
}
.one_third p{
	text-align: left;
}
.one_third_archive{
	width: 30%;
	text-align: center;
	margin-bottom: 15px;
}
.one_third_pm{
	width: 31%;
	text-align: center;
}
.one_third_pm_fix{
	width: 31%;
	height: 0;
}

.one_fifth{
	width: 18%;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	トップページ
/*-----------------------------------------------------------------------------------*/

.contents h1{
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.h2_top{
	margin: 0px;
	padding: 0px;
	color: #3f3f3f;
	font-size: 125%;/*20*/
	font-weight: 400;
}
.one-third p{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.top_pickmenu_img{
	width: 100%;
	height: auto;
}

.one-fourth p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.rireki{
	height: 200px;
	overflow: auto;
}

.rireki ul{
	list-style-type: none;
	padding: 5px;
}

.rireki ul li{
	font-size: 14px;
}
/**▼RSSフィード**/
.rss_feed{
	list-style-type: none;
}
.rss_feed li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rss_feed li a{
	display: inline-block;
	vertical-align: bottom;
}
.rss_feed li a img{
	width: 270px;
	height: 180px;
	object-fit: cover;
}
.rss_contents{
	width:690px;
	text-align: left;
}
.rss_contents h4{
	display: block;
	padding-left: 0px;
	line-height: 200%;
	color: #8b0000;
	font-size: 1.8rem;
	font-weight: 800;
}
.feed_date_area{
	display: block;
}
.feeddate{
	color: #DA5019;
	font-size: 1.4rem;
	margin-right: 15px;
}
.feednew{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.feed_des{
	font-size: 1.5rem;
	line-height: 180%;
}
/**▲RSSフィード**/
/*****gallery*****/


ul#filter {
	list-style-type: none;
	width: 100%;
}

ul#filter li {
	display: block;
	float: left;
	width: 15%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 110%;
	background-color: #dcdcdc;
	border-radius: 5px;/**角丸**/
    -webkit-border-radius: 5px;/**角丸**/
    -moz-border-radius: 5px;/**角丸**/
	border: 1px solid #daa520;
}

ul#filter li:last-child {
}

ul#filter a {
	display: block;
	color: #8b0000;
	text-decoration:none;
}


ul#filter li.current a, ul#filter a:hover {
	display: block;
	background-color: #f5f5f5;
}

ul#filter li.current a {
	display: block;
	background-color: #ffffcc;
	font-weight: 700;
}

ul#portfolio { float:left; list-style:none; margin-left:0; width:100%; }

ul#portfolio li {
	border:1px solid #dedede;
	float:left; margin:5px;
}

ul#portfolio a { display:block; padding:5px; background:#fff; }
ul#portfolio a:hover { text-decoration:none; }

ul#portfolio a img{
	display:block;
	width: 170px;
	height: 128px;
	object-fit: cover;
}
/*-----------------------------------------------------------------------------------*/
/*	11.	SINGLE PORTFOLIO
/*-----------------------------------------------------------------------------------*/
#portfolio-single .image {
	width: 660px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding: 3px 5px 0 0;
}

#portfolio-single .image img {
	margin-bottom: 15px;
	-moz-box-shadow: 0px 1px 3px #8e8e8e;
	-webkit-box-shadow: 0px 1px 3px #8e8e8e;
	box-shadow: 0px 1px 3px #8e8e8e;
}

#portfolio-single .text {
	width: 235px;
	padding: 20px;
	margin: 2px 0 0 0;
	float: right;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	overflow: hidden;
}

#portfolio-single a:hover {
	text-decoration: underline;
}

a.p-project, a.n-project {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #565656;
	line-height: 1;
	float: left;
}

a.n-project {
	float: right;
}

#portfolio-single a.p-project:hover, #portfolio-single a.n-project:hover {
	text-decoration: none;
	color: #5d8ba6;
}
/********** 追加 **********/
.top_guide{
	text-align: center;
	padding-bottom: 20px;
}
.top_guide p{
	text-align: left;
}
.a_top_guide_img_cover{
	display: block;
	position: relative;
	transition: 0.3s;
}
.a_top_guide_img_cover:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition: 0.3s;
}
.span_top_guide{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	color: #FF5400;
	font-weight: 800;
	padding: 3px 8px;
	background: rgba(255, 255, 255, 0.7);
	border: 3px solid orange;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}
.a_top_guide_img_cover:hover span{
	background-color: orange;
	color: #ffffff;
	transition: 0.3s;
}
.img_top_guid{
	width: 100%;
	margin-bottom: 10px;
	vertical-align: bottom;
}


.img_card_area{
	position: relative;
	height: auto;
  min-height: unset;
  background-position: left 50%;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 200px;
}
.card_area{
	position: relative;
	width: 700px;
	text-align: left;
  height: auto;
  min-height: unset;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
	margin-top: 50px;
	margin-bottom: 50px;
  background-color: #FFFFFF;
  background-image: none;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
  box-shadow: 0px 19px 38px 0px rgba(0, 0, 0, 0.16) ;
}
.card_bg_live{
	background-image: url(img/resort_office_live_01_hw800.jpg);
}
.card_bg_pc{
	background-image: url(img/resort_office_pc_06_h800w533.jpg);
}
.overlay-layer{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	right: 0;
	background-image: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(0, 0, 0, 0) 40%);
}
.h5_card{
	font-size: 1.6rem;
	padding-bottom: 10px;
}
.h3_card{
	font-size: 2.2rem;
	font-weight: 400;
	padding-bottom: 15px;
}
.banner_box{
	width: 230px;
	float: left;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img_facility_hanbai{
	float: right;
	margin-right: 80px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #999999;
}
.gallary_area{
	padding-top: 90px;
	padding-bottom: 90px;
}
.inner{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.h3_gallary_area{
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	padding-bottom: 30px;
}
.p_gallary_area{
	font-size: 1.6rem;
	text-align: center;
	padding-bottom: 40px;
}
.img_gallary_area_main{
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;
}
.img_gallary_area_thm{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.box_img_gallery{
	border: 1px solid #333333;
	padding: 10px;
	margin-bottom: 15px;
}
.box_img_gallery a{
	display: inline-block;
	vertical-align: bottom;
}
.box_img_gallery a img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.box_icon_link{
	width: 20%;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.a_icon_link{
	display: inline-block;
	vertical-align: bottom;
}
.img_icon_link{
	width: 100%;
	height: auto;
}
/*********** イベントホールページテーブル ***********/
.table_holl{
	border: 2px solid #999999;
	width: 100%;
	margin-bottom: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.table_holl tr{
	border-bottom: 2px solid #999999;
	display: flex;
	flex-wrap: wrap;
}

.table_holl tr:nth-child(odd){
	background-color: #f5f5f5;
}

.table_holl tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.vo{
	width: 8%;
	text-align: center;
	font-weight: 800;
	border-right: 1px dotted #999999;
}

.date{
	width: 18%;
	font-weight: 800;
	text-align: center;
	border-right: 1px dotted #999999;
}

.cate{
	width: 20%;
	text-align: center;
	border-right: 1px dotted #999999;
}

.cast{
	width: 35%;
	text-align: center;
	font-weight: 800;
	border-right: 1px dotted #999999;
}

.ch{
	width: 19%;
	text-align: center;
}

.co{
	width: 100%;
	border-top: 1px dotted #999999;
	text-align: left;
	padding: 5px;
}

.end{
	border-bottom: none;
}

/** イベントscheduleカード *****************************/
.hall_schedule_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff5ee;
	border: 1px solid brown;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}
.hsb_vo{
	display: inline-block;
	width: 10%;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
	border-right: 1px dotted brown;
}

.hsb_date{
	display: inline-block;
	width: 30%;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-right: 1px dotted brown;
}
.hsb_cast{
	display: inline-block;
	width: 60%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hsb_cat{
	display: flex;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px dotted brown;
	border-right: 1px dotted brown;
}
.hsb_cat span{
	display: inline-block;
	height: 25px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 1.2rem;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	background-color: #C44816;
}
.hsb_ch{
	display: inline-block;
	width: 50%;
	text-align: left;
	font-size: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	border-top: 1px dotted brown;
	border-right: 1px dotted brown;
}
.hsb_ch span{
	font-size: 1.6rem;
	font-weight: 800;
}
.hsb_des{
	display: block;
	width: 100%;
	line-height: 170% !important;
	padding: 5px;
	border-top: 1px dotted brown;
}
/** ▲イベントscheduleカード▲ *****************************/

/************** googleimagesearch_ui ***************/
/*.listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
	width: 32.3%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 294px;
	height: 176px;
	padding: 7px;
	border: 1px solid #999999;
    -webkit-box-shadow: 0px 1px 2px #656565;
       -moz-box-shadow: 0px 1px 2px #656565;
            box-shadow: 0px 1px 2px #656565;
			box-shadow: 0px 1px 2px #656565;
}
.listCover .active {
	padding-bottom: 7px;
	background: url(img/activeArrow.gif) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
------------------------- */
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	display: block;
	background-color: #222;
	float: left;
	position: relative;
	overflow: hidden;
}
.expandField .btnClose {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(img/btnClose.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 40%;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(img/btnPrev.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 40%;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(img/btnNext.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 30px 30px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 100%;
	float: left;
}
.secLeft img{
	width: 90%;
}

.expandField .selfRepInner .secLeft {
	text-align: center;
	color: #dcdcdc;
}
.expandField .selfRepInner .secRight {
	text-align: left;
	color: #fff;
}


/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}


/**********************************************/

.old_info_page{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

.event_archive_area .button{
	display: none !important;
}

/** 問い合わせページ *****************************************************/

.table_form{
	width: 100%;
	table-layout: auto;
}


.table_form tr th{
	background-color: #f4fef4;
	width: 235px;
	padding: 10px;
	border-bottom: 2px solid #999999;
}

.table_form tr td{
	padding: 10px;
	border-bottom: 1px solid #999999;
}

.table_form tr td input[disabled]{
    background:#DCDCDC;
}

.table_form tr td input, .table_form tr td select, .table_form tr td textarea{
	background-color: #f5fff7;
}

.table_form tr td textarea{
	width: 650px;
}

.width_short{
	width: 200px !important;
}

.width_veryshort{
	width: 60px;
}

.req{
	color: #ff0000;
}

.hint{
	display: block;
	margin-top: 10px;
	padding: 15px;
	border: 1px dotted #999999;
}

.table_form ul{
	list-style-type: none;
}

.table_form ul li{
	padding: 5px 0px;
}

.button{
	text-align: center;
}

a.a_button, .button button, .mfp_buttons button{
	background-color: #008000;
	color: white;
	text-align: center;
	padding: 10px 40px;
	border: 1px solid #003300;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	font-size: 14px !important;
	display: inline-block;
}

a.a_button:hover, .button button:hover, .mfp_buttons button:hover{
	background-color: #009900;
}


.section_des{
	padding: 20px 0px !important;
	line-height: 180%;
}

/** 料金案内ページ *****************/

.span_price{
	font-size: 22px;
	color: red;
	font-weight: 800;
}

.span_price span{
	font-size: 16px;
	color: #333333;
}

.slider_banner{
	position: absolute;
	z-index: 5;
	bottom: 50px;
	right: 30px;
}

.slider_banner a{
	display: inline-block;
}

.slider_banner a img{
	display: block;
	width: 234px;
	height: 103px;
}
/**▼施設案内ページ**/
.profile_card{
	width: 100%;
	padding: 30px;
	line-height: 200%;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.profile_img{
	width: 30%;
	height: auto;
}
.profile_right{
	width: 70%;
	padding-left: 15px;
	text-align: left;
}
.profile_des{
	width: 100%;
	padding-top: 15px;
}
/**▲施設案内ページ**/
/**VインフォページV**/
.a_img_infomap{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.a_img_infomap img{
	width: 100%;
	height: auto;
}
/**ΛインフォページΛ**/
/**SNSシェアボタン********************/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?ookgoz');
	src:url('fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('fonts/icomoon.woff?ookgoz') format('woff'),
		url('fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}


.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	width:100%;
	margin-bottom: 10px;
	padding:0;
}
.shareList__item {
	height:30px;
	line-height:30px;
	width:30px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	color:#ffffff !important;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
	display:block;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}

.shareList__link.icon-instagram{background: #833ab4;}
.shareList__link.icon-instagram:hover::before{color: #833ab4;}

.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover::before{color:#55acee;}

.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover::before{color:#3B5998;}

.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover::before{color:#dd4b39;}

.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover::before{color:#008FDE;}

.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover::before{color:#EB4654;}

.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover::before{color:#ff9900;}

.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover::before{color:#6cc655;}

.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover::before{color:#cb2027;}

.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover::before{color:#0e76a8;}

.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover::before{color:#1dcd00;}

.shareList__link.icon-Mail{
	background-color: #ff6633;
	}
.shareList__link.icon-Mail:hover{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}

.img_shareList_x{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	overflow: hidden;
	background-image: url(./img/xlogo-white_wh180.png);
	background-size: cover;
	transition: 0.3s;
}
.img_shareList_x:hover{
	background-image: url(./img/xlogo-black_wh180.png);
	background-size: cover;
	border: 1px solid #999;
	transition: 0.3s;
}

.font_small{
	font-size: 14px;
}

.font_small_12{
	font-size: 12px;
}

.img_top_banner{
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.img_taisaku{}

/**GoToトラベル用**********/
.one-half_center{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.img_center_banner{
	width: 100%;
}
/**GoToトラベル用**********/
