@charset "UTF-8";
/*
Theme Name: 那覇伝統織物事業協同組合
Theme URI:
Author:  那覇伝統織物事業協同組合
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	font-size: 100%;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
			color:#000;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*=================================================
 * フロート
 * ================================================= */
.c-fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*=================================================
 * 全体
 * ================================================= */
body {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size:14px;
	color: #333;
	line-height:21px;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.mainWrap {
	width: 975px;
	margin:0 auto;
	position: relative;
}
.gothic {
	font-family : YuGothic, '游ゴシック', sans-serif, Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
}
.sp {
	display: none;
}
.gotop{
    position: fixed;
    left: auto;
    bottom: 0;
    margin-left: 930px;
}
.gotop a{
    width: 38px;
    height: 42px;
    display: block;
}
.noshadow {
	box-shadow: none;
}
/*=================================================
 * header
 * ================================================= */
header {
	background: rgba(255,255,255,0.7);
	position:absolute;
	z-index:9999;
	width: 100%;
	height: 100px;
}
header h1 {
	float: left;
	margin-top: 30px;
}
header nav {
	float: right;
	position: relative;
	margin-top: 55px;
}
.dmenu {
	list-style-type:none;
}
.dmenu > li {
	display:inline-block;
	position:relative;
	font-weight: bold;
	float: left;
	list-style: none;
	margin-left: 30px;
	position: relative;
}
.dmenu > li a{
	font-weight: bold;
	text-decoration: none;
}
.dmenu > li > ul {
	display:none;
}
.dmenu > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:0;
	list-style-type:none;
	width: 100%;
}
.dmenu .in {
    background: #f1f1f1;
    z-index: 100;
    padding: 15px 20px;
    width: 160px;
    text-align: left;
}
header nav li a:hover:before {
	content: url(img/current.png);
	position: absolute;
	left:-15px;
	top: 0;
}
.dmenu .in a:hover:before {
	display: none;
}
header .contactbox {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
header .contactbox .left {
	margin-right: 10px;
        margin-top: 3px;
}
header .contactbox .left img {
	width: 26px;
    height: auto;
	margin-right: 10px;
}
header .contactbox .right a img{
	width: 145px;
    height: auto;
}
header nav .current:before {
	content: url(img/current.png);
	position: absolute;
	left:-15px;
	top: 0;
}
header .contactbox .right .dropdown {
  display: flex;
  margin-left: 10px;
}
header .contactbox .right .dropdown .menu {
  width: 150px;
  text-align: center;
}
header .contactbox .right .dropdown .menu .menu-title {
  background: #090032;
  color: #ffffff;
  height: 29px;
  line-height: 2;
  position: relative;
}
header .contactbox .right .dropdown .menu .menu-title:before {
	content: url(img/down.svg);
	width: 15px;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    left: 25px;
    bottom: 0px;
    top: 0;
}
header .contactbox .right .dropdown .menu .sub-menu {
  display: none;
  background: #B9B9B9;
  position: relative;
}
header .contactbox .right .dropdown .menu .sub-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
}
header .contactbox .right .dropdown .menu .sub-menu > ul > li {
  padding: 5px 0;
  border-bottom: dotted 2px #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
header .contactbox .right .dropdown .menu .sub-menu > ul > li > a {
  text-decoration: none;
  color: #ffffff;
}
header .contactbox .right .dropdown .menu:hover .sub-menu {
  display: inline-block;
}
/*=================================================
 * footer
 * ================================================= */
footer {
	background: #AC383D;
	color: #fff;
}
footer a {
	text-decoration: none;
	color: #fff;
}
.fullWrap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.footernav {
	width: fit-content;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 100px;
}
.footernav ul {
	width: fit-content;
    margin: 0 auto;
    padding-top: 3vw;
}
.footernav li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
.footernav li img {
	width: 20px;
    height: auto;
}
.footernav2 li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
.footernav2 {
	width: 300px;
	margin: 0 auto 100px;
}
.footerlogo {
	text-align: center;
	margin-bottom: 20px;
}
.address {
	text-align: center;
	margin-bottom: 10px;
}
small {
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
/*=================================================
 * top
 * ================================================= */
.topslide {
	position: relative;
}
.topslide .slidetext {
	position: absolute;
	top: 260px;
	left : 50%;
	margin-left: -217px;
	z-index: 9999;
}
.flex-control-paging li a {
	background: #dcdddd !important;
}
.flex-control-paging li a.flex-active {
	background: #C30D23 !important;
}
.topnews {
	margin: 90px auto 125px;
	width: 570px;
	position: relative;
}
#top h2 {
	text-align: center;
        margin-bottom: 50px;
}
#top .youtube {
	margin: 0px auto;
        text-align: center;
        padding-top: 30px;
}
#top .youtube iframe {
	border: none;
}
.topnews .topnewslink {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
.topnews .topnewslink a {
	font-weight: bold;
        color: #666;
}
.topnews li span {
	margin-right: 30px;
}
.topnews li {
	font-size: 16px;
    line-height: 2.5;
	display: flex;
}
.top_works {
	margin-right: -15px;
	margin-bottom: 110px;
}
.top_works h2 {
	margin-bottom: 30px;
	margin-left: -15px; 
}
.top_works .box {
	float: left;
	margin-right: 15px;
	position: relative;
        margin-bottom: 15px;
}
.top_works .box .title  {
	text-decoration: none;
	display: block;
	width: 230px;
	background: rgba(255,255,255,0.8);
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_works img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.bannerlink {
	margin-right: -35px;
	margin-bottom: 95px;
}
.bannerlink .box {
	float: left;
	position: relative;
	margin-right: 35px;
}
.bannerlink .box .title {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.fb_window {
	width: 500px;
	margin: 0 auto 70px; 
}
/*=================================================
 * ページ
 * ================================================= */
.spacer {
	padding-top: 130px;
}
.pankuzu li {
	float: left;
	margin-right: 5px;
}
/*=================================================
 * 商品
 * ================================================= */
#product h2 {
	text-align: center;
	margin: 30px 0 40px
}
#product h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
#product .box {
	float: left;
	margin-right:15px;
        margin-bottom: 30px;
}
#product .block {
	margin-right: -15px;
	margin-bottom: 100px;
}
#product .title {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
/*=================================================
 * 首里織とは
 * ================================================= */
