@charset "UTF-8";

@import url('pc.css') screen and (min-width: 980px);
@import url('sp.css') screen and (max-width: 979px);

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	color: #666;
	font-size: 62.5%;
}
body {
	text-align: center;
}


/*Class Effect*/
.stand_button {
	position: relative;
	border: solid 1px #000;
	margin: 8px 0;
	transition: all .15s linear;
}
.stand_button::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background-color: #666;
	transition: all .15s linear;
}
.stand_button:hover::before {
	right: 0;
}
.stand_button a {
	position: relative;
	z-index: 1;
	font-size: 1.4rem;
	margin: 0;
	padding: 8px;
	text-decoration: none;
	display: block;
	line-height: 1;
}
.stand_button a::before {
	margin-right: .25em;
	content: '\25b7';
}
#sci * .stand_button {
	border-color: #168F9A;
}
#sci * .stand_button a {
	color: #168F9A;
}
#sci * .stand_button::before {
	background-color: #1DBECC;
}

#tourism * .stand_button {
	border-color: #CD1D49;
}
#tourism * .stand_button a {
	color: #CD1D49;
}
#tourism * .stand_button::before {
	background-color: #981636;
}

/*header*/
header#siteID {
	position: relative;
	width: 60vw;
	min-width: 200px;
	margin: auto;
}
header#siteID:before {
	content: '';
	display: block;
	padding-top: 62%;
}
header#siteID h1 {
	position: absolute;
    height: 0;
    overflow: hidden;
    top: 0;
    padding-top: 62%;
    width: 100%;
    background-image: url(img/siteIDsp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

main #menu_switch {
	display: none;
}

/*category title*/
main.sci > section#tourism h2:first-child,
main.tourism > section#sci h2:first-child {
	display: none;
}
main > section h2:first-child {
	color: #FFF;
	line-height: 3em;
}
main section#sci h2:first-child {
	background-color: #189FAB;
}
main section#tourism h2:first-child {
	background-color: #AB183D;
}

/*pickup*/
article.pickup {
	height: 100vh;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
_::-webkit-full-page-media, _:future, :root article.pickup {
	background-attachment: scroll;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-color-index:0) {
	article.pickup {
		(; background-attachment: scroll ;)
	}
}
#sci article.pickup {
	background-image: url(img/entrepreneur.jpg);
}
#tourism article.pickup {
	background-image: url(img/architecture_tour.jpg);
}
article.pickup div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%) ;
	text-align: left;
	padding: 4px;
	min-width: 70vw;
}
#sci article.pickup div {
	color: #168F9A;
}
#tourism article.pickup div {
	color: #FFF;
}
article.pickup div h3 {
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 16px;
	border-bottom: solid 2px #FFF;
	text-shadow: 2px 2px 0 #444;
}
#sci article.pickup div h3 {
	text-shadow: 2px 2px 0 #FFF;
}
article.pickup div h3 span {
	display: inline-block;
}
#tourism article.pickup div h3 {
	border-bottom-color: #444;
}
#sci article.pickup div h3::before {
	font-weight: bold;
	content: "Pickup";
	display: block;
	font-size: 1.8rem;
	font-style: italic;
}
#tourism article.pickup div h3::before {
	font-weight: bold;
	content: "大好評！";
	display: block;
	font-size: 1.8rem;
	font-style: italic;
}
article.pickup div h3::after {
	content: '';
	display: block;
	margin-top: 16px;
}
#sci article.pickup div h3::after {
	border-bottom: solid 1px #168F9A;
}
#tourism article.pickup div h3::after {
	border-bottom: solid 1px #FFF;
}
article.pickup div .preface {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-shadow: 2px 2px 0 #FFF;
	padding-bottom: 8px;
}
#tourism article.pickup div .preface {
	text-shadow: 2px 2px 0 #444;
}

/*lineup*/
article.lineup {
    margin: 16px auto 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
article.lineup div {
	text-align: left;
    width: 296px;
	margin: 12px;
	flex: 1 0 296px;
}
article.lineup div.feature {
    background: linear-gradient(to bottom, #F8F8F8 0%, #ffffff 100%);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
	position: relative;
	padding-bottom: 4em;
}
article.lineup div.feature .eyecatch {
	text-align: center;
	height: 200px;
}
article.lineup div.feature .eyecatch img {
    max-width: 100%;
    width: auto;
    max-height: 200px;
    height: auto;
}
article.lineup div.feature h5 {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: normal;
    color: #FFF;
    margin: 4px 0 0;
    font-size: 1.4rem;
    padding: 2px 10px 2px 8px;
    background-image: url(img/tag_mark.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 8px 8px;
}
#sci article.lineup div.feature h5 {
    background-color: #189FAB;
}
#tourism article.lineup div.feature h5 {
    background-color: #AB183D;
}
article.lineup div.feature time {
	font-family: 'Courier', sans-serif;
    display: block;
    margin: 4px;
    font-size: 1.2rem;
}
article.lineup div.feature h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 1.6rem;
	line-height: 1.5;
    margin: 4px;
    height: 4.5em;
    overflow: hidden;
	border-bottom: dotted 1px #DDD;
}
article.lineup div.feature .explain {
	margin: 4px;
    font-size: 1.4rem;
    line-height: 1.8;
}
article.lineup div.feature p.stand_button {
    margin: 4px;
    font-size: 1.4rem;
    line-height: 1.8;
	width: 10em;
	text-align: center;
	position: absolute;
	right: 0;
}
article.lineup div.feature p.stand_button a {
	color: #168F9A;
}
article.lineup div.feature p.stand_button:hover a {
	color: #FFF;
}
article.pickup div .stand_button {
    width: 16em;
    text-align: center;
	position: absolute;
}
#tourism article.pickup div .stand_button {
	border-color: #666;
	background-color: #FFF;
}
#tourism article.pickup div .stand_button a {
	color:  #666;
}

