@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)
*/
@import url("https://fonts.googleapis.com/css?family=Merienda");
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 58.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  font-family: 'Shippori Mincho', serif; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.6rem;
      line-height: 1.8; } }

@media screen and (max-width: 1399px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc02 {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .sp {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp02 {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .lg {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

a {
  color: #131313; }
  a:hover {
    color: #264a85; }

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

footer a[href*="tel:"] {
  color: #fff; }

header a[href*="tel:"] {
  color: #fff; }

a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.veg-movie {
  width: 100%;
  max-width: 800px; }

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  width: 100%;
  background: url(../img/common/bg_header.png) no-repeat top center/100%; }
  @media screen and (max-width: 1399px) {
    header {
      height: 70px; } }
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: nyuru 0.5s;
    background: url(../img/common/bg_header.png) no-repeat top center/100% #fff; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }
  header .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px; }
    header .inner .logo {
      width: 25%; }
      header .inner .logo img {
        max-width: 100%; }
    header .inner nav {
      padding-top: 10px;
      padding-right: 300px;
      width: 75%;
      box-sizing: border-box; }
      header .inner nav .subnav {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 20px; }
        header .inner nav .subnav li {
          margin: 0 20px 0 0;
          font-size: 1.5rem; }
          header .inner nav .subnav li a {
            text-decoration: none; }
            header .inner nav .subnav li a::before {
              font-family: FontAwesome;
              content: "\f138";
              color: #264a85;
              font-size: 1.2rem;
              margin-right: 3px; }
      header .inner nav .gnav {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-end; }
        header .inner nav .gnav li {
          margin: 0 30px 0 0;
          font-size: 1.7rem;
          text-align: center; }
          header .inner nav .gnav li span {
            display: block;
            color: #264a85;
            font-size: 1.3rem; }
          header .inner nav .gnav li:last-child {
            margin: 0; }
          header .inner nav .gnav li a {
            text-decoration: none;
            line-height: 1.6; }
            header .inner nav .gnav li a:hover {
              color: #264a85; }
            header .inner nav .gnav li a.current {
              color: #264a85; }
    header .inner .reserve {
      position: absolute;
      right: 0;
      top: 0; }
      header .inner .reserve a {
        padding: 0 60px;
        height: 110px;
        background: #2b4488;
        text-decoration: none;
        font-size: 2.0rem;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
  header .sp .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100; }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff; }
  header .menu-trigger {
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 9999;
    background: #264a85;
    transform: scale(0.8); }
  header .menu-trigger span {
    width: 30px;
    height: 3px;
    margin: auto auto auto 10px;
    position: absolute;
    background-color: #fff; }
  header .menu-trigger span:nth-of-type(1) {
    top: 15px; }
  header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0; }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 15px; }
  header .menu-trigger.active {
    background: #fff; }
  header .menu-trigger.active span {
    background-color: #264a85; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #2b4488;
    display: none;
    text-align: center;
    color: #fff; }
    header #overlay h1 {
      text-align: center;
      margin-bottom: 10px; }
    header #overlay .info {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 20px;
      color: #fff; }
    header #overlay .reserve {
      margin: 20px 20px 20px; }
      header #overlay .reserve a {
        padding: 10px 60px;
        background: #fff;
        text-decoration: none;
        font-size: 2.0rem;
        color: #2b4488;
        display: flex;
        align-items: center;
        justify-content: center; }
  header #overlay ul {
    width: 100%;
    margin: 0; }
  header #overlay ul li {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px; }
  header #overlay ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    header #overlay ul li a span {
      display: none; }

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
/**********************************************************************************

	footer
	
***********************************************************************************/
#footer {
  background-image: url(../img/common/footer.jpeg);
  background-size: auto 400px;
  background-position: left top;
  background-repeat: repeat;
  height: 400px; }

footer {
  background: #0075c2;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

footer .inner {
  position: relative;
  max-width: 1100px;
  margin: 15px auto 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    footer .inner {
      padding: 0 15px; } }

#fNav {
  margin-bottom: 30px; }

#fNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap; }

#fNav ul li {
  margin: 0 15px; }

#fNav ul li a {
  color: #fff;
  text-decoration: none; }

#fNav ul li a:hover {
  text-decoration: underline; }

#footerInfo {
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.6; }

#footerInfo h2 {
  margin-bottom: 15px; }

#footerInfo p {
  color: #fff; }

