@charset "utf-8";

/*________________________________________________

	name:			pc.css
	create Date:	2018-12-03
	lastmodified:	****-**-**
________________________________________________*/

/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

ul,ol,li {
	list-style-type: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong {
	font-weight: bold;
}
a,
input[type="submit"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a:hover img {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center,
.centerimg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightfloat {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox {
	display: inline;
	float: left;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
.rightBox {
	display: inline;
	float: right;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
/* clearfix */
.leftBox, .rightBox { zoom:1; }
.leftBox:after, .rightBox:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #dd0011;
	font-weight: 500;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
.input_title {
	display: inline;
    float: left;
	width: -webkit-calc(100% - 6em);
	width: calc(100% - 6em);
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
	word-wrap: break-word;
	word-break: break-all;
}
.input_type {
	display: inline;
    float: right;
    width: 3em;
    height: auto;
    margin: 0 1em;
    padding: 0.2em 0.6em;
    background-color: #fff;
	color: #555;
    font-size: 86%;
    border: 2px #555 solid;
	font-weight: 500;
    white-space: nowrap;
    vertical-align: top;
}
.require {
	color: #dd0011;
    border: 2px #dd0011 solid;
}
.hissu_mark {
	display: inline-block;
	margin-right: 0.6em;
	padding: 2px 0.6em;
	color: #fff;
	background-color: #dd0011;
	font-size: 86%;
	text-align: center;
}
.tmp_contact_form .hissu {
	display: inline-block;
	margin-left: 1em;
	padding: 2px 0.6em;
	color: #fff;
	background-color: #dd0011;
	font-size: 86%;
	text-align: center;
}
.tmp_contact_form dt .hissu {
	font-size: 57%;
}
/* error　必須文字・赤色文字 */
.error, .error-message {
	color: #dd0011;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	list-style-image:none;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	list-style-image:none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------スクロール*/
.scroll {
	overflow: auto;
	overflow: scroll; /* ie6対策 */
	overflow-y: scroll; /* ie6対策 */
	overflow-x: hidden; /* ie6対策 */
}

/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	color: #000;
/*	font-size: 87.5%;*/
	font-size: 96%;
    font-family: 'Noto Sans JP', sans-serif, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 400;
	text-align: center;
    line-height: 1.6;
/*    -webkit-touch-callout:none;
    -webkit-user-select:none; 
    user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;*/
}
body,html {
	min-width: 1100px;
}
/*--------------------------------------------------------------
  skip
--------------------------------------------------------------*/
a.skip {
	background-color: #eee;
    text-align: center;
    padding: 2px 0;
    top: auto;
}
.skip {
    width: 1px;
    font-size: 0.1%;
    line-height: 0.1;
	background-color: #eee;
    position: absolute;
    left: -3000px;
    z-index: 9999;
}

/*--------------------------------------------------------------
  .tmp_special_banner_sp
--------------------------------------------------------------*/
.tmp_special_banner_sp {
    display: none;
}
/*--------------------------------------------------------------
  .tmp_special_banner_pc
--------------------------------------------------------------*/
.tmp_special_banner_pc {
    display: block;
    clear: both;
    margin: 40px 20px 60px 20px;
    padding: 0;
    text-align: center;
}
.tmp_special_banner_pc img {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.tmp_special_banner_pc iframe {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.tmp_special_banner_pc a img {
	transition: all .4s cubic-bezier(0.55, -1.30, 0.30, 2.80);
}
.tmp_special_banner_pc a:hover img {
	transform: scale(1.1);
}


/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
.header {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 6px 0 0 0;
    background-color: #fff;
    background-image: url("../img/common/bg_line.jpg"),
		/* url("../img/common/bg_4th_spring.png");/* 春*/
		/* url("../img/common/bg_4th_summer.png");/* 夏*/
		/* url("../img/common/bg_4th_autumn.png");/* 秋*/
		url("../img/common/bg_4th_winter.png");/* 冬*/
    background-position: left top, center top -15px;
    background-repeat: repeat-x, no-repeat;
	background-size: auto 6px, cover;
	-webkit-background-size: auto 6px, cover;
	text-align: center;
    overflow: hidden;
	position: relative;
}
#headerInner {
	display: block;
	clear: both;
	width: 100%;
    min-width: 1100px;
	height: auto;
	margin: 0 auto -5px auto;
	padding: 0;
	text-align: center;
}
/*clearfix*/
#headerInner:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/*--------------------------------------------------------------.header_bg*/
.header_bg path {
    -webkit-transition:padding .25s ease-in-out;
    transition:padding .25s ease-in-out;
    fill: #fff;
    width: 1100px;
    height: 40px;
    bottom: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}
.header_bg {
	position: relative;
    left: 0px;
    width: 100%;
    height: 40px;
    margin: 0 0 -1px 0;
    min-width: 1100px;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
/*--------------------------------------------------------------#search*/
.search_box {
	float: left;
	display: inline;
	width: auto;
	height: 40px;
	margin: 0 1px 0 0;
	vertical-align: middle;
	border: none;
}
.search_box a {
	display: inline-block;
    float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background-color: #000000;
	background-image: url(../img/common/ico_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
.search_box a span {
    display: block;
	width: 40px;
	height: 40px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
/*--------------------------------------------------------------#search*/
.search {
    display: none;
    float: right;
	width: 360px;
	height: 40px;
	margin: 0;
}
.search input {
	display: inline-block;
	width: 350px;
	height: 40px;
	margin: 0;
    padding-left: 10px;
	vertical-align: middle;
	background-color: #eee;
	border: none;
}
/*--------------------------------------------------------------.comment_message*/
.comment_message {
    display: block;
    position: absolute;
    left: 80px;
    top: 16px;
    margin: 0;
    padding: 0;
    width: 10em;
    height: auto;
/*    background-image: url("../img/season/sakura.png");
    background-position: right 20px bottom 0.4em;
    background-repeat: no-repeat;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;*/
    font-size: 75%;
    text-align: left;
}
/*.comment_message {
    display: block;
    position: absolute;
    left: 20px;
    top: 66px;
    margin: 0;
    padding: 0;
    width: 115px;
    height: 31px;
    background-image: url("../img/common/img_header_message.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
}
.comment_message span {
    display: block;
    width: 115px;
    height: 31px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}*/
/*--------------------------------------------------------------.header_message*/
.header_message {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    height: auto;
    background-image: url("../img/common/arrow_header_message.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: 40px 20px;
	-webkit-background-size: 40px 20px;
    text-align: center;
}
.header_message p {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Hannari";
    background-color: #946134;
    text-align: center;
	border-radius: 0 0 20px 20px;         /* CSS3 */
	-moz-border-radius: 0 0 20px 20px;    /* Firefox */
	-webkit-border-radius: 0 0 20px 20px; /* Safari,Chrome */
}
/*--------------------------------------------------------------#hlogo*/
#hlogo {
	display: inline-block;
	width: 504px;
	height: 80px;
	margin: 40px auto 25px auto;
	text-align: center;
    vertical-align: top;
}
#hlogo h1,
#hlogo a {
    display: block;
	width: 504px;
	height: 80px;
	margin: 0 auto;
	background-image: url("../img/common/hlogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80px;
	-webkit-background-size: auto 80px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
#hlogo h1 span,
#hlogo a span {
    display: block;
	width: 504px;
	height: 80px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

/*--------------------------------------------------------------.header_rightitem*/
.header_rightitem {
	position: absolute;
	top: 20%;
	right: 2%;
	width: 400px;
}
.header_rightitem img {
	width: 100%;
}
.header_rightitem img.sp_item {
	display: none;
}

/*--------------------------------------------------------------
  seasonanimation
--------------------------------------------------------------*/
/*#hlogo {
    position: relative;
}
/*--------------------------------------------------------------動かす前*/
/*.hlogoinner div.flake1,
.hlogoinner div.flake2,
.hlogoinner div.flake3,
.hlogoinner div.flake4,
.hlogoinner div.flake5,
.hlogoinner div.flake6,
.hlogoinner div.flake7,
.hlogoinner div.flake8 {
    opacity: 0;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-animation-name: Drop;
    animation-name: Drop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/*--------------------------------------------------------------桜散るアニメーション*/
/*.hlogoinner div {
    position: absolute;
    display: block;
    top: -20px;
    width: 16px;
    height: 15px;
    background: url("../img/season/sakura.png") no-repeat;
}
.hlogoinner div.flake2,
.hlogoinner div.flake4,
.hlogoinner div.flake6,
.hlogoinner div.flake8 {
    background-size: 8px 8px !important;
}
/*--------------------------------------------------------------表示位置とアニメーションの時間を設定*/
/*.flake1 {
    left: 0px;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.flake2 {
    left: -40px;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.flake3 {
    left: 20px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.flake4 {
    left: 70px;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.flake5 {
    left: 120px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.flake6 {
    display: none;
    left: 100px;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.flake7 {
    display: none;
    left: 120px;
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.flake8 {
    display: none;
    left: 140px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
/*--------------------------------------------------------------アニメーションの設定*/
@-webkit-keyframes Drop {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(50px, 50px);
        transform: translate(50px, 50px);
        opacity: 1;
    }

    90% {
        -webkit-transform: translate(80px, 90px);
        transform: translate(80px, 90px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
        opacity: 0;
    }
}

@keyframes Drop {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate(50px, 50px);
        transform: translate(50px, 50px);
        opacity: 1;
    }

    90% {
        -webkit-transform: translate(80px, 90px);
        transform: translate(80px, 90px);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
        opacity: 0;
    }
}
.lastflake {
    left: 0px;
    animation: spin 8s linear forwards 1;
}
@keyframes spin {
    0% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
        opacity: 1;
    }

    75% {
        -webkit-transform: translate(40px, 30px) scale(1.3) rotate(360deg);
        transform: translate(40px, 30px) scale(1.3) rotate(360deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(60px, 50px);
        transform: translate(60px, 50px);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
  .category_nav
--------------------------------------------------------------*/
.category_nav {
    display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px #fafafa solid;
}
.category_nav ul {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
    border-left: 2px #fff solid;
}
/*clearfix*/
.category_nav ul:after {
	content: "";
	display: table;
	clear: both;
}
.category_nav li {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width: -webkit-calc(16.6% - 2px);
	width: calc(16.6% - 2px);
	height: auto;
	margin: 0;
	padding: 0;
    border-right: 2px #fff solid;
}
.category_nav li a {
	display: block;
	color: #555;
	text-decoration: none;
    margin: 0;
    padding: 14px 0 11px 0;
    font-size: 86%;
    text-align: center;
    border-bottom: 3px #fff solid;
}
.category_nav li.txt_home a {
    border-bottom: 3px #6696be solid;
}
.category_nav li.txt_topics a {
    border-bottom: 3px #ff7070 solid;
}
.category_nav li.txt_spot a {
    border-bottom: 3px #38b64d solid;
}
.category_nav li.txt_event a {
    border-bottom: 3px #ff7f25 solid;
}
.category_nav li.txt_guide a {
    border-bottom: 3px #7869ac solid;
}
.category_nav li.txt_present a {
    border-bottom: 3px #dd0011 solid;
}
.category_nav li:hover,
.category_nav li:hover a,
.category_nav li a:hover,
.category_nav li a:hover span,
.category_nav li a.current_nav,
.category_nav li a.current_nav span {
	color: #fff;
	text-decoration: none;
}
.category_nav li.txt_home a:hover,
.category_nav li.txt_home a.current_nav {
	color: #fff;
    background-color: #6696be;
}
.category_nav li.txt_topics a:hover,
.category_nav li.txt_topics a.current_nav {
	color: #fff;
    background-color: #ff7070;
}
.category_nav li.txt_spot a:hover,
.category_nav li.txt_spot a.current_nav {
	color: #fff;
    background-color: #38b64d;
}
.category_nav li.txt_event a:hover,
.category_nav li.txt_event a.current_nav {
	color: #fff;
    background-color: #ff7f25;
}
.category_nav li.txt_guide a:hover,
.category_nav li.txt_guide a.current_nav {
	color: #fff;
    background-color: #7869ac;
}
.category_nav li.txt_present a:hover,
.category_nav li.txt_present a.current_nav {
	color: #fff;
    background-color: #dd0011;
}
.category_nav li a span {
	display: block;
    clear: both;
    font-size: 200%;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.fixed {
    position: fixed;
    top: 0;
	z-index: 1000;
}

/*--------------------------------------------------------------
  font-color
--------------------------------------------------------------*/
.txt_home span,
.txt_home a:hover {
    color: #6696be;
}
.contentsnavi_ttl > p.txt_topics {
    border-color: #ff7070;
}
.txt_topics span,
.category_nav .txt_topics a:hover,
#tmp_topics_wrap .category,
#tmp_topics_wrap .btn_more span {
    color: #ff7070;
}
.contentsnavi_ttl > p.txt_spot {
    border-color: #38b64d;
}
.txt_spot span,
.category_nav .txt_spot a:hover {
    color: #38b64d;
}
.contentsnavi_ttl > p.txt_event {
    border-color: #ff7f25;
}
.txt_event span,
.category_nav .txt_event a:hover {
    color: #ff7f25;
}
.contentsnavi_ttl > p.txt_guide {
    border-color: #7869ac;
}
.txt_guide span,
.category_nav .txt_guide a:hover,
#tmp_guide_wrap .category,
#tmp_guide_wrap .btn_more span {
    color: #7869ac;
}
.contentsnavi_ttl > p.txt_present {
    border-color: #dd0011;
}
.txt_present span,
.category_nav .txt_present a:hover,
#tmp_present_wrap .category,
#tmp_present_wrap .btn_more span {
    color: #dd0011;
}
.contentsnavi_ttl > p.txt_magazine {
    border-color: #ffab1f;
}
.txt_magazine span,
.category_nav .txt_magazine a:hover {
    color: #ffab1f;
}

/*--------------------------------------------------------------
  #nav
--------------------------------------------------------------*/
/*開閉ボタン*/
#nav_toggle {
	display: inline;
    float: left;
	width: 30px;
	height: 30px;
    padding: 10px;
    margin: 0 110px 0 20px;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
    color: #000;
/*	z-index: 10000;*/
	position: relative;
    cursor: pointer;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
#nav_toggle div {
	position: relative;
}
#nav_toggle p {
	position: relative;
    top: 25px;
}
#nav_toggle span {
	display: block;
	height: 2px;
	background-color: #000;
	position:absolute;
	width: 100%;
	left: 0px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:8px;
}
#nav_toggle span:nth-child(3){
	top:16px;
}
/*開閉ボタンopen時*/
.mm-wrapper_opened #nav_toggle {
    left: 0px;
    position: absolute;
/*    z-index: 1000;*/
}
.mm-wrapper_opened #nav_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mm-wrapper_opened #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.mm-wrapper_opened #nav_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu {
    text-align: left;
}
/*--------------------------------------------------------------.social_wrap*/
.social_wrap {
    display: inline-block;
    float: right;
    width: auto;
    height: 20px;
    margin: 20px 20px 0 0;
    padding: 0;
    text-align: center;
}
/*clearfix*/
.social_wrap ul:after {
	content: "";
	display: table;
	clear: both;
}
.social_wrap li {
	display: inline;
    float: left;
    margin: 0 0 0 20px;
}
.social_wrap li:first-child {
    margin-left: 0;
}
.social_wrap a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
}
.social_wrap a span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.btn_fav a {
	background-image: url(../img/common/btn_fav.png);
}
.btn_youtube a {
	background-image: url(../img/common/btn_youtube.png);
}
.btn_twitter a {
	background-image: url(../img/common/btn_twitter.png);
}
.btn_facebook a {
	background-image: url(../img/common/btn_facebook.png);
	background-size: auto 20px!important;
	-webkit-background-size: auto 20px!important;
}
.btn_instagram a {
	background-image: url(../img/common/btn_instagram.png);
}
.btn_line a {
	background-image: url(../img/common/btn_line.png);
}
.btn_fav a:hover {
	background-image: url(../img/common/btn_fav_o.png);
}
.btn_youtube a:hover {
	background-image: url(../img/common/btn_youtube_o.png);
}
.btn_twitter a:hover {
	background-image: url(../img/common/btn_twitter_o.png);
}
.btn_facebook a:hover {
	background-image: url(../img/common/btn_facebook_o.png);
	background-size: auto 20px!important;
	-webkit-background-size: auto 20px!important;
}
.btn_instagram a:hover {
	background-image: url(../img/common/btn_instagram_o.png);
}
.btn_line a:hover {
	background-image: url(../img/common/btn_line_o.png);
	background-size: auto 20px!important;
	-webkit-background-size: auto 20px!important;
}
.social_wrap a:hover {
    animation: anime1 3s reverse infinite;
}
@keyframes anime1{
0% { transform: scale(1); }
60% { transform: scale(1); }
70% { transform: scale(1.3); }
80% { transform: scale(1); }
90% { transform: scale(1.3); }
100% { transform: scale(1); }
}
/*--------------------------------------------------------------.foreign*/
.foreign {
    display: inline-block;
    float: left;
    width: 170px;
    height: auto;
    min-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #dd0011;
    position: relative;
    z-index: 100;
}
.foreign a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 10px;
    min-height: 40px;
    line-height: 40px;
    background-color: #dd0011;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.foreign_cnt a {
    border-top: 1px #fff dotted;
    text-align: center;
}
.foreign_wrap {
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0;
}
div.foreign_wrap:hover div.foreign_cnt {
    overflow: visible;
    top: -40px;
    left: 0px;
    height: 40px;
}
div.foreign_wrap div.foreign_cnt {
    overflow: hidden;
    height: 0px;
    left: 0px;
    list-style: none
}
.foreign_wrap div div a {
    border-top: 1px #fff dotted;
}
.foreign div.foreign_wrap:hover > div.foreign_cnt > a {
    overflow: visible;
    height: 40px;
}
.foreign a:hover {
    color: #dd0011;
    background-color: #f7e2e4;
}
.foreign_wrap > a > span {
    display: inline-block;
    width: auto;
    padding-left: 0;
    padding-right: 18px;
    background-image: url("../img/common/arrow_foreign.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.foreign_wrap > a:hover > span {
    background-image: url("../img/common/arrow_foreign_o.png");
}
.foreign_cnt a span{
    display: inline-block;
    width: auto;
    padding-left: 16px;
    padding-right: 0;
    background-image: url("../img/common/arrow_o.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.foreign_cnt a:hover span {
    background-image: url("../img/common/arrow_r.png");
}
/*--------------------------------------------------------------#search*/
#search {
	display: inline;
    float: left;
	width: 640px;
	height: auto;
	margin: 0 auto 0 0;
}
/*clearfix*/
#search:after {
	content: "";
	display: table;
	clear: both;
}
#search input {
	display: inline;
    float: left;
	width: 580px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 20px;
	vertical-align: middle;
	background-color: #eee;
	border: none;
}
#search a {
	display: inline;
    float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
    background-color: #594041;
    background-image: url("../img/common/icn_search.png");
    background-position: center center;
    background-repeat: no-repeat;
}
#search a span {
    display: block;
	width: 40px;
	height: 40px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#search a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
#pagetop
--------------------------------------------------------------*/
#pagetop {
    display: inline-block;
    right: 20px;
    bottom: 100px;
	width: 50px;
    height: 50px;
	margin: 0 0 10px auto;
	padding: 0;
	text-align: right;
    position: fixed;
    z-index: 10;
}
#pagetop a {
    display: block;
	width: 50px;
    height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(../img/common/pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
#pagetop a span {
    display: block;
	width: 50px;
    height: 50px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#pagetop a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*--------------------------------------------------------------
#tmp_wrap_footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#tmp_wrap_footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
    background-color: #fafafa;
	text-align: center;
}
.tmp_footer_menu {
    display: block;
    clear: both;
    margin: 0 auto 0 0;
    padding: 18px 0;
    color: #555;
    text-align: left;
}
/*clearfix*/
.tmp_footer_menu ul:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_footer_menu ul {
    display: inline-block;
    margin: 0 auto;
}
.tmp_footer_menu li {
    display: inline-block;
    margin: 0 2em 0 0;
    padding-left: 16px;
    background-image: url("../img/common/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.tmp_footer_menu li:last-child {
    margin-right: 0;
}
.tmp_footer_menu li a {
    color: #555;
    text-decoration: none;
}
.tmp_footer_menu li a:hover {
    color: #000;
    text-decoration: underline;
}
#tmp_footer {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
    color: #000;
	text-align: left;
}
/*clearfix*/
#tmp_footer:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_social_btn {
    display: none;
}
/*--------------------------------------------------------------.copyright*/
.copyright {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
    font-weight: 500;
}
/*--------------------------------------------------------------#tmp_copyright*/
#tmp_copyright {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
    background-color: #fafafa;
	padding: 14px 0;
	font-size: 86%;
	text-align: center;
}
#tmp_copyright p {
	height: auto;
	margin: 0;
	padding: 0;
    color: #555;
	text-align: left;
}

