/*
Theme Name: Meets Vietnam
Description: Meets Vietnam サイト用チE�EチE
Version: 1.0
*/


/* WordpressネイチE��ブCSS(投稿用) */
p {
    display: block;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.textalign { text-align: center; }

.rightmargin { margin-left: 20px; margin-bottom: 20px; }
.width40 { width: 40%; }

/*
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}*/

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}

.displayflex {
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 20px 10px;
}

/* slide
---------------------------------------------------------- */
#slide {
    width: 980px;
    margin:0 auto;
    overflow: hidden;
}

#slide img {
  width: auto;
  /*height: 386px;*/
  height: auto;
  margin: 0 auto;
}

#slide span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 5px 0 5px 150px;
}

#slideCatIco {
    position: absolute;
    left: 20px;
    bottom: -40px;
    z-index: 1;
}

#slideCatIco img {
  height: auto;
}
/* content
---------------------------------------------------------- */
#contentWrap {
  margin-top: 30px;
  -js-display: flex;
   display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contentBox {
    width: 330px;
}

.contentTitle {
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding-top: 3px;
    margin-bottom: 10px;
}

#content01 .contentTitle {
    background-color: #366CDF;
}

#content02 .contentTitle {
    background-color: #F8901A;
}

#content03 .contentTitle {
    background-color: #C05B87;
}

#content04 .contentTitle {
    background-color: #72AB23;
}

.contentList {
    margin: 10px 0 20px;
}

.contentList li {
    padding: 10px 0;
    background: url(common/img/bg_dot.png) no-repeat bottom center;
}

.contentList li:last-child {
    background: none;
}

.contentList li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
  text-decoration: none;
}

.contentList p img {
    width: 110px;
}

.contentList div {
    width: 200px;
}

.date {
    color: #999;
    font-size: 12px;
}

.h3_topBox {
    font-size: 15px;
    font-weight: 400;
}

.contentTxt {
    color: #000;
}

/* about
---------------------------------------------------------- */

#aboutWrap {
  background-color: #fff;
  text-align: left;
}

#aboutWrap #about01 {
  padding-top: 23px;
  background: url(img/bg_about01.png) center top repeat-x;
}

#aboutTop p {
    text-align: center;
    font-size: 17px;
}

#aboutTop p img {
    position: relative;
    top: -4px;
    left: 0;
}

#aboutTop h2 {
    text-align: center;
}

#aboutInList {
  margin: 20px 20px 40px;
  padding-bottom: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#aboutInList div p {
    color: #000;
}

#aboutInList li {
    width: 310px;
    margin-bottom: 5px;
    padding: 10px 0;
    background: url(common/img/bg_dot.png) no-repeat bottom center;
}

#aboutInList li:last-child, #aboutInList li:nth-last-child(2) {
    background: none;
}

#aboutInList li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5px;
}

#aboutInList p {
}

#aboutInList div {
    width: 160px;
}


/* archive
---------------------------------------------------------- */
.archive article {
  background-color: #fff;
}

.archive_top {
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.hotel_bg_color {
  background-color: #4484e6;
}

.food_bg_color {
  background-color: #F8901A;
}

.shopping_bg_color {
  background-color: #C05B87;
}

.entertainment_bg_color {
  background-color: #72AB23;
}

#output_archive_top .archive_top_left {
  width: 50%;
}

#output_archive_top .archive_top_left h2 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

#output_archive_top .archive_top_left h1 {
  text-align: center;
  font-size: 60px;
  padding: 10px 0;
  font-weight: 500;
  width: 100%;
}

#output_archive_top .archive_top_right {
  width: 47%;
}

#output_archive_top .archive_top_right img {
  width: 49%;
  margin-bottom: 5px;
}

#output_archive_top2 {
  position: relative;
}

#output_archive_top2 .archive_ico {
  position: absolute;
  top: 0px;
  right: 0px;
}

#output_archive_top2 .archive_ico img {
  width: auto;
}

#output_archive_top2 .archive_top_left {
  width: 50%;
  margin: 0 10px;
}

#output_archive_top2 .archive_top_left h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0;
}

#output_archive_top2 .archive_top_right {
  width: 47%;
}

#output_archive_top2 .archive_top_right img {
  width: 100%;
}

#archive_category_child {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: left;
}

#archive_category_child .category_child_left {
  width: 60%;
  padding: 9px 0 0 7px;
}

#archive_category_child .category_child_right {
  width: 40%;
}

#archive_category_child .hotel_bg_color2 {
  background-color: #e0edff;
}

#archive_category_child .food_bg_color2 {
  background-color: #feecd2;
}

#archive_category_child .shopping_bg_color2 {
  background-color: #f5e3eb;
}