/*listup*/
article.lineup div.listup {
	position: relative;
	flex-grow: 3;
	padding-bottom: 6em;
}
article.lineup div.listup h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    margin: 0;
    line-height: 1em;
    padding-bottom: 8px;
    letter-spacing: .4em;
    border-bottom: solid 1px;
}
#sci article.lineup div.listup h3 {
    border-bottom-color: #168F9A;
}
#tourism article.lineup div.listup h3 {
    border-bottom-color: #CD1D49;
}
article.lineup div.listup ul li {
    line-height: 1rem;
    padding: 1.5em 0;
    border-bottom: dotted 1px #888;
}
article.lineup div.listup ul li a {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: calc(100% - 6em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sci article.lineup div.listup ul li a {
	color: #168F9A;
}
#tourism article.lineup div.listup ul li a {
	color: #CD1D49;
}
article.lineup div.listup ul li time {
    font-family: 'Courier', sans-serif;
    line-height: 1.6rem;
    display: block;
    float: right;
}
article.lineup div.listup p.stand_button {
	position: absolute;
    text-align: center;
	right: 0;
    bottom: 0;
    margin-bottom: 0;
}
article.lineup div.listup p.stand_button a {
    display: block;
    padding: 1em 2em;
    line-height: 1em;
    text-decoration: none;
}

/*aside*/
aside {
    background-color: #6E7286;
	padding: 16px 0;
}
aside section#link_list {
	width: 980px;
	max-width: 100%;
	margin: auto;
}
aside section#link_list::before {
	content: 'リンク';
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
aside section#link_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
aside section#link_list ul li {
	flex:  0 1 235px;
	margin: .5em;
}
aside section#link_list  ul li a {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: .8rem;
    display: block;
    background-color: #CCC;
    color: #FFF;
    letter-spacing: .5em;
    padding: 2em 1.5em 2em 2em;
    text-decoration: none;
    border-radius: 4px;
}

/*footer*/
footer {
	background-color: #4B5163;
	padding-top: 16px;
}
footer h4.organization {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    letter-spacing: .4em;
    width: 100%;
    display: inline-block;
}
footer section#access {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 980px;
	max-width: 100%;
	margin: auto;
}
footer section#access::before {
	content: 'アクセス';
    color: #FFF;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
	width: 100%;
}
footer section#access > * {
	flex: 0 1 470px;
	margin: 4px;
    max-width: 100%;
}
footer section#access address {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: normal;
}
footer section#access address h4.organization {
    margin: 0 0 16px;
    border-bottom: solid 1px #FFF;
    padding-bottom: 16px;
    text-align: left;
}
footer section#access address dl {
    display: inline-block;
    width: 100%;
    text-align: left;
	font-size: 1.4rem;
}

footer section#access address dl dt {
    float: left;
}
footer section#access address dl dd {
    margin-bottom: 1em;
    margin-left: 4em;
}
footer section#access address dl dd span {
	display: inline-block;
}

/*contactus*/
footer section#access address {
    padding-bottom: 16px;
}
footer section#access address #contactus {
	display: inline-block;
	border-color: #FFF;
}
footer section#access address #contactus::before {
	background-color: #FFF;
}
footer section#access address #contactus:hover {
	box-shadow: 4px 4px 0 #CCC;
}
footer section#access address #contactus a {
	color: #FFF;
	min-width: 10em;
}
footer section#access address #contactus:hover a {
	color: #888;
}

footer section#access iflame {
	height: 75%
}

/*sitemap*/
#sitemap {
	display: none;
}

footer section#copyright {
    background-color: #D61F62;
    font-size: .6rem;
	padding: 1em 0;
	margin-top: 16px;
    color: #FFF;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
footer section#copyright span {
	display: inline-block;
}


/*SinglePage*/
main section#sci article.single {
	position: relative;
}
main section#sci article.single::before {
	content: '';
	display: block;
	padding-top: 30vh;
	background-image: url(img/sample1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
main section#sci article.single h1.entry-title {
	color: #FFF;
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 6vw;
	text-align: left;
	line-height: 1.2;
	text-shadow: 2px 2px 0 #444;
}
main section#sci article.single .entry-content {
	text-align: left;
	padding: 2em .5em;
}
main section#sci article.single .entry-content p span {
	font-size: 1.8rem;
}
main section#sci article.single .entry-content p {
	font-size: 1.6rem;
}