#shuri h2 {
	text-align: center;
	margin: 30px 0 40px
}
#shuri h2 img{
	width: 16%;
	height: auto;
}
#shuri .lang {
	font-size: 20px;
	position: relative;
}
#shuri .lang:after{
	content: "";
    width: 100%;
    height: 100%;
    background-image: url(img/line-r.png);
    background-repeat: no-repeat;
    position:absolute;
    z-index: -5;
    right: -20px;
    bottom: -25px;
    left: 40%;
}
#shuri .topimg {
	display: block;
	margin: 0 auto 70px;
}
#shuri .block01 {
	border-bottom: dotted 1px #656666;
}
#shuri h3 {
	font-size: 18px;
	color: #656666;
	text-align: center;
	margin-bottom: 30px;
}
#shuri .block01 p {
	width: 645px;
	margin: 0 auto 60px;
	text-align: justify;
}
#shuri .block02 {
	border-bottom: dotted 1px #656666;
	margin-top: 65px;
}
#shuri .block02 .box {
	width: 635px;
	margin: 0 auto 20px;
        text-align: center;
}
#shuri .block02 .box2 {
	width: 975px;
	margin: 0 auto 20px;
        text-align: center;
}
#shuri .block02 .box3 {
	width: 730px;
	margin: 0 auto 20px;
        text-align: center;
}
#shuri .block02 h4 {
	margin-top: 60px;
        font-size: 18px;
}
#shuri .block02 h4.high {
	margin-top: 100px;
}
#shuri .block02 h5 {
	 margin-top: 15px;
         width: 230px;
         font-size: 14px;
         font-weight: normal;
}
#shuri .block02 .cap {
	margin-top: 10px;
        width: 230px;
        font-size: 13px;
}
#shuri .block02 p {
	width: 540px;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}
#shuri .block02 ul {
    position: relative;
    float: left;
}
#shuri .block02 li {
    float: left;
    list-style: none;
    margin-left: 12px;
    position: relative;
}
#shuri .block02 .text01 {
	width: 635px;
	margin: 0 auto 60px;
        padding-top: 30px;
        text-align: center;
}
#shuri .block03 {
	border-bottom: dotted 1px #656666;
	margin-top: 65px;
}
#shuri .block03 .container {
	margin-right: -35px;
}
#shuri .block03 .box {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 35px;
	margin-bottom: 35px;
}
#shuri .block03 .title {
	font-size: 16px;
        color: #333;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
       height: 20px;
}
#shuri .block03 .text {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.85);
	padding: 5px;
        font-size: 14px;
        text-align: justify;
        letter-spacing: -0.6px;
}
#shuri .block03 .youtube {
	margin: 0px auto;
        text-align: center;
        padding-bottom: 70px;
        padding-top: 60px;
}
#shuri .block04 {
	margin-top: 65px;
	margin-bottom: 160px;
}
#shuri .block04 .container {
	margin-right: -15px;
}
#shuri .block04 .box {
	width: 830px;
        text-align: center;
        margin: 0 auto;
}
#shuri .block04 .box2 {
	float: left;
	margin-top: 40px;
}
#shuri .block04 .text {
	text-align: center;
        font-size: 13px;
        margin-top:15px;
}
#shuri .block04 ul {
    position: relative;
    float: left;
}
#shuri .block04 li {
    float: left;
    list-style: none;
    margin-left: 12px;
    position: relative;
}
/*=================================================
 * 組合について
 * ================================================= */
#about h2 {
	text-align: center;
	margin: 30px 0 40px
}
#about .topimg img {
	display: block;
	margin: 0 auto 70px;
}
#about .block01 {
	border-bottom: dotted 1px #656666;
}
#about .block02 {
	border-bottom: dotted 1px #656666;
	margin-top: 60px;
}
#about h3 {
	font-size: 18px;
	color: #656666;
	text-align: center;
	margin-bottom: 30px;
}
#about .block01 .box {
	width: 640px;
	margin: 0 auto 60px;
}
#about .block01 .box .left {
	width: 445px;
}
#about .block01 .greet {
	width:600px;
	 text-align: left;
    line-height: 1.6;
    font-size: 15px;
}
#about .block01 .name {
	text-align: right;
   margin-top: 15px;
   font-weight: bold;
}
#about .block02 table {
	width: 640px;
	margin: 0 auto 35px;
}
#about .block02 table td {
	padding: 10px 0;
	border-bottom: solid 1px #333;
}
#about .block02 .gmap {
	width: 640px;
	margin: 0 auto 60px;
}
#about .block03 {
	margin-top: 60px;
	margin-bottom: 150px;
}
#about .block03 .box {
	width: 640px;
	margin: 0 auto 15px;
	border-bottom: solid 1px #333;
}
#about .block03 .box p {
	margin: 5px 0;
}
/*=================================================
 * これまでの歩み
 * ================================================= */