#copy {
  background: #002c59;
  padding: 10px 0;
  color: #fff;
  text-align: center; }

#copy img {
  margin-right: 5px;
  vertical-align: middle; }

#copy a {
  color: #fff;
  text-decoration: none; }

#mainImg {
  margin-bottom: -10px;
  position: relative; }
  #mainImg canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      #mainImg canvas {
        height: 50px; } }
  #mainImg video {
    width: 100%; }

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
.mfp-content {
  background: #fff;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box; }
  .mfp-content dl dt {
    color: #2b4488;
    font-weight: 700;
    margin-bottom: 20px; }
  .mfp-content dl dd {
    margin-bottom: 20px;
    line-height: 1.6; }
  .mfp-content .popup-modal-dismiss {
    display: block;
    padding: 15px;
    background: #2b4488;
    text-decoration: none;
    color: #fff;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #2b4488; }
    .mfp-content .popup-modal-dismiss:hover {
      background: #fff;
      color: #2b4488; }

/* 画面全体の設定 */
#loader_wrap {
  z-index: 9999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: url(../img/common/bg_main.jpg) repeat-y top center/cover; }

/* ローディングアニメーションの設定 */
.loader {
  width: 203px;
  height: 68px;
  background: url("../img/common/logo.png") no-repeat;
  opacity: 0;
  animation: blink 1.5s infinite linear; }

@keyframes blink {
  50% {
    opacity: 1; } }

/* ローディング終了後 */
.loaded {
  opacity: 0;
  visibility: hidden; }

#container {
  overflow: hidden; }
  #container .main .info_area .inner .flex {
    justify-content: space-between; }
    #container .main .info_area .inner .flex .fb {
      width: 43%; }
      @media screen and (max-width: 767px) {
        #container .main .info_area .inner .flex .fb {
          width: 100%;
          margin-bottom: 30px; } }
    #container .main .info_area .inner .flex .bnr {
      width: 55%; }
      @media screen and (max-width: 767px) {
        #container .main .info_area .inner .flex .bnr {
          width: 100%; } }
      #container .main .info_area .inner .flex .bnr ul li {
        margin-bottom: 20px; }
  #container .main section p {
    line-height: 1.6; }
  #container .main section .flex {
    display: flex;
    flex-wrap: wrap; }
  #container .main section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 0; }
    @media screen and (max-width: 1101px) {
      #container .main section .inner {
        padding: 30px 15px;
        box-sizing: border-box; } }
    #container .main section .inner img {
      max-width: 100%;
      height: auto; }
  #container .main section img {
    max-width: 100%;
    height: auto; }
  #container .toTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 4; }
    @media screen and (max-width: 767px) {
      #container .toTop {
        bottom: 80px;
        right: 10px; } }
  #container .gmap {
    padding: 0; }

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container h2 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6; }
  #top #container h2.style01 {
    font-size: 3.6rem;
    color: #264a85; }
    #top #container h2.style01::before {
      content: url(../img/top/ico_tit.png);
      display: block; }
    #top #container h2.style01 span {
      font-size: 1.4rem;
      display: block; }

#top #container .intro {
  background: url(../img/top/bg_intro.jpg) no-repeat bottom center/cover;
  margin-bottom: -20px; }
  @media screen and (max-width: 767px) {
    #top #container .intro {
      margin-bottom: 0; } }
  #top #container .intro .inner h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85; }
    #top #container .intro .inner h2::before {
      content: url(../img/top/fig_cara01.png);
      display: block; }
  #top #container .intro .inner .lead {
    text-align: center;
    line-height: 2.2; }

#top #container .sec001 .flex {
  justify-content: space-between; }
  #top #container .sec001 .flex li {
    width: 33.333333%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #top #container .sec001 .flex li {
        width: 100%;
        margin-top: -10px; } }
    #top #container .sec001 .flex li:hover figure img {
      transform: scale(1.2, 1.2);
      transition: 1s all; }
    #top #container .sec001 .flex li .txt {
      position: absolute;
      color: #264a85;
      text-align: center;
      z-index: 100;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 90%; }
      @media screen and (max-width: 767px) {
        #top #container .sec001 .flex li .txt {
          bottom: 20px;
          text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff; } }
      #top #container .sec001 .flex li .txt h3 {
        font-size: 3.2rem;
        font-weight: 700;
        color: #264a85;
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #top #container .sec001 .flex li .txt h3 {
            text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff; } }
        #top #container .sec001 .flex li .txt h3::before {
          content: url(../img/top/fig_cara01.png);
          display: block;
          margin-bottom: 20px; }
    #top #container .sec001 .flex li:nth-child(2) .txt h3::before {
      content: url(../img/top/fig_cara02.png); }
    #top #container .sec001 .flex li:last-child .txt h3::before {
      content: url(../img/top/fig_cara03.png); }

