@charset "UTF-8";
@import url("drawer.css"); /*モバイルメニュー用読み込み*/
/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	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;}

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{
	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%);
}


.contents a 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;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


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;
}

.font_red{
	color: #ff0000;
}
.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;}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過
/*-----------------------------------------------------------------------------------*/
.link_img{
    -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;
}

 a:hover img.link_img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.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;}

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

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

html{
	color: #ffffff;
	background-color: #efefef;
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

body{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #8FBC8F;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #8FBC8F;
	scrollbar-shadow-color: #C7E4C1;
}

#header{
	background-image: url(img/header_bg.jpg);
}

.header_contents{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#navi{
	width: 100%;
	overflow: auto;
	margin-bottom: 5px;
}

#container{
	width: 100%;
	background-color: #ffffff;
}
.contents{
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}


#footer{
	background-color: #542D24;
}
.footer_contents{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff;
	line-height: 200%;
}
.footer_contents a{
	color: #efefef;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*スペーサー 共通
/*-----------------------------------------------------------------------------------*/

.space_10{margin-bottom: 10px;}
.space_20{margin-bottom: 20px;}

.mobile_space_10{margin-bottom: 10px;}

.clear{clear: both;}

.pc_only{display: none;}

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

.br_pc{	display: none;
}


iframe{
	width: 90%;
}

/**** youtube *****/

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

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

.img_m_100{
	max-width: 100%;
}

.flex_r{
	display: -webkit-flex; /* Safari */
	display: flex;
-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
/* 端詰め等間隔 */
.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_switch{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


/*-----------------------------------------------------------------------------------*/
/*	ヘッダー
/*-----------------------------------------------------------------------------------*/
/** ヘッダーバー **/
.header_bar{
	width: 100%;
	background-color: #542D24;
}
.header_bar_inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	color: #fff;
	text-align: left;
	padding-right: 50px;
}
.header_bar h1{
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
}
/** ヘッダーバー **/
/** ▼ヘッダーロゴ **/
.header_logo_area{
	width: 100%;
	text-align: left;
	border: 4px solid #4f2702;
	background-color: #fff;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.header_logo_area a{
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
}

.logo_head{
	display: inline-block;
	font-size: 14px;
	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{
	display: inline-block;
	font-size: 14px;
	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{
	height: 25px;
	width: auto;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: text-bottom;
}
/** ▲ヘッダーロゴ **/
.header_banner{
	float: right;
	margin-right: 10px;
	margin-top: 45px;
}

.p_info{
	float: right;
	font-weight: 500;
	color: #8b0000;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	メニュー
/*-----------------------------------------------------------------------------------*/
/**▼モバイルメニューロゴ**/
.m_logo_area{
	position: relative;
	display: inline-block;
	width: 220px;
	background-color: #fff;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	border: 4px solid #4f2702;
}
.m_logo_area a{
	display: inline-block;
	vertical-align: bottom;
}
.m_logo_head{
	position: absolute;
	display: inline-block;
	left: 33px;
	font-size: 10px;
	color: #4f2702;
	font-weight: 800;
	margin: 0px;
	line-height: 100%;
}
.m_img_logo{
	height: 38px;
	width: auto;
	margin-left: 3px;
	vertical-align: bottom;
}
.m_logo_bottom{
	display: inline-block;
	font-size: 14px;
	color: #4f2702;
	font-weight: 800;
}
/**▲モバイルメニューロゴ**/
/*** メニュー ***************************************/
.drawer-hamburger{
	background: rgba(211,211,211,0.8);
}

.drawer-menu{
	list-style-type: none;
}

.drawer-menu li{
	display: block;
	font-size: 110%;
	border-top: 1px solid #999999;
}

.drawer-menu li:last-of-type {
	border-bottom: 1px solid #999999;
}


.menu i{
	margin-left: 10px;
	transition: 0.5s;
}
.close_arrow span i{
	transform: rotateX(180deg);
	transition: 0.5s;
}

.menu_last{
	border-bottom: 1px solid #999;
}

.drawer-menu li a,.drawer-menu li span.span_menu{
	display: block;
	color: #333333;
	padding: 15px 15px 15px 25px;
	font-weight: 800;
	text-decoration: none;
}
.drawer-menu li a:hover,.drawer-menu li span.span_menu:hover{
	background-color:#fed;
}


.child {
  display: none;
	background-color: #fee;
}
.child li{
	padding-left: 15px;
}
.open_m{
	display: block;
}
.mobile_menu_logo{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 260px;
}

.img_mobile_menu_logo{
	width: 100%;
}

.mobile_info{
	padding: 10px;
}
.mobile_info span{
	display: block;
	font-size: 15px;
	line-height: 35px;
}

.mobile_info span a{
	font-weight: 800;
	font-size: 18px;
	color: orange;
}

/*** ▲メニュー▲ ***************************************/
/** パンくずリスト *********************/
.breadcrumb_area{
	display: inline-block;
	width: 100%;
	padding-top: 3px;
	padding-left: 5px;
	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%;
	aspect-ratio: 2/1;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}
.flexslider{
	width: 100%;
	aspect-ratio: 2/1;
	border: none !important;
	object-fit: cover;
}
.slides{
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}
.slides li{
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}
.slides li img{
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}


/*-----------------------------------------------------------------------------------*/
/*	ソーシャルボタン
/*-----------------------------------------------------------------------------------*/

.social{
	width: 100%;
	overflow: auto;
}
.social ul{
	float: right;
	margin-right: 5px;
}

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

.social ul li a img{
	width: 35px;
}

a:hover .link_img_nonshadow{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*-----------------------------------------------------------------------------------*/
/*	コンテンツ
/*-----------------------------------------------------------------------------------*/
.page_title_area{
	position: relative;
	width: 100%;
}
.img_page_title_bg{
	width: 100%;
	height: 350px;
	object-fit: cover;
	-ms-filter: blur(2px);
  filter: blur(2px);
}
.page_title{
	position: absolute;
	bottom: 100px;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0, 0, 0, 0.7);
}
.header_icon{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.page_title h1{
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 150%;
}
.page_title h2{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 150%;
}

.img_top_banner{
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



.title_img{
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	height: 0;
	padding-bottom: 15.3%;
	position: relative;
}
.title_img p{
	color: #8b0000;
	font-size: 120%;
	font-weight: 700;
	position: absolute;
	top: 40%;
	right:5%;
}

.page_title{
	width: 100%;
}
.h2_contents{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 8px 10px 8px 12px;
	font-size: 1.7rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 150%;
	background-color: #394521;
}
.contents h3{
	line-height: 200%;
	font-size: 1.6rem;
	font-weight: 500;
	color: #3f3f3f;
}

.contents h3:before{
	content: url(img/h3_bg_m.png);
}

.contents h4{
	background-color: #ffcc99;
	color: #696969;
	font-size: 110%;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contents p{
	padding: 5px;
	line-height: 160%;
}

.contents img{
	max-width: 100%;
}

ul.list_check{
	width: 100%;
	max-width: 600px;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

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

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

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: 9px;
	text-align: left;
}

ul.list_arrow li a{
	text-decoration: underline;
	font-weight: 800;
}

.table_1{
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	border: 1px solid #666;
}
.table_1 th{
	height: 35px;
	color: #666666;
	padding: 3px 7px;
	border-bottom: 1px dotted #999;
	border-right: 1px solid #ccc;
}
.table_1 td{
	height: 35px;
	padding: 3px 7px;
	border-bottom: 1px dotted #999;
	border-right: 1px solid #ccc;
}
.table_1 tr:nth-child(2n){
	background-color: #f0f8ff;
}

.table_1 td:last-child,.table_1 th:last-child{
	border-right: none;
}




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


.table_simple table tr th{
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #ffffcc;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px dotted #a9a9a9;
}

.table_simple table tr td{
	padding: 5px 10px;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px dotted #a9a9a9;
}
.table_simple table tr:last-child th,.table_simple table tr:last-child td{
	border-bottom: none;
}


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


.table_simple_center table{
	margin-left: auto;
	margin-right: auto;
	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: 90%;
}


.table_noboder{
	font-size: 90%;
	margin: 5px;
}

.table_noboder tr td{
	padding-bottom: 10px;
	padding-left: 10px;
}

span.span_red{
	color: #cc0000;
}

span.span_large a{
	font-size: 130%;
	font-weight: 800;
	text-decoration: underline;
	color: #8b0000;
}

.img_boder{
	width: 95%;
	max-width:380px;
	padding: 0;
	border: 1px solid #696969;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.img_float_left{
	margin-top: 10px;
	width: 95%;
	max-width:350px;
	padding: 5px;
	border: 1px solid #e6e6fa;
	background-color: #ffffff;
}

.img_float_right{
	margin-top: 10px;
	width: 95%;
	max-width:350px;
	padding: 5px;
	border: 1px solid #696969;
	background-color: #ffffff;
}

.align_center{
	text-align: center;
}

.box_float_right, .box_float_left{
	width: 100%;
}



.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;
}

/*---------------Privacy Policy------------------*/

ol.ol_privacy{
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 100%;
}

ol.ol_privacy li{
	padding-left: 0px;
	font-size: 100%;
	margin-bottom: 10px;
}

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

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

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


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

.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;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
ul.footer_link li a{
	font-size: 1.5rem;
	color: #ffffff;
	text-decoration: underline;
}
ul.footer_link li a:hover{
	color: #fefefe;
}
.copyright p{
	text-align: center;
	font-style: italic;
	font-size: 1.3rem;
}

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

.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;
}


/*-----------------------------------------------------------------------------------*/
/*	カラム
/*-----------------------------------------------------------------------------------*/

.one-half {
	text-align: center;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #999999;
}

.one-half p{
	font-size: 1.35rem;
}

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

.img_350{
	width: 100%;
	max-width: 350px !important;
}

.one-third {
	width:100%;
	overflow: auto;
	margin-bottom: 30px;
	text-align: center;
}

.two-third {
	width:65.33%;
}

.one-fourth {
	width:48%;
}

.three-fourth {
	width:74%;
}

.one-fifth {
	width: 47%;
	max-width: 250px;
	text-align: center;
}

.two-fifth {
	width:37.6%;
}

.three-fifth {
	width:58.4%;
}

.four-fifth {
	width:67.2%;
}

.one-sixth {
	width: 50%;
	max-width: 120px;
}

.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;
}

.banner_box{
	width: 170px;
	float: left;
	height: 200px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.one_half{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}


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

.one_third2 img{
	width: 100%;
	padding: 3px;
	border: 1px solid #999999;
}
.one_third_pm{
	width: 31%;
	text-align: center;
}
.one_third_pm_fix{
	width: 31%;
	height: 0;
}

.one_third{
	display: block;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.one_third_archive{
	width: 30%;
	text-align: center;
}

.one_third_archive a{
	display: inline-block;
	vertical-align: bottom;
}

.one_forth{
	width: 50%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


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

.contents h1{
	padding-top: 10px;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 150%;
}



.top_pickmenu_img{
	width: 50%;
	max-width: 294px;
	float: left;
	margin-right:5px;
	margin-bottom: 5px;
}

.h2_top{
	margin: 0px;
	padding: 0px;
	color: #3f3f3f;
	font-size: 1.7rem;
	font-weight: 700;
}

.one-third p{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}


.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{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	border-bottom: 1px dotted #999999;
}
.rireki ul li:nth-child(2n){
	background-color: #eeeeee;
}
/**▼RSSフィード**/
.rss_feed{
	list-style-type: none;
}
.rss_feed li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.rss_feed li::after{
	display: block;
	content: "";
	clear: both;
}

.rss_feed li a{
	display: inline-block;
	float: left;
	width: 30%;
	max-width: 180px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: bottom;
}
.rss_feed li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rss_contents{
	text-align: left;
}
.rss_contents h4{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 180%;
	color: #8b0000;
	font-size: 1.6rem;
	font-weight: 800;
	background-color: #ffffff !important;
}
.feed_date_area{
	display: block;
}
.feeddate{
	color: #DA5019;
	font-size: 1.3rem;
	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.3rem;
	line-height: 180%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/**▲RSSフィード**/
/*-----------------------------------------------------------------------------------*/
/*****gallery*****/
/*-----------------------------------------------------------------------------------*/

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

ul#filter li {
	display: block;
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 100%;
	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 {
	list-style:none;
	width:100%;
}

ul#portfolio li {
	float:left;
}


ul#portfolio a img{
	display:block;
	width: 110px;
	height: 83px;
	object-fit: cover;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

ul#portfolio a:hover { text-decoration:none; }


/*-----------------------------------------------------------------------------------*/
/*	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;
}



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

/* .listItem
------------------------- */
.listCover .listItem {
	width: 116px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 110px;
}
.listCover .active {
	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: 10px 10px;
	text-align: center;
	position: relative;
	color: #f5f5f5;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 100%;
	float: left;
}
.secLeft img{
	width: 90%;
}

.expandField .selfRepInner .secLeft {
	text-align: center;
}
.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;}


/**** 追記 ****/
.section{
	padding-bottom: 40px;
}
.inner{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.top_guide{
	text-align: center;
	padding-bottom: 20px;
}
.top_guide p{
	text-align: left;
}
.a_top_guide_img_cover{
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	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-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	vertical-align: bottom;
}
.img_card_area{
	position: relative;
	height: auto;
  min-height: unset;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 20px;
}
.card_area{
	position: relative;
	width: 100%;
	text-align: left;
  height: auto;
  min-height: unset;
  padding-top: 5rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
	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_hw800.jpg);
}
.h5_card{
	font-size: 1.5rem;
	line-height: 180%;
	font-weight: 400;
}
.h3_card{
	font-size: 1.9rem;
	line-height: 180%;
	font-weight: 400;
}
.h3_gallary_area{
	text-align: center;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 30px;
}
.p_gallary_area{
	padding-bottom: 10px;
}
.img_gallary_area_main{
	width: 90%;
	height: auto;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.img_gallary_area_thm{
	width: 90%;
	height: auto;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.listitem_title{
	font-size: 90%;
}
.old_info_page a img{
	width: 100%;
	max-width: 460px;
}
.dotted_boder{
	border-bottom: 1px dotted #333333;
}
.event_archive_area .button{
	display: none !important;
}

.box_icon_link{
	width:15%;
	text-align: center;
	margin-left: 20px;
}
.a_icon_link{
	display: inline-block;
	vertical-align: bottom;
}
.img_icon_link{
	width: 100%;
	height: auto;
}

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

/*********** イベントホールページテーブル ***********/

.table_holl{
	border: 2px solid #999999;
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
	margin-bottom: 35px;
}
.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: 15%;
	text-align: center;
	font-weight: 800;
	border-right: 1px dotted #999999;
}

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

.cate{
	width: 40%;
	text-align: center;
}

.cast{
	width: 66%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	border-right: 1px dotted #999999;
	border-top: 1px dotted #999999;
}

.ch{
	width: 34%;
	text-align: center;
	border-top: 1px dotted #999999;
}

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

.end{border-bottom: none;}

/** イベントscheduleカード *****************************/
.hall_schedule_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	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: 25%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 800;
	border-right: 1px dotted brown;
}
.hsb_date{
	display: inline-block;
	width: 75%;
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 800;
}
.hsb_cast{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 170%;
	padding-bottom: 10px;
	border-top: 1px dotted brown;
	border-bottom: 1px dotted brown;
}
.hsb_cat{
	display: flex;
	width: 50%;
	padding-top: 5px;
	padding-left: 10px;
	border-right: 1px dotted brown;
}

.hsb_cat span{
	display: inline-block;
	height: 20px;
	padding: 2px 7px;
	margin-right: 15px;
	font-size: 1.2rem;
	color: #ffffff;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	background-color: #C44816;
}
.hsb_ch{
	display: inline-block;
	width: 50%;
	font-size: 1.2rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hsb_ch span{
	font-size: 1.4rem;
	font-weight: 800;
}

.hsb_des{
	display: block;
	width: 100%;
	font-size: 1.3rem;
	padding: 5px;
	line-height: 160% !important;
	border-top: 1px dotted brown;
}
/** ▲イベントscheduleカード▲ *****************************/


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

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

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

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



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

/* .listItem
------------------------- */
.listCover .listItem {
	width: 32.3%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 100%;
	padding: 3px;
	border: 1px solid #999999;
}
.listCover .active {
	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: 10px 10px;
	text-align: center;
	position: relative;
	color: #f5f5f5;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 100%;
	float: left;
}
.secLeft img{
	width: 90%;
}

.expandField .selfRepInner .secLeft {
	text-align: center;
}
.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;}

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

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

.table_form tr th{
	background-color: #CCFECC;
	text-align: left;
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted #999999;
}

.table_form tr td{
	display: block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	border-bottom: 2px 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;
}


.width_long{
	width: 95%;
	max-width: 450px;
}

.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;
}

.button button, .mfp_buttons button{
	background-color: #008000;
	color: white;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #003300;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	display: inline-block;
}

a.a_button{
	background-color: #008000;
	color: white;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid #003300;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
}


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

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

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

.span_price span{
	font-size: 16px;
	color: #333333;
}
/**▼施設案内ページ**/
.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;
}
/**▲施設案内ページ**/

/** スライダーバナー **********************************/

.slider_banner{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.slider_banner a img{
	width: 60%;
	max-width: 360px;
}

/**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_12{
	font-size: 10px;
}

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

.img_center_banner{
	width: 95%;
	margin-left: auto;
	margin-right:

}

.one-half_center ul{
	text-align: left;
}
/**GoToトラベル用**********/
