/*
Theme Name:transit life
Theme URI:http://transit-life.local
Description:トランジットライフのテーマです
Version：1.0
Author:transit life
Autor URI:http://transit-life.local
*/

/*///////////////PCスマホ共通スタイル////////////////*/
* {
  box-sizing: border-box;
}

p {
  font-size: 12px;
}

body {
  max-width: 1700px;
  margin:0 auto 0 auto;
  font-family: "Source Sans Pro", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 16px;
}
/*・・・・・ pc用スタイル ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
/*/////////////////// ヘッダー ///////////////////////*/

header {
  position: relative;
  width: 100%;
  height: 105px;
  display:flex;
  justify-content: space-between;
  background-color: #E3DFDE;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0 auto 0 auto;
  opacity: 0.9; 
  z-index: 500;
}
/* ヘッダーのロゴ */
#logo {
  height: auto;
  margin: 20px 0 10px 50px;
  padding: 10px;
}

/* ナビゲーションのレイアウト */
.header-nav-pc {
  margin: 40px 30px;
}

.header-nav-pc_items {
  display: flex;
  padding-left: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.header-nav-pc li {
  list-style: none;
}

/* ナビゲーションのリンクの装飾設定 */
.header-nav-pc a {
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  margin-left: 30px;
  color: #3D251A;
}
/* hover時にアンダーラインを左からふわっと引く */
.header-nav-pc a::before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
  background-color: #3D251A;
	transition: 0.3s;
}
.header-nav-pc a:hover::before {
  width: 100%;
}
/* スマホ用ナビを非表示 */
#nav-sp,
#menu-sp {
  display: none;
}
/*/////////////////// メインビジュアル ////////////////*/

#main-container {
  display: flex;    
}
.main-visual {
background-color:#E3DFDE;
width: 100%;
height: 760px;
outline: 0px solid darkblue;  
overflow: hidden;
object-fit: contain;
}
.main-visual  img {
  height: 700px;
}

/* //////////////////////ニュース、イベントのページにだけ表示させるメイン画像の上のタイトル////////////////////// */
/* ヘッダー親要素 */
/* イベントのページ */
.hero-title-events {
  position: absolute;
  top: 450px;
  right: 200px;
  font-family: 'Segoe UI',"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:60px;
  margin: 20px;
  color:#f3f2f2;
  text-shadow: 1px 2px 6px #5b5a59;
}
/* ニュースのページ */
.hero-title-news {
  position: absolute;
  top: 450px;
  right: 200px;
  font-family: 'Segoe UI',"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:60px;
  margin: 20px;
  color:#f3f2f2;
  text-shadow: 1px 2px 6px #5b5a59;
}
/* お店についての上の部分調整 */
.main-aboutus {
  width: 100%;
  height: 185px;
  background-color: #E3DFDE;
}
/* ///////////////////お店について////////////////// */
#AboutUs {
  background-color:#E3DFDE;
  width: 100%;
  height: 500px;
  outline: 0px solid salmon;
}
/* セクションタイトル */
.section-title_About-ja {
  font-family: "Zen Kaku Gothic New","Comic Neue", 游ゴシック, "Yu Gothic",cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  margin: 0 auto 0 auto;
  color:#3D251A;
}
.section-title_flex-AboutUs {
  width: 15%;
  height: 100px;
  margin: 0 auto 0 auto;
  display: flex; 
  justify-content: center;  
  text-align: center; 
  outline:0px solid salmon;
}
/* AboutUs全体 */
#AboutUs_flex {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  width: 100%;
  height: 450px;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  outline: 0px solid salmon;
}
/* セクション左側 */
.AboutUs-left {
  width: 50%;
  height: auto;
  outline: 0px solid salmon;
}
/* お店についての文章 */
.AboutUs-article {
  /* height: 300px; */
  outline: 0px solid salmon;
}
.AboutUs-article-h1 {
  font-family: "Zen Kaku Gothic New","Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.8rem;
  color: #3D251A;
  margin: 50px auto 0 55px;
  outline: 0px solid salmon;
}
.AboutUs-article > p {
  font-family: "Zen Kaku Gothic New","Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.8rem;
  color: #3D251A;
  margin: 20px auto 0 55px;
  outline: 0px solid salmon;
}

