/* reset
------------------------------------------------------------------------- */
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, address, code, strong, i, center,	dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, footer, header, menu, nav, section, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;} ul,li {list-style: none;}
table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}
input[type="checkbox"] {width: 1em;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
button,input,optgroup,select,textarea {font-family: sans-serif;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}

/* style
------------------------------------------------------------------------- */
html,body {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	height: 100%;
  position: relative;
  background-color: #fafafa;
  font-optical-sizing: auto;
	scroll-padding-top: 90px;
}
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}

/* text style
------------------------------------------------------------------------- */
a {color:#D20F19; text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;}
.clear {clear: both;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.btm {margin-bottom: 30px;}
.op:hover {opacity: 0.7;}
.center,.center-pc {text-align: center;}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}
a[target=_blank] {
	padding-right: 24px;
  margin: 0 6px 0 0;
	background: url(../images/common/link_icon.svg) right center/16px auto no-repeat;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
 /* ヘッダー
--------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  height: 90px;
  z-index: 999;
}
header .inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-sizing: border-box;
  padding: 20px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.026);
}
header .logo {
  width: 260px;
  margin: 8px 0 0 0;
}
header .logo a {
  color: #fff;
}

/* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: auto;
  display: flex;
  flex-direction: row;
}
.navbar_toggle{
  display: none;
}
.menu{
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.menu ul li{
  padding: 0 15px;
  border-bottom: none;
  text-align: center;
  line-height: 3em;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.menu ul li:nth-of-type(2),.menu ul li:nth-of-type(5),.menu ul li:nth-of-type(7) {
  line-height: 1.2em;
}
.menu ul li:last-child {
  background-color: #D20F19;
}
.menu ul li a {
   width: 100%;
   height: 100%;
   display: block;
   color: #000;
}
.menu ul li:last-child a {
  color: #fff;
  padding: 10px 0;
}
.menu ul li a:hover {
  color: #D20F19;
}
.menu ul li:last-child:hover {
  background-color: #000;
  transition : all 0.5s ease 0s;
}
.menu ul li:last-child a:hover {
  color: #fff;
}
 /* メインビジュアル
--------------------------------------------------------- */
#mainVisual,#mainVisual_sub {
  max-width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000 url(../images/kv/kv_bg.jpg) no-repeat center center;
  background-size: auto;
}
#mainVisual::after,#mainVisual_sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-image: radial-gradient(#000 10%, transparent 90%);
  background-position: 0 0;
  background-size: 4px 4px;
  z-index: 0;
}
#mainVisual_sub {
  height: 400px;
}
#mainVisual .inner {
  width: 90%;
  margin: 0 auto;
  padding: 220px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
#mainVisual .inner .title__1 {
  font-weight: 700;
  font-size: 30px;
  background-color: rgba(38, 121, 0, 0.825);
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 60px auto;
}
#mainVisual .inner h1 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.727);
}
#mainVisual .inner h1 p {
  font-size: 28px;
  font-weight: 700;
  line-height: 3em;
  
}
#mainVisual .inner h1 span {
  font-size: 44px;
  font-weight: 900;
}
#mainVisual_sub h1 {
  font-size: 40px;
  text-align: center;
  margin: 220px auto 0 auto;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.727);
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 5px;
}
.support_info {
  width: 800px;
  margin: -100px auto 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}
.support_info .main_ttl {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.support_info .sub_ttl {
  font-size: 20px;
  font-weight: 500;
}
.support_info .btn ,#sponsorship .btn,.float-button__wrap .btn,.thankspage .btn {
  width: 340px;
  margin: 30px auto 10px auto;
  background-color: #D20F19;
  font-size: 20px;
  box-sizing: border-box;
  position: relative;
}
.support_info .btn a,#sponsorship .btn a,.float-button__wrap .btn a,.thankspage .btn a {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.support_info .btn::after ,#sponsorship .btn::after,.float-button__wrap .btn::after,.thankspage .btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
.support_info .btn:hover,#sponsorship .btn:hover,.float-button__wrap .btn:hover,.thankspage .btn:hover {
  background-color: #000;
  color: #fff;
  transition : all 0.5s ease 0s;
}
.support_info .note {
  font-size: 12px;
}
 /* コンテンツ
--------------------------------------------------------- */
.main_containt_full {
  width: 100%;
  position: relative;
  padding: 20px 0 0 0;
}
.inner_containt {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0;
}
.inner_containt_sponsor {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: #292929;
  color: #fff;
}
.inner_containt_sponsor .main {
  text-align: center;
}
.inner_containt_sponsor h2:before {
  background-color: #fff;
}
.gray {
  background: #fff;
}
section {
  width: auto;
  margin: 0 auto 80px auto;
  position: relative;
  clear: both;
  line-height: 1.8em;
}
section:last-child {
  margin: 0 auto;
}
section:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
 /* 見出し
--------------------------------------------------------- */

