@charset "utf-8";

/*
Theme Name: SPINNS公式サイト
Theme URI: https://www.spinns.com/
Author: kazuki kanayama
Description: SPINNS公式サイト
Version: 1.0.0
License: Copyright (C) spinns All Rights Reserved.
*/

@import url(reset.css);
@import url(normalize.css);
@import url(animation.css);

@import url(https://fonts.googleapis.com/css?family=Dosis:800|M+PLUS+1p:300,400,500,700,800&subset=japanese);



/*-----------------------------
	初期設定
------------------------------*/

html,body {
	width: 100%;
	height: 100%;
	font-family: 'M PLUS 1p', sans-serif;
	background: none !important;
	margin: 0 auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/content_bg.png) repeat center center;
	font-feature-settings: "palt";
}

*/
* {
    margin:0;
    padding:0;
}
a,
a:active,
a:visited,
a:focus  {
	color: #000;
	text-align: justify;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a.catch,
a.catch:active,
a.catch:visited  {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

::selection {
background: #ccc;
}
::-moz-selection {
background: #ccc;
}
img {
	border: none;
}
img a {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: 300;
}
h1,h2 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 20px;
	color: #000;
	margin: 0 0 30px 0;
	font-weight: bold;
	line-height: 1.1em;
}
h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: inherit;
	font-weight: 700;
}
h4 {
	margin: 0 !important;
}
p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 2.2em;
	text-align: inherit;
	font-weight: 400;
}
.mincho {
	font-family: 'M PLUS 1p', sans-serif;
}
img.link {
	margin: 8px 0 0 5px;
}

.box-width {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.box-width-80 {
	width: 80%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.box-width-100 {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.box-width-max {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.stack {
	position: relative;
	z-index: 0;
}

.button {
	display: block;
	font-family: 'Dosis', 'M PLUS 1p', sans-serif;
	font-size: 20px;
	font-weight: 800;
	width: 320px;
	height: 50px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 10px;
	text-align: center !important;
	text-decoration: none !important;
	outline: none;
	line-height: 46px;
	background-color: #fffb00;
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px #000;
	color: #000 !important;
}
.pdf_button {
	font-family: 'Dosis', 'M PLUS 1p', sans-serif;
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	width: auto;
	height: auto;
	margin: 0;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center !important;
	text-decoration: none !important;
	outline: none;
	line-height: 1em;
}
.foot_button {
	display: block;
	font-size: 30px;
	font-weight: 800;
	width: 240px;
	height: 50px;
	outline: none;
	line-height: 50px;
}
.list_img_button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 4px solid #000;
	border-radius: 0;
	box-shadow: 0px 5px 0px 0px #000;
}
.list_img_button img {
	margin-left: -1px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:active,
.button:visited  {
	color: #fff;
	text-align: center;
	text-decoration: none !important;
}
.button:hover {
	transform: translateY(5px);
	box-shadow: 0px 0px 0px 0px #000;
	text-decoration: none !important;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.bg_anime_left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 100%;
	z-index: -1;
	border-top: #333 solid 1px;
}
.bg_anime_right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 100%;
	z-index: -1;
	border-top: #333 solid 1px;
}

.bg_red {
	background-color: red;
}
.bg_blu {
	background-color: blue;
}
.bg_yel {
	background-color: yellow;
}
.bg_gre {
	background-color: green;
}
.bg_gray {
	background-color: #f3f3f3;
}
.bg_img {
	background: center center no-repeat;
	background-size: cover;
	position: relative;
}

.two_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}
.left_column {
	display: flex;
	width: 25%;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	background: #000;
}
.right_column {
	width: 70%;
}
.right_column p {
	text-align: justify;
	margin-bottom: 20px;
}
.right_column p img {
	display: block;
	width: 88%;
	height: auto;
	padding: 5%;
	border: 2px solid #000;
	margin: 0 auto;
}

.of_hidden {
	display: table;
	overflow: hidden;
}



/*-----------------------------
	共通
------------------------------*/

#header {
	width: 100vw;
	height: 100%;
	position: relative;
}
#header:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/dot.png);
}
#header .header_logo {
	width: 80%;
	max-width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#top_movie {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
#top_movie video {
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
	font-family: ‘object-fit: cover;’;
}

