@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
}
body {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "sans-serif";
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  color: #5c5c5c;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}
p{
  font-size: 1em;

}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/


 
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*ページ全体*/
#container {
  position: relative;
}
/*本体*/
#main {
  background-image: url(../images/bg_main.jpg);
  background-size: auto;
  background-repeat: cover;
  margin-bottom: 0em;
}
/*カラム部分*/
#main-in {
  background-color: #fff;
  padding: 0em 0;
  box-shadow: 2px 1px 15px #594a42;
}
/*カラム内部のサイズ*/
#main-contents .contents {
  margin-bottom: 0em;
  padding: 0 40px;
}
/*段落タグ*/
#main-contents p {
  line-height: 1.8em;
}
/*全体のフォントサイズ*/
#main-contents {
  font-size: 1.8em;
}
/*カラム全体の幅を変更する*/
.header_inr {
  width: 720px;
  margin: 0 auto
}


.owner{
background-image: url("../images/text_back01.jpg");
}

.owner p,
.sarani02 p{
  padding: 80px;
}

.sarani02{
  background-image: url("../images/text_back02.jpg");
  background-size: 100% 100%;
}



/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
  padding: 0.5em 0em;
}
/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img, .header_tel img, .header_mail img {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
#main-contents h2 {
  margin: 0 0 0em;
  padding: 0.3em 0.9em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #333;
}
/*H3タグ*/
#main-contents h3 {
  margin: 0 0 0.5em;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
/*H4タグ*/
#main-contents h4 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border: 1px solid #8e8e8e;
  font-weight: bold;
}
/*H5タグ*/
#main-contents h5 {
  margin: 0 0 1.5em;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #414141;
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
#main-image {
  padding-top: 0em;
  background: url(../images/top_image_back.jpg) center top no-repeat #fff;
  height: auto;
}
#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}
#main-image img {
  width: 100%;
  height: auto;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) 
-----------------------------------------------------------------------------------------------------*/


.cta_area_01{
	position: relative;
}

.cta_btn_01{
	position: absolute;
	left: 5%;
	bottom: 1%;
}

.cta_btn_01 img{
	width:95%;
}



.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.85);
  }
}


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/
/*チェックリスト（リストタグ）*/
#main-contents ul.checklist {
  margin: 0 0 1.5em;
  padding: 1em;
  padding-bottom: 0;
  border: 1px solid #414141;
}
#main-contents ul.checklist li {
  margin-bottom: 1.5em;
  padding-top: 5px;
  padding-left: 24px;
  background: url(../images/icon-check01-red.png) left top no-repeat;
  list-style-type: none;
}
/*テーブルタグ*/
#main-contents table {
  margin-bottom: 1em;
  padding: 0;
  color: #333;
}
#main-contents th {
  background-color: #031824;
  font-size: 1em;
  text-align: left;
  padding: 0.5em 1em;
    color: #fff;
}
#main-contents td {
  padding: 1em 1em;
  font-size: 0.9em;
  background-color: #f9f9f9;
}
#main-contents table.table-style01 th, #main-contents table.table-style01 td {
  text-align: left;
  vertical-align: middle;
}


/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
#footer,
#footer_privacy
 {
  background: #031824;
  padding: 2em 0;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
#footer a,
#footer_privacy {
  color: #fff;
}
.fix_menu_smartphone {
  display: none;
}