/* セクション右側 */
.AboutUs-right {
  width: 50%;
  outline: 0px solid salmon;
}
/* お店のイラスト */
.AboutUs-r-img > img {
  width: 80%;
  height: auto;
  margin: 50px auto 0 60px;
  outline: 0px solid salmon;
}

/*/////////////////////// News Events/////////////////////////*/

/* ///////////// NewsEvents共通///////////////////// */
#section_news-events {
  background-color: rgb(243, 244, 245);
}
.news-events-article-flex {
  position: relative;
}
.news-events-article-flex  >time >h4 {
  position:absolute;
  top: 10px;
  right: auto;
  left: auto;
  bottom: 10px;
}

  /* セクションタイトルNewsEvents共通 */
.section-title_flex {
  width: 90%;
  display: flex;
  justify-content: space-between; 
  margin: 0 auto 0 auto;
  padding: 30px 0 10px 10px; 
  height:150px;
  outline: 0px solid salmon;
}
.section-title {
  display: block;
  color:#3D251A;
  margin: 50px auto 20px 20px; 
}
/* 英語 */
.section-title >h2 {
  font-family: "Comic Neue", cursive, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
.section-title_en {
  font-family: "Comic Neue", cursive, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
/* 日本語 */
.section-title >p {
  font-family: "Zen Kaku Gothic New","Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  margin: 0 auto 0 auto;
}
.section-title_ja {
  font-family: "Zen Kaku Gothic New","Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  margin: 0 auto 0 auto;
}
/* schedule access shopinfoのセクションタイトル共通 */
 .section-title-shopinfo {
  display: block;
  color:#3D251A;
  margin: 50px auto 20px 20px; 
 }

/* 投稿画像 */
/* イベントの画像にのみ聞いている */
.shop-img {
  position: relative;
  height: auto;
  width: 220px;
  outline: 0px solid salmon; 
  margin: 0 25px; 
  display: block;
  border-radius: 5px;
}
.shop-img a:hover {
  opacity: 0.8;
}
/*投稿記事  */
h4 {
  position: absolute;
  top:40px;
  left: 70px;
  font-family: "kiwi maru","Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3D251A;
  margin: 10px auto;
  outline: 0px solid salmon;
}
/* 投稿日時 */
time {
  position: absolute;
  top: 10px;
  left: 70px;
  font-family:"kiwi maru", "Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #3D251A;
  display: block;
  margin:10px auto;
  outline: 0px solid salmon;
}

/* ///////////////News////////////////*/
#news {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 90px auto; 
  outline: 0px solid salmon; 
}

/* 投稿画像3枚のflexbox */
#news-flex {
  display: flex;
  justify-content: space-between;
  outline: 0px solid salmon; 
}
/* 各投稿画像 */
#news-flex > div {
  /* width: 30%; */
  margin: 40px auto 20px auto;
  outline: 0px solid salmon; 
}

/*////////////// Events/////////////////*/
#events {
  position:relative;
   width: 90%;
   height: 700px;
   margin: 0 auto 0 auto; 
   outline: 0px solid salmon;  
}

#events-flex {
  display: flex;
  justify-content: space-between;
}
#events-flex > div {
  /* width: 30%; */
  margin: 40px auto 20px auto;
  outline: 0px solid salmon; 
}
.events-div {
  margin: 0 0 100 0;
  outline: 0px solid salmon; 
}