#history h2 {
	text-align: center;
	margin: 30px 0 40px
}
#history .topimg img {
	display: block;
	margin: 0 auto 70px;
}
#history .block01 {
	border-bottom: dotted 1px #656666;
	padding-bottom: 80px;
}
#history h3 {
	font-size: 18px;
	color: #656666;
	text-align: center;
	margin-bottom: 30px;
        margin-top: 50px;
}
#history .block01 table {
	width: 700px;
	margin: 0 auto 30px;
}
#history .block01 table tr td:first-child {
	width: 230px;
        vertical-align: top;
}
#history .block01 table tr td {
	padding: 5px 0;
}
#history .block01 .photobox {
        margin-left: 135px;
        margin-bottom: 40px;
}
#history .block01 .photobox img {
	margin-right: 20px;
}
#history .block02 {
	margin: 60px auto 100px;
}
#history .block02 table {
	width: 640px;
	margin: 0 auto;
}
#history .block02 table td {
	padding: 5px 0;
}
/*=================================================
 * シングル
 * ================================================= */
#single {
	margin: 60px 0 100px;
	float: left;
	width: 680px;
}
#single article {
	background: #fff;
	padding: 40px;
}
#single article img {
	max-width: 100%;
	height: auto;
}
#single h3 {
	font-size: 20px;
}
#single .entry {
	margin-bottom: 100px;
}
#single .time {
	border-top: dotted 1px #333;
	padding-top: 10px;
}
#single .single_pager {
	width: 315px;
	margin: 30px auto 0;
	font-size: 16px;
	position: relative;
}
#single .single_pager a {
	text-decoration: none;
}
#single .single_pager .prev {
	float: left;
}
#single .single_pager .next {
	float: right;
}
#single .single_pager .back {
	position: absolute;
	top: 0;
	left: 110px;
}
.sd-title {
	font-size:12px!important;
}
.sharedaddy {
	margin-top: 50px!important;
}
/*=================================================
 * アーカイブ
 * ================================================= */
#archive {
	margin: 60px 0 100px;
	float: left;
	width: 680px;
	background: #fff;
	padding: 40px;
}
#archive .box {
	margin-bottom: 50px;
}
#archive .box .left {
	width: 320px;
}
#archive .box .right img {
	width: 200px;
    height: 200px;
    object-fit: cover;
}
/*=================================================
 * サイドバー
 * ================================================= */
.sidebar {
	float: right;
	width: 250px;
	background: #fff;
	padding: 30px;
	margin-top: 60px;
}
.sidebar table {
	width: 100%;
}

.sidebar table td {
	text-align: center;
}
.sidebar h4 {
	margin-bottom: 15px;
}
.sidebar h4.bottom {
	margin-top: 70px;
}
.sidebar .newlist {
	margin-bottom: 30px;
}
.sidebar .newlist li {
	border-bottom: dotted 1px #333;
	padding: 10px;
	font-size: 14px;
        list-style: none;
}
.sidebar .newlist li a {
	text-decoration: none;
        list-style: none;
}
.sidebar .sidelist li {
	border-bottom: dotted 1px #333;
	padding: 5px;
	font-size: 14px;
}
.sidebar .sidelist li a {
	text-decoration: none;
        list-style: none;
}
/*=================================================
 * 組合員紹介
 * ================================================= */
#member h2{
	text-align: center;
	margin: 30px 0 40px
}
#member h2 img {
	width: 210px;
	height: auto;
}
#member .block01 {
	 display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
#member .block01 .cell {
    width: 33.3%;
    margin: 0 0 70px;
    font-size: 14px;
    position: relative;
}
#member .block01 .cell img{
    width: 280px;
    height: 280px;
    object-fit: cover;
}
#member .block01 .cell .name {
	font-size: 18px;
   margin: 15px 0 5px 0;
}
#member .block01 .cell .name .kana {
	 color: #666;
    font-size: 14px;
    margin-left: 12px;
}
#member .block01 .cell .kobo {
	margin-bottom: 10px;
   height: 18px;
}
#member .block01 .cell .text {
	  min-width: 0;
    overflow-wrap: break-word;
    width: 85%;
    text-align: justify;
}
#member .block01 .cell .snsbox{
	 width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
	justify-content: space-between;
    margin: 15px 0;
}
#member .block01 .cell .snsinsta {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/insta.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snsfb {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/fb.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snstw {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/tw.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snshp {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/hp.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell a{
    color: #fff;
	text-decoration: none;
	   width: 48%;
    background: #888;
    text-align: center;
    height: 30px;
    position: relative;
    line-height: 2.1;
	margin-bottom: 10px;
}
#member .att {
	padding: 30px 50px;
    width: 70%;
    margin: 0 auto;
    border: solid 1px #888;
	margin-bottom: 100px;
}
#member .block02 {
	 display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
