@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.u-obf-cover {
    display: block;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: none!important;
    width: 100%!important;
}



.news  a:hover{
	background-color:#d8d8d8!important; 	/*リンクにマウスが乗ったら背景色を変更する*/
}




.nijyuu{
	border-bottom:double;  /* 二重線の枠線をひく*/
	max-width: 300px;
}


.c-iconList{
	zoom: 1.5;
}



.l-topTitleArea {
    min-height: 150px!important;
}


@media only screen and (min-width: 1000px) {
.p-mainVisual__slideTitle{
	font-size:50px!important;
	font-weight: bold!important;
	text-shadow:-2px -2px 3px #262626;
}}


@media only screen and (max-width: 1000px) {
.p-mainVisual__slideTitle{
	font-size:15px!important;
	font-weight: bold!important;
	text-shadow:-2px -2px 3px #262626;
}}

@media only screen and (min-width: 1000px) {
.p-mainVisual__slideText{
	font-size:30px!important;
	font-weight: bold!important;
	text-shadow:-2px -2px 3px #262626;
}}

@media only screen and (max-width: 1000px) {
.p-mainVisual__slideText{
	font-size:13px!important;
	font-weight: bold!important;
	text-shadow:-2px -2px 3px #262626;
}}


/*Contact Form 7カスタマイズ*/
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #6c5c2f;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #6c5d2f;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #6c5d2f;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}
.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #6c5d2f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #929292!important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}





/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
		padding-50px!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
		padding-50px!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
		padding-50px!important;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}


/*MW WP FORM*/
table.contact {
    width: 100%;
	margin-bottom: 30px;
	border: 1.2px solid #ccc;
}

table.contact tr {
	border: 1.2px solid #ccc;
}

table.contact th {
	border: 1.2px solid #ccc;
	vertical-align: middle;
}

.required-mwform{
  padding: 3px;
  background: #3d7b64;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
}
 
input,
.contact textarea{
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 8px;
    max-width: 97% ;
}

.contact select, 
.contact input[type=checkbox], 
.contact input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
	margin: 10px auto;
}

input.zip,
input.addr {
    margin-bottom: 10px;
}

input.adult,
input.child,
input.child2 {
    width: 20%;
}

input.zip,
input.date-pick {
    width: 50%;
}

.contact tbody th {
	min-width: 200px;
	padding: 12px 5px 12px 12px;
	white-space: nowrap;
	background-color: #f4f1ec;
	font-weight: bold;
}

@media only screen and (max-width:480px) {

	.contact th,
	.contact td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.contact tr:first-child th {
		border-top: 1px solid #ddd;
	}
    
    input.name,input.furigana,input.zip,input.addr,input.addr2 {
       width: 100%;
    }
	
	input.zip,
    input.addr,
	input.addr2 {
      margin-bottom: 15px;
    }
	
	input.date-pick {
    width: 100%;
	}
	
	input.adult,
	input.child,
	input.child2 {
    width: 55%;
	margin-bottom: 4px;	
	}
}

/*placeholder属性のカラー*/
input::-webkit-input-placeholder {
	color: #b9a9a9;
}
input::-moz-placeholder {
	color: #b9a9a9;
}
input:-ms-input-placeholder {
	color: #b9a9a9;
}

textarea::-webkit-input-placeholder {
	color: #a09797;
}
textarea::-moz-placeholder {
	color: #a09797;
}
textarea:-ms-input-placeholder {
	color: #a09797;
}

@media only screen and (max-width:480px) {
	input::-webkit-input-placeholder,
	input::-moz-placeholder,
	input:-ms-input-placeholder,
	textarea::-webkit-input-placeholder,
	textarea::-moz-placeholder,
	textarea:-ms-input-placeholder	{
		font-size: 6px;
	}
}

/*注意書き*/
.attention-mwform {
		display: inline-block;
		font-size: 12px;
		color: #986d85;
		font-weight: 600;
		line-height: 1.2;
}

/** MW WP Formボタン **/
.btn-c {
	text-align: center;
	width:30%:
	margin: 0 auto;	
}

@media only screen and (min-width:481px) {
	.confbtn.btn-c {
		width:30%:
		margin: 0 auto;
	}
}

/*確認・送信ボタン*/


input[type="submit"].confbtn {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: inherit;
    background-color: #bd9c41;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5%;
	padding: 10px 15px 10px 15px;	
}

input[type="submit"].confbtn:hover {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: inherit;
    background-color: #b22929;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;    
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5%;
	padding: 10px 15px 10px 15px;
}

/*戻るボタン*/
input[type="submit"].backbtn {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 48px;
    margin: 15px 5px 0 5px;
    background-color: #9f9f9f;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5%;
	padding: 10px 15px 10px 15px;
}

input[type="submit"].backbtn:hover {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 48px;
    margin: 15px 5px 0 5px;
    background-color: #444;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5%;
	padding: 10px 15px 10px 15px;
}

/*モバイル端末テキストセンタリング＆改行指定*/
@media screen and (min-width: 769px){
 	.br-pc {
		display:block;
	}
	.br-tb {
		display:none;
	}
 	.br-sp {
		display:none;
	}
}

@media screen and (max-width: 768px){
	.br-pc {
		display:none;
	}
	.br-tb {
		display:block;
	}
 	.br-sp {
		display:none;
	}
}

@media screen and (max-width: 480px){
 	.br-pc {
		display:none;
	}
 	.br-tb {
		display:none;
	}
 	.br-sp {
		display:block;
	}
}


/*PC TELリンク無効*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}	