/* //////////////  scheduleとaccessのセクション //////////////// */
#schedule-access {
  background-color: #E3DFDE;
  height: auto;
  margin: 0 auto 0 auto;
}
/* セクションタイトル */
.section-title-schedule-access_flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 20px 10px;
}
.section-title-shopinfo >h1 {
  font-family: "Comic Neue",cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.section-title-shopinfo >p {
  font-family:"Zen Kaku Gothic New", "Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
/* スケジュール全体 */
.schedule {
  width: 90%;
  outline: 0px solid rgb(68, 210, 60); 
  margin: 0 auto 0 auto;
}
.schedule_flex {
  display: flex;
  justify-content: space-between;
  outline: 0px solid seagreen;
}
.schedule_flex p {
  font-family:"Zen Kaku Gothic New", "Kiwi Maru";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #3D251A;
}
.schedule_flex > div {
  width: 50%;
  outline: 10x solid rgb(220, 135, 49);
}
.schedule-p {
  font-family: "Zen Kaku Gothic New","Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   color: #3D251A;
}
/* 営業日・時間のテーブル */
.schedule_table > table {
  width: 60%;
  margin: 0 auto 0 30px; 
}
.th_day , 
.th_hour {
   padding: 15px;
   border-bottom-color: #aa9f9a;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   width: 50%;
   font-family:"Zen Kaku Gothic New", "Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   color: #3D251A;
   background: #aa9f9a;
}
.td_day , 
.td_hour {
   padding: 15px;
   border-bottom-color: #f6f3f2;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   width: 50%;
   font-family: "Zen Kaku Gothic New","Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   text-align: center;
   color: #3D251A;
   background-color: #f6f3f2;
}
/* カレンダー */
.schedule-img > img{
  width:90%;
  height:auto;
  margin: 0 auto 0 auto;
}


/*//////////// access/////////////// */
/* アクセス全体 */
.access {
  outline: 0px solid salmon; 
  margin: 0 auto 0 auto;
}
.access-map_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
}
.access-map_flex >iframe {
  margin-left: 50px;
}
/* 右側のテーブル */
.access_table {
  width: 50%;
}
.table_access-car {
   margin: 10px auto 0 auto;
   text-align: left;
}
.th_access-car {
   font-family: "Kiwi Maru", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 18px;
   color: #3D251A;
   line-height: 1.8rem;
   text-align: left;
}
.th_access-train {
   font-family: "Kiwi Maru", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 18px;
   color: #3D251A;
   line-height: 1.8rem;
   text-align: left;
   padding-top:10px;
}
.td_access-car ,
 .td_access-train {
   font-family: "Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   color: #3D251A;
   line-height: 1.8rem;
   text-align: left;
}
.shibuya , .yokohama {
   /* list-style: none; */
   font-family: "Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   color: #3D251A;
   line-height: 1.8rem;
   text-align: left;
}

/* ////////////////Shop Infoのセクション ////////////////*/
#shopinfo {
  background-color: #E3DFDE;
  height: auto;
}
/* セクションタイトル　Shop Info */
.section-title_flex-shopinfo {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 140px;
  margin: 0 auto 0 auto;
  padding: 20px 0 30px 10px; 
  outline: 0px solid rgb(137, 114, 250);
}
/* Shop Infoの中身　flexbox */
#shopinfo_flex {
  display: flex;
  width: 90%;
  margin: 0px auto 0 auto;
  outline: 0px solid salmon;
}
.shopinfo-left {
  width: 50%;
}
.shopinfo-img > img {
  width: 65%;
  height: auto;
  margin: 40px auto 30px 20px;
}
.shopinfo-right {
  width: 50%;
}
.shopinfo-left_table {
  margin: 40px auto 0 30px;
}
.td_shopinfo {
   font-family: "Kiwi Maru", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   color: #3D251A;
   line-height: 1.8rem;
   text-align: left;
   outline: 0px solid salmon; 
}


/* ///////////////////買取について///////////////////////*/
#buy {
  background-color: #a1867b; 
  width: 100%; 
}
.sister {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 10px;
}
.buy_flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.buy-fukasawa >p {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:17px;
  line-height: 1.8rem;
  color: #3D251A;  
  text-align: center;
}
.buy-td {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3D251A;
}
.buy-td {
  padding: 10px;
}
.buy-td > a {
  text-decoration: none;
  color: #3D251A;
}
.buy-td > a:hover {
  color: #e5e0db;
}
/*/////////////////////Footer///////////////////////// */
footer {
  background-color: #3D251A ;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}
#footer-logo > img{
 margin: 30px auto 0 80px;
 padding: 15px;
 width:230px;
 height: 90px;
}
.footer-link {
  display: flex;
  justify-content: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 50px auto 0 0;
  padding: 30px;

}
.footer-link a {
  color: #f6f3f2;
  text-decoration: none; 
  position: relative;
  transition: 0.3s;
  margin-left: 20px;
}
.footer-link > a:hover {
  color: #b5aca9;
}
.footer-copylight-flex {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 12px;
   color:#f6f3f2;
}