#member .block02 .cell {
    width: 33.3%;
    margin: 0 0 70px;
    font-size: 14px;
    position: relative;
}
#member .block02 .cell img{
    width: 280px;
    height: 280px;
    object-fit: cover;
}
#member .block02 .cell .name {
	font-size: 18px;
   margin: 15px 0 5px 0;
}
#member .block02 .cell .name .kana {
	 color: #666;
    font-size: 14px;
    margin-left: 12px;
}
#member .block02 .cell .kobo {
	margin-bottom: 10px;
   height: 18px;
}
#member .block02 .cell .text {
	  min-width: 0;
    overflow-wrap: break-word;
    width: 85%;
    text-align: justify;
}
#member .rtxt {
	text-align: right;
}
/*=================================================
 * 後継者
 * ================================================= */
#koukei h2 {
	text-align: center;
	margin: 30px 0 40px
}
#koukei .topimg img {
	display: block;
	margin: 0 auto 70px;
}
#koukei .block01 {
	border-bottom: dotted 1px #656666;
}
#koukei h3 {
	font-size: 18px;
	color: #656666;
	text-align: center;
	margin-bottom: 30px;
}
#koukei h4 {
	font-size: 18px;
	color: #AC383D;
	text-align: center;
	margin-bottom: 30px;
}
#koukei .block01 p {
	width: 645px;
	margin: 0 auto 60px;
	text-align: justify;
}
#koukei .block02 {
	border-bottom: dotted 1px #656666;
	margin-top: 65px;
        margin-bottom: 150px;
}
#koukei .block02 p {
	width: 645px;
	margin: 0 auto 60px;
	text-align: center;
}
#koukei .p2 {
	width: 645px;
	margin: 0 auto 60px;
	text-align: justify;
}
#koukei .btnBox {
	margin: 0 auto;
   text-align: center;
   padding-bottom: 50px;
}
#koukei .btn {
	background: #EFD97F;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color:#111;
	width: 120px;
        padding: 10px;
        margin: 0 auto;
        text-decoration: none;
        font-size: 24px;
}
/*=================================================
 * コンタクト
 * ================================================= */
#contact h2 {
	font-size: 24px;
	color: #666;
	text-align: center;
	margin: 50px auto 30px;
	border-bottom: dotted 1px #666;
	padding-bottom: 5px;
	width: 200px;
}
#contact .tel {
	font-size: 21px;
	color: #853a21;
	text-align: center;
	font-weight: bold;
        line-height: 1.5;
}
#contact .address {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px auto 50px;
	width: 420px;
}
#contact h3 {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 30px auto 30px;
	border-bottom: dotted 1px #666;
	padding-bottom: 5px;
	width: 160px;
}
#contact .box01 .p1 {
        text-align: center;
        margin-bottom: 40px;
}
#contact .box02 {
	border-bottom: dotted 1px #666;
	padding: 10px 20px;
	margin-bottom: 80px;
}
#contact .box02 .p1 {
	border-bottom: solid 1px #000;
	display: inline-block;
	margin-bottom: 10px;
}
#contact .box02 .p2 {
	margin: 0 0 20px;
}
#contact .form {
	margin: 50px auto 150px;
	background: #fff;
	padding: 50px;
}
#contact table {
	width: 100%;
    border: solid 1px #B3B3B3;
    border-collapse: collapse;
    margin-bottom: 50px;
}
#contact table td {
	padding: 10px;
	border: solid 1px #B3B3B3;
}
#contact table td:first-child {
	width: 25%;
}
#contact table tr td:last-child {
	line-height: 60px;
	width: 75%;
}
#contact input[type="text"] {
	background: #E6E6E6;
    border: none;
    border-radius: 5px;
    height: 35px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#contact .sizeA {
	width: 170px;
}
#contact .sizeB {
	width: 100px;
}
#contact .sizeC {
	width: 80px;
}
#contact .sizeD {
	width: 400px;
}
#contact .sizeE {
	width: 200px;
}
#contact select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; 
    text-overflow: ""; 
    height: 35px;
    border: none;
    background: #E6E6E6 url(img/select.png) no-repeat right;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 10px;
}
#contact .ok {
	float: left;
}
#contact .back {
	float: left;
}
#contact .ok input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: #E28B7D;
	border: solid 2px #fff;
	padding: 10px 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	width: 210px;
}
#contact .back input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: #B3B3B3;
	border: solid 2px #fff;
	padding: 10px 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	width: 210px;
	margin-right: 100px;
}
#contact h4 {
	font-size: 30px;
	margin-bottom: 40px;
}

.mw_wp_form .error {
	display: inline-block;
}
.mw_wp_form_preview table span {
	display: none;
}
/*=================================================
 * サイトマップ
 * ================================================= */
#sitemap h2 {
	font-size: 24px;
	color: #666;
	text-align: center;
	margin: 50px auto 30px;
	border-bottom: dotted 1px #666;
	padding-bottom: 5px;
	width: 200px;
}

#sitemap .block {
	width: 800px;
	background: #fff;
	margin: 0 auto 200px;
	padding: 50px;
	font-size: 18px;
}
#sitemap .block li {
	padding: 20px 0;
	border-bottom: dotted 1px #999
}

#sitemap .block li a {
	text-decoration: none;
}
/*=================================================
 * 地図
 * ================================================= */