#archive_category_child .entertainment_bg_color2 {
  background-color: #e6f0d5;
}

#archive_category_child li {
  width: 28%;
  margin: 0 20px 7px 0;
}

#archive_category_child li:nth-child(3n) {
  margin-right: 0;
}

#archive_category_child li a {
  color: #4484e6;
  padding: 5px;
  -js-display: flex;
  display: flex;
}

#archive_category_child li img {
  width: 100%;
}

.blog_archive_list {
  position: relative;
  text-align: left;
  padding: 30px;
  border: solid 1px #ddd;
  margin: 20px;
}

.blog_archive_list .blog-header-topic {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 400;
    font-size: 17px;
    padding: 2px 10px;
    color: #fff;
    background-color: #49c2c3;
    display: inline-block;
}

.blog_archive_list .blog-header {
  border-left: solid 5px #4484e6;
  padding-left: 10px;
}

.blog_archive_list .blog-header .blog-title-article {
  font-weight: 400;
  font-size: 20px;
}

.blog_archive_list .blog-header .date {
  font-size: 15px;
  color: #000;
  display: inline;
}

.blog-body {
  width: 100%;
  margin-top: 20px;
}

.blog-body-left {
  width: 48%;
  margin: 0 10px 10px 0;
  float: left;
}

.blog-body-right {
  float: none;
}

.blog-footer a:before {
  content: url(common/img/ico_link01.png);
  position: relative;
  left: -2px;
}

.blog-under-construction {
  text-align: center;
  margin: 30px 0;
}

#single_archive_wrap {
  width: 100%;
  margin: 0;
  background-color: #fff;
  text-align: left;
}

#single_archive_wrap .blog-header {
  position: relative;
}

#single_archive_wrap .blog-header img {
  width: 100%;
  height: auto;
}

#single_archive_wrap .blog-body {
  width: auto;
  padding: 20px;
  margin-top: 0px;
  display: block;
}

#single_archive_wrap .blog-body p img {
  width: auto;
  max-width: 629px;
  margin: 10px auto;
}

#single_archive_wrap .blog-body .alignleft {
  padding-right: 30px;
  padding-bottom: 30px;
}

#single_archive_wrap .blog-body .alignright {
  padding-left: 30px;
  padding-bottom: 30px;
}

#single_archive_wrap .blog-body h3 {
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0 15px;
}

#single_archive_wrap.hotel .blog-body h3 {
  border-left: solid 8px #366CDF;
  border-bottom: solid 1px #366CDF;
}

#single_archive_wrap.food .blog-body h3 {
  border-left: solid 8px #F8901A;
  border-bottom: solid 1px #F8901A;
}

#single_archive_wrap.shopping .blog-body h3 {
  border-left: solid 8px #C05B87;
  border-bottom: solid 1px #C05B87;
}

#single_archive_wrap.entertainment .blog-body h3 {
  border-left: solid 8px #72AB23;
  border-bottom: solid 1px #72AB23;
}

#single_archive_wrap .blog-body h4 {
  background-color: #ddd;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0 8px 20px;
  margin: 15px 0 10px;
}

#single_archive_wrap .blog-body ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#single_archive_wrap .blog-header-ico {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

#single_archive_wrap .blog-header-head {
  background-color: #366CDF;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
}

#single_archive_wrap.hotel .blog-header-head {
  background-color: #366CDF;
}

#single_archive_wrap.food .blog-header-head {
  background-color: #F8901A;
}

#single_archive_wrap.shopping .blog-header-head {
  background-color: #C05B87;
}

#single_archive_wrap.entertainment .blog-header-head {
  background-color: #72AB23;
}

#single_archive_wrap .blog-title-article {
  background-color: #D9E8FE;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  font-weight: 400;
}

#single_archive_wrap.hotel .blog-title-article {
  background-color: #D9E8FE;
}

#single_archive_wrap.food .blog-title-article {
  background-color: #feecd2;
}

#single_archive_wrap.shopping .blog-title-article {
  background-color: #f5e3eb;
}

#single_archive_wrap.entertainment .blog-title-article {
  background-color: #e6f0d5;
}

#single_archive_wrap .single_archive_information,
#single_archive_wrap .single_archive_tour {
  margin: 20px;
  padding: 20px;
}

#single_archive_wrap.hotel .single_archive_information,
#single_archive_wrap.hotel .single_archive_tour {
  background-color: #d8f0f7;
}

#single_archive_wrap.food .single_archive_information,
#single_archive_wrap.food .single_archive_tour {
  background-color: #feecd2;
}

#single_archive_wrap.shopping .single_archive_information,
#single_archive_wrap.shopping .single_archive_tour {
  background-color: #f5e3eb;
}