h2 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 120px auto;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 90px;
  height: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

.flex_herf {
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
 /* 大阪の喫煙にまつわる環境
--------------------------------------------------------- */
#situation .left {
  width: 59%;
}
#situation .left ul li {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  font-size: 28px;
  font-weight: 500;
  list-style-type: none!important;
  position: relative;
  margin: 0 0 24px 0;
}
#situation .left ul li .note {
  font-size: 16px;
  margin: 0 0 0 35px;
}
#situation .left ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:20px;
  height: 20px;
  background: #D20F19;
  border-radius: 50%;
  margin-right: 14px;
}
#situation .right {
  width: 30%;
}
.check_area {
  width: 100%;
  padding: 80px 0;
  background-color: #ececec;
  text-align: center;
}
.check_area .icon {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 10px auto;
  padding: 0 1rem;
}
.check_area .icon span {
  display: block;
}
.check_area .icon span::before,.check_area .icon span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.check_area .icon span::before {
  transform: rotate(-30deg);
  left: 0;
}
.check_area .icon span::after {
  transform: rotate(30deg);
  right: 0;
}
.check_area .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
.check_area .body {
  font-size: 22px;
  line-height: 1.7em;
}
/* 喫煙所概要
--------------------------------------------------------- */
#about .about_area {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  box-sizing: border-box;
  padding: 50px;
  margin: -100px auto 0 auto;
  position: relative;
}
#about .about_area h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
#about .about_area h4 {
  font-size: 20px;
  font-weight: 500;
  width: 140px;
  margin: 40px auto 20px auto;
  border: 1px solid #000;
  padding: 0 10px;
  text-align: center;
}
#about .about_area p {
  text-align: justify;
}
/* 「SMOKING DOWN」オープンに至る朝倉未来の想い
--------------------------------------------------------- */
#thought .letter_area {
  width: auto;
  position: relative;
}
#thought .letter {
  width: 93%;
  background-color: #f4f4f4;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  margin: 50px 0 0 0;
  text-align: justify;
}
#thought .letter p:first-child {
  width: 77%;
  margin: 0 0 1.4em 0;
}
#thought .letter p:last-child {
  text-align: right;
  margin: 1em 0 0 0;
  font-size: 16px;
}
#thought .photo {
  width: 300px;
  position: absolute;
  top: -50px;
  right: 0;
}
/* 行政からのコメント
--------------------------------------------------------- */
#comment .comment_area {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  box-sizing: border-box;
  padding: 40px;
  margin: 40px auto 0 auto;
  position: relative;
}
#comment .comment_area .municipality {
  font-size: 20px;
  font-weight: 500;
  width: 140px;
  margin: 0 auto;
  border: 1px solid #004898;
  padding: 0 10px;
  text-align: center;
  color: #004898;
}
#comment .comment_area:last-child .municipality {
  color: #00805E;
  border: 1px solid #00805E;
}
#comment .comment_area h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}
#comment .comment_area blockquote {
  width: auto;
  background-color: #f6f6f6;
  padding: 40px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  text-align: justify;
}
#comment .comment_area blockquote a {
  text-decoration: underline;
}
#comment .comment_area .sub {
  font-size: 14px;
  color: #989898;
  margin: 10px 0 0 0;
}
#comment .comment_area blockquote .link_zone {
  line-height: 1.3em;
}
#comment .comment_area .link {
  font-size: 14px;
  text-decoration: underline;
}
#comment .comment_area .icon {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 40px;
}
#comment .comment_area a {
  color: #D20F19;
}
/* アクセスマップ
--------------------------------------------------------- */
#access .left {
  width: 45%;
}
#access .right {
  width: 50%;
  padding: 25px 0 0 0;
}
#access h3 {
  margin: 0 0 30px 0;
  background: url(../images/access/pin.svg) no-repeat center left;
  background-size: 40px;
  padding: 4px 0 0 50px;
}
#access h3 p {
  font-size: 30px;
  font-weight: 700;
}
#access h3 span {
  font-size: 16px;
}
#access .note {
  margin: 40px 0 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