.top_head_slider {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_head_slider .slick-list,
.top_head_slider .slick-track {
	width: 100vw;
	height: 100%;
}
.top_head_slider img {
	width: 100vw;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.shadow::before{
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#container {
	position: relative;
	width: 100%;
	padding-top: 80px;
}

#maincontents {
	padding-top: 20px;
}

.content_box {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}

.text a {
	text-decoration: underline;
}

.top_button_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.top_button_list div {
	width: 30%;
}
.top_button_list div img {
	width: 100%;
}

.bn_shadow {
	width: 100%;
	box-shadow: 10px 10px 0px 0px #ccc;
}


/* ナビゲーション */

#nav {
	width: 100%;
	height: 80px;
	background-color:#fff;
	position: absolute;
	z-index: 9998;
	box-shadow: 0 5px 20px 0px rgba(0,0,0,0.1);
}

#nav.fixed {
	position: fixed;
	top: 0;
}



/* 見出し */

.ttl {
	text-align: center;
	margin-bottom: 40px;
}

.ttl h2 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin: -20px 0;
	text-indent: -10px;
	color: #fffb00;
	font-family: 'Dosis', 'M PLUS 1p', sans-serif;
	font-size: 70px;
	font-weight: 800;
	letter-spacing: 0.05em;
	font-style: italic;
	overflow: visible;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}



/* トップページコンセプト */

