


table {
	border-collapse: collapse;
	width:100%;
     	font-size:12pt
}
th.t_top {
    border-top: #660155 4px solid;
}
th {
	border-bottom: #708466 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #708466 1px dotted;
	text-align: left;
	padding: 10px;
}
tr:hover {
    background: #f7edf3;
    color: #660155;
}


/*リストコード*/
ul.main {
  background: #F5FBEF;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
 
ul.main li{
  line-height: 1.5;
  padding: 0.5em 0;
}
ul.main li {
  margin-top: 0;
        margin-bottom: 0;
	 font-size:  12pt;   
}
ol.main {
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px
  }

ul.gray, ol.gray {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}
ul li.gray, ol li.gray {
  line-height: 1; /*文の行高*/
  padding: 0.1em 0; /*前後の文との余白*/
}
ul.gray li {
margin-bottom: 5px;
}

/* ピンクのリスト */
.list_test-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
 
.list_test:before {
    content:  "";     /* 空の要素作成 */
    width: 10px;                /* 幅指定 */
    height: 10px;               /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #cff7f5;  /* 背景色指定 */
    position:  relative;        /* 位置調整 */
    top: 3px;                   /* 位置指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 5px;          /* 余白指定 */
}
 
.list_test {
    padding:  5px;             /* 余白指定 */
    background-color:  #eafcfb; /* 背景色指定 */
    border-radius:  10px;       /* 角丸指定 */
    margin-bottom: 5px;         /* 要素と要素の間指定 */
    color: #747c7c;                /* 文字色指定 */
    font-size:  12px;           /* 文字サイズ指定 */
}

/*　画像横並び */
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
}

.img-flex-2 img { width: calc( 100% / 2 ); height: calc( 100% / 2 ); 
margin-top:auto; 
  margin-bottom: auto;}



/*　画像横並び */
.flex_test-box {
    background-color: #fff;     /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
}
.flex_test-item {
    color:  #fff;               /* 文字色 */
    margin:  0px;              /* 外側の余白 */
    border-radius:  0px;        /* 角丸指定 */
    align-self: flex-end;        /* 縦の位置指定 */
}

/*　画像横並びここまで */


/*　画像横並び2 */
.flex_test-box2 {
    background-color: #fafcf2;     /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
}
.flex_test-item2 {
    color:  #464743;               /* 文字色 */
    margin:  0px;              /* 外側の余白 */
    border-radius:  0px;        /* 角丸指定 */
    align-self: flex-end;        /* 縦の位置指定 */
}

/*　画像横並び2ここまで */

/*　画像横並びここまで */
.box{
 width: 49%;
 margin: 1%;
 background-color: #f7f7f7;
}