#access span {
  font-size: 14px;
}
/*
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/
/* ご協賛、ご支援
--------------------------------------------------------- */
.inner_containt_sponsor .flex_herf {
  width: 1100px;
  margin: 0 auto 60px auto;
  align-items: center;
  text-align: center;
}
.inner_containt_sponsor .flex_herf div {
  width: 25%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  height: auto;
  color: #000;
  text-align: center;
}
.inner_containt_sponsor .flex_herf div:nth-of-type(2) {
  width: 45%;
}
.inner_containt_sponsor .flex_herf div:nth-of-type(3) {
  width: 26%;
}
.inner_containt_sponsor h3 {
  width: 130px;
  margin: 30px auto 20px auto;
  text-align: center;
  border: 1px solid #fff;
  padding: 0 10px;
}
.inner_containt_sponsor h4 {
  font-weight: 700;
}
.inner_containt_sponsor .flex_herf p:last-child {
  font-size: 14px;
  line-height: 1.4em;
}
.inner_containt_sponsor .note {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/* #追従ボタン
------------------------------------ */
.float-button__wrap {
  display: none;
  width: 280px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 28px;
  color: #b00000;
  cursor: pointer;
}
.float-button__wrap .ttl {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.float-button__wrap .body {
  font-size: 14px;
  line-height: 1.5em;
}
.float-button__wrap .btn {
  width: 90%;
  font-size: 16px;
  margin: 8px auto;
}
.float-button__wrap span {
  font-size: 11px;
}
/* #お問い合わせ
------------------------------------ */
.form_container {
  width: 900px;
  margin: 100px auto;
}
.form_container h2 {
  font-size: 22px;
  margin: 0 0 50px 0;
}
.form_container h2:before {
  display: none;
}
.form_container .note {
  font-size: 14px;
}
.form_container .note a {
  text-decoration: underline;
}
.form_container .form_area {
  width: auto;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  margin: 20px 0 0 0;
}
.red {
	color: #d12f13;
}
.form_container dl {
  margin: 0 0 30px 0;
}
.form_container dl span {
  font-size: 12px;
  color: #d12f13;
  margin: 0 0 0 10px;
}
.form_container dl dd {
  position: relative;
}
.form_container dl dd ul li {
  display: inline-block;
  margin: 0 26px 0 0;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 8px 0 0;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
input, textarea {
  font: 18px;
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
}

::-webkit-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
::-moz-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
.submit_button{
	width: 300px;
	height: auto;
	padding: 15px 0;
	margin: 20px auto;
	text-align: center;
	background-color: #D20F19;
	font-weight: bold;
  color: #fff;
}
.submit_button:hover{
	background-color: #000;
}
.thankspage p {
  text-align: center;
}
.form_error {
  width: auto;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #D20F19;
  color: #D20F19;
  margin: 0 0 10px 0;
}
.form_error h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.formTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
.formTable th {
  padding: 15px;
  width: 30%;
  border: 1px solid #000;
  box-sizing: border-box;
}
.formTable td {
  width: 70%;
  padding: 15px;
  border: 1px solid #000;
  box-sizing: border-box;
}
/* 個人情報保護方針
------------------------------------ */
.policy dl {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.policy dl dt {
  font-weight: 600;
}
.policy .memo {
  font-size: 14px;
}
.policy dl table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4em;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.policy dl table th {
  font-weight: 500;
  padding: 10px;
  background-color: #ececec;
  border: 1px solid #5f5f5f;
  vertical-align: middle;
}
.policy dl table td {
  padding: 10px;
  border: 1px solid #5f5f5f;
  vertical-align: middle;
}
.policy dl section {
  margin: 0 0 50px 0;
}
.policy dl h3 {
  font-weight: 500;
  margin: 0 0 10px 0;
}
.big_h {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 14px 0;
}
	/* footer
------------------------------------ */
footer {
	width: 100%;
	clear: both;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}
footer .mark {
  width: 80px;
  margin: 0 auto 30px auto;
}
footer .d__1 {
  font-size: 14px;
}
footer .d__2 {
  font-size: 16px;
  margin: 20px auto 30px auto;
}
footer .d__2 a {
  text-decoration: underline;
}
footer .copy {
  font-size: 12px;
}
.thanks {
  padding: 100px 0 0 0;
  text-align: center;
}
.link {
  margin: 50px 0;
  text-decoration: underline;
}
.first {margin-left: 0;clear: left;}
.last {margin-bottom: 45px;}

/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 1300px) {

.pc_only {
  display: none!important;
}
.sp_only {
  display: block!important;
}
   /* ドロワーメニュー
--------------------------------------------------------- */
a {
  word-break: break-all;
}
nav{
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  flex-direction: column;
}
.drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 8px;
  right: 6%;
  height: 55px;
  padding: 0 1em;
}
.navbar_toggle{
  display: block;
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 40px;
  background: #D20F19;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu{
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  width: 130%;
}
.menu ul{
  height: 100vh;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.menu ul li{
  height: 80px;
  margin: 0;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #CCC;
  font-size: 22px;
}
.menu ul li:nth-of-type(2),.menu ul li:nth-of-type(5),.menu ul li:nth-of-type(7) {
  line-height: 80px;
}
.menu ul li a {
   color: #000;
}
.menu ul li::after {
  display: none;
}
.menu ul li:last-child {
  height: 100px;
}
.menu ul li:last-child a {
  color: #fff;
  padding: 20px 0 0 0;
  line-height: 1.5em;
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform:translateX(-20%);
  transform:translateX(-20%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.inner_containt,.inner_containt_sponsor .flex_herf,.form_container {
  width: auto;
  padding: 80px 30px;
}
.form_container {
  padding: 20px 30px 80px 30px;
}
header .inner {
  width: 90%;
}
h2 {
  margin: 0 auto 90px auto;
  font-size: 30px;
}
#mainVisual,#mainVisual_sub {
  max-width: 100%;
  height: 540px;
}
#mainVisual .inner {
  width: 90%;
  padding: 130px 0 0 0;
}
#mainVisual .inner .title__1 {
  margin: 0 auto 20px auto;
  line-height: 1.5em;
}
#mainVisual .inner h1 p {
  line-height: 2em;
}
.support_info {
  width: 800px;
  margin: -80px auto 0 auto;
}
.check_area {
  width: auto;
  padding: 80px 30px;
}
.inner_containt_sponsor {
  width: auto;
}
.inner_containt_sponsor .flex_herf {
  width: auto;
}
#mainVisual_sub {
  height: 380px;
}
#thought .letter_area {
  width: auto;
  position: relative;
}
#thought .letter {
  width: auto;
  padding: 40px 20px 20px 20px;
  margin: 250px 0 0 0;
  line-height: 1.5em;
}
#thought .letter p:first-child {
  width: auto;
  margin: 0 auto;
}
#thought .letter p:last-child {
  text-align: right;
  margin: 1em 0 0 0;
  font-size: 16px;
}
#thought .photo {
  width: 200px;
  position: absolute;
  top: -170px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#situation .left {
  width: 70%;
}
#situation .right {
  width: 28%;
}
}


