@charset "UTF-8";
/* Scss Document */
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; }

html { font-size: 62.5%; }

body { line-height: 1; }

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

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; }

/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-80px); }
  100% { transform: translateY(0px); } }
/* Scss Document */
body { box-sizing: border-box; background: url("/img/common/bg_body.jpg") repeat; line-height: 1.5; letter-spacing: 0.05; font-size: 1.5rem; font-variant-east-asian: jis78; color: #4f536c; font-family: "A1 Gothic R", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; word-wrap: break-word; text-align: justify; }
@media (min-width: 769px) { body { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
@media (min-width: 1280px) { body { font-size: 1.6rem; } }

.t_center { text-align: center; }

.t_left { text-align: left; }

.t_right { text-align: right; }

.sp { display: inherit; }
@media screen and (min-width: 769px) { .sp { display: none; } }
@media screen and (min-width: 981px) { .sp { display: none; } }

.tab { display: none; }
@media screen and (min-width: 769px) { .tab { display: inherit; } }
@media screen and (min-width: 981px) { .tab { display: none; } }

.sp_tab { display: inherit; }
@media screen and (min-width: 769px) { .sp_tab { display: inherit; } }
@media screen and (min-width: 981px) { .sp_tab { display: none; } }

.pc_tab { display: none; }
@media screen and (min-width: 769px) { .pc_tab { display: inherit; } }
@media screen and (min-width: 981px) { .pc_tab { display: inherit; } }

.pc { display: none; }
@media screen and (min-width: 769px) { .pc { display: none; } }
@media screen and (min-width: 981px) { .pc { display: inherit; } }

a, button { text-decoration: none; color: inherit; transition: .4s; }

button { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }

img { width: 100%; vertical-align: bottom; }
img.radius { border-radius: 10px; }

.w1280 { box-sizing: border-box; width: 100%; max-width: 1280px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 981px) { .w1280 { padding: 0 2%; } }
@media screen and (min-width: 1281px) { .w1280 { padding: 0; } }

.w1600 { box-sizing: border-box; width: 100%; max-width: 1600px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 981px) { .w1600 { padding: 0 2%; } }
@media screen and (min-width: 1281px) { .w1600 { padding: 0; } }

.w980 { box-sizing: border-box; width: 100%; max-width: 980px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 981px) { .w980 { padding: 0 2%; } }
@media screen and (min-width: 1281px) { .w980 { padding: 0; } }

h2 { font-size: 2.5rem; font-family: "A1 Gothic M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-weight: normal; text-align: center; }
@media (min-width: 769px) { h2 { font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 1.1741682975 ); } }
@media (min-width: 1280px) { h2 { font-size: 3.1rem; } }

h3 { font-size: 2.2rem; font-family: "A1 Gothic M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-weight: normal; text-align: center; }
@media (min-width: 769px) { h3 { font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
@media (min-width: 1280px) { h3 { font-size: 2.5rem; } }

h4 { font-family: "A1 Gothic M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-weight: normal; text-align: center; }

p { font-size: 100%; }

address { font-style: normal; }

::selection { background: #eee283; color: #fff; }

.en { font-family: "montserrat", "A1 Gothic M", "Times New Roman", Times, "serif"; letter-spacing: normal; }

a:hover { opacity: 0.8; }

.icon { margin-right: 5px; }

.flex_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.flex_wrap > * { flex: 0 1 48%; width: 48%; max-width: 48%; }

.box { margin-bottom: 60px; }

.cap { position: absolute; left: 5px; bottom: 5px; z-index: 1; font-size: 1rem; letter-spacing: normal; line-height: 1; }

.attent { color: #808080; font-size: 1.2rem; letter-spacing: normal; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .box { margin-bottom: 100px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.header__logo { position: fixed; z-index: 1000; top: 26px; left: 4%; height: 36px; filter: drop-shadow(0px 0px 2px #999); }
.header__logo a { display: block; height: 100%; }
.header__logo a svg { width: auto; height: 100%; }
.header__menu-btn { position: fixed; z-index: 1000; top: 20px; right: 4%; height: 50px; width: 50px; min-width: 50px; line-height: 50px; border-radius: 100%; text-align: center; letter-spacing: normal; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
.header__menu-btn span { display: block; position: absolute; left: 0; right: 0; margin: auto; height: 5px; width: 5px; min-width: 5px; line-height: 5px; border-radius: 100%; text-align: center; letter-spacing: normal; transition: .3s; }
.header__menu-btn span:first-child { background: #fe9472; top: 12px; }
.header__menu-btn span:nth-child(2) { top: 0; bottom: 0; background: #8cd9d9; }
.header__menu-btn span:last-child { bottom: 12px; background: #e5d132; }
.header__menu-nav { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100vh; padding: 120px 4% 0 4%; box-sizing: border-box; background: #fff; }
.header__menu-nav p { font-size: 1.6rem; margin-bottom: 30px; color: #4f536c; font-family: "A1 Gothic M", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
.header__mainnav { margin-bottom: 80px; }
.header__mainnav .header__link-txt { display: inline-block; position: relative; padding: 0 0 0 25px; line-height: 1.2; }
.header__mainnav .header__link-txt:before, .header__mainnav .header__link-txt:after { display: block; position: absolute; content: ""; top: 50%; }
.header__mainnav .header__link-txt:before { left: 0; height: 8px; width: 8px; min-width: 8px; line-height: 8px; border-radius: 100%; text-align: center; letter-spacing: normal; transform: translate(0, -50%); }
.header__mainnav .header__link-txt:after { left: 8px; width: 8px; height: 1px; transform: translate(0, -50%); }
.header__mainnav .header__link-txt.calendar:before, .header__mainnav .header__link-txt.calendar:after { background: #fe9472; }
.header__mainnav .header__link-txt.spot:before, .header__mainnav .header__link-txt.spot:after { background: #8cd9d9; }
.header__mainnav .header__link-txt.recipe:before, .header__mainnav .header__link-txt.recipe:after { background: #e5d132; }
.header__mainnav .header__link-txt:last-child { margin-bottom: 0; }
.header__youtube { margin-bottom: 50px; text-align: center; }
.header__youtube .header__icon { width: 30px; margin-right: 10px; }
.header__sns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.header__sns p { flex: 0 1 30px; width: 30px; max-width: 30px; margin: 0 20px; }
.header__sns .share { flex: 0 1 100%; width: 100%; max-width: 100%; margin-bottom: 15px; }
.header__sns .share #share { width: 100px; height: 18px; margin: auto; display: block; }
.header__sns .share #share .st0 { fill: #4f536c; }
.header.on .header__logo { filter: none; }
.header.on .header__logo #logo .cls-1 { fill: #4f536c; transition: .3s; }
.header.on .header__sns .share { filter: none; }
.header.on .header__sns .share #share .st0 { fill: #4f536c; transition: .3s; }

.open .header__logo { filter: none; }
.open .header__logo #logo .cls-1 { fill: #4f536c; transition: .3s; }
.open .header__menu-btn span { border-radius: 4px; }
.open .header__menu-btn span:first-child { top: 24px; width: 28px; height: 2px; transform: rotate(315deg); }
.open .header__menu-btn span:nth-child(2) { opacity: 0; }
.open .header__menu-btn span:last-child { bottom: 24px; width: 28px; height: 2px; transform: rotate(-315deg); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .header__logo { left: 20px; }
  .header__menu-btn { right: 20px; }
  .header__menu-nav p br { display: none; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) { .header__logo { top: 40px; height: 30px; }
  .header__menu-btn { display: none; }
  .header__menu-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; display: flex !important; left: auto; top: 30px; right: 20px; width: 74%; max-width: 1180px; height: auto; padding: 0; background: none; }
  .header__menu-nav > div { box-sizing: border-box; height: 50px; background: #fff; border-radius: 120px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .header__menu-nav > div p { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; margin-bottom: 0; }
  .header__menu-nav > div p br { display: block; }
  .header__mainnav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; flex: 0 1 80%; width: 80%; max-width: 80%; padding: 0 2.5%; margin-bottom: 0; }
  .header__mainnav p { flex: 0 1 auto; width: auto; max-width: auto; font-size: 1.2rem; letter-spacing: normal; } }
@media screen and (min-width: 981px) and (min-width: 981px) { .header__mainnav p { font-size: calc( 1.2rem + ( 1vw - 9.81px ) * 0.4846526656 ); } }
@media screen and (min-width: 981px) and (min-width: 1600px) { .header__mainnav p { font-size: 1.5rem; } }
@media screen and (min-width: 981px) { .header__youtube { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; flex: 0 1 50px; width: 50px; max-width: 50px; margin-bottom: 0; }
  .header__youtube p { width: 20px; margin: auto; }
  .header__youtube p a { display: block; width: 30px; line-height: 1; }
  .header__youtube .header__icon { width: 100%; margin: 0; }
  .header__youtube span { display: none; }
  .header__sns { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; position: relative; flex: 0 1 calc(18% - 50px); width: calc(18% - 50px); max-width: calc(18% - 50px); padding: 0 2%; }
  .header__sns .share { position: absolute; left: 0; right: 0; top: -15px; margin: 0 auto; filter: drop-shadow(0px 0px 2px #999); }
  .header__sns .share #share { width: 80px; height: 14px; }
  .header__sns .share #share .st0 { fill: #fff; }
  .header__sns p { flex: 0 1 31%; width: 31%; max-width: 31%; max-width: 20px; margin: 0; }
  .header__sns p a { display: block; width: 30px; line-height: 1; } }
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1281px) { .header__logo { top: 35px; height: 40px; }
  .header__menu-nav > div { height: 60px; }
  .header__mainnav { flex: 0 1 78%; width: 78%; max-width: 78%; }
  .header__youtube { flex: 0 1 60px; width: 60px; max-width: 60px; }
  .header__youtube p { width: 25px; }
  .header__sns { flex: 0 1 calc(20% - 60px); width: calc(20% - 60px); max-width: calc(20% - 60px); }
  .header__sns p { max-width: 25px; } }
@media screen and (min-width: 1481px) { .header__menu-nav > div p br { display: none; } }
/*------------------------------
		1600px以上
------------------------------*/
@media screen and (min-width: 1601px) { .header__logo { top: 30px; height: 50px; } }
/* Scss Document */
.footer { padding: 50px 0 15px; background: #4f536c; color: #fff; }
.footer #gotop { position: fixed; z-index: 1000; right: 15px; bottom: 15px; height: 70px; width: 70px; min-width: 70px; line-height: 70px; border-radius: 100%; text-align: center; letter-spacing: normal; background: #4f536c; box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); line-height: normal; }
.footer #gotop span { font-size: 1.1rem; position: absolute; top: 60%; left: 0; width: 100%; transform: translate(0, -50%); }
@media (min-width: 769px) { .footer #gotop span { font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { .footer #gotop span { font-size: 1.3rem; } }
.footer #gotop:before { display: block; content: ""; width: 0; height: 0; display: block; border: 8px solid transparent; border-bottom-color: #e5d032; margin: -15px auto 8px; }
.footer__img-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: baseline; -ms-align-items: baseline; align-items: baseline; margin-bottom: 40px; }
.footer__img-wrap figure { margin: 0 auto 10px; width: 80%; box-sizing: border-box; }
.footer__logo-wrap { flex: 0 1 80%; width: 80%; max-width: 80%; margin: 0 auto 40px; }
.footer__logo-wrap a { display: block; margin: auto; max-width: 350px; }
.footer__img-box { flex: 0 1 48%; width: 48%; max-width: 48%; }
.footer__img-txt { font-size: 1.2rem; line-height: 1; text-align: center; }
@media (min-width: 769px) { .footer__img-txt { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * -0.3913894325 ); } }
@media (min-width: 1280px) { .footer__img-txt { font-size: 1rem; } }
.footer .copyright { text-align: center; font-size: 1.2rem; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .footer #gotop { width: 90px; height: 90px; }
  .footer #gotop:after { top: 25px; }
  .footer__img-wrap figure { margin: 0 auto 10px; width: 50%; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) { .footer { padding: 90px 0 15px; }
  .footer__img-box { flex: 0 1 32%; width: 32%; max-width: 32%; margin-bottom: 0; }
  .footer__img-box.kyotoshi { order: 1; }
  .footer__img-box.kyotoshi figure { flex: 0 1 100%; width: 100%; max-width: 100%; margin: 0 20% 0 auto; max-width: 120px; }
  .footer__img-box:last-child { order: 3; }
  .footer__img-box:last-child figure { margin: 0 auto 10px; width: 35%; max-width: 35%; }
  .footer__img-wrap { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; }
  .footer__img-wrap figure { margin: 0; }
  .footer__logo-wrap { flex: 0 1 32%; width: 32%; max-width: 32%; margin: 0; order: 2; } }
/*------------------------------
		1281px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.btn { /*緑*/ }
.btn button, .btn a { font-size: 1.4rem; display: block; box-sizing: border-box; position: relative; width: 100%; margin: auto; padding: 15px; background: #8cd9d9; border: 1px solid #8cd9d9; color: #fff; text-align: center; border-radius: 50px; }
@media (min-width: 769px) { .btn button, .btn a { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { .btn button, .btn a { font-size: 1.6rem; } }
.btn button:after, .btn a:after { position: absolute; content: ""; display: block; top: 50%; right: 20px; width: 0; height: 0; border-style: solid; border-width: 4.5px 0 4.5px 4px; border-color: transparent transparent transparent #fff; transform: translate(0, -50%); }
.btn.btn__back a { background: #b3b3b3; border: 1px solid #b3b3b3; max-width: 280px; }
.btn.btn__back a:after { right: auto; left: 20px; transform: translate(0, -50%) scale(-1, 1); }
.btn.orange button, .btn.orange a { background: #fe9472; border: 1px solid #fe9472; }
.btn.yellow button, .btn.yellow a { background: #e5d132; border: 1px solid #e5d132; }
.btn.green { color: #8cd99a; }
.btn.green button, .btn.green a { background-color: #8cd99a; border: 1px solid #8cd99a; }

.blue { color: #8cd9d9; }

.bg_blue { background: #8cd9d9; }

.yellow { color: #e5d132; }

.bg_yellow { background: #e5d132; }

.orange { color: #fe9472; }

.bg_orange { background: #fe9472; }

.green { color: #8cd99a; }

.bg_green { background: #8cd99a; }

.dot { position: relative; width: 30px; height: 6px; margin: auto; }
.dot span { display: block; position: absolute; z-index: 1; top: 0; height: 6px; width: 6px; min-width: 6px; line-height: 6px; border-radius: 100%; text-align: center; letter-spacing: normal; }
.dot span:first-child { left: 0; background: #fe9472; }
.dot span:nth-child(2) { left: 0; right: 0; margin: auto; background: #8cd9d9; }
.dot span:last-child { right: 0; background: #e5d132; }

.mainimg { padding: 10px 10px 0; margin-bottom: 60px; }
.mainimg .mainimg__img-box { position: relative; z-index: -2; height: 70vw; max-height: 450px; overflow: hidden; border-radius: 10px; }
.mainimg .mainimg__title-wrap { position: relative; margin: -50px auto 0; }
.mainimg .mainimg__title-wrap .mainimg__title { width: 50%; max-width: 120px; margin: 0 auto 20px; }
.mainimg .mainimg__title-wrap .mainimg__title-dot { margin-bottom: 10px; }
.mainimg .mainimg__title-wrap h3 { font-size: 2.4rem; margin-bottom: 25px; line-height: 1.4; }
@media (min-width: 769px) { .mainimg .mainimg__title-wrap h3 { font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 2.1526418787 ); } }
@media (min-width: 1280px) { .mainimg .mainimg__title-wrap h3 { font-size: 3.5rem; } }
.mainimg .mainimg__title-wrap h3 .s-txt { font-size: 60%; }
.mainimg .mainimg__title-wrap p { font-size: 1.6rem; text-align: center; line-height: 2; }
@media (min-width: 769px) { .mainimg .mainimg__title-wrap p { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.782778865 ); } }
@media (min-width: 1280px) { .mainimg .mainimg__title-wrap p { font-size: 2rem; } }
.mainimg .mainimg__title-wrap:after { display: block; content: ''; position: absolute; z-index: -1; top: -30px; left: 0; right: 0; margin: auto; width: 80vw; max-width: 380px; height: 80vw; max-height: 380px; border-radius: 50%; background: #fff; }
.mainimg img { border-radius: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .btn button, .btn a { max-width: 285px; padding: 15px; }
  .btn button:after, .btn a:after { border-width: 6.5px 0 6.5px 6px; top: 50%; transition: 0.3s; }
  .btn button:hover, .btn a:hover { background: #fff; color: #8cd9d9; }
  .btn button:hover::after, .btn a:hover::after { border-color: transparent transparent transparent #8cd9d9; }
  .btn__back a:hover { background: #fff; color: #b3b3b3; }
  .btn__back a:hover:after { border-color: transparent transparent transparent #b3b3b3; }
  .btn.orange:hover button:hover, .btn.orange:hover a:hover { color: #fe9472; background: #fff; }
  .btn.orange:hover button:hover::after, .btn.orange:hover a:hover::after { border-color: transparent transparent transparent #fe9472; }
  .btn.yellow:hover button:hover, .btn.yellow:hover a:hover { color: #e5d132; background: #fff; }
  .btn.yellow:hover button:hover::after, .btn.yellow:hover a:hover::after { border-color: transparent transparent transparent #e5d132; }
  .btn.green:hover button:hover, .btn.green:hover a:hover { color: #8cd99a; background: #fff; }
  .btn.green:hover button:hover::after, .btn.green:hover a:hover::after { border-color: transparent transparent transparent #8cd99a; }
  .mainimg .mainimg__title-wrap { margin: -50px auto 0; }
  .mainimg .mainimg__title-wrap .mainimg__title { margin: 0 auto 30px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1281px) { .mainimg { margin-bottom: 80px; } }
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.form-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; }
.form-group.error { background: #ffe7df; }
.form-group .form-title { flex: 0 1 20%; width: 20%; max-width: 20%; font-size: 1.4rem; font-weight: bold; }
@media (min-width: 768px) { .form-group .form-title { font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
@media (min-width: 1200px) { .form-group .form-title { font-size: 1.6rem; } }
.form-group .txt { flex: 0 1 70%; width: 70%; max-width: 70%; }
.form-group .txt .form-control { box-sizing: border-box; padding: 10px; width: 100%; }
.form-group .txt .form-control.datepicker { max-width: 160px; }
.form-group .txt span { display: block; }
.form-group .txt .datepicer_box { position: relative; }

select { padding: 6px 12px 6px 6px; font-size: 1.3rem; border: 1px solid #aaa; border-radius: 2px; background: transparent; }

textarea { resize: vertical; min-height: 80px; }

.form_label { vertical-align: middle; margin: 5px 12px 5px 0; cursor: pointer; }
.form_label input[type=radio] { display: none; }
.form_label input[type=radio] + .radio-parts { position: relative; padding-left: 26px; }
.form_label input[type=radio] + .radio-parts:before { content: ''; display: block; box-sizing: border-box; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border: 1px solid #aaa; border-radius: 50%; }
.form_label input[type=radio] + .radio-parts:after { content: ''; display: none; box-sizing: border-box; position: absolute; top: 6px; left: 6px; width: 8px; height: 8px; background: #4f536c; border-radius: 50%; }
.form_label input[type=radio]:checked + .radio-parts { color: #4f536c; }
.form_label input[type=radio]:checked + .radio-parts:before { border-color: #4f536c; }
.form_label input[type=radio]:checked + .radio-parts:after { display: block; }
.form_label input[type=checkbox] { display: none; }
.form_label input[type=checkbox] + .checkbox-parts { position: relative; padding-left: 26px; }
.form_label input[type=checkbox] + .checkbox-parts:before { content: ''; display: block; box-sizing: border-box; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border: 1px solid #aaa; border-radius: 3px; }
.form_label input[type=checkbox] + .checkbox-parts:after { content: ''; display: none; box-sizing: border-box; position: absolute; top: 0; left: 1px; width: 18px; height: 10px; border-left: 2px solid #4f536c; border-bottom: 2px solid #4f536c; transform: rotate(-50deg); }
.form_label input[type=checkbox]:checked + .checkbox-parts { color: #4f536c; }
.form_label input[type=checkbox]:checked + .checkbox-parts:after { display: block; }

.required { display: inline-block; vertical-align: middle; margin: 0 6px; padding: 3px; line-height: 1; font-weight: normal; font-size: 1.0rem; color: #fff; background: #4f536c; border-radius: 2px; }

.attention { margin: 3px 0; font-size: 1.2rem; letter-spacing: normal; color: #666; }
.attention:before { content: '※'; }
.attention.option-color_red { color: #FF5722; }

.ui-datepicker-trigger { display: none; }

#ui-datepicker-div { z-index: 991 !important; width: auto; font-family: inherit; border-radius: 0; top: 100% !important; left: 0 !important; }
#ui-datepicker-div .ui-datepicker-header { height: 40px; border: none; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { height: 40px; line-height: 40px; margin: 0 40px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev { width: 40px; height: 40px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover { border: none; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span { position: absolute; top: 50%; display: block; width: 10px; height: 10px; margin: 0; border-top: 1px solid #333; border-left: 1px solid #333; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span { right: 50%; transform: rotate(135deg) translateY(50%); }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span { left: 50%; transform: rotate(-45deg) translateY(-50%); }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover { top: 2px; right: 2px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover { top: 2px; left: 2px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { width: auto; margin-right: 3px; font-family: inherit; font-size: 1.3rem; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month { width: auto; margin-left: 6px; font-family: inherit; font-size: 1.3rem; }
#ui-datepicker-div .ui-datepicker-calendar { font-size: 1.1rem; }
#ui-datepicker-div .ui-datepicker-calendar th { width: 40px; height: 40px; padding: 0; font-size: 1.1rem; line-height: 40px; font-weight: 200; }
#ui-datepicker-div .ui-datepicker-calendar td { width: 40px; height: 40px; padding: 0; line-height: 40px; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled { background: #ddd; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month { background: transparent; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover { background: #4f536c; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a { color: #fff; }
#ui-datepicker-div .ui-datepicker-calendar td a { color: #4f536c; }
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span { padding: 0; text-align: center; border: none; background: transparent; }

.state_message { margin-bottom: 60px; text-align: center; }
.state_message p { height: 40px; line-height: 40px; text-align: center; font-size: 1.6rem; color: #fff; background: #5bb75b; }
.state_message p.class-ng { background: #4f536c; }

/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/

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