

.btn {
white-space: normal;
}

a {
	color: #333;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.tel a {
    text-decoration: underline;        
}

/* ------------------------------------------
　ナビゲーションバー
---------------------------------------------*/
.mod-navbar {
	position: relative;
	padding: 1rem 0;
}

/* ------------------------------------------
　カテゴリラベル位置
---------------------------------------------*/
.cate-label {
	top:0.5em;
	left: 1em;
	background: rgba(255, 255, 255, 0.8);
}

/* ------------------------------------------
　フッター
---------------------------------------------*/
/* sns アイコン */
.sns-nav img{
	width: 36px;
}
/* トップへ戻る */
.totop {
	border: 2px solid #02A7C3;
    top: 1rem;
    right: 0;
}



/*ついきぶぶん*/



/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */

::-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;
}

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  font-weight: lighter;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}




/************************************
ここからサイトのスタイル
**************************************/

/*
サイト基本設定
*/

html {
	font-size: 62.5%;
	overflow-x: hidden;
	  height: 100%;

}
@media screen and (max-width: 1054px) {
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 45%;
  }
}

body {
	width: 100%;
	height:100%;
	max-width: 100vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	color: #676767;
	position: relative;
	overflow-x: hidden;
  letter-spacing: .075rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.main-body {
  padding-top: 66px;
  padding-bottom: 100px;
		width: 100%;

}
@media screen and (max-width: 1054px) {
  body.main-body {
    padding-top: 55px;
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 500px) {
  body.main-body {
    padding-bottom: 30vw;
  }
}

/* インナー */

.inner {
  width: 1055px;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1054px) {
  .inner {
    width: 95%;
  }
}

.inner-largest {
  width: 1300px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .inner-largest {
    width: 100%;
  }
}

.inner-all {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}


/* 文字サイズ */

.h1 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}

.h2 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 30px;
  }
}

.h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 30px;
  }
}

.h4 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 30px;
  }
}

.h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h5 {
    font-size: 18px;
  }
}

.h6 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h6 {
    font-size: 14px;
  }
}

/* 背景色　*/
.bg-main {
  background: #f7f7f7;
}

/* 背景色　*/
.bg-main {
  background: #f7f7f7;
}

/* 表示 */
.block {
  display: block;
}
.none {
  display: none;
}
@media screen and (max-width: 1054px) {
  .block--tab {
    display: block;
  }
  .none--tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block--sp {
    display: block;
  }
  .none--sp {
    display: none;
  }
}

/* 自動改行 */
.textbr {
  display: inline-block;
}

/* 画像 */
.img-100 img {
  width: 100%;
  height: auto;
}

/* 埋め込み形 */
iframe {
  width: 100%!important;
	height:100%;
}

/****************************************************************************************
共通部分
****************************************************************************************/


/********************************************
ロゴ
********************************************/
.logo {
  display: block;
}
.logo img {
  width: 22.4rem;
  height: auto;
}
@media screen and (max-width: 1299px) {
  .logo img {
    width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 160px;
  }
}

.toyoregin-logo {
  display: block;
}
.toyoregin-logo img {
  width: 8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .toyoregin-logo img {
    width: 80px;
    height: auto;
  }
}



/********************************************
フォーム
********************************************/
.form-input input {
  width: 100%;
  height: 42px;
  background: #fff;
  padding: 0 2.5rem;
  font-size: 1.8rem;
}
.form-input input::placeholder {
  color: #cecece;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #cecece;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #cecece;
}
@media screen and (max-width: 767px) {
  .form-input input {
    font-size: 16px;
  }
}


.form-btn {
  text-align: center;
  background: #17a2b8;
}
.form-btn input {
  width: 100%;
  display: inline-block;
  padding: 1.1rem 1rem 1.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2rem;
}
@media screen and (max-width: 767px) {
  .form-btn input {
    font-size: 16px;
    padding: 11px 10px 13px;
  }
}

/********************************************
ヘッダー
********************************************/

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px #eeeeee;
  z-index: 1000000000;
}
@media screen and (max-width: 1054px) {
  .header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14.5px 0;
  }
}