.concept {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.top_concept {
	position: relative;
	width: 80%;
	padding: 10px 5% 50px 5%;
	background: #e9e3da;
	border: #000 solid 3px;
	box-shadow: 10px 10px 0px 0px #ccc;
}

.concept h3 {
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 10% 0 5% 0;
	margin-bottom: 20px;
	background: url(../images/concept_bgtop.png) center top no-repeat;
	background-size: contain;
}
.concept h3 img {
	width: 80%;
	margin: 0 auto;
}

.concept_text {
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 98.5%, #999 98.5%, #999 100%);
	background-repeat: repeat-y;
	background-size: 100% 2.4em;
	line-height: 2.4em;
	padding-bottom: 5px;
}
.concept_text p {
	line-height: inherit;
}




/* トップページ切り替えタブ */

ul.tabs {
	width: 600px;
	max-width: 80%;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-top: #000 solid 2px;
	border-left: #000 solid 2px;
	background: #fff;
}
ul.tabs li {
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
}
ul.tabs li a {
	width: 50%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px;
	border-collapse: collapse;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
ul.tabs li a,
ul.tabs li a:active,
ul.tabs li a:visited,
ul.tabs li a:hover {
	text-decoration: none;
}
ul.tabs li.active a,
ul.tabs li.active a:active,
ul.tabs li.active a:visited,
ul.tabs li.active a:hover {
	color: #fff !important;
	background: #000;
}



/* トピックス一覧 */

.topic_thumb {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 10px;
	border-radius: 5%;
	position: relative;
	overflow: hidden;
}
.topic_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.topic_thumb img:hover {
    opacity: 0.8;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.topic_detail {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.topic_detail p.topic_date {
	display: block;
	font-size: 12px;
	font-weight: 600;
	width: 90px;
	white-space: nowrap;
}
.topic_detail h3.topic_title,
.topic_detail h3.topic_title a,
.topic_detail h3.topic_title a:active,
.topic_detail h3.topic_title a:visited  {
	display: block;
	flex: 1;
	font-weight: 600;
	min-width: 0;
	color: #000;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
*/
}


/* 取り組み一覧 */

.act_top_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.action_info {
	display: block;
	width: 48%;
	margin: 10px 0;
}

.action_thumb {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 10px;
	border-radius: 5%;
	position: relative;
	overflow: hidden;
}
.action_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.action_thumb img:hover {
    opacity: 0.8;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.action_detail {
	width: 100%;
	margin: 10px 0;
	display: flex;
}
.action_user_thumb {
	display: block;
	width: 30%;
	max-width: 100px;
	height: auto;
	margin-right: 10px;
}
.action_user_thumb .avatar {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10%;
}
.action_detail_info {
	display: block;
	flex: 1;
	min-width: 0;
}

.action_detail_info p {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.8em;
}
.action_detail h3.action_title,
.action_detail h3.action_title a,
.action_detail h3.action_title a:active,
.action_detail h3.action_title a:visited  {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	flex: 1;
	min-width: 0;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}



/* その他インフォメーション一覧 */

.info_thumb {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 10px;
	border-radius: 5%;
	position: relative;
	overflow: hidden;
}
.info_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.info_thumb img:hover {
    opacity: 0.8;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.info_detail {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.info_detail p.info_date {
	display: block;
	font-size: 12px;
	font-weight: 600;
	width: 80px;
	white-space: nowrap;
}
.info_detail h3.info_title,
.info_detail h3.info_title a,
.info_detail h3.info_title a:active,
.info_detail h3.info_title a:visited  {
	display: block;
	flex: 1;
	font-weight: 600;
	min-width: 0;
	color: #000;
}

.info_caption p {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 1.6em;
}

.slider .news_box {
	margin-top: 0;
}

.magazine_thumb {
	width: 100%;
	padding-top: 141.42%;
	margin-bottom: 10px;
	border-radius: 5%;
	position: relative;
	overflow: hidden;
}
.magazine_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.magazine_thumb img:hover {
    opacity: 0.8;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}



/* アーカイブページ一覧 */

.archive_list {
	display: flex;
	width: 96%;
	margin: 0 2%;
	height: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.archive_info {
	width: 29%;
	margin: 0 2%;
	margin-bottom: 20px;
}

.archive_thumb {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 10px;
	border-radius: 5%;
	position: relative;
	overflow: hidden;
}
.archive_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
}
.archive_thumb img:hover {
    opacity: 0.8;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.archive_detail {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.archive_detail p.archive_date {
	display: block;
	font-size: 11px;
	font-weight: 600;
	width: 70px;
	white-space: nowrap;
}
.archive_detail h3.archive_title,
.archive_detail h3.archive_title a,
.archive_detail h3.archive_title a:active,
.archive_detail h3.archive_title a:visited  {
	display: block;
	flex: 1;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
	min-width: 0;
	color: #000;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
*/
}



/* マップ */
.mapp-layout {
	margin: 0;
	border: none;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}



/* アーカイブ */

#archive,
#category {
	padding-top: 60px;
}
 #page_nav {
	 width: 100%;
	 margin-top: 20px;
	 text-align: center;
}



/* シングル記事 */

.single_head {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	background: #f9f9f9;
	overflow: hidden;
}
.single_ttl {
	display: block;
	width: 30%;
	margin: 20px 5%;
}
.single_ttl .inner {
	margin: 10px 0;
}
.single_ttl h1 {
	margin: 0;
}
.post_date {
	font-size: 12px;
}
.single_thumb {
	width: 60%;
	opacity: 0;
}
.single_thumb img {
	width: 100%;
}

#single_article {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 40px;
}

#single_article .ttl {
	padding-top: 40px;
}

#single_article p a {
	color: #000;
	text-decoration: underline;
}

#single_article img {
	max-width: 100%;
}

#single_article p img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#single_article .gallery {
	margin: 0 auto;
}
.gallery .gallery-icon img {
	width: 100%;
}
.gallery-item a, .gallery-caption {
	margin: 0 5%;
}

.eo-event-meta li {
	margin: 0;
}

.article_100 {
	width: 100%;
}
.article_right {
	width: 75%;
	margin-bottom: 20px;
}
.article_left {
	width: 20%;
	margin-bottom: 20px;
}
.article_left p {
	font-size: 0.7em;
}

.prev_post,
.next_post {
	display: none;
}

.prev_post p a,
.next_post p a {
	text-decoration: none;
}

.next_post.fixed {
	position: fixed;
	bottom: 50%;
	left: -30px;
	transform: rotate(90deg);
	text-decoration: none;
	z-index: 10;
}
.next_post.absolute {
	position: absolute;
	left: -30px;
	transform: rotate(90deg);
	text-decoration: none;
	z-index: 10;
}
.next_post:hover {
	left: -25px;
	transition: .3s ;
}
.prev_post.fixed {
	position: fixed;
	bottom: 50%;
	right: -30px;
	transform: rotate(-90deg);
	text-decoration: none;
	z-index: 10;
}
.prev_post.absolute {
	position: absolute;
	right: -30px;
	transform: rotate(-90deg);
	text-decoration: none;
	z-index: 10;
}
.prev_post:hover {
	right: -25px;
	transition: .3s ;
}



/* レンタルスペースページ */
.rental_header {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	background: linear-gradient(white 0%,white 10%,#fe9de2 10%,#fe9de2 100%);
}
.example {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.example img {
	width: 32%;
	height: auto;
	margin-bottom: 20px;
}



/* イベント詳細ページ */
#event_article {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.column_left {
	width: 30%;
}
.column_left img {
	width: 100%;
}
.column_right {
	width: 65%;
}


/* Youtubeレスポンシブ埋め込み */

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* 問い合わせページ */
.wpcf7-form {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap textarea {
	width: 96%;
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 5px 2%;
	background: #fcfcfc;
}
.wpcf7-select {
	width: 100%;
	font-size: 120%;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 5px 2%;
	background: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
}
input[type="radio"] {
	margin-right: 5px;
}
.wpcf7-radio .wpcf7-list-item {
	margin-right: 10px;	
}
.wpcf7-submit {
	padding: 10px 20px !important;
	font-weight: bold;
}
div.wpcf7 .ajax-loader {
	display: block;
}
.must {
	background: #c00;
}
.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 80%;
	font-weight: bold;
	margin-right: 8px;
	padding: 2px 5px;
	letter-spacing: 0.2em;
}
.wpcf7-mail-sent-ok {
	border: 2px solid #e00;
}
.screen-reader-response,
.wpcf7-response-output {
	text-align: center;
	color: #e00;
	margin: 20px 0;
}
.screen-reader-response ul {
	display: none;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}



/* コンタクトページ */
.contact_ttl {
	width: 100%;
	text-align: center;
}
.contact_ttl h2 {
	font-size: 24px;
}
.contact_article h3 {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-top: 1px #666 dotted;
	border-bottom: 1px #666 dotted;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.contact_article li {
	font-size: 14px;
	font-weight: 400;
	text-indent: 1em;
	list-style: disc;
	margin: 20px 0 20px 20px;
}
.ec_contact_column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ec_contact_column > div {
	width: 48%;
	margin: 20px 0;
}
.arrow_link {
	display: block;
	width: calc(100% - 40px);
	text-align: center !important;
	padding: 20px;
	border-bottom: 1px #000 solid;
	background: url(../images/arrow.png) no-repeat right center;
	text-decoration: none !important;
}
.arrow_link.tb {
	border-top: 1px #000 solid;
}
.ec_contact_content {
	width: 90%;
	margin: 20px 5%;
	text-align: center;
}
.ec_contact_content i {
	font-size: 50px;
}
.ec_contact_content h3 {
	margin: 20px 0;
}
.ec_contact_content p {
	font-size: 12px;
	margin: 20px 0;
	line-height: 1.4em;
}
.ec_contact_content p .tel {
	font-size: 24px;
	font-weight: bolder;
	line-height: 1.5em;
	text-decoration: underline;
}
.ec_contact_content .arrow_link {
	width: calc(100% - 30px);
	padding: 15px;
	font-size: 12px;
	border-top: none;
}
.ec_contact_content .arrow_link.tb {
	border-top: 1px #000 solid;
}
.qas {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #666 dotted;
}
.question {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/question.png) no-repeat left top;
}
.answer {
	margin-left: 25px;
	padding-left: 25px;
	background: url(../images/answer.png) no-repeat left top;
}
.qa_button {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.qa_button a {
	font-size: 12px;
	padding: 10px 60px;
	border: 1px solid #666;
	border-radius: 20px;
	background: url(../images/arrow.png) no-repeat right center;
	text-decoration: none;
}



/* 取り組み案内ページ */
.action_ex p {
	font-size: 12px;
	line-height: 1.6em;
	word-break: break-all;
	word-wrap: break-word;
}


/* フッター */

#footer {
	width: 100%;
	height: auto;
	background: #000;
	padding: 40px 0;
}

.foot_sns {
	width: 200px;
	height: 20px;
	margin: 20px auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.foot_sns img {
	height: 20px;
}

.foot_content {
	width: 90%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.foot_logo {
	margin-bottom: 20px;
}

.foot_content ul {
	width: 700px;
	max-width: 100%;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
.foot_content ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	height: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	position: relative;
}

.foot_content ul li a:before,
.foot_content ul li a:after {
	position: absolute;
	top: 24px;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	transition: .3s;
}

.foot_content ul li a:before{
  left: 50%;
}

.foot_content ul li a:after{
  right: 50%;
}

.foot_content ul li a:hover:before,
.foot_content ul li a:hover:after{
  width: 50%;
}

p#copyright {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	width: 100%;
	height: auto;
	text-align: center;
}



/* ウェブストアリンク */

#webstore {
	width: 120px;
	height: 120px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    display: none;
}
#webstore a img {
	width: 100%;
}


/* つむぎんリンク */

#tsumugin {
	width: 240px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
}
#tsumugin a img {
	width: 100%;
}







