/*
 Theme Name:   MONAD Child
 Template:     monad_tcd110
 Description:  ギャラリーヒルゲート用 MONAD 子テーマ
 Author:       goma
 Version:      1.0.0
*/

@media screen and (max-width: 768px) {
	#header_logo img {
		display: block;
		max-height: 80px;
		width: auto;
	}
    #header_logo img {
        max-height: 55px !important;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1380px) {
  #global_menu > ul > li {
    margin: 0 0 0 20px;
  }
}


.wp-block-button__link {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 50px;
  background-color: #008f9c;
  color: #fff!important;
  border: none;
  transition: background-color 0.3s ease;
    min-width: 260px;
    height: 60px;
    border-radius: 70px;
    color: #fff !important;
    background-color: #00a4b4;
    border: none;
}

.wp-block-button__link:hover {
  background-color: #006e77;
	text-decoration: none!important;
}

a.design_button {
    border-radius: 0px!important;
}

.post_content div{
	line-height: 2.5em;
}

#tsushin .blog_list .item:not(.swiper-slide) {
    width: calc(100% / 1 - 0px);
    margin: 0 30px 60px 0;
}

#tsushin .image_wrap{
	display: none;
}