.box1{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #d4eaf9;
    border-radius: 3px 0 3px 0;
}
.box1:before,.box1:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #d4eaf9;
    border-radius: 50%;
}
.box1:after {
    top:-12px;
    left:-12px;
}
.box1:before {
    bottom:-12px;
    right:-12px;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/*タイトル付きボックス */
.box2 {
 position: relative;
 margin: 1em auto;
 padding: 0em 1em 1em 1em;
 font-size:18px;
 width: 100%;
 background-color: #fafffa; /*BOX背景色 */
 border: 3px solid #509952; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.box2 .box-title {
 position: absolute;
 display: inline-block;
 top: -10px; /*タブ調整 */
 left: 25px; /*タブ調整 */
 padding: 1px 10px;
 height: 30px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #509952; /* タイトル背景色 */
 border-radius: 7px 7px 1px 7px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
/*タイトル付きボックスここまで */
/*肌色ボックス */

.box3 {
    padding: 1em 1em 0.1em 1em;
    margin: 2em 0;
    color: #464743;
    background: #fafcf2;
    border-bottom: solid 1px #f7f9ed;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box3 p {
    margin: 0; 
    padding: 0;
}
 



/* 青色バックのみ変更ボックス------------------ */
.box4 {
	  margin: 2em auto;
    padding: 1em 1em 0.1em 1em;
    font-size: 11pt;
	  color: #2c2c2f;
    background: #f2fbff;/*背景色*/
	  border-radius: 9px;
	  width: 90%;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

	/* 青色バックのみ変更ボックスここまで------------------ */
/* 緑色バックのみ変更ボックス------------------ */
.box5 {
    padding: 1em 1em 0.1em 1em;
    margin: 2em 0;
    font-size: 11pt;
	  color: #2c2c2f;
    background: #f5ffe8;/*背景色*/
	border-radius: 9px;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

	/* 緑色バックのみ変更ボックスここまで------------------ */
/* オレンジ色バックのみ変更ボックス------------------ */
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size: 11pt;
	  color: #2c2c2f;
    background: #fff8f5;/*背景色*/
	border-radius: 9px;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

	/* オレンジバックのみ変更ボックスここまで------------------ */
/* 紫色バックのみ変更ボックス------------------ */
.box7 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size: 11pt;
	  color: #2c2c2f;
    background: #fcf5ff;/*背景色*/
	border-radius: 9px;
}
.box7 p {
    margin: 0; 
    padding: 0;
}

	/* 紫バックのみ変更ボックスここまで------------------ */


.box8 {
 margin: 2em auto;
 padding: 1em 1em 0.1em 1em;
 width: 95%;
 background-color: #fafafa; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
}


	/* タイトル付きボックス------------------ */

.box10 {
 position: relative;
 margin: 3em auto;
 padding: 0em 0.5em 0em;
 font-size: 12pt;
 width: 100%;
 background-color: #fbfaff; /*BOX背景色 */
 border: 3px solid #261482; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title10 {
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -3px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fafafa; /* タイトル色 */
 background-color: #261482; /* タイトル背景色 */
 border-radius: 5px 5px 0 0;
}

	/* タイトル付きボックスここまで------------------ */

.box11 {
 position: relative;
 margin: 3em auto;
 padding: 0em 0.5em 0em;
 width: 100%;
  font-size: 18px;
 background-color: #e8f9ff; /*BOX背景色 */
 border: 3px solid #30a1c7; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title11 {
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -3px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fafafa; /* タイトル色 */
 background-color: #30a1c7; /* タイトル背景色 */
 border-radius: 5px 5px 0 0;
}

.cautionbox{
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
	border: 3px solid #ffe0e5;
}

.cautionbox-title{
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}

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

	/* 下線太文字黄色------------------ */
.under {
  background: linear-gradient(transparent 60%, #fcd971 40%);
}
	/* 下線太文字黄色ここまで------------------ */

	/* 下線太文字水色------------------ */
.underblue {
  background: linear-gradient(transparent 60%, #d1f9f6 40%);
}
	/* 下線太文字水色ここまで------------------ */

	/* サイドバーカテゴリーデザインここから------------------ */

.widget_categories ul li a { /*親カテゴリ用のコード*/
    color: #333;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
    border-top: 1px dotted #ccc; /*上部にボーダーを引く*/
    font-size: 16px;
}
.widget_categories ul li a::before { /*親カテゴリのアイコン*/
     font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
    padding-right: 10px;
}


	
.widget_categories > ul > li > a:first-child { 
    border-top: none; /*最初の親カテゴリは上部ボーダーを消す*/
}
.widget_categories > ul > li > a:last-child {
    border-bottom: 1px dotted #ccc; /*最後の親カテゴリは下部ボーダーを引く*/
}
.widget_categories ul li a .post-count { /*記事数用のコード*/
    display: block;
    float: right;
    background: #ededed;
    padding: 0 1em;
    font-size: 14px;
    margin-top: .2em;
    border-radius: 4px;
}
.widget_categories ul li a:hover { /*親子共通マウスホバー時*/
    background: none;
    transition: 0.5s;
    color: #72c7e6;
}
.widget_categories ul li a:hover .post-count { /*記事数のマウスホバー時*/
    background: #51635e;
    color: #fff;
    transition: 0.5s;
}
.widget_categories ul li ul { /*子カテゴリのボックス*/
    border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a { /*子カテゴリ用のコード*/
    color: #333;
    text-decoration: none;
    padding: 0 4px 4px 4px;
    display: block;
    border: none;
  	border-bottom: dotted 1px #CCC;
}
.widget_categories ul li ul li a::before { /*子カテゴリのアイコン*/
      font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
     padding: 5;
}



	/* サイドバーカテゴリーデザインここまで------------------ */

	/* COCOONのモバイルヘッダーとフッターのカスタマイズ------------------ */


.navi-menu-button,
.sidebar-menu-button {
	color: #BB0000;
}
.share-menu-button {
	color: #0000BB;
}

/* ボタンhover時の文字・背景変更 */
.mobile-menu-buttons .menu-button:hover {
	background-color: #EEEEEE	; /* 背景色 */
	color: #000; /* 文字の色 */
}
/* トップ・ホームの『文字』は構造上別途必要 */
.top-menu-button a:hover, /*トップに戻る画像を入れる場合はこの1行削除*/
.home-menu-button a:hover {
	color: #fff; /* ここは同じ文字色を */
}

	/* COCOONのモバイルヘッダーとフッターのカスタマイズここまで--------- */

	/* COCOONのボックスメニューアイコンのカラー--------- */

.box-menu-icon{
  color: #522602;
}

.box-menu:hover {
    box-shadow: inset 2px 2px 0 0 
#b05b15,2px 2px 0 0 #b05b15,2px 0 0 0 #b05b15,0 2px 0 0
    #b05b15;
} 

.fa-mug-hot{
  color: #6e1602;
}

.fa-mug-hot{
  color: #6e1602;
}
.fa-globe-asia{
  color: #1156bd;
}
.fa-plane{
  color: #2081e8;
}
	/* COCOONのボックスメニューアイコンのカラーここまで--------- */

	/* COCOONの投稿カードカーソルをのせると沈む--------- */
.entry-card-wrap{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transition: all .3s ease;
}

.entry-card-wrap:hover{
    box-shadow: none;
    transform: translateY(2px);
    background-color: white; 
}
	/* COCOONの投稿カードカーソルをのせると沈むここまで--------- */


.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(0,4,9,0.7);
	transform: translateX(101%);
}

.menu-drawer a{
	font-size: 12px;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height: 3em;/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.7);
	background-color: rgba(30,124,209,0);
}

/* 目次のデザインカスタマイズ */
/* 閉じたときにすべてを表示に、アニメーションをなしに */
.toc-content {
  visibility: visible;
  height: auto;
  opacity: initial;
  transition: initial;
}
 
/* 閉じたときにh3を非表示に */
.toc-list li li {
    visibility: hidden;
    height: 0;
}
 
/* 閉じたときに発生する余計なスペースを削除 */
.toc-list ol {
    height: 0;
}
/* 開いたときに付与されている余計なスペースを削除 */
.toc-checkbox:checked ~ .toc-content {
  padding-top: 0;
}
 
/* 開いたときに高さを付与 */
.toc-checkbox:checked~* .toc-list ol {
  height: auto;
    padding-left: 0;
  padding-bottom: 0.8em;
}
 
/* 開いたときにh3を表示 */
.toc-checkbox:checked~* .toc-list li li {
  visibility: visible;
  height: auto;
  margin: 0;
}
/* アイコン変更・2行目以降字下げ */
.toc-list li li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da" !important;
  margin-right: 6px;
}
 
.toc-list li li {
  list-style: none;
  text-indent: -11.47px;
  padding-left: 11.47px;
}
 
/* 一部の文字をboldに */
.toc-title, .toc-list a {
  font-weight: bold;
}
 
.toc-list li li a {
  font-weight: normal;
}
/* デザイン変更 */
.toc {
  min-width: 70%;
     
  background-color: #f5faff;
  border-style: none;
 
  padding: 10px 30px 10px 30px;
 
  box-shadow: 2px 2px 4px gray;

}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして続きを読む";
  background: #4388f0; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 200px;
  border-radius: 20px;
  font-size: 13px;
  padding: 2px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: auto;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして続きを読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 150px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 120px;
  }
  .blogcard-content {
    margin-left: 20px;
  }
  .blogcard-title {
    height: 35px;
  }
}
/************************************
** 画像のキャプション装飾
************************************/

.wp-caption {
    border: none;
    border-radius: 0px;
    background-color: #fff;
    text-align: center;
	  font-size: 17px;
	  font-weight: 900;
    line-height: 1.2em
	}

/************************************
** ボタン類
************************************/

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px
}