#top #container .sec002 .inner dl {
  max-width: 800px;
  margin: 0 auto; }
  #top #container .sec002 .inner dl dt {
    background: #264a85;
    padding: 20px;
    text-align: center;
    font-size: 2.4rem;
    cursor: pointer;
    position: relative;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .inner dl dt {
        font-size: 1.8rem; } }
    #top #container .sec002 .inner dl dt::after {
      font-family: FontAwesome;
      content: "\f067";
      position: absolute;
      right: 20px;
      top: 25px;
      font-size: 1.4rem; }
    #top #container .sec002 .inner dl dt.active::after {
      content: "\f068"; }
  #top #container .sec002 .inner dl dd {
    background: #fcfcfc;
    display: none;
    padding: 25px; }
    #top #container .sec002 .inner dl dd .box {
      margin-bottom: 30px;
      font-size: 1.4rem; }
      #top #container .sec002 .inner dl dd .box:last-child {
        margin-bottom: 0; }
      #top #container .sec002 .inner dl dd .box .tit {
        font-size: 1.8rem;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #000;
        margin-bottom: 20px; }
      #top #container .sec002 .inner dl dd .box p {
        line-height: 1.8; }
      #top #container .sec002 .inner dl dd .box ol {
        padding-left: 1em;
        list-style: decimal; }
        #top #container .sec002 .inner dl dd .box ol li {
          margin-bottom: 10px;
          line-height: 1.8; }
          #top #container .sec002 .inner dl dd .box ol li:last-child {
            margin-bottom: 0; }

