@charset "UTF-8";

/* ------------------------------------------------ */
/* 1.共通
/* ------------------------------------------------ */

.main-block {
  position: relative;
  max-width: 100%;
  
}

.main-block p {/*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計?ш?除く*/
  padding:0;/*余計?ш?除く*/
  color: white;/*文字色*/
  font-size: 60px;/*文字サイズ*/
  font-weight: bold;/*文字?ｾさ*/
  text-align:left;/*pタグ内?ｶ寄せ*/
  font-family: 'Quicksand',sans-serif;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.z-index {
	z-index: 9999;
}

.slider {
	overflow: hidden;
	position: relative;
	min-width: 100%;
}

.slider img {
	position: absolute;
	left: 50%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*パンくずリスト*/
.breadcrumbs {
    width: 80%;
    margin: 5px auto 0;
}
 
.breadcrumbs ul {
    display: table;
    font-size: 15px;
}
 
.breadcrumbs ul li {
    margin: 10px 10px 10px 0;
    font-size: 15px;
    float: left;
}

.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: "\f015";
    font-family: FontAwesome;
    font-size:15px;
}
 
.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px;
}

#wrap {
  display: flex;            /* 全体を横並びに */
  flex-wrap: wrap;          /* 下に回り込む設定 */
  justify-content: center;  /* flexboxの要素をセンターに寄せる */
  margin: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid black;
}

body{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99e379+0,7db9e8+100 */
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #f5f5f5 0%, #f0f8ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f5f5f5 0%,#f0f8ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f5f5f5 0%,#f0f8ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e379', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}

.title{
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
}

.read{
    color: #fff;
    line-height: 1.6;
    margin:0 auto 2rem;
    width: 800px;
}

.profile-content {
	 text-align: left;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
  z-index: 99999;
}

#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #000000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000000;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*フォーム全体*/
#form1{
position: relative;/*フォームの相対位置*/
max-width: 28%;/*フォームのサイズ*/
margin-bottom: 15px;/*フォームの下に余白*/
}

/*検索ボックス*/
#sbox{
position:absolute;/*フォームの絶対位置*/
left:0;
top:0; 
outline:0;/*クリック時の青い枠線消す*/
height:50px;/*検索ボックスの高さ*/
padding:0 10px;/*テキスト位置調整*/ 
border-radius:2px 0 0 2px;/*検索ボックスの角を丸める*/
background:#eee;/*検索ボックスの背景カラー*/
}

/*検索ボタン*/
#sbtn{
width:70px;/*検索ボタンの横幅*/ 
height:50px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
left:160px;/*検索ボタンの位置調整*/  
top:0;
border-radius:0 2px 2px 0;/*検索ボタンの角を丸める*/ 
background:#7fbfff;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
color:#fff;/*検索ボタンのテキストカラー*/ 
font-weight:bold;/*検索ボタンのテキスト太字*/ 
font-size:16px;/*検索ボタンのフォントサイズ*/ 
}

/*検索ボタンマウスオーバー時*/
#sbtn:hover{
color:#666;/*検索ボタンマウスオーバー時のフォントカラー*/ 
}

/*SNSボタン*/
#sns-button {
  text-align: center;
}

.btn-social-square {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  margin:2px;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  color:white;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .3s;
}

.btn-social-square i {
  line-height:50px;
}

.btn-social-square:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-social-square--twitter {
  background: #22b8ff;
}

.btn-social-square--facebook {
  background: #6680d8;
}

.btn-social-square--hatebu {
  background: #49a8fb;
}

.btn-social-square--pinterest {
  background: #dc143c;
}