#map h2{
	text-align: center;
	margin: 30px 0 40px
}
#map .topimg{
	  margin: 0 auto;
    text-align: center;
}
#map .block01 {
	margin: 0 auto 60px;
}
#map .block01 .box {
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
#map .block01 .box .text {
	font-size: 18px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
   text-align: left;
    width: fit-content;
    margin: 0 auto;
}
#map .btn{
	display: block;
    position: relative;
    width: 240px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #e88595;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 15px;
	margin-bottom: 30px;
}
#map .btn:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
a.btn-grey{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #666;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 15px;
  text-align:center;
  width: 550px;
}
a.btn-grey:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("http://shuri-ori.sbs/wp/wp-content/uploads/2019/10/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-grey:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}

@media screen and (min-width: 768px){
  a.btn-grey{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:20px;
    display:inline-block;
    }
  a.btn-green:before {
        margin: -3px 10px 0 0;
    }
}
#map .block02 {
   margin: 0 auto 60px;
	border-bottom: 1px solid #ccc;
   padding-bottom: 50px;
	text-align: center;
}
#map .block02 h3{
	font-size: 18px;
    border-bottom: 2px solid #c90a22;
    text-align: center;
    margin: 0 auto;
	 display: inline-block;
}
#map .block02 .box{
    margin: 0 auto;
    padding-top: 30px;
	 font-size: 16px;
    line-height: 1.5;
}
#map .block02 .box .cap{
	font-size: 16px;
    padding-top: 10px;
}
#map .block02 .box img{
	width: 50%;
	height: auto;
}
/*=================================================
 * 規約
 * ================================================= */
.terms {
  max-width: 880px;
  margin: 4rem auto 10rem;
  padding: 0 2rem;
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: anywhere;
}
/* 見出し */
.terms > h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  text-align: center;
  letter-spacing: .04em;
  margin: 0 0 2.5rem;
}
.terms h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  margin: 2.4rem 0 1rem;
  padding-left: .6rem;
  border-left: 4px solid #445566;
  line-height: 1.4;
}
/* 段落・アドレス */
.terms p { margin: 1rem 0; }
.terms address {
  font-style: normal;
  margin: 1rem 0 0;
  line-height: 1.9;
}
/* リスト */
.terms ol {
  counter-reset: item;
  margin: .5rem 0 1.2rem 1.6em;
  padding: 0;
}
.terms ol > li {
  margin: .3rem 0 .3rem .2rem;
  padding-left: .2rem;
 list-style: decimal;
}
.terms table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: .95em;
}
.terms th, .terms td {
  border: 1px solid #d6dbe1;
  padding: .6rem .8rem;
}
.terms a {
  color: #1a73e8;
  text-decoration: underline;
}
.terms a:hover { text-decoration: none; }