#top #container .sec003 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png), url(../img/top/bg_plan03.png);
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%,center 100%;
  background-size: auto,auto,auto,auto,cover; }
  #top #container .sec003 .inner h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 20px; }
    #top #container .sec003 .inner h2::before {
      content: url(../img/top/ico_tit01.png);
      display: block;
      margin-bottom: 0; }
  #top #container .sec003 .inner figure {
    text-align: center; }
    @media screen and (max-width: 1101px) {
      #top #container .sec003 .inner figure img {
        width: 100%; } }
  #top #container .sec003 .inner .box {
    margin-bottom: 40px; }
    .plan_rss{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .mini {
        width: calc(25% - 10px); }
        @media screen and (max-width: 767px) {
          .mini {
            width: 100%;
            margin-bottom: 20px; } }
        .mini h4 {
          color: #664c00;
          margin-bottom: 10px;
          font-size: 1.6rem;
          line-height: 1.4; }
          .mini h4 a {
            color: #000; }
        .mini .plan_img {
          width: 100%; }
          .mini .plan_img img {
            width: 100%;
            height: 170px;
            object-fit: cover; }
            @media screen and (max-width: 767px) {
              .mini .plan_img img {
                width: 100%;
                height: 250px; } }
        .mini .plan_text {
          box-sizing: border-box;
          padding: 20px;
          font-size: 1.4rem;
          background: #fff; }
		.plan_text img{
			width: 100%;
			max-width: 230px;
			height: auto;
		}
        .mini .btn {
          text-align: center;
          margin-top: 20px; }

#top #container .reserve {
  background: #a7dffa; }
  #top #container .reserve .inner {
    padding: 30px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #top #container .reserve .inner {
        padding: 15px 15px; } }
    #top #container .reserve .inner .flex {
      justify-content: center;
      align-items: center;
      /*検索窓*/ }
      @media screen and (max-width: 767px) {
        #top #container .reserve .inner .flex {
          justify-content: center;
          text-align: center; } }
      #top #container .reserve .inner .flex h2 {
        font-size: 3.2rem;
        text-align: center;
        line-height: 1.8;
        color: #264a85;
        margin-right: 50px;
        margin-bottom: 0; }
        #top #container .reserve .inner .flex h2 span {
          font-size: 1.4rem;
          display: block; }
        @media screen and (max-width: 767px) {
          #top #container .reserve .inner .flex h2 {
            margin-right: 0;
            margin-bottom: 20px; } }
      #top #container .reserve .inner .flex .plan_form {
        width: 800px; }
      #top #container .reserve .inner .flex .plan_form .form_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0; }
      #top #container .reserve .inner .flex .plan_form .title {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        font-size: 14px;
        color: #264a85;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 30px; }
      #top #container .reserve .inner .flex .plan_form span {
        margin: 0; }
      #top #container .reserve .inner .flex .plan_form select {
        position: relative;
        border: none;
        background: #ffffff;
        border-radius: 3px;
        padding: 10px; }
      #top #container .reserve .inner .flex .plan_form input {
        position: relative;
        border: none;
        background: #ffffff;
        border-radius: 3px;
        padding: 10px; }
      #top #container .reserve .inner .flex .plan_form .check_in {
        width: auto;
        text-align: center; }
      #top #container .reserve .inner .flex .plan_form .check_in input {
        width: 100px;
        cursor: pointer; }
      #top #container .reserve .inner .flex .plan_form .undecided {
        width: auto;
        text-align: center; }
      #top #container .reserve .inner .flex .plan_form .guests {
        width: auto;
        text-align: center; }
      #top #container .reserve .inner .flex .plan_form .guests select {
        width: 100px; }
      #top #container .reserve .inner .flex .plan_form .type {
        width: auto;
        text-align: center; }
      #top #container .reserve .inner .flex .plan_form .type select {
        width: 100px; }
      #top #container .reserve .inner .flex .plan_form .price {
        width: auto;
        text-align: center; }
      #top #container .reserve .inner .flex .plan_form .price span {
        width: 10px;
        text-align: center;
        margin: 0;
        color: #fff; }
      #top #container .reserve .inner .flex .plan_form .search_btn {
        padding: 0; }
      #top #container .reserve .inner .flex .plan_form .search_btn .btn {
        width: 100px;
        height: 70px;
        margin: 20px auto;
        padding: 10px 0 10px 0;
        background-position: right 15px center;
        color: #264a85;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        /*検索ボタン背景色*/
        background: #ffffff;
        font-weight: bold;
        letter-spacing: 0.2em; }
      #top #container .reserve .inner .flex .plan_form .option-input {
        position: relative;
        cursor: pointer; }
      @media only screen and (max-width: 1100px) {
        #top #container .reserve .inner .flex .plan_form {
          width: auto;
          padding: 20px 0;
          position: relative; }
        #top #container .reserve .inner .flex .plan_form .search_btn {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .search_btn .btn {
          width: 100%;
          margin: 20px auto;
          padding: 10px 0 10px 0;
          height: 50px;
          background-position: right 15px center;
          font-size: 18px;
          cursor: pointer;
          position: static; } }
      @media only screen and (max-width: 767px) {
        #top #container .reserve .inner .flex .plan_form {
          width: auto;
          padding: 20px;
          position: relative; }
        #top #container .reserve .inner .flex .plan_form .form_box {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        #top #container .reserve .inner .flex .plan_form .title {
          margin: 0 0 15px 0;
          padding: 0;
          text-align: center;
          font-size: 16px;
          font-weight: bold; }
        #top #container .reserve .inner .flex .plan_form span {
          margin: 0; }
        #top #container .reserve .inner .flex .plan_form select {
          position: relative;
          background: #ffffff;
          padding: 10px; }
        #top #container .reserve .inner .flex .plan_form input {
          position: relative;
          background: #ffffff;
          padding: 10px; }
        #top #container .reserve .inner .flex .plan_form .check_in {
          width: 48%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .check_in input {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .undecided {
          width: 50%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .undecided input {
          margin: 0 43% 0 0; }
        #top #container .reserve .inner .flex .plan_form .undecided .CheckboxInput {
          padding: 0 15px;
          display: flex;
          align-items: center;
          cursor: pointer; }
        #top #container .reserve .inner .flex .plan_form .guests {
          width: 48%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .guests select {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .type {
          width: 48%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .type select {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .price {
          width: 100%;
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
        #top #container .reserve .inner .flex .plan_form .price .title {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .price select {
          width: 46%; }
        #top #container .reserve .inner .flex .plan_form .price span {
          width: auto;
          text-align: center;
          padding: 0; }
        #top #container .reserve .inner .flex .plan_form .search_btn {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .search_btn .btn {
          width: 100%;
          margin: 20px auto;
          padding: 10px 0 10px 0;
          height: 50px;
          background-position: right 15px center;
          font-size: 18px;
          cursor: pointer;
          position: static; }
        #top #container .reserve .inner .flex .plan_form .option-input {
          position: relative;
          cursor: pointer;
          height: auto; }
        #top #container .reserve .inner .flex .plan_form .option-input:before {
          display: none; }
        #top #container .reserve .inner .flex .plan_form .option-input:checked:before {
          display: none; }
        #top #container .reserve .inner .flex .plan_form .option-input:after {
          display: none; }
        #top #container .reserve .inner .flex input {
          height: 42px; }
        #top #container .reserve .inner .flex input[type="text"] {
          box-sizing: border-box;
          font-size: 16px; }
        #top #container .reserve .inner .flex select {
          box-sizing: border-box;
          font-size: 16px;
          height: 42px; } }
      @media only screen and (max-width: 360px) {
        #top #container .reserve .inner .flex .plan_form .check_in {
          width: 100%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .check_in input {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .undecided {
          width: 100%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .guests {
          width: 100%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .type {
          width: 100%;
          text-align: center;
          margin: 0 0 20px 0; }
        #top #container .reserve .inner .flex .plan_form .type select {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .price {
          width: 100%;
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
        #top #container .reserve .inner .flex .plan_form .price .title {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .price select {
          width: 100%; }
        #top #container .reserve .inner .flex .plan_form .price span {
          width: 100%;
          text-align: center;
          padding: 0;
          margin: 10px 0 !important;
          display: block; }
        #top #container .reserve .inner .flex .plan_form .search_btn {
          width: 100%; } }

