@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
/* line 11, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 32, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 36, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
body {
  line-height: 1; }

/* line 40, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
ol, ul {
  list-style: none; }

/* line 43, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
blockquote, q {
  quotes: none; }

/* line 46, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 51, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 56, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
/* line 66, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

/* line 69, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/_base.scss */
.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
/* line 13, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
html {
  font-size: 62.5%;
  height: 100%; }

/* line 18, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #252525;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  @media screen and (max-width: 767px) {
    /* line 18, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    body {
      font-size: 1.4rem;
      line-height: 1.8; } }

/* line 30, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
a {
  color: #752404; }
  /* line 32, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  a:hover {
    color: #000; }

@media screen and (max-width: 767px) {
  /* line 36, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /* line 41, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  /* line 46, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .tab {
    display: none; } }

@media screen and (min-width: 768px) {
  /* line 46, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .tab {
    display: none; } }

@media screen and (min-width: 606px) and (max-width: 767px) {
  /* line 46, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .tab {
    display: block !important; } }

/* line 57, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.clearfix {
  *zoom: 1; }
  /* line 59, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

/* line 68, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
a img:hover {
  opacity: 0.8; }

@media screen and (max-width: 767px) {
  /* line 75, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  img {
    max-width: 100%; } }

/* line 80, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.link {
  color: #000;
  text-decoration: none; }

/* line 83, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT5 {
  margin-top: 5px; }

/* line 84, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT10 {
  margin-top: 10px; }

/* line 85, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT15 {
  margin-top: 15px; }

/* line 86, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT20 {
  margin-top: 20px; }

/* line 87, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT25 {
  margin-top: 25px; }

/* line 88, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT30 {
  margin-top: 30px; }

/* line 89, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT40 {
  margin-top: 40px; }

/* line 90, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT50 {
  margin-top: 50px; }

/* line 91, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT60 {
  margin-top: 60px; }

/* line 92, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgT70 {
  margin-top: 70px; }

/* line 93, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB5 {
  margin-bottom: 5px; }

/* line 94, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB10 {
  margin-bottom: 10px; }

/* line 95, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB15 {
  margin-bottom: 15px; }

/* line 96, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB20 {
  margin-bottom: 20px; }

/* line 97, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB25 {
  margin-bottom: 25px; }

/* line 98, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB30 {
  margin-bottom: 30px; }

/* line 99, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB40 {
  margin-bottom: 40px; }

/* line 100, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB50 {
  margin-bottom: 50px; }

/* line 101, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB60 {
  margin-bottom: 60px; }

/* line 102, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.mrgB70 {
  margin-bottom: 70px; }

/* line 104, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.floatL {
  float: left; }

/* line 105, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.floatR {
  float: right; }

/* line 106, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.fontBold {
  font-weight: bold; }

/* line 107, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.text-center {
  text-align: center; }

/* line 108, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.text-right {
  text-align: right; }

/* line 109, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.text-left {
  text-align: left; }

/* line 111, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.f14 {
  font-size: 1.4rem; }

/* line 114, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.f16 {
  font-size: 1.6rem; }

/* line 117, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.f18 {
  font-size: 1.8rem; }

/* line 121, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
.red {
  color: #c1272d; }

/*=======================================================
	
    header
    
========================================================*/
@media screen and (max-width: 767px) {
  /* line 131, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container {
    overflow: hidden; } }

/* line 137, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container header {
  position: relative;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    /* line 137, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container header {
      padding-bottom: 0; } }
  /* line 145, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger,
  #container header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff; }
  /* line 154, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger {
    width: 60px;
    height: 50px;
    float: right;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 105; }
  /* line 164, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger span {
    width: 35px;
    height: 4px;
    margin: auto auto auto 13px;
    position: absolute;
    background-color: #f19b4c; }
  /* line 172, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger span:nth-of-type(1) {
    top: 10px; }
  /* line 176, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0; }
  /* line 181, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger span:nth-of-type(3) {
    bottom: 10px; }
  /* line 184, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger.active span {
    background-color: #fff; }
  /* line 187, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg); }
  /* line 192, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  /* line 196, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg); }
  /* line 201, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 20%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #f19b4c;
    display: none;
    text-align: center;
    color: #fff; }
    /* line 215, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container header #overlay .sns {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      /* line 220, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #container header #overlay .sns li {
        margin: 0 5px;
        width: auto; }
  /* line 226, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header #overlay ul {
    display: block;
    width: 100%; }
  /* line 230, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header #overlay ul li {
    margin: 0 0 15px 0;
    text-align: center;
    border: 0;
    width: 100%; }
  /* line 236, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container header #overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700; }

@media screen and (max-width: 767px) {
  /* line 246, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container footer {
    padding: 0 20px;
    text-align: center; } }

/* line 251, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container footer .inner {
  width: 1040px;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    /* line 251, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container footer .inner {
      width: 100%; } }
  /* line 257, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container footer .inner nav {
    margin-bottom: 40px; }
    /* line 259, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container footer .inner nav ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        /* line 259, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
        #container footer .inner nav ul {
          display: block; } }
      /* line 265, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #container footer .inner nav ul li {
        font-size: 1.6rem;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          /* line 265, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
          #container footer .inner nav ul li {
            margin-right: 0;
            padding: 10px;
            border-bottom: 1px solid #f19b4c; } }
        /* line 273, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
        #container footer .inner nav ul li::after {
          content: "|";
          margin-left: 10px; }
          @media screen and (max-width: 767px) {
            /* line 273, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
            #container footer .inner nav ul li::after {
              content: "";
              margin-left: 0; } }
        /* line 281, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
        #container footer .inner nav ul li a {
          text-decoration: none;
          color: #252525;
          font-weight: 700; }
  /* line 289, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container footer .inner .flex {
    width: 630px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      /* line 289, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #container footer .inner .flex {
        width: 100%;
        display: block;
        text-align: center; } }
    /* line 300, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container footer .inner .flex dl dt {
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 20px; }
    /* line 305, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container footer .inner .flex dl dd {
      font-weight: 700;
      line-height: 1.6; }

/* line 312, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container footer address {
  margin: 50px 0 20px;
  font-size: 1.4rem;
  text-align: center; }

/*=======================================================
	
    共通レイアウト
    
========================================================*/
/* line 332, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container .flex {
  display: flex;
  flex-wrap: wrap; }

/* line 342, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0; }

/* line 347, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container #content .bread {
  padding: 10px 0;
  font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    /* line 347, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container #content .bread {
      padding: 10px; } }
  /* line 355, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #container #content .bread .bread_inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      /* line 355, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #container #content .bread .bread_inner {
        width: 100%; } }

/* line 365, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container #content .inner {
  width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    /* line 365, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container #content .inner {
      width: 100%; } }

/* line 374, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container #content section {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    /* line 374, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #container #content section {
      padding: 40px 15px; } }

/* line 383, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container .toTop {
  position: fixed;
  right: 20px;
  bottom: 130px; }

/* line 390, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #f19b4c;
  padding: 3px 5px;
  margin: 2px;
  color: #f19b4c;
  border-radius: 5px; }

/* line 398, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #f19b4c;
  background: #f19b4c;
  color: #fff; }

/*=======================================================
	
    TOPコンテンツ
    
========================================================*/
/*=======================================================
	
    下層コンテンツ（共通）
    
========================================================*/
/* line 424, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container p {
  line-height: 1.6; }

/* line 427, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container img {
  max-width: 100%;
  height: auto; }

/* line 431, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container section {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    /* line 431, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container section {
      padding: 40px 15px; } }
  /* line 436, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container section .flex {
    display: flex;
    flex-wrap: wrap; }
  /* line 440, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container section .inner {
    width: 1040px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      /* line 440, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container section .inner {
        width: 100%; } }

@media screen and (max-width: 767px) {
  /* line 448, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container h1 {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999;
    padding: 0; } }

/* line 458, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container h2 {
  width: 100%;
  position: relative;
  height: 393px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    /* line 458, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container h2 {
      height: 250px; } }
  /* line 468, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container h2 .tit {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto; }
    @media screen and (max-width: 767px) {
      /* line 468, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container h2 .tit {
        line-height: 1.4;
        width: 100%;
        top: 60%; } }
    /* line 482, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container h2 .tit .sub {
      font-size: 3.6rem;
      margin-bottom: 20px; }
    /* line 487, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container h2 .tit .en {
      font-size: 1.4rem;
      text-transform: uppercase; }

/* line 495, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container h3.style01 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 50px 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 495, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container h3.style01 {
      margin: 30px 0 20px; } }
  /* line 505, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container h3.style01 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
    color: #f5aa0f; }
    @media screen and (max-width: 767px) {
      /* line 505, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container h3.style01 span {
        margin-top: 0; } }
  /* line 514, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container h3.style01::before {
    content: url(../img/common/ico_h3.png);
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 767px) {
      /* line 514, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container h3.style01::before {
        top: -20px; } }

/* line 528, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container h3.style02 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 50px 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 528, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container h3.style02 {
      margin: 30px 0 30px; } }
  /* line 538, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container h3.style02::before {
    content: url(../img/common/ico_h3.png);
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 767px) {
      /* line 538, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container h3.style02::before {
        top: -40px; } }

/*=======================================================
	
    ご予約・お問い合わせ
    
========================================================*/
/* line 561, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container .reserve h2 {
  background: url(../img/reserve/bg_h2.jpg) top center no-repeat; }
  @media screen and (max-width: 767px) {
    /* line 561, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container .reserve h2 {
      background-size: auto 95%; } }

/* line 568, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container .reserve .lead {
  font-size: 1.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  text-align: center; }

/* line 575, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container .reserve .form em {
  background: #c1272d;
  padding: 1px 2px;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  margin-left: 5px; }

/* line 583, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container .reserve .form table {
  width: 900px;
  margin: 30px auto; }
  @media screen and (max-width: 767px) {
    /* line 583, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container .reserve .form table {
      width: 100%; } }
  /* line 590, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container .reserve .form table th {
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px dotted #f19b4c;
    text-align: left;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      /* line 590, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container .reserve .form table th {
        display: block;
        width: 90%; } }
  /* line 602, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container .reserve .form table td {
    padding: 15px;
    border-bottom: 1px dotted #f19b4c;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      /* line 602, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container .reserve .form table td {
        display: block;
        width: 90%; } }
    @media screen and (max-width: 767px) {
      /* line 611, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container .reserve .form table td .mwform-tel-field input {
        margin-bottom: 10px; } }
    /* line 617, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
    #local #container .reserve .form table td input {
      padding: 10px;
      border-radius: 5px; }
      @media screen and (max-width: 767px) {
        /* line 617, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
        #local #container .reserve .form table td input {
          line-height: 1.6; } }
    @media screen and (max-width: 767px) {
      /* line 624, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container .reserve .form table td input[type=text] {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      /* line 629, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
      #local #container .reserve .form table td input[type=email] {
        width: 80%; } }

/* line 636, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
#local #container .reserve .form .submit {
  text-align: center; }
  /* line 638, /Users/datetomoko/Desktop/webデータ/cotorinoie_www/aoikontena/scss/style.scss */
  #local #container .reserve .form .submit input {
    cursor: pointer;
    font-size: 1.8rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f19b4c;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #ca823f;
    border-radius: 5px; }

/*# sourceMappingURL=style.css.map */