.header.header--dashboard {
  min-height: 66px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1054px) {
  .header.header--dashboard {
    min-height: auto;
  }
}

.header-inner {
  width: 97%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.header.header--dashboard .header-inner {
  max-width: 100%;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.header--dashboard .header-flex {
  justify-content: space-between;
}

.header__link-flex {
  display: flex;
  align-items: center;
}

.header__link__menu {
  margin-right: 2.5rem;
}
@media screen and (max-width: 1299px) {
  .header__link__menu {
    margin-right: 1.35vw;
  }
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu-content {
  display: block;
  padding: 2.5rem 1.5rem;
  font-size: 1.4rem;
  letter-spacing: .15rem;
}
@media screen and (max-width: 1299px) {
  .menu-content {
    padding-left: .75vw;
    padding-right: .75vw;
    letter-spacing: .1rem;
  }
}

.menu-content:hover {
  background: #a9976d;
  color: #fff;
  transition: .3s;
}

/* TAB以下で非表示 */
@media screen and (max-width: 1054px) {
  .header__link {
    display: none;
  }
}

/* ダッシュボード　サロン情報 */
.header__salon {
  margin-right: 20px;
}
@media screen and (max-width: 1054px) {
  .header__salon {
    margin-left: auto;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .header__salon {
    display: none;
  }
}

.salon-flex {
  display: flex;
  align-items: center;
}

.salon__name {
  margin-right: 1.5rem;
}

.salon-name {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .15rem;
}
@media screen and (max-width: 767px) {
  .salon-name {
    font-size: 14px;
  }
}

/* メダル */
.medal-flex {
  display: flex;
}

.medal-content {
  margin-right: .7rem;
}
.medal-content:last-child {
  margin-right: 0;
}

.medal-content-img img {
  width: 20px;
  height: auto;
}


/* メニューボタン */
/* PCで非表示 */
.header__menu-btn {
  display: none;
}
@media screen and (max-width: 1054px) {
  .header__menu-btn {
    display: block;
  }
}





/********************************************
画面下のメニューボタン
********************************************/
.float-menu-btn-list {
  width: 100%;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
}

.float-menu-btn-list-flex {
  display: flex;
  flex-wrap: wrap;
}

.float-menu-btn2-list {
  width: 100%;
  /*position: fixed;*/
  bottom: 0;
max-height:200px;
  left: 0;
	
}

.float-menu-btn2-list-flex {
  display: flex;
  flex-wrap: wrap;
}

.float-menu-btn {
  display: block;
  width: 25%;
  height: 10rem;
  text-align: center;
  position: relative;
}
.float-menu-btn2 {
  display: block;
  height: 14rem;
  text-align: center;
  position: relative;
}
.float-menu-btn:hover {
  opacity: 0.8;
}
.float-menu-btn2:hover {
  opacity: 0.8;
}
.float-menu-btn.float-menu-btn--news {
  background: #d1c060;
  padding-top: 1.9rem;
}
.float-menu-btn.float-menu-btn--info {
  background: #d1c060;
  padding-top: 1.9rem;
}
.float-menu-btn.float-menu-btn--tsubo {
  background: #82cdd8;
  padding-top: 1.9rem;
}
.float-menu-btn.float-menu-btn--chat {
  background: #d9aed6;
  padding-top: 1.6rem;
}
.float-menu-btn.float-menu-btn--movie {
  background: #8fd5b2;
  padding-top: 2.2rem;
}
@media screen and (max-width: 1054px) {
  .float-menu-btn {
    height: 10vw;
  }
	 .float-menu-btn2 {
    height: 10vw;
  }
	
  .float-menu-btn.float-menu-btn--info {
    padding-top: 1.9vw;
  }	
  .float-menu-btn.float-menu-btn--news {
    padding-top: 1.9vw;
  }
  .float-menu-btn.float-menu-btn--tsubo {
    padding-top: 1.9vw;
  }
  .float-menu-btn.float-menu-btn--chat {
    padding-top: 1.6vw;
  }
  .float-menu-btn.float-menu-btn--movie {
    padding-top: 2.2vw;
  }
}
@media screen and (max-width: 500px) {
  .float-menu-btn {
    width: 50%;
    height: 12.5vw;
  }

  .float-menu-btn2 {
    width: 100%;
    height: 17.5vw;
  }
}
.float-menu-btn-info-icon img {
  width: 4rem;
  height: auto;
}
.float-menu-btn-news-icon img {
  width: 3.5rem;
  height: auto;
}
.float-menu-btn-tsubo-icon img {
  width: 3.3rem;
  height: auto;
}
.float-menu-btn-chat-icon img {
  width: 4.4rem;
  height: auto;
}
.float-menu-btn-movie-icon img {
  width: 3.7rem;
  height: auto;
}
@media screen and (max-width: 1054px) {
  .float-menu-btn-info-icon img {
    width: 4vw;
  }
	.float-menu-btn-news-icon img {
    width: 3vw;
  }
	 
  .float-menu-btn-tsubo-icon img {
    width: 3.3vw;
  }
  .float-menu-btn-chat-icon img {
    width: 4.4vw;
  }
  .float-menu-btn-movie-icon img {
    width: 3.4vw;
  }
}
@media screen and (max-width: 500px) {
  .float-menu-btn-info-icon img {
    width: 8.5vw;
  }
	 .float-menu-btn-news-icon img {
    width: 4.5vw;
  }
  .float-menu-btn-tsubo-icon img {
    width: 4.5vw;
  }
  .float-menu-btn-chat-icon img {
    width: 6vw;
  }
  .float-menu-btn-movie-icon img {
    width: 5vw;
  }
}

.float-menu-btn__txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.8rem;
}
.float-menu-btn2__txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.8rem;
}
@media screen and (max-width: 1054px) {
  .float-menu-btn__txt {
    bottom: 2vw;
  }
	 .float-menu-btn2__txt {
    bottom: 2.5vw;
  }
}

.float-menu-btn-title {
  font-size: 2.0rem;
  color: #fff;
  letter-spacing: .2rem;
}

.float-menu-btn2-title {
  font-size: 2.0rem;
  color: #fff;
  letter-spacing: .2rem;
}
@media screen and (max-width: 1054px) {
  .float-menu-btn-title {
    font-size: 1.7vw;
    letter-spacing: .15vw;
  }
	  .float-menu-btn2-title {
    font-size: 1.7vw;
    letter-spacing: .15vw;
  }
}
@media screen and (max-width: 500px) {
  .float-menu-btn-title {
    font-size: 3vw;
  }
	  .float-menu-btn2-title {
       font-size: 2vw;
    letter-spacing: .8rem;
  }
}


/****************************************************************************************
ログインページ
****************************************************************************************/

body.sign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #f7f7f7;
}

/********************************************
ログインページ　ヘッダー
********************************************/
.signin-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000000;
}