/* //////////////TOPページここまで ////////////////////////////////////////*/


/*ーーーーーーーーーーーーーーーーーーーー
　　　news eventsの投稿詳細ページの装飾
 ーーーーーーーーーーーーーーーーーーーーー */

/*/////////////// NEWS＆Events（別のページ）/////////////////////////// */
/* 全体 */
#news-article {
  background-color: #E3DFDE;
  height: auto;
  padding-top: 90px;
}
/* メインとサイドバーで左右２分割する */
.news-article-sidebar-flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 0 auto;
}
  /* セクションタイトルNewsEvents共通 */
.section-title_flex {
  width: 90%;
  justify-content: space-between; 
  margin: 0 auto 0 auto;
  padding: 30px 0 10px 10px; 
  height:150px;
  outline: 0px solid salmon;
}
.section-title {
  display: block;
  color:#3D251A;
  margin-left: 30px; 
}
/* 英語 */
.section-title_en {
  font-family: "Rufina", serif;
  /* font-weight: 400; */
  font-style: normal;
  font-size: 30px;
  margin: 0;
}

/* 日本語 */
.section-title_ja {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  margin: 0 auto 0 auto;
}
/* タイトルの下のライン白 */
.section-title::after {
   content:"";
   /* margin: 20px 20px 20px 0; */
 }
/*//////////// 左　投稿 ////////////*/
.news-article-main {
  background-color: #fdfdfd;
  width: 85%;
  height: auto;
  margin: 50px 10px 80px 20px;
  padding: 10px;
}
/* 投稿日 */
.news-article-day { 
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
/* 投稿タイトル */
.news-article-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 20px;
}
/* 投稿画像メイン１枚 */
.news-main-img >img {
  width: 100%;
  margin: 0 auto 0 auto;
  border-radius: 10px;
}
.news-article-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
/* 投稿画像サブを横に並べる */
.news-imgs-flex {
 display: flex;
 flex-direction: row;
 width: 100%;
}
/* 投稿画像サブ */
.news-sub-img1 >img,
.news-sub-img2 >img, 
.news-sub-img3 >img {
   width: 100%;
   padding: 10px;
   border-radius: 10px;
}

/* 投稿文 */
.news-article-news > p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 10px;
}

/* next prev */
.next-prev-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  width: 90%;
}
.news-prev,
 .news-next {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 10px;
}
.news-prev >a, 
.news-next >a {
  text-decoration: none;
  color: #a1867b;
}
.news-next >a:hover, 
.news-prev >a:hover {
  text-decoration: underline;
}
/*//////////// 右　サイドバー///////////// */
#sidebar {
  background-color: #a1867b;
  width: 35%;
  margin: 50px 0 80px 30px;
  /* padding: 20px; */
}
/* 最近の投稿 */
.category-h2 {
  font-family: "kiwi maru" ,"Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:20px;
  margin: 20px 0 0 10px;
  color:#f8f7f7;
}
.category-h2-p {
  font-family:"kiwi maru" , "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 30px 30px;
  color:#f8f7f7;
}
.category-h3 {
  font-family: "kiwi maru" ,"Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin: 20px;
  color:#f8f7f7;
}
.news-events-li {
  list-style: none;
}
.news-events-li >a{
  font-family:"kiwi maru" ,"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin: 25px;
  color:#f8f7f7;
  text-decoration: none;
}
.news-events-li >a:hover {
  color:#c7c4c4;
}
.category-news {
  width: 80%;
  margin: 0 0 0 50px;
  font-family: "kiwi maru" ,"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#edeceb;
}
.category-day {
  list-style: none; 
  color: #edeceb;
}
.category-events {
  width: 80%;
  margin: 0 0 0 50px;
}