.btn-social-icon-instagram {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-instagram:hover {
  color:#668ad8;
  transition: .5s;
}

.btn-social-icon-instagram__square {
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden
}

.btn-social-icon-instagram__square:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.btn-social-icon-instagram__square .fa-instagram {
  color:white;
  line-height: 50px;
  position: relative;
  z-index: 2
}

/*記事下スライダー*/
.slide-container {
    max-width: 760px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    border-spacing: 5px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.slide-wrapper {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
}

.slide{
  width: 250px;
  object-fit:uncover;
  flex-direction: row;
  border: 1px solid #ddd;
}

@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

.slide-paused:hover .slide-wrapper {
   animation-play-state: paused;
}

.slide-paused:hover .slide-wrapper img:hover {
   opacity: .8;
   cursor: grabbing;
}

.content-hover {
  transition: all 0.2s;
}

.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

.table-info {
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.table-info tr{
  border-bottom: solid 2px white;
}

.table-info tr:last-child{
  border-bottom: none;
}

.table-info th{
  position: relative;
  text-align: center;
  width: 20%;
  background-color: #bbe2f1;
  color: #24140e;
  text-align: center;
  padding: 10px 0;
}

.table-info th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a0d8ef;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table-info td{
  text-align: center;
  width: 100%;
  text-align: center;
  background-color: #fffafa;
  padding: 10px 0;
}

/* ------------------------------------------------ */
/* 2.グローバルナビゲーション
/* ------------------------------------------------ */

.gnav {
    position: absolute;
    display: flex;
    height: 2rem;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
}

.gnav > li {/*親階層??揩25%?ｷる*/
    width: 25%;
}

/*全??潟Xト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}

.gnav li a {
    background: #001b34;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 3rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

/* メニュー?潟塔Nスタイル */
#gNav a {
  position: absolute;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  height: 45px;
  text-decoration: none;
  font-weight: bold;/*強調*/
}

/* メニュー?p文字スタイル */
#gNav a span {
  color: #007de1;
  display: block;
  font-family: arial;
  font-size: 14px;
}

/*子階層?~共通*/
.gnav li li {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s;
}

.gnav li li a {
    border-top: 1px solid #eee;
}

.gnav li:hover > ul > li {
    height: 2rem;
    opacity: 1;
    overflow: visible;
}

.gnav li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

/*一?E?＜jュー*/
.gnav > li:nth-child(5) ul li ul {
    left: -100%;
}

/*hover*/  
.gnav > li:hover > a {/*親階層*/
    background: #00305c;
}
     
.gnav > li li > a {/*子階層*/
    background: #00305c;
}

.gnav > li li:hover > a {
    background: #004789;
}
 
.gnav li ul li ul li > a {/*孫階層*/
    background: #004789;
}

.gnav li ul li ul li:hover > a {
    background: #0065c1;
}
 
.gnav li ul li ul li ul li > a {/*ｄAｷ階層*/
    background: #0065c1;
}

.gnav li ul li ul li ul li:hover > a {
    background: #1e7dd4;
}
 
/*リスト?u??」を付ける*/
.gnav > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}

.gnav li ul li ul:before {/*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}

.gnav li:nth-child(5) ul li ul:before {/*一?E?＜jュー?ｷ階層*/
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: auto;
    right: -20px;
}

/* ------------------------------------------------ */
/* 3.メインコンテンツ
/* ------------------------------------------------ */

main {
  width: 75%;     /* mainと.left-barで3:1?? */
  padding-bottom: 50px; 
  height: auto;
  text-align: left;
  background-color: #ffffff;
  font-family: 'Quicksand',sans-serif;
}

/* 大見出し */
h1 {
  position: static;
  padding: 0.25em 0;
  z-index: 0;
}

h1:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

/* 中見出し */
h2 {
  position: relative;
  padding: 0.25em 0;
  font-size: 15px;
  font-weight: bold;
}

h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #007bbb, transparent);
  background: linear-gradient(to right, #007bbb, transparent);
}

/* 中小見出し */
h3 {
  position: relative;
  padding: 0.25em 0;
  font-size: 10px;
  font-weight: bold;
}

h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #aa4c8f, transparent);
  background: linear-gradient(to right, #aa4c8f, transparent);
}

/* 小見出し */
h4 {
  position: relative;
  padding: 0.25em 0;
  font-size: 4px;
  font-weight: bold;
}

h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #ffd700, transparent);
  background: linear-gradient(to right, #ffd700, transparent);
}

/* 小見出し(店?報) */
h5 {
  background-color: #e4d2d8;
  border: 1px solid #eeeeee;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #999999;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0.2em 1em;
}

/* 新着情報 */
dl.newarrival-List01 {
   overflow: hidden;
   zoom: 1;
}

dl.newarrival-List01 dt {
   margin-bottom: 5px;
   padding-bottom: 5px;
   float: left;
   clear: both;
   font-weight: bold;
}

dl.newarrival-List01 dd {
   margin-bottom: 5px;
   padding: 0 0 5px 120px;
   border-bottom: 1px dotted #999;
}

/* コンテンツ内? */
img.contents1 {
  max-width: 100%;
  height: auto;
  text-align:center;
  margin-left: 10px;
  margin-bottom: 100px;
}

.album img {
width: 380px;
height: 285px;
object-fit: cover;
}

.box1{
    margin:2em 0;
    padding: 0.5em 1.5em;
    border-top: solid 2px #483d8b;
    border-bottom: solid 2px #483d8b;
}

.box1:before, .box1:after{
    content: '';
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #483d8b;
}

.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
    margin: 0; 
    padding: 0;
    color: #ffffff;
}

.box2{
    margin:2em 0;
    padding: 0.5em 1.5em;
    border-top: solid 2px #008080;
    border-bottom: solid 2px #008080;
}

.box2:before, .box2:after{
    content: '';
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #008080;
}

.box2:before {left: 10px;}
.box2:after {right: 10px;}
.box2 p {
    margin: 0; 
    padding: 0;
    color: #ffffff;
}

/* 各コンテツの枠*/
#contents {
	display: -webkit-flex;		/* safari用 */
	display: flex;
	-webkit-flex-wrap: wrap;	/* safari用 */
	flex-wrap: wrap;
}

/* 各コンテツのボックス */
.contents-box1{
	display: inline-block;
	line-height: normal;
	width: 45%;
	vertical-align: top;
	padding: 0 1px;
	margin-bottom: 0px;
}