.signin-header__logo {
  padding-top: 2.5rem;
}

/********************************************
ログインページ　フォーム
********************************************/

.sign-form__main {
  max-width: 370px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .sign-form__main {
    max-width: 100%;
    margin-top: 50px;
  }
}


.form-sign-content + .form-sign-content {
  margin-top: 1rem;
}

.sign-form__main__btn {
  margin-top: 1.5rem;
}

.sign-form__other {
  margin-top: 5.5rem;
  text-align: center;
}

.sign-form__other__no-accont {
  margin-top: 3rem;
}

.sign-form__other__no-accont__btn {
  margin-top: 1.5rem;
}

.sign-txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sign-txt {
    font-size: 14px;
  }
}
.sign-txt.sign-txt--link span {
  border-bottom: 1px solid CurrentColor;
  padding-bottom: .25rem;
}
.sign-txt.sign-txt--link:hover span {
  border-bottom-width: 0px;
}

.plofile{
  display: flex;
  padding: 50px 10%;
}
.cbox{
  vertical-align: middle;
  width:40%;
}
.boxA{
	  width:40%;
}
.boxB{
	  width:60%;

}

.flex-container{
    display: flex;   /* ← これを指定する */
    max-width: 1000px;
    margin: 2rem;
	  text-align: center;
	  justify-content:center;


}
.flex-item{
    margin: 20px;
    background-color:#d09f7e;
    width: 40%;
    height: 70%;
	  text-align: center;


}
.flex-item2{
    margin: 20px;
    width: 40%;
    height: 70%;
	  text-align: center;


}
.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}
.block-grid li {
  float: left;
  margin: 0 1% 30px;
  padding: 0;
}
.block-grid a {
  text-decoration: none;
  font-size: 1.6em;
}
@media (min-width: 600px){
  .block-grid-1-2-3 li {
    width: 48%;
  }
}
@media (min-width: 800px){
  .block-grid-1-2-3 li {
    width: 31.3333%;
  }
}