.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  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: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width:100%;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

a.btn-agoda {
  color: #fff;
  border-top: 4px solid #6b6e6d;
  border-right: 4px solid #1d1f1e;
  border-bottom: 4px solid #1d1f1e;
  border-left: 4px solid #6b6e6d;
  border-radius: 0;
  background: #393b3a;
	padding: 8px 5px;
}

a.btn-agoda:hover {
  color: #292930;
	background-color:#e6e6e6; 
  border-top: 4px solid #f0f0f0;
  border-right: 4px solid #d6d6d6;
  border-bottom: 4px solid #d6d6d6;
  border-left: 4px solid #f0f0f0;
}

a.btn-booking {
  color: #fff;
  border-top: 4px solid #0b52b5;
  border-right: 4px solid #00265c;
  border-bottom: 4px solid #00265c;
  border-left: 4px solid #0b52b5;
  border-radius: 0;
  background: #003580;
}

a.btn-booking:hover {
  color: #292930;
	background-color:#e6e6e6; 
  border-top: 4px solid #f0f0f0;
  border-right: 4px solid #d6d6d6;
  border-bottom: 4px solid #d6d6d6;
  border-left: 4px solid #f0f0f0;
}

.btn-hotels {
  color: #fff;
 border-top: 4px solid #fc7486;
  border-right: 4px solid #ba2337;
  border-bottom: 4px solid #ba2337;
  border-left: 4px solid #fc7486;
  border-radius: 0;
  background: #EC2C45;
	padding: 8px 5px;
}