.contents-box1{
    display: inline-block;
  	vertical-align: middle;
    margin:0.5em 0;
    position: relative;
    padding: 0.5em 1em;
    border-top: solid 2px #483d8b;
    border-bottom: solid 2px #483d8b;
}

.contents-box1:before, .box1:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #483d8b;
}

.contents-box1:before {left: 5px;}
.contents-box1:after {right: 5px;}
.contents-box1 p {
    margin: 0; 
    padding: 0;
}

.contents-box2{
	display: inline-block;
	line-height: normal;
	width: 45%;
	vertical-align: top;
	padding: 0 1px;
	margin-bottom: 0px;
}

.contents-box2{
    display: inline-block;
  	vertical-align: middle;
    margin:0.5em 0;
    position: relative;
    padding: 0.5em 1em;
    border-top: solid 2px #483d8b;
    border-bottom: solid 2px #483d8b;
}

.contents-box2:before, .box2:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #483d8b;
}

.contents-box2:before {left: 5px;}
.contents-box2:after {right: 5px;}
.contents-box2 p {
    margin: 0; 
    padding: 0;
}

/* 事業内容の見出し */
.contents-box1 h2 {
  max-width: 100%;
  height: 75px;
  text-align: center;
  position: static;
}

/* 事業内容の見出し */
.contents-box2 h2 {
  max-width: 100%;
  height: 75px;
  text-align: center;
  position: static;
}

/* 事業内容の見出し */
.contents-box1 img {
 margin-bottom: 10px;
 max-width: 100%;
 height: auto;
 object-fit: cover;
}

.contents-box2 img {
 margin-bottom: 10px;
 max-width: 100%;
 height: auto;
 object-fit: cover;
}

/* 2等分で横並び */
.col-int {
  width: 50%;
}

.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #0000ff;/*左線*/
  color: #0000ff;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.btn-sticky2 {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 3px #0000ff;/*左線*/
  color: #0000ff;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
}

.btn-sticky2:active {
  box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
  transform: translateY(1px);
}

/* 006 */
.button_solid006 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 6px 23px;
    background: #6bb6ff;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 100px;
    box-shadow: 0 5px 0px #4f96f6, 0 10px 100px #4f96f6;
}
.button_solid006 a:hover{
  background:#7cfc00;
  box-shadow: 0 5px 0px #B73434,0 7px 30px #7cfc00;
}

.button_solid006 a:active{
  background:#7cfc00;
  box-shadow: 0 0px 10px #7cfc00;
  box-shadow: 0 5px 0px #7cfc00,0 4px 10px #7cfc00;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 760px;
  position: relative;
  display: inline-block;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 10px 0;
}

a.btn-c {
  font-size: 1.7rem;
  position: relative;
  padding: 0.25rem 1rem 1rem 1.5rem;
  color: #fff;
  background: #a0d8ef;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(40% - 200px);
  display: block;
  width: 80%;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #a0d8ef;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #a0d8ef;
  -webkit-box-shadow: 0 2px 0 #a0d8ef;
  box-shadow: 0 2px 0 #a0d8ef;
}

a.btn-c:hover:before {
  left: 2rem;
}

.box-aflink1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
    width: 70%;
}

.box-aflink1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}

.box-aflink1 p {
    margin: 0; 
    padding: 0;
    font-size: 23px;
}

.box-aflink2 {
    padding: 0.5em 1em;
    border: double 5px #4ec4d3;
}
.box-aflink2 p {
    margin: 0; 
    padding: 0;
}

/* 関連記事広告 */
.box-relatedoc1 p {
    margin: 0; 
    padding: 0;
    font-size: 20px;
    width: fit-content;
}

.box-relatedoc1 {
    padding: 0.3em 0em 0em 1em;
    margin: 1em 0em 0em 0em;
    border: double 5px #5f9ea0;
    width: fit-content;
}

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

.box-author {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #6b70ff;
    border-radius: 5px;
    color: #333333;
}

.box-author div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #6b70ff;
    font-weight: 600;
    vertical-align: top;
}

.box-author div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%236b70ff'%3E%3C/path%3E%3C/svg%3E");
}

.box-author p {
    margin: 0;
    padding: 0 1.5em 1em;
}

/*モバイルファースト*/
.card-container{
    background: #f5fffa;
    color: #000000;
    display: flex;
    margin: 10px auto;
    width: 90%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.card-container a{
    text-decoration: none;
    color: #cddc39;
}

.card-text{
    width:180%;
    margin: 10px 10px;
}

.card-text p{
    font-size: 0.8em;
}

.card-img{
    width: 100%;
}

/*PCサイズ*/
.card-text p{
        font-size: 1em;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
 
.widget--sticky {
  position: sticky;
  top: 50px;
}

ul {
  list-style: none;
}

ul#check1 {
  border: solid 5px #ff0000;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
  width: fit-content;
}

ul#check1 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul#check1 li:before {
  /*リストのアイコン*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #ff0000; /*アイコン色*/
}

ul#check1 li:after {
  /*タブ*/
  background: #ff0000;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

ul#check2 {
  border: solid 5px #00ff00;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
  width: fit-content;
}