/*-----------------------------
	PC設定
------------------------------*/

@media screen and (min-width: 961px)
{

.smp {
	display: none !important;
}


/* トップページヘッダー */

#logo_head {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
#logo_head img {
	position: absolute;
}
#catch {
	font-size: 60px;
	margin-top: -30px;
	-moz-text-shadow:0px 0px 10px #000;
	-webkit-text-shadow:0px 0px 10px #000;
	text-shadow:0px 0px 10px #000;
}




/* ナビゲーション */

.pc_nav {
	width: 1200px;
	max-width: 96%;
	height: 80px;
	margin: 0 auto;
}
#nav .logo {
	width: 120px;
	height: 44px;
	margin: 18px 0;
	float: left;
}
#nav .logo img {
	margin-top: 0;
}
#nav ul {
	width: 800px;
	height: 80px;
	text-align: right;
	float: right;
	display: flex;
	justify-content: flex-end;
}
#nav ul li a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
	font-size: 13px;
	color: #666;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	position: relative;
	margin: 0 12px;
}
#nav ul li a:hover {
	color: #000;
}
#nav ul li a:before,
#nav ul li a:after {
	position: absolute;
	top: 55px;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #333;
	transition: .3s;
	z-index: -1;
}

#nav ul li a:before{
  left: 50%;
}

