@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* =============================================================
base.scss
============================================================== */
body {
  line-height: 1;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
  color: #333;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

.mincho, .g-nav {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic, .g-nav .nav_btn_con ul a {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.roboto {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* =============================================================
parts/layout.scss
============================================================== */
/* box style
---------------------------------------------*/
.base--small, .base {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 560px) {
  .base {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--small {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .base .base--small {
    max-width: 960px;
  }
}

/* =============================================================
space.scss　直でclassを書く
============================================================== */
.space--large {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.space--medium {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =============================================================
txt.scss
============================================================== */
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
.txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
.txt {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
.txt + .txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

/* =============================================================
sectionbox.scss
============================================================== */
.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 85px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 100px;
  }
}
.sectionbox .sectionbox_inner {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox .sectionbox_inner {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox .sectionbox_inner {
    margin-top: 60px;
  }
}

/* =============================================================
box.css
============================================================== */
.contactbanner {
  background: url(../../img/cvbg.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 560px) {
  .contactbanner {
    padding: 30px 10px 30px;
  }
}
@media screen and (min-width: 960px) {
  .contactbanner {
    padding: 50px 0px 50px;
  }
}
.contactbanner-nobg {
  background: none;
  padding: 50px 0px 20px;
}
.contactbanner_ttl {
  margin-bottom: 15px;
  width: 150px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 560px) {
  .contactbanner_ttl {
    width: 170px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 960px) {
  .contactbanner_ttl {
    width: auto;
    margin-bottom: 20px;
  }
}
.contactbanner_ttl-mb {
  margin-bottom: 25px;
}
.contactbanner_tel {
  margin-bottom: 15px;
}
.contactbanner_time {
  margin-bottom: 20px;
  color: #333333;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 360px) {
  .contactbanner_time {
    font-size: 1rem;
  }
}
@media screen and (min-width: 560px) {
  .contactbanner_time {
    display: flex;
    justify-content: center;
    font-size: 1.125rem;
  }
}
.contactbanner_time-mb {
  margin-bottom: 22px;
}
.contactbanner_time .uketsuke {
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .contactbanner_time .uketsuke {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 560px) {
  .contactbanner_time .uketsuke:after {
    content: " : ";
    margin-right: 7px;
    padding-right: 0px;
  }
}
.contactbanner_time .weekday {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .contactbanner_time .weekday {
    display: inline;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 560px) {
  .contactbanner_time .holiday {
    margin-left: 10px;
  }
  .contactbanner_time .holiday:before {
    content: "(";
  }
  .contactbanner_time .holiday:after {
    content: ")";
  }
}
.contactbanner .btn01 {
  max-width: 770px;
  margin: 0 auto;
  font-weight: bold;
}
.contactbanner .btn01-width {
  max-width: 850px;
}

/* =============================================================
breadcrumb.css
============================================================== */
.breadcrumb__list_wrap {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  max-width: 1080px;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 960px) {
  .breadcrumb__list_wrap {
    display: block;
  }
}

.breadcrumb__list {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75rem;
}
.breadcrumb__list li {
  display: inline-block;
  color: #000;
  line-height: 1.8;
}
.breadcrumb__list li:first-of-type::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  left: 0;
  color: #ff6d1d;
  margin-right: 5px;
}
.breadcrumb__list li:after {
  content: " > ";
  color: #000;
}
.breadcrumb__list li:last-child:after {
  content: "";
}

/* =============================================================
button.scss
============================================================== */
/*.btn01{
    @include m-font-size(16);
    text-align: left;

    @include mq-up(ss){
        @include m-font-size(18);
        text-align: center;
    }

    @include mq-up(sm){
        @include m-font-size(24);
    }

    @include mq-up(lg){
        @include m-font-size(30);
    }
    a{
        background:#fc6b00;
        display: block;
        border-radius: 5px;
        padding: 10px;
        @include mq-up(ss){
            padding: 15px 10px 15px;
        }

        @include mq-up(sm){
            padding: 20px 10px 20px;         
        }


        @include m-alink(#fff);

    }

}*/
.btn01 {
  font-size: 0.875rem;
  text-align: center;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .btn01 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .btn01 {
    font-size: 1rem;
  }
}
.btn01 a {
  transition: 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #fc6b00;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .btn01 a {
    padding: 15px 10px 15px;
  }
}
@media screen and (min-width: 560px) {
  .btn01 a {
    padding: 20px 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .btn01 a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #c00;
    transform: translateX(-100%);
    transition: 0.4s ease-in-out;
  }
  .btn01 a:hover {
    color: #fff;
    transition: 0.4s ease-in-out;
  }
  .btn01 a:hover:before {
    transform: translateX(0);
    transition: 0.4s ease-in-out;
  }
}
.btn01 span {
  position: relative;
  display: inline-block;
}

/* =============================================================
form.css
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #fff5f5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #cf1212;
  font-size: 0.8125rem;
}

.error_box p + p {
  padding-top: 10px;
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #c00;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 138.5%;
  font-size: 1.125rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: #c00;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}

.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #333;
  padding: 10px 0px 8px 0px;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 15px 0px;
    font-size: 1.25rem;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 100%;
}

@media screen and (min-width: 960px) {
  input[type=text],
input[type=tel],
input[type=email],
textarea {
    padding: 8px;
    border-radius: 3px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* =============================================================
list.css list-style-typeを書く
============================================================== */
/* =============================================================
parts/title.scss
============================================================== */
.ttl {
  background: url(../../img/ttl_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .ttl {
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ttl {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .ttl {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
.ttl span {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .ttl span {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .ttl span {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .ttl span {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ttl span:before {
  content: "";
  background: url(../../img/ttl_nikky.png) left bottom no-repeat;
  background-size: contain;
  width: 15%;
  height: 120%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.ttl span br {
  display: block;
}
@media screen and (min-width: 560px) {
  .ttl span br {
    display: none;
  }
}

/* =============================================================
keyframe.scss
============================================================== */
@keyframes jump {
  from {
    bottom: 0;
  }
  45% {
    bottom: -10px;
  }
  55% {
    bottom: -10px;
  }
  to {
    bottom: 0;
  }
}
.move_start {
  opacity: 0;
  top: 50px;
  transition-duration: 1s;
  position: relative;
}
.move_start-sp {
  top: 0px;
}

.chara_move {
  bottom: 0;
  position: relative;
  animation-duration: 0.5s;
  animation-name: jump;
  animation-timing-function: ease-in;
}

.fade-in-up {
  transition-duration: 1s !important;
  opacity: 1 !important;
  top: 0px !important;
}

/* =============================================================
header
============================================================== */
#l-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #l-header {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 960px) {
  #l-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#l-header img {
  width: 180px;
}
@media screen and (min-width: 560px) {
  #l-header img {
    width: 210px;
  }
}
@media screen and (min-width: 960px) {
  #l-header img {
    width: auto;
  }
}

/* =============================================================
navigation
============================================================== */
/************************/
/**  SPメニューCSS     **/
/************************/
.menu-button-right {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 102;
  /*display: none;*/
  background: #fff;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .menu-button-right {
    display: none;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.notclick {
  pointer-events: none;
}

.menu-trigger span {
  position: absolute;
  right: 0%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 4px;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -ms-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.g-nav {
  position: absolute;
  /*right:-50%;*/
  right: -100%;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
  margin-top: 60px;
  transition: right 0.3s;
}
@media screen and (min-width: 560px) {
  .g-nav {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .g-nav {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .g-nav {
    position: static;
    background: none;
    height: auto;
    margin: 0 auto;
  }
}
.g-nav_inner {
  height: 100%;
  margin: 0 auto;
  padding: 30px 20px 0px;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .g-nav_inner {
    padding: 40px 40px 0px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .g-nav_inner {
    padding: 0px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .g-nav .nav {
    display: flex;
    justify-content: center;
    max-width: 1120px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 1200px) {
  .g-nav .nav {
    font-size: 1rem;
  }
}
.g-nav .nav li {
  margin-bottom: 28px;
}
@media screen and (min-width: 960px) {
  .g-nav .nav li {
    border-right: 1px solid #333;
    flex-grow: 1;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .g-nav .nav li:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 560px) {
  .g-nav .nav li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .g-nav .nav li {
    margin-bottom: 0px;
  }
}
.g-nav .nav li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .g-nav .nav li a {
    display: inline-block;
    padding: 5px 10px 5px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .g-nav .nav li a:hover {
    text-decoration: none;
    color: #ff7800;
  }
}
.g-nav .nav_btn_con {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .g-nav .nav_btn_con {
    max-width: 560px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 960px) {
  .g-nav .nav_btn_con {
    display: none;
  }
}
.g-nav .nav_btn_con ul {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  border: 1px solid #ff6d1d;
  border-radius: 5px;
}
.g-nav .nav_btn_con ul li {
  width: 100%;
  border-right: 1px solid #ff6d1d;
}
.g-nav .nav_btn_con ul li:last-child {
  border-right: none;
}
.g-nav .nav_btn_con ul a {
  display: block;
  color: #ff6d1d;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .g-nav .nav_btn_con ul a {
    font-size: 0.9375rem;
  }
}
.g-nav .nav_btn_con ul a svg {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  fill: #ff6d1d;
  display: block;
  width: 100%;
}

.menuopen {
  right: 0%;
  transition: right 0.3s;
}

/* =============================================================
footer
============================================================== */
#l-footer .footer_end {
  background: url(../../img/cv02_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  #l-footer .footer_end {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #l-footer .footer_end {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 960px) {
  #l-footer .footer_end {
    padding-bottom: 370px;
  }
}
#l-footer .footer_end .footer_catch {
  text-align: center;
}
#l-footer .footer_copyright {
  text-align: center;
  background: #333;
  padding-top: 25px;
  padding-bottom: 25px;
}
#l-footer .footer_copyright .logo {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 560px) {
  #l-footer .footer_copyright .logo {
    width: 210px;
  }
}
@media screen and (min-width: 960px) {
  #l-footer .footer_copyright .logo {
    width: auto;
  }
}
#l-footer .footer_copyright .copyright {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 560px) {
  #l-footer .footer_copyright .copyright {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  #l-footer .footer_copyright .copyright {
    font-size: 0.875rem;
  }
}

/* =============================================================
main.css
============================================================== */
/* =============================================================
lp-common.css
============================================================== */
.js_show {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 0px 3px;
  position: relative;
}
.js_show a {
  position: relative;
  z-index: 0;
  display: block;
}
.js_show .mv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  background: #0093f2;
  height: 100%;
  z-index: 1;
}
.js_show .action {
  width: 100%;
}

/*
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #0093f2;
	text-align: center;
    @extend .roboto;
	font-weight: 200;
	svg{
		position: absolute;
		top:50%;
		left: 0px;
		transform:translate(0% ,-25px);
		@include mq-up(sm){
			transform:translate(0% ,-30px);
		}

		@include mq-up(lg){
			transform:translate(0% ,-35px);
		}
	}

    .progressbar-text{
        @include m-font-size(25);
		@extend .roboto;
        @include mq-up(sm){
            @include m-font-size(30);
        }

        @include mq-up(lg){
            @include m-font-size(35);
        }
    }

    #loading_text span{
        display: none;
    }
}*/
/* =============================================================
lp.css
============================================================== */
/******promo*******/
.promo {
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.promo:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 13%;
  height: 100%;
  background: url(../../img/promo_left.jpg) center top no-repeat;
  background-size: cover;
}
.promo:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 13%;
  height: 100%;
  background: url(../../img/promo_right.jpg) center top no-repeat;
  background-size: cover;
}
.promo__inner {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 74%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.promo__bg {
  background: url(../../img/promo.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}
.promo__catch {
  text-align: left;
  padding: 10px;
  margin-bottom: 0px;
  width: 94%;
}
@media screen and (min-width: 560px) {
  .promo__catch {
    width: 68%;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .promo__catch {
    width: 68%;
  }
}
@media screen and (min-width: 960px) {
  .promo__catch {
    width: 30%;
    padding: 30px;
  }
}
.promo__catch h1 {
  margin-bottom: 10px;
}
.promo__catch h1 img {
  width: 100%;
  max-width: 140px;
}
@media screen and (min-width: 560px) {
  .promo__catch h1 img {
    max-width: 210px;
  }
}
@media screen and (min-width: 960px) {
  .promo__catch h1 img {
    max-width: 324px;
  }
}
.promo__catch p {
  margin-bottom: 10px;
}
.promo__catch p img {
  width: 100%;
}
.promo__now {
  background: #ffb747;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 12%;
}
@media screen and (min-width: 560px) {
  .promo__now {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .promo__now {
    padding-bottom: 8%;
  }
}
.promo__now picture {
  width: 100%;
  bottom: 0px;
}
.promo__now picture img {
  width: 98%;
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .promo__now picture img {
    width: 87%;
  }
}
@media screen and (min-width: 960px) {
  .promo__now picture img {
    width: 77%;
  }
}

/********************/
.greeting__ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ed6d02;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .greeting__ttl {
    margin-bottom: 45px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .greeting__ttl {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}
.greeting__ttl span {
  background: url(../../img/ttl_bg.gif) left bottom repeat-x;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .greeting__ttl span {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 768px) {
  .greetingBox {
    display: flex;
    justify-content: space-between;
  }
}
.greetingBox__ph {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .greetingBox__ph {
    width: 42%;
  }
}
@media screen and (min-width: 960px) {
  .greetingBox__ph {
    width: 48%;
  }
}
.greetingBox__txt {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .greetingBox__txt {
    width: 52%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .greetingBox__txt {
    width: 48%;
  }
}
.greetingBox__txt__ttl {
  font-size: 1.25rem;
  color: #ed6d02;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .greetingBox__txt__ttl {
    font-size: 1.5rem;
  }
}
.greetingBox__txt__ttl br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .greetingBox__txt__ttl br {
    display: block;
  }
}

.introBox {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .introBox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .introBox {
    margin-top: 60px;
  }
}
.introBox__ttl {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .introBox__ttl {
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .introBox__ttl {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

.introList__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introList__wrap::after {
  content: "";
  display: block;
  width: 31%;
}
.introList__card {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .introList__card {
    width: 31%;
    margin-bottom: 30px;
  }
}
.introList__ttl {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .introList__ttl {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .introList__ttl {
    font-size: 1.125rem;
    margin-bottom: 17px;
  }
}
.introList__ttl span {
  color: #ed6d01;
}
.introList__ph {
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .introList__ph {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  .introList__ph {
    margin-bottom: 15px;
  }
}
.introList__txt {
  font-size: 0.75rem;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .introList__txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .introList__txt {
    font-size: 1rem;
  }
}

/********************/
.banner {
  background: url(../../img/banner_back_bg.gif) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 10px 20px;
}
@media screen and (min-width: 560px) {
  .banner {
    padding: 30px 20px 30px;
  }
}

/*******************/
@media screen and (min-width: 360px) {
  .reformWorks__inner {
    display: flex;
    justify-content: space-between;
  }
}

.reformWorksList {
  width: 100%;
}
@media screen and (min-width: 360px) {
  .reformWorksList {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .reformWorksList {
    width: 47%;
  }
}
.reformWorksList__one {
  margin-bottom: 30px;
}
@media screen and (min-width: 360px) {
  .reformWorksList__one {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 560px) {
  .reformWorksList__one {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .reformWorksList__one {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 360px) {
  .reformWorksList__one:last-child {
    margin-bottom: 0px;
  }
}
.reformWorksList__one__ttl {
  font-size: 1rem;
  font-feature-settings: "palt";
  color: #ed6d02;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .reformWorksList__one__ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .reformWorksList__one__ttl {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

/*********reform***********/
.reform {
  padding-bottom: 55px;
}

@media screen and (min-width: 360px) {
  .reformList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.reformList__one {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 360px) {
  .reformList__one {
    width: 47%;
  }
}
@media screen and (min-width: 560px) {
  .reformList__one {
    margin-bottom: 45px;
  }
}
.reformList__one__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ed6d02;
}
@media screen and (min-width: 560px) {
  .reformList__one__ttl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__ttl {
    font-size: 1.5rem;
  }
}
.reformList__one__txt {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (min-width: 560px) {
  .reformList__one__txt {
    margin-top: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__txt {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.reformList__one__price {
  margin-top: 10px;
  text-align: right;
}
@media screen and (min-width: 560px) {
  .reformList__one__price {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__price {
    margin-top: 20px;
  }
}
.reformList__one__price .special_price {
  font-size: 0.875rem;
  color: #ed6d02;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (min-width: 560px) {
  .reformList__one__price .special_price {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__price .special_price {
    font-size: 1rem;
  }
}
.reformList__one__price .special_price strong {
  font-size: 1.375rem;
  color: #cc0000;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 360px) {
  .reformList__one__price .special_price strong {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 560px) {
  .reformList__one__price .special_price strong {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__price .special_price strong {
    margin-top: 0px;
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__price .special_price strong {
    font-size: 1.875rem;
  }
}
.reformList__one__price .special_price strong span {
  font-size: 0.875rem;
}
@media screen and (min-width: 360px) {
  .reformList__one__price .special_price strong span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 560px) {
  .reformList__one__price .special_price strong span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .reformList__one__price .special_price strong span {
    font-size: 1.125rem;
  }
}
.reformList__one__price .maker_price {
  margin-top: 10px;
}
.reformList__one__price .maker_price span {
  margin-bottom: 3px;
}
@media screen and (min-width: 360px) {
  .reformList__one__price .maker_price span {
    display: block;
  }
}
@media screen and (min-width: 560px) {
  .reformList__one__price .maker_price span {
    display: inline;
    margin-bottom: 0px;
  }
}

/**************************/
.voice__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .voice__inner::after {
    content: "";
    display: block;
    width: 32.5%;
  }
}

.voice__other {
  text-align: center;
  font-size: 1rem;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .voice__other {
    font-size: 1.25rem;
    padding-top: 35px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .voice__other {
    font-size: 1.5rem;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.voiceItem {
  border: 1px solid #cccccc;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .voiceItem {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .voiceItem {
    width: 31%;
  }
}
.voiceItem_img {
  text-align: center;
}
.voiceItem_name {
  padding: 15px 0;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #e36a01;
  font-feature-settings: "palt";
}
.voiceItem_name a {
  cursor: default;
}
.voiceItem_txt {
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .voiceItem_txt {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

/**************************/
.service__caution {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .service__caution {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .service__caution {
    font-size: 0.875rem;
  }
}

.serviceCampaign {
  display: flex;
  justify-content: space-between;
}
.serviceCampaign__bnr {
  width: 49%;
}
@media screen and (min-width: 560px) {
  .serviceCampaign__bnr {
    width: 47%;
  }
}

/***************************/
.servicePrefecture__area {
  display: flex;
  line-height: 1.4;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.servicePrefecture__area:first-child {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 560px) {
  .servicePrefecture__area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .servicePrefecture__area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.servicePrefecture__th {
  font-weight: bold;
  font-size: 1rem;
  width: 70px;
}
@media screen and (min-width: 560px) {
  .servicePrefecture__th {
    font-size: 1.125rem;
    width: 90px;
  }
}
@media screen and (min-width: 960px) {
  .servicePrefecture__th {
    font-size: 1.25rem;
    width: 108px;
  }
}
.servicePrefecture__td {
  flex: 1;
  padding-right: 10px;
}
@media screen and (min-width: 560px) {
  .servicePrefecture__td {
    padding-right: 25px;
  }
}
@media screen and (min-width: 960px) {
  .servicePrefecture__td {
    padding-right: 40px;
  }
}
.servicePrefecture__td ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 560px) {
  .servicePrefecture__td ul {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .servicePrefecture__td ul {
    font-size: 1rem;
  }
}
@media screen and (min-width: 560px) {
  .servicePrefecture__td ul {
    margin-top: 3px;
  }
}
.servicePrefecture__td ul li {
  margin-right: 10px;
}

/**********contactForm*************/
.form_ttl {
  background: url(../../img/title_estimate.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .form_ttl {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .form_ttl {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 2.1875rem;
  }
}

.form {
  text-align: center;
}
.form .line_link {
  text-align: center;
  margin-top: 20px;
}

.contactForm {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .contactForm {
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contactForm {
    margin-top: 100px;
  }
}

.mess_txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .mess_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .mess_txt {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.cont_att {
  border: 1px solid #ccc;
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .cont_att {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .cont_att {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.contactTable {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ddd;
}
.contactTable th,
.contactTable td {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .contactTable th,
.contactTable td {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th,
.contactTable td {
    font-size: 1rem;
  }
}
.contactTable th {
  background: #f9f9f9;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .contactTable th {
    width: 170px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contactTable th {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th {
    padding: 30px 20px;
    width: 250px;
  }
}
.contactTable th.th_must {
  background: #ffebeb;
}
.contactTable th span {
  display: inline-block;
  padding: 2px 0;
}
.contactTable th .must,
.contactTable th .nini {
  background: #CF1212;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .contactTable th .must,
.contactTable th .nini {
    position: relative;
    top: -2px;
  }
}
.contactTable th .nini {
  background: #777;
}
.contactTable th .mintxt {
  font-size: 93%;
}
.contactTable td {
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .contactTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable td {
    padding: 30px 40px;
  }
}

.contactAttention {
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.contactAttention p {
  font-size: 0.8125rem;
}

.formList li {
  margin-bottom: 10px;
}
.formList label {
  display: inline-block;
  padding: 5px 10px;
}
.formList_check li {
  position: relative;
}
.formList_check label {
  padding: 10px 10px 10px 30px;
}
.formList_check input {
  position: absolute;
  left: 5px;
  top: 10px;
}
.formList_check input:checked + label {
  background: rgba(242, 242, 242, 0.3);
}
.formList--row {
  display: flex;
  flex-wrap: wrap;
}
.formList--row li {
  width: 50%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .formList--row li {
    width: 33.3%;
  }
}
.formList--row label {
  display: block;
}

.contactThanks {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .contactThanks {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contactThanks {
    margin-bottom: 60px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.redtxt {
  color: #c00;
}

/**************/
/********************************************************************************************
ページ内リンク
********************************************************************************************/
.pagelink_btn {
  position: fixed;
  top: 80px;
  right: -200px;
  transition-duration: 0.3s;
  z-index: 10;
}

.pagelink_strong {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: #c00;
}
.pagelink_strong a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../../img/ttl_nikky.png) right center no-repeat;
  background-size: auto 70px;
}

.pagelink_btn.active {
  right: 0px;
  transition-duration: 0.3s;
}

ul.pagelink_list li {
  border-bottom: 1px solid #ccc;
}

ul.pagelink_list li a {
  display: block;
  background: #fff;
  text-align: center;
  width: 200px;
  color: #000;
  text-decoration: none;
  padding: 12px 0px 12px;
  font-size: 100%;
}

ul.pagelink_list li a:hover {
  background: #eee;
}

.pagelink_ttl {
  background: #ff6d1d;
  color: #fff;
  padding: 10px;
  font-size: 130%;
}

.res_btn {
  padding-top: 0px;
  padding-right: 0px;
  text-align: right;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  ul.pagelink_list li a {
    width: 180px;
  }
}
@media screen and (max-width: 789px) {
  ul.pagelink_list li a {
    width: 180px;
  }
  .pagelink_ttl {
    font-size: 90%;
  }
  ul.pagelink_list li a {
    font-size: 0.875rem;
  }
  .pagelink_strong a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9375rem;
    background-size: auto 50px;
  }
  .pagelink_btn {
    top: 60px;
  }
  .res_btn img {
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  ul.pagelink_list li a {
    width: 120px;
  }
  .pagelink_ttl {
    font-size: 0.875rem;
  }
  ul.pagelink_list li a {
    font-size: 0.6875rem;
  }
  .pagelink_strong a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.8125rem;
    background-size: auto 36px;
  }
  .pagelink_strong a span {
    margin-right: 10px;
  }
  .pagelink_btn {
    top: 60px;
  }
  .res_btn img {
    width: 60px;
  }
}
.submit_btn button {
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sand_bg {
  background: url(../../img/sand_bg.png);
}

.form_txt {
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.form_subttl {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .form_subttl {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .form_subttl {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
}

/*******thanks********/

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