@charset "utf-8";
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Serif+JP:wght@200..900&display=swap');

/*全体の設定
---------------------------------------------------------------------------*/
body {
    margin: 0; 
    padding: 0;
    color: #333;
    font-family: "M PLUS Rounded 1c", sans-serif; "Noto Serif JP", serif;
}

a{ color: #d48a3b;}
a:visited { color: #7a7a7a;}
a:hover {
    color: #ebad42;
    font-weight: bold;
    text-decoration: none;
}
a:hover img { opacity: 0.7; }
h1, h2, h3, h4, h5, h6, {margin-top: 0; }
p {
    margin-top: 0;
    line-height: 1.6;
}
img { vertical-align: bottom; }
header {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    float: left;
    margin: 5px 0 10px;
}
/*フォントの設定
---------------------------------------------------------------------------*/
.bold {
    font-weight: bolder;
    color: #ff0000;
}
h1 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;  
    letter-spacing: 0.6em;	/*文字間隔を広くとる*/
    padding-bottom: 20px;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight:bold;
    font-style: normal;  
    letter-spacing: 0.2em;	/*文字間隔を広くとる*/
    padding-bottom: 10px;
}

/*ロゴタイトルの設定
---------------------------------------------------------------------------*/
.yagou-title {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;  
    letter-spacing: 0.2em;	/*文字間隔を広くとる*/
}
.yagou-title span { letter-spacing: 0.6em;	/*文字間隔を広くとる*/}
header div {
    display: flex;
}
.logo { margin-right: 15px; margin-left: 15px;}
.logo-title {
    display: flex;
    align-items: center;
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*グローバルナビの設定
---------------------------------------------------------------------------*/
#global_navi {
    width: 1200px;
    height: 100px;
    clear: both;
    overflow: hidden;
    margin: 10px auto; 
}
#global_navi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
        text-align: center;
}
#global_navi ul li{
    width: 160px;
    float: left;
    margin-right: 0px;
 }

#global_navi ul li:first-child {
    width: 110px;
    float: left;
    margin-right: 0px;
}

#global_navi ul li:last-child {
    width: 90px;
    float: left;
    margin-right: 0px;
}

#global_navi ul li a {
    display: block;
    padding: 32px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}
#global_navi ul li.current a {
    background-color: #c6c6c6;
}
#global_navi ul li a:hover {
    background-color: #ccf8f7
}
/*フッターの設定
---------------------------------------------------------------------------*/
footer {
    background-color: #352b23;
    text-align: center;
}
footer #footer_nav {
    background-color: #efefef;
    padding: 10px 0;
}
footer #footer_nav li{
    display: inline;
    border-left: solid 1px #aaa;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer small {
    display: block;
    padding: 8px 0;
    color: #aaa;
}
/*パンくずリストの設定
---------------------------------------------------------------------------*/
#breadcrump {
    font-size: smaller;
 }
#breadcrump ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrump ol li {display: inline;}
#breadcrump ol li::after {
    content:">";
    padding-left: 7px;
}
#breadcrump ol li:last-child::after { content: none; }

/*メインビジュアルの設定
---------------------------------------------------------------------------*/
#mainvisual {
     width: 1200px;
     height: 320px;
     margin: 0 auto 0;
}
#mainvisual2 {
     width: 1200px;
     height: 120px;
     margin: 0 auto 0;
}
/*業務内容項目の設定
---------------------------------------------------------------------------*/
#service {
    margin: auto;
    width: auto;
    height: 300px;
    text-align: center;
}
/*各項目の設定
---------------------------------------------------------------------------*/
#ichiran {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    height: auto;
    margin: 20px auto;
}
.etc {
    width: 360px;
    
}
/*お知らせ
---------------------------------------------------------------------------*/
#news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    text-align: center;
    height: 300px;
    margin-top: 20px;
}
/*aboutページの設定
---------------------------------------------------------------------------*/
.container { 
    margin-left: 100px;
    width: 1000px;
}
}
.about { 
    display:flex;
    flex-direction:column;
    margin: 30px,auto;
    flex-wrap: wrap;
}
.about p { line-height: 1.7;}
.about2 {
    display:flex;
    justify-content: center;
    align-items: center;
    margin:30px;
}
.about2 p { line-height: 1.7;}

/*serviceページの設定
---------------------------------------------------------------------------*/
.box {
    display: flex;
    align-items: center;
    line-height: 1.7;
    margin: 30px;
    margin-left: 50px;
}
.box a {
    width: 200px;
    margin-right: 40px;
}
.desk {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 200px;
}
.portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:20px;
    height: 100px;
    width: 120px;
    border-radius: 30px;
    background-color: #53d7d5;
    color: #ffffff;
    margin-left: 60px;
}
.portfolio2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:20px;
    height: 100px;
    width: 120px;
    border-radius: 30px;
    background-color: #b09ed1;
    color: #ffffff;
    margin-left: 60px;
}
.portfolio3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:20px;
    height: 100px;
    width: 120px;
    border-radius: 30px;
    background-color: #ffa6a6;
    color: #ffffff;
    margin-left: 60px;
}

.portfolio p,
.portfolio2 p,
.portfolio3 p {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 0.1em;
}
.small {
    font-family: "M PLUS Rounded 1c";
    font-weight: normal;
    font-size: 80%;
}


/*orderページの設定
---------------------------------------------------------------------------*/
.table {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 1.5rem;
    border-spacing: 0;
}

.table th,
.table td {
    text-align: left;
    padding: 1.5rem;
    border-bottom: 1px solid #53d7d5;
}
.orange {
    color: #ff8a15;
}
.number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #53d7d5;
    color: #ffffff;
}
/*priceページの設定
---------------------------------------------------------------------------*/
.price { margin-top:30px;}
.table2 {
    max-width: 1000px;
    margin-left: 60px;
    margin-bottom: 30px;
    padding: 0 1.5rem;
    border-spacing: 0;
}
.table2 th,
.table2 td {
    text-align: left;
    padding: 1.5rem;
    border-bottom: 1px solid #53d7d5;
}
.table2 th {
    width: 100px;
}
.first {
    width: 100px;
}
.attention { margin-left: 100px;}
.ryoukin {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.midashi {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 120px;
    border-radius: 10px;
    letter-spacing: 0.3em;
    background-color: #53d7d5;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: 20px;
}

/*contactページの設定
---------------------------------------------------------------------------*/
#entry dl dt,
#entry dl dd {
    padding: 10px;
    border-top: 1px solid #53d7d5;
}
#entry dl dt {
    width: 13em;
    float: left;
    clear:both;
    font-weight: bold;
}
#entry dl dd {
    margin-left: 13em;
}
#entry #name,
#entry #houjin,
#entry #tel {
    width: 36em;
    padding: 5px;
}
#entry #email {
    width: 36em;
    padding: 5px;
}
.label {
    display:flex;
    flex-direction: column;
    line-height: 1.7;
}
#entry #detail {
    width: 36em;
    height: 15em;
    padding: 5px;
}
#entry #submit_button_cover {
    text-align: center;
}
#entry #submit_button {
    background-color: #53d7d5;
    border: 1px solid #53d7d5;
    padding: 13px 90px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.1s linear;
}
#entry #submit_button:hover {
    background-color: #ccf8f7;
}
/*topicsページの設定
---------------------------------------------------------------------------*/
.topics {
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.text {
    width: 700px;
    padding: 20px;
}
.photo {
    margin: 20px;
}