/*--------------------------------------------------------------
  ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#container:after {
	content: "";
	display: table;
	clear: both;
}
/*--------------------------------------------------------------#containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: auto;
    min-width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#containerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* #tmp_wrap_single
============================== */
#tmp_wrap_single {
    display: block;
	clear: both;
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
}
/*clearfix*/
#tmp_wrap_single:after {
	content: "";
	display: table;
	clear: both;
}
/*--------------------------------------------------------------#breadcrumbs*/
#breadcrumbs {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1em 0;
    background-color: #fafafa;
	text-align: left;
}
#breadcrumbs p {
	clear: both;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#breadcrumbs p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*--------------------------------------------------------------タイトル類*/
.corner_ttl {
	display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
/*clearfix*/
.corner_ttl:after {
	content: "";
	display: table;
	clear: both;
}
.corner_ttl h1,
.corner_ttl p {
    display: inline-block;
    clear: both;
	width: auto;
	margin: 0.1em auto 0 auto!important;
    padding: 0 10px 0.2em 10px;
    font-size: 128.6%;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid;
}
.sub_ttl {
	display: block;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
/*clearfix*/
.sub_ttl:after {
	content: "";
	display: table;
	clear: both;
}
.sub_ttl p {
    display: inline-block;
    clear: both;
	width: auto;
	margin: 0.1em auto 0 auto!important;
    padding: 0 10px 0.2em 10px;
    font-size: 171.4%;
    font-weight: 500;
    text-align: center;
    border-bottom: 3px solid;
}
.corner_ttl span {
    display: block;
    clear: both;
    font-size: 357%;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1;
}
.ttl_description {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0.6em 20px;
    width: auto;
    height: auto;
    color: #000;
    text-align: center;
}
.pagetitle {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
    padding: 40px 0;
    background-color: #ddd6e3;
    background-image: url("../img/common/bg_h1_left.png"), url("../img/common/bg_h1_right.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat;
	text-align: left;
}
.pageheader_wrap {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #ccc solid;
	text-align: left;
}
/*clearfix*/
.pageheader_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.page_ttl {
	display: inline;
    float: left;
/*	width: 540px;*/
	width: 585px;
	height: auto;
	margin: 0;
    padding: 0;
	text-align: left;
}
.page_ttl h1 {
    display: block;
    clear: both;
    margin-bottom: 5px;
	font-size: 128.6%;
}
.page_ttl .kana {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #999;
}
.page_ttl img {
    object-fit: cover;
    display: inline-block;
	width: 100px;
	height: 100px;
    margin: 0 0.6em 0 0;
    padding: 0;
    vertical-align: middle;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
    border: 1px #ccc solid;
}
.explanatory_txt {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #555;
}
.page_ttl .spot_name {
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 21px;
    min-height: 14px;
    background-image: url("../img/icon/icon_area_spot.png");
    background-position: left center;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
    color: #000;
}
.page_ttl .dripper_name {
    display: block;
    clear: both;
    margin-top: 10px;
    color: #000;
}
.page_ttl .dripper_name img {
    object-fit: cover;
    display: inline-block;
    margin-right: 0.6em;
    vertical-align: middle;
    width: 50px;
    height: 50px;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
}
.postingdata_wrap {
	display: inline;
    float: right;
/*	width: 220px;*/
	width: 175px;
	height: auto;
	margin: 0;
    padding: 0;
    color: #999;
	text-align: right;
}
.postingdata_wrap .updateday {
    display: block;
    clear: both;
    margin-bottom: 10px;
    text-align: right;
}
.postingdata_wrap > .social_media_btn {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    justify-content: flex-end;
	flex-flow: row wrap;
    clear: both;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right;
}
/*clearfix*/
.postingdata_wrap > .social_media_btn:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_topics_wrap .postingdata_wrap > .social_media_btn {
    /*margin-top: 40px;*/
}
.postingdata_wrap > .social_media_btn div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
    margin: 0 0 0 5px;
    padding: 0;
    width: 40px;
    height: auto;
    text-align: center;
}
.postingdata_wrap > .social_media_btn div:first-child {
    margin-left: 0;
}
.postingdata_wrap > .social_media_btn div a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
    text-align: center;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.postingdata_wrap > .social_media_btn a:hover {
/*	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;*/
}
.postingdata_wrap > .social_media_btn a span {
    display: block;
    position: relative;
    width: 1em;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.sns_fav a {
    background-color: #fd4a4a;
    background-image: url("../img/icon/icn_fav.png");
}
.sns_facebook a {
    background-color: #4267b2;
    background-image: url("../img/icon/icn_facebook.png");
}
.sns_twitter a {
    background-color: #1b95e0;
    background-image: url("../img/icon/icn_twitter.png");
}
.sns_instagram a {
    background-color: #a44483;
    background-image: url("../img/icon/icn_instagram.png");
}
.postingdata_wrap > .social_media_btn a:hover,
.postingdata_wrap > .social_media_btn a:focus,
.postingdata_wrap > .social_media_btn a:active,
.postingdata_wrap > .social_media_btn a.active_btn {
    background-color: #555;
}
.postingdata_wrap > .social_media_btn > .sns_instagram {
    display: none;
}
.sns_line a {
    background-color: #00a800;
    background-image: url("../img/icon/icn_line.png");
	background-size: auto 27px!important;
	-webkit-background-size: auto 27px!important;
}
.serial_wrap {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 40px 0;
    padding: 20px;
    background-color: #fff;
	font-size: 128.6%;
	text-align: left;
}
#serial_ttl {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 40px 0;
    padding: 0;
	text-align: center;
}
#serial_ttl img {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
    padding: 0;
	text-align: center;
}
.serialbacknumber_wrap {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px 0 40px 0;
    padding: 20px;
    background-color: #fff;
	font-size: 128.6%;
	text-align: left;
}
.serialbacknumber_col {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
    padding: 0;
	text-align: center;
}
.serialbacknumber_col img {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
    padding: 0;
	text-align: center;
}
#tmp_contents h2 {
	clear: both;
	margin: 40px 0 10px 0;
	padding: 0 0 5px 0;
    border-bottom: 3px #555 solid;
	color: #000;
	font-size: 157%;
    font-weight: 500;
}
#tmp_contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 5px 0;
    border-bottom: 3px #555 solid;
	color: inherit;
	color: #000;
	font-size: 142.8%;
    font-weight: 500;
}
#tmp_contents h4 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 16px;
	color: #000;
	font-size: 128.6%;
    font-weight: 500;
	position: relative;
}
#tmp_contents h4:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 6px;
height: 100%;
background-color: #555;
}
#tmp_contents h5 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 16px;
	color: #000;
	font-size: 114%;
    font-weight: 500;
	position: relative;
}
#tmp_contents h5:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 6px;
height: 100%;
background-color: #555;
}
#tmp_contents {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 1100px;
}
/*clearfix*/
#tmp_contents:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_contents p {
	margin-bottom: 0.8em;
}
#tmp_contents ul {
	margin:0 0 1em 2em;
	list-style-image: url(../img/common/icn_cicle.png);
}
#tmp_contents ol {
	margin:0 0 1em 2em;
	list-style-type: decimal;
}
#tmp_contents ol li {
	display: list-item inline;
	list-style-type: decimal;
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em;
}
#tmp_contents hr {
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}

