@charset "UTF-8";

/*!
Theme Name:jci_Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:jci
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/* ヘッダーロゴの最大高さを変更 */
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 35px;
	width:auto;
}
@media screen and (max-width: 570px){
img.site-logo-image {
    max-width: 60vw;
	height:auto;
}
}


.page-id-15 .content {
    margin-top: 0;
}
@media screen and (max-width: 570px){
.page-id-15 .content {
    margin-top: 40px;
}
}

div.announcement{
	display:none !important;
}

@media screen and (max-width: 570px){
div.announcement{
	display:block !important;
}
div.announcement img{
	max-width:100%;
	width:85vw;
	height:auto;
	text-align:center;
	margin:auto;
}
}


/*-------スマホメシェアボタン非表示-------*/
@media screen and (max-width: 780px) {
li.share-menu-button{
        display: none !important;
}
}


/*-------スマホメニュー左マージン 2em-------*/
.menu-content .menu-drawer {
    padding: 2em 1em 30px 2em;
}

/*-------メニュー余白調整------*/
#navi .navi-in>ul>li>a {
    padding: 0 1em;
}



ul#menu-main_menu li i,
ul.menu-drawer li i{
  color: #0190d4;
}

/*-------ご協賛のお申し込み-------*/

/* menu-item-230：通常時（青背景＋白文字） */
ul#menu-main_menu li#menu-item-230{
  background-color: #0190d4;
  border: 1px solid #0190d4;
}
ul#menu-main_menu li#menu-item-230 > a{
  color: #fff;
}
ul#menu-main_menu li#menu-item-230 i{
  color: #fff;
}
ul#menu-main_menu li#menu-item-230:hover i{
  color: #0190d4;
}
/* menu-item-230：ホバー時（背景と文字色を反転＋枠線#0190d4） */
ul#menu-main_menu li#menu-item-230:hover{
  background-color: #fff;
  border: 1px solid #0190d4;
}
ul#menu-main_menu li#menu-item-230:hover > a{
  color: #0190d4;
}


/* スマホ時だけ：menu-drawer 内のアイコン横幅を統一 */
@media (max-width: 768px){
  ul.menu-drawer li > a{
    display: flex;
    align-items: center;
    gap: .1em;              /* アイコンと文字の間隔（好みで調整） */
  }

  /* アイコン領域を固定幅にする */
  ul.menu-drawer li > a > i{
    flex: 0 0 1.8em;        /* ← ここが“統一する横幅” */
    width: 1.8em;
    display: inline-flex;   /* 中央寄せしやすい */
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;         /* アイコンフォントのズレ防止 */
  }
}






/* ------フォントサイズ定義------------ */
/*基準を1rem=10pxに設定*/
html {
	font-size: 62.5%;
}
/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font_size_S {
	font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}
/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font_size_M {
	font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}
/*最小値:1.6rem → 可変（2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.5rem*/
.font_size_MM {
	font-size: clamp(2rem, calc(1.8rem + 0.625vw), 2.5rem);
}
/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font_size_L {
	font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}
/* ------フォントサイズ定義 END------------ */


/* ------コンテンツ幅------------ */
_.wrap {
    width: 1256px;
    margin: 0 auto;
}


/*------文字大きさ、装飾------------*/
* h1 {
	font-size: clamp(2rem, 2vw + 1rem, 2.7rem);
	color:#0190d4;
	font-weight:600;
}
h2 {
	font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
	border-style: none;
	font-weight:600;
	padding-bottom:0;
	margin-bottom:1rem;
}

h2.underline {
	font-size: clamp(2rem, 2vw + 1rem, 2.7rem);
    position: relative;
    padding: .5em .2em .4em;
    border-bottom: 3px solid #0190d4;
    color: #000000;
}

h2.underline .t_margin {
	margin-top:0;
	padding-top:0;
}
@media screen and (max-width: 570px) {
h2.underline .t_margin {
	margin-top:auto;
}
}

h2.underline::before,
h2.underline::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h2.underline::before {
    background-color: #0190d4;
}

h2.underline::after {
    bottom: -11px;
    background-color: #fff;
}


h2.underline_red {
	font-size: clamp(2rem, 2vw + 1rem, 2.7rem);
    position: relative;
    padding: .5em .2em .4em;
    border-bottom: 3px solid #ff0000;
    color: #ff0000;
}

h2.underline_red::before,
h2.underline_red::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h2.underline_red::before {
    background-color: #ff0000;
}

h2.underline_red::after {
    bottom: -11px;
    background-color: #fff;
}


h2.underline_white {
	font-size: clamp(2rem, 2vw + 1rem, 2.7rem);
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #ffffff;
    color: #ffffff;
	max-width:1196px;
	margin:auto;
}

h2.underline_white::before,
h2.underline_white::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

h2.underline_white::before {
    background-color: #ffffff;
}

h2.underline_white::after {
    bottom: -11px;
    background-color: #0190d4;
}


.article h2 {
	background-color:#ffffff;
	margin-bottom:1em;
}

* h3,
* h4 {
	border-style: none;
	padding-left: 0;
}
h3 {
	font-size: clamp(1.8rem, 2vw + 1rem, 1.9rem);
	border-bottom-color: #CCCCCC;
	line-height:1.4;
	border-bottom-style: none;
	margin-bottom:1.5em;
	font-weight:bold;
}
* h3:after {
	border-bottom-style: none;
}


* h4{
	line-height:1.3;
	font-weight:bold;
}
* p,
* table th,
* td,
* li {
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.4rem);
	line-height: 1.5;
}