ul#check2 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul#check2 li:before {
  /*リストのアイコン*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #00ff00; /*アイコン色*/
}

ul#check2 li:after {
  /*タブ*/
  background: #00ff00;
  color: #ffffff;
  font-family: FontAwesome;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

ul#pointing1 {
  border: double 4px #21b384;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: fit-content;
}

ul#pointing1  li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul#pointing1 li:before {
  font-family: FontAwesome;
  content: "\f0a4";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #21b384; /*アイコン色*/
}

ul#menu-ramen1 {
  border: solid 2px #8b0000;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: fit-content;
}

ul#menu-ramen1 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul#menu-ramen1 li:before {
  
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8b0000;/*アイコン色*/
}

.orange-stitch {
    width: 80%;
    margin: 15px auto 0;
}

.orange-stitch ol {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線?O側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*??o?｢??ｲ整*/
  margin-right: 10px;/*??o?｢??ｲ整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.orange-stitch ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

a {
color:#00bfff;
text-decoration:underline;
}

.under1 {
  background: linear-gradient(transparent  70%, #ffc037  70%);
}

/* 20%下線マーカー表示 */
.marker-border-1{
    background:linear-gradient(transparent 80%, #ffff66 0%);
}

/* サイドバー */
.right-bar {
  max-width: 25%;
  text-align: center;
  background-color: #f7fcfe;
  padding-bottom:50px; 
  position: sticky;
}

.side-content {
  background-color: #eaf4fc;
  border: 1px flex #eeeeee;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #999999;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0.2em 1em;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container-accordion {
  width: auto;
  height: auto;
  margin: 10px auto;
}

.container-accordion > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.dropdown {
  position: relative;
}

.dropdown a {
  text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
  display: block;
  color: light-blue;
  background: #fff;
  -moz-box-shadow: 0 1px 0 #000000  inset, 0 -1px 0 #000000 inset;
  -webkit-box-shadow: 0 1px 0 #000000  inset, 0 -1px 0 #000000 inset;
  box-shadow: 0 1px 0 #000000  inset, 0 -1px 0 #000000 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.dropdown [data-toggle="dropdown"]:hover {
  background: #b0c4de;
}

.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '?25BC';
  font-size: 1.7em;
  color: #000;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: calc(1em * line-heightの値 + 8px + 8px);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}

.dropdown > .dropdown-menu li {
  padding: 0;
}

.dropdown > .dropdown-menu li a {
  width: auto;
  display: block;
  color: #6f6f6f;
  background: #fffafa;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 7px 7px;
}

.dropdown > .dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dropdown > input[type="checkbox"]:checked ? .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}

.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

/* メインのパラグラフ幅 */
.main-p1 {
  width: 680px;
  margin-bottom: 0;
}

/* ------------------------------------------------ */
/* 4.旅行
/* ------------------------------------------------ */

/* チェックリスト */
ul.check_list1 {
  border: solid 2px #e6e6fa;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}

ul.check_list1 li.check_list1 {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.check_list1 li.check_list1:before {
  /*リスト?Aイコン*/
  font-family: ""Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端から?Aイコン???覧｣*/
  color: #0000ff; /*アイコン色*/
}

ul.check_list1 li.check_list1:after {
  /*タブ*/
  background: #afeeee;
  color: #0000ff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
  margin-right: 10px;
  margin-left: 10px;
  width: fit-content;
}

ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}

ol li:before{
  /* ?ｺ数字を?ｯる */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字?fザイン?ｦる*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*?ｺ ?中央??ｽめ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol li:last-of-type {
  border-bottom: none; /*?繧ﾌli?だけ消す*/
}

#toc_container {
    background: #e0ffff none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}
 
.toc_title {
    font-weight: 700;
    text-align: center;
}
 
#toc_container li, #toc_container ul, #toc_container ul li{
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0;
    /* リスト?L号を付け?｢?は   
     list-style: outside none none !important;
    */
}

table.brwsr1 {
width: 68%;
font-size: 15px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 1px;
}

table.brwsr1 th {
padding: 10px;
vertical-align: middle;
text-align: center;
border-bottom: #999 1px solid;
color: #000000;
}

table.brwsr1 td {
padding: 10px;
vertical-align: middle;
text-align: left;
border-bottom: #999 1px solid;
font-size: 14px;
}

table.brwsr1 th.r1 {
width: 10%;
border-right: #999 1px solid;
background: #3cb371;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
width: 24%;
border-left: #fff 1px solid;
border-right: #999 1px solid;
background: #ffffff;
}

table.brwsr1 th.r2,
table.brwsr1 th.r3 {
text-align: left;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
width: 33%;
border-left: #fff 1px solid;
border-right: #999 1px solid;
background: #f08080;
}

table.brwsr2 {
width: 74%;
font-size: 15px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 1px;
}

table.brwsr2 th {
padding: 10px;
vertical-align: middle;
text-align: center;
border-bottom: #999 1px solid;
color: #000000;
}

table.brwsr2 td {
padding: 10px;
vertical-align: middle;
text-align: left;
border-bottom: #999 1px solid;
font-size: 14px;
}

table.brwsr3 {
width: 68%;
font-size: 15px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 1px;
}

table.brwsr3 th {
padding: 10px;
vertical-align: middle;
text-align: center;
border-bottom: #999 1px solid;
color: #ff0000;
}

table.brwsr3 td {
padding: 10px;
vertical-align: middle;
text-align: left;
border-bottom: #999 1px solid;
font-size: 14px;
color: #ffffff;
}

table.brwsr3 th.r1 {
width: 10%;
border-right: #999 1px solid;
background: #000080;
}

table.brwsr3 th.r2,
table.brwsr3 td.r2 {
width: 24%;
border-left: #fff 1px solid;
border-right: #999 1px solid;
background: #000080;
}

table.brwsr3 th.r2,
table.brwsr3 th.r3 {
text-align: left;
}

table.brwsr3 th.r3,
table.brwsr3 td.r3 {
width: 33%;
border-left: #fff 1px solid;
border-right: #999 1px solid;
background: #000080;
}

table.brwsr4 {
width: 68%;
font-size: 15px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 1px;
}

table.brwsr4 th {
padding: 10px;
vertical-align: middle;
text-align: center;
border-bottom: #999 1px solid;
color: #ff0000;
}

table.brwsr4 td {
padding: 10px;
vertical-align: middle;
text-align: left;
border-bottom: #999 1px solid;
font-size: 14px;
color: #ff0000;
}

table.brwsr4 th.r1 {
width: 10%;
border-right: #999 1px solid;
background: #ffff00;
}

table.brwsr4 th.r2,
table.brwsr4 td.r2 {
width: 24%;
border-left: #ff0000 1px solid;
border-right: #999 1px solid;
background: #ffff00;
}

table.brwsr4 th.r2,
table.brwsr4 th.r3 {
text-align: left;
}

table.brwsr4 th.r3,
table.brwsr4 td.r3 {
width: 33%;
border-left: #ff0000 1px solid;
border-right: #999 1px solid;
background: #ffff00;
}

table.brwsr5 {
width: 68%;
font-size: 15px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 1px;
}

table.brwsr5 th {
padding: 10px;
vertical-align: middle;
text-align: center;
border-bottom: #999 1px solid;
color: #ffd700;
}

table.brwsr5 td {
padding: 10px;
vertical-align: middle;
text-align: left;
border-bottom: #999 1px solid;
font-size: 14px;
color: #ffd700;
}

table.brwsr5 th.r1 {
width: 10%;
border-right: #999 1px solid;
background: #191970;
}

table.brwsr5 th.r2,
table.brwsr5 td.r2 {
width: 24%;
border-left: #ffd700 1px solid;
border-right: #999 1px solid;
background: #191970;
}

table.brwsr5 th.r2,
table.brwsr5 th.r3 {
text-align: left;
}

table.brwsr5 th.r3,
table.brwsr5 td.r3 {
width: 33%;
border-left: #ffd700 1px solid;
border-right: #999 1px solid;
background: #191970;
}

a{
  padding: 0 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(49, 170, 226) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

a:hover{
  background-position: -100% 0;
  color: #e0ffff;
}

.box26 {
    position: relative;
    margin: 2em 1em;
    padding: 1em 1em 0em;
    border: solid 3px #95ccff;
    border-radius: 8px;
    display:inline-block;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9 -10 0px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}

.box26 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 1em;
    padding: 1em 1em 0em;
    border: solid 3px #ff0000;
    border-radius: 8px;
    display:inline-block;
}

.box27 .box-title {
    position: absolute;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #ff0000;
    font-weight: bold;
}

.box27 p {
    margin: 0; 
    padding: 0;
}

ul.international {
	list-style: circule;
	padding-left: 20px;
}

img.italy7 {
	image-orientation: 90deg;
}

h2#expensive-hotels {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  width: 25%;
  padding: 1rem 1rem;
  color: #fff;
  background: #000;
}

h2#expensive-hotels span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2#cheap-hotels {
  width: 25%;
  position: relative;
  padding: 1rem 1rem calc(1rem + 10px);
  background: #fff100;
}

