@charset "utf-8";

	html {
    		font-size: 100%;
	}

	body {
	font-family: sans-serif ;
	line-height: 1.6;
	font-size:17px;
	letter-spacing : 1.03px;
	text-align: left;
    	margin:0;
    	padding:0;
	}

	.fgothic {
	font-family: sans-serif;
	}

	.fmin {
	font-family:'游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝';
	}


/* CSSコード */
/* リセットCSS */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


/* ----------------------------------------------------
 
    padding
 
---------------------------------------------------- */
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

/* ----------------------------------------------------
miscellaneous
----------------------------------------------------*/

.center {
	text-align: center;
}

.right {
    text-align: right;
}


.bold {
	font-weight: bold;
}


.strong {
	font-weight: 300;
}

.font13{
	font-size:13px !important;
	/* コピーライトとプライバシーの文字 */
}

.font14{
	font-size:14px !important;
	/* コピーライトとプライバシーの文字 */
}


.font16{
	font-size:16px !important;
	/* 本文 */
}
.font17{
	font-size:17px !important;
	/* 本文 */
}
.font18{
	font-size:18px !important;
	/* 本文 */
}
.font20{
	font-size:20px !important;
	/* 日時 */
}

.fgothic {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	/* コピーライトとプライバシー　ゴシック */
}
/* ----------------------------------------------------
miscellaneous ここまで
----------------------------------------------------*/


/* スマホとパソコンの設定 */
body .sp-item {
    display: none !important; 
}

body .pc-item {
    display: block !important; 
}
	

@media screen and (max-width: 767px) {
	body {
	min-width: inherit; 
	height:100%; 
	}

	body .sp-item {
		display: block !important; 
	}
	body .pc-item {
		display: none !important; 
	} 


body .sp-item img {
width:100%;
}

}

/* スマホとパソコンの設定ここまで */



.mw100 {
	display: block;
	text-align: center;
	margin: 0px auto;
	max-width: 100%;
}



/*コンテンツ下げる設定*/
.content{
margin-top:70px;
}


/*ヘッダー設定*/

*{
box-sizing: border-box;/*余白や線を幅や高さに含める*/
}

img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
}

.c-header{
    align-items: center;
    background-color:#009ca3;  /*薄いイエロー*/
    box-sizing: border-box;
    display:flex;  /*ロゴとulを横に並べる*/
    justify-content:space-between;  /*両端に配置*/
   padding:0 5%;

   width: 100%;
    position:fixed; /*ヘッダーの位置を固定*/
    top:0;/*ヘッダーの位置を固定（上0）*/
    left:0; /*ヘッダーの位置を左固定（左０）*/
z-index:100;
}

.c-header__logo {
  color: #000; /* カスタマイズ */
  min-width: 80px; /* カスタマイズ */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #000; /* カスタマイズ */
  display: block;
  margin-right: 10px; /* カスタマイズ */
  text-decoration: none;
  padding: 0px 0px; /* カスタマイズ */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズ */
}

/*今は使わない

.c-hamburger-menu {
  position: relative;
}

今は使わないここまで*/




@media screen and (max-width: 767px) {
  .c-hamburger-menu__list {
    background-color: #2aadbf; /* カスタマイズ */
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 1.3rem; /* カスタマイズ */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズ */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズ */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; /* カスタマイズ */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズ */
    height: 32px; /* カスタマイズ */
    justify-content: center;
    width: 32px; /* カスタマイズ */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #fff; /* カスタマイズ */
  display: block;
  height: 1px; /* カスタマイズ */
  transition: 0.3s; /* カスタマイズ */
  width: 20px; /* カスタマイズ */
}

@media screen and (max-width: 767px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズ */
    transform-origin: 0%; /* カスタマイズ */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズ */
    transform-origin: 0%; /* カスタマイズ */
  }
}


/*ハンバーガーメニュー ここまで*/

/*中央テキストボックス設定*/
.text-box {

    	padding: 1em 1.5em;
    	margin: 1.5em 0;
    	background-color:#fffdf3;/*背景色　ライトイエロー*/
    	color:#736357;/*文字色*/
	font-family: inherit;
}

.text-box p {
    margin: 0; 
    padding: 0;
}

.komidashi{
	font-weight: bold;
 font-size:18px;
}

.komidashi-border {
   border-bottom: dotted 1px;

}

/* メインイメージのBG */

.main-pic {
	background-image: url(../images/pc-header-bg.webp);
	background-repeat:repeat-x;
	background-position:center;
}

.main-pic-sp{
	background-image: url(../images/sp-header-bg.webp);
	background-repeat:repeat-x;
	background-position:center;
}


/*中央テキストボックスの背景*/

.text-bg {
	background-image: url(../images/text-bg.webp);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#fff;
}


.w600 {
	display:block;
	max-width:600px;
	margin: 0 auto;
	text-align: left;
}


/*中央テキストボックスの背景が動かない設定
.fixed-bg {
	background-image: url(../images/text-bg.png);
  	background-attachment: fixed;
  	background-position: center;
	background-repeat:repeat-x;
	background-color:#fff;
}
*/

/* hrグラデーション */
.hr1 {
  height: 1px;
  background: #aaa;
  background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -o-linear-gradient(left, #ddd, #999, #ddd);
}

/*下部バナー6個*/
.bt_small{
padding:0 8px ;
max-width:180px;
}


.bottom_banner{
display:flex;
flex-wrap:wrap;
justify-content:center;

}


/*プライバシー*/

.w950 {
	display:block;
	max-width:950px;
	margin: 0 auto;
	text-align: left;
}

/*コピーライト*/
.blue-bg {
	background-color: #e6e6e6;
	font-color:#333;
}


/* プライバシーポリシーここから */
.privacy-bg {
	font-color: #000;
	background-color: #b3b3b3;
}


#inner {display: none;}
#privacy{cursor: pointer; padding: 10px;}
#inner {padding: 10px 0;
}

#privacy p{
color: #333;
}



.article-title{
  position: relative;
}

#privacy:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
background-color: #fff;

}

#privacy.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/* プライバシーポリシーここまで */

/* 戻るボタン */

#mmm {
  position: fixed;
  z-index:999;
  bottom: 10%;
  right: 1%;
  background-color: rgb(236, 236, 236);
  padding: 8px;
}

.fa-chevron-up {
  font-size: 18px;
}

.pageTop-chevron{
  color:black;
  padding:8px;
}

#mmm a {
color: black;
}
/* 戻るボタンここまで */