/* 余白・視認性（小さめ画面） */
@media (max-width: 640px) {
  .terms { margin: 2.5rem auto; padding: 0 1.2rem; }
}
/* 印刷用（A4想定） */
@media print {
  @page { margin: 18mm; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .terms { margin: 0; padding: 0; color: #000; }
  .terms h2 { border-left-color: #000; }
  /* 見出し直後での改ページ回避 */
  .terms h1, .terms h2 { break-after: avoid; }
  /* 長文時は条ごとに改ページを優先 */
  .terms section { break-inside: avoid; }
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	body {
		font-size: 14px;
		line-height: 28px;
	}
	.mainWrap {
		width: 100%!important;
		margin:0 auto;
		position: relative;
		display: block;
	}
	header {
	    height: 60px;
		position: unset;
	}
	.pankuzu {
        margin-bottom: 30px;
		margin-left: 20px;
    }
	h3 {
		writing-mode: unset;
        font-size: 16px;
        letter-spacing: 0;
		line-height: 1.6;
	}
	.topslide {
        position: relative;
    }
	.topslide .slidetext {
        z-index: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
    }
	.topslide .slidetext img {
		width: 100%;
	}
	.border {
        border-bottom: solid 1px #97BAAA;
        width: 30%;
    }
	.spmenuWrap {
		width: 100%;
        height: 60px;
        position: relative;
		z-index: 10000;
	}
	.spmenuWrap h1 {
		position: relative;
        top: 0;
		left: 15px;
	}
	header h1 {
        float: left;
        margin-top: 5px;
    }
	.spmenuWrap button {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: 42px;
		color: #888;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: absolute;
		top: 8px;
		right: 20px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	/*   ハンバーガーボタン3本線   */
	.spmenuWrap button span.bar {
		display: block;
		height: 2px;
		background-color: #888;
		margin: 10px 0;
		transition: all 0.2s;
		transform-origin: 0 0;
	}
	.spmenuWrap button .close {
		letter-spacing: 0.08em;
		display: none;
	}
	.spmenuWrap button .menu {
		display: block;
	}
	/*  メニューアクティブ時  */
	.spmenuWrap button.active span.bar {
		width: 50px;
	}
	.spmenuWrap button.active .bar1 {
		transform: rotate(30deg);
	}
	.spmenuWrap button.active .bar2 {
		opacity: 0;
	}
	.spmenuWrap button.active .bar3 {
		transform: rotate(-30deg);
	}
	.spmenuWrap button.active .menu {
		display: none;
	}
	.spmenuWrap button.active .close {
		display: block;
	}
	.spmenu {
		width: 100%;
		height: auto;
		position: absolute;
		top: 58px;
		right: 0;
		z-index: 0;
		background-color: #F7F0DC;
		color: #333;
		padding: 20px;
		font-size: 18px;
		display: none;
	}
	.spmenu  > li {
	display:inline-block;
	position:relative;
	font-weight: bold;
	float: left;
	list-style: none;
	margin-left: 30px;
	position: relative;
}
.spmenu  li a{
	font-weight: bold;
	text-decoration: none;
}

.spmenu  > li:hover ul {
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:0;
	list-style-type:none;
	width: 100%;
}
.spmenu .in {
    text-align: left;
}
	.spmenu li  {
		text-decoration: none;
		color: #333;
		padding: 10px;
		display: block;
		border-bottom: dotted 1px #707070;
		font-weight: bold;
	}
	.spmenu li a {
		text-decoration: none;
		color: #333;
		display: block;
	}
	.splangbox {
		display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 30px 0;
	}
	.splangbox .cell{
		padding: 0.5rem 1.8rem;
    font-size: 1rem;
	}
	.splangbox .cell a{
		text-decoration: none;
	}
	.topnews {
		width: 90%;
	}
	.fb_window {
		width: 100%;
	}
	.topnews .topnewslink {
        position: unset;
        top: 0;
        right: 0;
        z-index: 0;
        padding: 15px 30px;
        margin: 0 auto;
        text-align: center;
        background: #AC383D;
        width: 75%;
        margin-top: 50px;
    }
	.topnews .topnewslink a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
	.topnews li {
        display: flex;
        margin: 0 0 20px;
    }
	.topnews li .text {
		line-height: 1.5;
	}
	.top_works .lists {
		display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
	}
	.top_works {
		margin-right: 0;
	}
	.top_works .box {
		box-sizing: border-box;
        margin: 0;
        padding: 10px;
        width: 48%;
		float: none;
        margin-right: 0;
        position: relative;
        margin-bottom: 0;
	}
	.top_works .box .image img {
		width: 100%;
		height: auto;
	}
	.top_works .box .title {
		width: 100%;
		height: auto;
		line-height: 60px;
	}
	.bannerlink .box {
        float: none;
        position: relative;
        margin-right: 0;
        margin: 0 0 30px;
    }
	.bannerlink {
        margin-right: 0;
        margin-bottom: 0;
        margin: 0 auto;
        text-align: center;
    }
	.bannerlink .box .title {
        position: absolute;
        bottom: 15px;
        left: 15%;
    }
	.footernav {
        width: 100%;
        margin: 0 auto 0;
        padding-top: 30px;
    }
	.footernav ul {
        text-align: center;
        margin: 0 auto;
    }
	.footernav ul li{
        float: none;
        list-style: none;
        margin-right: 0;
        margin: 0 0 15px;
    }
	footer .f_sns {
		display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding-bottom: 50px;
	}
	footer .f_sns .sns {
		padding: 15px;
	}
	.page {
        padding-top: 15px;
    }
	#shuri .lang:after {
    bottom: -30px;
    left: 25%;
   }
	#shuri .block01 p {
        width: 90%;
	}
	#shuri .block02 .box {
        width: 100%;
		   padding: 0 15px;
	}
	#shuri .block02 .box img {
        width: 60%;
		  height: auto;
	}
	#shuri .block02 p {
        width: auto;
        margin: 30px;
        text-align: left;
        line-height: 1.5;
    }
	#shuri .block02 h4 {
        margin-top: 60px;
        font-size: 18px;
        text-align: left;
        margin: 0 0 0 30px;
    }
	#shuri .block02 p {
        width: auto;
        margin: 0;
        text-align: left;
        line-height: 1.5;
    }
	#shuri .block02 .box2 {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }
	#shuri .block02 ul {
        position: relative;
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
	#shuri .block02 li {
        float: none;
        list-style: none;
        margin-left: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        width: 48%;
        margin-right: 0;
        position: relative;
        margin-bottom: 0;
    }
	#shuri h2 img{
	   width: 35%;
	   height: auto;
   }
	#shuri .block02 li img {	
	   width: 100%;
       height: auto;
	}
	#shuri .block02 h5 {
        margin-top: 5px;
        width: auto;
        font-size: 14px;
        font-weight: normal;
    }
	#shuri .block02 .box3 {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }
	#shuri .block02 .cap {
        margin-top: 10px;
        width: auto;
        font-size: 13px;
		text-align: left;
		line-height: 1.6;
    }
	#shuri .block02 .text01 {
        width: 90%;
        margin: 0 auto 60px;
        padding-top: 30px;
        text-align: left;
    }
	#shuri .block03 .container {
        margin-right: 0;
        text-align: center;
        margin: 0 auto;
    }
	#shuri .block03 .box {
        position: relative;
        float: none;
        width: 75%;
        margin-right: 0;
        margin-bottom: 35px;
        text-align: center;
        margin: 0 auto;
        padding-top: 35px;
    }
	#shuri .block03 .title {
        font-size: 16px;
        color: #333;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        height: auto;
    }
	#shuri .block03 .box img {	
	    width: 100%;
        height: auto;
	}
	#shuri .block03 .text {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,0.85);
        padding: 5px;
        font-size: 14px;
        text-align: justify;
        letter-spacing: -0.6px;
    }
	#shuri .block04 .container {
        margin-right: 0;
    }
	#shuri .block04 .box {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
	#shuri .block04 ul {
        position: unset;
        float: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
	#shuri .block04 li img {
		width: 100%;
		height: auto;
	}
	#shuri .block04 li {
        float: none;
        list-style: none;
        margin-left: 12px;
        position: unset;
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        width: 48%;
        margin-right: 0;
        margin-bottom: 0;
    }
	#shuri .block04 .text {
        text-align: left;
        font-size: 13px;
        margin-top: 5px;
        line-height: 1.5;
        padding-bottom: 30px;
    }
	#product .block {
        margin-right: 0;
        margin-bottom: 100px;
        position: relative;
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
	#product .box {
        float: none;
        list-style: none;
        margin-left: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        width: 48%;
        margin-right: 0;
        position: relative;
        margin-bottom: 0;
    }
	#product .box img {
		width: 100%;
		height: auto;
	}
	.topimg img {
		width: 100%;
		height: auto;
	}
	#about .block01 .box {
        width: 100%;
        margin: 0 auto 60px;
    }
	#about .block01 .greet {
        width: 100%;
        text-align: left;
        line-height: 1.6;
        font-size: 14px;
        padding: 0 15px;
    }
	#about .block02 table {
        width: 100%;
        margin: 0 auto 35px;
        padding: 0 15px;
    }
	#about .block02 .gmap {
        width: 100%;
        margin: 0 auto 60px;
    }
	#about .block03 .box {
        width: 90%;
        margin: 0 auto 15px;
        border-bottom: solid 1px #333;
        padding: 0 15px;
    }
	#about .block02 table td {
        width: 10%;
   }
	#history .block01 table {
        width: 90%;
        margin: 0 auto 30px;
    }
	#history .block01 table tr td:first-child {
         width: 100%;
		   display: block;
        vertical-align: top;
        padding-right: 0;
		  margin-bottom: 0;
    }
	#history .block01 table tr td {
       padding: 0;
       width: 100%;
       display: block;
		 line-height: 1.5;
      margin-bottom: 30px;
  }
	#history .block01 .photobox {
        margin-left: 0;
        margin-bottom: 40px;
        margin: 0 auto;
        text-align: center;
    }
	#history .block01 .photobox img {
        margin-right: 15px;
        margin-bottom: 20px;
		    width: 50%;
    height: auto;
    }
	#history .block02 table {
        width: 90%;
        margin: 0 auto 30px;
    }
	#history .block02 table tr td:first-child {
        width: 100%;
		   display: block;
        vertical-align: top;
        padding-right: 0;
		  display: block;
		  margin-bottom: 0;
    }
	#history .block02 table td {
      padding: 0;
      display: block;
      line-height: 1.5;
      margin-bottom: 30px;
   }
	#koukei .block01 p {
        width: 100%;
        margin: 0 auto 60px;
        text-align: justify;
        padding: 0 20px;
    }
	#koukei .block02 p {
        width: 100%;
        margin: 0 auto 60px;
        text-align: left;
        padding: 0 20px;
    }
	#koukei .p2 {
        width: 100%;
        margin: 0 auto 60px;
        text-align: justify;
        padding: 0 20px;
    }
	#koukei .block02 .btnBox {
        text-align: center;
        margin: 0 auto;
    }
	#koukei .block02 {
        border-bottom: dotted 1px #656666;
        margin-top: 65px;
        margin-bottom: 150px;
        padding-bottom: 100px;
    }
	#contact .box01 .p1 {
        text-align: left;
        margin-bottom: 40px;
        padding: 0 20px;
    }
	#contact .address {
        font-size: 16px;
        line-height: 1.5;
        margin: 20px auto 50px;
        width: 90%;
    }
	#contact .form {
        margin: 50px auto 150px;
        background: #fff;
        padding: 0;
		  width: 90%;
    }
    #contact table {
        width: 100%;
        table-layout: fixed;
        border: solid 1px #B3B3B3;
        border-collapse: collapse;
        margin-bottom: 50px;
		margin: 0 auto;
        text-align: center;
    }
	#contact textarea {
		width: 100%;
	}
    #contact table td {
        padding: 5px;
        border: solid 1px #B3B3B3;
    }
    #contact table td:first-child {
        width: 35%;
		text-align: left;
    }
    #contact table tr td:last-child {
        line-height: 60px;
        width: 65%;
		text-align: left;
    }
    #contact input[type="text"] {
        background: #E6E6E6;
        border: none;
        border-radius: 5px;
        height: 35px;
        padding: 5px;
        margin-left: 0;
        margin-right: 0;
    }
    #contact .sizeA {
        width: 80%;
    }
    #contact .sizeB {
        width: 90%;
    }
    #contact .sizeC {
        width: 28%;
    }
    #contact .sizeD {
        width: 90%;
    }
    #contact .sizeE {
        width: 70%;
    }
    #contact select{
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        text-indent: .01px; 
        text-overflow: ""; 
        height: 35px;
        border: none;
        background: #E6E6E6 url(img/select.png) no-repeat right;
        padding-left: 10px;
        font-size: 16px;
        margin-left: 10px;
    }
	#contact .form .bt {
		text-align: center;
        padding: 50px 0;
	}
    #contact .ok {
        float: none;
    }
    #contact .back {
        float: none;
    }
    #contact .ok input {
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        background: #E28B7D;
        border: solid 2px #fff;
        padding: 10px 60px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.5em;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        width: 70%;
    }
    #contact .back input {
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        background: #B3B3B3;
        border: solid 2px #fff;
        padding: 10px 60px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.5em;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        width: 70%;
        margin-right: 100px;
    }
    #contact h4 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .mw_wp_form .error {
        display: inline-block;
    }
    .mw_wp_form_preview table span {
        display: none;
    }
	#sitemap .block {
        width: 90%;
        background: #fff;
        margin: 0 auto 200px;
        padding: 50px;
        font-size: 18px;
    }
	#archive {
        margin: 0 0 100px;
        float: none;
        width: 100%;
        background: #fff;
        padding: 0 15px;
    }
	#archive .box .left {
        width: 100%;
        float: none;
        padding-right: 20px;
    }
	#archive .box .left .time{
        margin: 0;
    }
	#archive .box .left .p1{
	   margin: 0;
       line-height: 1.5;
	}
	.right {
		float: none;
	}
	#archive .box .right img {
        width: 150px;
        height: auto;
        object-fit: cover;
    }
	#archive .box {
        margin-bottom: 50px;
        border-bottom: solid 1px #ccc;
        padding-bottom: 50px;
		display: flex;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
	#single {
        margin: 0 0 100px;
        float: left;
        width: 100%;
    }
	#single article {
        background: #fff;
        padding: 20px;
    }
	.sidebar {
        float: none;
        width: 100%;
        background: #fff;
        padding: 30px;
        margin-top: 60px;
    }
	#map h2 img{
		height: auto;
    width: 50%;
	}
    #map .block01 {
        width: 100%;
        margin: 0 auto 60px;
    }
    #map .block01 .box {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 50px;
    }
    #map .block01 .box .text {
        font-size: 18px;
        line-height: 1.5;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    #map .btn{
        display: block;
        position: relative;
        width: 80％;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #e88595;
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    #map .btn:hover {
         opacity:0.8;
         cursor: pointer;
         text-decoration: none;
    }
    a.btn-grey{
      padding: 0.5em;
    margin: 10px 0;
    display: block;
    color: #fff !important;
    background: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    }
    a.btn-grey:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: -3px 5px 0 0;
      background: url("http://shuri-ori.sbs/wp/wp-content/uploads/2019/10/arrow.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
    }
    a.btn-grey:hover {
         opacity:0.8;
         cursor: pointer;
         text-decoration: none;
    }
    #map .block02 {
        width: 100％;
       margin: 0 auto 60px;
        border-bottom: 1px solid #ccc;
       padding-bottom: 50px;
    }
    #map .block02 h3{
        font-size: 18px;
        border-bottom: 2px solid #c90a22;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    #map .block02 .box{
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
         font-size: 16px;
        line-height: 1.5;
    }
    #map .block02 .box .cap{
        font-size: 16px;
        padding-top: 10px;
    }
	.spacer {
       padding-top: 0px;
   }
	/*=================================================
 * 組合員紹介
 * ================================================= */