.block-grid {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0;
}
.block-grid li {
  float: left;
  margin: 0 1% 30px;
  padding: 0;
}
.block-grid a {
  text-decoration: none;
  font-size: 1.6em;
}
@media (min-width: 600px){
  .block-grid-1-2-3 li {
    width: 48%;
  }
}
@media (min-width: 900px){
  .block-grid-1-2-3 li {
    width: 31.3333%;
  }
}
Resources

#wrapper {
    position: relative;
    width: 800px;
}
#wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}










.recommend {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;


    display: flex;
    box-sizing: border-box;

	
	
}
.recommend-box {
	display: inline-block;
	 width: 30%;
    height: auto; 
	 justify-content: center;
    margin: 0px auto;
    padding: 10px;
    box-sizing: border-box;

}
.recommend-title {
	top: -245px; 
    width: auto;
   
}

@media (max-width: 700px){

.recommend {
    width: 83.9%;
    margin: 20px auto;
				display:block;

}
.recommend-box {
			display:block;
    width: 300px;
    height: auto; 
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
    margin-right: auto;
}
}




/* 余白などの調整 */
#container #content {
    padding-top: 0;
}
.breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
}


.accessmenubtn {
	  font-size: 2vm;
	width:250px;
	background-color:transparent;
	border-radius:28px;
	border:1px solid #d09f7e;
	display:inline-block;
	cursor:pointer;
	color:#d09f7e;
	font-family:Arial;
	padding:16px 31px;
	text-decoration:none;
}
.accessmenubtn:hover {
	background-color:transparent;
}
.accessmenubtn:active {
	position:relative;
	top:1px;
}

@media (max-width: 600px){
.accessmenubtn {
	  font-size: 2vm;
	width:100%;
	background-color:transparent;
	border-radius:28px;
	border:1px solid #d09f7e;
	display:inline-block;
	cursor:pointer;
	color:#d09f7e;
	font-family:Arial;
	padding:16px 31px;
	text-decoration:none;
}
}

.policy{
  margin: 20px auto;
  text-align:center;
}
.submit_btnarea {
  width: 360px;
  margin: 0 auto;
}
.form_btn{
  background: #005183;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s ease-out;
  position: relative;
}

.form_btn:hover{
  border: 1px solid #005183;
  background: #fff;
  color: #005183;
}
button[type="submit"][disabled] {
      background-color: #fff;
      color: #ccc;
      border-color: #ccc;
      cursor: default;
    }
  
  button[type="submit"][disabled]:hover{
    opacity:1;
  }


/* 余白などの調整*/
.overflow-wrap .break-word
{
  overflow-wrap:  break-word;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}
.Form-Item >:last-child {
  margin-left: auto;
}
.spacer {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Btn {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #a9976d;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #17a2b8;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
	
.inFrame {
    border: 1px solid black !important;
    height: 500px !important;
    width: 100%;
}

.policy{
  margin: 20px auto;
  text-align:center;
}
.submit_btnarea {
    width: 360px;
    margin: 0 auto;
}
.form_btn{
    background: #005183;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}
 
.form_btn:hover{
    border: 1px solid #005183;
    background: #fff;
    color: #005183;
}
button[type="submit"][disabled] {
    background-color: #fff;
    color: #ccc;
    border-color: #ccc;
    cursor: default;
}
     
button[type="submit"][disabled]:hover{
    opacity:1;
}

