@charset "utf-8";
/*=================================================================================*/
/** 768px未満 スマホサイズ画面 ＜これが基本＞ **/

/*========================
	  メールフォームテンプレ
  ========================*/

.hissu {
  font-size: 80%;
  background: #c1272d;
  color: #ffffff;
  padding: 0em 0.6em;
  line-height: 1.4;
  box-sizing: border-box;
  margin-top: 0.1em;
}

#mail_calender img {
  display: inline-block;
  cursor: pointer;
  margin-left: 1.5em !important;
  margin-bottom: 0.5em !important;
  vertical-align: middle;
  max-width: 50px;
}
.mail01_01,
.mail01_02{
  width: 84%;
  margin: 0 auto;
}
.mail01_01 dl {
  box-sizing: border-box;
  padding: 0.5em 0;
  font-size: 105%;
}
.mail01_01 dt {
  box-sizing: border-box;
  width: 98%;
  padding: 0 0 0 1%;
  margin: 0;
}
.mail01_01 dd {
  box-sizing: border-box;
  width: 98%;
  margin: 0 1%;
}
input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text {
  font-family: "Noto Sans JP", -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  font-size: 16px;
  margin: 0.5em 0;
  padding: 1em;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea.text {
  min-height: 226px;
}
input.text_min,
select.text_min {
  width: 42%;
}
input.text_middle {
  width: 75%;
}
input[type="checkbox"] {
  margin: 0.5em;
  transform: scale(1.5);
}
input[type="radio"] {
  margin: 0.5em;
  transform: scale(1.5);
}
::placeholder {
  color: #ccc;
  font-size: 90%;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding: 0 1em;
}
input[type="submit"] {
  box-sizing: border-box;
  /* font-family: "Zen Kaku Gothic New", "Noto Sans JP", -apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: block;
  padding: 1.2em 1.5em;
  background: #B59200;
  border: none;
  letter-spacing: 4px;
  color: #FFF;
  border: #000C2E 1px solid;
  font-size: 120%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input[type="submit"]:hover {
  color: #000C2E;
  background: #FFFFFF;
}
/*=================================================================================*/

/*==================
	電話番号タップ
==================*/
a.telLink0 { cursor: pointer; pointer-events: auto; text-decoration:underline; color:#4D4D4D; }

/*==================
	SVG
==================*/
svg {
	max-height:30px;
  }
img[src$=".svg"] {
	width: 100%;
}

/*============
nav
=============*/
.disp_fix { position:fixed; top:0; left:0; z-index:500; width:100%; }
.disp_fix_bo { position:fixed; bottom:0; left:0; z-index:500; width:100%; }

.head00 {
  opacity: 0;
  visibility: hidden;
  background: #000C2E;
  transition: all 0.5s ease-in-out;
  padding-block: 15px 10px;
  padding-inline: 20px 15px;
  box-shadow: 0 10px 24px rgba(0, 12, 46, .12);
}

.head00.is-active {
  opacity: 1;
  visibility: visible;
}

.head00.kasou {
  opacity: 1;
  visibility: visible;
}

/***  ロゴ  ***/
.head_logo{
	display:block;
  width: 120px;
}

.navi>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_s {
	display: block;
	position: fixed;
	top: 0;
	right: -90%;
	width: 90%;
	bottom: 0;
	background: #000C2E;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.nav_s::-webkit-scrollbar{
	display: none;
}

.open .nav_s {
	right: 0;
	opacity: 1;
}

.nav_s .inner {
	padding: 4em 2em 2em;
	box-sizing: border-box;
}

.nav_s .inner>ul {
	list-style: none;
	margin: 0;
}

.nav_s .inner>ul>li {
	position: relative;
	padding:1.5em 0.75em;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
}

.nav_s .inner>ul>li>a {
	color: #FFFFFF;
	text-decoration: none;
	transition-duration: 0.2s;
	display: block;
	width:100%;
}

.nav_s .inner>ul>li>a:hover {
	color: #666666;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  position: relative;
  z-index: 30;
}

.nav_s {
	right: -80%;
	width: 80%;
	max-width: 400px;
}

  
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: .5;
  z-index: 2;
  cursor: pointer;
}

/*==========================
	ヘッダー
=========================***/

/*==========================
	フッター
=========================***/
/***  ページTOP  ***/
.kote{
    width:100%;
    position:fixed;
    bottom:0;
    z-index:1000;
}
#page_top{
    position: absolute;
	  display:block;
	  width:10%;
    max-width: 80px;
	  z-index:50;
    bottom:2em;
    right:1em;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 560px) {

.none_pc {
  display: none;
}

/*==================
  電話番号タップ
==================*/
a.telLink0 { display:inline-block; cursor: default; pointer-events: none; text-decoration:none; margin: 0; padding: 0;}

/***  ページTOP  ***/	
#main{
	max-width: 560px;
}

.head00 {
  padding-block: 15px 10px;
  padding-inline: 40px 19.5px;
}


/*==========================
	footer
=========================***/
.sns_icon, .sns_icon_footer {
  gap: 3em;
}

.sns_icon a:hover img, .sns_icon_footer a:hover img {
  opacity: .6;
}

.sns_icon_footer {
  gap: 2.24em;
}
}


@media (min-width : 1600px) {
  #main{
    margin: 0 auto 0 57.5%;
  }

  .top_return_btn {
    right: calc(100% - 57.5% - 560px + 1em);
  }
}

