@charset "utf-8";
/*
Theme Name: 一般社団法人 岩国青年会議所
Theme URI: https://iwakunijc.com/
Description: 一般社団法人 岩国青年会議所 2022年度ホームページ
Version: 20220105
Author: adflex
Author URI: https://adflex-design.jp
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
}
/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
body {
  font-family: 'UD Shin Go Regular' ,'游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  color: #444;
  line-height: 190%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* リンク
---------------------------------------------------- */
a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:hover {
  color: #666;
}
a:active, a:focus {
  outline: 0;
}
/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}

/* リスト
---------------------------------------------------- */
ol {
  margin: 7px 0 7px 10px;
  padding: 0 0 0 0;
  list-style: decimal;
}
ul {
  margin: 7px 0 7px 4px;
  padding: 0 0 0 0;
  list-style: disc;
}
li {
  margin: 5px 0 5px 15px;
  padding: 0;
}
li a {
  color: #45AAB8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #666;
}
/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
.wrapper {
  margin: auto;
  max-width: 1200px;
  padding: 50px 30px;
}
/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */
#header {
    width: 100%;
    border-bottom: 5px solid #0090d5;
}


.header-inner {
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0 10px;
}

#header h1 {
  text-align: center;
  margin: 0;
}
.logo {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    float: left;
    max-width: 380px;
}
/* トップナビゲーション
---------------------------------------------------- */
#nav {
    width: auto;
    z-index: 9999;
    padding: 0;
    text-align: center;
    float: right;
}
#nav ul {
  list-style: none;
  margin: auto;
  text-align: right;
}
.main-navigation {
  margin: 0 auto;
  position: relative;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0;
  padding: 0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 -2px 0 -2px;
}
.nav-menu li a {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 20px 15px;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
  color: #0090d5;
}
.nav-menu .sub-menu, .nav-menu .children {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
  color: #333;
  margin: 0;
  width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  color: #0090d5;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
  display: block;
  background: #eee;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current-post-ancestor > a {
  color: #0090d5;
}
.toggle {
  display: none;
}
.menu-toggle {
  width: 40px;
  height: 40px;
}
.hamburger {
  display: none;
}
/* ハンバーガーメニュー
---------------------------------------------------- */
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 10px 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* トップヘッダー画像
---------------------------------------------------- */
.top-header {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.sub_title {
    width: 100%;
    font-family: 'UD Shin Go Medium' ,'游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 42px;
    background: #ffffffd9;
    padding: 15px 0;
    color: #0090d5;
    letter-spacing: 10px;
}


/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* トップページアイテム
---------------------------------------------------- */
.top_title {
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #0090d5;
  margin-bottom: 15px;
	font-family: "UD Shin Go Medium";
	
}
.top_comm {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.information {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    color: #0090d5;
}

.information_box {
    width: calc(100% / 2);
    padding: 15px;
}

.information_title {
    font-size: 32px;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.information_icon{
	margin-right: 15px;
}

.youtube{
	 width: 100%;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_touroku{
	width: 100%;
	text-align: center;
}

.facebook_inner{
	 width : 100%;
	margin: 0 auto;
}

.access	{
	width: 100%;
	margin-bottom: 100px;
}

.access_info {
    font-size: 38px;
    text-align: center;
    color: #0090d5;
    margin-bottom: 15px;
}

.access_info::before {
    content: '\f5e4';
    font: var(--fa-font-solid);
    margin-right: 10px;
    display:block;
}

.access p{
    font-size: 18px;
	text-align: center;;
}


.topmenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
	margin: 0 auto 100px;
}


.topmenu__bn {
  width: calc(100% / 5);
  padding: 10px;
  text-align: center;
}

.full {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　サブページタイトル
---------------------------------------------------- */
.title {
  padding: 20px 0;
  text-align: center;
  background: #0090d5;
  color: #ffffff;
}
.title__txt {
  font-size: 34px;
  letter-spacing: 10px;
  margin-bottom: 0;
}
/* サブページ
---------------------------------------------------- */

.subpage {
    width: 100%;
    padding: 0 0 100px;
}

.subpage h2 {
  font-size: 30px;
  text-align: center;
  border-bottom: 3px solid #0090d5;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 30px 0 5px;
  letter-spacing: 5px;
}
.subpage h3 {
  text-align: center;
  font-size: 24px;
  color: white;
  letter-spacing: 0.5em;
  background: #0090d5;
  padding: 10px 50px;
  margin: 50px 0;
}
.subpage_text_center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.subpage p {
    font-size: 18px;
    line-height: 2em;
    text-align: left;
    margin-bottom: 30px;
}

.iinkai_keikaku{
	text-align: center;
	display: block;
}

.subpage ul {
  margin: 0 auto;
  text-align: left;
display: inline-block;
}
.subpage li {
  width: 100%;
  font-size: 120%;
  color: #0090d5;
  list-style: disc;
}

.officers{
	width: 100%;
	margin-bottom: 100px;
}


.president_photo {
  width: 100%;
  margin-bottom: 50px;
}
.keikaku {
  font-size: 30px;
  color: #0090d5;
  margin-bottom: 20px;
  border-bottom: dotted #0090d5 3px;
  letter-spacing: 5px;
  text-align: center;
  width: 100%;
  float: left;
  font-weight: bold;
}
.keikaku__midashi {
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 2em;
  text-align: center;
}
.keikaku__img {
  text-align: center;
}

.keikaku_houshin {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 50px;
}

.keikaku_houshin_txt{
	text-align: left;
	display: inline-block;
}

.keikaku_soshikizu{
	width: 100%;
	text-align: center;
}

/* contactform
---------------------------------------------------- */
.contact_title {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  padding: 20px 0;
}
.contact_phone {
  background: #F0EFEE;
  padding: 15px;
  margin: 30px 0;
  overflow: hidden;
}
.contact_phone_left {
  font-size: 130%;
  padding: 0px 0px;
  float: left;
  width: 35%;
  text-align: center;
}
.contact_phone_right {
  padding: 15px 0;
  text-align: center;
  background: #FFF;
  width: 65%;
  float: right;
}
.contact_phone_right img {
  text-align: center;
  width: 60%;
  vertical-align: middle;
  padding: 7px 0;
}
/*見出し欄*/
.inquiry {
  width: 80%;
  margin: 50px auto;
}
.inquiry p {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  padding: 15px 0px 15px 0px;
  text-align: left;
}
.inquiry_title {
  width: 100%;
  font-size: 150%;
  margin: 50px auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #3fa8f4;
}
.inquiry_title span {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.inquiry_title span img {
  width: 45px;
}
.inquiry th {
  text-align: left;
  font-size: 18px;
  color: #444;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  border: none;
  vertical-align: middle;
}
/*通常欄*/
.inquiry td {
  font-size: 18px;
  border: none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 15px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 15px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 50%;
  background: #008fd4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  margin: 30px auto 0;
	border:1px solid #008fd4;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #008fd4;
}

.wpcf7 input[name="your-name"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-kana"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="kana"], .wpcf7 input[name="your-postalcode"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-birthday"] {
  width: 100%;
  height: 50px !important;
	font-size: 18px;
}
.wpcf7 textarea {
  width: 95%;
  height: 350px !important;
	font-size: 18px;
}


/* ブログ記事部分
---------------------------------------------------- */
.single-contents {
  margin: 0 0 70px 0;
}
.page-contents {
  margin: 0 0 70px 0;
}
p {
  font-size: 16px;
  color: #444;
}
p a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
p a:hover {
  color: #666;
}
p a:active, a:focus {
  outline: 0;
}

/* 見出し
---------------------------------------------------- */
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}


/* 次の記事・前の記事
---------------------------------------------------- */
#next {
  font-size: 90%;
  line-height: 150%;
  margin: 50px 0 20px 0;
}
.next-left {
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
  background: url(images/left.gif) no-repeat left;
}
.next-left a {
  padding: 20px 20px 20px 50px;
  display: block;
  border: 1px solid #fff;
}
.next-left a:hover {
  border: 1px solid #eee;
}
.next-right {
  float: right;
  text-align: right;
  margin: 0 0 10px 0;
  background: url(images/right.gif) no-repeat right;
}
.next-right a {
  padding: 20px 50px 20px 20px;
  display: block;
  border: 1px solid #fff;
}
.next-right a:hover {
  border: 1px solid #eee;
}
/* ページャー
---------------------------------------------------- */
.pager {
  text-align: center;
  margin: 50px 0 80px 0;
}
a.page-numbers, .pager .current {
  background: #f0f0f0;
  padding: 10px 10px;
  margin: 0 2px;
}
.pager .current {
  background: #ccc;
  color: #fff;
}

/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* *****************************************************************
*	フッター
* ***************************************************************** */
#footer {
  background: #0090d8;
  clear: both;
  width: 100%;
  margin: 0px auto;
}
.footer-inner {
  margin: 0px auto;
  padding: 50px 0px;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.footer_add {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.footer_logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
}

.jci_logo{
	text-align: center;
  margin-bottom: 5px;
}

.iwakuni_logo{
	text-align: center;
  margin-bottom: 5px;
}

.footer_add_txt {
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  color: #FFF;
}
.footer_map {
  width: calc(100% / 2);
  padding: 0 0 0 50px;
}

#copyright {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px;
  background: #006090;
}

/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */
.img-anime2 img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-anime2:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* PC 画面の横幅が960px以上
---------------------------------------------------- */
@media only screen and (min-width: 960px) {
  .sidebar {
    width: 300px;
  }
}
/* Tablet (Portrait) 画面の横幅が768px〜1024pxまで
---------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding: 30px 20px 50px;
  }
  .header-inner {
    width: 100%;
    padding: 10px 0;
  }
.logo {
    width: 100%;
    float: none;
    margin: 0 auto;
}
  #nav {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #nav ul {
    text-align: center;
  }
  .information__news {
    padding: 0 10px;
  }
  .information_item_txt_meta {
    width: 100%;
  }
  .information_item_txt_title {
    width: 100%;
  }
  .topmenu {
    margin-bottom: 20px;
  }
  li.item {
    height: 460px;
    margin-bottom: 40px;
  }
  .twothird {
    width: 460px;
    margin-right: 10px;
  }
  .footer-inner {
    width: 100%;
    padding: 30px;
  }
  .footer_add {
    border-right: none;
    padding: 0;
  }
  .footer_map {
    padding: 0 0 0 25px;
  }
}
/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 30px 15px 50px;
  }
  .header-inner {
    width: 300px;
    margin: auto;
    padding: 5px 0;
  }
.logo {
    width: 95%;
    padding: 10px;
}
	
  #nav {
    display: none;
    position: absolute;
    top: 0;
    float: none;
    text-align: center;
    width: 100%;
    background: #fefefe;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  #nav ul {
    text-align: center;
  }
  .nav-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .nav-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #ededed;
  }
  .top_title {
    font-size: 26px;
  }
  .top_comm {
    text-align: left;
    font-size: 18px;
  }
	
.information_box {
    width: calc(100% / 1);
    padding: 15px;
}

.access {
    margin-bottom: 20px;
}
	
.access_info {
    font-size: 26px;
}
	
.ggmap {
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
	
.topmenu {
    margin: 0 auto 0px;
}
	
  .topmenu__bn {
    width: calc(100% / 3);
    padding: 5px;
  }
  .title__txt {
    font-size: 34px;
    letter-spacing: 5px;
  }
	
.subpage {
    padding: 0 0 20px;
}
	
.president_photo {
    margin-bottom: 0;
}
	
  .subpage h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
	
.subpage h3 {
    padding: 10px 0px;
    margin: 20px 0;
}
	
.subpage li {
    font-size: 100%;
}
	
.iinkai_keikaku {
    padding: 0 25px;
}
	
.officers {
    margin-bottom: 20px;
}
	
  .pagetitle {
    font-size: 34px;
    letter-spacing: 5px;
  }
  .keikaku {
    font-size: 24px;
  }
	
  .keikaku__midashi {
    font-size: 16px;
  }
	
  .toggle {
    display: block;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }
  li.item {
    height: auto;
    margin-bottom: 100px;
    width: calc(100% / 2);
  }
  table.similar-text img {
    width: 100px;
  }
  table.similar-text th {
    width: 100px;
  }
  .pagedate {
    margin: -20px 0 -10px 0;
  }
  .head-img img {
    margin: 35px auto 10px auto;
  }
  p {
    font-size: 15px;
  }
  .pager {
    margin: 80px 0 80px 0;
  }
  .footer-inner {
    width: 100%;
    padding: 30px;
  }
  .footer_add {
    width: calc(100% / 1);
    border-right: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_add_txt {
    line-height: 1.5em;
    font-size: 14px;
  }
  .footer_map {
    width: calc(100% / 1);
    padding: 0;
  }
  #copyright {
    font-size: 14px;
    padding: 10px 5px;
  }
  .mobile-display-none {
    display: none;
  }
  .single-contents br {
    display: none;
  }
  .top-wide-contents br {
    display: none;
  }
  .single-contents {
    margin: 0 0 130px 0;
  }
  .page-contents {
    margin: 0 0 130px 0;
  }
	
.contact_title {
    font-size: 18px;
	text-align: left;
}
	
.contact_phone_left {
    font-size: 100%;
    padding: 0px 0px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
}
	
.contact_phone_right {
    width: 100%;
    float: left;
}
	
.contact_phone_right img {
    width: 85%;
}
	
.inquiry {
    width: 100%;
	margin: 0 auto;
}
	
.inquiry th {
    width: 100%;
    display: block;
}
	
.inquiry td {
    display: block;
}
	
#formbtn {
    width: 100%;
}
	
}
/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .wrapper {
    width: 100%;
  }
  .header-inner {
    width: 85%;
    margin: 0;
  }
}
/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 420px;
  }
  .header-inner {
    width: 420px;
    margin: auto;
  }
  li.item {
    height: auto;
    margin-bottom: 100px;
  }
  .footer-inner {
    width: 420px;
    padding: 0px 0px;
  }
}
/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */
/* Twitter Timeline
---------------------------------------------------- */
.twitter-timeline {
  width: 100%;
  height: 300px;
}
/* YouTube embed
---------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube URL貼り付け用
---------------------------------------------------- */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
	
}
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
  }

@media only screen and (max-width: 1024px) {
  .facebook_inner {
    width: 100%;
    height: 500px;
	  max-width: 500px;
  }
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}