/*
Theme Name:cpstyle
Author: yasukun
Theme URI: https://twheel.co.jp/
Description: twheel Corp用のワードプレステーマ
Version: 1.0
Text Domain: cpstyle
Tags:cpstyle yasukun
*/
/*License: Copyright 2025 twheel Corp.*/
/*-------------cpstyle-style.css----------------*/
@charset "UTF-8";

/*--------------外部フォント読み込み----------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');


/*----------------------------------
基本設定
----------------------------------*/
body #wpadminbar{
top:auto;
bottom:0;
}
body{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
	margin: 0;
	padding:0;
    box-sizing:border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    width:100%;
    object-fit: cover;
}
p {
    display: block;
    padding:0;
    margin:0;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
code{
     font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;   
}
@media only screen and (max-width: 767px){
body{
    font-size: 15px;
}
html #wpadminbar{
    opacity: 0.3;
}     
}