/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 600px) {
.pc_only {
  display: none!important;
}
.sp_only {
  display: block!important;
}
   /* ドロワーメニュー
--------------------------------------------------------- */
a {
  word-break: break-all;
}
nav{
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  flex-direction: column;
}
.drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -2px;
  right: 4%;
  height: 55px;
  padding: 0 1em;
}
.navbar_toggle{
  display: block;
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #D20F19;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu{
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  width: 130%;
}
.menu ul{
  height: 100vh;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.menu ul li{
  height: 80px;
  margin: 0;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #CCC;
  font-size: 20px;
}
.menu ul li:nth-of-type(2),.menu ul li:nth-of-type(5),.menu ul li:nth-of-type(7) {
  line-height: 80px;
}
.menu ul li a {
   color: #000;
}
.menu ul li::after {
  display: none;
}
.menu ul li:last-child {
  height: 100px;
}
.menu ul li:last-child a {
  color: #fff;
  padding: 20px 0 0 0;
  line-height: 1.5em;
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform:translateX(-10%);
  transform:translateX(-10%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
 /* ヘッダー
--------------------------------------------------------- */
header .inner {
  width: 93%;
  display: block;
  padding: 15px;
}
header .logo {
  width: 160px;
  margin: 0 auto;
}
 /* メインビジュアル
--------------------------------------------------------- */
#mainVisual,#mainVisual_sub {
  height: 430px;
  background-size: cover;
}
#mainVisual_sub {
  height: 200px;
}
#mainVisual .inner {
  padding: 100px 0 0 0;
}
#mainVisual .inner .title__1 {
  font-size: 18px;
  padding: 10px;
  margin: 0 auto 10px auto;
  line-height: 1.4em;
}
#mainVisual .inner h1 p {
  font-size: 16px;
}
#mainVisual .inner h1 span {
  font-size: 34px;
  line-height: 1.3em;
}
#mainVisual_sub h1 {
  font-size: 20px;
  margin: 110px auto 0 auto;
  letter-spacing: 2px;
}
.support_info {
  width: 90%;
  margin: -70px auto 0 auto;
  padding: 20px;
}
.support_info .main_ttl {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.support_info .sub_ttl {
  font-size: 16px;
  line-height: 1.4em;
}
.support_info .btn ,#sponsorship .btn,.float-button__wrap .btn,.thankspage .btn {
  width: 90%;
  margin: 20px auto 10px auto;
  font-size: 18px;
}
 /* コンテンツ
--------------------------------------------------------- */
.main_containt_full {
  width: 100%;
  position: relative;
  padding: 20px 0 0 0;
}
.inner_containt {
  width: auto;
  padding: 40px 20px;
}
.inner_containt_sponsor {
  width: auto;
  padding: 50px 20px;
}
section {
  width: auto;
  margin: 0 auto 60px auto;
}
 /* 見出し
--------------------------------------------------------- */
h2 {
  margin: 0 auto 80px auto;
  font-size: 24px;
}
h2:before {
  bottom: -25px;
}
.flex_herf {
  width: auto;
  display: block;
}
 /* 大阪の喫煙にまつわる環境
--------------------------------------------------------- */
#situation .left {
  width: auto;
}
#situation .left ul li {
  padding: 15px 20px 15px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.134);
  font-size: 18px;
  font-weight: 500;
  list-style-type: none!important;
  position: relative;
  margin: 0 0 16px 0;
  background-color: #fff;
  border-left: 10px solid #D20F19;
  line-height: 1.6em;
}
#situation .left ul li .note {
  font-size: 14px;
  margin: 0;
  line-height: 1.4em;
}
#situation .left ul li:before{ 
  display:none;
}
#situation .right {
  width: 60%;
  margin: 30px auto 0 auto;
}
.check_area {
  width: auto;
  padding: 60px 20px;
}
.check_area .ttl {
  font-size: 20px;
}
.check_area .body {
  font-size: 18px;
  text-align: left;
}
/* 喫煙所概要
--------------------------------------------------------- */
#about .about_area {
  width: auto;
  padding: 30px 20px;
  margin: -8px auto 0 auto;
  line-height: 1.6em;
}
#about .about_area h3 {
  font-size: 22px;
  line-height: 1.5em;
}
/* 「SMOKING DOWN」オープンに至る朝倉未来の想い
--------------------------------------------------------- */
#thought .letter_area {
  width: auto;
  position: relative;
}
#thought .letter {
  width: auto;
  padding: 40px 20px 20px 20px;
  margin: 250px 0 0 0;
  line-height: 1.5em;
}
#thought .letter p:first-child {
  width: auto;
  margin: 0 auto;
}
#thought .letter p:last-child {
  text-align: right;
  margin: 1em 0 0 0;
  font-size: 16px;
}
#thought .photo {
  width: 200px;
  position: absolute;
  top: -170px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* 行政からのコメント