/* --------------------------------------------------------------- */
/* 下階層 */
/* --------------------------------------------------------------- */
#local #container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    #local #container .title {
      height: 250px; } }
  #local #container .title h1 {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 3.8rem;
    line-height: 1.8;
    color: #fff; }
    #local #container .title h1 span {
      display: block;
      font-size: 1.6rem;
      font-family: 'Noto Serif JP', serif; }
    @media screen and (max-width: 1101px) {
      #local #container .title h1 {
        line-height: 1.4;
        width: 90%;
        font-size: 2.8rem; } }

#local #container main {
  position: relative; }

#local #container section h2 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6; }
  #local #container section h2.style01 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 40px; }
    #local #container section h2.style01::before {
      content: url(../img/top/fig_cara01.png);
      display: block;
      margin-bottom: 0; }
    #local #container section h2.style01 span {
      font-size: 1.4rem;
      display: block;
      color: #264a85; }
  #local #container section h2.style02 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 40px; }
    #local #container section h2.style02::before {
      content: url(../img/top/fig_cara02.png);
      display: block;
      margin-bottom: 0; }
    #local #container section h2.style02 span {
      font-size: 1.4rem;
      display: block;
      color: #264a85; }
  #local #container section h2.style03 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 40px; }
    #local #container section h2.style03::before {
      content: url(../img/top/fig_cara03.png);
      display: block;
      margin-bottom: 0; }
    #local #container section h2.style03 span {
      font-size: 1.4rem;
      display: block;
      color: #264a85; }
  #local #container section h2.style04 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 40px; }
    #local #container section h2.style04::before {
      content: url(../img/top/ico_tit01.png);
      display: block;
      margin-bottom: 0; }