* dt,
* dd{
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.4rem);
}
@media screen and (max-width: 570px) {
* p,
* table th,
* td,
* li {
	line-height: 1.4;
}
}
/*------文字大きさ、装飾 END------------*/
html{
	scroll-behavior: smooth;
}


body img{
	max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 横スクロールを出さない（まずはこれ） */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;      /* 確実に消す */
  margin: 0;
  padding: 0;
}

/* はみ出しの典型原因（幅計算）対策 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 画像/動画/iframe/svgs が親幅を超えないように */
img, svg, video, iframe, canvas {
  max-width: 100%;
  height: auto;
}

/* “100vw” が原因で横に1〜数pxはみ出すのを抑える用（よくある） */
body * {
  max-width: 100vw;
}

/* 可能なら hidden より安全な clip（対応ブラウザならこっちが自然） */
@supports (overflow-x: clip) {
  html, body { overflow-x: clip; }
}



/*------トップスライダー-----------*/

#metaslider-id-22 .flexslider .caption-wrap {
	background-color:rgba(255,255,255,0.9) !important;
	opacity: 0.9 !important;
}
.caption-wrap img{
	opacity: 1 !important;
}
@media screen and (max-width: 570px) {
#metaslider-id-22 .flexslider .caption-wrap {
	background-color:rgba(255,255,255,0.0) !important;
	opacity: 0 !important;
}
.caption-wrap img{
	opacity: 1 !important;
}
}
img.slide_img {
    opacity: 1 !important;           /* 透過をなくす（不透明度100%） */
    display: block !important;       /* マージンを有効にするためブロック化 */
    margin-left: auto !important;    /* 横方向の中央配置 */
    margin-right: auto !important;
	filter: none !important;      /* 全てのフィルターを無効化 */
    -webkit-filter: none !important;
	max-width:1200px !important;
	height:auto;
}
@media screen and (max-width: 570px) {
img.slide_img{
	display:none !important;
}
.metaslider {
    margin-top: 50px;
}
}







/************************************
** インデックスページのエントリーカードのPV数を非表示
************************************/

.entry-card .admin-pv {
	display: none;
}

.related-entry-card-meta, .entry-card-meta {
	display:none;
}
.related-entry-card-content, .entry-card-content {
    padding-bottom: 0;
}

.ect-3-columns {
  justify-content: flex-start;
}


/*---------トップページ------------*/

.page-id-15 h1.entry-title,.date-tags,.author-info{
	display:none;
}


/*---------アニメーション------------*/

.zoom{
  background: #ffffff;
  box-shadow: 0 0 0 #cccccc, 0 0 0 #ffffff, 10px 10px 10px #cccccc inset, 0 0 0 #ffffff inset;
  position: relative;
  overflow: hidden;

  border-radius: 5px;

  /* 余白は ul のmarginではなく親のpaddingに寄せる（高さ計算が安定） */
  padding: 1em 2em;
  box-sizing: border-box;

  /* 初期サイズ */
  width: 80px;
  max-height: 80px;

  animation: zoom 3s ease-in-out forwards;
}

@media only screen and (max-width:570px){
  .zoom{ padding: 1em 0.5em; }
}

/* 最初は見えない。zoom(3s)後にフェードイン */
.zoom .sns_btn{
  /* absoluteをやめる：親が高さを認識できるようにする */
  position: static;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;        /* marginは親paddingへ移動済み */
  padding: 0;
  list-style: none;

  opacity: 0;
  transform: translateY(10px);

  animation: snsFadeIn 0.5s ease forwards;
  animation-delay: 3s;
  animation-fill-mode: both;
}

@keyframes snsFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* zoom：height固定はやめて max-height を伸ばす */
@keyframes zoom{
  0%{
    width: 80px;
    max-height: 80px;
    background: #ffffff;
    box-shadow: 0 0 0 #cccccc, 0 0 0 #ffffff, 10px 10px 10px #cccccc inset, 0 0 0 #ffffff inset;
  }
  25%{
    width: 80px;
    max-height: 80px;
    background: #ffffff;
    box-shadow: 10px 10px 10px #cccccc, 10px 10px 10px #ffffff, 0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
  }
  50%{
    width: 80px;
    max-height: 250px; /* 途中演出用（最終的に固定しない） */
    background: #ffffff;
    box-shadow: 10px 10px 10px #cccccc, 10px 10px 10px #ffffff, 0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
  }
  75%{
    width: 100%;
    max-height: 300px; /* 充分大きく：最終的に中身の高さで止まる */
    background: #0190d4;
    box-shadow: 20px 20px 20px #cccccc, 0 0 0 #ffffff, 0 0 0 #cccccc inset, 2px 2px 2px #ffffff inset;
  }
  100%{
    width: 100%;
    max-height: 999px; /* ここで固定高さにならず、ulの高さにフィット */
    background: #0190d4;
    box-shadow: none;
  }
}