/* //////////////ニュース・イベント一覧ページの装飾///////////////// */
#archive {
  background-color: #E3DFDE;
}
.main-visual img{
  width: 100%;
}
.news-event-archive {
  background-color: #E3DFDE;
  margin: 0 auto 0 auto;
  padding: 50px 0 50px 0;
  width: 90%;
}
/* セクションタイトル */
.archive-title {
  background-color: #E3DFDE;
  margin: 0 auto 0 auto;
  padding: 10px;
}
.news-events-archive_en {
  font-family: "Comic Neue", cursive, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  color: #3D251A;
  display: block;
  background-color: #E3DFDE;
  margin: 0 auto 0 auto;
  padding-left: 50px;
}
.news-events-archive_title {
  display: block;
  font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #3D251A;
  background-color: #E3DFDE;
  margin: 0 auto 0 auto;
  padding-left: 50px;
}
.news-list >li {
  list-style: none;
  margin-top: 40px;
}
.news-list >li >p {
   font-size: 20px;
}
.news-list >li >a {
  font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D251A;
  text-decoration: none;
}
.news-list >li >a:hover {
  color:#b1aeae;
}
.events-list >li {
  list-style: none;
   margin-top: 40px;
}
.events-list >li >p {
   font-size: 20px;
}
.events-list >time {
  font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fffdfc;
}
.events-list >li >a {
  font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D251A;
  text-decoration: none;
}
.events-list >li >a:hover {
  color:#b1aeae;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　スマホ対応
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (max-width: 767px){
    
/* スマートフォン用のスタイル*/

  /* PC用ナビゲーション非表示 */
.header-nav-pc {
  display: none;
}

 /* ハンバーガーメニュー */
#menu-sp {
  display: block;
  background-color: transparent;
  float: right;
  padding: 0;
  border: none;
}
/* スマホ用ナビゲーションの表示切替*/

   /* スマホ用menu左上に固定*/
#nav-sp {
  background-color:#E3DFDE;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#nav-sp >ul {
  padding: 0;
}
/* スマホ用ナビゲーションリンクのメニューの装飾 */
#nav-sp nav .menu {
  display: block;
  margin-top: 30px;
  color: #3D251A;
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  /* margin: 10px;  */
}
/* スマホ用ナビゲーションリンクの装飾・タップした時に色を変える */
#nav-sp nav a:hover {
  color: #9b9393;
}
li {
  list-style: none;
}
/* スマホ用メニューボタン */
.menu-sp-li {
  margin: 30px;
}
/* header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: row;
  opacity: 0.9;
}
nav {
  width: 100%;
}
nav ul {
  margin-top: 80px;
}
/* ×ボタン */
#close {
  display: block;
  margin-top: 50px;
  background-color: transparent;
  float: right;
  border: none;
}
#close img {
   margin: 30px 10px;
}

/* ///////////メインビジュアル ///////////////*/
#main-container {
  position: relative;
  height: 495px;
}
/* Aboutus お店についてのセクション */
/* お店についての上の部分を調整 */
.main-aboutus {
  height: 0;
}
#AboutUs {
  position: static;
  width: 100%;
  height: 670px;
}

#AboutUs_flex {
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 670px;
}
.AboutUs-left, .AboutUs-right {
  position: static;
  width: 90%;
  margin: 0 auto 0 auto;
}
.AboutUs-article >h1 , .AboutUs-article >p {
  margin:10px;
}
.AboutUs-article {
  margin: 20px auto 0 auto;
}
.AboutUs-r-img {
  margin-top: 20px;
}
.AboutUs-r-img img{
   width: 100%;
   height: auto;
   margin: 0;
}
/* ニュースとイベントのセクション */
#section_news-events {
  width: 100%;
  height: 2220px;
  outline: 0px solid rgb(72, 102, 198); 
}
/* ニュース */
#news {
  position: static;
  height: auto;
  outline: 0px solid salmon; 
  margin-bottom: 10px;;
}
/* 要素を縦に並べる */
#news-flex {
  flex-direction: column;
  width: 100%;
}
.news-events_summary-news {
   position: static;
   padding-top: 20px;
}
.news-events-article-flex {
  margin-bottom: 100px;
  outline: 0px solid salmon; 
}
.news-events-article-flex time {
   font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   color: #3D251A;
   outline: 0px solid salmon; 
}
.news-events-article-flex h4 {
   font-family: "kiwi maru","Zen Kaku Gothic New", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 18px;
   color: #3D251A;
   outline: 0px solid salmon;   
}
/* 投稿画像3枚のflexbox */
#news-flex {
  display: flex;
  justify-content: center;
  outline: 0px solid salmon; 
}
/* 各投稿画像 */
#news-flex > div >img{
  width: 90%;
  margin: 0 auto 0 auto;
  border-radius: 20px;
  outline: 0px solid salmon; 
}
/* イベント */
/* PCの装飾をクリアにする */
#events {
 position: static;
 height: 680px;
}
.news-events_summary-events {
   position: static;
   margin: 0 auto 0 auto;
   padding-top: 20px;
  }
