@charset "UTF-8";
/*
Theme Name: 今帰仁村商工会 Version01
Description: 今帰仁村商工会 公式ホームページ
Author: MIA RESORT
*/

/*/ _// _// _// _// _// _// _// _// _// _// _/
全デバイス共通のスタイルとスマートフォン
/ _// _// _// _// _// _// _// _// _// _// _// _*/

/*===========================
  body
==========================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;/* font-size: remで指定 */
}
body {
	width: 100%;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	border-top: 5px solid #2757b0;
	background-color: #f6f7f9;
}
.wrap { /* レスポンシブで右側余白バグを消す body直下をwrapで囲む */
	overflow: hidden;
}
#container {
	padding: 0px;
}
#content {
	padding: 0px 10px;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
.css-br::after { /* 改行 */
  content: "\A" ;
  white-space: pre;
}
.sp_none { /* スマホ時none */
	display: none;
}
.画像トリミングクラス名変えて img {
	width: 100%;
	height: auto;
	object-fit: cover; /* 画像を中央位置でトリミングしてくれる */
}

/*===========================
  トップスライドインナビゲーション
==========================*/
#s_navi {
	padding-bottom: 5px;
}
.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  background: #3660ae;
  z-index: 2;
  float: left;
}
.menu-trigger span {
  position: absolute;
  background: #FFF;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
  display: none;
  position: absolute;
  top: 0;
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 100px;
  border-top: 2px solid #3660ae;
}
.logo02 {
	text-align: center;
	width: 200px;
	height: auto;
	margin: auto;
}
.g-nav .list .item a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3660ae;
  padding: 5px 0;
  border-bottom: 1px dotted #3660ae;
  font-size: 1.6rem;
}
.list li {
	width: 90%;
	margin: 10px auto;
	font-size: 1.4rem;
}
.home-text {
	font-size: 2rem;
}
.s-head {
	padding-top: 5px;
}
/*===========================
  ページscroll
==========================*/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/*===========================
  イメージのスタイル
==========================*/
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.img_none {
	display: block;/*CONTENTイメージの空白を消す*/
}
.img_left01 {
	float: left;
}
.img_right01 {
	float: right;
}
.img_center01 {
	text-align: center;
}
.sp_noimg {
	display: none;
}
/*===========================
  spaceのスタイル
==========================*/
.space10 {
	margin-top: 10px;
}
.space20 {
	margin-top: 20px;
}
.space40 {
	margin-top: 40px;
}
.space60 {
	margin-top: 60px;
}
.space80 {
	margin-top: 80px;
}
.space100 {
	margin-top: 100px;
}
.space150 {
	margin-top: 150px;
}
.space200 {
	margin-top: 200px;
}
.space300 {
	margin-top: 300px;
}
.space_bottom {
	margin-bottom: 100px;
}
/*===========================
  画像透過css
==========================*/
a img{
    -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;
}
a:hover img{
    opacity: 0.8;
	filter: alpha(opacity=60);
}
/*===========================
テキスト・見出し・リンク
==========================*/
.red_text {
	color: #D10000;
}
.blue_text {
	color: #0288c6;
}
.center_text01 {
	text-align: center;
}
.left-text {
	text-align: left
}
.font-14 {
	font-size: 1.4rem;
}
.font-16 {
	font-size: 1.6rem;
}
.midashi01 {
	font-size: 2rem;
	background-color: #dbe5f7;
	color: #234c99;
	border-radius: 10px;
	padding: 10px;
}
.midashi02 {
	font-size: 2rem;
	background-color: #e2e0eb;
	color: #234c99;
	border-radius: 10px;
	padding: 10px;
}
.midashi03 {
	margin:  0;                 /* デフォルトCSS打ち消し */
    font-size: 2rem;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
	color: #234c99
}
.midashi03:before {
    content:  '';                   /* 空白の要素を作る */
    width: 50px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #42a6ff;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}
.midashi04 {
	font-size: 2rem;
	color: #234c99;
	text-align: center;
	border-bottom: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
	padding: 10px;
}
.link-b01 a {
	display: block;
	width: 200px;
	padding: 10px;
	text-decoration: none;
	background-color: #234c99;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	margin: 30px auto;
	border-radius: 10px;
}
.link-b01 a:hover {
	background-color: #3669c9;
}
.text01 {
	font-size: 1.6rem;
	line-height: 180%;
	margin: 5px 0px;
}
.point-text {
	font-size: 1.3rem;
	background-color: #2a6de7;
	color: #FFF;
	padding: 1px 3px;
	display: inline-block;
	margin-right: 5px;
}
.link-blue a {
	font-size: 1.5rem;
	display: block;
	width: 300px;
	padding: 15px 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #2a6de7;
	margin: 10px auto;
	text-align: center;
}
.link-pink a {
	font-size: 1.5rem;
	display: block;
	width: 300px;
	padding: 15px 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #BD356F;
	margin: 10px auto;
	text-align: center;
}
.link-border a {
	font-size: 1.5rem;
	border-bottom: 1px dotted #C1C1C1;
	padding: 5px;
	margin: 10px 0px;
	display: block;
	color: #234c99;
	text-decoration: none;
}
.link-border a:hover {
	background-color: #E8F3FF;
}
/*===========================
ヘッダーのスタイル
==========================*/
.top_head {
	text-align: center;
}
.h1-space {
	display: none;
}
#top-head {
	display: none;
}
/*===========================
ナビゲーションのスタイル
==========================*/