#nav ul li a:after{
  right: 50%;
}

#nav ul li a:hover:before,
#nav ul li a:hover:after{
  width: 50%;
}

.pc_menu_sns a {
	margin: 0 5px !important;	
}
.pc_menu_sns img {
	height: 16px;
}
#nav ul li.pc_menu_sns a:before,
#nav ul li.pc_menu_sns a:after {
	display: none;
}



/* ニュース一覧 */

.works_list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.works_box {
	width: 31.33333%;
	margin: 0 1%;
	margin-bottom: 20px;
}

.select_tab {
	width: 100%;
	margin-top: -18px;
}
.select_tab p {
	font-size: 14px;
	font-weight: 400;
}
.select_tab p a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	color: #000;
	height: 60px;
	text-align: center;
	text-decoration: none !important;
	line-height: 60px;
	position: relative;
}

.select_tab p a:before,
.select_tab p a:after {
	position: absolute;
	top: 46px;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	transition: .3s;
}

.select_tab p a:before{
  left: 50%;
}

.select_tab p a:after{
  right: 50%;
}

.select_tab p a:hover:before,
.select_tab p a:hover:after{
  width: 50%;
}



.ttl h2.small_ttl {
	font-size: 46px;
	margin: 0;
	letter-spacing: 0.1em;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}


/* 文章横幅 */

.text {
	height: auto;
	margin: 0 auto;
}

}






/*-----------------------------
	タブレットスマホ設定
------------------------------*/

@media screen and (max-width: 960px)
{

.pc {
	display: none !important;
}

.box-width {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.button {
	margin-top: 60px;
}
.pdf_button {
	margin-top: 20px;
}
.list_img_button {
	margin-top: 0px;
	border: 3px solid #000;
}
.ttl h2.small_ttl {
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.1em;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}



/* ウェブストアリンク */

#webstore {
	width: 80px;
	height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#webstore a img {
	width: 100%;
}




/* つむぎんリンク */

#tsumugin {
	width: 160px;
}



/* 2カラム */
.left_column {
	width: 100%;
}
.right_column {
	width: 100%;
}




/* トップページヘッダー */

#header {
	width: 100vw;
	height: 0;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