.zoom .sns_btn { color:#000; }




/*　－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

◆wordpress style.cssに使用するスタイルシートの標準部分です。　ここから

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/

.page-id-15 #main{
	padding-top:0;
}

/*---------------HOME---------------*/

.wide_box_notice {
	background-color: #0190d4;
	margin: 0 calc(50% - 50vw);
	padding: 1em;
	width: 100vw;
}
.notice_main{
	max-width:1196px;
	width:100%;
	margin:auto;
	padding:0 0.5em;
	background-color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*------ボタン----*/
ul.btn_three {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
}
ul.btn_three li {
	flex-basis: 31%;
	-webkit-flex-basis: 31%;
	-ms-flex-basis: 31%;
	list-style-type: none;
	border: 1px solid #0190d4;
	background-color:#ffffff;
	color:#0190d4;
	text-align:center;
	font-weight:bold;
	margin: 0 ;
	padding:0;
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.8rem);
}
ul.btn_three li a {
	color: #0190d4;
	text-decoration: none;
	display:block;
	padding:0.8em 0.3em;
}
ul.btn_three li a:hover {
	color: #ffffff;
}
ul.btn_three li:hover {
	background-color:#0190d4;
	color:#ffffff;
	transition : 1s;　/*ふわっとさせる指定*/
}

/*------SNSボタン----*/
ul.sns_btn {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
	column-gap: 4em;
}
ul.sns_btn li {
	flex-basis: 40%;
	-webkit-flex-basis: 40%;
	-ms-flex-basis: 40%;
	list-style-type: none;
	margin: 0 auto 0 auto;
	border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	-webkit-border-top-left-radius: 40px;
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFF0;
	border: 1px solid #CCCCCC;
}
ul.sns_btn li{
  position: relative;  /* 疑似要素の基準 */
  overflow: hidden;    /* はみ出し防止（任意） */
}

/* 背景画像だけ 50% 透過 */
ul.sns_btn li::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://wanpakujoshi-toyama.com/wp-content/uploads/wanpaku_haikei.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 35%;
  /* background-size: contain;  ←必要なら追加 */
  opacity: 0.2;
  pointer-events: none; /* クリック邪魔しない */
  z-index: 0;
}

/* li内の文字/リンクを前面に */
ul.sns_btn li > *{
  position: relative;
  z-index: 1;
}

ul.sns_btn li p {
	text-align:center;
	margin-bottom:1em;
	color:#000000;
	font-weight:bold;
	font-size: clamp(1.2rem, 0.991rem + 0.55vw, 1.7rem);
}
@media only screen and (max-width:570px) {
ul.sns_btn {
	column-gap: 2em;
}
ul.sns_btn li {
	border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
ul.sns_btn li p {
	margin-bottom:0.5em;
	color:#0190d4;
}
}
ul.sns_btn li h3 {
	border-style:none;
	margin:0.5em 0 0 0 ;
	padding:0;
	position: relative;
}
ul.sns_btn li:nth-child(1) h3::after{
	content: "インスタグラム";
	display: block;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-size: 0.6em;
	line-height: 1.2;
	opacity: 0.5;
	color: #0190d4;
}
ul.sns_btn li:nth-child(2) h3::after{
	content: "ユーチューブ";
	display: block;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-size: 0.6em;
	line-height: 1.2;
	opacity: 0.5;
	color: #0190d4;
}


ul.sns_btn li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 1em 0.5em 1em;
  text-decoration: none;
  color: inherit;
  width:100%;
}

ul.sns_btn li img {
	margin: auto auto 0 auto ;
	padding: 0 ;
	transition-duration: 0.5s;
	max-width:60px;
	width:100%;
	height:auto;
}

@media only screen and (max-width:570px) {
ul.sns_btn {
	gap: 0.5em;
}
ul.sns_btn li {
	flex-basis: 48% ;
	-webkit-flex-basis: 48% ;
	-ms-flex-basis: 48% ;
	margin: 0 auto 2% auto;
}
ul.sns_btn li img {
	width:60px;
	height:auto;
}
}

