@charset "UTF-8";

/*
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;

  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/*----------------------------------------------------
	BODY
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin: 0;
  padding: 0;
  font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html,div {
  margin: 0;
  padding: 0;
  font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1f1d17;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  background: #FFF url() no-repeat top left;
}

/* for IE6 */
* html body{
  font-size: 75%;
}

/* for IE7 */
*:first-child+html body{
  font-size: 75%;
}

h1,h2,h3,h4,h5,h6,p,dt,dd {
   margin: 0;
   padding: 0;
   line-height: 1.8em;
   font-size: 12px;
   font-weight: normal;
}

ul,ol,li {
   margin: 0;
   padding: 0;
   list-style: none;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a img {
  border:none;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
  outline : 0;
  transition: 0.3s;
}


@media screen and (min-width: 769px), print {
/*PCのみ適用*/
a:hover {
  color: #333333;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.1s;
}
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

em,i {
  font-style: normal;
}


/**** カレンダー検索ボタン用スタイル ****/

input[type=submit] {
  outline:none;
  cursor:pointer;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
input[type="submit"]::-moz-focus-inner{
	border :0px;
	outline:none;
}

/*============================
#WRAPP
============================*/

div#WRAPP {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

div.main_container {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}



/*============================
header
============================*/
#siteheader {
  width: 100%;
  height: 45px;
  background: linear-gradient(-90deg, rgb(237, 194, 187), rgb(225, 108, 102));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#siteheader div.inner {
  width: auto;
  height: 100%;
  padding: 0 17px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

#siteheader div.inner h1 {
  width: 142px;
}

#siteheader div.inner h1 a {
  width: auto;
}

#siteheader div.inner ul {
  width: auto;
  margin-left: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

#siteheader div.inner ul li {
  width: 68px;
  height: 22px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 3px;
}

#siteheader div.inner ul li:nth-child(n+2) {
  margin-left: 5px;
}





/*============================
footer
============================*/

footer {
  width: auto;
  height: 35px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b3530;
}

footer p {
  width: auto;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 0;
}






/*============================
#foot_btn
============================*/
div#foot_btn {
  width: 100%;
  margin: 0 auto;
  padding: 9px 0;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #e5e5e5;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

div#foot_btn p.foot_btn_text {
  width: 80.6%;
  margin: 0 auto;
  padding-bottom: 9px;
}

div#foot_btn ul.foot_btn_list {
  width: 92.7%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

div#foot_btn ul.foot_btn_list li.foot_btn_item {
  width: 31.6%;
}

div#foot_btn ul.foot_btn_list li.foot_btn_item:nth-child(n+2) {
  margin-left: 2.6%;
} 

div#foot_btn ul.foot_btn_list li.foot_btn_item a {
  width: auto;
  display: block;
}





/*----------------------------------------------------
	COMMON
----------------------------------------------------*/
div.common_title {
  width: auto;
  text-align: center;
}

div.common_title p.en_title {
  width: auto;
  display: inline-block;
  font-size: 16px;
  color: #1f1d17;
  line-height: calc(38 / 33);
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}

div.common_title p.en_title::before,
div.common_title p.en_title::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1f1d17;
}

div.common_title p.en_title::before {
  position: absolute;
  top: 40%;
  left: -15px;
  transform: rotate(35deg) translate(0, -50%);
  -webkit-transform: rotate(35deg) translate(0, -50%);
}

div.common_title p.en_title::after {
  position: absolute;
  top: 40%;
  right: -2px;
  transform: rotate(35deg) translate(0, -50%);
  -webkit-transform: rotate(35deg) translate(0, -50%);
}

div.common_title h2 {
  width: auto;
  font-size: 31px;
  color: #1f1d17;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
}






/* .f_red{
  font-weight: bold;
  color: #c64d3c;
} */

.f_blue{
  color: #4ebdcc;
  font-weight: bold;
}

.f_pink{
  color: #e37771;
  font-weight: bold;
}

.u_yellor{
  display: inline;
  background: linear-gradient(transparent 70%, rgba(255, 255, 0, 1) 70%);
}


@media (min-width:769px){
.visible_pc {display: block;}
.visible_sp {display: none;}

.display_pc {display: inline;}
.display_sp {display: none;}
}


@media (max-width:768px){
  .visible_sp {display: block;}
  .visible_pc {display: none;}
  .hidden_sp {display: none;}

  .display_pc {display: none;}
  .display_sp {display: inline;}
}

.disnon {display: none;}
.disblo {display: block;}

.bold {font-weight: bold !important;}