#single_archive_wrap.entertainment .single_archive_information,
#single_archive_wrap.entertainment .single_archive_tour {
  background-color: #e6f0d5;
}

#single_archive_wrap .single_archive_tour ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#single_archive_wrap .single_archive_information span,
#single_archive_wrap .single_archive_tour span {
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px 0;
}

#single_archive_wrap.hotel .single_archive_information span,
#single_archive_wrap.hotel .single_archive_tour span {
  background-color: #4484e6;
}

#single_archive_wrap.food .single_archive_information span,
#single_archive_wrap.food .single_archive_tour span {
  background-color: #F8901A;
}

#single_archive_wrap.shopping .single_archive_information span,
#single_archive_wrap.shopping .single_archive_tour span {
  background-color: #C05B87;
}

#single_archive_wrap.entertainment .single_archive_information span,
#single_archive_wrap.entertainment .single_archive_tour span {
  background-color: #72AB23;
}

#single_archive_wrap .archive_information_wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#single_archive_wrap .single_archive_information .archive_information_left {
  width: 65%;
  word-wrap: break-word;
}

#single_archive_wrap .single_archive_information .archive_information_right {
  width: 190px;
}

#single_archive_wrap .single_archive_information .archive_information_right p img {
  width: 100%;
}

#single_archive_wrap .single_archive_information .archive_information_right figcaption {
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
}

#single_archive_wrap .simplemap-content {
  margin: 20px auto;
  width: 100% !important;
  text-align: center;
}

#page_archive_wrap {
  width: 100%;
  margin: 0;
  background-color: #fff;
  text-align: left;
  list-style-position: inside;
}

#page_archive_wrap .blog-header {
  position: relative;
}

#page_archive_wrap .blog-header img {
  width: 100%;
  height: auto;
}

#page_archive_wrap .blog-header h2 {
  font-family: MatissePro;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#page_archive_wrap .blog-body {
  width: auto;
  padding: 20px;
  margin-top: 0px;
  display: block;
}

#page_archive_wrap .blog-body p img {
  width: auto;
  max-width: 629px;
  margin: 10px auto;
}

#page_archive_wrap .blog-body .alignleft {
  padding-right: 2%;
}

#page_archive_wrap .blog-body .alignright {
  padding-left: 30px;
  padding-bottom: 30px;
}

#page_archive_wrap .blog-body h3 {
  border-left: solid 8px #49c2c3;
  border-bottom: solid 1px #49c2c3;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0 15px;
}

#page_archive_wrap .blog-body h4 {
  background-color: #ddd;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0 8px 20px;
  margin: 15px 0 10px;
}

#page_archive_wrap .blog-body ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#page_archive_wrap .blog-header-ico {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

#page_archive_wrap .blog-header-head {
  background-color: #49c2c3;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
}

#aboutHeaderWrap {
  background: #d8f0f7 url(img/bg_about01) center top repeat-x;
  padding: 40px 20px 20px;
}

#aboutHeaderWrap .about-header {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#aboutHeaderWrap .about-header-left h2 {
  margin: 20px 0;
  font-size: 25px;
  font-weight: 400;
}

#aboutHeaderWrap .about-header-left {
  width: 60%;
}

#aboutHeaderWrap .about-header-center {
  width: 100%;
}

#aboutHeaderWrap .about-header-center h2 {
  margin: 20px 0;
  font-size: 25px;
  font-weight: 400;
}

#aboutHeaderWrap .about-header-center h3 {
  text-align: right;
}

#aboutHeaderWrap .about-header-bottom ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px 0;
}

#aboutWrap #aboutIn01 #aboutInList {
  margin: 0 20px 40px;
  padding-top: 10px;
}

#aboutHeaderWrap .about-hr {
  height: 1px;
  background: #49c2c3;
}

#aboutContent {
  background: #fff;
  padding: 20px;
  text-align: left;
}

#aboutContent .content-wrap {
  margin: 20px 0 30px;
}

#aboutContent .content-h4-north {
  border: solid 2px #a2bf17;
  border-bottom: solid 5px #a2bf17;
  margin: 30px 0 20px;
}

#aboutContent .content-h3-north {
  margin: 10px 0;
  color: #a2bf17;
  font-size: 25px;
  font-weight: 400;
}

#aboutContent .content-h4-north p img {
  float: left;
  margin: 5px 20px 0px;
}

#aboutContent .content-h4-north span {
  display: block;
  margin: 15px 15px;
  font-weight: 400;
}

#aboutContent .content-h4-center {
  border: solid 2px #d7c105;
  border-bottom: solid 5px #d7c105;
  margin: 30px 0 20px;
}