/* li：最初は影なし → 5秒後にふわっと影（transformは使わない） */
ul.sns_btn li{
  box-shadow: 0 0 0 rgba(0,0,0,0);
  animation: snsShadowIn 0.8s ease-out 5s forwards;

  /* hover用 */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

/* hoverで上に10pxふわっと */
ul.sns_btn li:hover{
  transform: translateY(-10px);
  box-shadow: 0 14px 28px rgba(0,0,0,.18); /* 影も少しだけ強めたい場合 */
}

@keyframes snsShadowIn{
  from{
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  to{
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
  }
}

/* 矢印の初期状態 */
ul.sns_btn li .arrow{
	display: block;          /* transformを効かせる */
	transition: transform .4s ease;/* ふわっと */
	will-change: transform;         /* 任意：滑らかさ補助 */
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0.3em;
	padding: 0.1em 0.3em;
	color: #0190d4;
	background-color: #ffffff;
	border: 1px solid #0190d4;
	width: fit-content;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:0.8em;
}
/* hover時 */
ul.sns_btn li:hover .arrow{
	transform: translateX(-10px);
	color: #FFFFFF;
	background-color: #0190d4;
}



/*---------YouTubeリンク------------*/
.wide_box_youtube {
	margin: 0 calc(50% - 50vw);
	padding: 1em;
	width: 100vw;
	background-image: url(//wanpakujoshi-toyama.com/wp-content/uploads/youtube_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
}

.youtube_notice_main{
	max-width:1196px;
	margin:auto;
}

.youtube_notice_main ul {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
	height:250px;
}
.youtube_notice_main p{
  margin:0;
}
.youtube_notice_main ul li.left {
	flex-basis: 60% ;
	-webkit-flex-basis: 60% ;
	-ms-flex-basis: 60% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
	text-align:left;
	padding:1em;
}
.youtube_notice_main ul li.left p {
	font-size: clamp(1.8rem, 2vw + 1rem, 2.2rem);
	font-weight:bold;
	color:#ffffff;
}
.youtube_notice_main ul li.right {
	flex-basis: 40% ;
	-webkit-flex-basis: 40% ;
	-ms-flex-basis: 40% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
	text-align:center !important;
}
.youtube_notice_main ul li img {
	margin: auto auto 0 auto ;
	padding: 0 ;
	transition-duration: 0.5s;
	height:70px;
	width:auto;
}
@media only screen and (max-width:570px) {
.youtube_notice_main ul {
	height:auto;
}
.youtube_notice_main ul li.left,
.youtube_notice_main ul li.right {
	flex-basis: 100% ;
	-webkit-flex-basis: 100% ;
	-ms-flex-basis: 100% ;
	margin: 0 auto 2% auto;
}
.youtube_notice_main ul li img {
	width:80vw;
	height:auto;
}
}


/*---------ご挨拶/開催御礼------------*/

div.greeting_img{
	width:382px;
	height:auto;
	margin:0  0 0 2em;
	padding:0;
	float:right;
}
div.greeting_img p{
	text-align:left;
}
@media only screen and (max-width:570px) {
div.greeting_img{
	float:none;
	margin:auto;
	max-width:100%;
	overflow:hidden;
}
div.greeting_img p{
	text-align:center;
}
}

ul.greeting {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
}
ul.greeting li.left {
	flex-basis: 68% ;
	-webkit-flex-basis: 68% ;
	-ms-flex-basis: 68% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
	text-align:left;
	padding:0 3em 0 0;
}
ul.greeting li.right {
	flex-basis: 32% ;
	-webkit-flex-basis: 32% ;
	-ms-flex-basis: 32% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
	padding:0;
}
ul.greeting li.right p{
	margin-bottom:0;
}
ul.greeting li.right img {
	margin: auto auto 0.5em auto ;
	padding: 0 ;
	transition-duration: 0.5s;
	max-width:100%;
	vertical-align: bottom;
	display:block;
}
@media only screen and (max-width:570px) {
ul.greeting li.left,
ul.greeting li.right {
	flex-basis: 100% ;
	-webkit-flex-basis: 100% ;
	-ms-flex-basis: 100% ;
	margin: 0 auto 2% auto;
}
ul.greeting li.left,
ul.greeting li.right {
	padding:0 0 0 0;
}
}
.cooperation{
	font-size: clamp(1.3rem, 2vw + 1rem, 1.5rem);
	text-align:center;
	font-weight:bold;
}
@media only screen and (max-width:570px) {
.cooperation{
	text-align:left;
}
}

/*---------開催報告PDF------------*/
ul.event_report {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: auto auto 2em auto ;
	padding: 0 ;
	max-width:1000px;
}
ul.event_report li {
	flex-basis: 46%;
	-webkit-flex-basis: 46%;
	-ms-flex-basis: 46%;
	list-style-type: none;
	margin: 0 auto 0 auto;
	border: 1px solid #0190d4;
}
ul.event_report li a {
	display:block;
	text-align:center;
	padding:1em 0.5em;
	color:#0190d4;
	text-decoration: none;
}
ul.event_report li:hover {
	background-color:#0190d4;
	color:#ffffff;
	transition : 1s;　/*ふわっとさせる指定*/
}
ul.event_report li a:hover {
	color: #ffffff;
}


dl.schedule{
	display:-webkit-box; /*Android4.3*/
	display:-moz-box;    /*Firefox21*/
	display:-ms-flexbox; /*IE10*/
	display:-webkit-flex; /*PC-Safari,iOS8.4*/
	display:flex;
	-ms-flex-wrap:wrap ;
	-moz-flex-wrap:wrap ;
	-webkit-flex-wrap:wrap ;
	flex-wrap:wrap ;
	width: 100%;
	margin:0 0 0 1.3em;
}
dl.schedule dt{
	flex-basis: 4em ;
	-webkit-flex-basis: 4em ;
	-ms-flex-basis: 4em ;
	list-style-type: none ;
	text-align:left;
	color:#000000;
	font-size: clamp(1.5rem, 0.991rem + 0.55vw, 2rem);
}
dl.schedule dd{
	margin: 0;
	flex-basis:calc(100% - 4.5em) ;
	-webkit-flex-basis: calc(100% - 4.5em) ;
	-ms-flex-basis: calc(100% - 4.5em) ;
	list-style-type: none ;
	font-size: clamp(1.5rem, 0.991rem + 0.55vw, 2rem);
}
@media screen and (max-width: 570px) {
dl.schedule{
	margin:0 0 0 1.3em;
}
dl.about dd{
	margin: 0;
	flex-basis:calc(100% - 4.5em) ;
	-webkit-flex-basis: calc(100% - 4.5em) ;
	-ms-flex-basis: calc(100% - 4.5em) ;
	list-style-type: none ;
}
}

dl.schedule02{
	display:-webkit-box; /*Android4.3*/
	display:-moz-box;    /*Firefox21*/
	display:-ms-flexbox; /*IE10*/
	display:-webkit-flex; /*PC-Safari,iOS8.4*/
	display:flex;
	-ms-flex-wrap:wrap ;
	-moz-flex-wrap:wrap ;
	-webkit-flex-wrap:wrap ;
	flex-wrap:wrap ;
	width: 100%;
	margin:0 0 0 1.3em;
}
dl.schedule02 dt{
	flex-basis: 4em ;
	-webkit-flex-basis: 4em ;
	-ms-flex-basis: 4em ;
	list-style-type: none ;
	text-align:left;
	color:#000000;
}
dl.schedule02 dd{
	margin: 0;
	flex-basis:calc(100% - 4.5em) ;
	-webkit-flex-basis: calc(100% - 4.5em) ;
	-ms-flex-basis: calc(100% - 4.5em) ;
	list-style-type: none ;
}
@media screen and (max-width: 570px) {
dl.schedule02{
	margin:0 0 0 1.3em;
}
dl.about dd{
	margin: 0;
	flex-basis:calc(100% - 4.5em) ;
	-webkit-flex-basis: calc(100% - 4.5em) ;
	-ms-flex-basis: calc(100% - 4.5em) ;
	list-style-type: none ;
}
}


/*--------google map調整------------*/
.wide_googlemap {
	margin: 0 calc(50% - 50vw);
	padding: 0;
	width: 100vw;
}

.map-wrap{
  height: 600px;
  position: relative;
  margin-bottom:0.5em;
}
.map-wrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/*--------スケジュール------------*/
ul.schedule {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	align-items: flex-start;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
}
ul.schedule li {
	flex-basis: 48% ;
	-webkit-flex-basis: 48% ;
	-ms-flex-basis: 48% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
}
ul.schedule li img {
	margin: auto auto 0 auto ;
	padding: 0 ;
	transition-duration: 0.5s;
}
@media only screen and (max-width:570px) {
ul.schedule li {
	flex-basis: 100% ;
	-webkit-flex-basis: 100% ;
	-ms-flex-basis: 100% ;
	margin: 0 auto 2% auto;
}
}



h3.star{
	border-style:none;
	padding:0;
	margin:0 0 0.5em 0;
}
h3.star:before{
	 content: '★';
	 color:#0190d4;
}

p.icon_train{
	border-style:none;
	margin:0 0 0.5em 0;
	padding:0 0 0 1.6em;
	text-indent: -1.6em;
}
p.icon_train:before {
  font-family: "Font Awesome 5 Free";
  content: '\f238';
  font-weight: 900;
  margin-right:0.6em;
  color:#009966;
}

p.icon_airplane{
	border-style:none;
	margin:0 0 0.5em 0;
	padding:0 0 0 1.4em;
	text-indent: -1.4em;
}
p.icon_airplane:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5af';
  font-weight: 900;
  margin-right:0.3em;
  color:#009966;
}

p.icon_automobile{
	border-style:none;
	margin:0 0 0.5em 0;
	padding:0 0 0 1.4em;
	text-indent: -1.4em;
}
p.icon_automobile:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5e4';
  font-weight: 900;
  margin-right:0.3em;
  color:#009966;
}


.apply_btn{
	background-color:#0190d4;
 	border: 1px solid #0190d4;
	color:#ffffff;
	margin:auto;
	text-align:center;
	max-width: 80%;
	font-size: clamp(1.8rem, 2vw + 1rem, 1.9rem);
}
@media screen and (max-width: 570px) {
.apply_btn{
	max-width: 90%;
}
}
.apply_btn a{
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:0.8em 0.3em;
}

.apply_btn a:hover {
	color: #0190d4;
}
.apply_btn:hover {
	background-color: #ffffff;
	color: #0190d4;
	transition : 1s;
　/*ふわっとさせる指定*/
 	border: 1px solid #0190d4;
}


.wide_footer_slider {
	margin: 0 calc(50% - 50vw);
	padding: 0em;
	width: 100vw;
}



/*------大会候補地選定について------*/

.selection {
	border: 1px solid #0190d4;
	margin:auto;
	text-align:center;
	max-width: 20em;
	width:100%;
}
.selection a {
	display:block;
	text-align:center;
	padding:1em 0.5em;
	color:#0190d4;
	text-decoration: none;
}
.selection:hover {
	background-color:#0190d4;
	color:#ffffff;
	transition : 1s;　/*ふわっとさせる指定*/
}
.selection a:hover {
	color: #ffffff;
}




/*---------フッターカルーセル------------*/

  /* スライダー全体の調整 */
  .splide {
    padding: 20px 0;
  }

  /* 各スライドのスタイル */
  .splide__slide {
    width: 499px; /* スライドの幅を固定 */
	height:auto;
    margin-right: 5px; /* スライド間の余白 */
    transition: opacity 0.3s;
  }
@media screen and (max-width: 570px) {
  .splide__slide {
    width: 90vw; /* スライドの幅を固定 */
}
}
@media screen and (min-width: 740px) {
  /* ホバー時に他のスライドを薄くする演出（記事内の解説に基づく） */
  .splide:hover .splide__slide {
    opacity: 0.5;
  }
  .splide .splide__slide:hover {
    opacity: 1; /* ホバーされているスライドだけ不透明度を戻す */
  }
}
  /* 画像とコンテンツのレイアウト */
  .splide__slide a {
    text-decoration: none;
    color: #333;
    display: block;
  }

  .slide-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* 角丸などの装飾 */
  }

  .slide-content {
    margin-top: 15px;
  }

  .slide-date {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-bottom: 5px;
  }

  .slide-title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
  }