/* tmp_custom_update
============================== */
/* clearfix */
#tmp_custom_update:after,
#tmp_footer_social:after {
	content: "";
	display: table;
	clear: both;
}

/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	display: inline;
	float: left;
	margin-right: auto;
	margin-left: 0;
}
#tmp_social_plugins .social_media_btn {
	display: inline;
	padding: 0;
	float: left;
}
#tmp_custom_update .social_media_btn {
	margin: 0 10px 0 0;
	line-height:1.2;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_custom_update {
    display: block;
	clear: both;
    width: 100%;
    height: auto;
    margin: 40px 0;
	text-align: right;
}
#tmp_custom_update #tmp_update {
	margin-left: 40px;
	float:right;
}
#tmp_custom_update {
	/*float:right;*/
}
#tmp_custom_update .updateday_box {
	float: right;
	margin:0 0 0 40px;
	text-align: right;
}
/* tmp_footer_social
============================== */
#tmp_footer_social {
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
}
#tmp_footer_social #tmp_social_plugins {
	display: inline-block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#tmp_footer_social .social_media_btn {
	margin: 0 10px;
}
/* .date
============================== */
#tmp_custom_update .date {
    display: inline-block;
    margin-right: 1em;
    padding: 0 0.6em;
    background-color: #000;
    color: #fff;
    font-size: 86%;
    text-align: center;
    vertical-align: middle;
}
/* main
============================== */
#main {
	width: 100%;
}
.col_main {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	float: left;
	width: 780px;
}
.col_navi {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	float: right;
	width: 300px;
    margin-left: auto;
    background-color: #675f5e;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);/* Safari,Chrome */
    color: #fff;
}
.col_navi a {
    color: #fff;
}
.col_c {
	clear: both;
	margin: 0 auto 40px auto;
	width: 600px;
}
.col_c img {
    display: block;
    clear: both;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
    margin: 20px auto 3px auto;
}