h2#cheap-hotels:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

h2#highly-rated-hotels {
  width: 30%;
  position: relative;
  padding: 1rem 1rem;
  color: #fff;
  background: #000000;
}

h2#highly-rated-hotels:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-linear-gradient(20deg, yellow, blue, orange, purple, green, red);
  background-image: linear-gradient(70deg, yellow, blue, orange, purple, green, red);
}

/* 001 */
.button-trip001 a {
    background: #ff8c00;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button-trip001 a:hover {
    background: #000080;
    color: #FFF;
}
.button-trip001 a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #313131;
    border-right: 3px solid #00008b;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button-trip001 a:hover:after {
    border-color: #000080;
}

/* trip002 */
.button_trip002 a {
    background: #6bb6ff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    padding: 20px 25px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 8px;
    border-bottom: solid 5px #1d7fde;
}

.button_trip002 a span {
    background: #FFFF00;
    width: 80%;
    text-align: center;
    position: absolute;
    top: -15px;
    filter: drop-shadow(0px 1px 2px #aaa);
    padding: 3px 0;
    font-size: 0.8rem;
    color: #2b7fde;
    border-radius: 5px;
}

.button_trip002 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

.button_trip002 a:hover {
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
}

/* ------------------------------------------------ */
/* 5.1 グルメ - コーヒー
/* ------------------------------------------------ */

ol#coffee_list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #8b4513;
  margin-right: 10px;
  margin-left: 10px;
}