/*---------プライバシーポリシー------------*/

ol.privacy_main li{
	margin-bottom:1em;
}

ol.privacy{
	list-style-type:lower-roman;
}
ol.privacy li{
}



/*　－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

◆wordpress style.cssに使用するスタイルシートの標準部分です。　ここまで

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/


/*---------テキストを両端揃え調整------------*/
* p {
	text-align: justify;
	word-break: break-all;
	text-justify: inter-character;
}
/*---------テキストを両端揃え調整 END------------*/


.t_indent{
	text-indent: -1em;
	margin-left: 1em;
}


/* ------区切りマージン---------- */
section {
	margin-bottom: 6rem;
}
article {
	_margin-bottom: 0;
}
nav {
	margin-bottom: 0;
}
@media only screen and (max-width:570px) {
section {
	margin-bottom: 2rem;
}
}
/* ------区切りマージン END---------- */


/*--------全画面テスト----------*/
.all_display{
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50% + 1.5em);
	width: 100vw;
	background-color:#ff0000;
	height:300px;
}
/*--------全画面テスト end----------*/



/* ------全体の要素に適用------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* ------全画面---------- */
.wide_box_01 {
	background-color: rgba(195, 154, 107, 1.0);
	margin: 0 calc(50% - 50vw);
	padding: 1em;
	width: 100vw;
}
.wide_box_02 {
	background-color: rgba(255, 255, 255, 1.0);
	margin: 0 calc(50% - 50vw);
	padding: 1em;
	width: 100vw;
}
/* ------全画面 END---------- */


