﻿/*
Theme Name: 一般社団法人 津島市観光協会
Theme URI: http://tsushima-kankou.com/
Description: 一般社団法人 津島市観光協会 公式サイト Responsible Web Design バージョン
Author: Inamoto co. ltd.
Author URI: http://iinamotto.com/
Version: 0.1
*/

/*
スマホ: 320px - 540px 
タブレット: 540 - 980px
PC: 980px以上　最大1200px
*/
 
/* 共通の設定 */

/*---------- Tag ----------*/

 
body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: small;
  color: #444;
  max-width: 1000px;
  width: 100%;
  margin: 10px auto -10px;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a:link { color: #36c; }

a:visited { color: #669; }

a:hover,a:active { color: #000; }

em {
  color: #c22;
}

strong {
	font-weight: bold;
}

/* ---------- Div ---------- */

/* コンテナ */
#container {
  max-width: 100%;
  overflow: hidden;
}

/* ヘッダー */

#header {
  margin: 10px 0;
}

#header h1 {
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
  font-size: 200%;
}

#header h1 span {
  font-size: 66%;
}

#header p#en_name {
  color: #fff;
  background: #7b639a;
  font-size: 130%;
  letter-spacing: 1px;
  padding: 5px 10px;
}

/* フッター */

#footer {
  clear: both;
  background: #332940 url('images/footer-bg.png') no-repeat right top;
  color: #fff;
  padding: 20px;
}

#footer h2 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 30px;
}

/* サイドバー */

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar .widget {
  margin-bottom: 20px;
}

#sidebar h2 {
  font-size: 120%;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}


#sidebar li li a {
  color: #333;
  display: block;
  text-decoration: none;
  min-height: 44px;
  padding: 10px 5px;
}

#sidebar li li a:hover {
  background: #e6c5fa;
}

#sidebar .sub-menu {
  margin-left: 10px;
}




.breadcrumbs {
  margin: 1em 0;
}


/* Youtube */

.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #000;
  margin: 10px 0;
}

.youtubebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　トップページ　*/

#slider {
  margin-bottom: 10px;
}

#facebook iframe {
  max-width: 100%;
  width: 750px;
  display: block;
  margin: 10px auto;
}


/* 固定ページ */


/* お問合せ */

.wpcf7-form {
  padding: 10px;
  margin: 1em auto;
  background: #e0f0e0;
}

.wpcf7-form input {
  max-width: 100% !important;
}

.wpcf7-form textarea {
  width: 100% !important;
}

.wpcf7-submit {
  width: 100px;
  height: 50px;
}

/* 投稿 */

.post p {
  margin: 1em 0;
}

.post h1 {
  font-size: 140%;
  font-weight: bold;
  border-left: 10px solid #f33;
  border-bottom: 2px solid #f33;
  padding-left: 10px;
  margin: 20px 0 20px 10px;
 }

.post h2 {
  color: #333;
  margin: 20px 0;
}

.post h2 a {
  color: #000;
  font-size: 140%;
  font-weight: bold;
  text-decoration: none;
}

.post h3 {
  font-size: 140%;
  font-weight: bold;
  border-left: 10px solid #f33;
  border-bottom: 2px solid #f33;
  padding-left: 10px;
  margin: 20px 0 20px 10px;
 }

.post h3 a {
  color: #333;
  text-decoration: none;
}

.post h4 {
  font-size: 120%;
  font-weight: bold;
  color: #332940;
  border-bottom: 1px dashed #7b639a;
  margin: 20px 0 20px 20px;  
}

.post h4 a {
  color: #332940;
  text-decoration: none;
}

.post h5 {
  font-size: 120%;
  font-weight: bold;
  color: #000;
  margin: 1em 0;
}

.post h6 {
  font-size: 100%;
  font-weight: bold;
}

.post h6 a {
  color: black;
  text-decoration: none;
}

.post .postdate {
  font-size: 90%;
  font-weight: normal;
  color: #693;
}

.post table {
  border-collapse: collapse;
  margin: 1em;
}

.post th,
.post td {
  border: 1px solid #ddd;
  padding: 0.2em 1em;
}

.post th {
  background: #dbefce;
}

.post ol,
.post ul {
  padding-left: 3em;
}

.post ol li {
  list-style:decimal;
}

.post ul li {
  list-style:circle;
}

.post .more {
  text-align: right;
}

.post .postinfo {
  text-align: right;
}

/* フォトギャラリー */


/* 記事内の画像 */

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: solid 1px #aaa;
  text-align: center;
  padding-top: 5px;
}

.wp-caption p {
  margin: 0;
}

.cb {
  clear: both;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

/*ページネーション*/
.oldpage {
  float: right;
}

.newpage {
  float: left;
}


/* 検索フォーム */

#searchform label {
  display: none;
}

#s {
  border: solid 1px #aaa;
  width: 80%;
  height: 25px;
  padding: 3px 8px;
  float: left;
  border: 1px solid #ddd;
}

#s:hover,
#s:focus {
  background: #eee;
}

#searchsubmit {
  width: 20%;
  height: 25px;
  float: left;
  margin-bottom: 20px;
  border: none;
}

#searchsubmit:hover {
  background-color: #aaa;
}

#searchsubmit::after {
	height: 0;
	visibility: hidden;
	content:".";
	display: block;
	clear: both;
}

#no_result {
}

#no_result #s {
  max-width: 400px;
}

#no_result #searchsubmit {
  max-width: 30px;
}

/* -------- 固定ページ -------- */
/*   藤まつり  */
.page-id-24 td,
.page-id-24 th {
	font-size: 80%;
	padding: 0.5em 0.2em;
}

.page-id-24 th {
	text-align: center;
}


/* スマホのスタイル */


.post {
  margin: 1em 0;
}

/* タブレットのスタイル */
 
@media all and (min-width: 560px) {
  
  
}
  
/* PCのスタイル */
 
@media all and (min-width: 780px) {
  
#sidebar {
  width: 24%;
  float: left;
}

  #contents {
    width: 75%;
    float: right;
  }

}


