@charset "utf-8";
/* CSS Document */
/*---------------------------------

トップページ以外の共通ヘッダーとパンくず

---------------------------------*/
/*--ヘッダー部分--*/
.other-container {
  width: 100%;
  height: auto;
}
/*--ヘッダー位置--*/
.header-sub {
  width: 100%;
  height: auto;
}
.other-main {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 200px; /*フッター高さ分空ける*/
}
/*--テキスト段落--*/
.br-f {
  display: block;
}
.br-f-2 {
  display: block;
}
/*-----------------------------------------
パンくず
--------------------------------------------*/
.breadcrumb-list a {
  display: inline-block;
  color: #8B4513;
  text-decoration: underline;
}
.breadcrumb-list a:hover {
  color: #CB5456;
}
.breadcrumb-bg {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 1.5%;
}
.breadcrumb-bg .breadcrumb-list ul {
  font-size: 0;
}
.breadcrumb-list li {
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
}
.breadcrumb-list li::after {
  content: " > ";
  padding: 0 0.5rem;
}
.breadcrumb-list li:last-child::after {
  content: " ";
}
/*---------------------------------

まちコミュとは

---------------------------------*/
/*---------------------------------
ヘッダー
---------------------------------*/
/*--イメージ設定--*/
.header-about-img, .header-video-img, .header-topic-img {
  position: relative;
  user-select: none;
  height: 0;
  width: 100%;
  padding-top: 13.3%; /*画像の表示*/
  background-image: url("../img/sub_top_200.png");
  border-radius: 10px;
  background-size: cover;
  background-position: left bottom;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}