ol#coffee_list li {
  border-bottom: dashed 1px brown;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}

ol#coffee_list li:before{
  /* ?ｺ数字を?ｯる */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字?fザイン?ｦる*/
  display:inline-block;
  background: #8b4513;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*?ｺ ?中央??ｽめ*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol#coffee_list li:last-of-type {
  border-bottom: none; /*?繧ﾌli?だけ消す*/
}

.coffee1 {
  max-width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 0.5;
  border: 1px solid #ccc;
  font-size: 15px;
}

.coffee1 th {
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 20px solid #8b4513;
  background: #a0522d;
}

.coffee1 {
  width: 80%;
  font-size: 15px;
  margin: 100 auto;
  word-wrap: break-word;
  border-collapse: separate;
  border-spacing: 0px 1px;
}

.coffee1 th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #999 1px solid;
  color: #000000;
}

.coffee1 td {
  padding: 8px;
  vertical-align: middle;
  text-align: left;
  line-height:1.0em;
  border-bottom: #a0522d 2px solid;
  font-size: 14px;
  background: #ffffff;
}

.coffee1 th.r1 {
  width: 17%;
  border-left: #a0522d 1px solid;
  border-right: #a0522d 1px solid;
}

.coffee1 td.r1 {
  border-left: #a0522d 1px solid;
  border-right: #a0522d 1px solid;
}

.coffee1 th.r2 {
  text-align: center;
  border-right: #a0522d 1px solid;
}

.coffee1 td.r2 {
  width: 16%;
  border-left: #a0522d 1px solid;
  border-right: #a0522d 1px solid;
}

.coffee1 th.r3 {
text-align: center;
border-right: #a0522d 1px solid;
}

.coffee1 td.r3 {
width: 46%;
border-left: #a0522d 1px solid;
border-right: #a0522d 1px solid;
background: ;
}

.box3 {
    position: relative;
    margin: 1em 1em;
    padding: 0.5em 1em;
    border: solid 3px #a0522d;
    border-radius: 8px;
}

.box3 p {
    margin: 0; 
    padding: 0;
}

/* ------------------------------------------------ */
/* 5.2 グルメ - ラーメン
/* ------------------------------------------------ */

blockquote {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border-left: solid 50px #3ca5d4;
    background: #e0f5ff;
}

blockquote:before{
    display: flex;
    position: absolute;
    max-width: auto;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.quote-brackets1 {
    max-width: 90%;
    position: relative;
    padding: 2.5em 2.5em 0em 0em;
    color: #333333;
}

.quote-brackets1::before,
.quote-brackets1::after {
    display: inline-block;
    position: absolute;
    width: 4em;
    height: 4em;
    content: '';
}

.quote-brackets1::before {
    top: 0;
    left: 0;
    border-top: 3px solid #25b4d0;
    border-left: 3px solid #25b4d0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2325b4d0%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
    background-position: top 35% left 35%;
    background-size: 1.5em;
    background-repeat: no-repeat;
}

.quote-brackets1::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #25b4d0;
    border-right: 3px solid #25b4d0;
}

.quote-brackets1 p {
    margin-top: 0;
}

.quote-brackets1 cite {
    display: block;
    color: #737373;
    font-size: .8em;
    text-align: right;
}

.button-container
{
  perspective: 350px;
}

.tabelog-btn
{
  display: block;
  margin: 10px 70px;
  width: 350px;
  height: 60px;
  border: none;
  background-color: #ffa500;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: .3s linear;
}

.btn1:hover {
  transform: rotateX(15deg);
  box-shadow: 0 15px 15px #ffd700;
}

#toc_container-ramen {
    background: #fce4d6 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}

/* ------------------------------------------------ */
/* 5.3 グルメ - インド・パキスタン料理
/* ------------------------------------------------ */

#toc_container-indian-pakistan-food {
    background: #f0e68c none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}

ul#menu-indian-pakistan-food1 {
  border: solid 2px #8b4513;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: fit-content;
}

ul#menu-indian-pakistan-food1 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul#menu-indian-pakistan-food1 li:before {
  
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8b0000;/*アイコン色*/
}

/* ------------------------------------------------ */
/* 6.1 スポーツ - テニス
/* ------------------------------------------------ */

#toc_container-tennis {
    background: #3cb371 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}