/* ------フェードイン------------ */

/* CSS（基本：2秒フェードイン） */
.fadein{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
  will-change: opacity, transform;
}
.fadein.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* ★834px以下は無効（最初から表示） */
@media (max-width: 834px){
  .fadein{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

/* ------フェードイン END------------ */

/* ------リンク------------ */
* a {
	transition: 0.3s ease-in-out;
}


/* ------電話番号　スマホのみリンク------------ */
@media (min-width: 770px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}
/* ------電話番号　スマホのみリンク END------------ */



/*画像透明度（マウスオーバー時）
---------------------------------*/
a img {
	border: none;
	verticle-align: top;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	/* 透過レベル */
	filter: alpha(opacity=80);
}
/*画像透明度（マウスオーバー時）end
---------------------------------*/


/* ------アンカー上部余白------------ */
:target::before {
	content: "";
	display: block;
	height: 90px;
	margin: -90px 0 0;
}
/* ------アンカー上部余白 END------------ */



/* ------PC・スマホ表示、非表示------------ */
.pc_item {
	display: block;
}
.sp_item {
	display: none;
}
@media only screen and (max-width:570px) {
.pc_item {
	display: none;
}

.sp_item {
	display: block;
}
}
/* ------PC・スマホ表示、非表示 END------------ */

/* スマホ　回り込み解除 */
@media only screen and (max-width:570px) {
img.alignright,
img.alignleft {
	float: none;
	clear: both;
	display: block;
	text-align: center;
	margin: auto;
}
}
/* スマホ　回り込み解除 end */

/* 回り込みクリア*/
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
/* 回り込みクリア end*/



/*画像透明度（マウスオーバー時）
---------------------------------*/
a img {
	border: none;
	verticle-align: top;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	/* 透過レベル */
	filter: alpha(opacity=80);
}
/*画像透明度（マウスオーバー時）end
---------------------------------*/


/*---------You Tube 埋め込み-----------------*/
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*---------You Tube 埋め込み END-----------------*/


/* -------reCAPTCHA 保護マークを調整------------ */
.grecaptcha-badge {
	position: fixed;
	margin-bottom: 80px;
}
.grecaptcha_box {
	padding: 1em;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* -------reCAPTCHA 保護マークを調整 END------------ */

/*-----NEWSプラグイン------*/
.whatsnew hr{
	display:none;
}
div.whatsnew dl{
	border-top-style: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
div.whatsnew dt,div.whatsnew dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0190d4;
}
div.whatsnew dt{
	color:#0190d4 !important;
	width:8.5em;
}

div.whatsnew dd .newmark{
	background-color:#ff0000;
}
.whatsnew a{
  color:#000 !important;
}

_div.whatsnew hr:first-child {
	display:none;
}
_div.whatsnew dl a:hover{
	background-color:rgba(255,255,255,0.0);
}
/*-----NEWSプラグイン END------*/




/* -------BOXレイアウト------------ */
ul.col2 {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
	-webkit-justify-content: space-between ;
	justify-content: space-between ;
	margin: 0 ;
	padding: 0 ;
}
ul.col2 li {
	flex-basis: 48% ;
	-webkit-flex-basis: 48% ;
	-ms-flex-basis: 48% ;
	list-style-type: none ;
	margin: 0 auto 0 auto;
}
ul.col2 li img {
	margin: auto auto 0 auto ;
	padding: 0 ;
	transition-duration: 0.5s;
}
@media only screen and (max-width:570px) {
ul.col2 li {
	flex-basis: 100% ;
	-webkit-flex-basis: 100% ;
	-ms-flex-basis: 100% ;
	margin: 0 auto 2% auto;
}
}
/* -------BOXレイアウト END------------ */


/* -------リストレイアウト------------ */
dl.w_5 {
  box-sizing: border-box;
}
dl.w_5 dl {
	background: #eee;
	margin-bottom: 1em !important;
}
dl.w_5 dd {
  padding: 0px 0.5em 5px 0.5em;
  margin: 0px 0px 3px 0px;
}
dl.w_5 dt {
	width: 5em !important;
	float: left;
	font-weight: normal !important;
	color: #000000 !important;
	text-align: center !important;
}
dl.w_5 dd {
  margin-left: 5em !important;
}
dl.w_5 dd:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width:570px) {
dl.w_5 dt,
dl.w_5 dd{
	float: none !important;
	clear:both !important;
	width:98% !important;
	padding:0 !important;
	text-align: left !important;
}
dl.w_5 dt {
	font-weight:bold !important;
	color:#1b9d6f !important;
	margin:auto auto auto 0 !important;
}
dl.w_5 dd {
	margin:auto auto 1.3em 0 !important;
}
}

dl.about{
	display:-webkit-box; /*Android4.3*/
	display:-moz-box;    /*Firefox21*/
	display:-ms-flexbox; /*IE10*/
	display:-webkit-flex; /*PC-Safari,iOS8.4*/
	display:flex;
	-ms-flex-wrap:wrap ;
	-moz-flex-wrap:wrap ;
	-webkit-flex-wrap:wrap ;
	flex-wrap:wrap ;
	width: 100%;
}
dl.about dt{
	flex-basis: 6em ;
	-webkit-flex-basis: 6em ;
	-ms-flex-basis: 6em ;
	list-style-type: none ;
	text-align:left;
	color:#000000;
}
dl.about dd{
	margin: 0;
	flex-basis:calc(100% - 6em) ;
	-webkit-flex-basis: calc(100% - 6em) ;
	-ms-flex-basis: calc(100% - 6em) ;
	list-style-type: none ;
}
@media screen and (max-width: 570px) {
dl.about dd{
	margin: 0;
	flex-basis:calc(100% - 7em) ;
	-webkit-flex-basis: calc(100% - 7em) ;
	-ms-flex-basis: calc(100% - 7em) ;
	list-style-type: none ;
}
}
/* -------リストレイアウト　END------------ */



/* -------Facebook------------ */
/* スマホ用 */
@media screen and (max-width: 767px) {
.fb_container {
		width: 100%;
		max-width: 100%;
		margin: auto;
}
}
/* PC用 */
@media screen and (min-width: 768px) {
.fb_container {
	width: 100%;
	margin: auto;
}
}
/* -------Facebook END------------ */

/* -------footer------------ */

.footer-bottom{
	margin-top:0;
}

.footer p{
	margin-bottom:1.5em;
}

ul.footer_sns_icon{
  display: flex;
  justify-content: flex-start; /* 左詰め */
  align-items: center;         /* 縦位置を揃える */
  gap: 12px;                   /* li同士の間隔 */
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.footer_sns_icon li{
  margin: 0; /* テーマ側のli余白がある場合の対策 */
}

ul.footer_sns_icon img{
  display: block; /* 画像の下にできる隙間対策 */
  height: 20px;  /* 好みで調整 */
  width: auto;
}

ul.footer_menu{
  list-style: none;
  font-weight:bold;
  margin-bottom:1.5em;
}
ul.footer_menu a{
	text-decoration: none;
}
ul.footer_menu a:hover{
  color: #FFFF00 !important;
}
ul.footer_menu span{
  font-size:1.2em;
  margin-bottom:0.3em;
  display:block;
}
ul.footer_menu li{
  font-size:1em;
  margin-bottom:0.5em;
}

ul.footer_menu li:before{
  content: '－';
}



/*---------------contactform7----------------------- */
.form{
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.4rem);
}

/*必須、任意アイコン*/
.icon_must{
	background-color: #D31B78;
	color:#ffffff;
	padding:0.2em 0.4em;
}
.icon_any{
	background-color: #C39A6B;
	color:#ffffff;
	padding:0.2em 0.4em;
}
/*必須、任意アイコン END*/

.from_name {
	display: -webkit-box;
	display: -moz-box ;
	display: box ;
	display: -webkit-flex ;
	display: flex ;
	-ms-flex-wrap: wrap ;
	-moz-flex-wrap: wrap ;
	-webkit-flex-wrap: wrap ;
	flex-wrap: wrap ;
}

.item_box {
	flex-basis: 48% ;
	-webkit-flex-basis: 48% ;
	-ms-flex-basis: 48% ;
  box-sizing: border-box;
}

/* 最初の.item-box要素を左寄せに配置 */
.item_box:first-child {
  margin-left: 0;
}

/* スマホの場合 */
@media screen and (max-width: 480px) {
.from_name {
	margin:auto;
	row-gap:1em;
}
.item_box {
	flex-basis: 100% ;
	-webkit-flex-basis: 100% ;
	-ms-flex-basis: 100% ;
}
}


.wpcf7 img {
	display: inline;
}

/*テキスト*/
.wpcf7 input[type="text"]{
	height: 3em; /* テキストエリアの高さ */
    resize: vertical; /* 垂直方向のみのリサイズ */
}

.wpcf7 input[type="text"].w_40 {
	border: 1px solid #999999;
	width: 40%;
	margin-top:0.8em;
}
.wpcf7 input[type="text"].w_60 {
	border: 1px solid #999999;
	width: 60%;
}
@media only screen and (max-width:570px) {
.wpcf7 input[type="text"].w_40 {
	width: 100%;
}
.wpcf7 input[type="text"].w_60 {
	width: 97%;
	margin-right:1em;
}
}

.wpcf7 input[type="number"] {
	width: 50px;
}


/*TEL*/
.wpcf7 input[type="tel"] {
	border: 1px solid #999999;
	margin-top:0.8em;
	width: 30%;
	height: 3em; /* テキストエリアの高さ */
    resize: vertical; /* 垂直方向のみのリサイズ */
}

form select,
.wpcf7 input[name="your-subject"] {
	border: 1px solid #999999;
	width: 50%;
}
.wpcf7 input[type="text"],
.wpcf7 textarea {
	border: 1px solid #999999;
}

form select {
	border: 1px solid #999999;
	width: 40%;
	margin-top: 0.3em;
}

/*メール*/
.wpcf7 input[name="your-email"].w_60,
.wpcf7 input[name="your-email_confirm"].w_60 {
	border: 1px solid #999999;
	width: 60%;
	height: 3em; /* テキストエリアの高さ */
    resize: vertical; /* 垂直方向のみのリサイズ */
	margin:0.3em 0 0 0;
}
@media only screen and (max-width:570px) {
.wpcf7 input[name="your-email"].w_60,
.wpcf7 input[name="your-email_confirm"].w_60 {
	width:97%;
	padding-right:1em;
}
	form select,
	.wpcf7 input[type="tel"],
	.wpcf7 input[name="your-subject"] {
		max-width: 100%;
		width: 100%;
}
}


.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"] {
	margin-top: 0.8em;
}


@media only screen and (max-width:570px) {
.wpcf7 input[type="tel"] {
	max-width: 100%;
	width: 100%;
}


.wpcf7 textarea[name="your-message2"],
.wpcf7 textarea[name="your-message"] {
	max-width: 100%;
	width: 100%;
	border: 1px solid #999999;
}
}

.wpcf7 input[name="zip"] {
	width: 15%;
}

@media only screen and (max-width:570px) {
.wpcf7 input[type="tel"] {
	width: 60%;
}
.wpcf7 input[name="zip"] {
	width: 40%;
}
}

#content form input[type=text].form_width10 {
	max-width: 10%;
}

