@charset "UTF-8";


/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

::placeholder {
  color: #B7B7B7;
  font-size: 14px;
}

/* フォーカス時　アウトライン消し */
*:focus {
  outline: none;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

/* アドビフォント 指定時こちらからコピペ */
/*

font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;

font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 400;

font-family: natalya, sans-serif;
font-style: normal;
font-weight: 400;


明朝指定
font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP',serif;

font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;

font-family: 'Inter', sans-serif;
font-family: 'Mrs Saint Delafield', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


*/

/* アドビフォント 指定時こちらからコピペ */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");

html {
  font-family: "Noto Sans JP", sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 14px;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  color: #2B2B2B;
  font-weight: 400;
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0 auto !important;
  max-width: 768px !important;
  min-width: 320px !important;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ref
/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/

input[type="text"],
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  background: #ffffff;
}

button {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  border: none;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Correct cursors for clickable elements.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
* Remove padding
*/

option {
  padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================ 
汎用
/* ============================================ */

.w100 {
  width: 100%;
}

img {
  width: 100%;
}

/* 汎用　margin　padding ―――――――*/

.u-m0 {
  margin: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m40 {
  margin: 40px !important;
}

/* 汎用　padding０　右　左　上　下―――――――*/

.u-p0-r {
  padding-right: 0px !important;
}

.u-p0-l {
  padding-left: 0px !important;
}

.u-p0-t {
  padding-top: 0px !important;
}

.u-p0-b {
  padding-bottom: 0px !important;
}

/* 汎用　padding０　右　左　上　下―――――――*/

/* 汎用　padding　上―――――――*/
.u-p0 {
  padding: 0px !important;
}

.u-p8 {
  padding: 8px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

/* 汎用　padding０　右　左　上　下―――――――*/

.u-p0-r {
  padding-right: 0px !important;
}

.u-p0-l {
  padding-left: 0px !important;
}

.u-p0-t {
  padding-top: 0px !important;
}

.u-p0-b {
  padding-bottom: 0px !important;
}

/* 汎用　padding０　右　左　上　下―――――――*/

.u-p5-l {
  padding-left: 5px !important;
}

.u-p10-l {
  padding-left: 10px !important;
}

.u-p5-r {
  padding-right: 5px !important;
}

.u-p10-r {
  padding-right: 10px !important;
}

.u-p12-r {
  padding-right: 12px !important;
}

.u-p15-r {
  padding-right: 15px !important;
}

/* 汎用　padding　下―――――――*/

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb6 {
  padding-bottom: 6px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

/* 汎用　padding　上―――――――*/
.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt6 {
  padding-top: 6px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

/* 汎用　padding　―――――――*/

.u-p5 {
  padding: 5px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p40 {
  padding: 40px !important;
}

/* 汎用　margin-top　―――――――*/

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

/* 汎用　margin-top マイナス　―――――――*/

.u-mt_20 {
  margin-top: -20px !important;
}

.u-mt_25 {
  margin-top: -25px !important;
}

.u-mt_64 {
  margin-top: -64px !important;
}

/* 汎用　margin-bottom　―――――――*/

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb22 {
  margin-bottom: 22px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb26 {
  margin-bottom: 25px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb38 {
  margin-bottom: 38px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb42 {
  margin-bottom: 42px !important;
}

.u-mb44 {
  margin-bottom: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb46 {
  margin-bottom: 46px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb54 {
  margin-bottom: 54px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb58 {
  margin-bottom: 58px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

/* 汎用　margin-bottom　マイナスマージン ―――――――*/

.u-mb-70 {
  margin-bottom: -70px !important;
}

/* 汎用　margin-left　―――――――*/
.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

/* 汎用　margin　左右　auto　―――――――*/

/* 汎用　margin　左右　auto　―――――――*/

.u-mauto {
  margin: auto !important;
}

/* テキスト　寄せ　―――――――*/
.tex_left {
  text-align: left !important;
}

.tex_right {
  text-align: right !important;
}

.c {
  text-align: center !important;
}

/* テキスト　太さ　―――――――*/

.b {
  font-weight: bold !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_normal {
  font-weight: normal !important;
}

/* テキスト　色　―――――――*/
.fcolor_red {
  color: #E30101;
}

.fcolor_orenge {
  color: #fca95d;
}

.fcolor_brown {
  color: #87785b;
}

.fcolor_black {
  color: #2B2B2B;
}

.fcolor_white {
  color: #ffffff;
}

.fcolor_purple {
  color: #902463;
}

/* テキスト　大きさ　―――――――*/
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px !important;
}

/* テキスト　line-height　―――――――*/

/* line-height 100%*/
.l_h10 {
  line-height: 1 !important;
}

/* line-height 18px*/
.l_h12 {
  line-height: 1.2 !important;
}

/* line-height 19.5px*/
.l_h13 {
  line-height: 1.3 !important;
}

/* line-height 22px*/
.l_h14 {
  line-height: 1.46666 !important;
}

/* line-height 29px*/
.l_h19 {
  line-height: 1.93333 !important;
}

/* 汎用　‐――――――――――――――――――‐―――――――――――――――――― */

.underline {
  border-bottom: 1px solid #2B2B2B;
}



/* ===== マーカー===== */
.marker_orange_hoso {
  background: linear-gradient(transparent 60%, #ffedb7 60%);
}

.marker_orange2_hoso {
  background: linear-gradient(transparent 60%, #f6d0ad 60%);
}

.marker_orange3_hoso {
  background: linear-gradient(transparenw100t 60%, #ffab6f 60%);
}

.marker_green_hoso {
  background: linear-gradient(transparent 50%, #aece53 50%);
}

/* ===== マーカー===== */

/* ============================================ 
footer
/* ============================================ */
footer {
    background: #902463;
  padding: 15px 0;
}

.footer.page_footer {
  height: 100px;
  width: 100%;
  background: #fb9797;
  padding: 14px 0;
  text-align: center;
}

#home_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: auto;
}

#home_icon {
  width: 45px;
  height: 45px;
  background: url(../image/common/ic_footer.sp.480.png);
  background-size: cover;
}

footer .copy {
  padding-top: 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
}


/* =====　ページ幅===== */
.page_width28 {
  padding-left: 28px;
  padding-right: 28px;
}

.page_width24 {
  padding-left: 24px;
  padding-right: 24px;
}

.page_width16 {
  padding-left: 16px;
  padding-right: 16px;
}

.page_width8 {
  padding-left: 8px;
  padding-right: 8px;
}

/* ===== pageTop用　===== */

#pageTop {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 1000;
}

#pageTop a {
  position: relative;
  display: block;
  background-image: url(../image/common/ic_scrollTop.sp.480.png);
  color: #e2c08d;
    width: 68px;
    height: 71px;
  cursor: pointer;
  background-size: cover;
  /* opacity: 0.7;*/
}

/*
#pageTop a:after {
width: 9px;
height: 9px;
border-top: 2px solid #eac46d;
border-left: 2px solid #eac46d;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
color: #fff;
}  

#pageTop:after {
content: "";
display: block;
clear: both;
width: 22px;
height: 22px;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
color: #fff;  
position: absolute;
top: 8px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}  
*/