table.tennis-bag {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th.tennis-bag:first-child{
  border-radius: 5px 0 0 0;
}

table th.tennis-bag:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th.tennis-bag{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table td.tennis-bag{
  text-align: center;
  background-color: #fffafa;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table td.tennis-bag:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr.tennis-bag:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr.tennis-bag:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* ------------------------------------------------ */
/* 7.1 電化製品 - オーディオ
/* ------------------------------------------------ */

#toc_container-audio {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 10px;
    width: auto;
}

.box3 {
    position: relative;
    margin: 2em 1em;
    padding: 0.5em 1em;
    border: solid 3px #a0522d;
    border-radius: 8px;
}

.box3 p {
    margin: 0; 
    padding: 0;
}

table.audio {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th.audio:first-child{
  border-radius: 5px 0 0 0;
}

table th.audio:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th.audio{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table td.audio{
  text-align: center;
  background-color: #fffafa;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table td.audio:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr.audio:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr.audio:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* ------------------------------------------------ */
/* 7.2 PC Parts - PCパーツ
/* ------------------------------------------------ */

ul.pc-parts {
  border: solid 5px #4682b4;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.pc-parts li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.pc-parts li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端から?Aイコン?ﾅ*/
  color: #4682b4; /*アイコン色*/
}

ol#border1 {
  color: #1e366a;
  border-top: solid #1e366a 3px;/*上のボーダー*/
  border-bottom: solid #1e366a 3px;/*下のボーダー*/
  border-left: none;/*左のボーダー*/
  border-right: none;/*右のボーダー*/
  background: #ffffff;
  padding: 0.5em 0 0.5em 1.5em;
}

ol#border1 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ol#border1 li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #ffffff;
  color: royalblue;
  font-family: FontAwesome;
  font-weight:bold;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul#point1 {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}

ul#point1 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul#point1 li:last-of-type {
  border-bottom: none;
}

ul#point1 li:before {
  /*リスト内のアイコン*/
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

ul#point1 li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "履歴書";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

dd {
  font-size: 18px;
  margin-left: 0;
}

.flow1 {
  padding-left: 120px;
  position: relative;
}

.flow1::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}

.flow1 > li {
  position: relative;
}

.flow1 > li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow1 > li .icon1 {
  font-size: 20px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

.flow1 > li .icon1::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow1 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow1 > li dl::before,
.flow1 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow1 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.flow1 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow1 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

table#recruiting1{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table#recruiting1 td{
  padding:5px 0px;
  text-align: left;
}

table#recruiting1 tr:nth-child(odd){
  background-color: #f7fcfe;
}

/* ------------------------------------------------ */
/* 8.転職
/* ------------------------------------------------ */
/*モバイルファースト*/
.card-container1{
	text-align:left;
    background: #f5fffa;
    color: #000000;
    display: flex;
    margin: 10px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.card-container1 a{
    text-decoration: none;
    color: #cddc39;
}

.card-text1{
	text-align:left;
    width:100%;
    margin: 5px 5px;
}

.card-text1 p{
	text-align:left;
    font-size: 0.0em;
}

.card-img1{
    width: 60%;
}

/*PCサイズ*/
.card-text1 p{
        font-size: 1em;
}

ol#border1 {
  color: #1e366a;
  border-top: solid #1e366a 3px;/*上のボーダー*/
  border-bottom: solid #1e366a 3px;/*下のボーダー*/
  border-left: none;/*左のボーダー*/
  border-right: none;/*右のボーダー*/
  background: #ffffff;
  padding: 0.5em 0 0.5em 1.5em;
}

ol#border1 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ol#border1 li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #ffffff;
  color: royalblue;
  font-family: FontAwesome;
  font-weight:bold;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul#point1 {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}

ul#point1 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul#point1 li:last-of-type {
  border-bottom: none;
}

ul#point1 li:before {
  /*リスト内のアイコン*/
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

ul#point1 li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "履歴書";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

dd {
  font-size: 18px;
  margin-left: 0;
}

.flow1 {
  padding-left: 120px;
  position: relative;
}

.flow1::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
}

.flow1 > li {
  position: relative;
}

.flow1 > li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow1 > li .icon1 {
  font-size: 20px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

.flow1 > li .icon1::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow1 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow1 > li dl::before,
.flow1 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow1 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.flow1 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow1 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

table#recruiting1{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table#recruiting1 td{
  padding:5px 0px;
  text-align: left;
}

table#recruiting1 tr:nth-child(odd){
  background-color: #f7fcfe;
}

/* ------------------------------------------------ */
/* 9.プロフィール
/* ------------------------------------------------ */

.myprofile {
    padding: 10px 0;
}

.myprofile .profile-img {
    margin: 5px auto 0;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: right;
}

table td{
  padding: 10px 0;
  text-align: left;
}

table tr:nth-child(odd){
  background-color: #f5fffa;
}

/* ------------------------------------------------ */
/* 10.サイトマップ
/* ------------------------------------------------ */

body{
  padding: 0 2%;
  color: #ffffff
  background: #d8dddd;
}

.sitemap-box{
  margin: auto;
  padding: 1% 2%;
  max-width: 760px;
  border-radius: 5px;
  background: #f8f8ff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0, .3);
}