#content form input[type=text].form_width15 {
	max-width: 15%;
}

#content form input[type=text].form_width20 {
	max-width: 20%;
}

#content form input[type=text].form_width30 {
	max-width: 30%;
}

#content form input[type=text].form_width40 {
	max-width: 40%;
}

#content form input[type=text].form_width50 {
	max-width: 50%;
}

#content form input[type=text].form_width60 {
	max-width: 60%;
}

#content form input[type=text].form_width70 {
	max-width: 70%;
}

#content form input[type=text].form_width80 {
	max-width: 80%;
}

@media only screen and (max-width:570px) {
#content form input[type=text].form_width30,
#content form input[type=text].form_width40,
#content form input[type=text].form_width50,
#content form input[type=text].form_width60,
#content form input[type=text].form_width70,
#content form input[type=text].form_width80 {
	max-width: 100%;
	width: 100%;
}
}

@media only screen and (max-width:570px) {
#content form input[type=text].form_width10_20 {
	max-width: 20%;
}
#content form input[type=text].form_width95 {
	width: 95%;
}
}


/*送信ボタン
---------------------------------*/

.sideTower form#searchform input#searchsubmit {
	width: 25%;
}

form#searchform input#s {
	width: 55%;
}

@media only screen and (max-width:570px) {
.sideTower form#searchform input#searchsubmit {
	width: 28%;
}
form#searchform input#s {
	width: 56%;
}
}