#aboutContent .content-h3-center {
  margin: 10px 0;
  color: #d7c105;
  font-size: 25px;
  font-weight: 400;
}

#aboutContent .content-h4-center p img {
  float: left;
  margin: 5px 20px 0px;
}

#aboutContent .content-h4-center span {
  display: block;
  margin: 15px 15px;
  font-weight: 400;
}

#aboutContent .content-h4-south {
  border: solid 2px #ff9d25;
  border-bottom: solid 5px #ff9d25;
  margin: 30px 0 20px;
}

#aboutContent .content-h3-south {
  margin: 10px 0;
  color: #ff9d25;
  font-size: 25px;
  font-weight: 400;
}

#aboutContent .content-h4-south p img {
  float: left;
  margin: 5px 20px 0px;
}

#aboutContent .content-h4-south span {
  display: block;
  margin: 15px 15px;
  font-weight: 400;
}

#aboutContent .one-third {
	margin: 0 0 20px;
}

#aboutContent .one-third li {
	float: left;
	width: 197px;
	margin: 0 0 0 24px;
}

#aboutContent .one-third li:first-child {
	margin: 0;
}

#aboutContent .sp-content {
  display: none;
}

#aboutContent h2 {
  font-weight: 400;
}

#aboutContent h3 {
  margin-bottom: 20px;
}

#aboutContent p {
  margin: 10px 0;
}

#aboutContent .rightmargin {
   margin: 10px 0 0 20px;
}

.about-hr2 {
  height: 1px;
  background: #bfe9ea;
}

.about-banner {
  text-align: center;
  padding: 10px 0 20px;
}

#aboutHarfContentWrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#aboutHarfContentWrap #aboutContent02, #aboutHarfContentWrap #aboutContent03 {
  width: 48%;
}

.about-entry-h3 {
  border-left: solid 8px #49c2c3;
  border-bottom: solid 1px #49c2c3;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0 15px;
}

.about-entry-h4 {
  background: #49c2c3;
  font-size: 17px;
  font-weight: 300;
  padding: 3px 10px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
}

.about-entry-ul {
  margin-left: 20px;
}

.about-entry-ul li {
  list-style-type: disc;
}

.about-transfer-left {
  float: left;
  width: 56%;
}

.about-transfer-right {
  float: right;
  width: 37%;
  background: #fbf8e9;
  padding: 5px 15px 0;
}

.about-transfer-center {
  background: #fbf8e9;
  padding: 5px 15px 10px 20px;
}

.about-transfer-center .txt {
	float: left;
	width: 400px;
}


/* world-heritages
---------------------------------------------------------- */


.catch_world-heritages{
    font-size: 22px;
    line-height: 2.18;
}

#aboutContent .mainimg_world-heritages{
    text-align: center;
    margin: 0 0 30px;
}

.world-heritages_link{
  text-align: right;
}

h4.world-heritages_h4{
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 6px 33px;
    color: #e73803;
    border-bottom: 1px solid #e73803;
}

h4.world-heritages_h4.no1,
h4.world-heritages_h4.no4{
  color: #83ad32;
  border-bottom: 1px solid #83ad32;
}

h4.world-heritages_h4.no8{
  color: #fba120;
  border-bottom: 1px solid #fba120;
}

h4.world-heritages_h4.no1{
  font-size: 24px;
  line-height: 1.25;
  background: url(common/img/ico_world-heritages01.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no2{
  background: url(common/img/ico_world-heritages02.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no3{
  background: url(common/img/ico_world-heritages03.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no4{
  background: url(common/img/ico_world-heritages04.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no5{
  background: url(common/img/ico_world-heritages05.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no6{
  background: url(common/img/ico_world-heritages06.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no7{
  background: url(common/img/ico_world-heritages07.gif) no-repeat 0 .1em;
}
h4.world-heritages_h4.no8{
  background: url(common/img/ico_world-heritages08.gif) no-repeat 0 .1em;
}

#aboutContent .world-heritages_mb30{
  margin: 0 0 30px;
}

.world-heritages_first{
  float: left;
  width: 302px;
}
.world-heritages_last{
  float: right;
  width: 302px;
}


/* event
---------------------------------------------------------- */

.event-title {
  font-weight: bold;
}

#aboutContent .event-txt {
  padding: 0 0 10px;
  margin: 5px 0 30px;
  border-bottom: 1px solid #bfe9ea;
}

.tac  {
  text-align: center;
}

/* campaign
---------------------------------------------------------- */

#main.campaign {
  width: 680px;
}

#main.campaign .img_campaign {
  width: 400px;
}

#main.campaign .campaign_box {
	border-radius: 10px;
	border: 3px solid #49c2c3;
	padding: 15px 20px;
}

.fonts {
	font-size: 12px;
}