/*===========================
スマホトップページのスタイル
==========================*/
header {
	display: none;
}
#head_img {
	display: none;
}
#content {
	margin: 80px auto 0px auto;
}
/* information */
.icon-new {/* 新着記事NEWのスタイル */
	color: #FF0004;
}
.information {
	margin-bottom: 50px;
}
.top-info {
	padding: 10px;
	border-bottom: 1px solid #e2e0eb;
}
.top-info p {
	font-size: 1.4rem;
	color: #858585;
}
.top-info h4 a {
	font-size: 1.6rem;
	color: #445b85;
	text-decoration: none;
}
/* バナー部分 */
.top-annai {
	text-align: center;
	margin-bottom: 50px;
}
.top-annai p img {
	width: auto;
	margin-bottom: 10px;
}
/* 経営支援活動 */
.top-keiei ul {
	display: flex; /*横並び*/
    flex-wrap: wrap; /*flexコンテナの幅を超える時は折り返し*/
    justify-content: stretch;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
	margin-bottom: 50px;
}
.top-keiei ul li {
	margin: 5px 6.6px 5px 6.6px;
	width: 45%;
	height: auto;
}
/*===========================
スマホサブコンテンツのスタイル
==========================*/
.kaihou li {
	font-size: 1.5rem;
	padding: 10px 0px;
}
.kaihou li a {
	color: #234c99;
	display: block;
	text-decoration: none;
}
/*===========================
サイドメニュー用CSS
==========================*/
#right-con {
	text-align: center;
	margin-top: 80px;
}
#right-con p img {
	margin-bottom: 10px;
	text-align: center;
}
#right-con h4 {
	font-size: 1.6rem;
	background-color: #dbe5f7;
	color: #234c99;
	padding: 10px;
	margin-top: 10px;
}
/*===========================
スマホテーブルのスタイル
==========================*/
.kihon-table {
    border-collapse: collapse;/*隣接するボーダーラインを重ねあわせて表示*/
    border: 1px solid #B1B1B1;
    line-height: 1.5;
	font-size: 1.5rem;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.kihon-td01 {
	width: 25%;
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	padding: 10px;
	background-color: #e2e0eb;
}
.kihon-td02 {
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	padding: 10px;
}
.kihon02-td01 {
	width: 50%;
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	padding: 10px;
}
.kihon02-td02 {
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	padding: 10px;
}
.td-backcolor {
	background-color: #e2e0eb;
}
/*===========================
メールフォームのスタイル
==========================*/
.wpcf7 input[type="submit"] {
	font-size: 1.8rem;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
#form {
	margin: 15px auto;
	width: 95%;
}
#form dt {
	font-size: 1.6rem;
	color: #009b43;
	padding: 4px 10px;
	font-weight: bold;
}
#form dd {
	font-size: 1.5rem;
	background-color: #FFF9A4;
	padding: 15px 0px 20px 10px;
}
#form dd p{
	line-height: 170%;
}
.hiss {
	font-size: 1.3rem;
	background-color: #A20002;
	padding: 3px 5px;
	color: #FFF;
	margin-left: 15px;
}
.mail_box {
	margin: 5px 0px;
	font-size: 1.5rem;
}
/*===========================
アコーディオンのスタイル
==========================*/
/*ボックス全体*/
.accbox {
    margin: 1em auto;
    padding: 0;
    max-width: 100%;/*最大幅*/
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 10px 0;
    padding : 13px 12px;
    color: #FFF;
    font-weight: bold;
    background: #00ccff;
    cursor: pointer;
    transition: all 0.7s;
	font-size: 1.6rem;
}
/*アイコンを表示*/
.accbox label:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background : #00ccff;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	font-size: 1.6rem;
	color: #333;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #ECECEC;
    opacity: 1;
}
.accbox .accshow p {
    margin: 5px 10px;
	line-height: 190%;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f107';
}
/*===========================
google map
==========================*/
.google-maps {
position: relative;
padding-bottom: 40%; /* 縦横比 */
height: 0;
overflow: hidden;
margin: 10px 0px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/*===========================
ブログ用スタイル
==========================*/
/* ブログコンテンツ */
.kiji-title {
	font-size: 2rem;
	color: #234c99;
	line-height: 150%;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 5px;
}
.up-data {
	font-size: 1.4rem;
	color: #929292;
}
.kiji-con {
	padding: 15px 0px;
	font-size: 1.6rem;
	line-height: 160%;
}
.kiji-con p {
	margin-bottom: 10px;
}
.kiji-box {
	margin: 10px 0px;
	background-color: #FFF;
	padding: 15px;
	border-bottom: 1px dotted #CECECE;
	border-top: 1px dotted #CECECE;
}
.kiji-box h4 a {
	color: #234c99;
	font-size: 1.8rem;
}
.kiji-box .more a {
	display: block;
	width: 250px;
	padding: 10px;
	color: #FFF;
	background-color: #677EA9;
	text-align: center;
	font-size: 1.4rem;
	text-decoration: none;
}
.kiji-box .more a:hover {
	background-color: #7698D7;
}
.category {
	background-color: #FFF;
}
.category li a {
	display: block;
	text-decoration: none;
	padding: 15px 0px 15px 5px;
	color: #234c99;
	border-bottom: 1px dotted #DCDCDC;
	font-size: 1.5rem;
}
/* 前後記事リンク */
.prevnext {
	font-size: 90%;
	margin-top: 40px;
	clear: both;
	padding-top: 15px;
}
.prevnext a {
	color: #0066CC;
	text-decoration: none;
}
.prev {
	   margin: 0;
       float: left;
}
.next {
	   margin: 0;
       float: right;
}

/*===========================
フッターのスタイル
==========================*/
#footer {
	text-align: center;
	background-color: #3660ae;
	padding-top: 15px;
	margin-top: 50px;
}
#footer h5 {
	font-size: 1.7rem;
	padding: 5px;
	color: #FFF;
}
.foot-02 {
	padding: 15px 0px;
}
.foot-02 ul {
	width: 95%;
    display: flex; /*横並び*/
    flex-wrap: wrap; /*flexコンテナの幅を超える時は折り返し*/
    justify-content: center;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
	margin: auto;
}
.foot-02 li a {
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #FFF;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #2B4E90;
}
.foot-02 li a:hover {
	color: #DBDBDB;
}
.foot-text {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 160%;
	padding: 10px;
}
.foot-text a {
	text-decoration: none;
	color: #FFF;
}
.copy {
	color: #FFF;
	font-size: 1.4rem;
	padding: 3px;
	padding: 5px 0px;
}

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/