.news-events_summary-events a {
  margin: 0 auto 0 auto;
}
/* 投稿画像3枚のflexbox */
#events-flex {
  flex-direction: column;
  width: 100%;
  outline: 0px solid rgb(150, 250, 114); 
}
/* 各投稿画像 */
#events-flex >div {
  width: 90%;
  margin: 10px auto 20px auto;
  outline: 0px solid rgb(114, 250, 118); 
}
#events img {
  display:block;
  align-items: center;
}
 /* セクションタイトルNewsEvents共通 */
.section-title_flex {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  margin: 0px auto 0 auto;
  padding-top: 0px; 
  height:150px;
  outline: 0px solid salmon;
}
.section-title {
  display: block;
  color:#3D251A;
  margin: 50px auto 20px 0; 
}
/* 英語 */
.section-title_en {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
/* 日本語 */
.section-title_ja {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  margin: 0 auto 0 auto;
}
/* トップページに表示させるアイキャッチ画像のサイズ設定 */
  .eyecatch_img {
    width: 250px;
    height: auto;
  }
/* スケジュールとアクセスのセクション */
/* スケジュール */
#schedule-access {
  height: 1270px;
  margin: 0px auto 0 auto;
}
.section-title-schedule-access_flex {
  width: 100%;
  display: flex;
  padding: 20px 0 20px 0;
}
/* スケジュール全体 */
.schedule {
  width: 90%;
  outline: 0px solid rgb(68, 210, 60); 
  margin: 0 auto 0 auto;
}
.schedule_flex {
  display: flex;
  flex-direction: column;
  outline: 0px solid seagreen;
}
.schedule_flex > div {
  width: 100%;
  outline: 0px solid rgb(220, 135, 49);
}

/* 営業日・時間のテーブル */
.schedule_table > table {
  width: 100%;
  margin: 0 auto 0 auto; 
}
.th_day , 
.th_hour {
   padding: 15px;
   border-bottom-color: #aa9f9a;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   width: 50%;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   text-align: center;
   color: #3D251A;
   background: #aa9f9a;
}
.td_day , 
.td_hour {
   padding: 15px;
   border-bottom-color: #f6f3f2;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   width: 50%;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 15px;
   text-align: center;
   color: #3D251A;
   background-color: #f6f3f2;
}
/* カレンダー */
.schedule-img > img{
  width:100%;
 margin: 20px auto 20px auto;
}


/* schedule access shopinfoのセクションタイトル共通 */
 .section-title-shopinfo {
  display: block;
  color:#3D251A;
  margin: 50px auto 20px 20px; 
 }
/* タイトルの下のライングレー */
.section-title-shopinfo::after {
  content: "";
  margin: 0;
}

/* Accessのセクション */
/* アクセス全体 */
.access {
  outline:0px solid salmon; 
  margin: 0 auto 0 auto;
}
.access-map_flex {
  position: static;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 800px;
  margin: 0 auto 0 auto;
}
.access-map_flex >iframe {
  width: 100%;
  outline:0px solid rgb(178, 226, 89); 
  margin: 0;
}
/* 右側のテーブル */
.access_table {
  width: 100%;
  height: 750px;

}
.table_access-car {
   margin: 30px auto 0 auto;
   text-align: left;
}
.table_access-train {
  text-align: left;
}
.th_access-train {
  padding-top: 30px;
}
.td_access-car,.td_access-train {
  padding: 10px;
}
/* shopinfoのセクション */
#shopinfo_flex {
  position: static;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  width: 100%;
  height: 750px;
  margin: 0 auto 0 auto;
}
.shopinfo-left, .shopinfo-right {
  position: static;
  width: 100%;
}
.shopinfo-left {
  margin-bottom: 20px;
}
.shopinfo-img >img {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px;
}
/* 買取についてのセクション */
  .buy_flex {
    flex-direction: column;
  }