#header:before {
	content: "";
	display: block;
	width: 100vw;
	height: 0;
	padding-top: 75%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/dot.png);
}
#header .header_logo {
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#top_movie {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
#top_movie video {
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
}

.top_head_slider {
	width: 100vw;
	height: 0;
	padding-top: 75%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_head_slider .slick-list,
.top_head_slider .slick-track {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
}
.top_head_slider img {
	width: 100vw;
	height: 100%;
	object-fit: cover;
}


#header a.head_scroll {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: inherit;
	left: inherit;
	z-index: 2;
	padding-top: 70px;
	display: inline-block;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-decoration: none;
	color: #fff;
}

#catch {
	font-size: 40px;
	margin-top: -30px;
	-moz-text-shadow:0px 0px 10px #000;
	-webkit-text-shadow:0px 0px 10px #000;
	text-shadow:0px 0px 10px #000;
}

#logo_head {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
#logo_head img {
	position: absolute;
}

.concept_text {
	line-height: 2.44em;
}



/* ナビゲーション */

#logo {
	width: 300px;
	height: 44px;
	margin: 18px auto;
	text-align: center;
}

#nav ul {
	width: 100%;
	height: auto;
}
#nav ul li {
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
	height: 20px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background-color: #fff;
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background-color: #fff;
}
.open .menu-trigger span {
	position: absolute;
	z-index: 9998;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(30, 30, 30, 0.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 100;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

.menu li.menu_sns {
    width: 200px;
    height: 20px;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.menu li.menu_sns img {
	height: 18px;
	margin: 0 10px;
}

.menu li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.menu li a:hover {
    color: #ccc;
}

.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}



/* 取り組み一覧 */

/* 
.action_info {
	display: block;
	width: 100%;
	margin: 10px 0;
}
*/

.action_detail_info p {
	font-size: 8px;
}
.action_detail h3.action_title,
.action_detail h3.action_title a,
.action_detail h3.action_title a:active,
.action_detail h3.action_title a:visited  {
	font-size: 12px;
}



/* ニュース一覧 */

.works_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.works_box {
	width: 48%;
	margin: 0 0.5%;
}
.works_box:first-child {
	margin-top: 0px;
}

.select_tab {
	width: 99%;
	margin: 0 0.5%;
}
.select_tab p {
	font-size: 14px;
	font-weight: 400;
}
.select_tab p a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	color: #000;
	height: 60px;
	text-align: center;
	text-decoration: none !important;
	line-height: 60px;
	position: relative;
}

.select_tab p a:before,
.select_tab p a:after {
	position: absolute;
	top: 46px;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	transition: .3s;
}

.select_tab p a:before{
  left: 50%;
}

.select_tab p a:after{
  right: 50%;
}

.select_tab p a:hover:before,
.select_tab p a:hover:after{
  width: 50%;
}



/* アーカイブページ一覧 */
.archive_info {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 20px;
}



/* シングル記事 */

.single_ttl {
	width: 80%;
	margin: 20px 10%;
}
.single_thumb {
	width: 100%;
}

#single_article {
	display: block;
}

.article_right {
	width: 100%;
}
.article_left {
	width: 100%;
}



h2.rental_ttl {
	font-size: 30px;
}


/* イベント詳細 */
.column_left,
.column_right {
	width: 100%;
}
.fc-list-empty-wrap2 {
	position: relative !important;
}
.fc-list-empty {
	padding: 40px 0;
}


/* コンタクトページ */
.ec_contact_column > div {
	width: 100%;
	margin: 20px 0;
}


/* レンタルスペース */
.example img {
	width: 48%;
	margin-bottom: 20px;
}

/* フッター */

#footer {
	padding-bottom: 100px;
}


}




/* パディング用 */
.p20 {
	padding: 20px 0 !important;
}
.p40 {
	padding: 40px 0 !important;
}
.p60 {
	padding: 60px 0 !important;
}
.p80 {
	padding: 80px 0 !important;
}

.pt20 {
	padding-top: 20px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt80 {
	padding-top: 80px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}




/* マージン用 */

.m20 {
	margin: 20px 0 !important;
}
.m40 {
	margin: 40px 0 !important;
}
.m60 {
	margin: 60px 0 !important;
}
.m80 {
	margin: 80px 0 !important;
}

.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt80 {
	margin-top: 80px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}