/* PC向けレイアウトの指定：920px以上では固定レイアウト */
@media only screen and (min-width: 920px) {

#content:after {
	content: "";
	display: block;
	clear: both;
}
#container {
	padding: 0px;
}
#s_navi {
	display: none;
}
#head_img {
	display: block;
}
.sp_none { /* スマホ時none */
	display: block;
}
/*===========================
image
==========================*/
.sp_noimg {
	display: block;
}

/*===========================
テキスト・見出し・リンク
==========================*/

/*===========================
PCヘッダーのスタイル
==========================*/
#top-head:after {
	content: "";
	display: block;
	clear: both;
}
#top-head {
	margin: auto;
	display: block;
}
.h1-space {
	display: block;
	width: 300px;
	height: auto;
	float: left;
	margin-left: 17%;
	margin-top: 30px;
}
.head-right {
	float: right;
	margin-right: 17%;
}
.head-right li a {
	display: block;
	width: 160px;
	padding: 5px;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #2757b0;
	height: auto;
	margin: auto;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}
.head-right li a:hover {
	background-color: #5280d4;
}
.head-tel {
	clear: both;
	margin-top: 20px;
	text-align: center;
	line-height: 200%;
	color: #042a70;
}
.head-tel a {
	color: #042a70;
	font-size: 2.3rem;
	text-decoration: none;
	font-weight: bold;
	word-break: break-all;
}
/*===========================
PCナビゲーションのスタイル
==========================*/
header {
	display: block;
}
.page-header {
	background-color: #3660ae;
	margin-top: 10px;
}
.main-nav02,
.main-nav {
	display: flex;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.main-nav {
	width: 1100px;
	margin: auto;
}
.main-nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0px;
}
.main-nav li a:hover {
	color: #71a2fc;
}
/*===========================
PCトップコンテンツのスタイル
==========================*/
/* ヘッダーイメージ */
.top_head {
	display: block;
	text-align: center;
	width: 100vw;
	max-width: 100%;
}
.top_head img {
	width: 100%;		
}
/* aaaa */
.top-con {
	width: 1000px;
	margin: auto;
	display: flex; /*横並び*/
    flex-wrap: wrap; /*flexコンテナの幅を超える時は折り返し*/
    justify-content: space-between;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
	padding-top: 5px; 
}
#content {
	width: 1000px;
	margin: 50px auto 0px auto;
}
#left-con {
	width: 700px;
	float: left;
}
#right-con {
	width: 250px;
	float: right;
	margin: 0px;
}
/* information */
.information {
	margin-bottom: 50px;
}
.top-info {
	padding: 10px;
	border-bottom: 1px solid #e2e0eb;
}
.top-info p {
	font-size: 1.5rem;
	color: #858585;
}
.top-info h4 a {
	font-size: 1.7rem;
	color: #445b85;
	text-decoration: none;
}
/* バナー部分 */
.top-annai {
	width: 700px;
	margin: 0px auto 50px auto;
	display: flex; /*横並び*/
    flex-wrap: wrap; /*flexコンテナの幅を超える時は折り返し*/
    justify-content: space-between;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
}
.top-annai p img {
	width: 345px;
	height: auto;
}
/* 経営支援活動 */
.top-keiei ul {
	width: 700px;
	margin: 10px auto 50px auto;
	display: flex; /*横並び*/
    flex-wrap: wrap; /*flexコンテナの幅を超える時は折り返し*/
    justify-content: stretch;
	display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
}
.top-keiei ul li {
	margin: 5px 6.6px 5px 6.6px;
	width: 220px;
}
/*===========================
PCサイドバーのスタイル
==========================*/
#right-con p img {
	margin-bottom: 10px;
}
/*===========================
PCサブコンテンツのスタイル
==========================*/

/*===========================
PCテーブル
==========================*/

/*===========================
PCブログ用スタイル
==========================*/
/* ブログコンテンツ */

/*===========================
メールフォームのスタイル
==========================*/
#form {
	margin: 15px auto;
	width: 100%;
}
/*===========================
アコーディオンのスタイル
==========================*/
/*ボックス全体*/
.accbox {
    margin: 1em auto;
    padding: 0;
}
/*===========================
PCフッターのスタイル
==========================*/

}