/* #tmp_topics_wrap,
    #tmp_future_wrap,
    #tmp_spot_wrap,
    #tmp_event_wrap,
    #tmp_media_wrap,
    #tmp_present_wrap,
    #tmp_magazine_wrap
============================== */
#tmp_topics_wrap,
#tmp_future_wrap,
#tmp_spot_wrap,
#tmp_event_wrap,
#tmp_media_wrap,
#tmp_present_wrap,
#tmp_magazine_wrap {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* .tmp_contentsnavi_wrap
============================== */
.tmp_contentsnavi_wrap {
    display: block;
    clear: both;
	margin: 0 0 60px 0;
    padding: 0;
	text-align: left;
}
.ttl_colnavi {
	clear: both;
	margin: 0;
	padding: 40px 0 20px 0;
    font-size: 186%;
    line-height: 1.2;
    text-align: center;
}
.ttl_colnavi p {
	clear: both;
	margin: 0!important;
	padding: 0;
    text-align: center;
}
.ttl_colnavi span {
	clear: both;
	font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
.ttl_colnavi.topics {
    border-top: 3px #ff7070 solid;
}
.ttl_colnavi.spot {
    border-top: 3px #38b64d solid;
}
.ttl_colnavi.event {
    border-top: 3px #ff7f25 solid;
}
.contentsnavi_ttl {
	clear: both;
	margin: 0;
	padding: 0;
    font-size: 186%;
    line-height: 1.2;
    text-align: center;
    background-image: url("../img/common/frame_left.png"),
        url("../img/common/frame_right.png");
    background-position: 20px bottom, right 20px bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: auto 60px,auto 60px;
	-webkit-background-size: auto 60px,auto 60px;
}
.contentsnavi_ttl .ranking_topics {
    border-top: 3px #ff7070 solid;
    padding-top: 65px;
    background-image: url("../img/icon/icn_ranking_topics.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl .ranking_spot {
    border-top: 3px #38b64d dotted;
    padding-top: 65px;
    background-image: url("../img/icon/icn_ranking_spot.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl .ranking_event {
    border-top: 3px #ff7f25 solid;
    padding-top: 65px;
    background-image: url("../img/icon/icn_ranking_event.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl .spot_topics {
    border-top: 3px #ff7070 solid;
    padding-top: 65px;
    background-image: url("../img/icon/icn_spot_topics.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl .spot_spot {
    border-top: 3px #38b64d solid;
    padding-top: 65px;
    background-image: url("../img/icon/icn_spot_spot.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl .spot_event {
    border-top: 3px #ff7f25 solid;
    padding-top: 65px;
    background-image: url("../img/icon/icn_spot_event.png");
    background-position: center top 40px;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.contentsnavi_ttl p {
	clear: both;
	margin: 0;
	padding: 0;
    text-align: center;
}
.contentsnavi_ttl span {
	clear: both;
	font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
.ranking_wrap {
    clear: both;
    margin: 0;
    padding: 0 20px 0 20px;
}
.ranking_col {
    display: block;
    clear: both;
    margin: 0;
    padding: 10px 0;
	word-wrap: break-word;
	word-break: break-all;
    position: relative;
}
.ranking_col:last-child {
    padding-bottom: 0;
}
/*clearfix*/
.ranking_col:after,
.ranking_col a:after {
	content: "";
	display: table;
	clear: both;
}
.ranking_col a {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1.3;
}
.ranking_col img {
    display: inline;
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
    object-fit: cover;
    width: 80px;
    height: 80px;
	transition: all .4s cubic-bezier(0.55, -1.30, 0.30, 2.80);
}
.ranking_col a:hover img {
	transform: scale(1.1);
}
.no01,
.no02,
.no03,
.no04,
.no05 {
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    width: 21px;
    height: 20px;
    background-position: left top;
    background-repeat: no-repeat;
	background-size: 21px 20px;
	-webkit-background-size: 21px 20px;
    z-index: 1;
}
.no01 span,
.no02 span,
.no03 span,
.no04 span,
.no05 span {
    display: block;
    width: 21px;
    height: 20px;
    position: relative;
    z-index: -1;
    overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.no01 {
    background-image: url("../img/icon/no_01.png");
}
.no02 {
    background-image: url("../img/icon/no_02.png");
}
.no03 {
    background-image: url("../img/icon/no_03.png");
}
.no04 {
    background-image: url("../img/icon/no_04.png");
}
.no05 {
    background-image: url("../img/icon/no_05.png");
}
.input_wrap {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0 20px;
    text-align: center;
}
.input_wrap div {
	margin: 10px 0 0 0;
}
.input_wrap div:first-child {
	margin: 0;
}
.input_wrap input {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	margin: 0;
	padding: 0.6em 40px 0.6em 0;
    text-align: left;
    background-color: #fff;
    border: 1px #ccc solid;
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
}
.icn_keyword input {
    background-image: url("../img/icon/icon_search.png");
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.icn_calendar input {
    background-image: url("../img/icon/icon_calendar.png");
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.area_ttl {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0 20px;
    min-height: 60px;
    color: #fff;
    font-size: 186%;
    line-height: 1.2;
    background-image: url("../img/common/frame_left.png"),
        url("../img/common/frame_right.png");
    background-position: 20px bottom, right 20px bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: auto 60px,auto 60px;
	-webkit-background-size: auto 60px,auto 60px;
    text-align: center;
}
.area_ttl.area_topics {
    padding-top: 25px;
    background-image: url("../img/icon/icn_areatopics.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.area_ttl p {
    display: inline-block;
	margin: 0 auto!important;
	padding: 24px 0 0 0;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
}
.area_ttl p.txt_topics {
    background-image: url("../img/icon/icon_area_topics.png");
}
.area_ttl p.txt_spot {
    background-image: url("../img/icon/icon_area_spot.png");
}
.area_ttl p.txt_event {
    background-image: url("../img/icon/icon_area_event.png");
}
.keyword_ttl {
	clear: both;
	margin: 40px 0 10px 0;
	padding: 0 20px;
    min-height: 60px;
    color: #fff;
    font-size: 186%;
    line-height: 1.2;
    text-align: center;
    background-image: url("../img/common/frame_left.png"),
        url("../img/common/frame_right.png");
    background-position: 20px bottom, right 20px bottom;
    background-repeat: no-repeat, no-repeat;
	background-size: auto 60px,auto 60px;
	-webkit-background-size: auto 60px,auto 60px;
}
.keyword_ttl p {
    display: block;
    clear: both;
	margin: 0!important;
	padding: 0;
    text-align: center
}
.keyword_ttl .keyword_topics {
    padding-top: 25px;
    background-image: url("../img/icon/icn_keyword_topics.png");
    background-position: center top;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.keyword_ttl .keyword_spot {
    padding-top: 25px;
    background-image: url("../img/icon/icn_keyword_spot.png");
    background-position: center top;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
.keyword_ttl .keyword_event {
    padding-top: 25px;
    background-image: url("../img/icon/icn_keyword_event.png");
    background-position: center top;
    background-repeat: no-repeat;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
}
#tmp_wrap_navbanner {
    display: block;
    clear: both;
	margin: 10px 0 0 0;
    padding: 0;
	text-align: center;
}
.tmp_nav_banner1_wrap {
    display: block;
    clear: both;
	margin: 10px 20px 0 20px;
    padding: 0;
	text-align: center;
}
.tmp_nav_banner1_wrap .banner {
    display: block;
    clear: both;
	margin: 0;
    padding: 0;
	text-align: center;
}
#tmp_wrap_navbanner a img {
    display: block;
    width: 100%;
    height: auto;
	transition: all .4s cubic-bezier(0.55, -1.30, 0.30, 2.80);
}
#tmp_wrap_navbanner a img:hover {
	transform: scale(1.05);
}
.tmp_nav_banner2_wrap, .tmp_nav_banner3_wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
	margin: 10px 10px 0 20px;
    padding: 0;
	text-align: center;
}
/*clearfix*/
.tmp_nav_banner2_wrap:after, .tmp_nav_banner3_wrap:after {
	content: "";
	display: table;
	clear: both;
}
/*.tmp_nav_banner2_wrap a {
	-webkit-align-items: stretch;
	align-items: stretch;
    float: left;
	margin: 0 10px 0 0;
    padding: 0;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
    height: auto;
	text-align: center;
}*/
.tmp_nav_banner2_wrap {
    display: block;
    clear: both;
	margin: 0 20px;
    padding: 0;
	text-align: center;
}
.tmp_nav_banner2_wrap a {
    display: block;
    clear: both;
	margin: 0 0 20px 0;
    padding: 0;
	text-align: center;
}
.tmp_nav_banner2_wrap a:last-child {
    margin-bottom: 0;
}
.tmp_nav_banner3_wrap a {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: left;
	width: -webkit-calc(100%/3 - 10px);
	width: calc(100%/3 - 10px);
    height: auto;
    margin: 0 10px 0 0;
}
/*--------------------------------------------------------------.tmp_wrap_dripperinfo*/
.tmp_wrap_dripperinfo {
	clear: both;
	width: auto;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 20px;
	text-align: center;
}
/*clearfix*/
.tmp_wrap_dripperinfo:after {
	content: "";
	display: table;
	clear: both;
}
.ttl_dripperinfo {
	display: block;
	clear: both;
	width: auto;
	height: auto;
    min-height: 60px;
	margin: 0 -20px;
    padding: 40px 20px 0 20px;
    background-image: url("../img/common/frame_dripper_left.png"),
        url("../img/common/frame_dripper_right.png"), url("../img/common/icn_dripper.jpg");
    background-position: 20px bottom, right 20px bottom, center top;
    background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto 70px,auto 70px,auto 40px;
	-webkit-background-size: auto 70px,auto 70px,auto 40px;
    font-size: 186%;
    line-height: 1.2;
	text-align: center;
}
/*clearfix*/
.ttl_dripperinfo:after {
	content: "";
	display: table;
	clear: both;
}
.ttl_dripperinfo p {
    display: block;
    clear: both;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    text-align: center;
}
.ttl_dripperinfo span {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.dripperinfo_wrap {
    display: inline-block;
	width: auto;
	height: auto;
	margin: 0 -20px 10px -20px;
	padding: 0;
	text-align: center;
}
/*clearfix*/
.dripperinfo_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.dripperinfo_col {
    display: inline-block;
	width: 86px;
	height: auto;
	margin: 15px 4px 0 4px;
	padding: 0;
	text-align: center;
    vertical-align: top;
}
.dripperinfo_wrap a {
    display: block;
	width: 86px;
	height: -webkit-calc(86px + 2em);
	height: calc(86px + 2em);
	margin: 0;
	padding: 0;
    color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /*Webkit対応*/
	-o-text-overflow: ellipsis; /*Opera対応*/
}
.dripperinfo_wrap a:hover {
    color: #fff;
}
.dripperinfo_col img {
    object-fit: cover;
    display: block;
	width: -webkit-calc(86px - 2px);
	width: calc(86px - 2px);
	height: -webkit-calc(86px - 2px);
	height: calc(86px - 2px);
    margin-bottom: 0.6em;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
    border: 1px #ccc solid;
}
.dripperinfo_col a:hover img {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
    border: 1px #ccc solid;
}

/* #search_menu
============================== */
#search_menu {
    display: none;
}

/* .tmp_cnavi_wrap
============================== */
.tmp_cnavi_wrap {
    display: block;
    width: auto;
	height: auto;
    margin: 0 20px 40px 20px;
	padding: 0;
	border-bottom: 1px #aba1a0 solid;
}
.tmp_cnavi_wrap input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.tmp_cnavi_wrap dt.cnavi {
	position: relative;
    width: auto;
	height: auto;
    margin: 0;
	padding: 10px 30px 10px 10px;
	border-top: 1px #aba1a0 solid;
	cursor: pointer;
}
.tmp_cnavi_wrap dt {
    width: auto;
	height: auto;
    margin: 0;
	padding: 10px;
	border-top: 1px #aba1a0 solid;
}
.tmp_cnavi_wrap dt.cnavi {
    background-image: url("../img/icon/arrow_pulldown.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
}
.tmp_cnavi_wrap .cnavi_open {
    background-image: url("../img/icon/arrow_pullup.png")!important;
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
}
.tmp_cnavi_wrap dt.cnavi a {
    display: block;
    width: auto;
	height: auto;
    margin: 0;
	padding: 14px 0;
}
.tmp_cnavi_wrap dd {
    clear: both;
    width: auto;
	height: auto;
    margin: 0;
	padding: 0;
}
.tmp_cnavi_wrap dd ul {
    list-style: none;
    display: block;
    clear: both;
    width: auto;
	height: auto;
    margin: 0!important;
	padding: 0!important;
}
.tmp_cnavi_wrap dd li {
    list-style: none;
    display: block;
    clear: both;
    width: auto;
	height: auto;
    margin: 0!important;
	padding: 10px!important;
}
.tmp_cnavi_wrap li a {
    display: block;
    width: auto;
	height: auto;
    margin: 0;
	padding: 10px 30px 10px 20px;
    background-image: url("../img/icon/arrow_w.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
}

/* .filter_wrap
============================== */
.filter_wrap {
    display: block;
    clear: both;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0;
    border-bottom: 3px #000 solid;
    text-align: center;
}
/*clearfix*/
.filter_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.filter_col {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center;
}
.filter_col a {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0.6em;
    text-decoration: none;
    background-color: #fff;
}
.filter_col a:hover,
.filter_col a.current_col {
    color: #fff;
}
#tmp_spot_wrap .filter_col a:hover,
#tmp_spot_wrap .filter_col a.current_col {
    background-color: #38b64d;
}
#tmp_event_wrap .filter_col a:hover,
#tmp_event_wrap .filter_col a.current_col {
    background-color: #ff7f25;
}
#tmp_media_wrap .filter_col a:hover,
#tmp_media_wrap .filter_col a.current_col {
    background-color: #7869ac;
}
#tmp_present_wrap .filter_col a:hover,
#tmp_present_wrap .filter_col a.current_col {
    background-color: #dd0011;
}
#tmp_magazine_wrap .filter_col a:hover,
#tmp_magazine_wrap .filter_col a.current_col {
    background-color: #ffab1f;
}

/*--------------------------------------------------------------.categorypulldown*/
.categorypulldown {
    display: block;
    width: 200px;
    height: auto;
    min-height: 40px;
    margin: 0 auto 10px auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.categorypulldown a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 20px;
    min-height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.categorypulldown_wrap {
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0;
}
.categorypulldown_wrap > a {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.categorypulldown_wrap.categorypulldown_active > a {
	border-radius: 20px 20px 0 0;         /* CSS3 */
	-moz-border-radius: 20px 20px 0 0;    /* Firefox */
	-webkit-border-radius: 20px 20px 0 0; /* Safari,Chrome */
}
.categorypulldown_cnt a:last-child {
	border-radius: 0 0 20px 20px;         /* CSS3 */
	-moz-border-radius: 0 0 20px 20px;    /* Firefox */
	-webkit-border-radius: 0 0 20px 20px; /* Safari,Chrome */
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.categorypulldown_cnt {
    display: none;
}
.categorypulldown_active .categorypulldown_cnt {
    display: block;
}
.categorypulldown_cnt a {
    border-top: 1px #ccc dotted;
    text-align: left;
}
div.categorypulldown_wrap:hover div.categorypulldown_cnt,
div.categorypulldown_wrap:focus div.categorypulldown_cnt,
div.categorypulldown_wrap.categorypulldown_active div.categorypulldown_cnt {
    overflow: visible;
    top: -40px;
    left: 0px;
    height: 40px;
}
div.categorypulldown_wrap div.categorypulldown_cnt {
    overflow: hidden;
    height: 0px;
    left: 0px;
    list-style: none
}
.categorypulldown_wrap div div a {
    border-top: 1px #ccc dotted;
}
.categorypulldown div.categorypulldown_wrap:hover > div.categorypulldown_cnt > a {
    overflow: visible;
    height: 40px;
}
.categorypulldown_wrap > a > span {
    display: inline-block;
    width: auto;
    padding-left: 0;
    padding-right: 18px;
    background-image: url("../img/common/arrow_pulldown.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.categorypulldown_wrap.categorypulldown_active > a > span {
    background-image: url("../img/common/arrow_pulldown_c.png");
}
.categorypulldown_cnt a span {
    display: inline-block;
    width: auto;
    padding-left: 16px;
    padding-right: 0;
    background-image: url("../img/common/arrow_w.png");
    background-position: left center;
    background-repeat: no-repeat;
}
.categorypulldown_cnt a:hover {
    background-color: #fff;
    color: #000;
}
.categorypulldown_cnt a:hover span {
    background-image: url("../img/common/arrow_k.png");
}

/* .list_wrap
============================== */
.list_wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
.list_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.list_col {
    position: relative;
	display: inline;
    float: left;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	height: auto;
    min-height: 140px;
    margin: 0 20px 20px 0;
	padding: 0;
    background-color: #fff;
	text-align: left;
    position: relative;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.list_wrap .list_col {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    padding: 0 10px;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
}
/*clearfix*/
.list_col:after {
	content: "";
	display: table;
	clear: both;
}
.list_wrap .list_col:nth-child(even) {
    margin-right: 0;
}
.list_col:hover {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
	box-shadow: none;         /* CSS3 */
	-moz-box-shadow: none;   /* Firefox */
	-webkit-box-shadow: none;/* Safari,Chrome */
    transform: translate3d(0, 3px, 0);
}
.list_col.ad,
.pickup_col.ad,
.spotlist_col.ad{
    position: relative;
}
.list_col .list_cnt {
    float: right;
    margin: 0;
    padding: 0 0 5px 0;
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
    height: auto;
    line-height: 1.2;
    text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}
.list_col a {
	word-wrap: break-word;
	word-break: break-all;
}
.list_col span,
.spotlist_col span {
    color: #ccc;
    font-size: 75%;
}
.list_col .category {
    position: relative;
    top: -3px;
    margin: 0 0 5px -10px;
}
.list_cnt .category {
    top: 0px;
}
.list_col .area {
    position: relative;
    top: -3px;
    margin: 0 0 5px -4px;
}
.list_cnt .area {
    top: 0px;
    margin-left: -4px;
}
.list_col span.dripper_name {
    display: block;
    clear: both;
/*    margin-top: 0.3em;*/
    text-align: right;
}
.list_col span.dripper_name img {
    object-fit: cover;
    display: inline-block;
    margin-right: 0.6em;
    vertical-align: middle;
    width: 20px;
    height: 20px;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
    border: 1px #ccc solid;
}
.list_img {
    float: left;
    margin: 0;
    width: 140px;
    height: 140px;
    text-align: center;
}
.list_col .list_img {
    margin-left: -10px;
}
.list_img a {
    padding: 0;
}
.list_img img {
    object-fit: cover;
    margin: 0;
    width: 140px;
    height: 140px;
}
.spotlist_col {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	display: inline;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	height: auto;
    margin: 0 20px 20px 0;
	padding: 10px;
    background-color: #fff;
	text-align: left;
    position: relative;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.spotlist_col:nth-child(even) {
    margin-right: 0;
}
/*clearfix*/
.spotlist_col:after {
	content: "";
	display: table;
	clear: both;
}
.spotlist_col:hover {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
	box-shadow: none;         /* CSS3 */
	-moz-box-shadow: none;   /* Firefox */
	-webkit-box-shadow: none;/* Safari,Chrome */
    transform: translate3d(0, 3px, 0);
}
.spotlist_col .list_cnt {
    position: relative;
    float: right;
    margin: -10px 0 0 10px;
    padding: 0;
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
    line-height: 1.2;
    text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}
.catchcopy {
    clear: both;
	width: 100%;
    height: auto;
    max-height: 3.6em;
    margin: 0;
    padding: 0;
    color: #000!important;
    font-size: 100%!important;
    text-align: left;
    line-height: 1.2;
    overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#tmp_event_wrap .catchcopy {
    height: 3.6em;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .catchcopy {
    position: relative;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
  *::-ms-backdrop, .catchcopy::before,
  *::-ms-backdrop, .catchcopy::after {
    position: absolute;
}
  *::-ms-backdrop, .catchcopy::before {
    content: '...';
    top: 2.4em;
    right: 0;
    width: 1em;
}
  *::-ms-backdrop, .catchcopy::after {
    content: '';
    width: 100%;
    height: 100%;
}
 /* IE11 */
}
.catchcopyspecial {
    clear: both;
	width: 100%;
    height: auto;
    max-height: 4.8em;
    margin: 0;
    padding: 0;
    color: #000!important;
    font-size: 100%!important;
    text-align: left;
    line-height: 1.2;
    overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .catchcopyspecial {
    position: relative;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
  *::-ms-backdrop, .catchcopyspecial::before,
  *::-ms-backdrop, .catchcopyspecial::after {
    position: absolute;
}
  *::-ms-backdrop, .catchcopyspecial::before {
    content: '...';
    top: 3.6em;
    right: 0;
    width: 1em;
}
  *::-ms-backdrop, .catchcopyspecial::after {
    content: '';
    width: 100%;
    height: 100%;
}
 /* IE11 */
}
.list_col .date,
.pickup_col .date,
.spotlist_col .date {
    display: block;
    clear: both;
	width: auto;
    height: auto;
    margin: 0 0 0.2em 0;
    padding: 0;
    color: #555!important;
    text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}
.category {
    display: inline-block;
    margin: 0;
    padding: 0.2em 1em;
    color: #fff!important;
    font-size: 75%;
    line-height: 1.6;
}
.area {
    display: inline-block;
    margin: 0 0 5px -3px;
    padding: 0.2em 1em;
    background-color: #000;
    color: #fff!important;
    font-size: 75%;
    line-height: 1.6;
}
.place {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0.2em 1em;
    background-color: #555;
    color: #fff!important;
    font-size: 75%;
    vertical-align: middle;
    line-height: 1.6;
}
.placetxt {
    color: #000!important;
}
span.spotname,
.spotname {
    clear: both;
    margin-top: 5px;
    color: #000;
    font-weight: 700;
    font-size: 125%;
}
span.spottxt,
.spottxt {
    clear: both;
	width: 100%;
    height: auto;
    max-height: 2.4em;
    margin: 0;
    padding: 0;
    color: #000!important;
    font-size: 85.7%!important;
    text-align: left;
    line-height: 1.2;
    overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .spottxt {
    position: relative;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
  *::-ms-backdrop, .spottxt::before,
  *::-ms-backdrop, .spottxt::after {
    position: absolute;
}
  *::-ms-backdrop, .spottxt::before {
    content: '...';
    top: 2.4em;
    right: 0;
    width: 1em;
}
  *::-ms-backdrop, .spottxt::after {
    content: '';
    width: 100%;
    height: 100%;
}
 /* IE11 */
}
.list_col, .pickup_col {
/*    font-size: 112.5%;*/
}
.list_cnt > .tag_wrap, .pickup_cnt > .tag_wrap {
    font-size: 50%;
}

/* #tmp_pickup_wrap
============================== */
#tmp_pickup_wrap {
    flex-flow: row wrap;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 -20px 0 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#tmp_pickup_wrap:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_pickup_wrap .list_col {
	display: inline-block;
    vertical-align: top;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
    padding: 0 10px 0 10px;
}
.pickup_col {
    position: relative;
    align-self: flex-start;
	display: inline-block;
    float: left;
    vertical-align: top;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	height: auto;
    min-height: 140px;
    margin: 0 20px 20px 0;
	padding: 0;
	text-align: left;
    background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
/*clearfix*/
.pickup_col:after {
	content: "";
	display: table;
	clear: both;
}
.pickup_col:hover {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
	box-shadow: none;         /* CSS3 */
	-moz-box-shadow: none;   /* Firefox */
	-webkit-box-shadow: none;/* Safari,Chrome */
    transform: translate3d(0, 3px, 0);
}
.pickup_img {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.pickup_img img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 280px;
    text-align: center;
}
.pickup_cnt {
    clear: both;
    margin: 0;
    padding: 10px;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 1.2;
	word-wrap: break-word;
	word-break: break-all;
}
.pickup_col span {
    color: #ccc;
    font-size: 75%;
}
.pickup_col span.dripper_name {
    display: block;
    clear: both;
    text-align: right;
}
.pickup_col span.dripper_name img {
    object-fit: cover;
    display: inline-block;
    margin-right: 0.6em;
    vertical-align: middle;
    width: 20px;
    height: 20px;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
    border: 1px #ccc solid;
}
.pickup_col .category {
    margin-bottom: 5px;
}

/* .tmp_ad_movie
============================== */
.tmp_ad_movie {
    display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}
/*clearfix*/
.tmp_ad_movie:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_ad_movie ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px 0 0!important;
	list-style: none!important;
}
.tmp_ad_movie li {
    width: calc(100% / 2 - 20px);
    margin-right: 20px!important;
    padding-bottom: 10px;
}
.tmp_ad_movie .movie-inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.tmp_ad_movie .movie-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .tmp_ad_wrap
============================== */
.tmp_ad_wrap {
    display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 20px -20px 40px 0;
	padding: 0;
	text-align: center;
}
/*clearfix*/
.tmp_ad_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_ad_wrap a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.tmp_ad_wrap .ad_col1,
.tmp_ad_wrap .ad_col2,
.tmp_ad_wrap .ad_col3 {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
	width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}
.tmp_ad_wrap .ad_col1 > div,
.tmp_ad_wrap .ad_col2 > div,
.tmp_ad_wrap .ad_col3 > div {
	width: 100%;
    height: auto;
}
/*clearfix*/
.tmp_ad_wrap .ad_col1:after,
.tmp_ad_wrap .ad_col2:after,
.tmp_ad_wrap .ad_col3:after,
.tmp_ad_wrap .ad_col1 > div:after,
.tmp_ad_wrap .ad_col2 > div:after,
.tmp_ad_wrap .ad_col3 > div:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_ad_wrap .ad_col1 a {
    display: block;
    clear: both;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
    height: auto;
    margin: 0 20px 0 0;
}
.tmp_ad_wrap .ad_col2 a {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: left;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
    height: auto;
    margin: 0 20px 0 0;
}
.tmp_ad_wrap .ad_col3 a {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: left;
	width: -webkit-calc(100%/3 - 20px);
	width: calc(100%/3 - 20px);
    height: auto;
    margin: 0 20px 0 0;
}
.tmp_ad_wrap .ad_col1 img,
.tmp_ad_wrap .ad_col2 img,
.tmp_ad_wrap .ad_col3 img {
    display: block;
    width: 100%;
    height: auto;
	transition: all .4s cubic-bezier(0.55, -1.30, 0.30, 2.80);
}
.tmp_ad_wrap a:hover img {
	transform: scale(1.02);
}
.tmp_ad_wrap ul {
    list-style: none;
    display: inline-block;
    clear: both;
    margin: 20px auto 0 auto!important;
    padding: 0!important;
}
.tmp_ad_wrap li {
    list-style: none;
    clear: both;
    margin: 10px 0 0 0!important;
    padding: 0!important;
    text-align: left;
}
.tmp_ad_wrap li a {
    display: block;
    margin: 0;
    padding: 0 0 0 16px;
    background-image: url("../img/common/arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}
.tmp_ad_wrap li:first-child {
    margin-top: 0px!important;
}

/* #toc_container
============================== */
#toc_container {
    display: block;
    clear: both;
    margin: 0 auto 40px auto;
    padding: 20px;
    width: auto;
    height: auto;
    background-color: #fbfbfb!important;
    color: #555;
    text-align: left;
    border: none!important;
}
#toc_container a {
    color: #555;
    text-decoration: none;
}
#toc_container a:hover {
    color: #000;
    text-decoration: underline;
}
.toc_title {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 114%;
    text-align: center;
}
#toc_container .toc_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#toc_container .toc_list a {
    color: #548ba0;
}
#toc_container .toc_list li {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}
.tocno {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.6em;
    font-size: 86%;
    text-align: center;
    line-height: 1.6em;
    border: 1px #555 solid;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
}

/* #serial_wrap
============================== */
#serial_wrap {
    display: block;
    clear: both;
    margin: 40px auto;
    padding: 20px;
    width: auto;
    height: auto;
    background-color: #fbfbfb!important;
    text-align: left;
    border: none!important;
}
#serial_wrap li a {
    color: #548ba0;
    text-decoration: none;
}
#serial_wrap li a:hover {
    color: #548ba0;
    text-decoration: underline;
}
.serial_ttl {
    display: block;
    clear: both;
    margin: 0 0 0.6em 0;
    padding: 0;
    font-size: 114%;
    font-weight: 500;
    text-align: left;
}
.serial_ttl span {
    display: inline-block;
    clear: both;
	width: auto;
	margin: 0;
    padding: 0 10px 0.2em 10px;
    border-bottom: 3px solid #555;
}

/* .spotdata_wrap
============================== */
.spotdata_wrap {
    display: block;
    clear: both;
    margin: 20px 0 40px 0;
    padding: 10px 0;
    width: auto;
    height: auto;
    background-color: #fbfbfb;
    text-align: left;
}
.spotdata_wrap .spotdata_ttl,
.spotdata_wrap dt {
    display: block;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0 20px 6px 40px;
    width: auto;
    height: auto;
    border-bottom: 3px #38b64d solid;
    background-image: url("../img/icon/icon_area_spot.png");
    background-position: left 20px top;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
    font-size: 116%;
}
.spotdata_wrap .spotdata_cnt,
.spotdata_wrap dd {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 20px;
    width: auto;
    height: auto;
}
.spotdata_wrap .spotdata_cnt a {
    color: #000;
    text-decoration: none;
}
.spotdata_btn {
    display: block;
    clear: both;
    margin: 20px 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
}
.spotdata_btn a {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.6em 0;
    width: auto;
    height: auto;
    color: #38b64d!important;
    border: 1px #38b64d solid;
    text-decoration: none!important;
}
.spotdata_btn a:hover {
    background-color: #38b64d;
    color: #fff!important;
    border: 1px #38b64d solid;
}
.spotdata_wrap .spotdata_btn {
    margin: 0;
    padding: 0 20px;}

/* .tmp_eventdata_wrap
============================== */
.tmp_eventdata_wrap {
    display: block;
    clear: both;
    margin: 0 0 40px 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
}
/*clearfix*/
.tmp_eventdata_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.eventdata_col {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 380px;
    height: auto;
    text-align: left;
}
.eventdata_col iframe {
    display: block;
    clear: both;
    margin: 20px 0 10px 0;
    padding: 0;
    width: 100%;
    height: 250px;
    text-align: left;
}
.eventdata_cnt {
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    width: 380px;
    height: auto;
    text-align: left;
}
.btn_route {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}
.btn_route a {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 0;
    color: #000;
    text-decoration: none;
    text-align: right;
}
.btn_route a:hover {
    color: #555;
    text-decoration: none;
}
.btn_route a span {
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    background-image: url("../img/common/arrow_event.png");
    background-position: left center;
    background-repeat: no-repeat;
    text-align: right;
}

/* .spot
============================== */
.spotdata_ttl {
    clear: both;
    min-height: 14px;
    margin: 40px 0 0.6em 0;
    padding-left: 20px;
    background-image: url("../img/icon/icon_area_spot.png");
    background-position: left center;
    background-repeat: no-repeat;
	background-size: auto 14px;
	-webkit-background-size: auto 14px;
    font-size: 100%!important;
}
.spotdata_dl {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
}
.eventdata_dl {
    display: block;
    clear: both;
    margin: 0 0 40px 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
}
.spotdata_dl dl, .eventdata_dl dl {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: left;
}
/*clearfix*/
.spotdata_dl dl:after, .eventdata_dl dl:after {
	content: "";
	display: table;
	clear: both;
}
.spotdata_dl dt, .eventdata_dl dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
    margin: 0;
    padding: 10px!important;
    width: 200px;
    height: auto;
    background-color: #fbfbfb;
    border-bottom: 1px #ccc solid;
    text-align: center;
}
/*clearfix*/
.spotdata_dl dt:after, .eventdata_dl dt:after {
	content: "";
	display: table;
	clear: both;
}
.spotdata_dl dd, .eventdata_dl dd {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    margin: 0;
    padding: 10px 20px;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
    height: auto;
    background-color: #fff;
    border-bottom: 1px #ccc solid;
    text-align: left;
}
.spotdata_dl dd p:last-child, .eventdata_dl dd p:last-child {
    margin-bottom: 0;
}
.spotdata_dl iframe, .eventdata_dl iframe {
    display: block;
    margin: 0;
	width: 100%;
    height: 200px;
}
.spotdata_dl a, .eventdata_dl a {
    color: #164398;
    text-decoration: underline;
}
.event_map {
    display: block;
    clear: both;
    margin: 40px auto;
	width: 100%;
    height: auto;
}
.event_map iframe {
    display: block;
    margin: 0 0 10px 0;
	width: 100%;
    height: 200px;
}
.spotdata_dl label, .eventdata_dl label {
    display: inline-block;
    margin-right: 2em;
    width: auto;
    vertical-align: middle;
}
.spotdata_dl select, .eventdata_dl select {
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
    height: 2em;
    border: 1px #ccc solid;
    margin: 0 0 0.6em 0;
}
.spotdata_dl textarea, .eventdata_dl textarea {
    width: 100%;
    height: 4em;
}
.spotdata_dl input[type="email"], .eventdata_dl input[type="email"],
.spotdata_dl input[type="text"], .eventdata_dl input[type="text"],
.spotdata_dl input[type="tel"], .eventdata_dl input[type="tel"]{
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
    height: 1.6em;
    border: 1px #ccc solid;
    margin: 0;
}
.spotdata_dl input.w25, .eventdata_dl input.w25{
    display: inline-block;
	width: -webkit-calc(100%/3 - 2.6em)!important;
	width: calc(100%/3 - 2.6em)!important;
    height: 1.6em;
    border: 1px #ccc solid;
    margin-right: 0.3em;
    margin-left: 1em;
}
.spotdata_dl input.w25:first-child, .eventdata_dl input.w25:first-child {
    margin-left: 0;
}
.spotdata_dl input[type="radio"], .eventdata_dl input[type="radio"]{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4em 0 0;
}

/* .photogallery
============================== */
.photogallery {
	clear: both;
	margin: 0 auto 40px auto;
	width: 600px;
    height: auto;
}
.thumbnail {
    width: 600px;
    height: auto;
    margin: 0;
}
.thumbnail img {
    object-fit: contain;
    object-position: bottom;
    display: block;
    width: 600px;
    height: 460px;
    margin: 0 auto;
    padding: 0;
}
.thumbnail-thumb img {
    object-fit: cover;
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 5px;
    padding: 0;
}
.thumbnail-thumb { max-width: 600px; margin: 0 auto;}
.thumbnail-thumb div { margin: 0; position: relative;}
.thumbnail-thumb .slick-current {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.thumbnail-thumb div div div { cursor: pointer; width: 140px; height: 140px;}
.thumbnail-caption {
	width: 100%;
    height: 3em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* .article
============================== */
.article {
	display: block;
	clear: both;
	margin: 0;
    padding: 0;
}
/*clearfix*/
.article:after {
	content: "";
	display: table;
	clear: both;
}
.article a {
    color: #164398;
    text-decoration: underline;
	word-wrap: break-word;
	word-break: break-all;
}
.article a:hover {
	color: #6696be;
}
.article .section {
	clear: both;
	margin-bottom: 1em;
}
.article em {
	color: #dd0011;
}
.article .photoCol {
	clear: both;
	text-align: left;
}
.article .photo1Col {
	clear: both;
	text-align: center;
    margin-bottom: 0.6em;
}
.article .photo1Col .photo {
	width: 100%;
	margin: 0 auto;
}
.article .photo1Col .photo img {
    display: block;
	width: 100%;
	height: auto;
    margin: 0;
}
.article .photo2Col .photo img,
.article .photo3Col .photo img {
	width: 100%;
	height: auto;
}
.article .photo2Col {
	display: block;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.article .photo3Col {
	display: block;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.photo2Col .photo,
.photo3Col .photo {
	float: left;
	margin-right: 2%;
	text-align: left;
}
.photo2Col .photo:last-child,
.photo3Col .photo:last-child {
	float: right;
	margin-right: 0;
}
.photo2Col .photo {
	width: 47%;
}
.photo3Col .photo {
	width: 32%;
}
.article .photoL {
	float: left;
	text-align: left;
	width: auto;
	width: 47%;
	margin-right: 2%;
}
.article .photoR {
	float: right;
	text-align: right;
	width: auto;
	width: 47%;
	margin-left: 2%;
}
.photoCol .textL,
.photoCol .textR {
	float: left;
	width: auto;
	max-width: 51%;
	margin: 0;
	word-wrap: break-word;
	word-break: break-all;
	vertical-align: top;
}
.article .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
}
.article .photo span,
.wp-caption-text {
	display: block;
    margin: 0 0 20px 0;
	padding: 0.6em 0 0 0;
	font-size: 86%;
    color: #777;
    text-align: left;
}
.article dl {
	margin-bottom: 1em;
}
.article dt {
	padding: .5em 0;
	font-weight: bold;
}
.article .photoArea {
	margin: 1em 0;
}
.article .photoArea .photo {
	margin: 0 auto;
	width: 47%;
    text-align: left;
}
.article .photoArea img {
    margin: 0;
	width: 100%;
	height: auto;
}
.article table {
    border-collapse: collapse;
    border: #000 solid 1px;
    margin-bottom: 1em;
	width: auto;
	max-width: 100%;
}
.article th {
    background: #eee;
    table-layout: fixed;
}
.article td, .article th {
    border: #000 solid 1px;
    padding: .6em 1em;
}
.article td {
    background-color: #fff;
}
.article th {
    background-color: #fbfbfb;
    table-layout: fixed;
    text-align: center;
}
.article table a {
    color: #164398;
    text-decoration: underline;
}
.listA table {
	margin: 0.6em auto 1.6em 0;
	width: auto;
	max-width: 100%;
}
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 0;
	padding: 20px;
	font-size: 87.5%;
	background-color: #fbfbfb;
}
.leadBox_ttl {
	display: block;
	clear: both;
	margin: 0 0 0.6em 0;
	font-size: 100%;
    font-weight: 500;
}
.catch {
	clear: both;
	margin: 40px 0;
	padding: 0;
	color: #000;
	font-size: 185%;
    font-weight: 500;
    text-align: left;
}
.photoCol img {
	width: 100%!important;
	max-width: 100%;
	height: auto;
}
/* clearfix */
.article:after,
.article p:after,
.photoCol:after,
.photo2Col:after,
.photo3Col:after, 
.photoArea:after {
	content: "";
	display: table;
	clear: both;
}

/* --------------------------------------------------
paging
-------------------------------------------------- */
.paging {
    clear: both;
    width: auto;
    text-align: center;
    margin: 1.5em 0 0 0;
}
.paging:first-child {
    margin-top: 0;
}
.paging:last-child {
    margin-bottom: 0;
}
.paging a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    padding: 6px 13px;
    background-color: #fafafa;
    color: #000;
    text-decoration: none;
}
.paging a:hover {
    background-color: #000;
    color: #fff;
}
.paging a:active {
    background-color: #000;
}
.paging span.current_paging,
.paging span.current {
    display: -moz-inline-stack;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 6px 13px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.paging .next {
    margin-right: 0;
}

/* --------------------------------------------------
pagingMenu
-------------------------------------------------- */
.pagingMenu {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.pagingMenu .paging {
  text-align: center;
  width: 100%;
}
.pagingMenu .paging a {
  padding: 7px 30px;
}
.pagingMenu p {
  width: 200px;
  background: #EEF1F9;
  border: #395799 dashed 1px;
  font-size: .9em;
  margin-top: -50px;
  padding: 0.5em 0.7em;
  text-align: center;
}
.pagingMenu p a {
  display: block;
  text-decoration: underline;
}
.prevArticle {
  float: left;
}
.nextArticle {
  float: right;
}

/*--------------------------------------------------------------
  .icon
--------------------------------------------------------------*/
div.icn_ad {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 2em;
    padding: 0;
    background-color: #eee;
    color: #000!important;
    font-size: 114%;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}
.spotlist_col div.icn_ad {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    width: 2em;
    padding: 0;
    background-color: #eee;
    color: #000!important;
    font-size: 114%;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}
span.icn_ad {
    display: block;
    clear: both;
    width: 2em;
    padding: 0;
    margin: 0 auto 0 0;
    background-color: #eee;
    color: #000!important;
    font-size: 114%;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}
.icn_new {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #555;
    background-color: #f6d500;
    font-size: 16px;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
	border-radius: 50%;         /* CSS3 */
	-moz-border-radius: 50%;    /* Firefox */
	-webkit-border-radius: 50%; /* Safari,Chrome */
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
.icn_person {
    padding-left: 24px;
    background-image: url("../img/common/icn_person.png");
    background-position: left 2px center;
    background-repeat: no-repeat;
}
.icn_date {
    padding-left: 24px;
    background-image: url("../img/common/icn_date.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
  category icon
--------------------------------------------------------------*/
.categoryslide .icon_new,
.categoryslide .icon_gourmet,
.categoryslide .icon_trip,
.categoryslide .icon_event,
.categoryslide .icon_beautyhealth,
.categoryslide .icon_fashion,
.categoryslide .icon_pet,
.categoryslide .icon_useful,
.categoryslide .icon_premium,
.categoryslide .icon_ranking,
.categoryslide .icon_future,
.categoryslide .icon_movie,
.categoryslide .icon_hotspring,
.categoryslide .icon_play,
.categoryslide .icon_living,
.categoryslide .icon_learning,
.categoryslide .icon_stay,
.categoryslide .icon_other_spot,
.categoryslide .icon_shopping,
.categoryslide .icon_leisure,
.categoryslide .icon_festival,
.categoryslide .icon_concert,
.categoryslide .icon_fair,
.categoryslide .icon_season,
.categoryslide .icon_experience,
.categoryslide .icon_pet,
.categoryslide .icon_talkshow,
.categoryslide .icon_freeevent,
.categoryslide .icon_other_event {
    display: block;
    padding-top: 30px;
    min-height: 30px;
    background-position: center top;
    background-repeat: no-repeat;
	background-size: auto 30px;
	-webkit-background-size: auto 30px;
}
.tmp_cnavi_wrap .icon_new,
.tmp_cnavi_wrap .icon_gourmet,
.tmp_cnavi_wrap .icon_trip,
.tmp_cnavi_wrap .icon_event,
.tmp_cnavi_wrap .icon_beautyhealth,
.tmp_cnavi_wrap .icon_fashion,
.tmp_cnavi_wrap .icon_pet,
.tmp_cnavi_wrap .icon_useful,
.tmp_cnavi_wrap .icon_premium,
.tmp_cnavi_wrap .icon_ranking,
.tmp_cnavi_wrap .icon_future,
.tmp_cnavi_wrap .icon_movie,
.tmp_cnavi_wrap .icon_hotspring,
.tmp_cnavi_wrap .icon_play,
.tmp_cnavi_wrap .icon_living,
.tmp_cnavi_wrap .icon_learning,
.tmp_cnavi_wrap .icon_stay,
.tmp_cnavi_wrap .icon_other_spot,
.tmp_cnavi_wrap .icon_shopping,
.tmp_cnavi_wrap .icon_leisure,
.tmp_cnavi_wrap .icon_festival,
.tmp_cnavi_wrap .icon_concert,
.tmp_cnavi_wrap .icon_fair,
.tmp_cnavi_wrap .icon_season,
.tmp_cnavi_wrap .icon_experience,
.tmp_cnavi_wrap .icon_pet,
.tmp_cnavi_wrap .icon_talkshow,
.tmp_cnavi_wrap .icon_freeevent,
.tmp_cnavi_wrap .icon_other_event {
    display: block;
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
	background-size: auto 30px;
	-webkit-background-size: auto 30px;
}
.icon_new {
    background-image: url("../img/icon/icon_new.png");
}
.tmp_cnavi_wrap .icon_new {
    background-position: left 1px center;
}
.icon_gourmet {
    background-image: url("../img/icon/icon_gourmet.png");
}
.tmp_cnavi_wrap .icon_gourmet {
    background-position: left 5px center;
}
.icon_trip {
    background-image: url("../img/icon/icon_trip.png");
}
.icon_event {
    background-image: url("../img/icon/icon_event.png");
}
.tmp_cnavi_wrap .icon_event {
    background-position: left 3px center;
}
.icon_beautyhealth {
    background-image: url("../img/icon/icon_beautyhealth.png");
}
.icon_fashion {
    background-image: url("../img/icon/icon_fashion.png");
}
.icon_pet {
    background-image: url("../img/icon/icon_pet.png");
}
.tmp_cnavi_wrap .icon_pet {
    padding-top: 4px;
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.icon_useful {
    background-image: url("../img/icon/icon_useful.png");
}
.icon_premium {
    background-image: url("../img/icon/icon_premium.png");
}
.icon_ranking {
    background-image: url("../img/icon/icon_ranking.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_ranking {
    background-position: center top 4px;
}
.icon_future {
    background-image: url("../img/icon/icon_future.png");
}
.tmp_cnavi_wrap .icon_future  {
    background-position: left 3px center;
}
.icon_movie {
    background-image: url("../img/icon/icon_movie.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_movie {
    background-position: center top 4px;
}
.icon_hotspring {
    background-image: url("../img/icon/icon_hotspring.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_hotspring {
    background-position: center top 2px;
}
.icon_play {
    background-image: url("../img/icon/icon_play.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_play {
    background-position: center top 5px;
}
.icon_living {
    background-image: url("../img/icon/icon_living.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.icon_learning {
    background-image: url("../img/icon/icon_learning.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_learning {
    background-position: center top 4px;
}
.icon_stay {
    background-image: url("../img/icon/icon_stay.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_stay {
    background-position: center top 5px;
}
.icon_other_spot {
    background-image: url("../img/icon/icon_other_spot.png");
}
.tmp_cnavi_wrap .icon_other_spot  {
    background-position: left 4px center;
}
.icon_shopping {
    background-image: url("../img/icon/icon_shopping.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_shopping {
    background-position: center top 3px;
}
.icon_leisure {
    background-image: url("../img/icon/icon_leisure.png");
}
.icon_festival {
    background-image: url("../img/icon/icon_festival.png");
}
.tmp_cnavi_wrap .icon_festival  {
    background-position: left 2px center;
}
.icon_concert {
    background-image: url("../img/icon/icon_concert.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_concert {
    background-position: center top 2px;
}
.icon_fair {
    background-image: url("../img/icon/icon_fair.png");
}
.tmp_cnavi_wrap .icon_fair  {
    background-position: left 1px center;
}
.icon_season {
    background-image: url("../img/icon/icon_season.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_season {
    background-position: center top 1px;
}
.icon_experience {
    background-image: url("../img/icon/icon_experience.png");
}
.tmp_cnavi_wrap .icon_experience  {
    background-position: left 1px center;
}
.icon_talkshow {
    background-image: url("../img/icon/icon_talkshow.png");
}
.tmp_cnavi_wrap .icon_talkshow  {
    background-position: left 3px center;
}
.icon_freeevent {
    background-image: url("../img/icon/icon_freeevent.png");
}
.icon_other_event {
    background-image: url("../img/icon/icon_other_event.png");
	background-size: 30px auto!important;
	-webkit-background-size: 30px auto!important;
}
.categoryslide .icon_season {
    background-position: center top 2px;
}

/*--------------------------------------------------------------
  .newsList
--------------------------------------------------------------*/
.newsList {
    clear: both;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
.newsList li {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
    clear: both;
	width: auto;
	height: auto;
    margin-bottom: 20px;
	padding: 0 0 0 26px;
    background-image: url("../img/common/f_arrow.png");
    background-position: left top 0.2em;
    background-repeat: no-repeat;
	text-align: left;
}
.newsList .updateday {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: left;
    width: 10em;
}
.newsList .title {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
    float: right;
	width: -webkit-calc(100% - 11em);
	width: calc(100% - 11em);
    text-align: left;
}
.newsList a {
    color: #483335;
    text-decoration: underline;
}
.newsList a:hover {
	color: #0177c9;
    text-decoration: underline;
}

/*--------------------------------------------------------------
  .plugin
--------------------------------------------------------------*/
.plugin {
    margin: 20px 0;
    padding: 20px;
	background-color: #fbfbfb;
    clear: both;
}
/*clearfix*/
.plugin:after {
	content: "";
	display: table;
	clear: both;
}
.plugin .plugin_img {
    margin: 0 10px 0 0 !important;
    float: left;
}
.plugin p {
    margin: 0 !important;
}


/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
	display: block;
	clear: both;
	margin: 1.5em 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: left;
}
/*clearfix*/
.btn:after {
	content: "";
	display: table;
	clear: both;
}
.btn div {
    display: inline-block;
    margin: 0 1.6em 0 0;
}
.btn a,
.btn input,
.btn button {
	display: inline-block;
	margin: 0.6em 20px 0 20px;
	padding: 1em;
	width: auto;
    color: #fff;
	text-align: center;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 ;
	-moz-box-shadow: 0 3px 0 ;
	box-shadow: 0 3px 0 ;
	vertical-align: top;
}
.btn a:hover,
.btn input:hover,
.btn button:hover {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn a:first-child,
.btn button:first-child {
    margin-left: 0;
}
.btn a:last-child,
.btn button:last-child {
    margin-right: 0;
}
.btn a span,
.btn button span {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.thema_default,
.thema_sub {
	text-align: center;
}
.thema_default a,
.thema_default input,
.thema_default button {
	background-color: #555;
	-webkit-box-shadow: 0 3px 0 #333;
	-moz-box-shadow: 0 3px 0 #333;
	box-shadow: 0 3px 0 #333;
}
.thema_sub a,
.thema_sub input,
.thema_sub button {
    color: #000;
	background-color: #ccc;
	-webkit-box-shadow: 0 3px 0 #878787;
	-moz-box-shadow: 0 3px 0 #878787;
	box-shadow: 0 3px 0 #878787;
}
/*--------------------------------------------------------------.btn_search*/
.btn_search {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}
.btn_search input,
input.btn_search,
.btn_search a,
.btn_search button {
	display: inline-block;
	width: auto;
	height: auto;
    margin: 0 auto;
	padding: 1em 2em;
    background-color: #000;
    color: #fff;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    text-decoration: none;
	text-align: center;
    position: relative;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}
.btn_search input:hover,
input.btn_search:hover,
.btn_search a:hover,
.btn_search button:hover {
	box-shadow: none;         /* CSS3 */
	-moz-box-shadow: none;   /* Firefox */
	-webkit-box-shadow: none;/* Safari,Chrome */
    transform: translate3d(0, 3px, 0);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
/*--------------------------------------------------------------.btn_list*/
.btn_list {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: right;
}
.btn_list a {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 0 0 0 22px;
    background-image: url("../img/common/arrow.png");
    background-position: left top 0.4em;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    text-align: left;
}
.btn_list a:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------.btn_more*/
.btn_more {
    display: block;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 86%;
    text-align: right;
}
.btn_more a {
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 0;
    color: #555;
    text-align: right;
}
.btn_more span {
    display: inline-block;
    margin: 0.2em auto 0 auto;
    padding: 0 0 0 25px;
    background-image: url("../img/common/arrow_topics.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 142.8%;
}
#tmp_topics_wrap .btn_more span,
.btn_more > .txt_topics span {
    background-image: url("../img/common/arrow_topics.png");
}
#tmp_spot_wrap .btn_more span,
 .btn_more > .txt_spot span {
    background-image: url("../img/common/arrow_spot.png");
}
#tmp_event_wrap .btn_more span,
 .btn_more > .txt_event span {
    background-image: url("../img/common/arrow_event.png");
}
.col_navi .btn_more a {
    color: #fff;
}
.col_navi .btn_more .txt_topics a {
    color: #ff7070;
}
.col_navi .btn_more .txt_spot a {
    color: #38b64d;
}

/*--------------------------------------------------------------.btn_viewmore*/
.btn_viewmore {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 116%;
    line-height: 1.2;
    text-align: center;
}
.btn_viewmore a {
    display: block;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
    color: #555;
    text-align: center;
}
.btn_viewmore a:hover {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_viewmore span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 60px;
    background-image: url("../img/common/arrow_viewmore.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 186%;
    color: #000;
}
/*--------------------------------------------------------------.btn_openclose*/
.btn_openclose {
	display: none;
}
#sp_nav {
    display: block!important;
}
/*--------------------------------------------------------------.tmp_wrap_col2*/
.tmp_wrap_col2 {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
}
/*clearfix*/
.tmp_wrap_col2:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_cnt {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width: 360px;
	height: auto;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #d9e4fa;
}
.tmp_wrap_col2 .col2_cnt:nth-child(even) {
	margin-left: 20px;
}
/*clearfix*/
.tmp_wrap_col2 .col2_cnt:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_wrap_col2 .col2_ttl {
	clear: both;
	margin: 0;
	padding: 0;
	color:inherit;
	font-weight: 700;
	font-size: 128.6%;
	text-align: left;
}
.tmp_wrap_col2 p:last-child {
	margin-bottom: 0;
}
/* clearfix */
.tmp_wrap_col2 p { zoom:1; }
.tmp_wrap_col2 p:after {
	content: ""; 
	display: block; 
	clear: both;}
.tmp_wrap_col2 p a {
	display: inline-block;
	float: right;
	color: inherit;
	margin-left: auto;
	text-align: right;
}
/*--------------------------------------------------------------.thema_link*/
.thema_link {
	display: block;
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	text-align: center;
}
.thema_link a {
	display: block;
	color: #ffffff;
	padding: 15px;
	margin: 0;
	background-color: #4368ad;
	font-size: 114%;
	text-align: center;
}
.thema_link a span {
    background-position: left center;
    background-repeat: no-repeat;
	background-image: url(../img/common/arrow_btn.png);
    padding-left: 20px;
}
/*--------------------------------------------------------------.indent*/
.indent {
	margin-left: 2em;
}

/* #tmp_wrap_banner
============================== */
#tmp_wrap_banner {
	display: block;
	clear: both;
	margin: 0;
	padding: 40px 0;
}
#tmp_banner {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
    text-align: left;
}
/*clearfix*/
#tmp_banner:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_banner .banner_wrap {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
	height: auto;
}
#tmp_banner .banner_ttl {
    clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 214%;
    font-weight: bold;
}
#tmp_banner .banner_wrap a {
    display: inline-block;
    padding-left: 26px;
    background-image: url("../img/common/f_arrow.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #483335;
    text-decoration: none;
}
#tmp_banner .banner_wrap a:hover {
    text-decoration: underline;
}
#tmp_banner .banner_cnt {
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	float: right;
	margin: 0;
	padding: 0;
	width: 755px;
	height: auto;
    text-align: left;
}
#tmp_banner .banner {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 180px;
	height: auto;
}
#tmp_banner .banner img {
	width: 100%;
	height: auto;
}
#tmp_banner .banner:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  .tag_wrap
--------------------------------------------------------------*/
.tag_wrap {
    display: block;
	clear: both;
	margin: 0;
	padding: 0;
    font-size: 75%;
    text-align: left;
}
.tmp_contentsnavi_wrap .tag_wrap {
	padding: 0 20px;
}
/*clearfix*/
.tag_wrap:after {
	content: "";
	display: table;
	clear: both;
}
.tag_wrap a {
    display: inline-block;
	margin: 0.3em 0.3em 0 0;
	padding: 0.2em 0.6em;
    background-color: #fff;
    color: #999;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
	border-radius: 0.8em;         /* CSS3 */
	-moz-border-radius: 0.8em;    /* Firefox */
	-webkit-border-radius: 0.8em; /* Safari,Chrome */
    white-space: nowrap;
	transition: all .4s cubic-bezier(0.55, -1.30, 0.30, 2.80);
}
.col_navi .tag_wrap a {
	margin: 1em 1em 0 0;
}
.spotdata_dl .tag_wrap a, .list_wrap .tag_wrap a, .list_cnt .tag_wrap a, .pickup_cnt .tag_wrap a {
    border: 1px #ccc solid;
}
.tag_wrap a:hover {
    color: #000;
	transform: scale(1.1);
}
.tag_wrap a.current_tag,
.tag_wrap a:focus,
.tag_wrap a:active {
    color: #fff;
    background-color: #000;
}

/* #tmp_wrap_news
============================== */
#tmp_wrap_news {
    display: block;
	clear: both;
	width: 600px;
	height: auto;
	margin: 0 auto 40px auto;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#tmp_wrap_news:after {
	content: "";
	display: table;
	clear: both;
}

/* .notfound
============================== */
.notfound {
    display: block;
    clear: both;
    margin: 0;
    padding: 80px 0 20px 0;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
}

/*--------------------------------------------------------------
  .object-fit-img
--------------------------------------------------------------*/
.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.photogallery .object-fit-img {
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;'
}
.object-fit-img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
.photogallery .object-fit-img-contain {
    object-fit: contain;
    object-position: bottom;
    font-family: 'object-fit: contain; object-position: bottom;'
}

/*--------------------------------------------------------------
  cover
--------------------------------------------------------------*/
/*img {
    position:relative;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
img:before {
　　background:url("../img/common/cover.png");
　　display: block;
　　width: 100%;
　　height: 100%;
　　position: absolute;
　　z-index: 2;
}*/

/*--------------------------------------------------------------
  mmenu
--------------------------------------------------------------*/
.mm-navbar { 
  --mm-color-background: #f6d500;
  --mm-color-text-dimmed: #000;
  --mm-color-button: #000;
}
.mm-panel { 
  --mm-color-background: #fff;
  --mm-color-text: #000;
  --mm-color-button: #000;
}


/*--------------------------------------------------------------
  ページ内リンクズレ調整
--------------------------------------------------------------*/
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11 {
    margin-top: -100px;
    padding-top: 100px;
}
#a01::before,
#a02::before,
#a03::before,
#a04::before,
#a05::before,
#a06::before,
#a07::before,
#a08::before,
#a09::before,
#a10::before,
#a11::before {
    content: "";
    display: inline-block;
    height: 100px;
    margin-top: -100px;
    vertical-align: top;
}

/*--------------------------------------------------------------
  #searches  サイト内検索
--------------------------------------------------------------*/
#searches table,
#searches th,
#searches td {
	border: none!important;
}
#searches a,
#searches a:hover {
	text-decoration: none;
}
/* --------------------------------------------------  resultline */
.resultline {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
}
.resultline strong {
	font-weight: bold;
	font-size: 120%;
}
.resultline span {
	margin: 0 0.5em;
}
/* --------------------------------------------------  searchList */
.searchList {
}
.searchList li {
	padding: 1em;
}
.searchList a {
	display: block;
	font-size: 100%;
	margin-bottom: 0.6em;
}
.searchList p {
	padding-left: 1em;
}
div.gs-title {
	display: block;
	clear: both;
	margin: 0 0 0.6em 0!important;
	padding: 0!important;
	font-size: 128.6%;
	font-weight: normal;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #164398;
}
#searches a.gs-title,
#searches .gs-title a,
#searches a.gs-title:link,
#searches .gs-title a:link {
	color: #164398!important;
	text-decoration: underline;
	border: none!important;
}
#searches a.gs-title:hover,
#searches .gs-title a:hover {
	color: #424e66!important;
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #164398!important;
	text-decoration: underline;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #164398!important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #164398!important;
}
/*--headerの検索窓--*/
#___gcse_1 {
	display: block;
	width: 220px;
	height: 30px;
	overflow: hidden;
}
.gsc-input-box {
	border: none!important;
}
.gsc-input-box {
	border: none!important;
	border-radius: 15px;         /* CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
}
#search .gsc-input #gsc-iw-id1,
.gsc-input #gsc-iw-id1 {
	display: inline-block;
	width: 190px;
	height: 30px;
	padding-left: 30px;
	margin: 0!important;
	background-image: url(../img/common/ico_search.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: none!important;
	border-radius: 15px;         /* CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari,Chrome */
}
/*--Googleのマークを消す--*/
.gcsc-branding {
	display: none!important;
}
input.gsc-i-id1 {
	margin: -10px 0 0 0;
	padding: 0;
	line-height: 18px;
	border: none!important;
}
#gs_tti50 ,
.gsib_a {
	margin: 0;
	padding: 0;
}
td.gsc-search-button {
	display: none;
}
.search .gsc-search-button input {
	color: #ffffff!important;
	font-size: 100%!important;
}
.gsc-search-button {
	color: #ffffff;
	background: #4D2208;
	cursor: pointer;
}
.gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
    color: #C00;
    text-decoration: underline;
}
.gsc-imageResult .gsc-cursor-box {
    clear: both;
}
.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
    display: inline;
    margin-bottom: 0;
}
.gsc-results .gsc-cursor {
    display: inline;
}
/* 検索一覧の写真 */
.gs-result img.gs-image, .gs-result img.gs-promotion-image {
    vertical-align: middle;
    border: none!important;
}
/* paging */
.gsc-results .gsc-cursor-box {
    margin: 20px 0 0 0!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    display: inline;
	padding: 5px 10px!important;
    margin-right: 10px!important;
    text-decoration: none!important;
	background-color: #ffffff!important;
	border: 1px #cc858b solid!important;
	color: #cc858b!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    cursor: pointer!important;
	background-color: #cc858b!important;
	border: 1px #cc858b solid!important;
	color: #ffffff!important;;
	text-decoration: none!important;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #ffffff;
    text-decoration: underline;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
}
.gsc-control-cse .gs-result .gs-spelling-original {
	font-size: 100%;
}
.gs-imageResult-column .gs-image-box {
    float: left;
    margin-right: 10px;
    text-align: left;
}
.gs-imageResult-column .gs-text-box {
    float: left;
    height: 86px;
    width: 350px;
}
.gsc-webResult .gsc-result {
	padding: 20px 0!important;
	border-bottom: 1px #eeeeee dashed!important;
    background-color: inherit;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0!important;
    padding-right: 0!important;
}
/* 全体を囲むバック */
gsc-control-cse {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: none!important;
    background-color: #fff;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 20px!important;
    width: auto;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #fff;
    border: none!important;
}