#local #container section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0; }
  @media screen and (max-width: 1101px) {
    #local #container section .inner {
      padding: 30px 15px;
      box-sizing: border-box; } }
  #local #container section .inner .flex figure {
    text-align: center; }
  #local #container section .inner h3.style01 {
    text-align: center;
    line-height: 1.8;
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Kaisei Opti', serif; }
    #local #container section .inner h3.style01::before {
      content: "";
      width: 64px;
      height: 2px;
      background: #264a85;
      margin: 0 auto 20px;
      display: block; }
    @media screen and (max-width: 767px) {
      #local #container section .inner h3.style01 {
        font-size: 2.3rem; } }
    #local #container section .inner h3.style01 span {
      font-size: 1.6rem;
      display: block; }
  #local #container section .inner h3.style02 {
    text-align: left;
    line-height: 1.6;
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 3px solid #264a85;
    font-family: 'Kaisei Opti', serif; }
    @media screen and (max-width: 767px) {
      #local #container section .inner h3.style02 {
        font-size: 2.2rem; } }
  #local #container section .inner h3.style03 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #264a85;
    text-align: center;
    margin-bottom: 40px; }
    #local #container section .inner h3.style03::before {
      content: url(../img/top/ico_tit01.png);
      display: block;
      margin-bottom: 10px; }
  #local #container section .inner h3.style04 {
    line-height: 1.8;
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #bad6a6; }
    #local #container section .inner h3.style04 span {
      font-size: 1.8rem;
      color: #bad6a6;
      margin-left: 20px; }
  #local #container section .inner table {
    width: 100%;
    background: #fff; }
    #local #container section .inner table.fix_table {
      table-layout: fixed; }
      @media screen and (max-width: 767px) {
        #local #container section .inner table.fix_table {
          table-layout: auto; } }
    #local #container section .inner table tr th {
      background: #264a85;
      color: #fff;
      padding: 15px;
      border: #c4c4c4 1px solid;
      line-height: 1.6;
      align-items: center;
      width: 25%;
      vertical-align: middle; }
    #local #container section .inner table tr td {
      padding: 15px;
      border: #c4c4c4 1px solid;
      line-height: 1.6;
      align-items: center; }

#local #container .zoom {
  position: relative; }
  #local #container .zoom::after {
    font-family: FontAwesome;
    content: "\f00e";
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2.0rem; }

@media screen and (max-width: 767px) {
  #local #container .scroll {
    overflow: auto;
    white-space: nowrap; } }

#local #container .bnr_area .inner .bnr_wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #local #container .bnr_area .inner .bnr_wrap01 figure {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .bnr_area .inner .bnr_wrap01 figure {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  #local #container .bnr_area .inner .bnr_wrap01 .flex {
    width: 48%;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #local #container .bnr_area .inner .bnr_wrap01 .flex {
        width: 100%; } }
    #local #container .bnr_area .inner .bnr_wrap01 .flex li {
      margin-bottom: 20px;
      width: calc(50% - 10px); }

#local #container .bnr_area .inner .bnr_wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #local #container .bnr_area .inner .bnr_wrap02 {
      justify-content: center; } }

#local #container .bnr_area {
  background: url(../img/top/bg_plan.png) no-repeat center top/cover; }
  #local #container .bnr_area .inner .bnr_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #local #container .bnr_area .inner .bnr_wrap figure {
      margin-bottom: 50px; }
    #local #container .bnr_area .inner .bnr_wrap .flex {
      justify-content: space-between; }
      #local #container .bnr_area .inner .bnr_wrap .flex li {
        margin-bottom: 20px;
        width: calc(50% - 10px); }
        @media screen and (max-width: 767px) {
          #local #container .bnr_area .inner .bnr_wrap .flex li {
            width: 100%; } }

#local #container .reserve {
  background: #78a9d1; }
  #local #container .reserve h2 {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #local #container .reserve h2 {
        margin-bottom: 20px; } }
  #local #container .reserve .inner {
    padding: 30px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #local #container .reserve .inner {
        padding: 15px; } }
    #local #container .reserve .inner .flex {
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #local #container .reserve .inner .flex {
          display: block;
          text-align: center; } }
      #local #container .reserve .inner .flex .plan_form {
        padding-left: 30px;
        border-left: 1px solid #222222;
        width: 80%; }
        @media screen and (max-width: 767px) {
          #local #container .reserve .inner .flex .plan_form {
            width: 100%;
            padding-left: 0;
            border: 0; } }
        #local #container .reserve .inner .flex .plan_form .form_box {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 767px) {
            #local #container .reserve .inner .flex .plan_form .form_box {
              display: block;
              text-align: center; } }
          #local #container .reserve .inner .flex .plan_form .form_box div {
            margin-right: 40px;
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            @media screen and (max-width: 767px) {
              #local #container .reserve .inner .flex .plan_form .form_box div {
                display: block;
                margin-right: 0; } }
            #local #container .reserve .inner .flex .plan_form .form_box div .tit {
              font-size: 1.8rem;
              font-weight: 700;
              margin-right: 20px; }
              @media screen and (max-width: 767px) {
                #local #container .reserve .inner .flex .plan_form .form_box div .tit {
                  margin-right: 0;
                  padding-bottom: 5px;
                  border-bottom: 1px solid #222222;
                  margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            #local #container .reserve .inner .flex .plan_form .form_box .search_btn {
              display: block;
              text-align: center; } }
          #local #container .reserve .inner .flex .plan_form .form_box .search_btn input {
            padding: 5px 30px;
            cursor: pointer;
            color: #fff;
            background: #39608f;
            border: 0;
            font-size: 1.6rem;
            font-weight: 700; }