.sister {
  width: 100%;
  padding: 20px;
}
.buy_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.buy-fukasawa >p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:15px;
  line-height: 1.8rem;
  color: #f5f3f3;  
  text-align: center;
}
.buy-td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #f5f3f3;
}
.buy-td {
  padding: 10px;
}
.buy-td > a {
  text-decoration: none;
  color: #f5f3f3;
}
.buy-td > a:hover {
  color:#3D251A;
}
/* footer */
footer {
 width: 100%;
 height: 480px;
}
.footer-flex {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 auto;
}
.footer-flex >div{
  margin-top: 10px;
}
#footer-logo > img {
 padding-top: 15px;
 margin: 15px 0 0 10px;
 width:230px;
 height: auto;
}
.footer-link {
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}
.footer-link a {
  color: #f6f3f2;
  text-decoration: none; 
  margin-left: 10px;
  padding: 5px;
  width: 100%;
}
.footer-link a:hover {
  color: #9f9b99;
}
.footer-copylight-flex {
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  color:#f6f3f2;
}
/* ////////////////////スマホ対応　ニュース・イベントのページ///////////////// */
/* メインの画像内タイトル文字 */
.hero-title-news {
  position: absolute;
  top: 190px;
  right:100px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:50px;
  margin: 20px;
  color:#f3f2f2;
  text-shadow: 1px 2px 3px #949291;
}
.hero-title-events {
  position: absolute;
  top: 190px;
  right:100px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:50px;
  margin: 20px;
  color:#f3f2f2;
  text-shadow: 1px 2px 3px #949291;
}
/* 全体 */
#news-article {
  background-color: #f5f2f1;
  height: auto;
}
/* メインとサイドバーで左右２分割する */
.news-article-sidebar-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 0 auto;
}
 /* セクションタイトルNewsEvents共通 */
 /* 非表示にする */
.section-title_flex-news-events {
  display: none;
}
/* タイトルの下のライン白 */
.section-title::after {
   content:"";
   /* margin: 20px 20px 20px 0; */
 }
/*//////////// 左　投稿 ////////////*/
.news-article-main {
  background-color: #f5f2f1;
  width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 25px;
}
/* 投稿日 */
.news-article-day { 
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
/* 投稿タイトル */
.news-article-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin: 20px;
}
/* 投稿画像メイン１枚 */
.news-main-img >img{
  width: 100%;
  margin: o auto 0 auto;
}

/* 投稿画像サブを縦に並べる */
.news-imgs-flex {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 width: 100%;
}
/* 投稿画像サブ */
.news-sub-img1 img,
.news-sub-img2 img, 
.news-sub-img3 img {
   width:100%;
}

/* 投稿文 */
.news-article-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 10px;
}

/* next prev */
.next-prev-flex {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 30px auto;
  width: 90%;
}

/*//////////// 右　サイドバー///////////// */
#sidebar {
  background-color: #a1867b;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 20px;
}
.sidebar-news-events_flex {
  display: flex;
  flex-wrap: wrap;
}
/* 最近の投稿 */
.category-h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:20px;
  margin: 20px 0 0 10px;
  color:#f8f7f7;
}
.category-h2-p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 30px 30px;
  color:#f8f7f7;
}
.category-h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 20px;
  color:#f8f7f7;
}
.news-events-li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 20px;
  color:#f8f7f7;
  list-style: none;
}
.category-news {
  width: 100%;
  margin: 0 0 0 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#edeceb;
}
.category-day {
  list-style: none; 
  color: #edeceb;
}
.category-events {
  width: 80%;
  margin: 0 0 0 50px;
}

/* ニュース・イベント一覧ページ */
.news-events-archive_en {
  padding-top: 50px;
}
#main-container img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  display: block;
}
.main-visual {
  height: 495px;
}
}