@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
/* 
********************************
turquoise blue #00afcc  #009cc0
turquoise      #40e0d0
********************************
*/

/*!
 *********************************************************************
 *  カスタムプロパティの設定*/
 *********************************************************************
 */
h1 {font-size:  var(--font-size-h1);}
h2 {font-size:  var(--font-size-h2);}
h3 {font-size:  var(--font-size-h3);}
h4 {font-size:  var(--font-size-h4);}
h5 {font-size:  var(--font-size-h5);}
h6 {font-size:  var(--font-size-h6);}
.fs_h1 {font-size:  var(--font-size-h1);}
.fs_h2 {font-size:  var(--font-size-h2);}
.fs_h3 {font-size:  var(--font-size-h3);}
.fs_h4 {font-size:  var(--font-size-h4);}
.fs_h5 {font-size:  var(--font-size-h5);}
.fs_h6 {font-size:  var(--font-size-h6);}

.fs_08 {font-size:  0.8em;}
.fs_09 {font-size:  0.9em;}
.fs_10 {font-size:  1.0em;}
.fs_11 {font-size:  1.1em;}
.fs_12 {font-size:  1.2em;}
.fs_15 {font-size:  1.5em;}

/*////////////////////////////////////////////////////////////////////
 *
 *  メディアクエリの定義
 *
 */

/*!
 ********************************************************
 * Extra small devices (portrait phones, less than 576px)
 ********************************************************
 */
@media (max-width: 575.98px) {
  :root {
    --font-size-h1: 20px;
    --font-size-h2: 18px;
    --font-size-h3: 18px;
    --font-size-h4: 18px;
    --font-size-h5: 18px;
    --font-size-h6: 18px;
  }
}
/*!
 ********************************************************
 * Small devices (landscape phones, 576px and up)
 ********************************************************
 */
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --font-size-h1: 20px;
    --font-size-h2: 18px;
    --font-size-h3: 18px;
    --font-size-h4: 18px;
    --font-size-h5: 18px;
    --font-size-h6: 18px;
  }
}
/*!
 ********************************************************
 * Medium devices (tablets, 768px and up)
 ********************************************************
 */
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --font-size-h1: 22px;
    --font-size-h2: 20px;
    --font-size-h3: 18px;
    --font-size-h4: 18px;
    --font-size-h5: 18px;
    --font-size-h6: 18px;
  }
}
/*!
 ********************************************************
 * Large devices (desktops, 992px and up)
 ********************************************************
 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --font-size-h1: 26px;
    --font-size-h2: 24px;
    --font-size-h3: 22px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 18px;
  }
}
/*!
 ********************************************************
 * Extra large devices (large desktops, 1200px and up)
 ********************************************************
 */
@media (min-width: 1200px) {
  :root {
    --font-size-h1: 28px;
    --font-size-h2: 26px;
    --font-size-h3: 24px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;
  }
}

:root {
  --header-footer-background-color: #5db5d2; //#cfe9f0;
  --header-footer-border-color: #5db5d2; //#5db5d2;
  --selecter-border-color: #5db5d2; //#5db5d2;
  --bg-origin-rgb:  #00afcc;//  #009cc0 #40e0d0;
}
html {
}
body {
  font-family: 'Noto Serif JP', serif;
}

a {
  text-decoration: none !important;
}

hr.origin {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(gold), color-stop(red), to(gold));
  background-image: linear-gradient(to right, gold, red, gold);
}
/*---------------------------
 * ページ先頭へ
 *---------------------------*/
.pagetop {
  display: none;
  position: fixed;
  right: 1px;
  bottom: 0;
}
.pagetop a{
  display: block;
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: orange;//#3f98ef;//#ef3f98;
  opacity: 0.6;
  border-radius: 50%;
  text-decoration: none;
}
.pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*---------------------------
 * フッター
 *---------------------------*/

/*---------------------------
 * パーティ画像
 *---------------------------*/
.image_preview{
  max-width: 70%;
  margin: 0 auto;
  max-height: 250px;
  width: auto;
}
.image_view{
  max-width: 30%;
//  max-height: 250px;
  width: auto;
  padding: 1rem;
}

/*---------------------------
 * テーブルの行選択
 *---------------------------*/
#table_select tr:hover td {
  color: white;
  background-color: blue;
  cursor: pointer;  /* マウスカーソルを手の形にする */
  opacity: 0.6;     /* ボタンの透明度を60%にする */
}

/*---------------------------
 * フォーム
 *---------------------------*/
/* SELECTボックスの幅の定義 */
.select-pref{
  width:7rem !important;
}
.select-year{
  width:6rem !important;
}
.select-month,
.select-day{
  width:5rem !important;
}
.select-age{
  width:4rem !important;
}

.width-3{
  width:3rem !important;
}
.width-4{
  width:4rem !important;
}
.width-6{
  width:6rem !important;
}
.width-8{
  width:8rem !important;
}
.width-12{
  width:12rem !important;
}
.width-16{
  width:16rem !important;
}

