/*
Theme Name: cormeum-theme
Theme URI: cormeum
Template: twentytwentytwo
Author: cormeum
Version: 0.1.1705981910
Updated: 2024-01-23 12:51:50

*/

body {
    background-size: cover;
    background: url(https://cormeuminfo.cormeum.jp/wp-content/uploads/2024/01/cormeumbgimg-scaled.jpg);
    background-position: center;
    background-size: cover;
	baseline-shift:ahead;
}
.page-logo{
	max-width:250px !important;
	margin-bottom: 30px;
}
p.pcredit {
   letter-spacing: 1.5px;
    font-size: 13px;
    text-align: center;
}
.wp-site-blocks {
    margin: 0px !important;
    padding: 0px !important;
}
div.pagecredit {
	display: flex;
    justify-content: center;
    width: 100% !important;
    margin: 0px;
    color: #fff;
    background-color: black;
	
}
.main-image {
    display: flex;
    justify-content: center;
	  height: 90vh;
	    background: url(https://cormeuminfo.cormeum.jp/wp-content/uploads/2024/01/cormeumbgimg-scaled.jpg);
    background-position: center;
    background-size: cover;
}

ul.corlist li {
    padding: 20px;
    margin: 20px;
    text-align: center;
    list-style: none !important;
    background: burlywood;
	box-sizing: border-box;
    border-radius: 50px;
}

ul.corlist{
	padding:0px;
	margin:0px;
}
ul.corlist li a {
    text-decoration: none;
    letter-spacing: 1.5px;
}
img.page-logo {
    padding: 30px;
}
p.pcredit {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
html {
    overflow: hidden !important;
}
   
	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	
html {
    overflow: hidden !important;
}

	/*-- ここまで --*/
}

/*media Queries タブレット（715px）以上で適応したいCSS -タブレット・PC Traart
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	

	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	.page-logo {
    max-width: 150px !important;
    margin-bottom: 0px !important;
}
	/*-- ここまで --*/
}