/*--タイトル設定--*/
.h1-other {
  height: auto;
  left: 5px;
  bottom: 4px;
  font-weight: bold;
  position: absolute;
  font-size: 3.375vw;
  color: #E95513;
  text-shadow:
    3px 0 0 #FFF, 0 3px 0 #FFF, -3px 0 0 #FFF, 0 -3px 0 #FFF;
}
.h1-vi-topi {
  letter-spacing: 0.3em;
}
/*---------------------------------
コンセプト
---------------------------------*/
.about-list {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 1.5%;
  border-radius: 10px;
  text-align: center;
  line-height: 2;
  background-color: #FAE5C3;
  word-break: break-all;
}
.h2-about, .h3-about, .about-list-p {
  margin-bottom: 0;
  padding: 5% 0 0 0;
}
.h3-about {
  padding-top: 7%;
  font-weight: 700;
  font-size: 1.2rem;
}
.h2-about {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 15px;
}
.h2-about-top {
  margin-bottom: 20px;
}
.about_list p {
  font-size: 18px;
  line-height: 32px;
}
.about-list-p {
  width: 100%;
  padding-top: 2.5%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: justify;
  margin: 0 auto;
  text-indent: 1em;
}
.about-list-p3 {
  padding-bottom: 10%;
}
/*---------------------------------

まちフレンドを探すページ(動画を探す）

---------------------------------*/
/*-----------------------------------------
フォーム共通部分
--------------------------------------------*/
.frame-other {
  text-align: center;
  width: 100%;
  height: auto;
  border: 8px solid #fff;
  border-radius: 10px;
}
.frame-search {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.frame-color {
  margin: 0;
  padding: 50px 0 50px 0;
}
.frame-color .input-box label {
  margin: 0px 15px; /*地域とカテゴリマージン*/
  font-weight: bold;
}
.input-box03 input {
  margin-left: 20px; /*クリアと検索のマージン*/
}
.frame-other .frame-search .frame-color .input-box select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.frame-other .frame-search .frame-color .input-boxselect::-ms-expand {
  display: block;
}
.frame-other select, .frame-other input {
  margin-bottom: 20px;
  padding: 7px 10px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  background-color: #fff;
}
/*-----------------------------------------
検索結果表示
--------------------------------------------*/
.frame-memo {
  padding: 1.5%;
  border-bottom: 3px dashed #fff;
}
/*-----------------------------------------
〇件が該当しました
--------------------------------------------*/
.all-num {
  width: 190px;
  font-weight: bold;
}
.all-num span {
  padding-left: 8px;
  padding-right: 8px;
}
.frame-num {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.frame-num p .number {
  color: #E95513;
}
/*-----------------------------------------
〇件から〇件表示
--------------------------------------------*/
.display-num {
  width: 200px;
  /*background-color: aquamarine;*/
  text-align: right;
  font-weight: normal;
}
/*-----------------------------------------
1　2　次のページ
--------------------------------------------*/
.next-num {
  width: 100%;
  height: auto;
  font-size: 0;
}
.next-num-top {
  padding-top: 20px;
}
.page-num {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/*--下段の次ページボーダー設定--*/
.num-top-b {
  margin-top: 0px;
  border-top: 3px dashed #FFFFFF;
  padding: 1.5%;
}
/*-----------------------------------------
1
--------------------------------------------*/
.page-num span {
  width: 15px;
  height: 15px;
  margin: 0px 5px 0 5px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #8B4513;
  border: 3px solid #8B4513;
  color: #fff;
}
/*-----------------------------------------
2
--------------------------------------------*/
.page-num a {
  width: 15px;
  height: 15px;
  margin: 0px 0px 0px 5px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: #e8e7e6;
  border: 1px solid #d2cfcd;
}
/*-----------------------------------------
次のページ
--------------------------------------------*/
.page-num .next {
  border: none;
  background-color: #FFEFD5;
  color: #8B4513;
}
.page-num .next:hover {
  text-decoration: underline;
}
/*-----------------------------------------
現在は全件表示されています
--------------------------------------------*/
.memo {
  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 120%;
  color: #E95513;
  margin: 0 auto;
}
/*-----------------------------------------
まちフレ検索一覧
--------------------------------------------*/
/*--イメージとテキストを囲む--*/
.fr-item, .vi-item { /*--フレンドを探す・動画を探す共通--*/
  width: 100%;
  height: auto;
  padding: 1.2%;
  margin-bottom: 15px;
}
.friend-column, .video-column { /*--フレンドを探す・動画を探す共通--*/
  display: flex;
  justify-content: space-between;
}
.friend-column span {
  display: block;
}
.fr-img {
  position: relative;
  width: 100%;
  height: auto;
}
.fr-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
/*--カテゴリー*/
.category {
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  background-color: #E95513;
  border-radius: 5px;
  padding: 5px 5px 4px 5px;
  font-weight: bold;
  text-align: center;
}
/*--ショップネームとネームを囲む--*/
.shop-name-set {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 90%;
  height: auto;
  background-color: #E95513;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
}
/*--ショップネーム--*/
.shop-name {
  width: 100%;
  height: auto;
  color: #fff;
  padding-top: 5px;
  font-size: 1.2rem;
}
/*--ネーム--*/
.name {
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #E95513;
  padding: 5px 0 3px 0;
  margin-top: 4px;
  font-size: 1.8rem;
  border-radius: 0 0 5px 5px;
}
/*.fr-img .friend-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: aqua;
  background-image: url("../users_img/img1.jpg");
}*/
.fr-item-set {
  width: 100%;
  height: auto;
}
/*--紹介テキスト--*/
.fr-text {
  width: 100%;
  height: 220px;
  min-height: 180px;
  text-align: justify;
  background-color: #FFFFFF;
  padding: 3%;
  margin-top: 5px;
  border-radius: 20px;
}
/*--紹介テキスト設定--*/
.fr-p {
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
/*---------------------------------

動画を探すページ（詳細設定はここ）

---------------------------------*/
/*--動画のサイズ設定--*/
.vi-img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.vi-img iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.vi-item-set {
  width: 100%;
  height: auto;
  max-height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  border-radius: 5px;
}
.vi-text {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #FFF;
  margin-top: 5px;
  padding: 5px 0 5px 0;
  border-radius: 10px;
}
/*--カテゴリー--*/
.vi-category {
  position: absolute;
  left: 5px;
  background-color: #E95513;
  width: auto;
  height: auto;
  border-radius: 5px;
  padding: 5px 5px 4px 5px;
  font-weight: bold;
  text-align: center;
color: #fff;	
}
/*--名前など--*/
.vi-name {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #8B4513;
  font-size: 1.2rem;
}
.vi-name:hover {
  text-decoration: underline;
}
/*---------------------------------

お知らせ一覧ページ

---------------------------------*/
.topic-list {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0px 5px;
  border-bottom: 1px dotted #fd7430;
  padding: 3% 2% 3% 2%;
}
.topic-list figure span {
  display: block;
  float: left;
  margin-left: 3%;
  padding: 8% 8% 4% 8%; /*画像配置枠の大きさを決める*/
  border-radius: 20px;
  background-size: 100% 100%; /*画像そのもののサイズ変更*/
  background-position: center center;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
}
.topic-list h2 {
  font-size: 20px;
  border-bottom: 3px dashed #8B4513;
  margin-left: 25%;
  padding-bottom: 5px;
}
.topic-list p {
  padding: 5px;
  font-size: 16px;
  line-height: 18px;
  margin-left: 25%;
}
.topic-list a {
  color: #8B4513;
  font-weight: bold;
}
.topic-list a:hover {
  color: #CB5456;
}
/*---------------------------------

お知らせ個別ページ

---------------------------------*/
.list {
  position: relative;
  overflow: hidden;
  background-color: #FAE5C3;
  padding: 3%;
  border-radius: 10px;
}
.list figure span {
  display: block;
  float: left;
  margin-left: 3%;
  padding: 10% 12% 8% 12%; /*画像配置枠の大きさを決める*/
  border-radius: 20px;
  background-size: 100% 100%; /*画像そのもののサイズ変更*/
  background-position: center center;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
}
.list-topic {
  margin-bottom: 50px;
}
.list figure img {
  float: left;
  width: 30%;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
}
.list figure div {
  float: left;
  width: 30%;
  height: 30%;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
}
.list figure iframe {
  float: left;
  width: 30%;
  height: 30%;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
}
.list h2 {
  font-size: 25px;
  border-bottom: 3px dashed #8B4513;
  margin-left: 35%; /*左の画像とバランスをとって設定する*/
  padding-bottom: 5px;
}
.list h3 {
  font-size: 1.5rem;
  margin: 10px 10px 10px 35%; /*左の画像とバランスをとって設定する*/
}
/*ボックス内の段落タグ設定*/
.list p {
  padding: 10px;
  font-size: 18px;
  line-height: 23px;
  margin-left: 35%; /*左の画像とバランスをとって設定する*/
}
.list a {
  color: #8B4513;
  font-weight: bold;
}
.list a:hover {
  color: #CB5456;
}
.list .list-back {
  text-align: right;
  padding: 40px 0px 0px 0px;
  font-size: 1rem;
}
.list p.list-back a {
  font-weight: normal;
}
.list-back a {
  color: #8B4513;
}
/*---------------------------------

まちフレさん紹介ページ

---------------------------------*/
/*---------------------------------
メニュー
---------------------------------*/
.nav-machi {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.nav-machi ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #8B4513;
}
.nav-machi li {
  width: 110px;
  height: 60px;
  text-align: center;
  background-color: #E95513;
  margin: 0 15px 0 0;
  line-height: 60px;
  border-radius: 5px 5px 0 0;
  font-size: 0.8em;
  transition: background-color 1s;
  font-weight: bold;
}
.nav-machi li:hover {
  background-color: #F5AD1A;
}
/*--現在のメニュー--*/
.nav-machi .current {
  background-color: #F5AD1A;
}
.nav-machi a {
  width: 110px;
  height: 60px;
  display: block;
}
/*---------------------------------
YouTubeへ
---------------------------------*/
.friend-video {
  width: 100%;
  height: auto;
  padding-top: 2.5%;
}
.friend-video-link {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 35%;
  border-bottom: 2px dashed #8B4513;
}
/*--YouTubeへのイメージの大きさ--*/
.friend-bk {
  width: 25%;
  min-width: 200px;
  height: auto;
  margin: 2% 0 0 35%;
}
.friend-bk img {
  border: 5px solid #fff;
}
.friend-bk a {
  display: inline-block;
}
/*---------------------------------
まちフレ紹介下段のゾーン
---------------------------------*/
.list-bottom {
  width: 100%;
  height: auto;
  padding: 15px 5px 50px 5px;
  display: flex;
  justify-content: space-between;
}
.list-bottom ul li {
  margin: 5px;
}
/*---------------------------------
まちフレ紹介左のゾーン
---------------------------------*/
.list-left {
  width: 50%;
  height: auto;
}
.list-friend-gl {
  width: 90%;
  margin: 15px 0px;
}
.list-left h3 {
  width: 100%;
  font-size: 2rem; /*文字サイズ*/
  /*margin: 0px 20px 20px 20px;*/
  color: #FF4D00;
}
/*--リストの星イメージ設定--*/
.list-friend {
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  padding: 5px 5px 5px 45px;
  background-image: url(../img/star.svg);
  background-size: 40px;
  background-position: left center;
  font-weight: bold;
}
.list-left a, .list-right a {
  color: #8B4513;
}
.list-left a:hover, .list-right a:hover {
  text-decoration: underline;
}
.naiyou-icon a {
  display: inline-block;
  height: auto;
  width: 40px;
}

.img-flex-box {
  display: flex;
  flex-wrap: wrap;
}

.img-flex-box li{
  width: calc(90%/3);
  padding:30px 5px;
  box-sizing:border-box;
}

.img-flex-box li img {
	max-width:100%; 
	height: auto; 
}
/*---------------------------------
まちフレ紹介右のゾーン
---------------------------------*/
.list-right {
  width: 50%;
  height: auto;
}
.list-right table {
  width: 100%;
  height: auto;
  border: 2px solid #8B4513;
}
.list-right td, .list-right th {
  border: 1px solid #8B4513;
  word-break: break-all;
}
.list-right td {
  padding: 10px;
}
.list-right th {
  padding: 15px;
  font-size: 1.5rem;
}
.list-right td.koumoku {
  width: 16%;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.list-right td.naiyou {
  width: 49%; /*幅*/
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
}
.list-right td.naiyou img {
  width: 40px;
}

.list-right td.qr img {
  width:200px;
  height:200px;
}
/*---------------------------------



---------------------------------*/