.btn-hotels a{
  text-decoration: none;
	color: #ffffff;
}

.btn-hotels:hover {
  color: #EC2C45;
	background-color:#e6e6e6; 
  border-top: 4px solid #f7f7f7;
  border-right: 4px solid #d6d6d6;
  border-bottom: 4px solid #d6d6d6;
  border-left: 4px solid #f7f7f7; 
}

.btn-hotels:hover a{
  color: #fc1230;

}

a.btn-expedia {
  color: #EEC218;
 border-top: 4px solid #065b9e;
  border-right: 4px solid #001c33;
  border-bottom: 4px solid #001c33;
  border-left: 4px solid #065b9e;
  border-radius: 0;
  background: #00355F;
	padding: 8px 5px;
}

a.btn-expedia:hover {
  color: #042b4a;
	background-color:#ffdb52; 
  border-top: 4px solid #f7f7f7;
  border-right: 4px solid #c29b06;
  border-bottom: 4px solid #c29b06;
  border-left: 4px solid #ffdb52; 
}


a.btn-site {
  color: #fff;
 border-top: 4px solid #5c503f;
  border-right: 4px solid #5c503f;
  border-bottom: 4px solid #5c503f;
  border-left: 4px solid #5c503f;
  border-radius: 0;
  background: #00355F;
	padding: 8px 5px;
	
	  -webkit-box-shadow:0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0,0,0,0.2);
  box-shadow:0px 0px 0px 1px #fff inset, 0px 10px 30px -10px rgba(0,0,0,0.2);
  background: #ab864e;
  background: -moz-linear-gradient(top, #ab864e 1%, #7a5829 100%);
  background: -webkit-linear-gradient(top, #ab864e 1%,#7a5829 100%);
  background: linear-gradient(to bottom, #ab864e 1%,#7a5829 100%);
  display: block;
  position:relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

a.btn-site:hover {
  color: #000;
	background-color:#ffdb52; 
  border-top: 4px solid #5c503f;
  border-right: 4px solid #5c503f;
  border-bottom: 4px solid #5c503f;
  border-left: 4px solid #5c503f; 
}



.msr_btn16 a:before {
  content: "";
  width: 10px;
  height: 5px;
  margin:0 0 0 -5px;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
}
.msr_btn16 a:hover {
  opacity:.8;
}



.column-wrap.column-2 {
    margin-top: 10px;
    margin-bottom: 10px;
	  margin-right: 0px;
    margin-left: 0px;
}

@media screen and (max-width: 599px) {
	.container .column-2 .column-left {
		 margin-top: 0px;
    margin-bottom: 5px;
	  margin-right: 0px;
    margin-left: 0px;
	}

	.container .column-2 .column-right {
		 margin-top: 0px;
    margin-bottom: 0px;
	  margin-right: 0px;
    margin-left: 0px;
	}
}
/************************************
** 固定ページの日付消去
************************************/

.post-23085 .date-tags,
.post-23084 .date-tags,
.post-23082 .date-tags,
.post-23086 .date-tags,
.post-23039 .date-tags,
.post-23024 .date-tags,
.post-23076 .date-tags,
.post-8204 .date-tags {
display: none;
}