li{
  color: #2c3e50;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

/*sitemap-listul = style grid*/
.sitemap-list{
  margin: 0;
  padding: 0;
  text-align: center;
}

.sitemap-listul .sitemap-listli{
  min-width: 48%;
  margin: 2% .35%;
  display: inline-flex;
  box-shadow: 0 2px 4px rgba(0,0,0, .2);
}

.sitemap-listul .sitemap-listli:hover{
  box-shadow:0 5px 10px rgba(0,0,0,.15);}
.sitemap-listul .sitemap-box2{
  width: 100%;
  height: 100vh;
  padding: 1% 2%;
  background: #fff;
  min-height: 200px;
  max-height: 350px;
  box-sizing: border-box;
}

/* responsive grid*/
@media (max-width: 970px){
  .sitemap-listul .sitemap-listli {width: 180px;}}
@media (max-width: 425px){
  .sitemap-listul .sitemap-listli{width: 100%;}
}

/* ------------------------------------------------ */
/* 11.フッター
/* ------------------------------------------------ */

footer {
  max-width: 100%;
  height: 130px;
  margin: auto;
  border: 1px solid black;
  text-align: center;
}

/* エリア外枠?Xタイル */
#footer {
  background: #191970;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: -webkit-flex;	/* safari用 */
  display: flex;
}

/* エリアボックス */
#footer-box {
  width: 100%;
}

/* 著作権表記 */
#copyright {
  text-align: center;
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

/* エリア外枠?Xタイル */
#fNav {
  margin-bottom: 20px;
  text-align: center;
}

/* メニューリストを??g */
#fNav ul {
  display: -webkit-flex;	/* safari用 */
  display: flex;
  width: 100%;
  ul style: none;
}

/* メニューリスト?､?Xタイル */
#fNav li {
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}

/* メニューリンク?､?Xタイル */
#fNav a {
  color: #ffffff;
  text-decoration: none;
}

/* メニューリンク?}ウスを?た?ｫ?Xタイル */
#fNav a:hover {
  background-color: #ffffff;
  color: #2AA8E5;
  opacity: 1;
}

/* ------------------------------------------------ */
/* 12.プライバシーポリシー・??枕
/* ------------------------------------------------ */

/* プライバシーポリシー?潟Xト枠 */
#our-policy ol {
	margin-bottom: 25px;
}

/* プライバシーポリシー?潟Xト */
#our-policy li {
	list-style: decimal inside;
}

/* 吹き出し?{ックス */
.balloon {
  color: #ffffff;
  background-color: #6495ed;
  border: 2px dashed #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 0px 1px #00ffff;
  padding: 5px;
  position: relative;
}

/* 吹き出し?謦[ */
.balloon:: before {
  content; '';
  position: absolute;
  border-top: 20px solid #f5b9ca;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: 100%;
  left: 15px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

/* ------------------------------------------------ */
/* 13.お問い合わせ
/* ------------------------------------------------ */

/* お問い合わせフォームｃtレーム */
#mail-form iframe {
  width: 100%;
  height: 1100px;
}

/* ------------------------------------------------ */
/* 14.PC & スマホ
/* ------------------------------------------------ */

@media screen and (min-width:481px) {

.sp{
 display: none;
}

.sp_only {
  display: none;
}

}

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

#wrap {
  display: flex;            /* 全?横並ｄﾉ */
  flex-wrap: wrap;          /* 下???? */
  justify-content: center;  /* flexbox?v素をセンター?? */
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: 0px solid black;
  overflow:hidden;
}

body{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}

main {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0;
  background-color: #ffffff;
  overflow:hidden;
}

.right-bar {
  max-width: 100%;
}

.pc_only {
  display: none;
}

* {
	float: none;
	position: static;
}

img {
  max-width: 100%;
  height: auto;
  text-align:center;
  position: center;
}

.pc{
 display: none;
}

/*ヘッダー(サイトに合わせて調整)*/
header {
    position: relative;
    padding: 15px 0 0 0px;
    background-color: #fff;
}

.logo {
    width: 140px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
    content: '';
    cursor: pointer;
    margin: auto;
}

/*三本線の間隔*/
.icon:before {
  top: 20px;
}

.icon:after {
  top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}

.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}

.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}

.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}

/*表示されるメニューの中身*/
.nav {
    background-color: #5c55e7;
}

.nav-list a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.nav-list {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}

.nav-list li {
    margin: 0;
    padding: 10px;
}

.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}

/* メインのパラグラフ幅 */
.main-p1 {
  width: 300px;
}

/*メインイメージ*/
.top {
    height: 200px;
    margin-bottom: 50px;
    background-color: #f0f8ff;
}

.fNav {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

/* ---------------------------------
  幅481px以上のスタイル指定 ここから
------------------------------------ */

@media screen and (min-width: 481px) {

/* ハンバーガーボタン */
.btn-burger {
    display: none;  /*481px以上では使用しない */
}

header {
    padding: 20px 0 0;
}

.logo {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.nav-toggle:checked ~ .nav .nav-list {
    display: none;
}

.nav {
    height: 50px;
}

.nav-list {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}

.nav-list li:not(:last-child) {
    border-right: 1px solid #fff;
}

}