--------------------------------------------------------- */
#comment .comment_area {
  width: auto;
  padding: 20px;
  margin: 40px auto 0 auto;
}
#comment .comment_area .municipality {
  font-size: 16px;
  width: 120px;
}
#comment .comment_area h3 {
  font-size: 20px;
  margin: 20px 0 40px 0;
}
#comment .comment_area blockquote {
  width: auto;
  padding: 20px;
}

#comment .comment_area .sub {
  font-size: 12px;
}
#comment .comment_area .link {
  font-size: 14px;
  line-height: 1.1em;
}
#comment .comment_area .icon {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 30px;
}
/* アクセスマップ
--------------------------------------------------------- */
#access .left {
  width: 90%;
  margin: 0 auto;
}
#access .right {
  width: auto;
  padding: 25px 0 0 0;
  line-height: 1.3em;
}
#access h3 {
  margin: 0 0 30px 0;
  background: url(../images/access/pin.svg) no-repeat center top;
  background-size: 24px;
  padding: 40px 0 0 0;
  text-align: center;
}
#access h3 p {
  font-size: 22px;
  font-weight: 700;
}
#access h3 span {
  font-size: 12px;
}
#access .note {
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
}
#access span {
  font-size: 14px;
  line-height: 1em;
}

/* ご協賛、ご支援
--------------------------------------------------------- */
.inner_containt_sponsor .flex_herf {
  width: auto;
  margin: 0 auto 40px auto;
  align-items: center;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap; 
}
.inner_containt_sponsor .main {
  text-align: left;
}
.inner_containt_sponsor .flex_herf div {
  width: 98%;
  margin: 0 auto 20px auto;
  padding: 10px;
}
.inner_containt_sponsor .flex_herf div:nth-of-type(2) {
  width: 98%;
  order: -1;
}
.inner_containt_sponsor .flex_herf div:nth-of-type(3) {
  width: 98%;
  order: 3;
}