.btn-primary:disabled {
	border-style: none;
}

/*送信ボタン*/
input[type="submit"] {
	background-color: #B8864E !important;
	padding: 0.3em;
	margin: auto;
	text-align: center;
	max-width: 12em;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
input[type="submit"]:hover {
	background-color: #CCCCCC !important;
}
/*送信ボタン end
---------------------------------*/


/*コンタクトフォーム　改行禁止
---------------------------------*/
#content form span.wpcf7-form-control-wrap {
	display: inline;
}
/*コンタクトフォーム　改行禁止 end
---------------------------------*/

legend {
	display: block;
	width: auto;
	padding: 0 0em 0 0;
	margin-left:-1em;
}

fieldset {
	margin-bottom: 20px;
	padding: 1em 1em 2em 1em;
	border: 1px solid #C39A6B;
	overflow: hidden;
}
@media only screen and (max-width:570px) {
legend {
	margin-left:-1.55em;
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.4rem);
}
legend.sp_m {
	margin-left:-0.05em;
}
fieldset {
	padding: 0.5em 0.5em 1.5em 1.5em;
}
fieldset.sp_m {
	padding: 0.5em 0 1.8em 0;
	line-height:1.8;
	font-size: clamp(1.3rem, 0.991rem + 0.55vw, 1.4rem);
}
fieldset.sp_m label {
	line-height:2.4;
}
}


label {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0 1em 0 0;
}
@media only screen and (max-width:570px) {
label {
	margin: 0 0 0 0;
}
}



/*注意アイコン*/
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip:before {
	font-family: FontAwesome;
	content: '\f071';
	color: #FFCC00;
	margin-right: 0.3em;
}
div.wpcf7-validation-errors {
	color: #ffffff;
}
div.wpcf7-validation-errors:before {
	font-family: FontAwesome;
	content: '\f044';
	color: #ffffff;
	margin-right: 0.3em;
}
.fas {
	color: #F2C100;
	font-size: 120%;
}


/*-----承認確認-----*/
.wpcf7-list-item {
	margin: 0 0 0 1em;
	float: left;
}


.t_block {
	overflow: hidden;
}

.wpcf7 input[type="checkbox"] {
	margin: 0 0.3em 0 0;
	padding: 0;
}

.kiyaku_box {
	height: 15em;
	overflow-x: hidden;
	padding: 1em;
	border: 1px solid #FFB7B7;
	margin-bottom: 30px;
}

.warning {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom: 0.1em;
}
/*---------------contactform7 END----------------------- */


/*---------- MARGIN ----------*/
.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt8 {margin-top: 8px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mb00 {margin-bottom: 0px;}
.mb01 {margin-bottom: 1px;}
.mb02 {margin-bottom: 2px;}
.mb03 {margin-bottom: 3px;}
.mb04 {margin-bottom: 4px;}
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.ml-1 {margin-left: -1px;}
.ml-2 {margin-left: -2px;}
.ml-3 {margin-left: -3px;}
.ml-4 {margin-left: -4px;}
.ml-5 {margin-left: -5px;}
.mr-1 {margin-right: -1px;}
.mr-2 {margin-right: -2px;}
.mr-3 {margin-right: -3px;}
.mr-4 {margin-right: -4px;}
.mr-5 {margin-right: -5px;}

/*---------- PADDING ----------*/
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pb00 {padding-bottom: 0;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}