legend {
  padding: 0;
  border-bottom: 1px solid #9bcb67;//#a87a68;
  font-size: var(--font-size-h2);
}
.table dl{
  padding: 0;
}
.table dt{
  font-weight: normal;
}
.name-inline input{
  width: 9rem !important;
  display: inline-block;
}
.num-inline input{
  width: 6rem !important;
  display: inline-block;
}
.birthday-inline input,
.card-inline input,
.tel-inline input{
  width: 4rem !important;
  display: inline-block;
}
.age-inline input{
  width: 4rem !important;
  display: inline-block;
}
.card-no input,
.card-name input{
  width: 14rem !important;
}
.card-ccv input{
  width: 4rem !important;
}
.help-text {
  color: #737373;
}
.border-color-party {
  border: 1px solid darkgreen !important;
}
.bg-color-party {
  background-color: green !important;
}

/* bootstrap のCSSに準拠
  .radio-inline input[type="radio"] */
.child-num-inline {
  width: 3rem !important;
}
.required {
}
.required:after {
    color: #cd4d58;
    padding-left: 2px;
    content: "*";
}
.submit-box {
  text-align: center;
}
.submit-box ul,
.submit-box li {
  margin: 0;
  padding: 0;
}
.submit-box li+li {
  padding-left: 0px;
}
/* bootstrap のCSSに準拠
  .radio-inline input[type="radio"] */
.child-num-inline {
  width: 3rem !important;
}
.confitm {
  padding-top: 8px;
}

/*---------------------------
 * 注釈
 *---------------------------*/
.help-text2 {
  font-size:  0.875rem;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size:  0.875rem;
}


/*!
 ********************************************************
 * ボタン
 ********************************************************
 */
.btn-obs {
  color: #fff;
  background-color: mediumblue;//firebrick;//#eb6100;
  font-size: 1.2rem;
  position: relative;
  padding: 0.6rem 1.2rem;
}
.btn-obs:hover {
  color: #fff;
  background: blue;//crimson;//#f56500;
}

/*!
 ********************************************************
 * 文字色
 ********************************************************
 */
.bold {
  font-weight: bold;
}
.goldenrod {
  color: goldenrod;
}
.orange {
	color: orange;
}
.orange2 {
	color: #ff6600;
}
.darkorange{
  color: darkorange;
}
.orangered{
  color: orangered;
}
.green {
	color: green;
}
.green2 {
	color: #12a84f;
}
.blue {
	color: blue;
}
.royalblue{
  color: royalblue;
}
.deep_blue {
	color: #364e96;
}
.mediumblue{
	color: mediumblue;
}
.navy {
	color: navy;
}
.darkblue {
  color: darkblue;
}
.red {
	color: red;
}
.darkred {
	color: darkred;
}
.crimson {
  color: crimson;
}
.yellow {
	color: yellow;
}
.firebrick {
	color: firebrick;
}
.maroon {
  color: maroon;
}
.gray{
  color: gray;
}
.dimgray{
  color: dimgray;
}
.black{
  color: black;
}
.white {
	color: white;
}
.indigo{
  color: indigo;
}
.purple{
  color: purple;
}
.lavender {
  color: lavender;
}
.magenta {
  color: magenta;
}
.deeppink {
  color: deeppink;
}
.mediumvioletred {
  color: mediumvioletred;
}

.bg_profile {
	background: whitesmoke;
}

/*!
 ********************************************************
 * 蛍光ペン
 ********************************************************
 */
.highlighter {
     background-color: #ff9;
}

.highlighter_line {
     background:linear-gradient(transparent 60%, #ff6 60%);
}

/*////////////////////////////////////////////////////////////////////
 *
 *  内容に応じてサイズが可変する <textarea>の定義
 *
 */
.FlexTextarea {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}

.FlexTextarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 120px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid;
}

.FlexTextarea__textarea {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
//  border: 1px #b6c3c6;
  border-radius: 4px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none;
}

.FlexTextarea__textarea:focus {
//  box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.1);
//  outline: 0;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/*////////////////////////////////////////////////////////////////////
 *
 *  画像の保存禁止
 *  aタグで使用するimgにlinkを指定することで画像がクリックできる
 */
img {
  pointer-events: none; 
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
img.link  {
  pointer-events: auto !important;
}
/*!
 ********************************************************
 * 蛍光ペン
 ********************************************************
 */
.highlighter {
     background-color: #ff9;
}

.highlighter_line {
     background:linear-gradient(transparent 60%, #ff6 60%);
}

/*////////////////////////////////////////////////////////////////////
 *
 *  Bootstrapの定義
 *
 */
.text-right{
  text-align: right !important;
}
.bg-origin {
  background-color: var(--bg-origin-rgb) !important;
}
.navbar-brand {
//color: white !important;
}

.w-70 {
  width:70% !important;
}
.w-60 {
  width:60% !important;
}
.w-50 {
  width:50% !important;
}
.w-20 {
  width:20% !important;
}
.w-10 {
  width:10% !important;
}
.w-5 {
  width:5% !important;
}

.w-r32 {
  width: 32rem !important;
}
.w-r24 {
  width: 24rem !important;
}
.w-r16 {
  width: 16rem !important;
}
.w-r12 {
  width: 12rem !important;
}
.w-r8 {
  width: 8rem !important;
}
.w-r7 {
  width: 7rem !important;
}
.w-r4 {
  width: 4rem !important;
}
.w-r2 {
  width: 2rem !important;
}
.inline {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.border-color-obs {
  border-color: #5db5d2 !important;
}
.bg-color-obs {
  background-color: #5db5d2 !important;
}
.bg-unregist {
  background-color: khaki;
}