/* #追従ボタン
------------------------------------ */
.float-button__wrap {
  display: none;
  width: 270px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.close-btn {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 36px;
}
.float-button__wrap .ttl {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.float-button__wrap .body {
  font-size: 12px;
  line-height: 1.5em;
}
.float-button__wrap .btn {
  width: 95%;
  font-size: 14px;
  margin: 8px auto;
  box-sizing: border-box;
}
/* #お問い合わせ
------------------------------------ */
.form_container {
  width: auto;
  margin: 50px auto;
  padding: 0 20px;
}
.form_container h2 {
  font-size: 18px;
  margin: 0 0 50px 0;
}
.form_container h2:before {
  display: none;
}
.form_container .note {
  font-size: 14px;
  line-height: 1.5em;
}
.form_container .form_area {
  width: auto;
  padding: 20px;
}
.form_container dl {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.form_container dl span {
  font-size: 12px;
  color: #d12f13;
  margin: 0 0 0 10px;
}
.form_container dl dt {
  font-weight: 500;
}
.form_container dl dd {
  position: relative;
}
.form_container dl dd ul li {
  display: inline-block;
  margin: 0 26px 0 0;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 8px 0 0;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
input, textarea {
  font: 16px;
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
}

::-webkit-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
::-moz-placeholder {
  color: #b7bbb7;
  font-weight: normal;
  font-size: 16px;
}
.submit_button{
	width: 250px;
	height: auto;
	padding: 15px 0;
	margin: 20px auto;
	text-align: center;
	background-color: #D20F19;
	font-weight: bold;
  color: #fff;
}
.submit_button:hover{
	background-color: #88acc7;
}
/* 個人情報保護方針
------------------------------------ */
.policy dl {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.policy dl dt {
  font-weight: 600;
}
.policy .memo {
  font-size: 14px;
}

	/* footer
------------------------------------ */
footer {
  width: auto;
  padding: 30px 20px;
}
footer .d__1 {
  font-size: 14px;
  line-height: 1.3em;
}
footer .d__2 {
  font-size: 16px;
  margin: 20px auto 30px auto;
  text-decoration: underline;
}
footer .copy {
  font-size: 12px;
}
.thanks {
  padding: 100px 0 0 0;
  text-align: center;
}
.link {
  margin: 50px 0;
  text-decoration: underline;
}
}