/* --------------------------------------------------------------- */
/*  お料理 */
/* --------------------------------------------------------------- */
#local .cuisine .title {
  background: url(../img/cuisine/bg_title.jpg) no-repeat top center/cover; }

#local .cuisine .sec001 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png);
  background-color: #e4f2f9;
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%;
  background-size: auto,auto,auto; }
  #local .cuisine .sec001 .inner .lead {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px; }
  #local .cuisine .sec001 .inner .slider-container #thumbs .slick-current {
    opacity: 0.6; }

#local .cuisine .sec002 .inner .lead {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px; }

#local .cuisine .sec002 .inner .slider-container #thumbs02 .slick-current {
  opacity: 0.6; }

/* --------------------------------------------------------------- */
/*  館内施設 */
/* --------------------------------------------------------------- */
#local .facility .title {
  background: url(../img/facility/bg_title.jpg) no-repeat top center/cover; }

#local .facility .sec001 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png);
  background-color: #e4f2f9;
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%;
  background-size: auto,auto,auto; }
  #local .facility .sec001 .inner .lead {
    text-align: center;
    margin-bottom: 30px; }
  #local .facility .sec001 .inner .illust {
    text-align: center;
    margin: 20px 0; }
  #local .facility .sec001 .inner .box .flex {
    justify-content: space-between;
    margin-bottom: 20px; }
    #local .facility .sec001 .inner .box .flex .photo {
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #local .facility .sec001 .inner .box .flex .photo {
          width: 100%;
          margin: 10px 0; } }
      #local .facility .sec001 .inner .box .flex .photo video {
        width: 100%;
        height: 100%; }

#local .facility .sec002 .inner .lead {
  text-align: center;
  margin-bottom: 30px; }

#local .facility .sec002 .inner .box {
  margin-bottom: 30px; }
  #local .facility .sec002 .inner .box .flex {
    justify-content: space-between;
    margin-bottom: 20px; }
    #local .facility .sec002 .inner .box .flex .photo {
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #local .facility .sec002 .inner .box .flex .photo {
          width: 100%;
          margin: 10px 0; } }
      #local .facility .sec002 .inner .box .flex .photo video {
        width: 100%;
        height: 100%; }

/* --------------------------------------------------------------- */
/*  合宿 */
/* --------------------------------------------------------------- */
#local .training-camp .title {
  background: url(../img/training-camp/bg_title.jpg) no-repeat top center/cover; }

@media screen and (max-width: 767px) {
  #local .training-camp table tr th {
    display: block;
    width: 100% !important;
    box-sizing: border-box; }
  #local .training-camp table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    align-items: center; } }

#local .training-camp .sec001 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png), url(../img/top/bg_plan03.png);
  background-repeat: no-repeat;
  background-color: #e4f2f9;
  background-position: 0% 30%,100% 90%,center 100%;
  background-size: auto,auto,cover; }
  #local .training-camp .sec001 .inner .lead {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 30px; }
  #local .training-camp .sec001 .inner .bnr {
    text-align: center; }
  #local .training-camp .sec001 .slider {
    padding-bottom: 50px; }

#local .training-camp .sec002 .inner .lead {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px; }

#local .training-camp .sec002 .inner .bnr {
  text-align: center; }

#local .training-camp .sec004 dl {
  background: #bbe1f4;
  padding: 30px;
  text-align: center;
  border: 3px solid #2b4488;
  max-width: 500px;
  margin: 0 auto; }
  #local .training-camp .sec004 dl dt {
    color: #2b4488;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #2b4488; }
  #local .training-camp .sec004 dl dd {
    font-size: 3.6rem;
    font-weight: 700;
    color: #2b4488; }
    #local .training-camp .sec004 dl dd span {
      font-size: 1.8rem; }

/* --------------------------------------------------------------- */
/*  料金・ご予約 */
/* --------------------------------------------------------------- */
#local .price .title {
  background: url(../img/price/bg_title.jpg) no-repeat top center/cover; }

@media screen and (max-width: 767px) {
  #local .price table tr th {
    display: block;
    width: 100% !important;
    box-sizing: border-box; }
  #local .price table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    align-items: center; } }