#member h2{
	text-align: center;
	margin: 30px 0 40px
}
#member h2 img {
	width: 210px;
	height: auto;
}
#member .block01 {
	 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}
#member .block01 .cell {
    width: 48%;
    margin: 0 0 70px;
    font-size: 14px;
    position: relative;
}
#member .block01 .cell img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#member .block01 .cell .name {
	font-size: 18px;
   margin: 10px 0 5px 0;
}
#member .block01 .cell .name .kana {
	display: block;
	margin-left: 0;
	line-height: 1.2;
}
#member .block01 .cell .kobo {
	margin-bottom: 25px;
   height: 18px;
}
#member .block01 .cell .text {
	  min-width: 0;
    overflow-wrap: break-word;
    width: 100%;
    text-align: justify;
	line-height: 1.6;
}
#member .block01 .cell .snsbox{
	 width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
	justify-content: space-between;
    margin: 15px 0;
}
#member .block01 .cell .snsinsta {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/insta.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snsfb {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/fb.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snstw {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/tw.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell .snshp {
	content: "";
    display: inline-block;
    height: 1em;
    background: url(img/member/ico/hp.svg) no-repeat;
    background-size: contain;
    position: relative;
    line-height: 1em;
    text-indent: 2em;
}
#member .block01 .cell a{
    color: #fff;
	text-decoration: none;
	 width: 100%;
    background: #888;
    text-align: center;
    height: 30px;
    position: relative;
    line-height: 2.1;
	margin-bottom: 15px;
}
#member .att {
	  padding: 20px 20px;
    width: 80%;
    margin: 0 auto;
    border: solid 1px #888;
    margin-bottom: 65px;
    line-height: 1.5;
}
#member .block02 {
	 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}
#member .block02 .cell {
    width: 48%;
    margin: 0 0 70px;
    font-size: 14px;
    position: relative;
}
#member .block02 .cell img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#member .block02 .cell .name {
   margin: 10px 0 5px 0;
}
#member .block02 .cell .name .kana {
	 margin-left: 0;
    display: block;
}
#member .block02 .cell .kobo {
	margin-bottom: 10px;
   height: 18px;
}
#member .block02 .cell .text {
	 line-height: 1.6;
}
}