#local .price .sec001 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png);
  background-color: #e4f2f9;
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%;
  background-size: auto,auto,auto; }
  #local .price .sec001 .inner {
    text-align: center; }
    #local .price .sec001 .inner .logo {
      margin-bottom: 20px; }

#local .price .sec003 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png);
  background-color: #e4f2f9;
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%;
  background-size: auto,auto,auto; }
  #local .price .sec003 .inner table {
    text-align: center; }

/* --------------------------------------------------------------- */
/*  アクセス */
/* --------------------------------------------------------------- */
#local .access .title {
  background: url(../img/access/bg_title.jpg) no-repeat top center/cover; }

#local .access .sec001 .inner .box {
  max-width: 800px;
  margin: 30px auto;
  border-radius: 20px;
  padding: 20px;
  background: #e4f2f9; }
  #local .access .sec001 .inner .box .car li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #2b4488;
    font-size: 1.8rem; }
    #local .access .sec001 .inner .box .car li::before {
      font-family: FontAwesome;
      content: "\f1b9";
      margin-right: 10px;
      color: #2b4488; }
  #local .access .sec001 .inner .box .train li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #2b4488;
    font-size: 1.8rem; }
    #local .access .sec001 .inner .box .train li::before {
      font-family: FontAwesome;
      content: "\f239";
      margin-right: 10px;
      color: #2b4488; }

#local .access .sec002 {
  background-image: url(../img/top/bg_plan01.png), url(../img/top/bg_plan02.png);
  background-color: #e4f2f9;
  background-repeat: no-repeat;
  background-position: 0% 30%,100% 90%;
  background-size: auto,auto,auto; }
  #local .access .sec002 .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #local .access .sec002 .inner ul li {
      margin-bottom: 30px;
      padding: 25px;
      background: #fff;
      border-radius: 15px;
      width: calc(50% - 10px);
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #local .access .sec002 .inner ul li {
          width: 100%; } }
      #local .access .sec002 .inner ul li figure {
        margin-bottom: 20px; }
      #local .access .sec002 .inner ul li .more {
        margin-top: 20px; }
        #local .access .sec002 .inner ul li .more a {
          padding: 15px 30px;
          background: #264a85;
          display: block;
          text-decoration: none;
          color: #fff;
          max-width: 430px;
          box-sizing: border-box;
          text-align: center;
          margin: 0 auto;
          border: 1px solid #264a85; }
          #local .access .sec002 .inner ul li .more a:hover {
            background: #fff;
            color: #264a85; }

/* --------------------------------------------------------------- */
/*  ペットと宿泊 */
/* --------------------------------------------------------------- */
#local .pet .title {
  background: url(../img/pet/bg_title.jpg) no-repeat top center/cover; }

#local .pet .sec001 {
  background: url(../img/pet/bg_sec001.png) no-repeat top center/cover; }
  #local .pet .sec001 .inner .flex {
    justify-content: space-between;
    align-items: center; }
    #local .pet .sec001 .inner .flex .cont {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #local .pet .sec001 .inner .flex .cont {
          width: 100%;
          margin-bottom: 20px; } }
      #local .pet .sec001 .inner .flex .cont .lead {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 2.0; }
    #local .pet .sec001 .inner .flex figure {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #local .pet .sec001 .inner .flex figure {
          width: 100%; } }

#local .pet .sec002 .inner h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }
  #local .pet .sec002 .inner h2::before {
    content: url(../img/pet/ico_dog.png);
    display: block;
    margin-bottom: 0; }
  #local .pet .sec002 .inner h2 span {
    font-size: 1.4rem;
    display: block;
    color: #264a85; }

#local .pet .sec002 .inner dl {
  padding: 30px;
  background: #f4e8ca;
  border: 2px solid #b55e34;
  border-radius: 20px;
  margin-bottom: 10px; }
  #local .pet .sec002 .inner dl dt {
    font-size: 2.2rem;
    font-weight: 700;
    color: #b55e34;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #b55e34;
    display: flex;
    align-items: center; }
    #local .pet .sec002 .inner dl dt::before {
      content: url(../img/pet/ico_foostamp.png);
      margin-right: 10px; }
  #local .pet .sec002 .inner dl dd ul li {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.6;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    #local .pet .sec002 .inner dl dd ul li::before {
      font-family: FontAwesome;
      content: "\f138";
      margin-right: 10px;
      color: #b55e34; }

/*# sourceMappingURL=style.css.map */